@lunora/studio 1.0.0-alpha.7 → 1.0.0-alpha.9
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/dist/index.d.ts +4 -3
- package/dist/index.js +24 -24
- package/dist/mount.d.ts +1 -1
- package/dist/mount.js +1 -1
- package/dist/packem_shared/{ADMIN_FUNCTIONS-DmBqMZ-z.js → ADMIN_FUNCTIONS-DjXgvJb6.js} +1 -0
- package/dist/packem_shared/{ApiDocsPanel-C5-yJ1p7.js → ApiDocsPanel-yVSGHK3H.js} +1 -1
- package/dist/packem_shared/{ApiTab-W3no0KOj.js → ApiTab-rwttyQ1-.js} +1 -1
- package/dist/packem_shared/{AuditPanel-Bq4o_IqT.js → AuditPanel-BqXZAsu_.js} +1 -1
- package/dist/packem_shared/{DataBrowser-CtBe1So9.js → DataBrowser-BtT2NYcR.js} +3 -3
- package/dist/packem_shared/{ExportImportPanel-dxY56TDF.js → ExportImportPanel-Dq6rj0tI.js} +1 -1
- package/dist/packem_shared/{FileBrowser-Dhy4zES8.js → FileBrowser-0pCpdKPE.js} +1 -1
- package/dist/packem_shared/{FunctionRunner--fQJRPAD.js → FunctionRunner-7NH3KcTg.js} +1 -1
- package/dist/packem_shared/{FunctionStatsPanel-BjRUA_G3.js → FunctionStatsPanel-Cn_EBpDy.js} +1 -1
- package/dist/packem_shared/{HealthPanel-PxclMWmA.js → HealthPanel-CQ4LzVET.js} +1 -1
- package/dist/packem_shared/{HomePanel-Cw16stjq.js → HomePanel-CP0lN1eF.js} +1 -1
- package/dist/packem_shared/{InsightsPanel-CWS_C-xW.js → InsightsPanel-B1BaHaPL.js} +26 -18
- package/dist/packem_shared/{LogsPanel-CTW8CFcM.js → LogsPanel-C3W0mabf.js} +1 -1
- package/dist/packem_shared/{MailPanel-BwkvfIHF.js → MailPanel-DozizrvV.js} +5 -5
- package/dist/packem_shared/{MetricsPanel-BLuOhZQ4.js → MetricsPanel-CujtUfpl.js} +1 -1
- package/dist/packem_shared/{MigrationsPanel-DT3lnwHF.js → MigrationsPanel-RX5qIFSr.js} +1 -1
- package/dist/packem_shared/{PitrPanel-CdErL7EJ.js → PitrPanel-LJGNP_IX.js} +1 -1
- package/dist/packem_shared/{SchemaViewer-LJDcmNIO.js → SchemaViewer-Bam6ylvw.js} +1 -1
- package/dist/packem_shared/{SecurityAdvisorPanel-C_ETsPih.js → SecurityAdvisorPanel-Bn2yq05G.js} +5 -5
- package/dist/packem_shared/{SettingsPanel-C0uLRf5P.js → SettingsPanel-CBXQpYQA.js} +1 -1
- package/dist/packem_shared/{SqlEditorPanel-CguV7otm.js → SqlEditorPanel-D5wMIxcg.js} +2 -2
- package/dist/packem_shared/Studio-CccqZ-J1.js +33 -0
- package/dist/packem_shared/{StudioApp-D4azxYBu.js → StudioApp-CQbULfaH.js} +1 -1
- package/dist/packem_shared/{TableEditor-ChfUOZec.js → TableEditor-Df_5NPaF.js} +1 -1
- package/dist/packem_shared/{app.d-CCmwDEVs.d.ts → app.d-Nbhpihxv.d.ts} +1 -1
- package/dist/packem_shared/{sql-editor-panel-BFRpzj6r.js → sql-editor-panel-Smfl_FDF.js} +1 -1
- package/dist/packem_shared/{studio-H9fuQgSj.js → studio-D93XGB-i.js} +625 -515
- package/dist/standalone/studio.js +112 -112
- package/package.json +6 -6
- package/dist/packem_shared/Studio-BmSGSIuY.js +0 -33
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import 'react/compiler-runtime';
|
|
2
|
+
import '@tanstack/react-router';
|
|
3
|
+
import 'react';
|
|
4
|
+
export { S as Studio } from './studio-D93XGB-i.js';
|
|
5
|
+
import './ErrorBoundary-BzAApI7J.js';
|
|
6
|
+
import './badge-B2PKA1-5.js';
|
|
7
|
+
import './input-XH4r1Pt1.js';
|
|
8
|
+
import './reference-view-B4E49Lip.js';
|
|
9
|
+
import './InsightsPanel-B1BaHaPL.js';
|
|
10
|
+
import './SecurityAdvisorPanel-Bn2yq05G.js';
|
|
11
|
+
import './ApiTab-rwttyQ1-.js';
|
|
12
|
+
import './TableEditor-Df_5NPaF.js';
|
|
13
|
+
import './ExportImportPanel-Dq6rj0tI.js';
|
|
14
|
+
import './MigrationsPanel-RX5qIFSr.js';
|
|
15
|
+
import './PitrPanel-LJGNP_IX.js';
|
|
16
|
+
import './FunctionRunner-7NH3KcTg.js';
|
|
17
|
+
import './FunctionStatsPanel-Cn_EBpDy.js';
|
|
18
|
+
import './HomePanel-CP0lN1eF.js';
|
|
19
|
+
import './AuditPanel-BqXZAsu_.js';
|
|
20
|
+
import './LogsPanel-C3W0mabf.js';
|
|
21
|
+
import './MailPanel-DozizrvV.js';
|
|
22
|
+
import './HealthPanel-CQ4LzVET.js';
|
|
23
|
+
import './MetricsPanel-CujtUfpl.js';
|
|
24
|
+
import './SchemaViewer-Bam6ylvw.js';
|
|
25
|
+
import './SettingsPanel-CBXQpYQA.js';
|
|
26
|
+
import './sql-editor-panel-Smfl_FDF.js';
|
|
27
|
+
import './FileBrowser-0pCpdKPE.js';
|
|
28
|
+
import './DEFAULT_LOCALE-CiX4W7Kr.js';
|
|
29
|
+
import './StudioI18nProvider-B-tDCZIi.js';
|
|
30
|
+
import './internal-rXJEAhXS.js';
|
|
31
|
+
import './utils-B05Dmz_H.js';
|
|
32
|
+
import './CommandPalette-BtgkBzZI.js';
|
|
33
|
+
import 'react/jsx-dev-runtime';
|
|
@@ -3,7 +3,7 @@ import { LunoraClient } from '@lunora/client';
|
|
|
3
3
|
import { LunoraProvider } from '@lunora/react';
|
|
4
4
|
import { useState, useEffect } from 'react';
|
|
5
5
|
import { ErrorBoundary } from './ErrorBoundary-BzAApI7J.js';
|
|
6
|
-
import { u as useTheme, B as BrandMark, T as ThemeProvider, a as TooltipProvider, S as Studio } from './studio-
|
|
6
|
+
import { u as useTheme, B as BrandMark, T as ThemeProvider, a as TooltipProvider, S as Studio } from './studio-D93XGB-i.js';
|
|
7
7
|
import useDebounced from './useDebounced-Dxncpg6z.js';
|
|
8
8
|
import { useT, createStudioI18n } from './DEFAULT_LOCALE-CiX4W7Kr.js';
|
|
9
9
|
import { StudioI18nProvider } from './StudioI18nProvider-B-tDCZIi.js';
|
|
@@ -5,7 +5,7 @@ import { useRef, useState, useEffect } from 'react';
|
|
|
5
5
|
import { T as TIER_META } from './storage-tier-CL98eOvn.js';
|
|
6
6
|
import { useT } from './DEFAULT_LOCALE-CiX4W7Kr.js';
|
|
7
7
|
import { f as fireAndForget } from './internal-rXJEAhXS.js';
|
|
8
|
-
import { DataBrowser } from './DataBrowser-
|
|
8
|
+
import { DataBrowser } from './DataBrowser-BtT2NYcR.js';
|
|
9
9
|
import { GlobalDataBrowser } from './GlobalDataBrowser-BTEmGrph.js';
|
|
10
10
|
import { jsxDEV } from 'react/jsx-dev-runtime';
|
|
11
11
|
|
|
@@ -115,7 +115,7 @@ interface FunctionDescriptor {
|
|
|
115
115
|
/** Outcome of a single `FunctionRunner` invocation. */
|
|
116
116
|
type RunStatus = "error" | "idle" | "running" | "success";
|
|
117
117
|
/** Identifier for each built-in studio tab. */
|
|
118
|
-
type StudioTab = "analytics" | "api" | "audit" | "authConfig" | "authSessions" | "dashboards" | "data" | "drains" | "export" | "files" | "functions" | "health" | "home" | "insights" | "logs" | "mail" | "metrics" | "migrations" | "organizations" | "payments" | "permissions" | "pitr" | "realtime" | "rls" | "schedule" | "schema" | "security" | "settings" | "sql" | "storageRules" | "users" | "vectors" | "workflows";
|
|
118
|
+
type StudioTab = "analytics" | "api" | "audit" | "authConfig" | "authSessions" | "dashboards" | "data" | "drains" | "export" | "files" | "functions" | "health" | "home" | "insights" | "logs" | "mail" | "metrics" | "migrations" | "organizations" | "payments" | "permissions" | "pitr" | "queues" | "realtime" | "rls" | "schedule" | "schema" | "security" | "settings" | "sql" | "storageRules" | "users" | "vectors" | "workflows";
|
|
119
119
|
interface StudioProps {
|
|
120
120
|
/**
|
|
121
121
|
* URL path prefix the studio is mounted under, passed to the router as its
|
|
@@ -9,7 +9,7 @@ import { ShardInput } from './ShardInput-gx_DZXXn.js';
|
|
|
9
9
|
import { cva } from 'class-variance-authority';
|
|
10
10
|
import { c as cn } from './utils-B05Dmz_H.js';
|
|
11
11
|
import { c as TableHead, a as TableHeader, b as TableRow, e as TableCell, d as TableBody, T as Table } from './table-_RzNvy3R.js';
|
|
12
|
-
import { ADMIN_FUNCTIONS } from './ADMIN_FUNCTIONS-
|
|
12
|
+
import { ADMIN_FUNCTIONS } from './ADMIN_FUNCTIONS-DjXgvJb6.js';
|
|
13
13
|
import { r as recordShard } from './shard-history-DyebH1R5.js';
|
|
14
14
|
import { C as CellValue } from './data-grid-B5CaV3wS.js';
|
|
15
15
|
import { E as ExportMenu } from './grid-features-CzUfqgsM.js';
|