@tailor-platform/sdk 2.0.0-next.1 → 2.0.0-next.11
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.
- package/CHANGELOG.md +1056 -24
- package/README.md +9 -9
- package/agent-skills/{tailor-sdk → tailor}/SKILL.md +3 -1
- package/dist/aigateway-DR4Kwuik.mjs +9 -0
- package/dist/aigateway-DR4Kwuik.mjs.map +1 -0
- package/dist/{application-DqS1yBg3.mjs → application-CM6hKnSK.mjs} +2155 -2008
- package/dist/application-CM6hKnSK.mjs.map +1 -0
- package/dist/application-CXNaUNhv.mjs +3 -0
- package/dist/authconnection-CZvi9ANm.mjs +9 -0
- package/dist/authconnection-CZvi9ANm.mjs.map +1 -0
- package/dist/brand-Eo4pLXPJ.mjs.map +1 -1
- package/dist/cli/cache/bundle-cache.d.mts +2 -0
- package/dist/cli/cache/store.d.mts +1 -0
- package/dist/cli/cache/types.d.mts +1 -0
- package/dist/cli/commands/api/api-call.d.mts +19 -0
- package/dist/cli/commands/api/index.d.mts +4 -0
- package/dist/cli/commands/deploy/aigateway.d.mts +5 -0
- package/dist/cli/commands/deploy/application.d.mts +7 -0
- package/dist/cli/commands/deploy/apply-phases.d.mts +14 -0
- package/dist/cli/commands/deploy/auth.d.mts +5 -0
- package/dist/cli/commands/deploy/deploy.d.mts +35 -0
- package/dist/cli/commands/deploy/executor.d.mts +7 -0
- package/dist/cli/commands/deploy/function-registry-types.d.mts +12 -0
- package/dist/cli/commands/deploy/function-registry.d.mts +6 -0
- package/dist/cli/commands/deploy/idp.d.mts +5 -0
- package/dist/cli/commands/deploy/label.d.mts +2 -0
- package/dist/cli/commands/deploy/resolver.d.mts +5 -0
- package/dist/cli/commands/deploy/secret-manager.d.mts +5 -0
- package/dist/cli/commands/deploy/staticwebsite.d.mts +5 -0
- package/dist/cli/commands/deploy/tailordb/index.d.mts +10 -0
- package/dist/cli/commands/deploy/types.d.mts +4 -0
- package/dist/cli/commands/deploy/workflow-execution-policy.d.mts +2 -0
- package/dist/cli/commands/deploy/workflow.d.mts +4 -0
- package/dist/cli/commands/executor/get.d.mts +19 -0
- package/dist/cli/commands/executor/jobs.d.mts +85 -0
- package/dist/cli/commands/executor/list.d.mts +18 -0
- package/dist/cli/commands/executor/transform.d.mts +42 -0
- package/dist/cli/commands/executor/trigger.d.mts +30 -0
- package/dist/cli/commands/executor/webhook.d.mts +21 -0
- package/dist/cli/commands/function/get.d.mts +17 -0
- package/dist/cli/commands/function/list.d.mts +21 -0
- package/dist/cli/commands/function/transform.d.mts +12 -0
- package/dist/cli/commands/generate/options.d.mts +6 -0
- package/dist/cli/commands/generate/seed/bundler.d.mts +27 -0
- package/dist/cli/commands/generate/service.d.mts +15 -0
- package/dist/cli/commands/machineuser/list.d.mts +26 -0
- package/dist/cli/commands/machineuser/token.d.mts +21 -0
- package/dist/cli/commands/oauth2client/get.d.mts +17 -0
- package/dist/cli/commands/oauth2client/list.d.mts +19 -0
- package/dist/cli/commands/oauth2client/transform.d.mts +21 -0
- package/dist/cli/commands/organization/folder/create.d.mts +17 -0
- package/dist/cli/commands/organization/folder/delete.d.mts +15 -0
- package/dist/cli/commands/organization/folder/get.d.mts +16 -0
- package/dist/cli/commands/organization/folder/list.d.mts +21 -0
- package/dist/cli/commands/organization/folder/update.d.mts +17 -0
- package/dist/cli/commands/organization/get.d.mts +15 -0
- package/dist/cli/commands/organization/list.d.mts +14 -0
- package/dist/cli/commands/organization/transform.d.mts +29 -0
- package/dist/cli/commands/organization/tree.d.mts +24 -0
- package/dist/cli/commands/organization/update.d.mts +16 -0
- package/dist/cli/commands/remove.d.mts +15 -0
- package/dist/cli/commands/show.d.mts +39 -0
- package/dist/cli/commands/staticwebsite/deploy.d.mts +19 -0
- package/dist/cli/commands/tailordb/migrate/bundler.d.mts +29 -0
- package/dist/cli/commands/tailordb/migrate/config.d.mts +18 -0
- package/dist/cli/commands/tailordb/migrate/diff-calculator.d.mts +246 -0
- package/dist/cli/commands/tailordb/migrate/generate.d.mts +16 -0
- package/dist/cli/commands/tailordb/migrate/schema-checks.d.mts +5 -0
- package/dist/cli/commands/tailordb/migrate/snapshot-types.d.mts +208 -0
- package/dist/cli/commands/tailordb/migrate/snapshot.d.mts +98 -0
- package/dist/cli/commands/tailordb/migrate/types.d.mts +7 -0
- package/dist/cli/commands/tailordb/truncate.d.mts +18 -0
- package/dist/cli/commands/workflow/executions.d.mts +62 -0
- package/dist/cli/commands/workflow/get.d.mts +21 -0
- package/dist/cli/commands/workflow/list.d.mts +18 -0
- package/dist/cli/commands/workflow/resume.d.mts +22 -0
- package/dist/cli/commands/workflow/start.d.mts +48 -0
- package/dist/cli/commands/workflow/status.d.mts +6 -0
- package/dist/cli/commands/workflow/transform.d.mts +34 -0
- package/dist/cli/commands/workflow/wait.d.mts +15 -0
- package/dist/cli/commands/workflow/waiter.d.mts +23 -0
- package/dist/cli/commands/workspace/app/health.d.mts +17 -0
- package/dist/cli/commands/workspace/app/list.d.mts +21 -0
- package/dist/cli/commands/workspace/app/transform.d.mts +20 -0
- package/dist/cli/commands/workspace/create.d.mts +27 -0
- package/dist/cli/commands/workspace/delete.d.mts +14 -0
- package/dist/cli/commands/workspace/get.d.mts +16 -0
- package/dist/cli/commands/workspace/list.d.mts +17 -0
- package/dist/cli/commands/workspace/restore.d.mts +14 -0
- package/dist/cli/commands/workspace/transform.d.mts +20 -0
- package/dist/cli/commands/workspace/user/invite.d.mts +21 -0
- package/dist/cli/commands/workspace/user/list.d.mts +21 -0
- package/dist/cli/commands/workspace/user/remove.d.mts +16 -0
- package/dist/cli/commands/workspace/user/transform.d.mts +9 -0
- package/dist/cli/commands/workspace/user/update.d.mts +21 -0
- package/dist/cli/index.mjs +12 -5481
- package/dist/cli/lib.d.mts +86 -21048
- package/dist/cli/lib.mjs +245 -46
- package/dist/cli/lib.mjs.map +1 -1
- package/dist/cli/main.d.mts +23 -0
- package/dist/cli/main.mjs +6777 -0
- package/dist/cli/main.mjs.map +1 -0
- package/dist/cli/query/index.d.mts +38 -0
- package/dist/cli/services/application.d.mts +12 -0
- package/dist/cli/services/auth/service.d.mts +3 -0
- package/dist/cli/services/executor/service.d.mts +1 -0
- package/dist/cli/services/http-adapter/bundler.d.mts +4 -0
- package/dist/cli/services/http-adapter/service.d.mts +2 -0
- package/dist/cli/services/resolver/service.d.mts +1 -0
- package/dist/cli/services/tailordb/service.d.mts +3 -0
- package/dist/cli/services/workflow/bundler.d.mts +3 -0
- package/dist/cli/services/workflow/service.d.mts +1 -0
- package/dist/cli/shared/args.d.mts +13 -0
- package/dist/cli/shared/client.d.mts +1298 -0
- package/dist/cli/shared/config-loader.d.mts +32 -0
- package/dist/cli/shared/context.d.mts +29 -0
- package/dist/cli/shared/error-json.d.mts +23 -0
- package/dist/cli/shared/readonly-guard.d.mts +25 -0
- package/dist/cli/shared/script-executor.d.mts +77 -0
- package/dist/cli/shared/seed-chunker.d.mts +45 -0
- package/dist/cli/shared/seed-context.d.mts +49 -0
- package/dist/cli/shared/tailordb-namespaces.d.mts +40 -0
- package/dist/cli/shared/tsconfig-paths-plugin.d.mts +2 -0
- package/dist/cli/shared/type-generator.d.mts +20 -0
- package/dist/cli/shared/workspace-name.d.mts +1 -0
- package/dist/cli/ts-hook.d.mts +4 -0
- package/dist/cli/ts-hook.mjs +333 -0
- package/dist/completion/zsh-worker.zsh +1471 -1217
- package/dist/configure/config/index.d.mts +20 -0
- package/dist/configure/config/types.d.mts +134 -0
- package/dist/configure/index.d.mts +135 -8
- package/dist/configure/index.mjs +558 -36
- package/dist/configure/index.mjs.map +1 -1
- package/dist/configure/services/aigateway/index.d.mts +16 -0
- package/dist/configure/services/aigateway/types.d.mts +10 -0
- package/dist/configure/services/auth/index.d.mts +33 -0
- package/dist/configure/services/auth/types.d.mts +168 -0
- package/dist/configure/services/executor/executor.d.mts +70 -0
- package/dist/configure/services/executor/index.d.mts +9 -0
- package/dist/configure/services/executor/operation.d.mts +50 -0
- package/dist/configure/services/executor/trigger/event.d.mts +514 -0
- package/dist/configure/services/executor/trigger/index.d.mts +7 -0
- package/dist/configure/services/executor/trigger/schedule.d.mts +24 -0
- package/dist/configure/services/executor/trigger/webhook.d.mts +43 -0
- package/dist/configure/services/executor/types.d.mts +2 -0
- package/dist/configure/services/http-adapter/http-adapter.d.mts +124 -0
- package/dist/configure/services/http-adapter/index.d.mts +2 -0
- package/dist/configure/services/idp/index.d.mts +60 -0
- package/dist/configure/services/idp/permission.d.mts +64 -0
- package/dist/configure/services/idp/types.d.mts +23 -0
- package/dist/configure/services/index.d.mts +40 -0
- package/dist/configure/services/resolver/index.d.mts +6 -0
- package/dist/configure/services/resolver/permission.d.mts +64 -0
- package/dist/configure/services/resolver/resolver.d.mts +88 -0
- package/dist/configure/services/resolver/types.d.mts +5 -0
- package/dist/configure/services/secrets/index.d.mts +37 -0
- package/dist/configure/services/secrets/types.d.mts +10 -0
- package/dist/configure/services/staticwebsite/index.d.mts +18 -0
- package/dist/configure/services/staticwebsite/types.d.mts +10 -0
- package/dist/configure/services/tailordb/index.d.mts +3 -0
- package/dist/configure/services/tailordb/permission.d.mts +103 -0
- package/dist/configure/services/tailordb/schema.d.mts +486 -0
- package/dist/configure/services/tailordb/types.d.mts +198 -0
- package/dist/configure/services/workflow/execution-policy.d.mts +70 -0
- package/dist/configure/services/workflow/execution-policy.types.d.mts +103 -0
- package/dist/configure/services/workflow/index.d.mts +9 -0
- package/dist/configure/services/workflow/job.d.mts +92 -0
- package/dist/configure/services/workflow/types.d.mts +2 -0
- package/dist/configure/services/workflow/wait-point.d.mts +72 -0
- package/dist/configure/services/workflow/workflow.d.mts +66 -0
- package/dist/configure/types/aigateway-name.d.mts +12 -0
- package/dist/configure/types/connection-name.d.mts +12 -0
- package/dist/configure/types/field.d.mts +8 -0
- package/dist/configure/types/field.types.d.mts +70 -0
- package/dist/configure/types/idp-name.d.mts +12 -0
- package/dist/configure/types/index.d.mts +5 -0
- package/dist/configure/types/machine-user.d.mts +2 -0
- package/dist/configure/types/permission-operand.types.d.mts +20 -0
- package/dist/configure/types/type.d.mts +73 -0
- package/dist/{context-Bd266-ru.mjs → context-DYQVYWqZ.mjs} +4 -5
- package/dist/context-DYQVYWqZ.mjs.map +1 -0
- package/dist/{crashreport-BsjAkFWw.mjs → crashreport-B5LqCTfF.mjs} +10 -11
- package/dist/{crashreport-BsjAkFWw.mjs.map → crashreport-B5LqCTfF.mjs.map} +1 -1
- package/dist/{crashreport-pr6Rhvza.mjs → crashreport-eI7ty7ok.mjs} +1 -1
- package/dist/{errors-Dtf2WPaW.mjs → errors-D7583Zz7.mjs} +18 -2
- package/dist/errors-D7583Zz7.mjs.map +1 -0
- package/dist/{file-_oUZo76X.mjs → file-BUcmVIH2.mjs} +12 -22
- package/dist/file-BUcmVIH2.mjs.map +1 -0
- package/dist/{globals-Crz8o65k.mjs → globals-TfAVItuK.mjs} +32 -55
- package/dist/globals-TfAVItuK.mjs.map +1 -0
- package/dist/iconv-QWaZh0TT.mjs +38 -0
- package/dist/iconv-QWaZh0TT.mjs.map +1 -0
- package/dist/{idp-BDbK5gjm.mjs → idp-RA_swu-h.mjs} +12 -5
- package/dist/idp-RA_swu-h.mjs.map +1 -0
- package/dist/{interceptor-D-q1rvRl.mjs → interceptor-e33JtsC-.mjs} +2 -2
- package/dist/interceptor-e33JtsC-.mjs.map +1 -0
- package/dist/kysely/index.d.mts +5 -7
- package/dist/logger-BtX0suGY.mjs +48 -0
- package/dist/logger-BtX0suGY.mjs.map +1 -0
- package/dist/logger-CXQq9YIp.mjs +317 -0
- package/dist/logger-CXQq9YIp.mjs.map +1 -0
- package/dist/node-builtins-CmaL2Cbq.mjs +36 -0
- package/dist/node-builtins-CmaL2Cbq.mjs.map +1 -0
- package/dist/parser/service/auth/index.d.mts +1 -0
- package/dist/parser/service/auth/schema.d.mts +3 -0
- package/dist/parser/service/http-adapter/index.d.mts +1 -0
- package/dist/parser/service/http-adapter/schema.d.mts +1 -0
- package/dist/parser/service/idp/types.d.mts +5 -0
- package/dist/parser/service/tailordb/type-source.d.mts +10 -0
- package/dist/parser/service/tailordb/types.d.mts +131 -0
- package/dist/platform-serialize-RoRtBS0v.mjs +46 -0
- package/dist/platform-serialize-RoRtBS0v.mjs.map +1 -0
- package/dist/plugin/builtin/enum-constants/index.d.mts +15 -1
- package/dist/plugin/builtin/enum-constants/index.mjs +115 -2
- package/dist/plugin/builtin/enum-constants/index.mjs.map +1 -0
- package/dist/plugin/builtin/file-utils/index.d.mts +15 -1
- package/dist/plugin/builtin/file-utils/index.mjs +149 -2
- package/dist/plugin/builtin/file-utils/index.mjs.map +1 -0
- package/dist/plugin/builtin/kysely-type/index.d.mts +15 -1
- package/dist/plugin/builtin/kysely-type/index.mjs +274 -2
- package/dist/plugin/builtin/kysely-type/index.mjs.map +1 -0
- package/dist/plugin/builtin/seed/index.d.mts +46 -2
- package/dist/plugin/builtin/seed/index.mjs +1 -1
- package/dist/plugin/builtin/seed/seed-type-processor.d.mts +21 -0
- package/dist/plugin/builtin/seed/types.d.mts +2 -0
- package/dist/plugin/get-generated-type.d.mts +16 -0
- package/dist/plugin/index.d.mts +3 -117
- package/dist/plugin/index.mjs +1 -1
- package/dist/plugin/index.mjs.map +1 -1
- package/dist/plugin/manager.d.mts +2 -0
- package/dist/plugin/types.d.mts +242 -0
- package/dist/plugin/with-context.d.mts +101 -0
- package/dist/{runtime-n9NCkjee.mjs → register-ts-hook-LYV7zH-e.mjs} +9652 -4479
- package/dist/register-ts-hook-LYV7zH-e.mjs.map +1 -0
- package/dist/{registry-DdsYlL_P.mjs → registry-BIGVUrMB.mjs} +12 -9
- package/dist/registry-BIGVUrMB.mjs.map +1 -0
- package/dist/{repl-editor-DmGr9zMw.mjs → repl-editor-BCozyiNq.mjs} +6 -5
- package/dist/{repl-editor-DmGr9zMw.mjs.map → repl-editor-BCozyiNq.mjs.map} +1 -1
- package/dist/runtime/aigateway.d.mts +25 -0
- package/dist/runtime/aigateway.mjs +3 -0
- package/dist/runtime/authconnection.d.mts +21 -2
- package/dist/runtime/authconnection.mjs +2 -2
- package/dist/runtime/context.d.mts +54 -2
- package/dist/runtime/context.mjs +2 -2
- package/dist/runtime/field-parse.d.mts +10 -0
- package/dist/runtime/file.d.mts +170 -2
- package/dist/runtime/file.mjs +2 -2
- package/dist/runtime/globals.d.mts +38 -20
- package/dist/runtime/iconv.d.mts +73 -2
- package/dist/runtime/iconv.mjs +2 -2
- package/dist/runtime/idp.d.mts +129 -2
- package/dist/runtime/idp.mjs +2 -2
- package/dist/runtime/index.d.mts +48 -9
- package/dist/runtime/index.mjs +10 -8
- package/dist/runtime/logger.d.mts +98 -0
- package/dist/runtime/logger.mjs +3 -0
- package/dist/runtime/secretmanager.d.mts +41 -2
- package/dist/runtime/secretmanager.mjs +2 -2
- package/dist/runtime/types.d.mts +25 -0
- package/dist/runtime/workflow.d.mts +106 -2
- package/dist/runtime/workflow.mjs +2 -2
- package/dist/{schema-BhkpP5Hw.mjs → schema--xYWRGfe.mjs} +288 -229
- package/dist/schema--xYWRGfe.mjs.map +1 -0
- package/dist/{secret-file-DBqZhjFQ.mjs → secret-file-C3J4Gy8r.mjs} +2 -2
- package/dist/{secret-file-DBqZhjFQ.mjs.map → secret-file-C3J4Gy8r.mjs.map} +1 -1
- package/dist/secretmanager-CYlpffsz.mjs +13 -0
- package/dist/secretmanager-CYlpffsz.mjs.map +1 -0
- package/dist/secretmanager-IY4UvinW.mjs +131 -0
- package/dist/secretmanager-IY4UvinW.mjs.map +1 -0
- package/dist/seed/index.d.mts +4 -4
- package/dist/seed-B-yckgQY.mjs +483 -0
- package/dist/seed-B-yckgQY.mjs.map +1 -0
- package/dist/{service-DU1mVzri.mjs → service-B5WynBHQ.mjs} +3 -3
- package/dist/{service-DU1mVzri.mjs.map → service-B5WynBHQ.mjs.map} +1 -1
- package/dist/service-M7OYziQP.mjs +3 -0
- package/dist/service-k1xy_A5G.mjs +864 -0
- package/dist/service-k1xy_A5G.mjs.map +1 -0
- package/dist/service_pb-D5--My_M.mjs +167 -0
- package/dist/service_pb-D5--My_M.mjs.map +1 -0
- package/dist/service_pb-i8CmnQP4.mjs +3 -0
- package/dist/tailor-proto/src/tailor/v1/aigateway_pb.d.mts +203 -0
- package/dist/tailor-proto/src/tailor/v1/aigateway_resource_pb.d.mts +57 -0
- package/dist/tailor-proto/src/tailor/v1/application_pb.d.mts +420 -0
- package/dist/tailor-proto/src/tailor/v1/application_resource_pb.d.mts +160 -0
- package/dist/tailor-proto/src/tailor/v1/auth_pb.d.mts +2069 -0
- package/dist/tailor-proto/src/tailor/v1/auth_resource_pb.d.mts +865 -0
- package/dist/tailor-proto/src/tailor/v1/events_pb.d.mts +111 -0
- package/dist/tailor-proto/src/tailor/v1/events_resource_pb.d.mts +68 -0
- package/dist/tailor-proto/src/tailor/v1/executor_pb.d.mts +438 -0
- package/dist/tailor-proto/src/tailor/v1/executor_resource_pb.d.mts +586 -0
- package/dist/tailor-proto/src/tailor/v1/function_pb.d.mts +192 -0
- package/dist/tailor-proto/src/tailor/v1/function_registry_pb.d.mts +450 -0
- package/dist/tailor-proto/src/tailor/v1/function_resource_pb.d.mts +191 -0
- package/dist/tailor-proto/src/tailor/v1/http_adapter_resource_pb.d.mts +49 -0
- package/dist/tailor-proto/src/tailor/v1/idp_pb.d.mts +406 -0
- package/dist/tailor-proto/src/tailor/v1/idp_resource_pb.d.mts +429 -0
- package/dist/tailor-proto/src/tailor/v1/metadata_pb.d.mts +72 -0
- package/dist/tailor-proto/src/tailor/v1/metadata_resource_pb.d.mts +16 -0
- package/dist/tailor-proto/src/tailor/v1/meter_pb.d.mts +308 -0
- package/dist/tailor-proto/src/tailor/v1/pipeline_pb.d.mts +590 -0
- package/dist/tailor-proto/src/tailor/v1/pipeline_resource_pb.d.mts +329 -0
- package/dist/tailor-proto/src/tailor/v1/resource_pb.d.mts +112 -0
- package/dist/tailor-proto/src/tailor/v1/secret_manager_pb.d.mts +345 -0
- package/dist/tailor-proto/src/tailor/v1/secret_manager_resource_pb.d.mts +53 -0
- package/dist/tailor-proto/src/tailor/v1/service_pb.d.mts +3658 -0
- package/dist/tailor-proto/src/tailor/v1/stateflow_pb.d.mts +186 -0
- package/dist/tailor-proto/src/tailor/v1/stateflow_resource_pb.d.mts +28 -0
- package/dist/tailor-proto/src/tailor/v1/staticwebsite_pb.d.mts +428 -0
- package/dist/tailor-proto/src/tailor/v1/staticwebsite_resource_pb.d.mts +89 -0
- package/dist/tailor-proto/src/tailor/v1/tailordb_pb.d.mts +683 -0
- package/dist/tailor-proto/src/tailor/v1/tailordb_resource_pb.d.mts +796 -0
- package/dist/tailor-proto/src/tailor/v1/telemetryrouter_pb.d.mts +329 -0
- package/dist/tailor-proto/src/tailor/v1/telemetryrouter_resource_pb.d.mts +207 -0
- package/dist/tailor-proto/src/tailor/v1/workflow_pb.d.mts +961 -0
- package/dist/tailor-proto/src/tailor/v1/workflow_resource_pb.d.mts +330 -0
- package/dist/tailor-proto/src/tailor/v1/workspace_pb.d.mts +2014 -0
- package/dist/tailor-proto/src/tailor/v1/workspace_resource_pb.d.mts +482 -0
- package/dist/{telemetry-CdqJEzkj.mjs → telemetry-BRVdwh14.mjs} +3 -3
- package/dist/telemetry-BRVdwh14.mjs.map +1 -0
- package/dist/telemetry-CkbkeJxl.mjs +3 -0
- package/dist/test-env-key-D7UkZp99.mjs +75 -0
- package/dist/test-env-key-D7UkZp99.mjs.map +1 -0
- package/dist/types/aigateway.generated.d.mts +12 -0
- package/dist/types/app-config.generated.d.mts +4 -0
- package/dist/types/auth-connection.generated.d.mts +33 -0
- package/dist/types/auth.generated.d.mts +188 -0
- package/dist/types/executor.generated.d.mts +229 -0
- package/dist/types/helpers.d.mts +40 -0
- package/dist/types/http-adapter.generated.d.mts +28 -0
- package/dist/types/idp.generated.d.mts +626 -0
- package/dist/types/resolver.generated.d.mts +82 -0
- package/dist/types/secrets.generated.d.mts +14 -0
- package/dist/types/staticwebsite.generated.d.mts +14 -0
- package/dist/types/tailordb.generated.d.mts +468 -0
- package/dist/types/workflow.generated.d.mts +17 -0
- package/dist/user-agent-Bgsszb5I.mjs +28 -0
- package/dist/user-agent-Bgsszb5I.mjs.map +1 -0
- package/dist/utils/test/index.d.mts +5 -100
- package/dist/utils/test/index.mjs +38 -189
- package/dist/utils/test/index.mjs.map +1 -1
- package/dist/vitest/environment.d.mts +1 -2
- package/dist/vitest/environment.mjs +2 -2
- package/dist/vitest/environment.mjs.map +1 -1
- package/dist/vitest/index.d.mts +17 -431
- package/dist/vitest/index.mjs +1234 -67
- package/dist/vitest/index.mjs.map +1 -1
- package/dist/vitest/mock-kysely.d.mts +61 -0
- package/dist/vitest/mock.d.mts +10 -0
- package/dist/vitest/mocks/aigateway.d.mts +40 -0
- package/dist/vitest/mocks/authconnection.d.mts +38 -0
- package/dist/vitest/mocks/file.d.mts +58 -0
- package/dist/vitest/mocks/iconv.d.mts +51 -0
- package/dist/vitest/mocks/idp.d.mts +60 -0
- package/dist/vitest/mocks/logger.d.mts +45 -0
- package/dist/vitest/mocks/secretmanager.d.mts +44 -0
- package/dist/vitest/mocks/tailordb.d.mts +115 -0
- package/dist/vitest/mocks/workflow.d.mts +148 -0
- package/dist/vitest/setup.d.mts +1 -2
- package/dist/vitest/setup.mjs +2 -2
- package/dist/vitest/workflow-local.d.mts +41 -0
- package/dist/workflow-Bamae_Yc.mjs +34 -0
- package/dist/workflow-Bamae_Yc.mjs.map +1 -0
- package/dist/{client-z_oHGVNy.mjs → workspace_resource_pb-DXnO2AT-.mjs} +57 -621
- package/dist/workspace_resource_pb-DXnO2AT-.mjs.map +1 -0
- package/docs/cli/application.md +150 -250
- package/docs/cli/auth.md +51 -295
- package/docs/cli/completion.md +1 -25
- package/docs/cli/crashreport.md +3 -61
- package/docs/cli/executor.md +72 -183
- package/docs/cli/function.md +16 -132
- package/docs/cli/organization.md +11 -221
- package/docs/cli/plugin.md +29 -0
- package/docs/cli/query.md +2 -22
- package/docs/cli/secret.md +71 -251
- package/docs/cli/setup.md +138 -40
- package/docs/cli/skills.md +50 -39
- package/docs/cli/staticwebsite.md +32 -180
- package/docs/cli/tailordb.md +89 -413
- package/docs/cli/upgrade.md +2 -22
- package/docs/cli/user.md +78 -247
- package/docs/cli/workflow.md +150 -172
- package/docs/cli/workspace.md +167 -538
- package/docs/cli-reference.md +214 -96
- package/docs/configuration.md +90 -6
- package/docs/github-actions.md +72 -24
- package/docs/migration/v2.md +1613 -0
- package/docs/multi-environment.md +29 -7
- package/docs/plugin/custom.md +4 -4
- package/docs/plugin/index.md +8 -8
- package/docs/quickstart.md +8 -7
- package/docs/runtime.md +18 -9
- package/docs/services/aigateway.md +20 -2
- package/docs/services/auth.md +51 -59
- package/docs/services/executor.md +91 -6
- package/docs/services/http-adapter.md +16 -1
- package/docs/services/idp.md +62 -7
- package/docs/services/resolver.md +67 -11
- package/docs/services/secret.md +11 -11
- package/docs/services/staticwebsite.md +8 -2
- package/docs/services/tailordb-migration.md +55 -29
- package/docs/services/tailordb.md +205 -102
- package/docs/services/workflow.md +163 -55
- package/docs/testing.md +244 -143
- package/package.json +61 -46
- package/postinstall.mjs +4 -6
- package/dist/application-DB2r36Et.mjs +0 -3
- package/dist/application-DqS1yBg3.mjs.map +0 -1
- package/dist/authconnection-D2MhtTN5.mjs +0 -15
- package/dist/authconnection-D2MhtTN5.mjs.map +0 -1
- package/dist/authconnection-DvUQAjQS.d.mts +0 -39
- package/dist/cli/erd-viewer-assets/app.js +0 -1181
- package/dist/cli/erd-viewer-assets/index.html +0 -73
- package/dist/cli/erd-viewer-assets/serve.json +0 -13
- package/dist/cli/erd-viewer-assets/styles.css +0 -789
- package/dist/cli/index.d.mts +0 -5
- package/dist/cli/index.mjs.map +0 -1
- package/dist/client-Dbohmtkv.mjs +0 -3
- package/dist/client-z_oHGVNy.mjs.map +0 -1
- package/dist/context-Bd266-ru.mjs.map +0 -1
- package/dist/context-BuuIb8CC.d.mts +0 -68
- package/dist/enum-constants-j9QBF0cB.mjs +0 -116
- package/dist/enum-constants-j9QBF0cB.mjs.map +0 -1
- package/dist/errors-Dtf2WPaW.mjs.map +0 -1
- package/dist/field-DOsJCPFa.mjs +0 -22
- package/dist/field-DOsJCPFa.mjs.map +0 -1
- package/dist/file-BB8Vs9O_.d.mts +0 -250
- package/dist/file-_oUZo76X.mjs.map +0 -1
- package/dist/file-utils-DcyIPFQh.mjs +0 -150
- package/dist/file-utils-DcyIPFQh.mjs.map +0 -1
- package/dist/globals-Crz8o65k.mjs.map +0 -1
- package/dist/http-adapter.generated-WgMnb7Sb.d.mts +0 -580
- package/dist/iconv-Co-TOPuH.d.mts +0 -122
- package/dist/iconv-D2vi8G36.mjs +0 -63
- package/dist/iconv-D2vi8G36.mjs.map +0 -1
- package/dist/idp-BDbK5gjm.mjs.map +0 -1
- package/dist/idp-DrhVrLmV.d.mts +0 -160
- package/dist/index-5vPyRu1y.d.mts +0 -18
- package/dist/index-B7AKc18V.d.mts +0 -47
- package/dist/index-BlpzXncY.d.mts +0 -1016
- package/dist/index-CK7u9isy.d.mts +0 -46
- package/dist/index-CNYe5lnW.d.mts +0 -18
- package/dist/index-DjUdWlzf.d.mts +0 -18
- package/dist/index-ZePLwxw7.d.mts +0 -208
- package/dist/interceptor-D-q1rvRl.mjs.map +0 -1
- package/dist/job-fuc3j1Ma.mjs +0 -53
- package/dist/job-fuc3j1Ma.mjs.map +0 -1
- package/dist/kysely-type-DR8uzZTA.mjs +0 -274
- package/dist/kysely-type-DR8uzZTA.mjs.map +0 -1
- package/dist/logger-CxF-Ex5d.mjs +0 -220
- package/dist/logger-CxF-Ex5d.mjs.map +0 -1
- package/dist/mock-BjFj5o1I.mjs +0 -804
- package/dist/mock-BjFj5o1I.mjs.map +0 -1
- package/dist/registry-DdsYlL_P.mjs.map +0 -1
- package/dist/rolldown-runtime-DXywRVcq.mjs +0 -20
- package/dist/runtime-n9NCkjee.mjs.map +0 -1
- package/dist/schema-BhkpP5Hw.mjs.map +0 -1
- package/dist/secretmanager-B3n4KHfm.d.mts +0 -55
- package/dist/secretmanager-BVxw3ih_.mjs +0 -24
- package/dist/secretmanager-BVxw3ih_.mjs.map +0 -1
- package/dist/seed-jf3008-h.mjs +0 -1160
- package/dist/seed-jf3008-h.mjs.map +0 -1
- package/dist/service-CCL8ruDf.mjs +0 -459
- package/dist/service-CCL8ruDf.mjs.map +0 -1
- package/dist/service-D6yonf2I.mjs +0 -3
- package/dist/telemetry-CdqJEzkj.mjs.map +0 -1
- package/dist/telemetry-ClwW5ohF.mjs +0 -3
- package/dist/test-env-key-D9kM6ETE.mjs +0 -49
- package/dist/test-env-key-D9kM6ETE.mjs.map +0 -1
- package/dist/types-B2RpYyA_.mjs +0 -371
- package/dist/types-B2RpYyA_.mjs.map +0 -1
- package/dist/types-ClhIrW_C.mjs +0 -4
- package/dist/types-DCUhgpyI.d.mts +0 -784
- package/dist/types-DhO_VEZd.d.mts +0 -574
- package/dist/types-DwDgacni.d.mts +0 -338
- package/dist/workflow-BbKvGLQg.d.mts +0 -96
- package/dist/workflow-DgemCAz3.mjs +0 -38
- package/dist/workflow-DgemCAz3.mjs.map +0 -1
- package/dist/workflow.generated-DtQwEo-x.d.mts +0 -671
|
@@ -1,789 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
color-scheme: dark;
|
|
3
|
-
--bg: #111313;
|
|
4
|
-
--canvas: #101111;
|
|
5
|
-
--panel: #202322;
|
|
6
|
-
--panel-raised: #262928;
|
|
7
|
-
--line: #343938;
|
|
8
|
-
--line-strong: #555d5b;
|
|
9
|
-
--text: #e7ecea;
|
|
10
|
-
--muted: #a0a7a4;
|
|
11
|
-
--subtle: #2d3130;
|
|
12
|
-
--accent: #4950e5;
|
|
13
|
-
--accent-weak: rgba(73, 80, 229, 0.18);
|
|
14
|
-
--accent-glow: rgba(73, 80, 229, 0.34);
|
|
15
|
-
--warn: #f2b84b;
|
|
16
|
-
--danger: #ff6b5f;
|
|
17
|
-
--shadow: 0 16px 34px rgba(0, 0, 0, 0.42);
|
|
18
|
-
--card-width: 260px;
|
|
19
|
-
--toolbar-height: 56px;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
* {
|
|
23
|
-
box-sizing: border-box;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
html,
|
|
27
|
-
body,
|
|
28
|
-
#app {
|
|
29
|
-
width: 100%;
|
|
30
|
-
height: 100%;
|
|
31
|
-
margin: 0;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
body {
|
|
35
|
-
background: var(--bg);
|
|
36
|
-
color: var(--text);
|
|
37
|
-
font-family:
|
|
38
|
-
Inter,
|
|
39
|
-
ui-sans-serif,
|
|
40
|
-
system-ui,
|
|
41
|
-
-apple-system,
|
|
42
|
-
BlinkMacSystemFont,
|
|
43
|
-
"Segoe UI",
|
|
44
|
-
sans-serif;
|
|
45
|
-
letter-spacing: 0;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
button,
|
|
49
|
-
input {
|
|
50
|
-
font: inherit;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
button {
|
|
54
|
-
height: 34px;
|
|
55
|
-
border: 1px solid var(--line);
|
|
56
|
-
border-radius: 7px;
|
|
57
|
-
background: #1a1d1c;
|
|
58
|
-
color: var(--text);
|
|
59
|
-
cursor: pointer;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
button:hover {
|
|
63
|
-
border-color: var(--line-strong);
|
|
64
|
-
background: #242827;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.app {
|
|
68
|
-
display: grid;
|
|
69
|
-
grid-template-rows: var(--toolbar-height) 1fr;
|
|
70
|
-
min-width: 0;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.toolbar {
|
|
74
|
-
display: grid;
|
|
75
|
-
grid-template-columns: minmax(220px, 1fr) minmax(240px, 360px) minmax(120px, 1fr);
|
|
76
|
-
align-items: center;
|
|
77
|
-
gap: 18px;
|
|
78
|
-
padding: 8px 16px;
|
|
79
|
-
border-bottom: 1px solid var(--line);
|
|
80
|
-
background: #222525;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.brand {
|
|
84
|
-
display: flex;
|
|
85
|
-
align-items: center;
|
|
86
|
-
gap: 12px;
|
|
87
|
-
min-width: 0;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.brand-mark {
|
|
91
|
-
display: inline-grid;
|
|
92
|
-
width: 30px;
|
|
93
|
-
height: 30px;
|
|
94
|
-
place-items: center;
|
|
95
|
-
border-radius: 35%;
|
|
96
|
-
background: var(--accent);
|
|
97
|
-
color: #fff;
|
|
98
|
-
font-weight: 800;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.brand h1 {
|
|
102
|
-
margin: 0;
|
|
103
|
-
overflow: hidden;
|
|
104
|
-
font-size: 16px;
|
|
105
|
-
font-weight: 700;
|
|
106
|
-
line-height: 1.2;
|
|
107
|
-
text-overflow: ellipsis;
|
|
108
|
-
white-space: nowrap;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.brand p {
|
|
112
|
-
margin: 2px 0 0;
|
|
113
|
-
overflow: hidden;
|
|
114
|
-
color: var(--muted);
|
|
115
|
-
font-size: 11px;
|
|
116
|
-
text-overflow: ellipsis;
|
|
117
|
-
white-space: nowrap;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.toolbar-search input {
|
|
121
|
-
width: 100%;
|
|
122
|
-
height: 34px;
|
|
123
|
-
border: 1px solid var(--line);
|
|
124
|
-
border-radius: 7px;
|
|
125
|
-
padding: 0 12px;
|
|
126
|
-
outline: none;
|
|
127
|
-
background: #141716;
|
|
128
|
-
color: var(--text);
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
.toolbar-search input::placeholder {
|
|
132
|
-
color: #777e7b;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
.toolbar-search input:focus {
|
|
136
|
-
border-color: var(--accent);
|
|
137
|
-
box-shadow: 0 0 0 3px var(--accent-weak);
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.toolbar-actions {
|
|
141
|
-
display: flex;
|
|
142
|
-
justify-content: flex-end;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
.primary-action {
|
|
146
|
-
min-width: 104px;
|
|
147
|
-
border-color: var(--accent);
|
|
148
|
-
background: var(--accent);
|
|
149
|
-
color: #fff;
|
|
150
|
-
font-weight: 800;
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
.primary-action:hover {
|
|
154
|
-
background: #5f65ee;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
.main {
|
|
158
|
-
display: grid;
|
|
159
|
-
min-height: 0;
|
|
160
|
-
grid-template-columns: 240px minmax(0, 1fr) 360px;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
.main.is-details-collapsed {
|
|
164
|
-
grid-template-columns: 240px minmax(0, 1fr);
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
.table-nav,
|
|
168
|
-
.details {
|
|
169
|
-
min-width: 0;
|
|
170
|
-
overflow: auto;
|
|
171
|
-
border-color: var(--line);
|
|
172
|
-
background: var(--panel);
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
.table-nav {
|
|
176
|
-
border-right: 1px solid var(--line);
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
.details {
|
|
180
|
-
border-left: 1px solid var(--line);
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
.nav-head {
|
|
184
|
-
display: flex;
|
|
185
|
-
position: sticky;
|
|
186
|
-
top: 0;
|
|
187
|
-
z-index: 2;
|
|
188
|
-
align-items: center;
|
|
189
|
-
justify-content: space-between;
|
|
190
|
-
gap: 8px;
|
|
191
|
-
height: 52px;
|
|
192
|
-
padding: 0 12px;
|
|
193
|
-
border-bottom: 1px solid var(--line);
|
|
194
|
-
background: var(--panel);
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
.nav-title {
|
|
198
|
-
display: grid;
|
|
199
|
-
min-width: 0;
|
|
200
|
-
gap: 2px;
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
.nav-head h2 {
|
|
204
|
-
margin: 0;
|
|
205
|
-
font-size: 13px;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
.nav-head span {
|
|
209
|
-
color: var(--muted);
|
|
210
|
-
font-size: 12px;
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
.table-list {
|
|
214
|
-
display: grid;
|
|
215
|
-
gap: 1px;
|
|
216
|
-
padding: 8px 0;
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
.table-list-row {
|
|
220
|
-
display: grid;
|
|
221
|
-
grid-template-columns: minmax(0, 1fr) 32px;
|
|
222
|
-
align-items: center;
|
|
223
|
-
min-width: 0;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
.table-select {
|
|
227
|
-
display: grid;
|
|
228
|
-
grid-template-columns: 16px minmax(0, 1fr);
|
|
229
|
-
align-items: center;
|
|
230
|
-
gap: 8px;
|
|
231
|
-
width: 100%;
|
|
232
|
-
height: 34px;
|
|
233
|
-
border: 0;
|
|
234
|
-
border-radius: 0;
|
|
235
|
-
padding: 0 12px;
|
|
236
|
-
background: transparent;
|
|
237
|
-
color: var(--muted);
|
|
238
|
-
text-align: left;
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
.table-select:hover {
|
|
242
|
-
background: #252a28;
|
|
243
|
-
color: var(--text);
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
.table-select[aria-current="true"] {
|
|
247
|
-
background: linear-gradient(90deg, var(--accent-weak), rgba(73, 80, 229, 0.04));
|
|
248
|
-
color: var(--text);
|
|
249
|
-
font-weight: 700;
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
.table-list-row.is-hidden .table-select {
|
|
253
|
-
color: #69716e;
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
.table-visibility-toggle {
|
|
257
|
-
display: grid;
|
|
258
|
-
width: 28px;
|
|
259
|
-
height: 28px;
|
|
260
|
-
place-items: center;
|
|
261
|
-
border: 0;
|
|
262
|
-
border-radius: 6px;
|
|
263
|
-
padding: 0;
|
|
264
|
-
background: transparent;
|
|
265
|
-
color: var(--muted);
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
.table-visibility-toggle:hover:not(:disabled) {
|
|
269
|
-
background: #252a28;
|
|
270
|
-
color: var(--text);
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
.table-visibility-toggle:disabled {
|
|
274
|
-
opacity: 0.42;
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
.eye-icon {
|
|
278
|
-
width: 15px;
|
|
279
|
-
height: 15px;
|
|
280
|
-
fill: none;
|
|
281
|
-
stroke: currentColor;
|
|
282
|
-
stroke-linecap: round;
|
|
283
|
-
stroke-linejoin: round;
|
|
284
|
-
stroke-width: 1.8;
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
.table-list-icon,
|
|
288
|
-
.table-icon {
|
|
289
|
-
display: inline-block;
|
|
290
|
-
width: 14px;
|
|
291
|
-
height: 14px;
|
|
292
|
-
border: 1px solid currentColor;
|
|
293
|
-
border-radius: 2px;
|
|
294
|
-
opacity: 0.86;
|
|
295
|
-
background:
|
|
296
|
-
linear-gradient(90deg, transparent 45%, currentColor 45%, currentColor 55%, transparent 55%),
|
|
297
|
-
linear-gradient(transparent 45%, currentColor 45%, currentColor 55%, transparent 55%);
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
.canvas {
|
|
301
|
-
position: relative;
|
|
302
|
-
min-width: 0;
|
|
303
|
-
overflow: hidden;
|
|
304
|
-
background:
|
|
305
|
-
radial-gradient(circle, rgba(255, 255, 255, 0.11) 1px, transparent 1.2px), var(--canvas);
|
|
306
|
-
background-size: 22px 22px;
|
|
307
|
-
cursor: grab;
|
|
308
|
-
touch-action: none;
|
|
309
|
-
user-select: none;
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
.canvas.is-panning {
|
|
313
|
-
cursor: grabbing;
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
.world {
|
|
317
|
-
position: absolute;
|
|
318
|
-
top: 0;
|
|
319
|
-
left: 0;
|
|
320
|
-
transform-origin: 0 0;
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
.edges,
|
|
324
|
-
.nodes {
|
|
325
|
-
position: absolute;
|
|
326
|
-
top: 0;
|
|
327
|
-
left: 0;
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
.edges {
|
|
331
|
-
overflow: visible;
|
|
332
|
-
pointer-events: none;
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
.edge {
|
|
336
|
-
fill: none;
|
|
337
|
-
stroke: #4c5351;
|
|
338
|
-
stroke-width: 2;
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
.edge.is-selected {
|
|
342
|
-
filter: drop-shadow(0 0 7px var(--accent-glow));
|
|
343
|
-
stroke: var(--accent);
|
|
344
|
-
stroke-width: 3;
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
.edge-cardinality {
|
|
348
|
-
pointer-events: none;
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
.edge-cardinality line,
|
|
352
|
-
.edge-cardinality circle {
|
|
353
|
-
fill: var(--canvas);
|
|
354
|
-
stroke: #4c5351;
|
|
355
|
-
stroke-linecap: square;
|
|
356
|
-
stroke-linejoin: round;
|
|
357
|
-
stroke-width: 2;
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
.edge-cardinality.is-selected line,
|
|
361
|
-
.edge-cardinality.is-selected circle {
|
|
362
|
-
fill: var(--canvas);
|
|
363
|
-
stroke: var(--accent);
|
|
364
|
-
stroke-width: 3;
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
.table-card {
|
|
368
|
-
appearance: none;
|
|
369
|
-
position: absolute;
|
|
370
|
-
display: flex;
|
|
371
|
-
flex-direction: column;
|
|
372
|
-
width: var(--card-width);
|
|
373
|
-
min-height: 62px;
|
|
374
|
-
align-items: stretch;
|
|
375
|
-
padding: 0;
|
|
376
|
-
border: 1px solid var(--line-strong);
|
|
377
|
-
border-radius: 8px;
|
|
378
|
-
background: var(--panel-raised);
|
|
379
|
-
box-shadow: 0 12px 26px rgba(0, 0, 0, 0.32);
|
|
380
|
-
color: var(--muted);
|
|
381
|
-
cursor: grab;
|
|
382
|
-
font: inherit;
|
|
383
|
-
text-align: left;
|
|
384
|
-
touch-action: none;
|
|
385
|
-
user-select: none;
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
.table-card:focus-visible {
|
|
389
|
-
outline: 2px solid var(--accent);
|
|
390
|
-
outline-offset: 3px;
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
.table-card.is-selected {
|
|
394
|
-
border-color: var(--accent);
|
|
395
|
-
box-shadow:
|
|
396
|
-
0 0 0 1px var(--accent),
|
|
397
|
-
0 0 26px var(--accent-glow),
|
|
398
|
-
0 18px 32px rgba(0, 0, 0, 0.44);
|
|
399
|
-
color: var(--text);
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
.table-card.is-related {
|
|
403
|
-
border-color: #55625d;
|
|
404
|
-
color: var(--text);
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
.table-card.is-muted {
|
|
408
|
-
opacity: 0.36;
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
.table-card.is-dragging {
|
|
412
|
-
z-index: 4;
|
|
413
|
-
cursor: grabbing;
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
.table-head {
|
|
417
|
-
display: flex;
|
|
418
|
-
min-width: 0;
|
|
419
|
-
min-height: 60px;
|
|
420
|
-
align-items: center;
|
|
421
|
-
gap: 10px;
|
|
422
|
-
padding: 0 16px;
|
|
423
|
-
}
|
|
424
|
-
|
|
425
|
-
.table-name {
|
|
426
|
-
overflow: hidden;
|
|
427
|
-
font-size: 16px;
|
|
428
|
-
font-weight: 700;
|
|
429
|
-
text-overflow: ellipsis;
|
|
430
|
-
white-space: nowrap;
|
|
431
|
-
}
|
|
432
|
-
|
|
433
|
-
.table-fields {
|
|
434
|
-
display: grid;
|
|
435
|
-
border-top: 1px solid var(--line);
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
.table-field {
|
|
439
|
-
display: grid;
|
|
440
|
-
min-width: 0;
|
|
441
|
-
height: 28px;
|
|
442
|
-
grid-template-columns: minmax(0, 1fr) auto;
|
|
443
|
-
gap: 8px;
|
|
444
|
-
align-items: center;
|
|
445
|
-
padding: 0 10px 0 16px;
|
|
446
|
-
color: var(--muted);
|
|
447
|
-
font-size: 11px;
|
|
448
|
-
}
|
|
449
|
-
|
|
450
|
-
.table-field + .table-field {
|
|
451
|
-
border-top: 1px solid #303534;
|
|
452
|
-
}
|
|
453
|
-
|
|
454
|
-
.table-field.is-key {
|
|
455
|
-
color: var(--text);
|
|
456
|
-
}
|
|
457
|
-
|
|
458
|
-
.field-name,
|
|
459
|
-
.field-type {
|
|
460
|
-
overflow: hidden;
|
|
461
|
-
text-overflow: ellipsis;
|
|
462
|
-
white-space: nowrap;
|
|
463
|
-
}
|
|
464
|
-
|
|
465
|
-
.field-type {
|
|
466
|
-
max-width: 92px;
|
|
467
|
-
color: #7f8784;
|
|
468
|
-
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
|
|
469
|
-
font-size: 10px;
|
|
470
|
-
}
|
|
471
|
-
|
|
472
|
-
.details-inner {
|
|
473
|
-
display: grid;
|
|
474
|
-
gap: 18px;
|
|
475
|
-
padding: 16px;
|
|
476
|
-
}
|
|
477
|
-
|
|
478
|
-
.details h2,
|
|
479
|
-
.details h3 {
|
|
480
|
-
margin: 0;
|
|
481
|
-
line-height: 1.2;
|
|
482
|
-
}
|
|
483
|
-
|
|
484
|
-
.details h2 {
|
|
485
|
-
display: flex;
|
|
486
|
-
align-items: center;
|
|
487
|
-
gap: 8px;
|
|
488
|
-
font-size: 16px;
|
|
489
|
-
}
|
|
490
|
-
|
|
491
|
-
.details h3 {
|
|
492
|
-
color: var(--text);
|
|
493
|
-
font-size: 14px;
|
|
494
|
-
}
|
|
495
|
-
|
|
496
|
-
.details p {
|
|
497
|
-
margin: 6px 0 0;
|
|
498
|
-
color: var(--muted);
|
|
499
|
-
font-size: 13px;
|
|
500
|
-
line-height: 1.45;
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
.details-section {
|
|
504
|
-
display: grid;
|
|
505
|
-
gap: 10px;
|
|
506
|
-
border-top: 1px solid var(--line);
|
|
507
|
-
padding-top: 16px;
|
|
508
|
-
}
|
|
509
|
-
|
|
510
|
-
.detail-list {
|
|
511
|
-
display: grid;
|
|
512
|
-
gap: 8px;
|
|
513
|
-
}
|
|
514
|
-
|
|
515
|
-
.detail-row {
|
|
516
|
-
display: grid;
|
|
517
|
-
grid-template-columns: minmax(0, 1fr) auto;
|
|
518
|
-
gap: 10px;
|
|
519
|
-
align-items: start;
|
|
520
|
-
border: 1px solid var(--line);
|
|
521
|
-
border-radius: 4px;
|
|
522
|
-
padding: 9px;
|
|
523
|
-
background: #2a2d2c;
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
.detail-row strong {
|
|
527
|
-
display: block;
|
|
528
|
-
overflow-wrap: anywhere;
|
|
529
|
-
font-size: 12px;
|
|
530
|
-
}
|
|
531
|
-
|
|
532
|
-
.detail-row code,
|
|
533
|
-
.pill {
|
|
534
|
-
border-radius: 4px;
|
|
535
|
-
background: #363a39;
|
|
536
|
-
padding: 2px 6px;
|
|
537
|
-
color: var(--text);
|
|
538
|
-
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
|
|
539
|
-
font-size: 11px;
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
.pill-wrap {
|
|
543
|
-
display: flex;
|
|
544
|
-
flex-wrap: wrap;
|
|
545
|
-
gap: 5px;
|
|
546
|
-
margin-top: 7px;
|
|
547
|
-
}
|
|
548
|
-
|
|
549
|
-
.muted {
|
|
550
|
-
color: var(--muted);
|
|
551
|
-
}
|
|
552
|
-
|
|
553
|
-
.empty-state,
|
|
554
|
-
.status {
|
|
555
|
-
position: absolute;
|
|
556
|
-
left: 50%;
|
|
557
|
-
transform: translateX(-50%);
|
|
558
|
-
border: 1px solid var(--line);
|
|
559
|
-
border-radius: 8px;
|
|
560
|
-
background: var(--panel);
|
|
561
|
-
box-shadow: var(--shadow);
|
|
562
|
-
}
|
|
563
|
-
|
|
564
|
-
.empty-state {
|
|
565
|
-
top: 45%;
|
|
566
|
-
padding: 16px 20px;
|
|
567
|
-
color: var(--muted);
|
|
568
|
-
}
|
|
569
|
-
|
|
570
|
-
.status {
|
|
571
|
-
bottom: 78px;
|
|
572
|
-
max-width: min(560px, calc(100% - 32px));
|
|
573
|
-
padding: 10px 12px;
|
|
574
|
-
color: var(--danger);
|
|
575
|
-
font-size: 12px;
|
|
576
|
-
}
|
|
577
|
-
|
|
578
|
-
.canvas-toolbar {
|
|
579
|
-
display: flex;
|
|
580
|
-
position: absolute;
|
|
581
|
-
bottom: 18px;
|
|
582
|
-
left: 50%;
|
|
583
|
-
z-index: 3;
|
|
584
|
-
align-items: center;
|
|
585
|
-
gap: 10px;
|
|
586
|
-
height: 42px;
|
|
587
|
-
border: 1px solid var(--line);
|
|
588
|
-
border-radius: 10px;
|
|
589
|
-
padding: 0 12px;
|
|
590
|
-
background: rgba(38, 41, 40, 0.96);
|
|
591
|
-
box-shadow: var(--shadow);
|
|
592
|
-
transform: translateX(-50%);
|
|
593
|
-
}
|
|
594
|
-
|
|
595
|
-
.canvas-toolbar button {
|
|
596
|
-
width: 28px;
|
|
597
|
-
height: 28px;
|
|
598
|
-
border: 0;
|
|
599
|
-
padding: 0;
|
|
600
|
-
background: transparent;
|
|
601
|
-
color: var(--text);
|
|
602
|
-
font-size: 17px;
|
|
603
|
-
}
|
|
604
|
-
|
|
605
|
-
#fit-view {
|
|
606
|
-
width: auto;
|
|
607
|
-
padding: 0 6px;
|
|
608
|
-
font-size: 13px;
|
|
609
|
-
font-weight: 700;
|
|
610
|
-
}
|
|
611
|
-
|
|
612
|
-
.show-mode-control {
|
|
613
|
-
position: relative;
|
|
614
|
-
display: flex;
|
|
615
|
-
}
|
|
616
|
-
|
|
617
|
-
.show-mode-button {
|
|
618
|
-
display: flex;
|
|
619
|
-
width: auto !important;
|
|
620
|
-
min-width: 104px;
|
|
621
|
-
align-items: center;
|
|
622
|
-
justify-content: space-between;
|
|
623
|
-
gap: 8px;
|
|
624
|
-
padding: 0 8px !important;
|
|
625
|
-
color: var(--text);
|
|
626
|
-
font-size: 12px !important;
|
|
627
|
-
font-weight: 700;
|
|
628
|
-
}
|
|
629
|
-
|
|
630
|
-
.show-mode-caret {
|
|
631
|
-
width: 7px;
|
|
632
|
-
height: 7px;
|
|
633
|
-
border-right: 1.5px solid currentColor;
|
|
634
|
-
border-bottom: 1.5px solid currentColor;
|
|
635
|
-
transform: translateY(-2px) rotate(45deg);
|
|
636
|
-
}
|
|
637
|
-
|
|
638
|
-
.show-mode-menu {
|
|
639
|
-
position: absolute;
|
|
640
|
-
right: 0;
|
|
641
|
-
bottom: calc(100% + 10px);
|
|
642
|
-
z-index: 4;
|
|
643
|
-
display: grid;
|
|
644
|
-
width: 158px;
|
|
645
|
-
gap: 2px;
|
|
646
|
-
border: 1px solid var(--line);
|
|
647
|
-
border-radius: 8px;
|
|
648
|
-
padding: 5px;
|
|
649
|
-
background: rgba(32, 35, 34, 0.98);
|
|
650
|
-
box-shadow: var(--shadow);
|
|
651
|
-
}
|
|
652
|
-
|
|
653
|
-
.show-mode-menu[hidden] {
|
|
654
|
-
display: none;
|
|
655
|
-
}
|
|
656
|
-
|
|
657
|
-
.show-mode-option {
|
|
658
|
-
display: grid;
|
|
659
|
-
width: 100% !important;
|
|
660
|
-
height: 30px !important;
|
|
661
|
-
grid-template-columns: minmax(0, 1fr) 14px;
|
|
662
|
-
gap: 8px;
|
|
663
|
-
align-items: center;
|
|
664
|
-
border-radius: 6px !important;
|
|
665
|
-
padding: 0 8px !important;
|
|
666
|
-
color: var(--muted) !important;
|
|
667
|
-
font-size: 12px !important;
|
|
668
|
-
text-align: left;
|
|
669
|
-
}
|
|
670
|
-
|
|
671
|
-
.show-mode-option:hover,
|
|
672
|
-
.show-mode-option[aria-checked="true"] {
|
|
673
|
-
background: #2a2e2d !important;
|
|
674
|
-
color: var(--text) !important;
|
|
675
|
-
}
|
|
676
|
-
|
|
677
|
-
.show-mode-check {
|
|
678
|
-
display: grid;
|
|
679
|
-
place-items: center;
|
|
680
|
-
}
|
|
681
|
-
|
|
682
|
-
.check-icon {
|
|
683
|
-
width: 13px;
|
|
684
|
-
height: 13px;
|
|
685
|
-
fill: none;
|
|
686
|
-
stroke: var(--accent);
|
|
687
|
-
stroke-linecap: round;
|
|
688
|
-
stroke-linejoin: round;
|
|
689
|
-
stroke-width: 2.3;
|
|
690
|
-
}
|
|
691
|
-
|
|
692
|
-
#zoom-label {
|
|
693
|
-
width: 48px;
|
|
694
|
-
color: var(--text);
|
|
695
|
-
font-size: 13px;
|
|
696
|
-
font-weight: 700;
|
|
697
|
-
text-align: center;
|
|
698
|
-
}
|
|
699
|
-
|
|
700
|
-
.toolbar-divider {
|
|
701
|
-
width: 1px;
|
|
702
|
-
height: 24px;
|
|
703
|
-
background: var(--line);
|
|
704
|
-
}
|
|
705
|
-
|
|
706
|
-
@media (max-width: 980px) {
|
|
707
|
-
.toolbar {
|
|
708
|
-
grid-template-columns: minmax(180px, 1fr) minmax(220px, 320px) auto;
|
|
709
|
-
}
|
|
710
|
-
|
|
711
|
-
.main {
|
|
712
|
-
grid-template-rows: minmax(0, 1fr) minmax(220px, 36vh);
|
|
713
|
-
grid-template-columns: 220px minmax(0, 1fr);
|
|
714
|
-
}
|
|
715
|
-
|
|
716
|
-
.main.is-details-collapsed {
|
|
717
|
-
grid-template-rows: minmax(0, 1fr);
|
|
718
|
-
grid-template-columns: 220px minmax(0, 1fr);
|
|
719
|
-
}
|
|
720
|
-
|
|
721
|
-
.details {
|
|
722
|
-
grid-column: 1 / -1;
|
|
723
|
-
border-top: 1px solid var(--line);
|
|
724
|
-
border-left: 0;
|
|
725
|
-
}
|
|
726
|
-
}
|
|
727
|
-
|
|
728
|
-
@media (max-width: 700px) {
|
|
729
|
-
html,
|
|
730
|
-
body,
|
|
731
|
-
#app {
|
|
732
|
-
height: auto;
|
|
733
|
-
min-height: 100%;
|
|
734
|
-
}
|
|
735
|
-
|
|
736
|
-
.app {
|
|
737
|
-
grid-template-rows: auto auto;
|
|
738
|
-
min-height: 100%;
|
|
739
|
-
}
|
|
740
|
-
|
|
741
|
-
.toolbar {
|
|
742
|
-
grid-template-columns: 1fr auto;
|
|
743
|
-
gap: 10px;
|
|
744
|
-
padding: 8px;
|
|
745
|
-
}
|
|
746
|
-
|
|
747
|
-
.toolbar-search {
|
|
748
|
-
grid-column: 1 / -1;
|
|
749
|
-
}
|
|
750
|
-
|
|
751
|
-
.brand-mark {
|
|
752
|
-
display: none;
|
|
753
|
-
}
|
|
754
|
-
|
|
755
|
-
.brand h1 {
|
|
756
|
-
font-size: 16px;
|
|
757
|
-
}
|
|
758
|
-
|
|
759
|
-
.brand p {
|
|
760
|
-
overflow-wrap: anywhere;
|
|
761
|
-
white-space: normal;
|
|
762
|
-
}
|
|
763
|
-
|
|
764
|
-
.main {
|
|
765
|
-
min-height: auto;
|
|
766
|
-
grid-template-rows: auto minmax(520px, 64vh) auto;
|
|
767
|
-
grid-template-columns: 1fr;
|
|
768
|
-
}
|
|
769
|
-
|
|
770
|
-
.main.is-details-collapsed {
|
|
771
|
-
grid-template-rows: auto minmax(520px, 64vh);
|
|
772
|
-
grid-template-columns: 1fr;
|
|
773
|
-
}
|
|
774
|
-
|
|
775
|
-
.table-nav {
|
|
776
|
-
max-height: 240px;
|
|
777
|
-
border-right: 0;
|
|
778
|
-
border-bottom: 1px solid var(--line);
|
|
779
|
-
}
|
|
780
|
-
|
|
781
|
-
.canvas {
|
|
782
|
-
min-height: 520px;
|
|
783
|
-
}
|
|
784
|
-
|
|
785
|
-
.details {
|
|
786
|
-
max-height: none;
|
|
787
|
-
overflow: visible;
|
|
788
|
-
}
|
|
789
|
-
}
|