adonisjs-server-stats 1.12.1 → 1.12.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/README.md +19 -1
  2. package/dist/core/api-client.d.ts +1 -1
  3. package/dist/core/index.js +1 -1
  4. package/dist/react/{CacheSection-ewL3Ss82.js → CacheSection-CX2duJuc.js} +1 -1
  5. package/dist/react/{CacheTab-B1wjTs64.js → CacheTab-CgT4t0oZ.js} +1 -1
  6. package/dist/react/{ConfigSection-DAHu9mfy.js → ConfigSection-Dt0FyeaW.js} +1 -1
  7. package/dist/react/{ConfigTab-B4E7Pitz.js → ConfigTab-KtiTtsrj.js} +1 -1
  8. package/dist/react/{CustomPaneTab-iP7K6TLu.js → CustomPaneTab-15QoEplP.js} +1 -1
  9. package/dist/react/{EmailsSection-hUkyUnKo.js → EmailsSection-YcJYR5eA.js} +1 -1
  10. package/dist/react/{EmailsTab-zZ4ucCv5.js → EmailsTab-CUjubln_.js} +2 -2
  11. package/dist/react/{EventsSection-CbGz-b_I.js → EventsSection-GGPoYSNv.js} +1 -1
  12. package/dist/react/{EventsTab-BUNTKy9p.js → EventsTab-Wdwr0_ny.js} +1 -1
  13. package/dist/react/{JobsSection-D10TwmEZ.js → JobsSection-BqqIh_DR.js} +1 -1
  14. package/dist/react/{JobsTab-CGrcuRPt.js → JobsTab-CBrU-ryL.js} +1 -1
  15. package/dist/react/{LogEntryRow-CkS9LMbl.js → LogEntryRow-BOrRkhRU.js} +1 -1
  16. package/dist/react/{LogsSection-BhS0Orbh.js → LogsSection-Cm_lphM6.js} +2 -2
  17. package/dist/react/{LogsTab-TChjBgV3.js → LogsTab-jKwv9G7Q.js} +2 -2
  18. package/dist/react/{OverviewSection-DhU9kO4C.js → OverviewSection-XF7bakyM.js} +1 -1
  19. package/dist/react/{QueriesSection-Dz4Eird3.js → QueriesSection-DsQBKrNK.js} +1 -1
  20. package/dist/react/{QueriesTab-CGMtuFFF.js → QueriesTab-CxCC1GVq.js} +1 -1
  21. package/dist/react/{RequestsSection-CrwlbkXj.js → RequestsSection-D8cMbZU0.js} +2 -2
  22. package/dist/react/{RoutesSection-DNmTM3w6.js → RoutesSection-D0y5JQP4.js} +1 -1
  23. package/dist/react/{RoutesTab-BS4PNbRf.js → RoutesTab-Y_alJVMV.js} +1 -1
  24. package/dist/react/{SplitPaneWrapper-CIygm7YI.js → SplitPaneWrapper-CZl1ouIT.js} +1 -1
  25. package/dist/react/{TimelineTab-M3wrwrmF.js → TimelineTab-HyqZpfbp.js} +2 -2
  26. package/dist/react/{index-LkZK--Bi.js → index-CsprmgzI.js} +2 -2
  27. package/dist/react/index.js +1 -1
  28. package/dist/src/edge/client/dashboard.js +1 -1
  29. package/dist/src/edge/client/debug-panel-deferred.js +1 -1
  30. package/dist/src/edge/client/stats-bar.js +1 -1
  31. package/dist/src/edge/client-vue/dashboard.js +1 -1
  32. package/dist/src/edge/client-vue/debug-panel-deferred.js +1 -1
  33. package/dist/src/edge/client-vue/stats-bar.js +1 -1
  34. package/dist/src/provider/auth_middleware_detector.d.ts +12 -6
  35. package/dist/src/provider/auth_middleware_detector.js +53 -6
  36. package/dist/src/provider/boot_helpers.d.ts +1 -0
  37. package/dist/src/provider/boot_helpers.js +7 -1
  38. package/dist/src/provider/server_stats_provider.js +2 -1
  39. package/dist/src/routes/no_session_middleware.d.ts +14 -0
  40. package/dist/src/routes/no_session_middleware.js +16 -0
  41. package/dist/src/routes/register_routes.js +5 -1
  42. package/dist/vue/{CacheSection-PpnXregU.js → CacheSection-DRqV3YX2.js} +1 -1
  43. package/dist/vue/{ConfigSection-CX5Vg95P.js → ConfigSection-C6pQCHAL.js} +1 -1
  44. package/dist/vue/{EmailsSection-BGHPwUgY.js → EmailsSection-BTNw3ZU2.js} +1 -1
  45. package/dist/vue/{EmailsTab-CNyEODVB.js → EmailsTab-CwIF1fik.js} +1 -1
  46. package/dist/vue/{EventsSection-x1DFVMLb.js → EventsSection-BpgkWIwM.js} +1 -1
  47. package/dist/vue/{JobsSection-BEiYKfvI.js → JobsSection-DrghFEKL.js} +1 -1
  48. package/dist/vue/{LogsSection-ChxccWDj.js → LogsSection-BDxx9Bfi.js} +1 -1
  49. package/dist/vue/{OverviewSection-OAWpIQZS.js → OverviewSection-BAgZTPjY.js} +1 -1
  50. package/dist/vue/{QueriesSection-gKNTbjZz.js → QueriesSection-CUpwhp7u.js} +1 -1
  51. package/dist/vue/{RequestsSection-CgLTYSVg.js → RequestsSection-D8P2xpF2.js} +1 -1
  52. package/dist/vue/{RoutesSection-Bhnj_f3a.js → RoutesSection-0qB81hTT.js} +1 -1
  53. package/dist/vue/{index-DQxTdRYT.js → index-30jLw-_w.js} +2 -2
  54. package/dist/vue/index.js +1 -1
  55. package/package.json +1 -1
package/README.md CHANGED
@@ -441,7 +441,25 @@ Registered when `dashboard` is enabled. Base path configurable via `dashboard.pa
441
441
 
442
442
  ### Global middleware note
443
443
 
444
- Auto-registered routes bypass route-level middleware but are still subject to global/server middleware. If you have auth middleware (like `silentAuth`) registered globally, each polling request will trigger a DB query every few seconds.
444
+ Auto-registered routes bypass route-level middleware but are still subject to global/server middleware.
445
+
446
+ **Session middleware:** If you have session middleware registered globally in `router.use()`, every polling request (every ~3 seconds) will trigger a `Set-Cookie` response. The package automatically strips `Set-Cookie` headers from its own routes to prevent cookie accumulation, but for cleanest results we recommend moving session middleware to a named route group:
447
+
448
+ ```ts
449
+ // start/kernel.ts — remove session from router.use()
450
+ router.use([
451
+ () => import('@adonisjs/core/bodyparser_middleware'),
452
+ // () => import('@adonisjs/session/session_middleware'), ← remove
453
+ () => import('@adonisjs/shield/shield_middleware'),
454
+ ])
455
+
456
+ // start/routes.ts — add to your route groups instead
457
+ router.group(() => {
458
+ // your app routes here
459
+ }).use(middleware.session())
460
+ ```
461
+
462
+ **Auth middleware:** If you have auth middleware (like `silentAuth`) registered globally, each polling request will trigger a DB query every few seconds.
445
463
 
446
464
  To avoid this, either:
447
465
 
@@ -28,7 +28,7 @@ export interface ApiClientConfig {
28
28
  * Auth strategy:
29
29
  * - If `authToken` is provided, sends `Authorization: Bearer <token>`
30
30
  * with `credentials: 'omit'` (no cookies).
31
- * - Otherwise uses `credentials: 'include'` for cookie-based auth.
31
+ * - Otherwise uses `credentials: 'same-origin'` for cookie-based auth.
32
32
  *
33
33
  * All non-OK responses are thrown as typed errors:
34
34
  * - 401 / 403 -> {@link UnauthorizedError}
@@ -34,7 +34,7 @@ class T {
34
34
  }, s = await globalThis.fetch(`${this.baseUrl}${e}`, {
35
35
  ...r,
36
36
  headers: o,
37
- credentials: this.authToken ? "omit" : "include"
37
+ credentials: this.authToken ? "omit" : "same-origin"
38
38
  });
39
39
  if (r?.signal?.aborted)
40
40
  throw new DOMException("The operation was aborted.", "AbortError");
@@ -1,7 +1,7 @@
1
1
  import { jsxs as o, jsx as t } from "react/jsx-runtime";
2
2
  import { useState as c, useCallback as k } from "react";
3
3
  import { formatCacheSize as x, formatTtl as D } from "adonisjs-server-stats/core";
4
- import { a as N, J as V } from "./index-LkZK--Bi.js";
4
+ import { a as N, J as V } from "./index-CsprmgzI.js";
5
5
  import { C as L } from "./CacheStatsBar-CRodCOeP.js";
6
6
  import { D as F } from "./DataTable-YyShr5B-.js";
7
7
  import { F as T } from "./FilterBar-CQ7bD669.js";
@@ -2,7 +2,7 @@ import { jsx as e, jsxs as t } from "react/jsx-runtime";
2
2
  import { useState as u, useMemo as T, useCallback as z } from "react";
3
3
  import { formatTtl as K, formatCacheSize as L } from "adonisjs-server-stats/core";
4
4
  import { u as R } from "./useDashboardApiBase-Bi36pJ2L.js";
5
- import { u as $, J as j } from "./index-LkZK--Bi.js";
5
+ import { u as $, J as j } from "./index-CsprmgzI.js";
6
6
  import { u as A } from "./useResizableTable-CNJmACdt.js";
7
7
  import { C as F } from "./CacheStatsBar-CRodCOeP.js";
8
8
  import { F as D } from "./FilterBar-CQ7bD669.js";
@@ -1,5 +1,5 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { a as i } from "./index-LkZK--Bi.js";
2
+ import { a as i } from "./index-CsprmgzI.js";
3
3
  import { C as n } from "./ConfigContent-CnsEI4j3.js";
4
4
  function m({ options: o = {} }) {
5
5
  const { data: a, isLoading: s } = i("config", o);
@@ -1,6 +1,6 @@
1
1
  import { jsxs as i, jsx as n } from "react/jsx-runtime";
2
2
  import { u as f } from "./useDashboardApiBase-Bi36pJ2L.js";
3
- import { u as m } from "./index-LkZK--Bi.js";
3
+ import { u as m } from "./index-CsprmgzI.js";
4
4
  import { C as d } from "./ConfigContent-CnsEI4j3.js";
5
5
  function b({ options: r, dashboardPath: o }) {
6
6
  const { resolvedOptions: a } = f(o, r), { data: e, isLoading: t, error: s } = m("config", a);
@@ -1,7 +1,7 @@
1
1
  import { jsxs as l, jsx as r } from "react/jsx-runtime";
2
2
  import { useState as w, useMemo as f } from "react";
3
3
  import { compactPreview as k, formatDuration as x, durationClassName as M } from "adonisjs-server-stats/core";
4
- import { u as L, B as A, M as B } from "./index-LkZK--Bi.js";
4
+ import { u as L, B as A, M as B } from "./index-CsprmgzI.js";
5
5
  import { T as b } from "./TimeAgoCell-o3KigGfM.js";
6
6
  import { u as D } from "./useResizableTable-CNJmACdt.js";
7
7
  import { F as P } from "./FilterBar-CQ7bD669.js";
@@ -2,7 +2,7 @@ import { jsx as s, jsxs as y, Fragment as P } from "react/jsx-runtime";
2
2
  import { useState as l, useEffect as T, useCallback as j } from "react";
3
3
  import { resolveCcAddr as N, resolveToAddr as f, resolveFromAddr as b, resolveAttachmentCount as F, resolveTimestamp as _ } from "adonisjs-server-stats/core";
4
4
  import { T as $ } from "./TimeAgoCell-o3KigGfM.js";
5
- import { a as D } from "./index-LkZK--Bi.js";
5
+ import { a as D } from "./index-CsprmgzI.js";
6
6
  import { D as E } from "./DataTable-YyShr5B-.js";
7
7
  import { F as O } from "./FilterBar-CQ7bD669.js";
8
8
  import { E as B } from "./EmailPreviewOverlay-BmXOAvqG.js";
@@ -2,7 +2,7 @@ import { jsx as e, jsxs as r } from "react/jsx-runtime";
2
2
  import { useState as c, useMemo as f, useCallback as w } from "react";
3
3
  import { resolveTimestamp as k } from "adonisjs-server-stats/core";
4
4
  import { T as E } from "./TimeAgoCell-o3KigGfM.js";
5
- import { u as S } from "./index-LkZK--Bi.js";
5
+ import { u as S } from "./index-CsprmgzI.js";
6
6
  import { u as j } from "./useResizableTable-CNJmACdt.js";
7
7
  import { F as q } from "./FilterBar-CQ7bD669.js";
8
8
  import { E as $ } from "./EmailPreviewOverlay-BmXOAvqG.js";
@@ -23,7 +23,7 @@ function R({ options: l }) {
23
23
  l?.authToken && (t.Authorization = `Bearer ${l.authToken}`);
24
24
  const p = await fetch(`${i}/emails/${s.id}/preview`, {
25
25
  headers: t,
26
- credentials: l?.authToken ? "omit" : "include"
26
+ credentials: l?.authToken ? "omit" : "same-origin"
27
27
  });
28
28
  p.ok && o(await p.text());
29
29
  } catch {
@@ -2,7 +2,7 @@ import { jsxs as i, jsx as e, Fragment as g } from "react/jsx-runtime";
2
2
  import { useState as m, useEffect as f } from "react";
3
3
  import { resolveEventName as y, resolveTimestamp as u } from "adonisjs-server-stats/core";
4
4
  import { T as w } from "./TimeAgoCell-o3KigGfM.js";
5
- import { a as b, J as N } from "./index-LkZK--Bi.js";
5
+ import { a as b, J as N } from "./index-CsprmgzI.js";
6
6
  import { D as x } from "./DataTable-YyShr5B-.js";
7
7
  import { F as P } from "./FilterBar-CQ7bD669.js";
8
8
  import { P as k } from "./Pagination-BkmzUDY8.js";
@@ -2,7 +2,7 @@ import { jsx as e, jsxs as t } from "react/jsx-runtime";
2
2
  import { useState as p, useMemo as u } from "react";
3
3
  import { resolveTimestamp as g } from "adonisjs-server-stats/core";
4
4
  import { T as b } from "./TimeAgoCell-o3KigGfM.js";
5
- import { u as f, J as v } from "./index-LkZK--Bi.js";
5
+ import { u as f, J as v } from "./index-CsprmgzI.js";
6
6
  import { u as w } from "./useResizableTable-CNJmACdt.js";
7
7
  import { F as y } from "./FilterBar-CQ7bD669.js";
8
8
  function E({ options: c }) {
@@ -1,7 +1,7 @@
1
1
  import { jsxs as y, jsx as t, Fragment as T } from "react/jsx-runtime";
2
2
  import { useState as l, useCallback as C } from "react";
3
3
  import { extractJobs as D, extractJobStats as F, JOB_STATUS_FILTERS as j, getJobStatusBadgeColor as B, formatDuration as A, resolveJobTimestamp as L } from "adonisjs-server-stats/core";
4
- import { a as R, B as _, J as $ } from "./index-LkZK--Bi.js";
4
+ import { a as R, B as _, J as $ } from "./index-CsprmgzI.js";
5
5
  import { J as M } from "./JobStatsBar-C7RslAFE.js";
6
6
  import { T as O } from "./TimeAgoCell-o3KigGfM.js";
7
7
  import { D as U } from "./DataTable-YyShr5B-.js";
@@ -3,7 +3,7 @@ import { useState as m, useMemo as C, useCallback as A } from "react";
3
3
  import { extractJobs as B, extractJobStats as $, JOB_STATUS_FILTERS as D, getJobStatusCssClass as F, formatDuration as L, resolveJobTimestamp as R } from "adonisjs-server-stats/core";
4
4
  import { T as P } from "./TimeAgoCell-o3KigGfM.js";
5
5
  import { u as k } from "./useDashboardApiBase-Bi36pJ2L.js";
6
- import { u as E, J as O } from "./index-LkZK--Bi.js";
6
+ import { u as E, J as O } from "./index-CsprmgzI.js";
7
7
  import { u as q } from "./useResizableTable-CNJmACdt.js";
8
8
  import { F as z } from "./FilterBar-CQ7bD669.js";
9
9
  import { J as M } from "./JobStatsBar-C7RslAFE.js";
@@ -2,7 +2,7 @@ import { jsxs as i, jsx as s } from "react/jsx-runtime";
2
2
  import g from "react";
3
3
  import { T as v } from "./TimeAgoCell-o3KigGfM.js";
4
4
  import { resolveLogLevel as u, resolveLogMessage as f, resolveLogTimestamp as h, resolveLogRequestId as L, getStructuredData as x, getLogLevelCssClass as N } from "adonisjs-server-stats/core";
5
- import { J as y } from "./index-LkZK--Bi.js";
5
+ import { J as y } from "./index-CsprmgzI.js";
6
6
  function $({ log: o, index: c, expanded: l, onToggleExpand: m, onReqIdClick: e }) {
7
7
  const n = u(o), d = f(o), p = h(o), a = L(o), t = x(o);
8
8
  return /* @__PURE__ */ i(g.Fragment, { children: [
@@ -1,9 +1,9 @@
1
1
  import { jsxs as l, jsx as t } from "react/jsx-runtime";
2
2
  import { useState as a, useCallback as c } from "react";
3
3
  import { LOG_LEVELS as B } from "adonisjs-server-stats/core";
4
- import { a as G } from "./index-LkZK--Bi.js";
4
+ import { a as G } from "./index-CsprmgzI.js";
5
5
  import { F as T } from "./FilterBar-CQ7bD669.js";
6
- import { L as z } from "./LogEntryRow-CkS9LMbl.js";
6
+ import { L as z } from "./LogEntryRow-BOrRkhRU.js";
7
7
  import { P as H } from "./Pagination-BkmzUDY8.js";
8
8
  function Z({ options: L = {} }) {
9
9
  const [E, i] = a(1), [b, x] = a(""), [r, q] = a("all"), [n, h] = a(""), [u, p] = a(""), [m, y] = a([]), [v, R] = a("level"), [g, $] = a("equals"), [f, C] = a(""), [F, P] = a(null), o = {};
@@ -1,9 +1,9 @@
1
1
  import { jsx as o, jsxs as a } from "react/jsx-runtime";
2
2
  import { useState as i, useMemo as v, useCallback as x } from "react";
3
3
  import { filterLogsByLevel as C, resolveLogRequestId as N, resolveLogMessage as F, LOG_LEVELS as w } from "adonisjs-server-stats/core";
4
- import { u as E } from "./index-LkZK--Bi.js";
4
+ import { u as E } from "./index-CsprmgzI.js";
5
5
  import { F as I } from "./FilterBar-CQ7bD669.js";
6
- import { L as k } from "./LogEntryRow-CkS9LMbl.js";
6
+ import { L as k } from "./LogEntryRow-BOrRkhRU.js";
7
7
  function M({ options: f }) {
8
8
  const { data: t, isLoading: p, error: g } = E("logs", f), [d, L] = i("all"), [n, h] = i(""), [l, m] = i(""), [u, b] = i(null), c = v(() => {
9
9
  let e = Array.isArray(t) ? t : t?.logs || t?.entries || [];
@@ -1,7 +1,7 @@
1
1
  import { jsx as s, jsxs as e } from "react/jsx-runtime";
2
2
  import { useState as T, useRef as P, useEffect as ss, useCallback as O } from "react";
3
3
  import { resolveMetric as k, formatDuration as S, durationClassName as U, resolveEventName as es, resolveNormalizedSql as as } from "adonisjs-server-stats/core";
4
- import { a as z, b as M } from "./index-LkZK--Bi.js";
4
+ import { a as z, b as M } from "./index-CsprmgzI.js";
5
5
  import { T as ls } from "./TimeAgoCell-o3KigGfM.js";
6
6
  const rs = [
7
7
  { value: "5m", label: "5m" },
@@ -1,7 +1,7 @@
1
1
  import { jsx as f, jsxs as T } from "react/jsx-runtime";
2
2
  import { useState as S, useRef as V, useCallback as i, useEffect as q, useMemo as b } from "react";
3
3
  import { QueriesController as F, resolveField as l, computeDashboardQuerySummary as O } from "adonisjs-server-stats/core";
4
- import { a as P } from "./index-LkZK--Bi.js";
4
+ import { a as P } from "./index-CsprmgzI.js";
5
5
  import { Q as R } from "./QueriesContent-BDIx8zFn.js";
6
6
  function K({ options: $ = {} }) {
7
7
  const [y, d] = S(1), t = V(new F("list")), [x, D] = S(t.current.state), o = i(() => {
@@ -1,7 +1,7 @@
1
1
  import { jsx as S, jsxs as w, Fragment as L } from "react/jsx-runtime";
2
2
  import { useRef as M, useState as R, useCallback as o, useMemo as l } from "react";
3
3
  import { QueriesController as q, filterQueries as z, countDuplicateQueries as A, computeQuerySummary as B, formatDuration as F } from "adonisjs-server-stats/core";
4
- import { u as U } from "./index-LkZK--Bi.js";
4
+ import { u as U } from "./index-CsprmgzI.js";
5
5
  import { Q as _ } from "./QueriesContent-BDIx8zFn.js";
6
6
  function V({ options: m }) {
7
7
  const { baseUrl: d = "", debugEndpoint: g = "/admin/api/debug", authToken: c } = m || {}, { data: u, isLoading: Q, error: h } = U("queries", m), e = M(new q("list")), [f, $] = R(e.current.state), n = o(() => {
@@ -3,8 +3,8 @@ import { useMemo as $, useState as g, useEffect as E, useCallback as L } from "r
3
3
  import { normalizeTraceFields as P, resolveStatusCode as j, resolveDuration as W, durationClassName as z, resolveSpanCount as G, resolveWarningCount as I, resolveTimestamp as U } from "adonisjs-server-stats/core";
4
4
  import { T as Y } from "./TimeAgoCell-o3KigGfM.js";
5
5
  import { u as K } from "./useApiClient-BVtNCmnL.js";
6
- import { a as V, M as D, S as R } from "./index-LkZK--Bi.js";
7
- import { S as H, R as J } from "./SplitPaneWrapper-CIygm7YI.js";
6
+ import { a as V, M as D, S as R } from "./index-CsprmgzI.js";
7
+ import { S as H, R as J } from "./SplitPaneWrapper-CZl1ouIT.js";
8
8
  import { D as Q } from "./DataTable-YyShr5B-.js";
9
9
  import { F as X } from "./FilterBar-CQ7bD669.js";
10
10
  import { P as Z } from "./Pagination-BkmzUDY8.js";
@@ -1,6 +1,6 @@
1
1
  import { jsxs as m, jsx as r, Fragment as p } from "react/jsx-runtime";
2
2
  import { useState as y } from "react";
3
- import { a as u, M as f } from "./index-LkZK--Bi.js";
3
+ import { a as u, M as f } from "./index-CsprmgzI.js";
4
4
  import { D as w } from "./DataTable-YyShr5B-.js";
5
5
  import { F as b } from "./FilterBar-CQ7bD669.js";
6
6
  function A({ options: n = {} }) {
@@ -1,6 +1,6 @@
1
1
  import { jsx as e, jsxs as d } from "react/jsx-runtime";
2
2
  import { useState as g, useMemo as p } from "react";
3
- import { u as b, M as f } from "./index-LkZK--Bi.js";
3
+ import { u as b, M as f } from "./index-CsprmgzI.js";
4
4
  import { u as w } from "./useResizableTable-CNJmACdt.js";
5
5
  import { F as N } from "./FilterBar-CQ7bD669.js";
6
6
  function R({ options: o, currentPath: n }) {
@@ -1,6 +1,6 @@
1
1
  import { jsxs as c, jsx as l } from "react/jsx-runtime";
2
2
  import { useState as d, useRef as o, useEffect as u } from "react";
3
- import { L as p } from "./LogEntryRow-CkS9LMbl.js";
3
+ import { L as p } from "./LogEntryRow-BOrRkhRU.js";
4
4
  import { initSplitPane as f } from "adonisjs-server-stats/core";
5
5
  function v({ logs: n, onReqIdClick: a }) {
6
6
  const [t, s] = d(null);
@@ -2,11 +2,11 @@ import { jsx as e, jsxs as t } from "react/jsx-runtime";
2
2
  import { useState as i, useMemo as q, useEffect as I, useCallback as O } from "react";
3
3
  import { formatDuration as m, durationClassName as j } from "adonisjs-server-stats/core";
4
4
  import { u as U } from "./useApiClient-BVtNCmnL.js";
5
- import { u as W, M as D, S as L } from "./index-LkZK--Bi.js";
5
+ import { u as W, M as D, S as L } from "./index-CsprmgzI.js";
6
6
  import { T as _ } from "./TimeAgoCell-o3KigGfM.js";
7
7
  import { u as z } from "./useResizableTable-CNJmACdt.js";
8
8
  import { F as G } from "./FilterBar-CQ7bD669.js";
9
- import { S as K, R as V } from "./SplitPaneWrapper-CIygm7YI.js";
9
+ import { S as K, R as V } from "./SplitPaneWrapper-CZl1ouIT.js";
10
10
  const S = {
11
11
  request: "#1e3a5f",
12
12
  middleware: "rgba(30, 58, 95, 0.7)",
@@ -435,7 +435,7 @@ function A({
435
435
  }
436
436
  );
437
437
  }
438
- const ge = L(() => import("./QueriesTab-CGMtuFFF.js")), me = L(() => import("./EventsTab-BUNTKy9p.js")), ve = L(() => import("./EmailsTab-zZ4ucCv5.js")), fe = L(() => import("./RoutesTab-BS4PNbRf.js")), we = L(() => import("./LogsTab-TChjBgV3.js")), ke = L(() => import("./TimelineTab-M3wrwrmF.js")), Ne = L(() => import("./CacheTab-B1wjTs64.js")), ye = L(() => import("./JobsTab-CGrcuRPt.js")), Ce = L(() => import("./ConfigTab-B4E7Pitz.js")), Se = L(() => import("./InternalsTab--RD-L1dX.js")), Le = L(() => import("./CustomPaneTab-iP7K6TLu.js"));
438
+ const ge = L(() => import("./QueriesTab-CxCC1GVq.js")), me = L(() => import("./EventsTab-Wdwr0_ny.js")), ve = L(() => import("./EmailsTab-CUjubln_.js")), fe = L(() => import("./RoutesTab-Y_alJVMV.js")), we = L(() => import("./LogsTab-jKwv9G7Q.js")), ke = L(() => import("./TimelineTab-HyqZpfbp.js")), Ne = L(() => import("./CacheTab-CgT4t0oZ.js")), ye = L(() => import("./JobsTab-CBrU-ryL.js")), Ce = L(() => import("./ConfigTab-KtiTtsrj.js")), Se = L(() => import("./InternalsTab--RD-L1dX.js")), Le = L(() => import("./CustomPaneTab-15QoEplP.js"));
439
439
  function Qe(s) {
440
440
  const {
441
441
  defaultOpen: o = !1,
@@ -724,7 +724,7 @@ const De = [
724
724
  "jobs",
725
725
  "config",
726
726
  "internals"
727
- ], Re = L(() => import("./OverviewSection-DhU9kO4C.js")), Oe = L(() => import("./RequestsSection-CrwlbkXj.js")), _e = L(() => import("./QueriesSection-Dz4Eird3.js")), je = L(() => import("./EventsSection-CbGz-b_I.js")), Pe = L(() => import("./RoutesSection-DNmTM3w6.js")), He = L(() => import("./LogsSection-BhS0Orbh.js")), qe = L(() => import("./EmailsSection-hUkyUnKo.js")), Ue = L(() => import("./CacheSection-ewL3Ss82.js")), Fe = L(() => import("./JobsSection-D10TwmEZ.js")), Ae = L(() => import("./ConfigSection-DAHu9mfy.js")), ze = L(() => import("./InternalsSection-BwrTfpjA.js"));
727
+ ], Re = L(() => import("./OverviewSection-XF7bakyM.js")), Oe = L(() => import("./RequestsSection-D8cMbZU0.js")), _e = L(() => import("./QueriesSection-DsQBKrNK.js")), je = L(() => import("./EventsSection-GGPoYSNv.js")), Pe = L(() => import("./RoutesSection-D0y5JQP4.js")), He = L(() => import("./LogsSection-Cm_lphM6.js")), qe = L(() => import("./EmailsSection-YcJYR5eA.js")), Ue = L(() => import("./CacheSection-CX2duJuc.js")), Fe = L(() => import("./JobsSection-BqqIh_DR.js")), Ae = L(() => import("./ConfigSection-Dt0FyeaW.js")), ze = L(() => import("./InternalsSection-BwrTfpjA.js"));
728
728
  function Xe(s) {
729
729
  const {
730
730
  baseUrl: o = "",
@@ -1,4 +1,4 @@
1
- import { B as s, D as t, c as r, J as u, M as g, d as o, d, S as D, T as S, e as h, a as B, u as T, f as b, g as l, h as m } from "./index-LkZK--Bi.js";
1
+ import { B as s, D as t, c as r, J as u, M as g, d as o, d, S as D, T as S, e as h, a as B, u as T, f as b, g as l, h as m } from "./index-CsprmgzI.js";
2
2
  export {
3
3
  s as Badge,
4
4
  t as DashboardPage,