@lunora/studio 1.0.0-alpha.29 → 1.0.0-alpha.30
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.js +28 -28
- package/dist/mount.js +1 -1
- package/dist/{packem_shared/ApiTab-vo8uhE29.js → packem_chunks/ApiTab.js} +5 -5
- package/dist/{packem_shared/AuditPanel-CBjYR6S5.js → packem_chunks/AuditPanel.js} +12 -12
- package/dist/{packem_shared/ExportImportPanel-DtDEy4OD.js → packem_chunks/ExportImportPanel.js} +10 -10
- package/dist/{packem_shared/FileBrowser-DqLRjqsM.js → packem_chunks/FileBrowser.js} +15 -15
- package/dist/{packem_shared/FunctionRunner-BmRkCvT4.js → packem_chunks/FunctionRunner.js} +10 -10
- package/dist/{packem_shared/FunctionStatsPanel-Bi3kyQvu.js → packem_chunks/FunctionStatsPanel.js} +13 -13
- package/dist/{packem_shared/HealthPanel-C7IPO6Ts.js → packem_chunks/HealthPanel.js} +12 -12
- package/dist/{packem_shared/InsightsPanel-BD29GXXd.js → packem_chunks/InsightsPanel.js} +11 -11
- package/dist/{packem_shared/LogsPanel-2JhE1qep.js → packem_chunks/LogsPanel.js} +13 -13
- package/dist/{packem_shared/MailPanel-DwNsuFJC.js → packem_chunks/MailPanel.js} +10 -10
- package/dist/{packem_shared/metrics-panel-3FSfzgEX.js → packem_chunks/MetricsPanel.js} +17 -284
- package/dist/{packem_shared/MigrationsPanel-Z1DmSSzf.js → packem_chunks/MigrationsPanel.js} +16 -16
- package/dist/{packem_shared/PitrPanel-3mec0LTF.js → packem_chunks/PitrPanel.js} +9 -9
- package/dist/{packem_shared/SchemaViewer-nxDV7dZJ.js → packem_chunks/SchemaViewer.js} +15 -15
- package/dist/{packem_shared/SecurityAdvisorPanel-5tYrJdvn.js → packem_chunks/SecurityAdvisorPanel.js} +4 -4
- package/dist/{packem_shared/SettingsPanel-SijRekVc.js → packem_chunks/SettingsPanel.js} +7 -7
- package/dist/{packem_shared/sql-editor-panel-DBuIpCXk.js → packem_chunks/SqlEditorPanel.js} +12 -252
- package/dist/{packem_shared/table-editor-7iSgi3te.js → packem_chunks/TableEditor.js} +7 -101
- package/dist/packem_chunks/analytics-panel.js +261 -0
- package/dist/packem_chunks/auth-config-panel.js +179 -0
- package/dist/packem_chunks/auth-sessions-panel.js +175 -0
- package/dist/packem_chunks/dashboards-panel.js +779 -0
- package/dist/packem_chunks/fanout-panel.js +481 -0
- package/dist/packem_chunks/flags-panel.js +176 -0
- package/dist/packem_chunks/kv-browser.js +1896 -0
- package/dist/packem_chunks/log-drains-panel.js +273 -0
- package/dist/packem_chunks/organizations-panel.js +670 -0
- package/dist/packem_chunks/payments-panel.js +185 -0
- package/dist/packem_chunks/permissions-panel.js +804 -0
- package/dist/packem_chunks/queues-panel.js +147 -0
- package/dist/packem_chunks/rls-panel.js +313 -0
- package/dist/packem_chunks/schedule-panel.js +831 -0
- package/dist/packem_chunks/sparkline.js +79 -0
- package/dist/packem_chunks/storage-rules-panel.js +138 -0
- package/dist/packem_chunks/subscriptions-panel.js +236 -0
- package/dist/packem_chunks/users-panel.js +1265 -0
- package/dist/packem_chunks/vector-browser.js +281 -0
- package/dist/packem_chunks/workflows-panel.js +562 -0
- package/dist/packem_shared/{ApiDocsPanel-BSSgtcVf.js → ApiDocsPanel-B6u_wnz-.js} +1 -1
- package/dist/packem_shared/{ApiReferencePanel-D24xOjCw.js → ApiReferencePanel-Drz4UO0a.js} +2 -1
- package/dist/packem_shared/{CommandPalette-L-CuSRUc.js → CommandPalette-B5BertvU.js} +1 -1
- package/dist/packem_shared/{DataBrowser-DBKOIVKS.js → DataBrowser-ANTHLWWh.js} +6 -5
- package/dist/packem_shared/{GlobalDataBrowser-DOjhvhKa.js → GlobalDataBrowser-CjgTG_wa.js} +4 -4
- package/dist/packem_shared/{HomePanel-dJIkHY_i.js → HomePanel-c2FodE9t.js} +4 -4
- package/dist/packem_shared/{OpenRpcReferencePanel-Dq0yyVWz.js → OpenRpcReferencePanel-CspFdbUT.js} +2 -1
- package/dist/packem_shared/{ScheduledJobs--Z9GTmKb.js → ScheduledJobs-BEJXtsBn.js} +2 -2
- package/dist/packem_shared/Studio-CVTtA_sB.js +16 -0
- package/dist/packem_shared/{StudioApp-wxioPfiP.js → StudioApp-BSYV2fz6.js} +1 -1
- package/dist/packem_shared/{bar-chart-CzJAgqkp.js → bar-chart-Bb__F5-u.js} +1 -1
- package/dist/packem_shared/browser-storage-d03UsV7v.js +249 -0
- package/dist/packem_shared/{cf-links-2cktDedA.js → cf-links-BZfRdxSE.js} +1 -1
- package/dist/packem_shared/{data-grid-CrapHxR-.js → data-grid-Dsg6nRjo.js} +1 -1
- package/dist/packem_shared/data-view-params-Cd6yRVbv.js +96 -0
- package/dist/packem_shared/{grid-features-DnTbXXNb.js → grid-features-D7nNzBYm.js} +4 -99
- package/dist/packem_shared/{home-panel-VdQI_8oX.js → home-panel-aOR_drVv.js} +24 -87
- package/dist/packem_shared/{internal-CvMZCVd6.js → internal-FcNZ3beb.js} +1 -1
- package/dist/packem_shared/modal-shell-hyaJvIJ6.js +100 -0
- package/dist/packem_shared/{reference-view-DVyk5kXj.js → reference-view-Doy1XlQq.js} +4 -44
- package/dist/packem_shared/select-UkNYCT3s.js +273 -0
- package/dist/packem_shared/skeleton-CGhL0p20.js +45 -0
- package/dist/packem_shared/{sparkline-10dG-_f0.js → sparkline-KgMPHS4u.js} +1 -1
- package/dist/packem_shared/studio-dMTJ-kRR.js +3987 -0
- package/dist/packem_shared/{table-list-sidebar-BbSgfLJ2.js → table-list-sidebar-VMo0ftxD.js} +1 -1
- package/dist/packem_shared/{use-admin-query-CFl5GUg_.js → use-admin-query-BViPA3US.js} +2 -2
- package/dist/packem_shared/use-auth-capabilities-BHkoBnbZ.js +32 -0
- package/dist/standalone/chunk-2DS7JLWL.js +13 -0
- package/dist/standalone/chunk-2K47A3P6.js +1 -0
- package/dist/standalone/chunk-2NGUNNGW.js +1 -0
- package/dist/standalone/chunk-2PDQ4KZ6.js +1 -0
- package/dist/standalone/chunk-3BP4BTLR.js +4 -0
- package/dist/standalone/chunk-3OA7PECS.js +6 -0
- package/dist/standalone/chunk-4QHKBC77.js +1 -0
- package/dist/standalone/chunk-57LYXHXH.js +1 -0
- package/dist/standalone/chunk-5NSZVXCS.js +1 -0
- package/dist/standalone/chunk-5OIBXYZM.js +1 -0
- package/dist/standalone/chunk-63XKJQTQ.js +1 -0
- package/dist/standalone/chunk-6RC6L33K.js +4 -0
- package/dist/standalone/chunk-6VTGE3WJ.js +1 -0
- package/dist/standalone/chunk-7PBZKXYA.js +1 -0
- package/dist/standalone/chunk-7POIIWC5.js +3 -0
- package/dist/standalone/chunk-7RYIQKZA.js +1 -0
- package/dist/standalone/chunk-7TJJXVSE.js +1 -0
- package/dist/standalone/chunk-AB6QGMBF.js +1 -0
- package/dist/standalone/chunk-AHILM3ZP.js +1 -0
- package/dist/standalone/chunk-AQGOX5DK.js +1 -0
- package/dist/standalone/chunk-ASLGNHAX.js +1 -0
- package/dist/standalone/chunk-BHTPZS7L.js +4 -0
- package/dist/standalone/chunk-BJGBHGK3.js +1 -0
- package/dist/standalone/chunk-D7HKX4DI.js +1 -0
- package/dist/standalone/chunk-DGWTR4G7.js +1 -0
- package/dist/standalone/chunk-DSX53PBM.js +1 -0
- package/dist/standalone/chunk-DV2MNASX.js +1 -0
- package/dist/standalone/chunk-DWDILV2E.js +1 -0
- package/dist/standalone/chunk-E7AVZZKO.js +1 -0
- package/dist/standalone/chunk-EGJX34WM.js +1 -0
- package/dist/standalone/chunk-FCR3HKFV.js +1 -0
- package/dist/standalone/chunk-FKO3HO6I.js +4 -0
- package/dist/standalone/chunk-FQKNJSRA.js +76 -0
- package/dist/standalone/chunk-G2TFEWEQ.js +4 -0
- package/dist/standalone/chunk-GABMIICA.js +1 -0
- package/dist/standalone/chunk-GTM65MVX.js +1 -0
- package/dist/standalone/chunk-GZXPPJVK.js +1 -0
- package/dist/standalone/chunk-HFBRE65A.js +1 -0
- package/dist/standalone/chunk-HFMQNUBC.js +1 -0
- package/dist/standalone/chunk-HG7Q5B3H.js +1 -0
- package/dist/standalone/chunk-HTQL7AXU.js +1 -0
- package/dist/standalone/chunk-HV7G6DFP.js +5 -0
- package/dist/standalone/chunk-ITLLHEVG.js +1 -0
- package/dist/standalone/chunk-J6J54MBP.js +1 -0
- package/dist/standalone/chunk-JSEXCW5Q.js +1 -0
- package/dist/standalone/chunk-KEGAWN6Y.js +1 -0
- package/dist/standalone/chunk-KG3QTFWE.js +1 -0
- package/dist/standalone/chunk-KGS7KM4A.js +2 -0
- package/dist/standalone/chunk-KODWGUAB.js +1 -0
- package/dist/standalone/chunk-KZ6INM5M.js +1 -0
- package/dist/standalone/chunk-MGFEVTRI.js +1 -0
- package/dist/standalone/chunk-N2QDG3MW.js +1 -0
- package/dist/standalone/chunk-N4JI6VQD.js +1 -0
- package/dist/standalone/chunk-NNISYDNI.js +1 -0
- package/dist/standalone/chunk-O4PXDNR3.js +1 -0
- package/dist/standalone/chunk-O77VNUFD.js +1 -0
- package/dist/standalone/chunk-OD2POGPJ.js +1 -0
- package/dist/standalone/chunk-OXCK3ZUG.js +1 -0
- package/dist/standalone/chunk-P7DSVO4U.js +1 -0
- package/dist/standalone/chunk-PKAM3N5C.js +1 -0
- package/dist/standalone/chunk-QGXGBHQO.js +1 -0
- package/dist/standalone/chunk-QHA3TAEJ.js +1 -0
- package/dist/standalone/chunk-QQWC62X7.js +1 -0
- package/dist/standalone/chunk-RMYA7NAH.js +1 -0
- package/dist/standalone/chunk-RRCPZMC2.js +22 -0
- package/dist/standalone/chunk-S53RUBW5.js +1 -0
- package/dist/standalone/chunk-SB4GT6PK.js +1 -0
- package/dist/standalone/chunk-SEU5V7I6.js +1 -0
- package/dist/standalone/chunk-SHIOUDOT.js +1 -0
- package/dist/standalone/chunk-SIDRSX7Y.js +1 -0
- package/dist/standalone/chunk-SVR644RF.js +1 -0
- package/dist/standalone/chunk-TAD43CG5.js +1 -0
- package/dist/standalone/chunk-TBMYIZIO.js +1 -0
- package/dist/standalone/chunk-TICVNLPM.js +1 -0
- package/dist/standalone/chunk-TQ36RWOP.js +1 -0
- package/dist/standalone/chunk-UGMRUEBU.js +1 -0
- package/dist/standalone/chunk-UII66UVF.js +1 -0
- package/dist/standalone/chunk-VJPQUBN6.js +8 -0
- package/dist/standalone/chunk-VLXV72QE.js +1 -0
- package/dist/standalone/chunk-VMJKJWG6.js +1 -0
- package/dist/standalone/chunk-VPDPN5RR.js +2 -0
- package/dist/standalone/chunk-VSEGZA3J.js +1 -0
- package/dist/standalone/chunk-VXBZQIGY.js +4 -0
- package/dist/standalone/chunk-W7PCVQTE.js +1 -0
- package/dist/standalone/chunk-XLILSHPE.js +1 -0
- package/dist/standalone/chunk-XURNGQSS.js +1 -0
- package/dist/standalone/chunk-YJGANMU7.js +18 -0
- package/dist/standalone/chunk-YQQJ4N6U.js +1 -0
- package/dist/standalone/chunk-ZH7UES4T.js +2 -0
- package/dist/standalone/chunk-ZPUO7FNI.js +1 -0
- package/dist/standalone/chunk-ZQCVDXDL.js +1 -0
- package/dist/standalone/studio.js +104 -268
- package/package.json +1 -1
- package/dist/packem_shared/MetricsPanel-CRa4ITlq.js +0 -19
- package/dist/packem_shared/SqlEditorPanel-DI4obotI.js +0 -13
- package/dist/packem_shared/Studio-B_L5Q2-X.js +0 -33
- package/dist/packem_shared/TableEditor-1T-5KYtr.js +0 -11
- package/dist/packem_shared/studio-Dm6H5DHS.js +0 -13388
package/dist/index.js
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
export { StudioApp } from './packem_shared/StudioApp-
|
|
2
|
-
export { CommandPalette, openCommandPalette } from './packem_shared/CommandPalette-
|
|
3
|
-
export { S as Studio } from './packem_shared/studio-
|
|
1
|
+
export { StudioApp } from './packem_shared/StudioApp-BSYV2fz6.js';
|
|
2
|
+
export { CommandPalette, openCommandPalette } from './packem_shared/CommandPalette-B5BertvU.js';
|
|
3
|
+
export { S as Studio } from './packem_shared/studio-dMTJ-kRR.js';
|
|
4
4
|
export { ConfirmButton } from './packem_shared/ConfirmButton-C2eVi2Qv.js';
|
|
5
5
|
export { default as ConnectionBadge } from './packem_shared/ConnectionBadge-B2DDM2Tn.js';
|
|
6
6
|
export { ErrorBoundary } from './packem_shared/ErrorBoundary-BzAApI7J.js';
|
|
7
7
|
export { ShardInput } from './packem_shared/ShardInput-gx_DZXXn.js';
|
|
8
8
|
export { DEFAULT_INSIGHT_THRESHOLDS, deriveInsights } from './packem_shared/DEFAULT_INSIGHT_THRESHOLDS-DjF0h-gA.js';
|
|
9
|
-
export { InsightsPanel } from './
|
|
10
|
-
export { default as SecurityAdvisorPanel } from './
|
|
11
|
-
export { default as ApiDocsPanel } from './packem_shared/ApiDocsPanel-
|
|
12
|
-
export { default as ApiReferencePanel } from './packem_shared/ApiReferencePanel-
|
|
13
|
-
export { default as ApiTab } from './
|
|
14
|
-
export { default as OpenRpcReferencePanel } from './packem_shared/OpenRpcReferencePanel-
|
|
15
|
-
export { DataBrowser } from './packem_shared/DataBrowser-
|
|
9
|
+
export { InsightsPanel } from './packem_chunks/InsightsPanel.js';
|
|
10
|
+
export { default as SecurityAdvisorPanel } from './packem_chunks/SecurityAdvisorPanel.js';
|
|
11
|
+
export { default as ApiDocsPanel } from './packem_shared/ApiDocsPanel-B6u_wnz-.js';
|
|
12
|
+
export { default as ApiReferencePanel } from './packem_shared/ApiReferencePanel-Drz4UO0a.js';
|
|
13
|
+
export { default as ApiTab } from './packem_chunks/ApiTab.js';
|
|
14
|
+
export { default as OpenRpcReferencePanel } from './packem_shared/OpenRpcReferencePanel-CspFdbUT.js';
|
|
15
|
+
export { DataBrowser } from './packem_shared/DataBrowser-ANTHLWWh.js';
|
|
16
16
|
export { DataFilters, toFilterClauses } from './packem_shared/DataFilters-FNquMaiu.js';
|
|
17
|
-
export { GlobalDataBrowser } from './packem_shared/GlobalDataBrowser-
|
|
18
|
-
export {
|
|
19
|
-
export { ExportImportPanel } from './
|
|
20
|
-
export { MigrationsPanel } from './
|
|
21
|
-
export { PitrPanel } from './
|
|
22
|
-
export { FunctionRunner } from './
|
|
23
|
-
export { FunctionStatsPanel } from './
|
|
24
|
-
export { H as HomePanel } from './packem_shared/home-panel-
|
|
25
|
-
export { AuditPanel } from './
|
|
26
|
-
export { LogsPanel } from './
|
|
27
|
-
export { MailPanel } from './
|
|
28
|
-
export { ScheduledJobs } from './packem_shared/ScheduledJobs
|
|
29
|
-
export { HealthPanel } from './
|
|
17
|
+
export { GlobalDataBrowser } from './packem_shared/GlobalDataBrowser-CjgTG_wa.js';
|
|
18
|
+
export { TableEditor } from './packem_chunks/TableEditor.js';
|
|
19
|
+
export { ExportImportPanel } from './packem_chunks/ExportImportPanel.js';
|
|
20
|
+
export { MigrationsPanel } from './packem_chunks/MigrationsPanel.js';
|
|
21
|
+
export { PitrPanel } from './packem_chunks/PitrPanel.js';
|
|
22
|
+
export { FunctionRunner } from './packem_chunks/FunctionRunner.js';
|
|
23
|
+
export { FunctionStatsPanel } from './packem_chunks/FunctionStatsPanel.js';
|
|
24
|
+
export { H as HomePanel } from './packem_shared/home-panel-aOR_drVv.js';
|
|
25
|
+
export { AuditPanel } from './packem_chunks/AuditPanel.js';
|
|
26
|
+
export { LogsPanel } from './packem_chunks/LogsPanel.js';
|
|
27
|
+
export { MailPanel } from './packem_chunks/MailPanel.js';
|
|
28
|
+
export { ScheduledJobs } from './packem_shared/ScheduledJobs-BEJXtsBn.js';
|
|
29
|
+
export { HealthPanel } from './packem_chunks/HealthPanel.js';
|
|
30
30
|
export { aggregateMetrics, shardsToAggregate } from './packem_shared/aggregateMetrics-D4nUHEKU.js';
|
|
31
|
-
export {
|
|
32
|
-
export { SchemaViewer } from './
|
|
33
|
-
export { SettingsPanel } from './
|
|
34
|
-
export {
|
|
35
|
-
export { FileBrowser } from './
|
|
31
|
+
export { MetricsPanel } from './packem_chunks/MetricsPanel.js';
|
|
32
|
+
export { SchemaViewer } from './packem_chunks/SchemaViewer.js';
|
|
33
|
+
export { SettingsPanel } from './packem_chunks/SettingsPanel.js';
|
|
34
|
+
export { SqlEditorPanel } from './packem_chunks/SqlEditorPanel.js';
|
|
35
|
+
export { FileBrowser } from './packem_chunks/FileBrowser.js';
|
|
36
36
|
export { DEFAULT_AUTO_REFRESH_MS, useAutoRefresh } from './packem_shared/DEFAULT_AUTO_REFRESH_MS-Vxwaxx51.js';
|
|
37
37
|
export { default as useDebounced } from './packem_shared/useDebounced-Dxncpg6z.js';
|
|
38
38
|
export { DEFAULT_LOCALE, createStudioI18n, studioI18n, useT } from './packem_shared/DEFAULT_LOCALE-CiX4W7Kr.js';
|
package/dist/mount.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createRoot } from 'react-dom/client';
|
|
2
|
-
import { StudioApp } from './packem_shared/StudioApp-
|
|
2
|
+
import { StudioApp } from './packem_shared/StudioApp-BSYV2fz6.js';
|
|
3
3
|
import { jsxDEV } from 'react/jsx-dev-runtime';
|
|
4
4
|
|
|
5
5
|
const mountStudio = (options = {}) => {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { c } from 'react/compiler-runtime';
|
|
2
2
|
import { useState } from 'react';
|
|
3
|
-
import { B as Button } from '
|
|
4
|
-
import { useT } from '
|
|
5
|
-
import ApiDocsPanel from '
|
|
6
|
-
import ApiReferencePanel from '
|
|
7
|
-
import OpenRpcReferencePanel from '
|
|
3
|
+
import { B as Button } from '../packem_shared/button-BhsN2uZH.js';
|
|
4
|
+
import { useT } from '../packem_shared/DEFAULT_LOCALE-CiX4W7Kr.js';
|
|
5
|
+
import ApiDocsPanel from '../packem_shared/ApiDocsPanel-B6u_wnz-.js';
|
|
6
|
+
import ApiReferencePanel from '../packem_shared/ApiReferencePanel-Drz4UO0a.js';
|
|
7
|
+
import OpenRpcReferencePanel from '../packem_shared/OpenRpcReferencePanel-CspFdbUT.js';
|
|
8
8
|
import { jsxDEV } from 'react/jsx-dev-runtime';
|
|
9
9
|
|
|
10
10
|
const VIEW_KEYS = ["reference", "snippets"];
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { useVirtualizer, observeElementRect } from '@tanstack/react-virtual';
|
|
2
2
|
import { useState, useMemo, useRef } from 'react';
|
|
3
|
-
import { L as LiveError } from '
|
|
4
|
-
import { ShardInput } from '
|
|
5
|
-
import { B as Badge } from '
|
|
6
|
-
import { C as Card, a as CardContent } from '
|
|
7
|
-
import { E as EmptyState } from '
|
|
8
|
-
import { I as Input } from '
|
|
9
|
-
import { T as Table, a as TableHeader, b as TableRow, c as TableHead, d as TableBody, e as TableCell } from '
|
|
10
|
-
import { u as useAdminQuery } from '
|
|
11
|
-
import useDebounced from '
|
|
12
|
-
import { useT } from '
|
|
13
|
-
import { ADMIN_FUNCTIONS } from '
|
|
14
|
-
import {
|
|
3
|
+
import { L as LiveError } from '../packem_shared/live-status-FZ0psC1z.js';
|
|
4
|
+
import { ShardInput } from '../packem_shared/ShardInput-gx_DZXXn.js';
|
|
5
|
+
import { B as Badge } from '../packem_shared/badge-B2PKA1-5.js';
|
|
6
|
+
import { C as Card, a as CardContent } from '../packem_shared/card-DURq3ElK.js';
|
|
7
|
+
import { E as EmptyState } from '../packem_shared/empty-state-DY_oe0k6.js';
|
|
8
|
+
import { I as Input } from '../packem_shared/input-XH4r1Pt1.js';
|
|
9
|
+
import { T as Table, a as TableHeader, b as TableRow, c as TableHead, d as TableBody, e as TableCell } from '../packem_shared/table-DsCa9Qp9.js';
|
|
10
|
+
import { u as useAdminQuery } from '../packem_shared/use-admin-query-BViPA3US.js';
|
|
11
|
+
import useDebounced from '../packem_shared/useDebounced-Dxncpg6z.js';
|
|
12
|
+
import { useT } from '../packem_shared/DEFAULT_LOCALE-CiX4W7Kr.js';
|
|
13
|
+
import { ADMIN_FUNCTIONS } from '../packem_shared/ADMIN_FUNCTIONS-CdaxLGkE.js';
|
|
14
|
+
import { g as formatTimestamp } from '../packem_shared/internal-FcNZ3beb.js';
|
|
15
15
|
import { jsxDEV } from 'react/jsx-dev-runtime';
|
|
16
16
|
|
|
17
17
|
const DETAIL_MAX = 80;
|
package/dist/{packem_shared/ExportImportPanel-DtDEy4OD.js → packem_chunks/ExportImportPanel.js}
RENAMED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { useLunora } from '@lunora/react';
|
|
2
2
|
import { useState } from 'react';
|
|
3
|
-
import { ConfirmButton } from '
|
|
4
|
-
import { ShardInput } from '
|
|
5
|
-
import { B as Button } from '
|
|
6
|
-
import { C as Card, a as CardContent } from '
|
|
7
|
-
import { T as Textarea } from '
|
|
8
|
-
import {
|
|
9
|
-
import { useT } from '
|
|
10
|
-
import { ADMIN_FUNCTIONS } from '
|
|
11
|
-
import { f as fireAndForget, c as callOptions, e as errorMessage, a as adminRef } from '
|
|
12
|
-
import { r as recordShard } from '
|
|
3
|
+
import { ConfirmButton } from '../packem_shared/ConfirmButton-C2eVi2Qv.js';
|
|
4
|
+
import { ShardInput } from '../packem_shared/ShardInput-gx_DZXXn.js';
|
|
5
|
+
import { B as Button } from '../packem_shared/button-BhsN2uZH.js';
|
|
6
|
+
import { C as Card, a as CardContent } from '../packem_shared/card-DURq3ElK.js';
|
|
7
|
+
import { T as Textarea } from '../packem_shared/textarea-D3gaCU_-.js';
|
|
8
|
+
import { b as useInvalidateAdmin } from '../packem_shared/use-admin-query-BViPA3US.js';
|
|
9
|
+
import { useT } from '../packem_shared/DEFAULT_LOCALE-CiX4W7Kr.js';
|
|
10
|
+
import { ADMIN_FUNCTIONS } from '../packem_shared/ADMIN_FUNCTIONS-CdaxLGkE.js';
|
|
11
|
+
import { f as fireAndForget, c as callOptions, e as errorMessage, a as adminRef } from '../packem_shared/internal-FcNZ3beb.js';
|
|
12
|
+
import { r as recordShard } from '../packem_shared/shard-history-DyebH1R5.js';
|
|
13
13
|
import { jsxDEV } from 'react/jsx-dev-runtime';
|
|
14
14
|
|
|
15
15
|
const EXPORT_SHARD = adminRef(ADMIN_FUNCTIONS.exportShard);
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import { c } from 'react/compiler-runtime';
|
|
2
2
|
import { useState, useEffect, useMemo, useCallback, useRef } from 'react';
|
|
3
|
-
import { ShardInput } from '
|
|
4
|
-
import { B as Button } from '
|
|
5
|
-
import { E as EmptyState } from '
|
|
6
|
-
import { useT } from '
|
|
7
|
-
import { S as SelectionBar } from '
|
|
8
|
-
import { C as Card, a as CardContent } from '
|
|
9
|
-
import { C as Checkbox } from '
|
|
10
|
-
import { c as TableHead, a as TableHeader, b as TableRow, d as TableBody, T as Table, e as TableCell } from '
|
|
11
|
-
import { h as formatBytes, f as fireAndForget, e as errorMessage, c as callOptions, a as adminRef } from '
|
|
12
|
-
import { ConfirmButton } from '
|
|
13
|
-
import { B as Badge } from '
|
|
3
|
+
import { ShardInput } from '../packem_shared/ShardInput-gx_DZXXn.js';
|
|
4
|
+
import { B as Button } from '../packem_shared/button-BhsN2uZH.js';
|
|
5
|
+
import { E as EmptyState } from '../packem_shared/empty-state-DY_oe0k6.js';
|
|
6
|
+
import { useT } from '../packem_shared/DEFAULT_LOCALE-CiX4W7Kr.js';
|
|
7
|
+
import { S as SelectionBar } from '../packem_shared/grid-features-D7nNzBYm.js';
|
|
8
|
+
import { C as Card, a as CardContent } from '../packem_shared/card-DURq3ElK.js';
|
|
9
|
+
import { C as Checkbox } from '../packem_shared/checkbox-UNkzAxl-.js';
|
|
10
|
+
import { c as TableHead, a as TableHeader, b as TableRow, d as TableBody, T as Table, e as TableCell } from '../packem_shared/table-DsCa9Qp9.js';
|
|
11
|
+
import { h as formatBytes, f as fireAndForget, e as errorMessage, c as callOptions, a as adminRef } from '../packem_shared/internal-FcNZ3beb.js';
|
|
12
|
+
import { ConfirmButton } from '../packem_shared/ConfirmButton-C2eVi2Qv.js';
|
|
13
|
+
import { B as Badge } from '../packem_shared/badge-B2PKA1-5.js';
|
|
14
14
|
import { jsxDEV, Fragment } from 'react/jsx-dev-runtime';
|
|
15
|
-
import { I as Input } from '
|
|
16
|
-
import { d as CLOUDFLARE_R2_URL } from '
|
|
15
|
+
import { I as Input } from '../packem_shared/input-XH4r1Pt1.js';
|
|
16
|
+
import { d as CLOUDFLARE_R2_URL } from '../packem_shared/cf-links-BZfRdxSE.js';
|
|
17
17
|
import { useLunora } from '@lunora/react';
|
|
18
|
-
import { useAutoRefresh } from '
|
|
19
|
-
import { ADMIN_FUNCTIONS } from '
|
|
18
|
+
import { useAutoRefresh } from '../packem_shared/DEFAULT_AUTO_REFRESH_MS-Vxwaxx51.js';
|
|
19
|
+
import { ADMIN_FUNCTIONS } from '../packem_shared/ADMIN_FUNCTIONS-CdaxLGkE.js';
|
|
20
20
|
|
|
21
21
|
const useFileItem = (object, prefix, handlers) => {
|
|
22
22
|
const $ = c(21);
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { useLunora } from '@lunora/react';
|
|
2
2
|
import { useState, useEffect } from 'react';
|
|
3
|
-
import { ShardInput } from '
|
|
4
|
-
import { B as Badge } from '
|
|
5
|
-
import { B as Button } from '
|
|
6
|
-
import { I as Input } from '
|
|
7
|
-
import { L as Label } from '
|
|
8
|
-
import { T as Textarea } from '
|
|
9
|
-
import { useT } from '
|
|
10
|
-
import { ADMIN_FUNCTIONS } from '
|
|
11
|
-
import { e as errorMessage,
|
|
12
|
-
import { r as recordShard } from '
|
|
3
|
+
import { ShardInput } from '../packem_shared/ShardInput-gx_DZXXn.js';
|
|
4
|
+
import { B as Badge } from '../packem_shared/badge-B2PKA1-5.js';
|
|
5
|
+
import { B as Button } from '../packem_shared/button-BhsN2uZH.js';
|
|
6
|
+
import { I as Input } from '../packem_shared/input-XH4r1Pt1.js';
|
|
7
|
+
import { L as Label } from '../packem_shared/label-D8ykjn5J.js';
|
|
8
|
+
import { T as Textarea } from '../packem_shared/textarea-D3gaCU_-.js';
|
|
9
|
+
import { useT } from '../packem_shared/DEFAULT_LOCALE-CiX4W7Kr.js';
|
|
10
|
+
import { ADMIN_FUNCTIONS } from '../packem_shared/ADMIN_FUNCTIONS-CdaxLGkE.js';
|
|
11
|
+
import { e as errorMessage, g as formatTimestamp, f as fireAndForget, a as adminRef } from '../packem_shared/internal-FcNZ3beb.js';
|
|
12
|
+
import { r as recordShard } from '../packem_shared/shard-history-DyebH1R5.js';
|
|
13
13
|
import { jsxDEV } from 'react/jsx-dev-runtime';
|
|
14
14
|
|
|
15
15
|
const argumentType = (argument) => {
|
package/dist/{packem_shared/FunctionStatsPanel-Bi3kyQvu.js → packem_chunks/FunctionStatsPanel.js}
RENAMED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { c } from 'react/compiler-runtime';
|
|
2
2
|
import { useState } from 'react';
|
|
3
|
-
import { L as LiveError } from '
|
|
4
|
-
import { ShardInput } from '
|
|
5
|
-
import { B as Badge } from '
|
|
6
|
-
import { B as Button } from '
|
|
7
|
-
import { C as Card, a as CardContent } from '
|
|
8
|
-
import { E as EmptyState } from '
|
|
9
|
-
import { T as Table, a as TableHeader, b as TableRow, c as TableHead, d as TableBody, e as TableCell } from '
|
|
10
|
-
import { u as useAdminQuery } from '
|
|
11
|
-
import useDebounced from '
|
|
12
|
-
import { useT } from '
|
|
13
|
-
import { ADMIN_FUNCTIONS } from '
|
|
14
|
-
import {
|
|
15
|
-
import { c as cn } from '
|
|
3
|
+
import { L as LiveError } from '../packem_shared/live-status-FZ0psC1z.js';
|
|
4
|
+
import { ShardInput } from '../packem_shared/ShardInput-gx_DZXXn.js';
|
|
5
|
+
import { B as Badge } from '../packem_shared/badge-B2PKA1-5.js';
|
|
6
|
+
import { B as Button } from '../packem_shared/button-BhsN2uZH.js';
|
|
7
|
+
import { C as Card, a as CardContent } from '../packem_shared/card-DURq3ElK.js';
|
|
8
|
+
import { E as EmptyState } from '../packem_shared/empty-state-DY_oe0k6.js';
|
|
9
|
+
import { T as Table, a as TableHeader, b as TableRow, c as TableHead, d as TableBody, e as TableCell } from '../packem_shared/table-DsCa9Qp9.js';
|
|
10
|
+
import { u as useAdminQuery } from '../packem_shared/use-admin-query-BViPA3US.js';
|
|
11
|
+
import useDebounced from '../packem_shared/useDebounced-Dxncpg6z.js';
|
|
12
|
+
import { useT } from '../packem_shared/DEFAULT_LOCALE-CiX4W7Kr.js';
|
|
13
|
+
import { ADMIN_FUNCTIONS } from '../packem_shared/ADMIN_FUNCTIONS-CdaxLGkE.js';
|
|
14
|
+
import { g as formatTimestamp } from '../packem_shared/internal-FcNZ3beb.js';
|
|
15
|
+
import { c as cn } from '../packem_shared/utils-B05Dmz_H.js';
|
|
16
16
|
import { jsxDEV } from 'react/jsx-dev-runtime';
|
|
17
17
|
|
|
18
18
|
const KIND_VARIANT = {
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { c } from 'react/compiler-runtime';
|
|
2
2
|
import { useLunora } from '@lunora/react';
|
|
3
3
|
import { useState, useRef, useEffect, useCallback, useMemo } from 'react';
|
|
4
|
-
import ConnectionBadge from '
|
|
5
|
-
import { L as LiveError } from '
|
|
6
|
-
import { B as Badge } from '
|
|
7
|
-
import { C as Card } from '
|
|
8
|
-
import { u as useAdminQuery } from '
|
|
9
|
-
import { useT } from '
|
|
10
|
-
import { ADMIN_FUNCTIONS } from '
|
|
11
|
-
import { f as fireAndForget,
|
|
12
|
-
import { l as loadRecentShards } from '
|
|
13
|
-
import { c as cn } from '
|
|
14
|
-
import { shardsToAggregate } from '
|
|
15
|
-
import { S as Sparkline } from '
|
|
4
|
+
import ConnectionBadge from '../packem_shared/ConnectionBadge-B2DDM2Tn.js';
|
|
5
|
+
import { L as LiveError } from '../packem_shared/live-status-FZ0psC1z.js';
|
|
6
|
+
import { B as Badge } from '../packem_shared/badge-B2PKA1-5.js';
|
|
7
|
+
import { C as Card } from '../packem_shared/card-DURq3ElK.js';
|
|
8
|
+
import { u as useAdminQuery } from '../packem_shared/use-admin-query-BViPA3US.js';
|
|
9
|
+
import { useT } from '../packem_shared/DEFAULT_LOCALE-CiX4W7Kr.js';
|
|
10
|
+
import { ADMIN_FUNCTIONS } from '../packem_shared/ADMIN_FUNCTIONS-CdaxLGkE.js';
|
|
11
|
+
import { f as fireAndForget, g as formatTimestamp, c as callOptions, e as errorMessage, a as adminRef } from '../packem_shared/internal-FcNZ3beb.js';
|
|
12
|
+
import { l as loadRecentShards } from '../packem_shared/shard-history-DyebH1R5.js';
|
|
13
|
+
import { c as cn } from '../packem_shared/utils-B05Dmz_H.js';
|
|
14
|
+
import { shardsToAggregate } from '../packem_shared/aggregateMetrics-D4nUHEKU.js';
|
|
15
|
+
import { S as Sparkline } from '../packem_shared/sparkline-KgMPHS4u.js';
|
|
16
16
|
import { jsxDEV } from 'react/jsx-dev-runtime';
|
|
17
17
|
|
|
18
18
|
const STATUS_RANK = {
|
|
@@ -2,18 +2,18 @@ import { c } from 'react/compiler-runtime';
|
|
|
2
2
|
import { useLunora } from '@lunora/react';
|
|
3
3
|
import { useNavigate } from '@tanstack/react-router';
|
|
4
4
|
import { useState, useRef, useCallback, useEffect, useMemo } from 'react';
|
|
5
|
-
import { ShardInput } from '
|
|
6
|
-
import { B as Button } from '
|
|
7
|
-
import { u as useAdminQuery } from '
|
|
8
|
-
import useDebounced from '
|
|
9
|
-
import { useT } from '
|
|
10
|
-
import { ADMIN_FUNCTIONS } from '
|
|
11
|
-
import { f as fireAndForget, c as callOptions, a as adminRef } from '
|
|
12
|
-
import { r as recordShard } from '
|
|
13
|
-
import { a as advisoryRow, A as AdvisorView } from '
|
|
14
|
-
import { ConfirmButton } from '
|
|
5
|
+
import { ShardInput } from '../packem_shared/ShardInput-gx_DZXXn.js';
|
|
6
|
+
import { B as Button } from '../packem_shared/button-BhsN2uZH.js';
|
|
7
|
+
import { u as useAdminQuery } from '../packem_shared/use-admin-query-BViPA3US.js';
|
|
8
|
+
import useDebounced from '../packem_shared/useDebounced-Dxncpg6z.js';
|
|
9
|
+
import { useT } from '../packem_shared/DEFAULT_LOCALE-CiX4W7Kr.js';
|
|
10
|
+
import { ADMIN_FUNCTIONS } from '../packem_shared/ADMIN_FUNCTIONS-CdaxLGkE.js';
|
|
11
|
+
import { f as fireAndForget, c as callOptions, a as adminRef } from '../packem_shared/internal-FcNZ3beb.js';
|
|
12
|
+
import { r as recordShard } from '../packem_shared/shard-history-DyebH1R5.js';
|
|
13
|
+
import { a as advisoryRow, A as AdvisorView } from '../packem_shared/advisor-view-DzqyvUU3.js';
|
|
14
|
+
import { ConfirmButton } from '../packem_shared/ConfirmButton-C2eVi2Qv.js';
|
|
15
15
|
import { jsxDEV } from 'react/jsx-dev-runtime';
|
|
16
|
-
import { deriveInsights } from '
|
|
16
|
+
import { deriveInsights } from '../packem_shared/DEFAULT_INSIGHT_THRESHOLDS-DjF0h-gA.js';
|
|
17
17
|
import { runAdvisor, RUNTIME_LINTS } from '@lunora/advisor';
|
|
18
18
|
|
|
19
19
|
const hasIndexMetadata = (metadata) => {
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { c } from 'react/compiler-runtime';
|
|
2
2
|
import { useVirtualizer } from '@tanstack/react-virtual';
|
|
3
3
|
import { useState, useEffect, useMemo, useRef } from 'react';
|
|
4
|
-
import { L as LiveError } from '
|
|
5
|
-
import { ShardInput } from '
|
|
6
|
-
import { B as Badge } from '
|
|
7
|
-
import { E as EmptyState } from '
|
|
8
|
-
import { I as Input } from '
|
|
9
|
-
import { u as useAdminQuery } from '
|
|
10
|
-
import useDebounced from '
|
|
11
|
-
import { useT } from '
|
|
12
|
-
import { ADMIN_FUNCTIONS } from '
|
|
13
|
-
import {
|
|
14
|
-
import { r as recordShard } from '
|
|
15
|
-
import { c as cn } from '
|
|
16
|
-
import { f as flooredRectObserver } from '
|
|
4
|
+
import { L as LiveError } from '../packem_shared/live-status-FZ0psC1z.js';
|
|
5
|
+
import { ShardInput } from '../packem_shared/ShardInput-gx_DZXXn.js';
|
|
6
|
+
import { B as Badge } from '../packem_shared/badge-B2PKA1-5.js';
|
|
7
|
+
import { E as EmptyState } from '../packem_shared/empty-state-DY_oe0k6.js';
|
|
8
|
+
import { I as Input } from '../packem_shared/input-XH4r1Pt1.js';
|
|
9
|
+
import { u as useAdminQuery } from '../packem_shared/use-admin-query-BViPA3US.js';
|
|
10
|
+
import useDebounced from '../packem_shared/useDebounced-Dxncpg6z.js';
|
|
11
|
+
import { useT } from '../packem_shared/DEFAULT_LOCALE-CiX4W7Kr.js';
|
|
12
|
+
import { ADMIN_FUNCTIONS } from '../packem_shared/ADMIN_FUNCTIONS-CdaxLGkE.js';
|
|
13
|
+
import { a as CLOUDFLARE_OBSERVABILITY_URL } from '../packem_shared/cf-links-BZfRdxSE.js';
|
|
14
|
+
import { r as recordShard } from '../packem_shared/shard-history-DyebH1R5.js';
|
|
15
|
+
import { c as cn } from '../packem_shared/utils-B05Dmz_H.js';
|
|
16
|
+
import { f as flooredRectObserver } from '../packem_shared/virtual-rect-CVMUskSm.js';
|
|
17
17
|
import { jsxDEV } from 'react/jsx-dev-runtime';
|
|
18
18
|
|
|
19
19
|
const SCROLL_HEIGHT = 400;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { useLunora } from '@lunora/react';
|
|
3
3
|
import { useState, useMemo } from 'react';
|
|
4
|
-
import { B as Badge } from '
|
|
5
|
-
import { B as Button } from '
|
|
6
|
-
import { E as EmptyState } from '
|
|
7
|
-
import { I as Input } from '
|
|
4
|
+
import { B as Badge } from '../packem_shared/badge-B2PKA1-5.js';
|
|
5
|
+
import { B as Button } from '../packem_shared/button-BhsN2uZH.js';
|
|
6
|
+
import { E as EmptyState } from '../packem_shared/empty-state-DY_oe0k6.js';
|
|
7
|
+
import { I as Input } from '../packem_shared/input-XH4r1Pt1.js';
|
|
8
8
|
import { c } from 'react/compiler-runtime';
|
|
9
9
|
import { ScrollArea as ScrollArea$1 } from '@base-ui/react/scroll-area';
|
|
10
|
-
import { c as cn } from '
|
|
10
|
+
import { c as cn } from '../packem_shared/utils-B05Dmz_H.js';
|
|
11
11
|
import { jsxDEV, Fragment } from 'react/jsx-dev-runtime';
|
|
12
12
|
import { Separator as Separator$1 } from '@base-ui/react/separator';
|
|
13
|
-
import { u as useAdminQuery } from '
|
|
14
|
-
import { useAutoRefresh } from '
|
|
15
|
-
import { useT } from '
|
|
16
|
-
import { ADMIN_FUNCTIONS } from '
|
|
17
|
-
import {
|
|
13
|
+
import { u as useAdminQuery } from '../packem_shared/use-admin-query-BViPA3US.js';
|
|
14
|
+
import { useAutoRefresh } from '../packem_shared/DEFAULT_AUTO_REFRESH_MS-Vxwaxx51.js';
|
|
15
|
+
import { useT } from '../packem_shared/DEFAULT_LOCALE-CiX4W7Kr.js';
|
|
16
|
+
import { ADMIN_FUNCTIONS } from '../packem_shared/ADMIN_FUNCTIONS-CdaxLGkE.js';
|
|
17
|
+
import { g as formatTimestamp, f as fireAndForget, b as copyToClipboard, c as callOptions, e as errorMessage, a as adminRef } from '../packem_shared/internal-FcNZ3beb.js';
|
|
18
18
|
|
|
19
19
|
function Separator({
|
|
20
20
|
className,
|