@malloy-publisher/sdk 0.0.137 → 0.0.138
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/{ServerProvider-BGGK1ZQ_.es.js → ServerProvider-B8JWg8Mo.es.js} +563 -491
- package/dist/ServerProvider-DC74Txr5.cjs.js +1 -0
- package/dist/client/api.d.ts +126 -53
- package/dist/client/index.cjs.js +1 -1
- package/dist/client/index.es.js +22 -21
- package/dist/components/Notebook/NotebookCell.d.ts +2 -2
- package/dist/components/Notebook/types.d.ts +21 -0
- package/dist/index.cjs.js +15 -15
- package/dist/index.es.js +483 -418
- package/package.json +1 -1
- package/src/components/Notebook/Notebook.tsx +106 -5
- package/src/components/Notebook/NotebookCell.tsx +2 -2
- package/src/components/Notebook/types.ts +24 -0
- package/src/components/Package/Connections.tsx +3 -6
- package/dist/ServerProvider-lXAaPKBb.cjs.js +0 -1
package/dist/index.es.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as h, jsxs as L, Fragment as pt } from "react/jsx-runtime";
|
|
2
|
-
import { Typography as Ee, Box as _e, CircularProgress as O2, Button as
|
|
2
|
+
import { Typography as Ee, Box as _e, CircularProgress as O2, Button as nn, IconButton as yt, Dialog as cr, DialogTitle as dr, DialogContent as pr, styled as Yt, Card as Ki, CardContent as Qi, CardMedia as F2, Stack as Nt, Tooltip as In, Snackbar as Lr, Collapse as wp, DialogActions as qm, FormControl as lc, Chip as Ts, Menu as Fa, Divider as Dr, MenuItem as Xn, DialogContentText as M2, List as Cl, ListItem as qi, ListItemText as Pn, Grid as At, Paper as du, FormControlLabel as B2, Switch as H2, ListItemButton as Gm, TextField as Ym, TableContainer as Km, Table as Hs, TableHead as Qm, TableRow as Kr, TableCell as qt, TableBody as $s, ListItemIcon as ro, Container as $2, InputLabel as U2, Select as z2 } from "@mui/material";
|
|
3
3
|
import * as A from "react";
|
|
4
|
-
import de, { useState as
|
|
4
|
+
import de, { useState as Ve, useRef as _n, useCallback as Dp, useEffect as Lt, Suspense as ad, lazy as Xm, isValidElement as Ss, cloneElement as vs, Children as W2, useImperativeHandle as Zm, useContext as yo, Fragment as Jm, useMemo as Qt, useReducer as j2, createContext as V2, useLayoutEffect as q2 } from "react";
|
|
5
5
|
import { useQuery as G2, useMutation as Y2, useQueryClient as Ai } from "@tanstack/react-query";
|
|
6
|
-
import { u as ut, g as e0, C as t0 } from "./ServerProvider-
|
|
7
|
-
import { S as BM } from "./ServerProvider-
|
|
6
|
+
import { u as ut, g as e0, C as t0 } from "./ServerProvider-B8JWg8Mo.es.js";
|
|
7
|
+
import { S as BM } from "./ServerProvider-B8JWg8Mo.es.js";
|
|
8
8
|
import K2 from "axios";
|
|
9
9
|
import { unstable_createGetCssVar as Q2, createSpacing as X2, useTheme as Z2, GlobalStyles as J2, unstable_memoTheme as ey, keyframes as Ma, css as n0, Stack as ty, Box as r0, createStack as ny, shouldForwardProp as ry, alpha as kr } from "@mui/system";
|
|
10
10
|
import iy from "@emotion/styled";
|
|
@@ -121,7 +121,7 @@ function Re() {
|
|
|
121
121
|
for (var e, t, n = 0, r = "", i = arguments.length; n < i; n++) (e = arguments[n]) && (t = a0(e)) && (r && (r += " "), r += t);
|
|
122
122
|
return r;
|
|
123
123
|
}
|
|
124
|
-
function
|
|
124
|
+
function qe(e, t, n = void 0) {
|
|
125
125
|
const r = {};
|
|
126
126
|
for (const i in e) {
|
|
127
127
|
const o = e[i];
|
|
@@ -227,7 +227,7 @@ function l0(e) {
|
|
|
227
227
|
t[n] = l0(e[n]);
|
|
228
228
|
}), t;
|
|
229
229
|
}
|
|
230
|
-
function
|
|
230
|
+
function an(e, t, n = {
|
|
231
231
|
clone: !0
|
|
232
232
|
}) {
|
|
233
233
|
const r = n.clone ? {
|
|
@@ -235,11 +235,11 @@ function on(e, t, n = {
|
|
|
235
235
|
} : e;
|
|
236
236
|
return sr(e) && sr(t) && Object.keys(t).forEach((i) => {
|
|
237
237
|
/* @__PURE__ */ A.isValidElement(t[i]) || s0.isValidElementType(t[i]) ? r[i] = t[i] : sr(t[i]) && // Avoid prototype pollution
|
|
238
|
-
Object.prototype.hasOwnProperty.call(e, i) && sr(e[i]) ? r[i] =
|
|
238
|
+
Object.prototype.hasOwnProperty.call(e, i) && sr(e[i]) ? r[i] = an(e[i], t[i], n) : n.clone ? r[i] = sr(t[i]) ? l0(t[i]) : t[i] : r[i] = t[i];
|
|
239
239
|
}), r;
|
|
240
240
|
}
|
|
241
241
|
function ia(e, t) {
|
|
242
|
-
return t ?
|
|
242
|
+
return t ? an(e, t, {
|
|
243
243
|
clone: !1
|
|
244
244
|
// No need to clone deep, it's way faster.
|
|
245
245
|
}) : e;
|
|
@@ -1356,7 +1356,7 @@ function hd(e) {
|
|
|
1356
1356
|
return i ? (Wp(i, b, "light", C, r), Wp(i, b, "dark", S, r)) : (zp(b, "light", C, r), zp(b, "dark", S, r)), b.contrastText || (b.contrastText = f(b.main)), b;
|
|
1357
1357
|
};
|
|
1358
1358
|
let g;
|
|
1359
|
-
return t === "light" ? g = d0() : t === "dark" && (g = f0()),
|
|
1359
|
+
return t === "light" ? g = d0() : t === "dark" && (g = f0()), an({
|
|
1360
1360
|
// A collection of common colors.
|
|
1361
1361
|
common: {
|
|
1362
1362
|
...xa
|
|
@@ -1792,7 +1792,7 @@ function gd(e = {}, ...t) {
|
|
|
1792
1792
|
shape: o = {},
|
|
1793
1793
|
...a
|
|
1794
1794
|
} = e, s = VE(n), l = GE(i);
|
|
1795
|
-
let u =
|
|
1795
|
+
let u = an({
|
|
1796
1796
|
breakpoints: s,
|
|
1797
1797
|
direction: "ltr",
|
|
1798
1798
|
components: {},
|
|
@@ -1807,7 +1807,7 @@ function gd(e = {}, ...t) {
|
|
|
1807
1807
|
...o
|
|
1808
1808
|
}
|
|
1809
1809
|
}, a);
|
|
1810
|
-
return u = ky(u), u.applyStyles = YE, u = t.reduce((c, d) =>
|
|
1810
|
+
return u = ky(u), u.applyStyles = YE, u = t.reduce((c, d) => an(c, d), u), u.unstable_sxConfig = {
|
|
1811
1811
|
...$a,
|
|
1812
1812
|
...a?.unstable_sxConfig
|
|
1813
1813
|
}, u.unstable_sx = function(d) {
|
|
@@ -1884,7 +1884,7 @@ function JE(e, t = {}) {
|
|
|
1884
1884
|
css: F,
|
|
1885
1885
|
varsWithDefaults: z
|
|
1886
1886
|
} = bu(k, t);
|
|
1887
|
-
p =
|
|
1887
|
+
p = an(p, z), g[S] = {
|
|
1888
1888
|
css: F,
|
|
1889
1889
|
vars: v
|
|
1890
1890
|
};
|
|
@@ -1894,7 +1894,7 @@ function JE(e, t = {}) {
|
|
|
1894
1894
|
vars: k,
|
|
1895
1895
|
varsWithDefaults: v
|
|
1896
1896
|
} = bu(y, t);
|
|
1897
|
-
p =
|
|
1897
|
+
p = an(p, v), g[l] = {
|
|
1898
1898
|
css: S,
|
|
1899
1899
|
vars: k
|
|
1900
1900
|
};
|
|
@@ -1922,7 +1922,7 @@ function JE(e, t = {}) {
|
|
|
1922
1922
|
return Object.entries(g).forEach(([, {
|
|
1923
1923
|
vars: k
|
|
1924
1924
|
}]) => {
|
|
1925
|
-
S =
|
|
1925
|
+
S = an(S, k);
|
|
1926
1926
|
}), S;
|
|
1927
1927
|
},
|
|
1928
1928
|
generateStyleSheets: () => {
|
|
@@ -2004,7 +2004,7 @@ const nC = {
|
|
|
2004
2004
|
required: "required",
|
|
2005
2005
|
selected: "selected"
|
|
2006
2006
|
};
|
|
2007
|
-
function
|
|
2007
|
+
function Ge(e, t, n = "Mui") {
|
|
2008
2008
|
const r = nC[t];
|
|
2009
2009
|
return r ? `${n}-${r}` : `${gy.generate(e)}-${t}`;
|
|
2010
2010
|
}
|
|
@@ -2083,7 +2083,7 @@ function oC(e, t) {
|
|
|
2083
2083
|
letterSpacing: "inherit"
|
|
2084
2084
|
}
|
|
2085
2085
|
};
|
|
2086
|
-
return
|
|
2086
|
+
return an({
|
|
2087
2087
|
htmlFontSize: l,
|
|
2088
2088
|
pxToRem: p,
|
|
2089
2089
|
fontFamily: n,
|
|
@@ -2243,7 +2243,7 @@ function pc(e = {}, ...t) {
|
|
|
2243
2243
|
...o,
|
|
2244
2244
|
colorSpace: u
|
|
2245
2245
|
}), f = gd(e);
|
|
2246
|
-
let p =
|
|
2246
|
+
let p = an(f, {
|
|
2247
2247
|
mixins: rC(f.breakpoints, r),
|
|
2248
2248
|
palette: d,
|
|
2249
2249
|
// Don't use [...shadows] until you've verified its transpiled code is not invoking the iterator protocol.
|
|
@@ -2254,7 +2254,7 @@ function pc(e = {}, ...t) {
|
|
|
2254
2254
|
...fC
|
|
2255
2255
|
}
|
|
2256
2256
|
});
|
|
2257
|
-
return p =
|
|
2257
|
+
return p = an(p, c), p = t.reduce((g, y) => an(g, y), p), p.unstable_sxConfig = {
|
|
2258
2258
|
...$a,
|
|
2259
2259
|
...c?.unstable_sxConfig
|
|
2260
2260
|
}, p.unstable_sx = function(y) {
|
|
@@ -2479,7 +2479,7 @@ function kC(e = {}, ...t) {
|
|
|
2479
2479
|
const $ = T[M];
|
|
2480
2480
|
M !== "tonalOffset" && $ && typeof $ == "object" && ($.main && X(T[M], "mainChannel", Jo(ea($.main))), $.light && X(T[M], "lightChannel", Jo(ea($.light))), $.dark && X(T[M], "darkChannel", Jo(ea($.dark))), $.contrastText && X(T[M], "contrastTextChannel", Jo(ea($.contrastText))), M === "text" && (Cr(T[M], "primary"), Cr(T[M], "secondary")), M === "action" && ($.active && Cr(T[M], "active"), $.selected && Cr(T[M], "selected")));
|
|
2481
2481
|
});
|
|
2482
|
-
}), v = t.reduce((B, T) =>
|
|
2482
|
+
}), v = t.reduce((B, T) => an(B, T), v);
|
|
2483
2483
|
const F = {
|
|
2484
2484
|
prefix: o,
|
|
2485
2485
|
disableCssColorScheme: i,
|
|
@@ -2757,11 +2757,11 @@ function Qe(e) {
|
|
|
2757
2757
|
function He(e, t, n = "Mui") {
|
|
2758
2758
|
const r = {};
|
|
2759
2759
|
return t.forEach((i) => {
|
|
2760
|
-
r[i] =
|
|
2760
|
+
r[i] = Ge(e, i, n);
|
|
2761
2761
|
}), r;
|
|
2762
2762
|
}
|
|
2763
2763
|
function HC(e) {
|
|
2764
|
-
return
|
|
2764
|
+
return Ge("MuiSvgIcon", e);
|
|
2765
2765
|
}
|
|
2766
2766
|
He("MuiSvgIcon", ["root", "colorPrimary", "colorSecondary", "colorAction", "colorError", "colorDisabled", "fontSizeInherit", "fontSizeSmall", "fontSizeMedium", "fontSizeLarge"]);
|
|
2767
2767
|
const $C = (e) => {
|
|
@@ -2772,7 +2772,7 @@ const $C = (e) => {
|
|
|
2772
2772
|
} = e, i = {
|
|
2773
2773
|
root: ["root", t !== "inherit" && `color${me(t)}`, `fontSize${me(n)}`]
|
|
2774
2774
|
};
|
|
2775
|
-
return
|
|
2775
|
+
return qe(i, HC, r);
|
|
2776
2776
|
}, UC = ue("svg", {
|
|
2777
2777
|
name: "MuiSvgIcon",
|
|
2778
2778
|
slot: "Root",
|
|
@@ -2966,7 +2966,7 @@ function Zi(e) {
|
|
|
2966
2966
|
}, []);
|
|
2967
2967
|
return [l, u];
|
|
2968
2968
|
}
|
|
2969
|
-
function
|
|
2969
|
+
function Ot(e) {
|
|
2970
2970
|
const t = A.useRef(e);
|
|
2971
2971
|
return fr(() => {
|
|
2972
2972
|
t.current = e;
|
|
@@ -3080,7 +3080,7 @@ const bd = at(/* @__PURE__ */ h("path", {
|
|
|
3080
3080
|
let t = `publisher://projects/${e.projectName}`;
|
|
3081
3081
|
return e.packageName && (t += `/packages/${e.packageName}`), e.connectionName && (t += `/connections/${e.connectionName}`), e.modelPath && (t += `/models/${e.modelPath}`), e.packageName && e.versionId && (t += `?versionId=${e.versionId}`), t;
|
|
3082
3082
|
};
|
|
3083
|
-
function
|
|
3083
|
+
function Jt({ error: e, context: t }) {
|
|
3084
3084
|
const n = e.data?.message || "Unknown Error";
|
|
3085
3085
|
return /* @__PURE__ */ L(pt, { children: [
|
|
3086
3086
|
t && /* @__PURE__ */ h(Ee, { variant: "body2", sx: { p: "10px", m: "auto" }, children: t }),
|
|
@@ -4924,14 +4924,14 @@ async function ZC(e) {
|
|
|
4924
4924
|
}
|
|
4925
4925
|
return await f(), r;
|
|
4926
4926
|
}
|
|
4927
|
-
var JC = Object.defineProperty, ex = (e, t, n) => t in e ? JC(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n,
|
|
4927
|
+
var JC = Object.defineProperty, ex = (e, t, n) => t in e ? JC(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, Ht = (e, t, n) => (ex(e, typeof t != "symbol" ? t + "" : t, n), n);
|
|
4928
4928
|
let Vt = null;
|
|
4929
4929
|
function tx(e) {
|
|
4930
4930
|
throw new Ed(e.UTF8ToString(e.getLastOnigError()));
|
|
4931
4931
|
}
|
|
4932
4932
|
class Ll {
|
|
4933
4933
|
constructor(t) {
|
|
4934
|
-
|
|
4934
|
+
Ht(this, "utf16Length"), Ht(this, "utf8Length"), Ht(this, "utf16Value"), Ht(this, "utf8Value"), Ht(this, "utf16OffsetToUtf8"), Ht(this, "utf8OffsetToUtf16");
|
|
4935
4935
|
const n = t.length, r = Ll._utf8ByteLength(t), i = r !== n, o = i ? new Uint32Array(n + 1) : null;
|
|
4936
4936
|
i && (o[n] = r);
|
|
4937
4937
|
const a = i ? new Uint32Array(r + 1) : null;
|
|
@@ -4969,7 +4969,7 @@ class Ll {
|
|
|
4969
4969
|
}
|
|
4970
4970
|
const nr = class {
|
|
4971
4971
|
constructor(e) {
|
|
4972
|
-
if (
|
|
4972
|
+
if (Ht(this, "id", ++nr.LAST_ID), Ht(this, "_onigBinding"), Ht(this, "content"), Ht(this, "utf16Length"), Ht(this, "utf8Length"), Ht(this, "utf16OffsetToUtf8"), Ht(this, "utf8OffsetToUtf16"), Ht(this, "ptr"), !Vt)
|
|
4973
4973
|
throw new Ed("Must invoke loadWasm first.");
|
|
4974
4974
|
this._onigBinding = Vt, this.content = e;
|
|
4975
4975
|
const t = new Ll(e);
|
|
@@ -4986,12 +4986,12 @@ const nr = class {
|
|
|
4986
4986
|
}
|
|
4987
4987
|
};
|
|
4988
4988
|
let Ua = nr;
|
|
4989
|
-
|
|
4990
|
-
|
|
4991
|
-
|
|
4989
|
+
Ht(Ua, "LAST_ID", 0);
|
|
4990
|
+
Ht(Ua, "_sharedPtr", 0);
|
|
4991
|
+
Ht(Ua, "_sharedPtrInUse", !1);
|
|
4992
4992
|
class nx {
|
|
4993
4993
|
constructor(t) {
|
|
4994
|
-
if (
|
|
4994
|
+
if (Ht(this, "_onigBinding"), Ht(this, "_ptr"), !Vt)
|
|
4995
4995
|
throw new Ed("Must invoke loadWasm first.");
|
|
4996
4996
|
const n = [], r = [];
|
|
4997
4997
|
for (let s = 0, l = t.length; s < l; s++) {
|
|
@@ -5908,7 +5908,7 @@ var za = class {
|
|
|
5908
5908
|
_getCachedCompiledWhilePatterns(e, t) {
|
|
5909
5909
|
return this._cachedCompiledWhilePatterns || (this._cachedCompiledWhilePatterns = new ka(), this._cachedCompiledWhilePatterns.push(this._while.hasBackReferences ? this._while.clone() : this._while)), this._while.hasBackReferences && this._cachedCompiledWhilePatterns.setSource(0, t || ""), this._cachedCompiledWhilePatterns;
|
|
5910
5910
|
}
|
|
5911
|
-
}, F0 = class
|
|
5911
|
+
}, F0 = class tn {
|
|
5912
5912
|
static createCaptureRule(t, n, r, i, o) {
|
|
5913
5913
|
return t.registerRule((a) => new Fx(n, a, r, i, o));
|
|
5914
5914
|
}
|
|
@@ -5920,7 +5920,7 @@ var za = class {
|
|
|
5920
5920
|
t.id,
|
|
5921
5921
|
t.name,
|
|
5922
5922
|
t.match,
|
|
5923
|
-
|
|
5923
|
+
tn._compileCaptures(t.captures, n, r)
|
|
5924
5924
|
);
|
|
5925
5925
|
if (typeof t.begin > "u") {
|
|
5926
5926
|
t.repository && (r = k0({}, r, t.repository));
|
|
@@ -5930,7 +5930,7 @@ var za = class {
|
|
|
5930
5930
|
t.id,
|
|
5931
5931
|
t.name,
|
|
5932
5932
|
t.contentName,
|
|
5933
|
-
|
|
5933
|
+
tn._compilePatterns(o, n, r)
|
|
5934
5934
|
);
|
|
5935
5935
|
}
|
|
5936
5936
|
return t.while ? new Ys(
|
|
@@ -5939,21 +5939,21 @@ var za = class {
|
|
|
5939
5939
|
t.name,
|
|
5940
5940
|
t.contentName,
|
|
5941
5941
|
t.begin,
|
|
5942
|
-
|
|
5942
|
+
tn._compileCaptures(t.beginCaptures || t.captures, n, r),
|
|
5943
5943
|
t.while,
|
|
5944
|
-
|
|
5945
|
-
|
|
5944
|
+
tn._compileCaptures(t.whileCaptures || t.captures, n, r),
|
|
5945
|
+
tn._compilePatterns(t.patterns, n, r)
|
|
5946
5946
|
) : new Ec(
|
|
5947
5947
|
t.$vscodeTextmateLocation,
|
|
5948
5948
|
t.id,
|
|
5949
5949
|
t.name,
|
|
5950
5950
|
t.contentName,
|
|
5951
5951
|
t.begin,
|
|
5952
|
-
|
|
5952
|
+
tn._compileCaptures(t.beginCaptures || t.captures, n, r),
|
|
5953
5953
|
t.end,
|
|
5954
|
-
|
|
5954
|
+
tn._compileCaptures(t.endCaptures || t.captures, n, r),
|
|
5955
5955
|
t.applyEndPatternLast,
|
|
5956
|
-
|
|
5956
|
+
tn._compilePatterns(t.patterns, n, r)
|
|
5957
5957
|
);
|
|
5958
5958
|
}), t.id;
|
|
5959
5959
|
}
|
|
@@ -5974,7 +5974,7 @@ var za = class {
|
|
|
5974
5974
|
continue;
|
|
5975
5975
|
const s = parseInt(a, 10);
|
|
5976
5976
|
let l = 0;
|
|
5977
|
-
t[a].patterns && (l =
|
|
5977
|
+
t[a].patterns && (l = tn.getCompiledRuleId(t[a], n, r)), i[s] = tn.createCaptureRule(n, t[a].$vscodeTextmateLocation, t[a].name, t[a].contentName, l);
|
|
5978
5978
|
}
|
|
5979
5979
|
}
|
|
5980
5980
|
return i;
|
|
@@ -5990,11 +5990,11 @@ var za = class {
|
|
|
5990
5990
|
switch (u.kind) {
|
|
5991
5991
|
case 0:
|
|
5992
5992
|
case 1:
|
|
5993
|
-
l =
|
|
5993
|
+
l = tn.getCompiledRuleId(r[s.include], n, r);
|
|
5994
5994
|
break;
|
|
5995
5995
|
case 2:
|
|
5996
5996
|
let c = r[u.ruleName];
|
|
5997
|
-
c && (l =
|
|
5997
|
+
c && (l = tn.getCompiledRuleId(c, n, r));
|
|
5998
5998
|
break;
|
|
5999
5999
|
case 3:
|
|
6000
6000
|
case 4:
|
|
@@ -6002,13 +6002,13 @@ var za = class {
|
|
|
6002
6002
|
if (p)
|
|
6003
6003
|
if (f) {
|
|
6004
6004
|
let g = p.repository[f];
|
|
6005
|
-
g && (l =
|
|
6005
|
+
g && (l = tn.getCompiledRuleId(g, n, p.repository));
|
|
6006
6006
|
} else
|
|
6007
|
-
l =
|
|
6007
|
+
l = tn.getCompiledRuleId(p.repository.$self, n, p.repository);
|
|
6008
6008
|
break;
|
|
6009
6009
|
}
|
|
6010
6010
|
} else
|
|
6011
|
-
l =
|
|
6011
|
+
l = tn.getCompiledRuleId(s, n, r);
|
|
6012
6012
|
if (l !== -1) {
|
|
6013
6013
|
const u = n.getRule(l);
|
|
6014
6014
|
let c = !1;
|
|
@@ -11255,7 +11255,7 @@ function $l({
|
|
|
11255
11255
|
hideToggle: r = !1,
|
|
11256
11256
|
maxResultSize: i = 0
|
|
11257
11257
|
}) {
|
|
11258
|
-
const [o, a] =
|
|
11258
|
+
const [o, a] = Ve(!1), [s, l] = Ve(0), [u, c] = Ve(!1), d = _n(null), f = _n(null), [p, g] = Ve(void 0), [y, b] = Ve(!1), [E, x] = Ve(!1), C = Dp(() => {
|
|
11259
11259
|
const H = o;
|
|
11260
11260
|
a(!o), H && f.current && setTimeout(() => {
|
|
11261
11261
|
f.current?.scrollIntoView({
|
|
@@ -11266,7 +11266,7 @@ function $l({
|
|
|
11266
11266
|
}, [o]), S = Dp((H) => {
|
|
11267
11267
|
l(H);
|
|
11268
11268
|
}, []);
|
|
11269
|
-
if (
|
|
11269
|
+
if (Lt(() => {
|
|
11270
11270
|
if (r) {
|
|
11271
11271
|
c(!1);
|
|
11272
11272
|
return;
|
|
@@ -11304,7 +11304,7 @@ function $l({
|
|
|
11304
11304
|
/* @__PURE__ */ h(ay, { sx: { fontSize: 48, color: "#757575" } }),
|
|
11305
11305
|
/* @__PURE__ */ h(Ee, { variant: "h6", color: "text.secondary", align: "center", children: "Processing large results may cause browser performance issues. Proceed?" }),
|
|
11306
11306
|
/* @__PURE__ */ h(
|
|
11307
|
-
|
|
11307
|
+
nn,
|
|
11308
11308
|
{
|
|
11309
11309
|
variant: "contained",
|
|
11310
11310
|
color: "primary",
|
|
@@ -11605,7 +11605,7 @@ function J3({
|
|
|
11605
11605
|
enabled: r ? u : !0
|
|
11606
11606
|
// Execute on demand or always
|
|
11607
11607
|
});
|
|
11608
|
-
return
|
|
11608
|
+
return Lt(() => {
|
|
11609
11609
|
if (t && t.length > 0) {
|
|
11610
11610
|
const C = t.map((S) => `// ${S}`).join(`
|
|
11611
11611
|
`);
|
|
@@ -11698,7 +11698,7 @@ function J3({
|
|
|
11698
11698
|
children: [
|
|
11699
11699
|
/* @__PURE__ */ h(Ee, { variant: "body2", color: "text.secondary", children: "Click Run to execute the query" }),
|
|
11700
11700
|
/* @__PURE__ */ h(
|
|
11701
|
-
|
|
11701
|
+
nn,
|
|
11702
11702
|
{
|
|
11703
11703
|
variant: "contained",
|
|
11704
11704
|
startIcon: /* @__PURE__ */ h(WC, {}),
|
|
@@ -11875,7 +11875,7 @@ function o6(e) {
|
|
|
11875
11875
|
const J = Ce !== Xe.value;
|
|
11876
11876
|
ye && !J || x && !J || nt(null, Ce, "reset");
|
|
11877
11877
|
}, [Ce, nt, ye, Xe.value, x]);
|
|
11878
|
-
const Ct = Ue && Ie.length > 0 && !ee, dt =
|
|
11878
|
+
const Ct = Ue && Ie.length > 0 && !ee, dt = Ot((J) => {
|
|
11879
11879
|
if (J === -1)
|
|
11880
11880
|
Se.current.focus();
|
|
11881
11881
|
else {
|
|
@@ -11898,7 +11898,7 @@ function o6(e) {
|
|
|
11898
11898
|
return -1;
|
|
11899
11899
|
}
|
|
11900
11900
|
}
|
|
11901
|
-
const oe =
|
|
11901
|
+
const oe = Ot(({
|
|
11902
11902
|
event: J,
|
|
11903
11903
|
index: Z,
|
|
11904
11904
|
reason: Ae
|
|
@@ -11919,7 +11919,7 @@ function o6(e) {
|
|
|
11919
11919
|
const wt = Wt, Qn = Be.clientHeight + Be.scrollTop, ns = wt.offsetTop + wt.offsetHeight;
|
|
11920
11920
|
ns > Qn ? Be.scrollTop = ns - Be.clientHeight : wt.offsetTop - wt.offsetHeight * (v ? 1.3 : 0) < Be.scrollTop && (Be.scrollTop = wt.offsetTop - wt.offsetHeight * (v ? 1.3 : 0));
|
|
11921
11921
|
}
|
|
11922
|
-
}), he =
|
|
11922
|
+
}), he = Ot(({
|
|
11923
11923
|
event: J,
|
|
11924
11924
|
diff: Z,
|
|
11925
11925
|
direction: Ae = "next",
|
|
@@ -12018,7 +12018,7 @@ function o6(e) {
|
|
|
12018
12018
|
Ne,
|
|
12019
12019
|
ke,
|
|
12020
12020
|
T
|
|
12021
|
-
]), Kt =
|
|
12021
|
+
]), Kt = Ot((J) => {
|
|
12022
12022
|
mc(Y, J), J && yn();
|
|
12023
12023
|
});
|
|
12024
12024
|
A.useEffect(() => {
|
|
@@ -12026,7 +12026,7 @@ function o6(e) {
|
|
|
12026
12026
|
}, [yn, De]);
|
|
12027
12027
|
const Ut = (J) => {
|
|
12028
12028
|
Ue || (G(!0), we(!0), Q && Q(J));
|
|
12029
|
-
},
|
|
12029
|
+
}, Mt = (J, Z) => {
|
|
12030
12030
|
Ue && (G(!1), P && P(J, Z));
|
|
12031
12031
|
}, On = (J, Z, Ae, Me) => {
|
|
12032
12032
|
if (T) {
|
|
@@ -12035,7 +12035,7 @@ function o6(e) {
|
|
|
12035
12035
|
} else if (Ce === Z)
|
|
12036
12036
|
return;
|
|
12037
12037
|
N && N(J, Z, Ae, Me), tt(Z);
|
|
12038
|
-
}, bt = A.useRef(!1),
|
|
12038
|
+
}, bt = A.useRef(!1), en = (J, Z, Ae = "selectOption", Me = "options") => {
|
|
12039
12039
|
let Be = Ae, Wt = Z;
|
|
12040
12040
|
if (T) {
|
|
12041
12041
|
Wt = Array.isArray(Ce) ? Ce.slice() : [];
|
|
@@ -12044,7 +12044,7 @@ function o6(e) {
|
|
|
12044
12044
|
}
|
|
12045
12045
|
nt(J, Wt, Be), On(J, Wt, Be, {
|
|
12046
12046
|
option: Z
|
|
12047
|
-
}), !f && (!J || !J.ctrlKey && !J.metaKey) &&
|
|
12047
|
+
}), !f && (!J || !J.ctrlKey && !J.metaKey) && Mt(J, Be), (a === !0 || a === "touch" && bt.current || a === "mouse" && !bt.current) && Se.current.blur();
|
|
12048
12048
|
};
|
|
12049
12049
|
function yr(J, Z) {
|
|
12050
12050
|
if (J === -1)
|
|
@@ -12063,7 +12063,7 @@ function o6(e) {
|
|
|
12063
12063
|
const Fn = (J, Z) => {
|
|
12064
12064
|
if (!T)
|
|
12065
12065
|
return;
|
|
12066
|
-
ke === "" &&
|
|
12066
|
+
ke === "" && Mt(J, "toggleInput");
|
|
12067
12067
|
let Ae = ve;
|
|
12068
12068
|
ve === -1 ? ke === "" && Z === "previous" && (Ae = Ce.length - 1) : (Ae += Z === "next" ? 1 : -1, Ae < 0 && (Ae = 0), Ae === Ce.length && (Ae = -1)), Ae = yr(Ae, Z), te(Ae), dt(Ae);
|
|
12069
12069
|
}, oi = (J) => {
|
|
@@ -12130,11 +12130,11 @@ function o6(e) {
|
|
|
12130
12130
|
const Ae = Ie[Fe.current], Me = C ? C(Ae) : !1;
|
|
12131
12131
|
if (Z.preventDefault(), Me)
|
|
12132
12132
|
return;
|
|
12133
|
-
|
|
12134
|
-
} else x && ke !== "" && Oe === !1 && (T && Z.preventDefault(),
|
|
12133
|
+
en(Z, Ae, "selectOption"), r && Se.current.setSelectionRange(Se.current.value.length, Se.current.value.length);
|
|
12134
|
+
} else x && ke !== "" && Oe === !1 && (T && Z.preventDefault(), en(Z, ke, "createOption", "freeSolo"));
|
|
12135
12135
|
break;
|
|
12136
12136
|
case "Escape":
|
|
12137
|
-
Ne ? (Z.preventDefault(), Z.stopPropagation(),
|
|
12137
|
+
Ne ? (Z.preventDefault(), Z.stopPropagation(), Mt(Z, "escape")) : l && (ke !== "" || T && Ce.length > 0 || ie) && (Z.preventDefault(), Z.stopPropagation(), oi(Z));
|
|
12138
12138
|
break;
|
|
12139
12139
|
case "Backspace":
|
|
12140
12140
|
if (T && !ee && ke === "" && Ce.length > 0) {
|
|
@@ -12162,7 +12162,7 @@ function o6(e) {
|
|
|
12162
12162
|
Se.current.focus();
|
|
12163
12163
|
return;
|
|
12164
12164
|
}
|
|
12165
|
-
St(!1), re.current = !0, ne.current = !1, o && Fe.current !== -1 && Ne ?
|
|
12165
|
+
St(!1), re.current = !0, ne.current = !1, o && Fe.current !== -1 && Ne ? en(J, Ie[Fe.current], "blur") : o && x && ke !== "" ? en(J, ke, "blur", "freeSolo") : s && nt(J, Ce, "blur"), Mt(J, "blur");
|
|
12166
12166
|
}, Oo = (J) => {
|
|
12167
12167
|
const Z = J.target.value;
|
|
12168
12168
|
ke !== Z && (We(Z), we(!1), $ && $(J, Z, "input")), Z === "" ? !d && !T && On(J, null, "clear") : Ut(J);
|
|
@@ -12181,7 +12181,7 @@ function o6(e) {
|
|
|
12181
12181
|
}), bt.current = !0;
|
|
12182
12182
|
}, lu = (J) => {
|
|
12183
12183
|
const Z = Number(J.currentTarget.getAttribute("data-option-index"));
|
|
12184
|
-
|
|
12184
|
+
en(J, Ie[Z], "selectOption"), bt.current = !1;
|
|
12185
12185
|
}, uu = (J) => (Z) => {
|
|
12186
12186
|
const Ae = Ce.slice();
|
|
12187
12187
|
Ae.splice(J, 1), On(Z, Ae, "removeOption", {
|
|
@@ -12191,14 +12191,14 @@ function o6(e) {
|
|
|
12191
12191
|
On(J, null, "removeOption", {
|
|
12192
12192
|
option: Ce
|
|
12193
12193
|
});
|
|
12194
|
-
},
|
|
12195
|
-
Ue ?
|
|
12194
|
+
}, Bt = (J) => {
|
|
12195
|
+
Ue ? Mt(J, "toggleInput") : Ut(J);
|
|
12196
12196
|
}, zt = (J) => {
|
|
12197
12197
|
J.currentTarget.contains(J.target) && J.target.getAttribute("id") !== ae && J.preventDefault();
|
|
12198
12198
|
}, Ur = (J) => {
|
|
12199
12199
|
J.currentTarget.contains(J.target) && (Se.current.focus(), _ && re.current && Se.current.selectionEnd - Se.current.selectionStart === 0 && Se.current.select(), re.current = !1);
|
|
12200
12200
|
}, cu = (J) => {
|
|
12201
|
-
!p && (ke === "" || !Ue) &&
|
|
12201
|
+
!p && (ke === "" || !Ue) && Bt(J);
|
|
12202
12202
|
};
|
|
12203
12203
|
let Mo = x && ke.length > 0;
|
|
12204
12204
|
Mo = Mo || (T ? Ce.length > 0 : Ce !== null);
|
|
@@ -12268,7 +12268,7 @@ function o6(e) {
|
|
|
12268
12268
|
getPopupIndicatorProps: () => ({
|
|
12269
12269
|
tabIndex: -1,
|
|
12270
12270
|
type: "button",
|
|
12271
|
-
onClick:
|
|
12271
|
+
onClick: Bt
|
|
12272
12272
|
}),
|
|
12273
12273
|
// deprecated
|
|
12274
12274
|
getTagProps: ({
|
|
@@ -13347,7 +13347,7 @@ const vg = /* @__PURE__ */ A.forwardRef(function(t, n) {
|
|
|
13347
13347
|
return a && /* @__PURE__ */ dy.createPortal(r, a);
|
|
13348
13348
|
});
|
|
13349
13349
|
function fS(e) {
|
|
13350
|
-
return
|
|
13350
|
+
return Ge("MuiPopper", e);
|
|
13351
13351
|
}
|
|
13352
13352
|
He("MuiPopper", ["root"]);
|
|
13353
13353
|
function hS(e, t) {
|
|
@@ -13376,7 +13376,7 @@ const gS = (e) => {
|
|
|
13376
13376
|
const {
|
|
13377
13377
|
classes: t
|
|
13378
13378
|
} = e;
|
|
13379
|
-
return
|
|
13379
|
+
return qe({
|
|
13380
13380
|
root: ["root"]
|
|
13381
13381
|
}, fS, t);
|
|
13382
13382
|
}, bS = {}, yS = /* @__PURE__ */ A.forwardRef(function(t, n) {
|
|
@@ -13576,7 +13576,7 @@ const gS = (e) => {
|
|
|
13576
13576
|
});
|
|
13577
13577
|
});
|
|
13578
13578
|
function xS(e) {
|
|
13579
|
-
return
|
|
13579
|
+
return Ge("MuiListSubheader", e);
|
|
13580
13580
|
}
|
|
13581
13581
|
He("MuiListSubheader", ["root", "colorPrimary", "colorInherit", "gutters", "inset", "sticky"]);
|
|
13582
13582
|
const TS = (e) => {
|
|
@@ -13589,7 +13589,7 @@ const TS = (e) => {
|
|
|
13589
13589
|
} = e, a = {
|
|
13590
13590
|
root: ["root", n !== "default" && `color${me(n)}`, !r && "gutters", i && "inset", !o && "sticky"]
|
|
13591
13591
|
};
|
|
13592
|
-
return
|
|
13592
|
+
return qe(a, xS, t);
|
|
13593
13593
|
}, SS = ue("li", {
|
|
13594
13594
|
name: "MuiListSubheader",
|
|
13595
13595
|
slot: "Root",
|
|
@@ -13679,7 +13679,7 @@ const TS = (e) => {
|
|
|
13679
13679
|
});
|
|
13680
13680
|
Nc && (Nc.muiSkipListHighlight = !0);
|
|
13681
13681
|
function vS(e) {
|
|
13682
|
-
return
|
|
13682
|
+
return Ge("MuiPaper", e);
|
|
13683
13683
|
}
|
|
13684
13684
|
He("MuiPaper", ["root", "rounded", "outlined", "elevation", "elevation0", "elevation1", "elevation2", "elevation3", "elevation4", "elevation5", "elevation6", "elevation7", "elevation8", "elevation9", "elevation10", "elevation11", "elevation12", "elevation13", "elevation14", "elevation15", "elevation16", "elevation17", "elevation18", "elevation19", "elevation20", "elevation21", "elevation22", "elevation23", "elevation24"]);
|
|
13685
13685
|
const kS = (e) => {
|
|
@@ -13691,7 +13691,7 @@ const kS = (e) => {
|
|
|
13691
13691
|
} = e, o = {
|
|
13692
13692
|
root: ["root", r, !t && "rounded", r === "elevation" && `elevation${n}`]
|
|
13693
13693
|
};
|
|
13694
|
-
return
|
|
13694
|
+
return qe(o, vS, i);
|
|
13695
13695
|
}, AS = ue("div", {
|
|
13696
13696
|
name: "MuiPaper",
|
|
13697
13697
|
slot: "Root",
|
|
@@ -13848,7 +13848,7 @@ function ce() {
|
|
|
13848
13848
|
return e;
|
|
13849
13849
|
}, ce.apply(null, arguments);
|
|
13850
13850
|
}
|
|
13851
|
-
function
|
|
13851
|
+
function rn(e, t) {
|
|
13852
13852
|
if (e == null) return {};
|
|
13853
13853
|
var n = {};
|
|
13854
13854
|
for (var r in e) if ({}.hasOwnProperty.call(e, r)) {
|
|
@@ -13989,7 +13989,7 @@ var RS = function(t) {
|
|
|
13989
13989
|
return null;
|
|
13990
13990
|
var o = this.props, a = o.children;
|
|
13991
13991
|
o.in, o.mountOnEnter, o.unmountOnExit, o.appear, o.enter, o.exit, o.timeout, o.addEndListener, o.onEnter, o.onEntering, o.onEntered, o.onExit, o.onExiting, o.onExited, o.nodeRef;
|
|
13992
|
-
var s =
|
|
13992
|
+
var s = rn(o, ["children", "in", "mountOnEnter", "unmountOnExit", "appear", "enter", "exit", "timeout", "addEndListener", "onEnter", "onEntering", "onEntered", "onExit", "onExiting", "onExited", "nodeRef"]);
|
|
13993
13993
|
return (
|
|
13994
13994
|
// allows for nested Transitions
|
|
13995
13995
|
/* @__PURE__ */ de.createElement(sl.Provider, {
|
|
@@ -14139,7 +14139,7 @@ var FS = Object.values || function(e) {
|
|
|
14139
14139
|
};
|
|
14140
14140
|
}));
|
|
14141
14141
|
}, n.render = function() {
|
|
14142
|
-
var i = this.props, o = i.component, a = i.childFactory, s =
|
|
14142
|
+
var i = this.props, o = i.component, a = i.childFactory, s = rn(i, ["component", "childFactory"]), l = this.state.contextValue, u = FS(this.state.children).map(a);
|
|
14143
14143
|
return delete s.appear, delete s.enter, delete s.exit, o === null ? /* @__PURE__ */ de.createElement(sl.Provider, {
|
|
14144
14144
|
value: l
|
|
14145
14145
|
}, u) : /* @__PURE__ */ de.createElement(sl.Provider, {
|
|
@@ -14421,7 +14421,7 @@ const Hn = He("MuiTouchRipple", ["root", "ripple", "rippleVisible", "ripplePulsa
|
|
|
14421
14421
|
});
|
|
14422
14422
|
});
|
|
14423
14423
|
function YS(e) {
|
|
14424
|
-
return
|
|
14424
|
+
return Ge("MuiButtonBase", e);
|
|
14425
14425
|
}
|
|
14426
14426
|
const KS = He("MuiButtonBase", ["root", "disabled", "focusVisible"]), QS = (e) => {
|
|
14427
14427
|
const {
|
|
@@ -14429,7 +14429,7 @@ const KS = He("MuiButtonBase", ["root", "disabled", "focusVisible"]), QS = (e) =
|
|
|
14429
14429
|
focusVisible: n,
|
|
14430
14430
|
focusVisibleClassName: r,
|
|
14431
14431
|
classes: i
|
|
14432
|
-
} = e, a =
|
|
14432
|
+
} = e, a = qe({
|
|
14433
14433
|
root: ["root", t && "disabled", n && "focusVisible"]
|
|
14434
14434
|
}, YS, i);
|
|
14435
14435
|
return n && r && (a.root += ` ${r}`), a;
|
|
@@ -14524,16 +14524,16 @@ const KS = He("MuiButtonBase", ["root", "disabled", "focusVisible"]), QS = (e) =
|
|
|
14524
14524
|
ee && ye.preventDefault(), z && z(ye);
|
|
14525
14525
|
}, d), Se = xr(U, "start", T, d), Y = xr(U, "stop", w, d), j = xr(U, "stop", B, d), Te = xr(U, "stop", (ye) => {
|
|
14526
14526
|
Bf(ye.target) || ie(!1), y && y(ye);
|
|
14527
|
-
}, !1), ve =
|
|
14527
|
+
}, !1), ve = Ot((ye) => {
|
|
14528
14528
|
le.current || (le.current = ye.currentTarget), Bf(ye.target) && (ie(!0), S && S(ye)), C && C(ye);
|
|
14529
14529
|
}), te = () => {
|
|
14530
14530
|
const ye = le.current;
|
|
14531
14531
|
return l && l !== "button" && !(ye.tagName === "A" && ye.href);
|
|
14532
|
-
}, $e =
|
|
14532
|
+
}, $e = Ot((ye) => {
|
|
14533
14533
|
f && !ye.repeat && ee && ye.key === " " && U.stop(ye, () => {
|
|
14534
14534
|
U.start(ye);
|
|
14535
14535
|
}), ye.target === ye.currentTarget && te() && ye.key === " " && ye.preventDefault(), k && k(ye), ye.target === ye.currentTarget && te() && ye.key === "Enter" && !u && (ye.preventDefault(), b && b(ye));
|
|
14536
|
-
}), Fe =
|
|
14536
|
+
}), Fe = Ot((ye) => {
|
|
14537
14537
|
f && ye.key === " " && ee && !ye.defaultPrevented && U.stop(ye, () => {
|
|
14538
14538
|
U.pulsate(ye);
|
|
14539
14539
|
}), v && v(ye), b && ye.target === ye.currentTarget && te() && ye.key === " " && !ye.defaultPrevented && b(ye);
|
|
@@ -14583,10 +14583,10 @@ const KS = He("MuiButtonBase", ["root", "disabled", "focusVisible"]), QS = (e) =
|
|
|
14583
14583
|
});
|
|
14584
14584
|
});
|
|
14585
14585
|
function xr(e, t, n, r = !1) {
|
|
14586
|
-
return
|
|
14586
|
+
return Ot((i) => (n && n(i), r || e[t](i), !0));
|
|
14587
14587
|
}
|
|
14588
14588
|
function ZS(e) {
|
|
14589
|
-
return
|
|
14589
|
+
return Ge("MuiCircularProgress", e);
|
|
14590
14590
|
}
|
|
14591
14591
|
He("MuiCircularProgress", ["root", "determinate", "indeterminate", "colorPrimary", "colorSecondary", "svg", "circle", "circleDeterminate", "circleIndeterminate", "circleDisableShrink"]);
|
|
14592
14592
|
const jr = 44, Mc = Ma`
|
|
@@ -14627,7 +14627,7 @@ const jr = 44, Mc = Ma`
|
|
|
14627
14627
|
svg: ["svg"],
|
|
14628
14628
|
circle: ["circle", `circle${me(n)}`, i && "circleDisableShrink"]
|
|
14629
14629
|
};
|
|
14630
|
-
return
|
|
14630
|
+
return qe(o, ZS, t);
|
|
14631
14631
|
}, nv = ue("span", {
|
|
14632
14632
|
name: "MuiCircularProgress",
|
|
14633
14633
|
slot: "Root",
|
|
@@ -14766,7 +14766,7 @@ const jr = 44, Mc = Ma`
|
|
|
14766
14766
|
});
|
|
14767
14767
|
});
|
|
14768
14768
|
function ov(e) {
|
|
14769
|
-
return
|
|
14769
|
+
return Ge("MuiIconButton", e);
|
|
14770
14770
|
}
|
|
14771
14771
|
const Uf = He("MuiIconButton", ["root", "disabled", "colorInherit", "colorPrimary", "colorSecondary", "colorError", "colorInfo", "colorSuccess", "colorWarning", "edgeStart", "edgeEnd", "sizeSmall", "sizeMedium", "sizeLarge", "loading", "loadingIndicator", "loadingWrapper"]), av = (e) => {
|
|
14772
14772
|
const {
|
|
@@ -14781,7 +14781,7 @@ const Uf = He("MuiIconButton", ["root", "disabled", "colorInherit", "colorPrimar
|
|
|
14781
14781
|
loadingIndicator: ["loadingIndicator"],
|
|
14782
14782
|
loadingWrapper: ["loadingWrapper"]
|
|
14783
14783
|
};
|
|
14784
|
-
return
|
|
14784
|
+
return qe(s, ov, t);
|
|
14785
14785
|
}, sv = ue(po, {
|
|
14786
14786
|
name: "MuiIconButton",
|
|
14787
14787
|
slot: "Root",
|
|
@@ -14971,7 +14971,7 @@ const Uf = He("MuiIconButton", ["root", "disabled", "colorInherit", "colorPrimar
|
|
|
14971
14971
|
d: "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"
|
|
14972
14972
|
}));
|
|
14973
14973
|
function cv(e) {
|
|
14974
|
-
return
|
|
14974
|
+
return Ge("MuiChip", e);
|
|
14975
14975
|
}
|
|
14976
14976
|
const Ze = He("MuiChip", ["root", "sizeSmall", "sizeMedium", "colorDefault", "colorError", "colorInfo", "colorPrimary", "colorSecondary", "colorSuccess", "colorWarning", "disabled", "clickable", "clickableColorPrimary", "clickableColorSecondary", "deletable", "deletableColorPrimary", "deletableColorSecondary", "outlined", "filled", "outlinedPrimary", "outlinedSecondary", "filledPrimary", "filledSecondary", "avatar", "avatarSmall", "avatarMedium", "avatarColorPrimary", "avatarColorSecondary", "icon", "iconSmall", "iconMedium", "iconColorPrimary", "iconColorSecondary", "label", "labelSmall", "labelMedium", "deleteIcon", "deleteIconSmall", "deleteIconMedium", "deleteIconColorPrimary", "deleteIconColorSecondary", "deleteIconOutlinedColorPrimary", "deleteIconOutlinedColorSecondary", "deleteIconFilledColorPrimary", "deleteIconFilledColorSecondary", "focusVisible"]);
|
|
14977
14977
|
function it(e, t) {
|
|
@@ -15034,7 +15034,7 @@ const dv = (e) => {
|
|
|
15034
15034
|
icon: ["icon", `icon${me(r)}`, `iconColor${me(o)}`],
|
|
15035
15035
|
deleteIcon: ["deleteIcon", `deleteIcon${me(r)}`, `deleteIconColor${me(i)}`, `deleteIcon${me(l)}Color${me(i)}`]
|
|
15036
15036
|
};
|
|
15037
|
-
return
|
|
15037
|
+
return qe(u, cv, t);
|
|
15038
15038
|
}, pv = ue("div", {
|
|
15039
15039
|
name: "MuiChip",
|
|
15040
15040
|
slot: "Root",
|
|
@@ -15504,7 +15504,7 @@ const bv = /* @__PURE__ */ A.forwardRef(function(t, n) {
|
|
|
15504
15504
|
outerHeightStyle: N,
|
|
15505
15505
|
overflowing: P
|
|
15506
15506
|
};
|
|
15507
|
-
}, [i, o, t.placeholder]), y =
|
|
15507
|
+
}, [i, o, t.placeholder]), y = Ot(() => {
|
|
15508
15508
|
const C = c.current, S = g();
|
|
15509
15509
|
if (!C || !S || Wf(S))
|
|
15510
15510
|
return !1;
|
|
@@ -15584,7 +15584,7 @@ function yv(e) {
|
|
|
15584
15584
|
return e.startAdornment;
|
|
15585
15585
|
}
|
|
15586
15586
|
function Ev(e) {
|
|
15587
|
-
return
|
|
15587
|
+
return Ge("MuiInputBase", e);
|
|
15588
15588
|
}
|
|
15589
15589
|
const wn = He("MuiInputBase", ["root", "formControl", "focused", "disabled", "adornedStart", "adornedEnd", "error", "sizeSmall", "multiline", "colorSecondary", "fullWidth", "hiddenLabel", "readOnly", "input", "inputSizeSmall", "inputMultiline", "inputTypeSearch", "inputAdornedStart", "inputAdornedEnd", "inputHiddenLabel"]);
|
|
15590
15590
|
var Vf;
|
|
@@ -15618,7 +15618,7 @@ const Wl = (e, t) => {
|
|
|
15618
15618
|
root: ["root", `color${me(n)}`, r && "disabled", i && "error", l && "fullWidth", a && "focused", s && "formControl", f && f !== "medium" && `size${me(f)}`, c && "multiline", p && "adornedStart", o && "adornedEnd", u && "hiddenLabel", d && "readOnly"],
|
|
15619
15619
|
input: ["input", r && "disabled", g === "search" && "inputTypeSearch", c && "inputMultiline", f === "small" && "inputSizeSmall", u && "inputHiddenLabel", p && "inputAdornedStart", o && "inputAdornedEnd", d && "readOnly"]
|
|
15620
15620
|
};
|
|
15621
|
-
return
|
|
15621
|
+
return qe(y, Ev, t);
|
|
15622
15622
|
}, Vl = ue("div", {
|
|
15623
15623
|
name: "MuiInputBase",
|
|
15624
15624
|
slot: "Root",
|
|
@@ -15968,21 +15968,21 @@ const Wl = (e, t) => {
|
|
|
15968
15968
|
});
|
|
15969
15969
|
});
|
|
15970
15970
|
function xv(e) {
|
|
15971
|
-
return
|
|
15971
|
+
return Ge("MuiInput", e);
|
|
15972
15972
|
}
|
|
15973
15973
|
const Yr = {
|
|
15974
15974
|
...wn,
|
|
15975
15975
|
...He("MuiInput", ["root", "underline", "input"])
|
|
15976
15976
|
};
|
|
15977
15977
|
function Tv(e) {
|
|
15978
|
-
return
|
|
15978
|
+
return Ge("MuiOutlinedInput", e);
|
|
15979
15979
|
}
|
|
15980
15980
|
const Bn = {
|
|
15981
15981
|
...wn,
|
|
15982
15982
|
...He("MuiOutlinedInput", ["root", "notchedOutline", "input"])
|
|
15983
15983
|
};
|
|
15984
15984
|
function Sv(e) {
|
|
15985
|
-
return
|
|
15985
|
+
return Ge("MuiFilledInput", e);
|
|
15986
15986
|
}
|
|
15987
15987
|
const Dn = {
|
|
15988
15988
|
...wn,
|
|
@@ -15993,9 +15993,9 @@ const Dn = {
|
|
|
15993
15993
|
d: "M7 10l5 5 5-5z"
|
|
15994
15994
|
}));
|
|
15995
15995
|
function kv(e) {
|
|
15996
|
-
return
|
|
15996
|
+
return Ge("MuiAutocomplete", e);
|
|
15997
15997
|
}
|
|
15998
|
-
const
|
|
15998
|
+
const Ye = He("MuiAutocomplete", ["root", "expanded", "fullWidth", "focused", "focusVisible", "tag", "tagSizeSmall", "tagSizeMedium", "hasPopupIcon", "hasClearIcon", "inputRoot", "input", "inputFocused", "endAdornment", "clearIndicator", "popupIndicator", "popupIndicatorOpen", "popper", "popperDisablePortal", "paper", "listbox", "loading", "noOptions", "option", "groupLabel", "groupUl"]);
|
|
15999
15999
|
var Gf, Yf;
|
|
16000
16000
|
const Av = (e) => {
|
|
16001
16001
|
const {
|
|
@@ -16026,7 +16026,7 @@ const Av = (e) => {
|
|
|
16026
16026
|
groupLabel: ["groupLabel"],
|
|
16027
16027
|
groupUl: ["groupUl"]
|
|
16028
16028
|
};
|
|
16029
|
-
return
|
|
16029
|
+
return qe(d, kv, t);
|
|
16030
16030
|
}, Iv = ue("div", {
|
|
16031
16031
|
name: "MuiAutocomplete",
|
|
16032
16032
|
slot: "Root",
|
|
@@ -16041,39 +16041,39 @@ const Av = (e) => {
|
|
|
16041
16041
|
size: s
|
|
16042
16042
|
} = n;
|
|
16043
16043
|
return [{
|
|
16044
|
-
[`& .${
|
|
16044
|
+
[`& .${Ye.tag}`]: t.tag
|
|
16045
16045
|
}, {
|
|
16046
|
-
[`& .${
|
|
16046
|
+
[`& .${Ye.tag}`]: t[`tagSize${me(s)}`]
|
|
16047
16047
|
}, {
|
|
16048
|
-
[`& .${
|
|
16048
|
+
[`& .${Ye.inputRoot}`]: t.inputRoot
|
|
16049
16049
|
}, {
|
|
16050
|
-
[`& .${
|
|
16050
|
+
[`& .${Ye.input}`]: t.input
|
|
16051
16051
|
}, {
|
|
16052
|
-
[`& .${
|
|
16052
|
+
[`& .${Ye.input}`]: a && t.inputFocused
|
|
16053
16053
|
}, t.root, r && t.fullWidth, o && t.hasPopupIcon, i && t.hasClearIcon];
|
|
16054
16054
|
}
|
|
16055
16055
|
})({
|
|
16056
|
-
[`&.${
|
|
16056
|
+
[`&.${Ye.focused} .${Ye.clearIndicator}`]: {
|
|
16057
16057
|
visibility: "visible"
|
|
16058
16058
|
},
|
|
16059
16059
|
/* Avoid double tap issue on iOS */
|
|
16060
16060
|
"@media (pointer: fine)": {
|
|
16061
|
-
[`&:hover .${
|
|
16061
|
+
[`&:hover .${Ye.clearIndicator}`]: {
|
|
16062
16062
|
visibility: "visible"
|
|
16063
16063
|
}
|
|
16064
16064
|
},
|
|
16065
|
-
[`& .${
|
|
16065
|
+
[`& .${Ye.tag}`]: {
|
|
16066
16066
|
margin: 3,
|
|
16067
16067
|
maxWidth: "calc(100% - 6px)"
|
|
16068
16068
|
},
|
|
16069
|
-
[`& .${
|
|
16070
|
-
[`.${
|
|
16069
|
+
[`& .${Ye.inputRoot}`]: {
|
|
16070
|
+
[`.${Ye.hasPopupIcon}&, .${Ye.hasClearIcon}&`]: {
|
|
16071
16071
|
paddingRight: 30
|
|
16072
16072
|
},
|
|
16073
|
-
[`.${
|
|
16073
|
+
[`.${Ye.hasPopupIcon}.${Ye.hasClearIcon}&`]: {
|
|
16074
16074
|
paddingRight: 56
|
|
16075
16075
|
},
|
|
16076
|
-
[`& .${
|
|
16076
|
+
[`& .${Ye.input}`]: {
|
|
16077
16077
|
width: 0,
|
|
16078
16078
|
minWidth: 30
|
|
16079
16079
|
}
|
|
@@ -16091,16 +16091,16 @@ const Av = (e) => {
|
|
|
16091
16091
|
},
|
|
16092
16092
|
[`& .${Bn.root}`]: {
|
|
16093
16093
|
padding: 9,
|
|
16094
|
-
[`.${
|
|
16094
|
+
[`.${Ye.hasPopupIcon}&, .${Ye.hasClearIcon}&`]: {
|
|
16095
16095
|
paddingRight: 39
|
|
16096
16096
|
},
|
|
16097
|
-
[`.${
|
|
16097
|
+
[`.${Ye.hasPopupIcon}.${Ye.hasClearIcon}&`]: {
|
|
16098
16098
|
paddingRight: 65
|
|
16099
16099
|
},
|
|
16100
|
-
[`& .${
|
|
16100
|
+
[`& .${Ye.input}`]: {
|
|
16101
16101
|
padding: "7.5px 4px 7.5px 5px"
|
|
16102
16102
|
},
|
|
16103
|
-
[`& .${
|
|
16103
|
+
[`& .${Ye.endAdornment}`]: {
|
|
16104
16104
|
right: 9
|
|
16105
16105
|
}
|
|
16106
16106
|
},
|
|
@@ -16110,23 +16110,23 @@ const Av = (e) => {
|
|
|
16110
16110
|
paddingTop: 6,
|
|
16111
16111
|
paddingBottom: 6,
|
|
16112
16112
|
paddingLeft: 6,
|
|
16113
|
-
[`& .${
|
|
16113
|
+
[`& .${Ye.input}`]: {
|
|
16114
16114
|
padding: "2.5px 4px 2.5px 8px"
|
|
16115
16115
|
}
|
|
16116
16116
|
},
|
|
16117
16117
|
[`& .${Dn.root}`]: {
|
|
16118
16118
|
paddingTop: 19,
|
|
16119
16119
|
paddingLeft: 8,
|
|
16120
|
-
[`.${
|
|
16120
|
+
[`.${Ye.hasPopupIcon}&, .${Ye.hasClearIcon}&`]: {
|
|
16121
16121
|
paddingRight: 39
|
|
16122
16122
|
},
|
|
16123
|
-
[`.${
|
|
16123
|
+
[`.${Ye.hasPopupIcon}.${Ye.hasClearIcon}&`]: {
|
|
16124
16124
|
paddingRight: 65
|
|
16125
16125
|
},
|
|
16126
16126
|
[`& .${Dn.input}`]: {
|
|
16127
16127
|
padding: "7px 4px"
|
|
16128
16128
|
},
|
|
16129
|
-
[`& .${
|
|
16129
|
+
[`& .${Ye.endAdornment}`]: {
|
|
16130
16130
|
right: 9
|
|
16131
16131
|
}
|
|
16132
16132
|
},
|
|
@@ -16142,18 +16142,18 @@ const Av = (e) => {
|
|
|
16142
16142
|
[`& .${Dn.root}.${wn.hiddenLabel}`]: {
|
|
16143
16143
|
paddingTop: 0,
|
|
16144
16144
|
paddingBottom: 0,
|
|
16145
|
-
[`& .${
|
|
16145
|
+
[`& .${Ye.input}`]: {
|
|
16146
16146
|
paddingTop: 16,
|
|
16147
16147
|
paddingBottom: 17
|
|
16148
16148
|
}
|
|
16149
16149
|
},
|
|
16150
16150
|
[`& .${Dn.root}.${wn.hiddenLabel}.${wn.sizeSmall}`]: {
|
|
16151
|
-
[`& .${
|
|
16151
|
+
[`& .${Ye.input}`]: {
|
|
16152
16152
|
paddingTop: 8,
|
|
16153
16153
|
paddingBottom: 9
|
|
16154
16154
|
}
|
|
16155
16155
|
},
|
|
16156
|
-
[`& .${
|
|
16156
|
+
[`& .${Ye.input}`]: {
|
|
16157
16157
|
flexGrow: 1,
|
|
16158
16158
|
textOverflow: "ellipsis",
|
|
16159
16159
|
opacity: 0
|
|
@@ -16170,7 +16170,7 @@ const Av = (e) => {
|
|
|
16170
16170
|
size: "small"
|
|
16171
16171
|
},
|
|
16172
16172
|
style: {
|
|
16173
|
-
[`& .${
|
|
16173
|
+
[`& .${Ye.tag}`]: {
|
|
16174
16174
|
margin: 2,
|
|
16175
16175
|
maxWidth: "calc(100% - 4px)"
|
|
16176
16176
|
}
|
|
@@ -16180,7 +16180,7 @@ const Av = (e) => {
|
|
|
16180
16180
|
inputFocused: !0
|
|
16181
16181
|
},
|
|
16182
16182
|
style: {
|
|
16183
|
-
[`& .${
|
|
16183
|
+
[`& .${Ye.input}`]: {
|
|
16184
16184
|
opacity: 1
|
|
16185
16185
|
}
|
|
16186
16186
|
}
|
|
@@ -16189,7 +16189,7 @@ const Av = (e) => {
|
|
|
16189
16189
|
multiple: !0
|
|
16190
16190
|
},
|
|
16191
16191
|
style: {
|
|
16192
|
-
[`& .${
|
|
16192
|
+
[`& .${Ye.inputRoot}`]: {
|
|
16193
16193
|
flexWrap: "wrap"
|
|
16194
16194
|
}
|
|
16195
16195
|
}
|
|
@@ -16238,7 +16238,7 @@ const Av = (e) => {
|
|
|
16238
16238
|
ownerState: n
|
|
16239
16239
|
} = e;
|
|
16240
16240
|
return [{
|
|
16241
|
-
[`& .${
|
|
16241
|
+
[`& .${Ye.option}`]: t.option
|
|
16242
16242
|
}, t.popper, n.disablePortal && t.popperDisablePortal];
|
|
16243
16243
|
}
|
|
16244
16244
|
})(et(({
|
|
@@ -16289,7 +16289,7 @@ const Av = (e) => {
|
|
|
16289
16289
|
maxHeight: "40vh",
|
|
16290
16290
|
overflow: "auto",
|
|
16291
16291
|
position: "relative",
|
|
16292
|
-
[`& .${
|
|
16292
|
+
[`& .${Ye.option}`]: {
|
|
16293
16293
|
minHeight: 48,
|
|
16294
16294
|
display: "flex",
|
|
16295
16295
|
overflow: "hidden",
|
|
@@ -16306,7 +16306,7 @@ const Av = (e) => {
|
|
|
16306
16306
|
[e.breakpoints.up("sm")]: {
|
|
16307
16307
|
minHeight: "auto"
|
|
16308
16308
|
},
|
|
16309
|
-
[`&.${
|
|
16309
|
+
[`&.${Ye.focused}`]: {
|
|
16310
16310
|
backgroundColor: (e.vars || e).palette.action.hover,
|
|
16311
16311
|
// Reset on touch devices, it doesn't add specificity
|
|
16312
16312
|
"@media (hover: none)": {
|
|
@@ -16317,19 +16317,19 @@ const Av = (e) => {
|
|
|
16317
16317
|
opacity: (e.vars || e).palette.action.disabledOpacity,
|
|
16318
16318
|
pointerEvents: "none"
|
|
16319
16319
|
},
|
|
16320
|
-
[`&.${
|
|
16320
|
+
[`&.${Ye.focusVisible}`]: {
|
|
16321
16321
|
backgroundColor: (e.vars || e).palette.action.focus
|
|
16322
16322
|
},
|
|
16323
16323
|
'&[aria-selected="true"]': {
|
|
16324
16324
|
backgroundColor: e.alpha((e.vars || e).palette.primary.main, (e.vars || e).palette.action.selectedOpacity),
|
|
16325
|
-
[`&.${
|
|
16325
|
+
[`&.${Ye.focused}`]: {
|
|
16326
16326
|
backgroundColor: e.alpha((e.vars || e).palette.primary.main, `${(e.vars || e).palette.action.selectedOpacity} + ${(e.vars || e).palette.action.hoverOpacity}`),
|
|
16327
16327
|
// Reset on touch devices, it doesn't add specificity
|
|
16328
16328
|
"@media (hover: none)": {
|
|
16329
16329
|
backgroundColor: (e.vars || e).palette.action.selected
|
|
16330
16330
|
}
|
|
16331
16331
|
},
|
|
16332
|
-
[`&.${
|
|
16332
|
+
[`&.${Ye.focusVisible}`]: {
|
|
16333
16333
|
backgroundColor: e.alpha((e.vars || e).palette.primary.main, `${(e.vars || e).palette.action.selectedOpacity} + ${(e.vars || e).palette.action.focusOpacity}`)
|
|
16334
16334
|
}
|
|
16335
16335
|
}
|
|
@@ -16347,7 +16347,7 @@ const Av = (e) => {
|
|
|
16347
16347
|
slot: "GroupUl"
|
|
16348
16348
|
})({
|
|
16349
16349
|
padding: 0,
|
|
16350
|
-
[`& .${
|
|
16350
|
+
[`& .${Ye.option}`]: {
|
|
16351
16351
|
paddingLeft: 24
|
|
16352
16352
|
}
|
|
16353
16353
|
}), Bv = /* @__PURE__ */ A.forwardRef(function(t, n) {
|
|
@@ -16433,10 +16433,10 @@ const Av = (e) => {
|
|
|
16433
16433
|
getOptionProps: yn,
|
|
16434
16434
|
value: Kt,
|
|
16435
16435
|
dirty: Ut,
|
|
16436
|
-
expanded:
|
|
16436
|
+
expanded: Mt,
|
|
16437
16437
|
id: On,
|
|
16438
16438
|
popupOpen: bt,
|
|
16439
|
-
focused:
|
|
16439
|
+
focused: en,
|
|
16440
16440
|
focusedItem: yr,
|
|
16441
16441
|
anchorEl: Fn,
|
|
16442
16442
|
setAnchorEl: oi,
|
|
@@ -16450,11 +16450,11 @@ const Av = (e) => {
|
|
|
16450
16450
|
} = dt(), {
|
|
16451
16451
|
ref: su,
|
|
16452
16452
|
...lu
|
|
16453
|
-
} = It(), Fo = M || ((ot) => ot.label ?? ot),
|
|
16453
|
+
} = It(), Fo = M || ((ot) => ot.label ?? ot), Bt = {
|
|
16454
16454
|
...r,
|
|
16455
16455
|
disablePortal: v,
|
|
16456
|
-
expanded:
|
|
16457
|
-
focused:
|
|
16456
|
+
expanded: Mt,
|
|
16457
|
+
focused: en,
|
|
16458
16458
|
fullWidth: B,
|
|
16459
16459
|
getOptionLabel: Fo,
|
|
16460
16460
|
hasClearIcon: Ni,
|
|
@@ -16462,7 +16462,7 @@ const Av = (e) => {
|
|
|
16462
16462
|
inputFocused: yr === -1,
|
|
16463
16463
|
popupOpen: bt,
|
|
16464
16464
|
size: we
|
|
16465
|
-
}, zt = Av(
|
|
16465
|
+
}, zt = Av(Bt), Ur = {
|
|
16466
16466
|
slots: {
|
|
16467
16467
|
paper: Ce,
|
|
16468
16468
|
popper: tt,
|
|
@@ -16477,19 +16477,19 @@ const Av = (e) => {
|
|
|
16477
16477
|
}, [cu, Mo] = it("listbox", {
|
|
16478
16478
|
elementType: Ov,
|
|
16479
16479
|
externalForwardedProps: Ur,
|
|
16480
|
-
ownerState:
|
|
16480
|
+
ownerState: Bt,
|
|
16481
16481
|
className: zt.listbox,
|
|
16482
16482
|
additionalProps: lu,
|
|
16483
16483
|
ref: su
|
|
16484
16484
|
}), [ts, J] = it("paper", {
|
|
16485
16485
|
elementType: ko,
|
|
16486
16486
|
externalForwardedProps: Ur,
|
|
16487
|
-
ownerState:
|
|
16487
|
+
ownerState: Bt,
|
|
16488
16488
|
className: zt.paper
|
|
16489
16489
|
}), [Z, Ae] = it("popper", {
|
|
16490
16490
|
elementType: kg,
|
|
16491
16491
|
externalForwardedProps: Ur,
|
|
16492
|
-
ownerState:
|
|
16492
|
+
ownerState: Bt,
|
|
16493
16493
|
className: zt.popper,
|
|
16494
16494
|
additionalProps: {
|
|
16495
16495
|
disablePortal: v,
|
|
@@ -16507,7 +16507,7 @@ const Av = (e) => {
|
|
|
16507
16507
|
disabled: C,
|
|
16508
16508
|
...De(ot)
|
|
16509
16509
|
});
|
|
16510
|
-
if (ne ? Kt.length > 0 && (Ue ? Me = Ue(Kt, Be,
|
|
16510
|
+
if (ne ? Kt.length > 0 && (Ue ? Me = Ue(Kt, Be, Bt) : G ? Me = G(Kt, Be, Bt) : Me = Kt.map((ot, zr) => {
|
|
16511
16511
|
const {
|
|
16512
16512
|
key: Wr,
|
|
16513
16513
|
...Bo
|
|
@@ -16520,9 +16520,9 @@ const Av = (e) => {
|
|
|
16520
16520
|
...Bo,
|
|
16521
16521
|
...Ur.slotProps.chip
|
|
16522
16522
|
}, Wr);
|
|
16523
|
-
})) : G && Kt != null && (Me = G(Kt, Be,
|
|
16523
|
+
})) : G && Kt != null && (Me = G(Kt, Be, Bt)), ie > -1 && Array.isArray(Me)) {
|
|
16524
16524
|
const ot = Me.length - ie;
|
|
16525
|
-
!
|
|
16525
|
+
!en && ot > 0 && (Me = Me.splice(0, ie), Me.push(/* @__PURE__ */ h("span", {
|
|
16526
16526
|
className: zt.tag,
|
|
16527
16527
|
children: T(ot)
|
|
16528
16528
|
}, Me.length)));
|
|
@@ -16530,12 +16530,12 @@ const Av = (e) => {
|
|
|
16530
16530
|
const wt = ye || ((ot) => /* @__PURE__ */ L("li", {
|
|
16531
16531
|
children: [/* @__PURE__ */ h(Fv, {
|
|
16532
16532
|
className: zt.groupLabel,
|
|
16533
|
-
ownerState:
|
|
16533
|
+
ownerState: Bt,
|
|
16534
16534
|
component: "div",
|
|
16535
16535
|
children: ot.group
|
|
16536
16536
|
}), /* @__PURE__ */ h(Mv, {
|
|
16537
16537
|
className: zt.groupUl,
|
|
16538
|
-
ownerState:
|
|
16538
|
+
ownerState: Bt,
|
|
16539
16539
|
children: ot.children
|
|
16540
16540
|
})]
|
|
16541
16541
|
}, ot.key)), ns = nt || ((ot, zr) => {
|
|
@@ -16559,13 +16559,13 @@ const Av = (e) => {
|
|
|
16559
16559
|
selected: Wr["aria-selected"],
|
|
16560
16560
|
index: zr,
|
|
16561
16561
|
inputValue: Kn
|
|
16562
|
-
},
|
|
16562
|
+
}, Bt);
|
|
16563
16563
|
}, Ap = Ur.slotProps.clearIndicator, Ip = Ur.slotProps.popupIndicator;
|
|
16564
16564
|
return /* @__PURE__ */ L(A.Fragment, {
|
|
16565
16565
|
children: [/* @__PURE__ */ h(Iv, {
|
|
16566
16566
|
ref: n,
|
|
16567
16567
|
className: Re(zt.root, u),
|
|
16568
|
-
ownerState:
|
|
16568
|
+
ownerState: Bt,
|
|
16569
16569
|
...Ct(Xe),
|
|
16570
16570
|
children: St({
|
|
16571
16571
|
id: On,
|
|
@@ -16583,12 +16583,12 @@ const Av = (e) => {
|
|
|
16583
16583
|
...(Ni || Oo) && {
|
|
16584
16584
|
endAdornment: /* @__PURE__ */ L(wv, {
|
|
16585
16585
|
className: zt.endAdornment,
|
|
16586
|
-
ownerState:
|
|
16586
|
+
ownerState: Bt,
|
|
16587
16587
|
children: [Ni ? /* @__PURE__ */ h(Dv, {
|
|
16588
16588
|
...he(),
|
|
16589
16589
|
"aria-label": p,
|
|
16590
16590
|
title: p,
|
|
16591
|
-
ownerState:
|
|
16591
|
+
ownerState: Bt,
|
|
16592
16592
|
...Ap,
|
|
16593
16593
|
className: Re(zt.clearIndicator, Ap?.className),
|
|
16594
16594
|
children: c
|
|
@@ -16597,7 +16597,7 @@ const Av = (e) => {
|
|
|
16597
16597
|
disabled: C,
|
|
16598
16598
|
"aria-label": bt ? g : Fe,
|
|
16599
16599
|
title: bt ? g : Fe,
|
|
16600
|
-
ownerState:
|
|
16600
|
+
ownerState: Bt,
|
|
16601
16601
|
...Ip,
|
|
16602
16602
|
className: Re(zt.popupIndicator, Ip?.className),
|
|
16603
16603
|
children: ke
|
|
@@ -16620,11 +16620,11 @@ const Av = (e) => {
|
|
|
16620
16620
|
...J,
|
|
16621
16621
|
children: [ae && Er.length === 0 ? /* @__PURE__ */ h(Nv, {
|
|
16622
16622
|
className: zt.loading,
|
|
16623
|
-
ownerState:
|
|
16623
|
+
ownerState: Bt,
|
|
16624
16624
|
children: W
|
|
16625
16625
|
}) : null, Er.length === 0 && !w && !ae ? /* @__PURE__ */ h(Lv, {
|
|
16626
16626
|
className: zt.noOptions,
|
|
16627
|
-
ownerState:
|
|
16627
|
+
ownerState: Bt,
|
|
16628
16628
|
role: "presentation",
|
|
16629
16629
|
onMouseDown: (ot) => {
|
|
16630
16630
|
ot.preventDefault();
|
|
@@ -16646,7 +16646,7 @@ const Av = (e) => {
|
|
|
16646
16646
|
const {
|
|
16647
16647
|
classes: t,
|
|
16648
16648
|
disableUnderline: n
|
|
16649
|
-
} = e, i =
|
|
16649
|
+
} = e, i = qe({
|
|
16650
16650
|
root: ["root", !n && "underline"],
|
|
16651
16651
|
input: ["input"]
|
|
16652
16652
|
}, xv, t);
|
|
@@ -16770,7 +16770,7 @@ const Av = (e) => {
|
|
|
16770
16770
|
disableUnderline: i
|
|
16771
16771
|
}
|
|
16772
16772
|
}
|
|
16773
|
-
}, E = c ?? a ?
|
|
16773
|
+
}, E = c ?? a ? an(c ?? a, b) : b, x = d.root ?? o.Root ?? $v, C = d.input ?? o.Input ?? Uv;
|
|
16774
16774
|
return /* @__PURE__ */ h(Hd, {
|
|
16775
16775
|
slots: {
|
|
16776
16776
|
root: x,
|
|
@@ -16799,7 +16799,7 @@ const zv = (e) => {
|
|
|
16799
16799
|
} = e, l = {
|
|
16800
16800
|
root: ["root", !n && "underline", r && "adornedStart", i && "adornedEnd", o === "small" && `size${me(o)}`, a && "hiddenLabel", s && "multiline"],
|
|
16801
16801
|
input: ["input"]
|
|
16802
|
-
}, u =
|
|
16802
|
+
}, u = qe(l, Sv, t);
|
|
16803
16803
|
return {
|
|
16804
16804
|
...t,
|
|
16805
16805
|
// forward classes to the InputBase
|
|
@@ -17061,7 +17061,7 @@ const zv = (e) => {
|
|
|
17061
17061
|
input: {
|
|
17062
17062
|
ownerState: y
|
|
17063
17063
|
}
|
|
17064
|
-
}, x = d ?? a ?
|
|
17064
|
+
}, x = d ?? a ? an(E, d ?? a) : E, C = f.root ?? o.Root ?? Wv, S = f.input ?? o.Input ?? jv;
|
|
17065
17065
|
return /* @__PURE__ */ h(Hd, {
|
|
17066
17066
|
slots: {
|
|
17067
17067
|
root: C,
|
|
@@ -17198,7 +17198,7 @@ function Gv(e) {
|
|
|
17198
17198
|
const Yv = (e) => {
|
|
17199
17199
|
const {
|
|
17200
17200
|
classes: t
|
|
17201
|
-
} = e, r =
|
|
17201
|
+
} = e, r = qe({
|
|
17202
17202
|
root: ["root"],
|
|
17203
17203
|
notchedOutline: ["notchedOutline"],
|
|
17204
17204
|
input: ["input"]
|
|
@@ -17420,7 +17420,7 @@ const Yv = (e) => {
|
|
|
17420
17420
|
});
|
|
17421
17421
|
zd.muiName = "Input";
|
|
17422
17422
|
function Zv(e) {
|
|
17423
|
-
return
|
|
17423
|
+
return Ge("MuiFormLabel", e);
|
|
17424
17424
|
}
|
|
17425
17425
|
const la = He("MuiFormLabel", ["root", "colorSecondary", "focused", "disabled", "error", "filled", "required", "asterisk"]), Jv = (e) => {
|
|
17426
17426
|
const {
|
|
@@ -17435,7 +17435,7 @@ const la = He("MuiFormLabel", ["root", "colorSecondary", "focused", "disabled",
|
|
|
17435
17435
|
root: ["root", `color${me(n)}`, i && "disabled", o && "error", a && "filled", r && "focused", s && "required"],
|
|
17436
17436
|
asterisk: ["asterisk", o && "error"]
|
|
17437
17437
|
};
|
|
17438
|
-
return
|
|
17438
|
+
return qe(l, Zv, t);
|
|
17439
17439
|
}, ek = ue("label", {
|
|
17440
17440
|
name: "MuiFormLabel",
|
|
17441
17441
|
slot: "Root",
|
|
@@ -17526,7 +17526,7 @@ const la = He("MuiFormLabel", ["root", "colorSecondary", "focused", "disabled",
|
|
|
17526
17526
|
});
|
|
17527
17527
|
});
|
|
17528
17528
|
function rk(e) {
|
|
17529
|
-
return
|
|
17529
|
+
return Ge("MuiInputLabel", e);
|
|
17530
17530
|
}
|
|
17531
17531
|
He("MuiInputLabel", ["root", "focused", "disabled", "error", "required", "asterisk", "formControl", "sizeSmall", "shrink", "animated", "standard", "filled", "outlined"]);
|
|
17532
17532
|
const ik = (e) => {
|
|
@@ -17541,7 +17541,7 @@ const ik = (e) => {
|
|
|
17541
17541
|
} = e, l = {
|
|
17542
17542
|
root: ["root", n && "formControl", !o && "animated", i && "shrink", r && r !== "medium" && `size${me(r)}`, a],
|
|
17543
17543
|
asterisk: [s && "asterisk"]
|
|
17544
|
-
}, u =
|
|
17544
|
+
}, u = qe(l, rk, t);
|
|
17545
17545
|
return {
|
|
17546
17546
|
...t,
|
|
17547
17547
|
// forward the focused, disabled, etc. classes to the FormLabel
|
|
@@ -17719,7 +17719,7 @@ const ik = (e) => {
|
|
|
17719
17719
|
});
|
|
17720
17720
|
});
|
|
17721
17721
|
function sk(e) {
|
|
17722
|
-
return
|
|
17722
|
+
return Ge("MuiFormControl", e);
|
|
17723
17723
|
}
|
|
17724
17724
|
He("MuiFormControl", ["root", "marginNone", "marginNormal", "marginDense", "fullWidth", "disabled"]);
|
|
17725
17725
|
const lk = (e) => {
|
|
@@ -17730,7 +17730,7 @@ const lk = (e) => {
|
|
|
17730
17730
|
} = e, i = {
|
|
17731
17731
|
root: ["root", n !== "none" && `margin${me(n)}`, r && "fullWidth"]
|
|
17732
17732
|
};
|
|
17733
|
-
return
|
|
17733
|
+
return qe(i, sk, t);
|
|
17734
17734
|
}, uk = ue("div", {
|
|
17735
17735
|
name: "MuiFormControl",
|
|
17736
17736
|
slot: "Root",
|
|
@@ -17864,7 +17864,7 @@ const lk = (e) => {
|
|
|
17864
17864
|
});
|
|
17865
17865
|
});
|
|
17866
17866
|
function dk(e) {
|
|
17867
|
-
return
|
|
17867
|
+
return Ge("MuiFormHelperText", e);
|
|
17868
17868
|
}
|
|
17869
17869
|
const Qf = He("MuiFormHelperText", ["root", "error", "disabled", "sizeSmall", "sizeMedium", "contained", "focused", "filled", "required"]);
|
|
17870
17870
|
var Xf;
|
|
@@ -17881,7 +17881,7 @@ const pk = (e) => {
|
|
|
17881
17881
|
} = e, u = {
|
|
17882
17882
|
root: ["root", i && "disabled", o && "error", r && `size${me(r)}`, n && "contained", s && "focused", a && "filled", l && "required"]
|
|
17883
17883
|
};
|
|
17884
|
-
return
|
|
17884
|
+
return qe(u, dk, t);
|
|
17885
17885
|
}, fk = ue("p", {
|
|
17886
17886
|
name: "MuiFormHelperText",
|
|
17887
17887
|
slot: "Root",
|
|
@@ -17974,7 +17974,7 @@ const pk = (e) => {
|
|
|
17974
17974
|
});
|
|
17975
17975
|
}), Hc = /* @__PURE__ */ A.createContext({});
|
|
17976
17976
|
function mk(e) {
|
|
17977
|
-
return
|
|
17977
|
+
return Ge("MuiList", e);
|
|
17978
17978
|
}
|
|
17979
17979
|
He("MuiList", ["root", "padding", "dense", "subheader"]);
|
|
17980
17980
|
const gk = (e) => {
|
|
@@ -17984,7 +17984,7 @@ const gk = (e) => {
|
|
|
17984
17984
|
dense: r,
|
|
17985
17985
|
subheader: i
|
|
17986
17986
|
} = e;
|
|
17987
|
-
return
|
|
17987
|
+
return qe({
|
|
17988
17988
|
root: ["root", !n && "padding", r && "dense", i && "subheader"]
|
|
17989
17989
|
}, mk, t);
|
|
17990
17990
|
}, bk = ue("ul", {
|
|
@@ -18601,7 +18601,7 @@ const Nk = {
|
|
|
18601
18601
|
});
|
|
18602
18602
|
});
|
|
18603
18603
|
function Lk(e) {
|
|
18604
|
-
return
|
|
18604
|
+
return Ge("MuiBackdrop", e);
|
|
18605
18605
|
}
|
|
18606
18606
|
He("MuiBackdrop", ["root", "invisible"]);
|
|
18607
18607
|
const Ok = (e) => {
|
|
@@ -18609,7 +18609,7 @@ const Ok = (e) => {
|
|
|
18609
18609
|
classes: t,
|
|
18610
18610
|
invisible: n
|
|
18611
18611
|
} = e;
|
|
18612
|
-
return
|
|
18612
|
+
return qe({
|
|
18613
18613
|
root: ["root", n && "invisible"]
|
|
18614
18614
|
}, Lk, t);
|
|
18615
18615
|
}, Fk = ue("div", {
|
|
@@ -18723,10 +18723,10 @@ function Hk(e) {
|
|
|
18723
18723
|
ds.mount(S(), {
|
|
18724
18724
|
disableScrollLock: r
|
|
18725
18725
|
}), p.current && (p.current.scrollTop = 0);
|
|
18726
|
-
}, v =
|
|
18726
|
+
}, v = Ot(() => {
|
|
18727
18727
|
const M = Mk(t) || C().body;
|
|
18728
18728
|
ds.add(S(), M), p.current && k();
|
|
18729
|
-
}), F = () => ds.isTopModal(S()), z =
|
|
18729
|
+
}), F = () => ds.isTopModal(S()), z = Ot((M) => {
|
|
18730
18730
|
f.current = M, M && (u && F() ? k() : p.current && ua(p.current, x));
|
|
18731
18731
|
}), H = A.useCallback(() => {
|
|
18732
18732
|
ds.remove(S(), x);
|
|
@@ -18791,7 +18791,7 @@ function Hk(e) {
|
|
|
18791
18791
|
};
|
|
18792
18792
|
}
|
|
18793
18793
|
function $k(e) {
|
|
18794
|
-
return
|
|
18794
|
+
return Ge("MuiModal", e);
|
|
18795
18795
|
}
|
|
18796
18796
|
He("MuiModal", ["root", "hidden", "backdrop"]);
|
|
18797
18797
|
const Uk = (e) => {
|
|
@@ -18800,7 +18800,7 @@ const Uk = (e) => {
|
|
|
18800
18800
|
exited: n,
|
|
18801
18801
|
classes: r
|
|
18802
18802
|
} = e;
|
|
18803
|
-
return
|
|
18803
|
+
return qe({
|
|
18804
18804
|
root: ["root", !t && n && "hidden"],
|
|
18805
18805
|
backdrop: ["backdrop"]
|
|
18806
18806
|
}, $k, r);
|
|
@@ -18956,7 +18956,7 @@ const Uk = (e) => {
|
|
|
18956
18956
|
});
|
|
18957
18957
|
});
|
|
18958
18958
|
function jk(e) {
|
|
18959
|
-
return
|
|
18959
|
+
return Ge("MuiPopover", e);
|
|
18960
18960
|
}
|
|
18961
18961
|
He("MuiPopover", ["root", "paper"]);
|
|
18962
18962
|
function nh(e, t) {
|
|
@@ -18977,7 +18977,7 @@ const Vk = (e) => {
|
|
|
18977
18977
|
const {
|
|
18978
18978
|
classes: t
|
|
18979
18979
|
} = e;
|
|
18980
|
-
return
|
|
18980
|
+
return qe({
|
|
18981
18981
|
root: ["root"],
|
|
18982
18982
|
paper: ["paper"]
|
|
18983
18983
|
}, jk, t);
|
|
@@ -19204,7 +19204,7 @@ const Vk = (e) => {
|
|
|
19204
19204
|
});
|
|
19205
19205
|
});
|
|
19206
19206
|
function Yk(e) {
|
|
19207
|
-
return
|
|
19207
|
+
return Ge("MuiMenu", e);
|
|
19208
19208
|
}
|
|
19209
19209
|
He("MuiMenu", ["root", "paper", "list"]);
|
|
19210
19210
|
const Kk = {
|
|
@@ -19217,7 +19217,7 @@ const Kk = {
|
|
|
19217
19217
|
const {
|
|
19218
19218
|
classes: t
|
|
19219
19219
|
} = e;
|
|
19220
|
-
return
|
|
19220
|
+
return qe({
|
|
19221
19221
|
root: ["root"],
|
|
19222
19222
|
paper: ["paper"],
|
|
19223
19223
|
list: ["list"]
|
|
@@ -19362,7 +19362,7 @@ const Kk = {
|
|
|
19362
19362
|
});
|
|
19363
19363
|
});
|
|
19364
19364
|
function n4(e) {
|
|
19365
|
-
return
|
|
19365
|
+
return Ge("MuiNativeSelect", e);
|
|
19366
19366
|
}
|
|
19367
19367
|
const Wd = He("MuiNativeSelect", ["root", "select", "multiple", "filled", "outlined", "standard", "disabled", "icon", "iconOpen", "iconFilled", "iconOutlined", "iconStandard", "nativeInput", "error"]), r4 = (e) => {
|
|
19368
19368
|
const {
|
|
@@ -19376,7 +19376,7 @@ const Wd = He("MuiNativeSelect", ["root", "select", "multiple", "filled", "outli
|
|
|
19376
19376
|
select: ["select", n, r && "disabled", i && "multiple", a && "error"],
|
|
19377
19377
|
icon: ["icon", `icon${me(n)}`, o && "iconOpen", r && "disabled"]
|
|
19378
19378
|
};
|
|
19379
|
-
return
|
|
19379
|
+
return qe(s, n4, t);
|
|
19380
19380
|
}, Fg = ue("select", {
|
|
19381
19381
|
name: "MuiNativeSelect"
|
|
19382
19382
|
})(({
|
|
@@ -19531,7 +19531,7 @@ const Wd = He("MuiNativeSelect", ["root", "select", "multiple", "filled", "outli
|
|
|
19531
19531
|
});
|
|
19532
19532
|
});
|
|
19533
19533
|
function Bg(e) {
|
|
19534
|
-
return
|
|
19534
|
+
return Ge("MuiSelect", e);
|
|
19535
19535
|
}
|
|
19536
19536
|
const Wo = He("MuiSelect", ["root", "select", "multiple", "filled", "outlined", "standard", "disabled", "focused", "icon", "iconOpen", "iconFilled", "iconOutlined", "iconStandard", "nativeInput", "error"]);
|
|
19537
19537
|
var oh;
|
|
@@ -19610,7 +19610,7 @@ const d4 = (e) => {
|
|
|
19610
19610
|
icon: ["icon", `icon${me(n)}`, o && "iconOpen", r && "disabled"],
|
|
19611
19611
|
nativeInput: ["nativeInput"]
|
|
19612
19612
|
};
|
|
19613
|
-
return
|
|
19613
|
+
return qe(s, Bg, t);
|
|
19614
19614
|
}, p4 = /* @__PURE__ */ A.forwardRef(function(t, n) {
|
|
19615
19615
|
const {
|
|
19616
19616
|
"aria-describedby": r,
|
|
@@ -19866,7 +19866,7 @@ const d4 = (e) => {
|
|
|
19866
19866
|
}), f4 = (e) => {
|
|
19867
19867
|
const {
|
|
19868
19868
|
classes: t
|
|
19869
|
-
} = e, r =
|
|
19869
|
+
} = e, r = qe({
|
|
19870
19870
|
root: ["root"]
|
|
19871
19871
|
}, Bg, t);
|
|
19872
19872
|
return {
|
|
@@ -19958,7 +19958,7 @@ const d4 = (e) => {
|
|
|
19958
19958
|
}
|
|
19959
19959
|
},
|
|
19960
19960
|
...p,
|
|
19961
|
-
classes: p ?
|
|
19961
|
+
classes: p ? an(Q, p.classes) : Q,
|
|
19962
19962
|
...f ? f.props.inputProps : {}
|
|
19963
19963
|
},
|
|
19964
19964
|
...(E && x || u) && N === "outlined" ? {
|
|
@@ -19976,7 +19976,7 @@ const d4 = (e) => {
|
|
|
19976
19976
|
});
|
|
19977
19977
|
Hg.muiName = "Select";
|
|
19978
19978
|
function b4(e) {
|
|
19979
|
-
return
|
|
19979
|
+
return Ge("MuiTextField", e);
|
|
19980
19980
|
}
|
|
19981
19981
|
He("MuiTextField", ["root"]);
|
|
19982
19982
|
const y4 = {
|
|
@@ -19987,13 +19987,13 @@ const y4 = {
|
|
|
19987
19987
|
const {
|
|
19988
19988
|
classes: t
|
|
19989
19989
|
} = e;
|
|
19990
|
-
return
|
|
19990
|
+
return qe({
|
|
19991
19991
|
root: ["root"]
|
|
19992
19992
|
}, b4, t);
|
|
19993
19993
|
}, C4 = ue(ck, {
|
|
19994
19994
|
name: "MuiTextField",
|
|
19995
19995
|
slot: "Root"
|
|
19996
|
-
})({}),
|
|
19996
|
+
})({}), sn = /* @__PURE__ */ A.forwardRef(function(t, n) {
|
|
19997
19997
|
const r = Qe({
|
|
19998
19998
|
props: t,
|
|
19999
19999
|
name: "MuiTextField"
|
|
@@ -20334,7 +20334,7 @@ function x4({
|
|
|
20334
20334
|
}
|
|
20335
20335
|
),
|
|
20336
20336
|
k.isError && k.error ? /* @__PURE__ */ h(r0, { sx: { p: 2 }, children: /* @__PURE__ */ h(
|
|
20337
|
-
|
|
20337
|
+
Jt,
|
|
20338
20338
|
{
|
|
20339
20339
|
error: k.error,
|
|
20340
20340
|
context: "Query execution error"
|
|
@@ -20359,8 +20359,8 @@ function x4({
|
|
|
20359
20359
|
);
|
|
20360
20360
|
}
|
|
20361
20361
|
function T4(e) {
|
|
20362
|
-
const [t, n] =
|
|
20363
|
-
return
|
|
20362
|
+
const [t, n] = Ve(null), [r, i] = Ve(null), [o, a] = Ve(!0);
|
|
20363
|
+
return Lt(() => {
|
|
20364
20364
|
let s = !0;
|
|
20365
20365
|
return Promise.all([
|
|
20366
20366
|
import("@malloydata/malloy-explorer"),
|
|
@@ -20430,7 +20430,7 @@ function zg({
|
|
|
20430
20430
|
return /* @__PURE__ */ h(mn, { text: "Fetching Model..." });
|
|
20431
20431
|
if (u && !e)
|
|
20432
20432
|
return console.log("error", d), /* @__PURE__ */ h(
|
|
20433
|
-
|
|
20433
|
+
Jt,
|
|
20434
20434
|
{
|
|
20435
20435
|
error: d,
|
|
20436
20436
|
context: `ModelExplorer > ${f}`
|
|
@@ -20467,7 +20467,7 @@ function zg({
|
|
|
20467
20467
|
const x = g.indexOf(E);
|
|
20468
20468
|
x >= 0 && (s(x), i?.(x));
|
|
20469
20469
|
},
|
|
20470
|
-
renderInput: (b) => /* @__PURE__ */ h(
|
|
20470
|
+
renderInput: (b) => /* @__PURE__ */ h(sn, { ...b }),
|
|
20471
20471
|
style: {
|
|
20472
20472
|
width: 350,
|
|
20473
20473
|
marginTop: "3px",
|
|
@@ -20544,11 +20544,11 @@ function AM({
|
|
|
20544
20544
|
runOnDemand: n = !1,
|
|
20545
20545
|
maxResultSize: r = 0
|
|
20546
20546
|
}) {
|
|
20547
|
-
const { modelPath: i } = gt(t), { data: o, isError: a, isLoading: s, error: l } = Ug(t), [u, c] = de.useState(!1), [d, f] = de.useState(), [p, g] = de.useState(0), [y, b] =
|
|
20547
|
+
const { modelPath: i } = gt(t), { data: o, isError: a, isLoading: s, error: l } = Ug(t), [u, c] = de.useState(!1), [d, f] = de.useState(), [p, g] = de.useState(0), [y, b] = Ve("");
|
|
20548
20548
|
if (s)
|
|
20549
20549
|
return /* @__PURE__ */ h(mn, { text: "Fetching Model..." });
|
|
20550
20550
|
if (a)
|
|
20551
|
-
return console.log("error", l), /* @__PURE__ */ h(
|
|
20551
|
+
return console.log("error", l), /* @__PURE__ */ h(Jt, { error: l, context: `Model > ${i}` });
|
|
20552
20552
|
const E = (S) => {
|
|
20553
20553
|
f(S), e && e(S);
|
|
20554
20554
|
}, x = (S) => {
|
|
@@ -20777,7 +20777,7 @@ function A4({
|
|
|
20777
20777
|
!c && !d && /* @__PURE__ */ h(mn, { text: "Fetching Query Results..." }),
|
|
20778
20778
|
c && /* @__PURE__ */ h(ad, { fallback: /* @__PURE__ */ h("div", { children: "Loading..." }), children: /* @__PURE__ */ h(v4, { result: u.data.result }) }),
|
|
20779
20779
|
d && /* @__PURE__ */ h(
|
|
20780
|
-
|
|
20780
|
+
Jt,
|
|
20781
20781
|
{
|
|
20782
20782
|
context: `${o} > ${a} > ${i}`,
|
|
20783
20783
|
error: f
|
|
@@ -20793,7 +20793,7 @@ function I4({
|
|
|
20793
20793
|
index: i,
|
|
20794
20794
|
maxResultSize: o
|
|
20795
20795
|
}) {
|
|
20796
|
-
const [a, s] = de.useState(!1), [l, u] = de.useState(!1), [c, d] = de.useState(!1), [f, p] = de.useState(), [g, y] = de.useState(), [b, E] = de.useState(!1), [x, C] =
|
|
20796
|
+
const [a, s] = de.useState(!1), [l, u] = de.useState(!1), [c, d] = de.useState(!1), [f, p] = de.useState(), [g, y] = de.useState(), [b, E] = de.useState(!1), [x, C] = Ve(""), S = /import\s*\{([^}]+)\}\s*from\s*['"`][^'"`]+['"`]/, k = /import\s*(?:\{[^}]*\}\s*from\s*)?['"`]([^'"`]+)['"`]/, v = !!e.text && (S.test(e.text) || k.test(e.text)), F = () => {
|
|
20797
20797
|
if (!e.newSources || e.newSources.length === 0) return 0;
|
|
20798
20798
|
let B = [], T = "";
|
|
20799
20799
|
if (e.text) {
|
|
@@ -20818,11 +20818,11 @@ function I4({
|
|
|
20818
20818
|
query: e.text,
|
|
20819
20819
|
resourceUri: r
|
|
20820
20820
|
});
|
|
20821
|
-
|
|
20821
|
+
Lt(() => {
|
|
20822
20822
|
e.type === "code" && nl(e.text, "malloy").then((B) => {
|
|
20823
20823
|
p(B);
|
|
20824
20824
|
});
|
|
20825
|
-
}, [e]),
|
|
20825
|
+
}, [e]), Lt(() => {
|
|
20826
20826
|
nl(H, "typescript").then((B) => {
|
|
20827
20827
|
y(B);
|
|
20828
20828
|
});
|
|
@@ -21248,18 +21248,74 @@ function w4({
|
|
|
21248
21248
|
a,
|
|
21249
21249
|
o
|
|
21250
21250
|
)).data
|
|
21251
|
-
})
|
|
21252
|
-
|
|
21253
|
-
|
|
21254
|
-
|
|
21251
|
+
}), [d, f] = Ve(
|
|
21252
|
+
[]
|
|
21253
|
+
), [p, g] = Ve(!1), [y, b] = Ve(null);
|
|
21254
|
+
return Lt(() => {
|
|
21255
|
+
if (!l || !s.notebookCells) return;
|
|
21256
|
+
(async () => {
|
|
21257
|
+
g(!0), b(null);
|
|
21258
|
+
const x = [];
|
|
21259
|
+
try {
|
|
21260
|
+
for (let C = 0; C < s.notebookCells.length; C++) {
|
|
21261
|
+
const S = s.notebookCells[C];
|
|
21262
|
+
if (S.type === "markdown") {
|
|
21263
|
+
x.push({
|
|
21264
|
+
type: S.type,
|
|
21265
|
+
text: S.text
|
|
21266
|
+
});
|
|
21267
|
+
continue;
|
|
21268
|
+
}
|
|
21269
|
+
try {
|
|
21270
|
+
const k = await fetch(
|
|
21271
|
+
`/api/v0/projects/${r}/packages/${i}/notebooks/${a}/cells/${C}${o ? `?versionId=${o}` : ""}`,
|
|
21272
|
+
{
|
|
21273
|
+
method: "GET",
|
|
21274
|
+
credentials: "include"
|
|
21275
|
+
}
|
|
21276
|
+
);
|
|
21277
|
+
if (!k.ok)
|
|
21278
|
+
throw new Error(
|
|
21279
|
+
`Failed to execute cell ${C}: ${k.statusText}`
|
|
21280
|
+
);
|
|
21281
|
+
const v = await k.json();
|
|
21282
|
+
x.push({
|
|
21283
|
+
type: S.type,
|
|
21284
|
+
text: S.text,
|
|
21285
|
+
queryName: v.queryName,
|
|
21286
|
+
result: v.result,
|
|
21287
|
+
newSources: v.newSources
|
|
21288
|
+
});
|
|
21289
|
+
} catch (k) {
|
|
21290
|
+
console.error(`Error executing cell ${C}:`, k), x.push({
|
|
21291
|
+
type: S.type,
|
|
21292
|
+
text: S.text
|
|
21293
|
+
});
|
|
21294
|
+
}
|
|
21295
|
+
}
|
|
21296
|
+
f(x);
|
|
21297
|
+
} catch (C) {
|
|
21298
|
+
console.error("Error executing notebook cells:", C), b(C);
|
|
21299
|
+
} finally {
|
|
21300
|
+
g(!1);
|
|
21301
|
+
}
|
|
21302
|
+
})();
|
|
21303
|
+
}, [l, s, r, i, a, o]), /* @__PURE__ */ h(K3, { children: /* @__PURE__ */ h(Q3, { children: /* @__PURE__ */ L(Nt, { spacing: 3, component: "section", children: [
|
|
21304
|
+
(!l || p) && !u && /* @__PURE__ */ h(
|
|
21305
|
+
mn,
|
|
21306
|
+
{
|
|
21307
|
+
text: p ? "Executing Notebook..." : "Fetching Notebook..."
|
|
21308
|
+
}
|
|
21309
|
+
),
|
|
21310
|
+
l && !p && d.map((E, x) => /* @__PURE__ */ h(
|
|
21255
21311
|
I4,
|
|
21256
21312
|
{
|
|
21257
|
-
cell:
|
|
21258
|
-
index:
|
|
21313
|
+
cell: E,
|
|
21314
|
+
index: x,
|
|
21259
21315
|
resourceUri: e,
|
|
21260
21316
|
maxResultSize: t
|
|
21261
21317
|
},
|
|
21262
|
-
|
|
21318
|
+
x
|
|
21263
21319
|
)),
|
|
21264
21320
|
u && c.status === 404 && /* @__PURE__ */ L(Ee, { variant: "body2", sx: { color: "#666666" }, children: [
|
|
21265
21321
|
/* @__PURE__ */ h("code", { children: `${r} > ${i} > ${a}` }),
|
|
@@ -21267,11 +21323,22 @@ function w4({
|
|
|
21267
21323
|
"not found."
|
|
21268
21324
|
] }),
|
|
21269
21325
|
u && c.status !== 404 && /* @__PURE__ */ h(
|
|
21270
|
-
|
|
21326
|
+
Jt,
|
|
21271
21327
|
{
|
|
21272
21328
|
error: c,
|
|
21273
21329
|
context: `${r} > ${i} > ${a}`
|
|
21274
21330
|
}
|
|
21331
|
+
),
|
|
21332
|
+
y && /* @__PURE__ */ h(
|
|
21333
|
+
Jt,
|
|
21334
|
+
{
|
|
21335
|
+
error: {
|
|
21336
|
+
message: y.message,
|
|
21337
|
+
status: 500,
|
|
21338
|
+
name: "ExecutionError"
|
|
21339
|
+
},
|
|
21340
|
+
context: "Notebook Execution"
|
|
21341
|
+
}
|
|
21275
21342
|
)
|
|
21276
21343
|
] }) }) });
|
|
21277
21344
|
}
|
|
@@ -22088,7 +22155,7 @@ function Zg(e, t) {
|
|
|
22088
22155
|
function Zn(e) {
|
|
22089
22156
|
return e.replace(/[\t\n\r ]+/g, " ").replace(/^ | $/g, "").toLowerCase().toUpperCase();
|
|
22090
22157
|
}
|
|
22091
|
-
const fn = ii(/[A-Za-z]/),
|
|
22158
|
+
const fn = ii(/[A-Za-z]/), on = ii(/[\dA-Za-z]/), c5 = ii(/[#-'*+\--9=?A-Z^-~]/);
|
|
22092
22159
|
function cl(e) {
|
|
22093
22160
|
return (
|
|
22094
22161
|
// Special whitespace codes (which have negative values), C0 and Control
|
|
@@ -22119,7 +22186,7 @@ function Io(e) {
|
|
|
22119
22186
|
for (; ++n < e.length; ) {
|
|
22120
22187
|
const o = e.charCodeAt(n);
|
|
22121
22188
|
let a = "";
|
|
22122
|
-
if (o === 37 &&
|
|
22189
|
+
if (o === 37 && on(e.charCodeAt(n + 1)) && on(e.charCodeAt(n + 2)))
|
|
22123
22190
|
i = 2;
|
|
22124
22191
|
else if (o < 128)
|
|
22125
22192
|
/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(o)) || (a = String.fromCharCode(o));
|
|
@@ -22401,10 +22468,10 @@ function x5(e, t, n) {
|
|
|
22401
22468
|
return fn(p) ? (e.consume(p), a) : p === 64 ? n(p) : u(p);
|
|
22402
22469
|
}
|
|
22403
22470
|
function a(p) {
|
|
22404
|
-
return p === 43 || p === 45 || p === 46 ||
|
|
22471
|
+
return p === 43 || p === 45 || p === 46 || on(p) ? (r = 1, s(p)) : u(p);
|
|
22405
22472
|
}
|
|
22406
22473
|
function s(p) {
|
|
22407
|
-
return p === 58 ? (e.consume(p), r = 0, l) : (p === 43 || p === 45 || p === 46 ||
|
|
22474
|
+
return p === 58 ? (e.consume(p), r = 0, l) : (p === 43 || p === 45 || p === 46 || on(p)) && r++ < 32 ? (e.consume(p), s) : (r = 0, u(p));
|
|
22408
22475
|
}
|
|
22409
22476
|
function l(p) {
|
|
22410
22477
|
return p === 62 ? (e.exit("autolinkProtocol"), e.enter("autolinkMarker"), e.consume(p), e.exit("autolinkMarker"), e.exit("autolink"), t) : p === null || p === 32 || p === 60 || cl(p) ? n(p) : (e.consume(p), l);
|
|
@@ -22413,13 +22480,13 @@ function x5(e, t, n) {
|
|
|
22413
22480
|
return p === 64 ? (e.consume(p), c) : c5(p) ? (e.consume(p), u) : n(p);
|
|
22414
22481
|
}
|
|
22415
22482
|
function c(p) {
|
|
22416
|
-
return
|
|
22483
|
+
return on(p) ? d(p) : n(p);
|
|
22417
22484
|
}
|
|
22418
22485
|
function d(p) {
|
|
22419
22486
|
return p === 46 ? (e.consume(p), r = 0, c) : p === 62 ? (e.exit("autolinkProtocol").type = "autolinkEmail", e.enter("autolinkMarker"), e.consume(p), e.exit("autolinkMarker"), e.exit("autolink"), t) : f(p);
|
|
22420
22487
|
}
|
|
22421
22488
|
function f(p) {
|
|
22422
|
-
if ((p === 45 ||
|
|
22489
|
+
if ((p === 45 || on(p)) && r++ < 63) {
|
|
22423
22490
|
const g = p === 45 ? f : d;
|
|
22424
22491
|
return e.consume(p), g;
|
|
22425
22492
|
}
|
|
@@ -22501,7 +22568,7 @@ function I5(e, t, n) {
|
|
|
22501
22568
|
return e.enter("characterReference"), e.enter("characterReferenceMarker"), e.consume(d), e.exit("characterReferenceMarker"), l;
|
|
22502
22569
|
}
|
|
22503
22570
|
function l(d) {
|
|
22504
|
-
return d === 35 ? (e.enter("characterReferenceMarkerNumeric"), e.consume(d), e.exit("characterReferenceMarkerNumeric"), u) : (e.enter("characterReferenceValue"), o = 31, a =
|
|
22571
|
+
return d === 35 ? (e.enter("characterReferenceMarkerNumeric"), e.consume(d), e.exit("characterReferenceMarkerNumeric"), u) : (e.enter("characterReferenceValue"), o = 31, a = on, c(d));
|
|
22505
22572
|
}
|
|
22506
22573
|
function u(d) {
|
|
22507
22574
|
return d === 88 || d === 120 ? (e.enter("characterReferenceMarkerHexadecimal"), e.consume(d), e.exit("characterReferenceMarkerHexadecimal"), e.enter("characterReferenceValue"), o = 6, a = d5, c) : (e.enter("characterReferenceValue"), o = 7, a = Wc, c(d));
|
|
@@ -22509,7 +22576,7 @@ function I5(e, t, n) {
|
|
|
22509
22576
|
function c(d) {
|
|
22510
22577
|
if (d === 59 && i) {
|
|
22511
22578
|
const f = e.exit("characterReferenceValue");
|
|
22512
|
-
return a ===
|
|
22579
|
+
return a === on && !Kd(r.sliceSerialize(f)) ? n(d) : (e.enter("characterReferenceMarker"), e.consume(d), e.exit("characterReferenceMarker"), e.exit("characterReference"), t);
|
|
22513
22580
|
}
|
|
22514
22581
|
return a(d) && i++ < o ? (e.consume(d), c) : n(d);
|
|
22515
22582
|
}
|
|
@@ -23261,7 +23328,7 @@ function iA(e, t, n) {
|
|
|
23261
23328
|
const xe = _ === 47, ae = a.toLowerCase();
|
|
23262
23329
|
return !xe && !o && Th.includes(ae) ? (i = 1, r.interrupt ? t(_) : T(_)) : J5.includes(a.toLowerCase()) ? (i = 6, xe ? (e.consume(_), E) : r.interrupt ? t(_) : T(_)) : (i = 7, r.interrupt && !r.parser.lazy[r.now().line] ? n(_) : o ? x(_) : C(_));
|
|
23263
23330
|
}
|
|
23264
|
-
return _ === 45 ||
|
|
23331
|
+
return _ === 45 || on(_) ? (e.consume(_), a += String.fromCharCode(_), b) : n(_);
|
|
23265
23332
|
}
|
|
23266
23333
|
function E(_) {
|
|
23267
23334
|
return _ === 62 ? (e.consume(_), r.interrupt ? t : T) : n(_);
|
|
@@ -23273,7 +23340,7 @@ function iA(e, t, n) {
|
|
|
23273
23340
|
return _ === 47 ? (e.consume(_), w) : _ === 58 || _ === 95 || fn(_) ? (e.consume(_), S) : Je(_) ? (e.consume(_), C) : w(_);
|
|
23274
23341
|
}
|
|
23275
23342
|
function S(_) {
|
|
23276
|
-
return _ === 45 || _ === 46 || _ === 58 || _ === 95 ||
|
|
23343
|
+
return _ === 45 || _ === 46 || _ === 58 || _ === 95 || on(_) ? (e.consume(_), S) : k(_);
|
|
23277
23344
|
}
|
|
23278
23345
|
function k(_) {
|
|
23279
23346
|
return _ === 61 ? (e.consume(_), v) : Je(_) ? (e.consume(_), k) : C(_);
|
|
@@ -23405,19 +23472,19 @@ function lA(e, t, n) {
|
|
|
23405
23472
|
return fn(D) ? (e.consume(D), v) : n(D);
|
|
23406
23473
|
}
|
|
23407
23474
|
function v(D) {
|
|
23408
|
-
return D === 45 ||
|
|
23475
|
+
return D === 45 || on(D) ? (e.consume(D), v) : F(D);
|
|
23409
23476
|
}
|
|
23410
23477
|
function F(D) {
|
|
23411
23478
|
return Le(D) ? (a = F, Q(D)) : Je(D) ? (e.consume(D), F) : $(D);
|
|
23412
23479
|
}
|
|
23413
23480
|
function z(D) {
|
|
23414
|
-
return D === 45 ||
|
|
23481
|
+
return D === 45 || on(D) ? (e.consume(D), z) : D === 47 || D === 62 || ft(D) ? H(D) : n(D);
|
|
23415
23482
|
}
|
|
23416
23483
|
function H(D) {
|
|
23417
23484
|
return D === 47 ? (e.consume(D), $) : D === 58 || D === 95 || fn(D) ? (e.consume(D), w) : Le(D) ? (a = H, Q(D)) : Je(D) ? (e.consume(D), H) : $(D);
|
|
23418
23485
|
}
|
|
23419
23486
|
function w(D) {
|
|
23420
|
-
return D === 45 || D === 46 || D === 58 || D === 95 ||
|
|
23487
|
+
return D === 45 || D === 46 || D === 58 || D === 95 || on(D) ? (e.consume(D), w) : B(D);
|
|
23421
23488
|
}
|
|
23422
23489
|
function B(D) {
|
|
23423
23490
|
return D === 61 ? (e.consume(D), T) : Le(D) ? (a = B, Q(D)) : Je(D) ? (e.consume(D), B) : H(D);
|
|
@@ -28227,7 +28294,7 @@ function o_(e, t, n) {
|
|
|
28227
28294
|
return Yc(d) ? (e.consume(d), s) : d === 64 ? (e.consume(d), l) : n(d);
|
|
28228
28295
|
}
|
|
28229
28296
|
function l(d) {
|
|
28230
|
-
return d === 46 ? e.check(r_, c, u)(d) : d === 45 || d === 95 ||
|
|
28297
|
+
return d === 46 ? e.check(r_, c, u)(d) : d === 45 || d === 95 || on(d) ? (o = !0, e.consume(d), l) : c(d);
|
|
28231
28298
|
}
|
|
28232
28299
|
function u(d) {
|
|
28233
28300
|
return e.consume(d), i = !0, l;
|
|
@@ -28331,7 +28398,7 @@ function p_(e, t, n) {
|
|
|
28331
28398
|
return e.consume(o), i;
|
|
28332
28399
|
}
|
|
28333
28400
|
function i(o) {
|
|
28334
|
-
return
|
|
28401
|
+
return on(o) ? n(o) : t(o);
|
|
28335
28402
|
}
|
|
28336
28403
|
}
|
|
28337
28404
|
function B1(e) {
|
|
@@ -28344,7 +28411,7 @@ function $1(e) {
|
|
|
28344
28411
|
return !(e === 47 || Yc(e));
|
|
28345
28412
|
}
|
|
28346
28413
|
function Yc(e) {
|
|
28347
|
-
return e === 43 || e === 45 || e === 46 || e === 95 ||
|
|
28414
|
+
return e === 43 || e === 45 || e === 46 || e === 95 || on(e);
|
|
28348
28415
|
}
|
|
28349
28416
|
function ip(e) {
|
|
28350
28417
|
let t = e.length, n = !1;
|
|
@@ -30622,10 +30689,10 @@ class E8 {
|
|
|
30622
30689
|
this.isEol = !1;
|
|
30623
30690
|
}
|
|
30624
30691
|
}
|
|
30625
|
-
var
|
|
30692
|
+
var Ke;
|
|
30626
30693
|
(function(e) {
|
|
30627
30694
|
e[e.CHARACTER = 0] = "CHARACTER", e[e.NULL_CHARACTER = 1] = "NULL_CHARACTER", e[e.WHITESPACE_CHARACTER = 2] = "WHITESPACE_CHARACTER", e[e.START_TAG = 3] = "START_TAG", e[e.END_TAG = 4] = "END_TAG", e[e.COMMENT = 5] = "COMMENT", e[e.DOCTYPE = 6] = "DOCTYPE", e[e.EOF = 7] = "EOF", e[e.HIBERNATION = 8] = "HIBERNATION";
|
|
30628
|
-
})(
|
|
30695
|
+
})(Ke || (Ke = {}));
|
|
30629
30696
|
function rb(e, t) {
|
|
30630
30697
|
for (let n = e.attrs.length - 1; n >= 0; n--)
|
|
30631
30698
|
if (e.attrs[n].name === t)
|
|
@@ -31263,7 +31330,7 @@ class L8 {
|
|
|
31263
31330
|
//Token creation
|
|
31264
31331
|
_createStartTagToken() {
|
|
31265
31332
|
this.currentToken = {
|
|
31266
|
-
type:
|
|
31333
|
+
type: Ke.START_TAG,
|
|
31267
31334
|
tagName: "",
|
|
31268
31335
|
tagID: m.UNKNOWN,
|
|
31269
31336
|
selfClosing: !1,
|
|
@@ -31274,7 +31341,7 @@ class L8 {
|
|
|
31274
31341
|
}
|
|
31275
31342
|
_createEndTagToken() {
|
|
31276
31343
|
this.currentToken = {
|
|
31277
|
-
type:
|
|
31344
|
+
type: Ke.END_TAG,
|
|
31278
31345
|
tagName: "",
|
|
31279
31346
|
tagID: m.UNKNOWN,
|
|
31280
31347
|
selfClosing: !1,
|
|
@@ -31285,14 +31352,14 @@ class L8 {
|
|
|
31285
31352
|
}
|
|
31286
31353
|
_createCommentToken(t) {
|
|
31287
31354
|
this.currentToken = {
|
|
31288
|
-
type:
|
|
31355
|
+
type: Ke.COMMENT,
|
|
31289
31356
|
data: "",
|
|
31290
31357
|
location: this.getCurrentLocation(t)
|
|
31291
31358
|
};
|
|
31292
31359
|
}
|
|
31293
31360
|
_createDoctypeToken(t) {
|
|
31294
31361
|
this.currentToken = {
|
|
31295
|
-
type:
|
|
31362
|
+
type: Ke.DOCTYPE,
|
|
31296
31363
|
name: t,
|
|
31297
31364
|
forceQuirks: !1,
|
|
31298
31365
|
publicId: null,
|
|
@@ -31334,7 +31401,7 @@ class L8 {
|
|
|
31334
31401
|
}
|
|
31335
31402
|
emitCurrentTagToken() {
|
|
31336
31403
|
const t = this.currentToken;
|
|
31337
|
-
this.prepareToken(t), t.tagID = _o(t.tagName), t.type ===
|
|
31404
|
+
this.prepareToken(t), t.tagID = _o(t.tagName), t.type === Ke.START_TAG ? (this.lastStartTagName = t.tagName, this.handler.onStartTag(t)) : (t.attrs.length > 0 && this._err(K.endTagWithAttributes), t.selfClosing && this._err(K.endTagWithTrailingSolidus), this.handler.onEndTag(t)), this.preprocessor.dropParsedChunk();
|
|
31338
31405
|
}
|
|
31339
31406
|
emitCurrentComment(t) {
|
|
31340
31407
|
this.prepareToken(t), this.handler.onComment(t), this.preprocessor.dropParsedChunk();
|
|
@@ -31345,15 +31412,15 @@ class L8 {
|
|
|
31345
31412
|
_emitCurrentCharacterToken(t) {
|
|
31346
31413
|
if (this.currentCharacterToken) {
|
|
31347
31414
|
switch (t && this.currentCharacterToken.location && (this.currentCharacterToken.location.endLine = t.startLine, this.currentCharacterToken.location.endCol = t.startCol, this.currentCharacterToken.location.endOffset = t.startOffset), this.currentCharacterToken.type) {
|
|
31348
|
-
case
|
|
31415
|
+
case Ke.CHARACTER: {
|
|
31349
31416
|
this.handler.onCharacter(this.currentCharacterToken);
|
|
31350
31417
|
break;
|
|
31351
31418
|
}
|
|
31352
|
-
case
|
|
31419
|
+
case Ke.NULL_CHARACTER: {
|
|
31353
31420
|
this.handler.onNullCharacter(this.currentCharacterToken);
|
|
31354
31421
|
break;
|
|
31355
31422
|
}
|
|
31356
|
-
case
|
|
31423
|
+
case Ke.WHITESPACE_CHARACTER: {
|
|
31357
31424
|
this.handler.onWhitespaceCharacter(this.currentCharacterToken);
|
|
31358
31425
|
break;
|
|
31359
31426
|
}
|
|
@@ -31363,7 +31430,7 @@ class L8 {
|
|
|
31363
31430
|
}
|
|
31364
31431
|
_emitEOFToken() {
|
|
31365
31432
|
const t = this.getCurrentLocation(0);
|
|
31366
|
-
t && (t.endLine = t.startLine, t.endCol = t.startCol, t.endOffset = t.startOffset), this._emitCurrentCharacterToken(t), this.handler.onEof({ type:
|
|
31433
|
+
t && (t.endLine = t.startLine, t.endCol = t.startCol, t.endOffset = t.startOffset), this._emitCurrentCharacterToken(t), this.handler.onEof({ type: Ke.EOF, location: t }), this.active = !1;
|
|
31367
31434
|
}
|
|
31368
31435
|
//Characters emission
|
|
31369
31436
|
//OPTIMIZATION: The specification uses only one type of character token (one token per character).
|
|
@@ -31384,13 +31451,13 @@ class L8 {
|
|
|
31384
31451
|
this._createCharacterToken(t, n);
|
|
31385
31452
|
}
|
|
31386
31453
|
_emitCodePoint(t) {
|
|
31387
|
-
const n = ib(t) ?
|
|
31454
|
+
const n = ib(t) ? Ke.WHITESPACE_CHARACTER : t === I.NULL ? Ke.NULL_CHARACTER : Ke.CHARACTER;
|
|
31388
31455
|
this._appendCharToCurrentCharacterToken(n, String.fromCodePoint(t));
|
|
31389
31456
|
}
|
|
31390
31457
|
//NOTE: used when we emit characters explicitly.
|
|
31391
31458
|
//This is always for non-whitespace and non-null characters, which allows us to avoid additional checks.
|
|
31392
31459
|
_emitChars(t) {
|
|
31393
|
-
this._appendCharToCurrentCharacterToken(
|
|
31460
|
+
this._appendCharToCurrentCharacterToken(Ke.CHARACTER, t);
|
|
31394
31461
|
}
|
|
31395
31462
|
// Character reference helpers
|
|
31396
31463
|
_startCharacterReference() {
|
|
@@ -34052,7 +34119,7 @@ class lm {
|
|
|
34052
34119
|
const r = n.location, i = this.treeAdapter.getTagName(t), o = (
|
|
34053
34120
|
// NOTE: For cases like <p> <p> </p> - First 'p' closes without a closing
|
|
34054
34121
|
// tag and for cases like <td> <p> </td> - 'p' closes without a closing tag.
|
|
34055
|
-
n.type ===
|
|
34122
|
+
n.type === Ke.END_TAG && i === n.tagName ? {
|
|
34056
34123
|
endTag: { ...r },
|
|
34057
34124
|
endLine: r.endLine,
|
|
34058
34125
|
endCol: r.endCol,
|
|
@@ -34081,35 +34148,35 @@ class lm {
|
|
|
34081
34148
|
/** @protected */
|
|
34082
34149
|
_processToken(t) {
|
|
34083
34150
|
switch (t.type) {
|
|
34084
|
-
case
|
|
34151
|
+
case Ke.CHARACTER: {
|
|
34085
34152
|
this.onCharacter(t);
|
|
34086
34153
|
break;
|
|
34087
34154
|
}
|
|
34088
|
-
case
|
|
34155
|
+
case Ke.NULL_CHARACTER: {
|
|
34089
34156
|
this.onNullCharacter(t);
|
|
34090
34157
|
break;
|
|
34091
34158
|
}
|
|
34092
|
-
case
|
|
34159
|
+
case Ke.COMMENT: {
|
|
34093
34160
|
this.onComment(t);
|
|
34094
34161
|
break;
|
|
34095
34162
|
}
|
|
34096
|
-
case
|
|
34163
|
+
case Ke.DOCTYPE: {
|
|
34097
34164
|
this.onDoctype(t);
|
|
34098
34165
|
break;
|
|
34099
34166
|
}
|
|
34100
|
-
case
|
|
34167
|
+
case Ke.START_TAG: {
|
|
34101
34168
|
this._processStartTag(t);
|
|
34102
34169
|
break;
|
|
34103
34170
|
}
|
|
34104
|
-
case
|
|
34171
|
+
case Ke.END_TAG: {
|
|
34105
34172
|
this.onEndTag(t);
|
|
34106
34173
|
break;
|
|
34107
34174
|
}
|
|
34108
|
-
case
|
|
34175
|
+
case Ke.EOF: {
|
|
34109
34176
|
this.onEof(t);
|
|
34110
34177
|
break;
|
|
34111
34178
|
}
|
|
34112
|
-
case
|
|
34179
|
+
case Ke.WHITESPACE_CHARACTER: {
|
|
34113
34180
|
this.onWhitespaceCharacter(t);
|
|
34114
34181
|
break;
|
|
34115
34182
|
}
|
|
@@ -34984,7 +35051,7 @@ function AR(e, t) {
|
|
|
34984
35051
|
}
|
|
34985
35052
|
}
|
|
34986
35053
|
function ya(e, t) {
|
|
34987
|
-
const n = t.type ===
|
|
35054
|
+
const n = t.type === Ke.EOF ? K.openElementsLeftAfterEof : K.disallowedContentInNoscriptInHead;
|
|
34988
35055
|
e._err(t, n), e.openElements.pop(), e.insertionMode = O.IN_HEAD, e._processToken(t);
|
|
34989
35056
|
}
|
|
34990
35057
|
function IR(e, t) {
|
|
@@ -35043,27 +35110,27 @@ function Ea(e, t) {
|
|
|
35043
35110
|
}
|
|
35044
35111
|
function Jl(e, t) {
|
|
35045
35112
|
switch (t.type) {
|
|
35046
|
-
case
|
|
35113
|
+
case Ke.CHARACTER: {
|
|
35047
35114
|
fb(e, t);
|
|
35048
35115
|
break;
|
|
35049
35116
|
}
|
|
35050
|
-
case
|
|
35117
|
+
case Ke.WHITESPACE_CHARACTER: {
|
|
35051
35118
|
pb(e, t);
|
|
35052
35119
|
break;
|
|
35053
35120
|
}
|
|
35054
|
-
case
|
|
35121
|
+
case Ke.COMMENT: {
|
|
35055
35122
|
ed(e, t);
|
|
35056
35123
|
break;
|
|
35057
35124
|
}
|
|
35058
|
-
case
|
|
35125
|
+
case Ke.START_TAG: {
|
|
35059
35126
|
cn(e, t);
|
|
35060
35127
|
break;
|
|
35061
35128
|
}
|
|
35062
|
-
case
|
|
35129
|
+
case Ke.END_TAG: {
|
|
35063
35130
|
eu(e, t);
|
|
35064
35131
|
break;
|
|
35065
35132
|
}
|
|
35066
|
-
case
|
|
35133
|
+
case Ke.EOF: {
|
|
35067
35134
|
bb(e, t);
|
|
35068
35135
|
break;
|
|
35069
35136
|
}
|
|
@@ -35560,11 +35627,11 @@ function hP(e, t) {
|
|
|
35560
35627
|
function Qu(e, t) {
|
|
35561
35628
|
if (e.openElements.currentTagId !== void 0 && db.has(e.openElements.currentTagId))
|
|
35562
35629
|
switch (e.pendingCharacterTokens.length = 0, e.hasNonWhitespacePendingCharacterToken = !1, e.originalInsertionMode = e.insertionMode, e.insertionMode = O.IN_TABLE_TEXT, t.type) {
|
|
35563
|
-
case
|
|
35630
|
+
case Ke.CHARACTER: {
|
|
35564
35631
|
Eb(e, t);
|
|
35565
35632
|
break;
|
|
35566
35633
|
}
|
|
35567
|
-
case
|
|
35634
|
+
case Ke.WHITESPACE_CHARACTER: {
|
|
35568
35635
|
yb(e, t);
|
|
35569
35636
|
break;
|
|
35570
35637
|
}
|
|
@@ -36153,7 +36220,7 @@ function qP(e, t) {
|
|
|
36153
36220
|
function GP(e, t) {
|
|
36154
36221
|
t.parser.tokenizer.state > 4 && (t.parser.tokenizer.state = 0);
|
|
36155
36222
|
const n = {
|
|
36156
|
-
type:
|
|
36223
|
+
type: Ke.CHARACTER,
|
|
36157
36224
|
chars: e.value,
|
|
36158
36225
|
location: Za(e)
|
|
36159
36226
|
};
|
|
@@ -36161,7 +36228,7 @@ function GP(e, t) {
|
|
|
36161
36228
|
}
|
|
36162
36229
|
function YP(e, t) {
|
|
36163
36230
|
const n = {
|
|
36164
|
-
type:
|
|
36231
|
+
type: Ke.DOCTYPE,
|
|
36165
36232
|
name: "html",
|
|
36166
36233
|
forceQuirks: !1,
|
|
36167
36234
|
publicId: "",
|
|
@@ -36184,7 +36251,7 @@ function KP(e, t) {
|
|
|
36184
36251
|
}
|
|
36185
36252
|
function Db(e, t) {
|
|
36186
36253
|
const n = e.value, r = {
|
|
36187
|
-
type:
|
|
36254
|
+
type: Ke.COMMENT,
|
|
36188
36255
|
data: n,
|
|
36189
36256
|
location: Za(e)
|
|
36190
36257
|
};
|
|
@@ -36243,7 +36310,7 @@ function ZP(e, t) {
|
|
|
36243
36310
|
{ ...e, children: [] },
|
|
36244
36311
|
{ space: i === gi.svg ? "svg" : "html" }
|
|
36245
36312
|
), a = {
|
|
36246
|
-
type:
|
|
36313
|
+
type: Ke.START_TAG,
|
|
36247
36314
|
tagName: n,
|
|
36248
36315
|
tagID: _o(n),
|
|
36249
36316
|
// We always send start and end tags.
|
|
@@ -36261,7 +36328,7 @@ function JP(e, t) {
|
|
|
36261
36328
|
if (!t.parser.tokenizer.inForeignNode && $0.includes(n) || t.parser.tokenizer.state === Dt.PLAINTEXT) return;
|
|
36262
36329
|
Ro(t, Gl(e));
|
|
36263
36330
|
const r = {
|
|
36264
|
-
type:
|
|
36331
|
+
type: Ke.END_TAG,
|
|
36265
36332
|
tagName: n,
|
|
36266
36333
|
tagID: _o(n),
|
|
36267
36334
|
selfClosing: !1,
|
|
@@ -36418,7 +36485,7 @@ function uN(e) {
|
|
|
36418
36485
|
}, 2e3);
|
|
36419
36486
|
}));
|
|
36420
36487
|
};
|
|
36421
|
-
|
|
36488
|
+
Lt(() => {
|
|
36422
36489
|
var n, r;
|
|
36423
36490
|
return (n = e.current) == null || n.removeEventListener("click", t, !1), (r = e.current) == null || r.addEventListener("click", t, !1), () => {
|
|
36424
36491
|
var i;
|
|
@@ -36441,7 +36508,7 @@ const pN = /* @__PURE__ */ de.forwardRef((e, t) => {
|
|
|
36441
36508
|
wrapperElement: d = {},
|
|
36442
36509
|
warpperElement: f = {},
|
|
36443
36510
|
urlTransform: p
|
|
36444
|
-
} = e, g =
|
|
36511
|
+
} = e, g = rn(e, cN), y = de.useRef(null);
|
|
36445
36512
|
Zm(t, () => ce({}, e, {
|
|
36446
36513
|
mdp: y
|
|
36447
36514
|
}), [y, e]);
|
|
@@ -37138,8 +37205,8 @@ function AN(e) {
|
|
|
37138
37205
|
if (Ue(), Fe() && !o)
|
|
37139
37206
|
return q;
|
|
37140
37207
|
if (!re("]")) {
|
|
37141
|
-
var
|
|
37142
|
-
if (te(
|
|
37208
|
+
var Mt = ye();
|
|
37209
|
+
if (te(Mt, "Expected end of attribute selector."), q.caseSensitivityModifier = Mt, te(N, "Attribute case sensitivity modifiers are not enabled."), te(T || B[q.caseSensitivityModifier], "Unknown attribute case sensitivity modifier."), Ue(), Fe() && !o)
|
|
37143
37210
|
return q;
|
|
37144
37211
|
}
|
|
37145
37212
|
Pe("]");
|
|
@@ -37197,8 +37264,8 @@ function AN(e) {
|
|
|
37197
37264
|
a: Kt,
|
|
37198
37265
|
b: Ut
|
|
37199
37266
|
}, he.ofSelector && (Ue(), re("o") || re("\\"))) {
|
|
37200
|
-
var
|
|
37201
|
-
te(
|
|
37267
|
+
var Mt = ye();
|
|
37268
|
+
te(Mt === "of", "Formula of selector parse error."), Ue(), De = {
|
|
37202
37269
|
type: "FormulaOfSelector",
|
|
37203
37270
|
a: Kt,
|
|
37204
37271
|
b: Ut,
|
|
@@ -37288,14 +37355,14 @@ function AN(e) {
|
|
|
37288
37355
|
} else if (re("["))
|
|
37289
37356
|
te(H, "Attributes are not enabled."), De.items.push(fe());
|
|
37290
37357
|
else if (re(":")) {
|
|
37291
|
-
var
|
|
37292
|
-
j(), re(":") && (te(U, "Pseudo elements are not enabled."), te(ee, "Pseudo elements double colon notation is not enabled."),
|
|
37358
|
+
var Mt = !1, On = !1;
|
|
37359
|
+
j(), re(":") && (te(U, "Pseudo elements are not enabled."), te(ee, "Pseudo elements double colon notation is not enabled."), Mt = !0, j());
|
|
37293
37360
|
var bt = ye();
|
|
37294
|
-
if (te(
|
|
37295
|
-
var
|
|
37296
|
-
|
|
37361
|
+
if (te(Mt || bt, "Expected pseudo-class name."), te(!Mt || bt, "Expected pseudo-element name."), te(bt, "Expected pseudo-class name."), !(!Mt || _ || Object.prototype.hasOwnProperty.call(ie, bt))) {
|
|
37362
|
+
var en = bm.pseudoElements[bt], yr = 'Unknown pseudo-element "'.concat(bt, '"');
|
|
37363
|
+
en && en.length > 0 && (yr += ". It is defined in: ".concat(en.join(", "))), ve(yr + ".");
|
|
37297
37364
|
}
|
|
37298
|
-
if (On = U && (
|
|
37365
|
+
if (On = U && (Mt || !Mt && D && Object.prototype.hasOwnProperty.call(ie, bt)), On) {
|
|
37299
37366
|
var Fn = (oe = ie[bt]) !== null && oe !== void 0 ? oe : _ && fm, oi = {
|
|
37300
37367
|
type: "PseudoElement",
|
|
37301
37368
|
name: bt
|
|
@@ -37305,8 +37372,8 @@ function AN(e) {
|
|
|
37305
37372
|
te(M, "Pseudo-classes are not enabled.");
|
|
37306
37373
|
var Fn = (he = $[bt]) !== null && he !== void 0 ? he : Q && fm;
|
|
37307
37374
|
if (!Fn) {
|
|
37308
|
-
var
|
|
37309
|
-
|
|
37375
|
+
var en = bm.pseudoClasses[bt], yr = 'Unknown pseudo-class: "'.concat(bt, '"');
|
|
37376
|
+
en && en.length > 0 && (yr += ". It is defined in: ".concat(en.join(", "))), ve(yr + ".");
|
|
37310
37377
|
}
|
|
37311
37378
|
var Kn = Ie(bt, "pseudo-class", Fn), Er = {
|
|
37312
37379
|
type: "PseudoClass",
|
|
@@ -39502,7 +39569,7 @@ function O7(e) {
|
|
|
39502
39569
|
var {
|
|
39503
39570
|
prefixCls: t,
|
|
39504
39571
|
onChange: n
|
|
39505
|
-
} = e, r =
|
|
39572
|
+
} = e, r = rn(e, N7), i = yo(Po), {
|
|
39506
39573
|
markdown: o,
|
|
39507
39574
|
commands: a,
|
|
39508
39575
|
fullscreen: s,
|
|
@@ -39515,18 +39582,18 @@ function O7(e) {
|
|
|
39515
39582
|
textareaWarp: g,
|
|
39516
39583
|
dispatch: y
|
|
39517
39584
|
} = i;
|
|
39518
|
-
|
|
39585
|
+
rn(i, L7);
|
|
39519
39586
|
var b = de.useRef(null), E = de.useRef(), x = de.useRef({
|
|
39520
39587
|
fullscreen: s,
|
|
39521
39588
|
preview: l
|
|
39522
39589
|
});
|
|
39523
|
-
|
|
39590
|
+
Lt(() => {
|
|
39524
39591
|
x.current = {
|
|
39525
39592
|
fullscreen: s,
|
|
39526
39593
|
preview: l,
|
|
39527
39594
|
highlightEnable: u
|
|
39528
39595
|
};
|
|
39529
|
-
}, [s, l, u]),
|
|
39596
|
+
}, [s, l, u]), Lt(() => {
|
|
39530
39597
|
if (b.current && y) {
|
|
39531
39598
|
var S = new yp(b.current);
|
|
39532
39599
|
E.current = S, y({
|
|
@@ -39534,7 +39601,7 @@ function O7(e) {
|
|
|
39534
39601
|
commandOrchestrator: S
|
|
39535
39602
|
});
|
|
39536
39603
|
}
|
|
39537
|
-
}, []),
|
|
39604
|
+
}, []), Lt(() => {
|
|
39538
39605
|
if (p && b.current && g) {
|
|
39539
39606
|
b.current.focus();
|
|
39540
39607
|
var S = b.current.value.length;
|
|
@@ -39546,7 +39613,7 @@ function O7(e) {
|
|
|
39546
39613
|
var C = (S) => {
|
|
39547
39614
|
P7(S, d, f), Jb(S, [...a || [], ...c || []], E.current, y, x.current);
|
|
39548
39615
|
};
|
|
39549
|
-
return
|
|
39616
|
+
return Lt(() => (b.current && b.current.addEventListener("keydown", C), () => {
|
|
39550
39617
|
b.current && b.current.removeEventListener("keydown", C);
|
|
39551
39618
|
}), []), /* @__PURE__ */ h("textarea", ce({
|
|
39552
39619
|
autoComplete: "off",
|
|
@@ -39571,17 +39638,17 @@ function M7(e) {
|
|
|
39571
39638
|
className: r,
|
|
39572
39639
|
onScroll: i,
|
|
39573
39640
|
renderTextarea: o
|
|
39574
|
-
} = t, a =
|
|
39641
|
+
} = t, a = rn(t, F7), {
|
|
39575
39642
|
markdown: s,
|
|
39576
39643
|
scrollTop: l,
|
|
39577
39644
|
commands: u,
|
|
39578
39645
|
extraCommands: c,
|
|
39579
39646
|
dispatch: d
|
|
39580
39647
|
} = yo(Po), f = de.useRef(null), p = de.useRef(), g = /* @__PURE__ */ de.createRef();
|
|
39581
|
-
|
|
39648
|
+
Lt(() => {
|
|
39582
39649
|
var b = {};
|
|
39583
39650
|
g.current && (b.textareaWarp = g.current || void 0, g.current.scrollTop = l || 0), d && d(ce({}, b));
|
|
39584
|
-
}, []),
|
|
39651
|
+
}, []), Lt(() => {
|
|
39585
39652
|
if (f.current && d) {
|
|
39586
39653
|
var b = new yp(f.current);
|
|
39587
39654
|
p.current = b, d({
|
|
@@ -39679,7 +39746,7 @@ function Nm(e) {
|
|
|
39679
39746
|
}), Object.keys(p).length && l(ce({}, p)), s && s.executeCommand(d);
|
|
39680
39747
|
}
|
|
39681
39748
|
}
|
|
39682
|
-
return
|
|
39749
|
+
return Lt(() => {
|
|
39683
39750
|
document && n && (r ? document.body.style.overflow = "hidden" : (u.current || (u.current = window.getComputedStyle(document.body, null).overflow), document.body.style.overflow = u.current));
|
|
39684
39751
|
}, [r, u, n]), /* @__PURE__ */ h("ul", {
|
|
39685
39752
|
children: (e.commands || []).map((d, f) => {
|
|
@@ -39760,7 +39827,7 @@ var H7 = (e) => {
|
|
|
39760
39827
|
prefixCls: t,
|
|
39761
39828
|
onChange: n
|
|
39762
39829
|
} = e || {}, r = _n(null), i = _n(), o = _n(e.height);
|
|
39763
|
-
|
|
39830
|
+
Lt(() => {
|
|
39764
39831
|
o.current !== e.height && (o.current = e.height);
|
|
39765
39832
|
}, [e.height]);
|
|
39766
39833
|
function a(c) {
|
|
@@ -39786,7 +39853,7 @@ var H7 = (e) => {
|
|
|
39786
39853
|
passive: !1
|
|
39787
39854
|
});
|
|
39788
39855
|
}
|
|
39789
|
-
|
|
39856
|
+
Lt(() => {
|
|
39790
39857
|
if (document) {
|
|
39791
39858
|
var c, d;
|
|
39792
39859
|
(c = r.current) == null || c.addEventListener("touchstart", l, {
|
|
@@ -39850,7 +39917,7 @@ var z7 = /* @__PURE__ */ de.forwardRef((e, t) => {
|
|
|
39850
39917
|
toolbarBottom: N = !1,
|
|
39851
39918
|
components: P,
|
|
39852
39919
|
renderTextarea: M
|
|
39853
|
-
} = n, $ =
|
|
39920
|
+
} = n, $ = rn(n, $7), Q = a.map((Pe) => s ? s(Pe, !1) : Pe).filter(Boolean), le = u.map((Pe) => s ? s(Pe, !0) : Pe).filter(Boolean), [U, D] = j2(XL, {
|
|
39854
39921
|
markdown: o,
|
|
39855
39922
|
preview: g,
|
|
39856
39923
|
components: P,
|
|
@@ -39869,7 +39936,7 @@ var z7 = /* @__PURE__ */ de.forwardRef((e, t) => {
|
|
|
39869
39936
|
Zm(t, () => ce({}, U, {
|
|
39870
39937
|
container: ee.current,
|
|
39871
39938
|
dispatch: D
|
|
39872
|
-
})), Qt(() => _.current = d, [d]),
|
|
39939
|
+
})), Qt(() => _.current = d, [d]), Lt(() => {
|
|
39873
39940
|
var Pe = {};
|
|
39874
39941
|
ee.current && (Pe.container = ee.current || void 0), Pe.markdown = o || "", Pe.barPopup = {}, D && D(ce({}, U, Pe));
|
|
39875
39942
|
}, []);
|
|
@@ -40035,21 +40102,21 @@ function j7({
|
|
|
40035
40102
|
onDelete: l,
|
|
40036
40103
|
addButtonCallback: u
|
|
40037
40104
|
}) {
|
|
40038
|
-
const [c, d] =
|
|
40105
|
+
const [c, d] = Ve(e.value), [f, p] = de.useState(!1), [g, y] = de.useState(!1), [b, E] = de.useState(), [x] = de.useState(), [C, S] = de.useState(
|
|
40039
40106
|
Ds()
|
|
40040
40107
|
), [k, v] = de.useState(!1), [F, z] = de.useState(
|
|
40041
40108
|
e.sourceName ? r.findIndex(
|
|
40042
40109
|
(ee) => ee.sourceInfo.name === e.sourceName
|
|
40043
40110
|
) : 0
|
|
40044
40111
|
);
|
|
40045
|
-
|
|
40112
|
+
Lt(() => {
|
|
40046
40113
|
e.isMarkdown || nl(e.value, "malloy").then((ee) => {
|
|
40047
40114
|
E(ee);
|
|
40048
40115
|
});
|
|
40049
40116
|
}, [e]), de.useEffect(() => {
|
|
40050
40117
|
document.documentElement.setAttribute("data-color-mode", "light");
|
|
40051
40118
|
});
|
|
40052
|
-
const [H, w] =
|
|
40119
|
+
const [H, w] = Ve(!1), B = () => {
|
|
40053
40120
|
l(), w(!1);
|
|
40054
40121
|
}, T = r.length === 0, N = de.useCallback(() => {
|
|
40055
40122
|
const ee = r[F], ie = ee?.modelPath || e.modelPath || "", _ = ee?.sourceInfo.name || e.sourceName || "";
|
|
@@ -40089,8 +40156,8 @@ function j7({
|
|
|
40089
40156
|
/* @__PURE__ */ h(dr, { children: "Confirm Delete" }),
|
|
40090
40157
|
/* @__PURE__ */ h(pr, { children: /* @__PURE__ */ h(Ee, { children: "Are you sure you want to delete this cell?" }) }),
|
|
40091
40158
|
/* @__PURE__ */ L(qm, { children: [
|
|
40092
|
-
/* @__PURE__ */ h(
|
|
40093
|
-
/* @__PURE__ */ h(
|
|
40159
|
+
/* @__PURE__ */ h(nn, { onClick: () => w(!1), children: "Cancel" }),
|
|
40160
|
+
/* @__PURE__ */ h(nn, { onClick: B, color: "error", children: "Delete" })
|
|
40094
40161
|
] })
|
|
40095
40162
|
]
|
|
40096
40163
|
}
|
|
@@ -40392,7 +40459,7 @@ function q7({
|
|
|
40392
40459
|
};
|
|
40393
40460
|
let x = [];
|
|
40394
40461
|
return u && s?.data && (x = s.data.filter((C) => !f.includes(C.path)).map((C) => C.path)), c ? /* @__PURE__ */ h(
|
|
40395
|
-
|
|
40462
|
+
Jt,
|
|
40396
40463
|
{
|
|
40397
40464
|
error: d,
|
|
40398
40465
|
context: `${r} > ${i} > Model Picker`
|
|
@@ -40412,7 +40479,7 @@ function q7({
|
|
|
40412
40479
|
C
|
|
40413
40480
|
)),
|
|
40414
40481
|
/* @__PURE__ */ h(
|
|
40415
|
-
|
|
40482
|
+
nn,
|
|
40416
40483
|
{
|
|
40417
40484
|
size: "small",
|
|
40418
40485
|
startIcon: /* @__PURE__ */ h(V7, {}),
|
|
@@ -40537,7 +40604,7 @@ function DM({ workbookPath: e, resourceUri: t }) {
|
|
|
40537
40604
|
});
|
|
40538
40605
|
return ie;
|
|
40539
40606
|
}, U = (ee, ie) => /* @__PURE__ */ h(
|
|
40540
|
-
|
|
40607
|
+
nn,
|
|
40541
40608
|
{
|
|
40542
40609
|
size: "small",
|
|
40543
40610
|
startIcon: /* @__PURE__ */ h(D4, {}),
|
|
@@ -40632,7 +40699,7 @@ function DM({ workbookPath: e, resourceUri: t }) {
|
|
|
40632
40699
|
},
|
|
40633
40700
|
children: [
|
|
40634
40701
|
/* @__PURE__ */ h(
|
|
40635
|
-
|
|
40702
|
+
nn,
|
|
40636
40703
|
{
|
|
40637
40704
|
color: "error",
|
|
40638
40705
|
onClick: P,
|
|
@@ -40654,7 +40721,7 @@ function DM({ workbookPath: e, resourceUri: t }) {
|
|
|
40654
40721
|
] }) }),
|
|
40655
40722
|
/* @__PURE__ */ L(qm, { children: [
|
|
40656
40723
|
/* @__PURE__ */ h(
|
|
40657
|
-
|
|
40724
|
+
nn,
|
|
40658
40725
|
{
|
|
40659
40726
|
onClick: $,
|
|
40660
40727
|
color: "primary",
|
|
@@ -40663,7 +40730,7 @@ function DM({ workbookPath: e, resourceUri: t }) {
|
|
|
40663
40730
|
}
|
|
40664
40731
|
),
|
|
40665
40732
|
/* @__PURE__ */ h(
|
|
40666
|
-
|
|
40733
|
+
nn,
|
|
40667
40734
|
{
|
|
40668
40735
|
onClick: M,
|
|
40669
40736
|
color: "error",
|
|
@@ -40800,7 +40867,7 @@ function Y7({
|
|
|
40800
40867
|
workbookData: e
|
|
40801
40868
|
}) {
|
|
40802
40869
|
const [t, n] = de.useState(!1);
|
|
40803
|
-
return /* @__PURE__ */ h(
|
|
40870
|
+
return /* @__PURE__ */ h(nn, { color: "primary", onClick: async () => {
|
|
40804
40871
|
if (!e) return;
|
|
40805
40872
|
const i = e.toMalloyWorkbook();
|
|
40806
40873
|
try {
|
|
@@ -40984,7 +41051,7 @@ function Q7({ resourceUri: e }) {
|
|
|
40984
41051
|
}
|
|
40985
41052
|
)),
|
|
40986
41053
|
s && /* @__PURE__ */ h(
|
|
40987
|
-
|
|
41054
|
+
Jt,
|
|
40988
41055
|
{
|
|
40989
41056
|
error: l,
|
|
40990
41057
|
context: `${n} > ${r} > ${i}`
|
|
@@ -40996,7 +41063,7 @@ function Q7({ resourceUri: e }) {
|
|
|
40996
41063
|
] }) });
|
|
40997
41064
|
}
|
|
40998
41065
|
function X7(e) {
|
|
40999
|
-
return
|
|
41066
|
+
return Ge("MuiButton", e);
|
|
41000
41067
|
}
|
|
41001
41068
|
const li = He("MuiButton", ["root", "text", "textInherit", "textPrimary", "textSecondary", "textSuccess", "textError", "textInfo", "textWarning", "outlined", "outlinedInherit", "outlinedPrimary", "outlinedSecondary", "outlinedSuccess", "outlinedError", "outlinedInfo", "outlinedWarning", "contained", "containedInherit", "containedPrimary", "containedSecondary", "containedSuccess", "containedError", "containedInfo", "containedWarning", "disableElevation", "focusVisible", "disabled", "colorInherit", "colorPrimary", "colorSecondary", "colorSuccess", "colorError", "colorInfo", "colorWarning", "textSizeSmall", "textSizeMedium", "textSizeLarge", "outlinedSizeSmall", "outlinedSizeMedium", "outlinedSizeLarge", "containedSizeSmall", "containedSizeMedium", "containedSizeLarge", "sizeMedium", "sizeSmall", "sizeLarge", "fullWidth", "startIcon", "endIcon", "icon", "iconSizeSmall", "iconSizeMedium", "iconSizeLarge", "loading", "loadingWrapper", "loadingIconPlaceholder", "loadingIndicator", "loadingPositionCenter", "loadingPositionStart", "loadingPositionEnd"]), Z7 = /* @__PURE__ */ A.createContext({}), J7 = /* @__PURE__ */ A.createContext(void 0), e9 = (e) => {
|
|
41002
41069
|
const {
|
|
@@ -41014,7 +41081,7 @@ const li = He("MuiButton", ["root", "text", "textInherit", "textPrimary", "textS
|
|
|
41014
41081
|
endIcon: ["icon", "endIcon", `iconSize${me(i)}`],
|
|
41015
41082
|
loadingIndicator: ["loadingIndicator"],
|
|
41016
41083
|
loadingWrapper: ["loadingWrapper"]
|
|
41017
|
-
}, c =
|
|
41084
|
+
}, c = qe(u, X7, l);
|
|
41018
41085
|
return {
|
|
41019
41086
|
...l,
|
|
41020
41087
|
// forward the focused, disabled, etc. classes to the ButtonBase
|
|
@@ -41438,7 +41505,7 @@ const li = He("MuiButton", ["root", "text", "textInherit", "textPrimary", "textS
|
|
|
41438
41505
|
display: "inline-block",
|
|
41439
41506
|
width: "1em",
|
|
41440
41507
|
height: "1em"
|
|
41441
|
-
}),
|
|
41508
|
+
}), Ft = /* @__PURE__ */ A.forwardRef(function(t, n) {
|
|
41442
41509
|
const r = A.useContext(Z7), i = A.useContext(J7), o = Ta(r, t), a = Qe({
|
|
41443
41510
|
props: o,
|
|
41444
41511
|
name: "MuiButton"
|
|
@@ -41524,7 +41591,7 @@ const li = He("MuiButton", ["root", "text", "textInherit", "textPrimary", "textS
|
|
|
41524
41591
|
});
|
|
41525
41592
|
});
|
|
41526
41593
|
function o9(e) {
|
|
41527
|
-
return
|
|
41594
|
+
return Ge("MuiDialog", e);
|
|
41528
41595
|
}
|
|
41529
41596
|
const ic = He("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), u2 = /* @__PURE__ */ A.createContext({}), a9 = ue(Ng, {
|
|
41530
41597
|
name: "MuiDialog",
|
|
@@ -41545,7 +41612,7 @@ const ic = He("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "p
|
|
|
41545
41612
|
container: ["container", `scroll${me(n)}`],
|
|
41546
41613
|
paper: ["paper", `paperScroll${me(n)}`, `paperWidth${me(String(r))}`, i && "paperFullWidth", o && "paperFullScreen"]
|
|
41547
41614
|
};
|
|
41548
|
-
return
|
|
41615
|
+
return qe(a, o9, t);
|
|
41549
41616
|
}, l9 = ue(Lg, {
|
|
41550
41617
|
name: "MuiDialog",
|
|
41551
41618
|
slot: "Root"
|
|
@@ -41818,7 +41885,7 @@ const ic = He("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "p
|
|
|
41818
41885
|
});
|
|
41819
41886
|
});
|
|
41820
41887
|
function d9(e) {
|
|
41821
|
-
return
|
|
41888
|
+
return Ge("MuiDialogActions", e);
|
|
41822
41889
|
}
|
|
41823
41890
|
He("MuiDialogActions", ["root", "spacing"]);
|
|
41824
41891
|
const p9 = (e) => {
|
|
@@ -41826,7 +41893,7 @@ const p9 = (e) => {
|
|
|
41826
41893
|
classes: t,
|
|
41827
41894
|
disableSpacing: n
|
|
41828
41895
|
} = e;
|
|
41829
|
-
return
|
|
41896
|
+
return qe({
|
|
41830
41897
|
root: ["root", !n && "spacing"]
|
|
41831
41898
|
}, d9, t);
|
|
41832
41899
|
}, f9 = ue("div", {
|
|
@@ -41874,18 +41941,18 @@ const p9 = (e) => {
|
|
|
41874
41941
|
});
|
|
41875
41942
|
});
|
|
41876
41943
|
function h9(e) {
|
|
41877
|
-
return
|
|
41944
|
+
return Ge("MuiDialogContent", e);
|
|
41878
41945
|
}
|
|
41879
41946
|
He("MuiDialogContent", ["root", "dividers"]);
|
|
41880
41947
|
function m9(e) {
|
|
41881
|
-
return
|
|
41948
|
+
return Ge("MuiDialogTitle", e);
|
|
41882
41949
|
}
|
|
41883
41950
|
const g9 = He("MuiDialogTitle", ["root"]), b9 = (e) => {
|
|
41884
41951
|
const {
|
|
41885
41952
|
classes: t,
|
|
41886
41953
|
dividers: n
|
|
41887
41954
|
} = e;
|
|
41888
|
-
return
|
|
41955
|
+
return qe({
|
|
41889
41956
|
root: ["root", n && "dividers"]
|
|
41890
41957
|
}, h9, t);
|
|
41891
41958
|
}, y9 = ue("div", {
|
|
@@ -41944,7 +42011,7 @@ const g9 = He("MuiDialogTitle", ["root"]), b9 = (e) => {
|
|
|
41944
42011
|
});
|
|
41945
42012
|
});
|
|
41946
42013
|
function E9(e) {
|
|
41947
|
-
return
|
|
42014
|
+
return Ge("MuiTypography", e);
|
|
41948
42015
|
}
|
|
41949
42016
|
He("MuiTypography", ["root", "h1", "h2", "h3", "h4", "h5", "h6", "subtitle1", "subtitle2", "body1", "body2", "inherit", "button", "caption", "overline", "alignLeft", "alignRight", "alignCenter", "alignJustify", "noWrap", "gutterBottom", "paragraph"]);
|
|
41950
42017
|
const C9 = {
|
|
@@ -41968,7 +42035,7 @@ const C9 = {
|
|
|
41968
42035
|
} = e, s = {
|
|
41969
42036
|
root: ["root", o, e.align !== "inherit" && `align${me(t)}`, n && "gutterBottom", r && "noWrap", i && "paragraph"]
|
|
41970
42037
|
};
|
|
41971
|
-
return
|
|
42038
|
+
return qe(s, E9, a);
|
|
41972
42039
|
}, S9 = ue("span", {
|
|
41973
42040
|
name: "MuiTypography",
|
|
41974
42041
|
slot: "Root",
|
|
@@ -42103,13 +42170,13 @@ const C9 = {
|
|
|
42103
42170
|
});
|
|
42104
42171
|
});
|
|
42105
42172
|
function v9(e) {
|
|
42106
|
-
return
|
|
42173
|
+
return Ge("MuiDialogContentText", e);
|
|
42107
42174
|
}
|
|
42108
42175
|
He("MuiDialogContentText", ["root"]);
|
|
42109
42176
|
const k9 = (e) => {
|
|
42110
42177
|
const {
|
|
42111
42178
|
classes: t
|
|
42112
|
-
} = e, r =
|
|
42179
|
+
} = e, r = qe({
|
|
42113
42180
|
root: ["root"]
|
|
42114
42181
|
}, v9, t);
|
|
42115
42182
|
return {
|
|
@@ -42144,7 +42211,7 @@ const k9 = (e) => {
|
|
|
42144
42211
|
const {
|
|
42145
42212
|
classes: t
|
|
42146
42213
|
} = e;
|
|
42147
|
-
return
|
|
42214
|
+
return qe({
|
|
42148
42215
|
root: ["root"]
|
|
42149
42216
|
}, m9, t);
|
|
42150
42217
|
}, w9 = ue(Ja, {
|
|
@@ -42175,7 +42242,7 @@ const k9 = (e) => {
|
|
|
42175
42242
|
});
|
|
42176
42243
|
}), Bm = He("MuiDivider", ["root", "absolute", "fullWidth", "inset", "middle", "flexItem", "light", "vertical", "withChildren", "withChildrenVertical", "textAlignRight", "textAlignLeft", "wrapper", "wrapperVertical"]), Hm = He("MuiListItemIcon", ["root", "alignItemsFlexStart"]), $m = He("MuiListItemText", ["root", "multiline", "dense", "inset", "primary", "secondary"]);
|
|
42177
42244
|
function D9(e) {
|
|
42178
|
-
return
|
|
42245
|
+
return Ge("MuiMenuItem", e);
|
|
42179
42246
|
}
|
|
42180
42247
|
const Zo = He("MuiMenuItem", ["root", "focusVisible", "dense", "disabled", "divider", "gutters", "selected"]), _9 = (e, t) => {
|
|
42181
42248
|
const {
|
|
@@ -42190,7 +42257,7 @@ const Zo = He("MuiMenuItem", ["root", "focusVisible", "dense", "disabled", "divi
|
|
|
42190
42257
|
disableGutters: i,
|
|
42191
42258
|
selected: o,
|
|
42192
42259
|
classes: a
|
|
42193
|
-
} = e, l =
|
|
42260
|
+
} = e, l = qe({
|
|
42194
42261
|
root: ["root", n && "dense", t && "disabled", !i && "gutters", r && "divider", o && "selected"]
|
|
42195
42262
|
}, D9, a);
|
|
42196
42263
|
return {
|
|
@@ -42550,7 +42617,7 @@ function N9({
|
|
|
42550
42617
|
onSubmit: e,
|
|
42551
42618
|
isSubmitting: t
|
|
42552
42619
|
}) {
|
|
42553
|
-
const [n, r] =
|
|
42620
|
+
const [n, r] = Ve(!1), [i, o] = Ve("postgres"), a = () => {
|
|
42554
42621
|
r(!0);
|
|
42555
42622
|
}, s = () => {
|
|
42556
42623
|
r(!1);
|
|
@@ -42576,14 +42643,14 @@ function N9({
|
|
|
42576
42643
|
await e(y), s();
|
|
42577
42644
|
};
|
|
42578
42645
|
return /* @__PURE__ */ L(de.Fragment, { children: [
|
|
42579
|
-
/* @__PURE__ */ h(
|
|
42646
|
+
/* @__PURE__ */ h(Ft, { variant: "outlined", onClick: a, children: "Add Connection" }),
|
|
42580
42647
|
/* @__PURE__ */ L(Mr, { open: n, onClose: s, children: [
|
|
42581
42648
|
/* @__PURE__ */ h($r, { children: "Create New Connection" }),
|
|
42582
42649
|
/* @__PURE__ */ L(Hr, { children: [
|
|
42583
42650
|
/* @__PURE__ */ h(Lo, { children: "Add a new connection to query your data database using Malloy." }),
|
|
42584
42651
|
/* @__PURE__ */ L("form", { onSubmit: l, id: "connection-form", children: [
|
|
42585
42652
|
/* @__PURE__ */ h(
|
|
42586
|
-
|
|
42653
|
+
sn,
|
|
42587
42654
|
{
|
|
42588
42655
|
autoFocus: !0,
|
|
42589
42656
|
required: !0,
|
|
@@ -42597,7 +42664,7 @@ function N9({
|
|
|
42597
42664
|
}
|
|
42598
42665
|
),
|
|
42599
42666
|
/* @__PURE__ */ h(
|
|
42600
|
-
|
|
42667
|
+
sn,
|
|
42601
42668
|
{
|
|
42602
42669
|
margin: "dense",
|
|
42603
42670
|
id: "type",
|
|
@@ -42612,7 +42679,7 @@ function N9({
|
|
|
42612
42679
|
}
|
|
42613
42680
|
),
|
|
42614
42681
|
El[i].map((u) => /* @__PURE__ */ h(
|
|
42615
|
-
|
|
42682
|
+
sn,
|
|
42616
42683
|
{
|
|
42617
42684
|
margin: "dense",
|
|
42618
42685
|
id: u.name,
|
|
@@ -42627,9 +42694,9 @@ function N9({
|
|
|
42627
42694
|
] })
|
|
42628
42695
|
] }),
|
|
42629
42696
|
/* @__PURE__ */ L(Br, { children: [
|
|
42630
|
-
/* @__PURE__ */ h(
|
|
42697
|
+
/* @__PURE__ */ h(Ft, { disabled: t, onClick: s, children: "Cancel" }),
|
|
42631
42698
|
/* @__PURE__ */ h(
|
|
42632
|
-
|
|
42699
|
+
Ft,
|
|
42633
42700
|
{
|
|
42634
42701
|
type: "submit",
|
|
42635
42702
|
form: "connection-form",
|
|
@@ -42647,7 +42714,7 @@ function L9({
|
|
|
42647
42714
|
isMutating: n,
|
|
42648
42715
|
onDelete: r
|
|
42649
42716
|
}) {
|
|
42650
|
-
const [i, o] =
|
|
42717
|
+
const [i, o] = Ve(!1), [a, s] = Ve(""), l = () => {
|
|
42651
42718
|
o(!0);
|
|
42652
42719
|
}, u = () => {
|
|
42653
42720
|
o(!1), t();
|
|
@@ -42690,7 +42757,7 @@ function L9({
|
|
|
42690
42757
|
'"? This action cannot be undone.'
|
|
42691
42758
|
] }) }),
|
|
42692
42759
|
/* @__PURE__ */ h(Br, { children: /* @__PURE__ */ h(
|
|
42693
|
-
|
|
42760
|
+
Ft,
|
|
42694
42761
|
{
|
|
42695
42762
|
loading: n,
|
|
42696
42763
|
variant: "contained",
|
|
@@ -42719,7 +42786,7 @@ function O9({
|
|
|
42719
42786
|
onSubmit: t,
|
|
42720
42787
|
isSubmitting: n
|
|
42721
42788
|
}) {
|
|
42722
|
-
const [r, i] =
|
|
42789
|
+
const [r, i] = Ve(!1), [o, a] = Ve(e.type), s = () => {
|
|
42723
42790
|
i(!0);
|
|
42724
42791
|
}, l = () => {
|
|
42725
42792
|
i(!1);
|
|
@@ -42767,7 +42834,7 @@ function O9({
|
|
|
42767
42834
|
/* @__PURE__ */ h(Lo, { children: "Edit a connection to query your data database using Malloy." }),
|
|
42768
42835
|
/* @__PURE__ */ L("form", { onSubmit: u, id: "connection-form", children: [
|
|
42769
42836
|
/* @__PURE__ */ h(
|
|
42770
|
-
|
|
42837
|
+
sn,
|
|
42771
42838
|
{
|
|
42772
42839
|
autoFocus: !0,
|
|
42773
42840
|
required: !0,
|
|
@@ -42783,7 +42850,7 @@ function O9({
|
|
|
42783
42850
|
}
|
|
42784
42851
|
),
|
|
42785
42852
|
/* @__PURE__ */ h(
|
|
42786
|
-
|
|
42853
|
+
sn,
|
|
42787
42854
|
{
|
|
42788
42855
|
margin: "dense",
|
|
42789
42856
|
id: "type",
|
|
@@ -42798,7 +42865,7 @@ function O9({
|
|
|
42798
42865
|
}
|
|
42799
42866
|
),
|
|
42800
42867
|
El[o].map((c) => /* @__PURE__ */ h(
|
|
42801
|
-
|
|
42868
|
+
sn,
|
|
42802
42869
|
{
|
|
42803
42870
|
margin: "dense",
|
|
42804
42871
|
id: c.name,
|
|
@@ -42822,9 +42889,9 @@ function O9({
|
|
|
42822
42889
|
c.stopPropagation();
|
|
42823
42890
|
},
|
|
42824
42891
|
children: [
|
|
42825
|
-
/* @__PURE__ */ h(
|
|
42892
|
+
/* @__PURE__ */ h(Ft, { disabled: n, onClick: l, children: "Cancel" }),
|
|
42826
42893
|
/* @__PURE__ */ h(
|
|
42827
|
-
|
|
42894
|
+
Ft,
|
|
42828
42895
|
{
|
|
42829
42896
|
type: "submit",
|
|
42830
42897
|
form: "connection-form",
|
|
@@ -42891,7 +42958,7 @@ function F9({
|
|
|
42891
42958
|
children: [
|
|
42892
42959
|
p && /* @__PURE__ */ h(mn, { text: "Loading schemas..." }),
|
|
42893
42960
|
f && /* @__PURE__ */ h(
|
|
42894
|
-
|
|
42961
|
+
Jt,
|
|
42895
42962
|
{
|
|
42896
42963
|
error: g,
|
|
42897
42964
|
context: `${i} > ${e} > Schemas`
|
|
@@ -42966,7 +43033,7 @@ function B9({
|
|
|
42966
43033
|
onTableClick: n,
|
|
42967
43034
|
resourceUri: r
|
|
42968
43035
|
}) {
|
|
42969
|
-
const { projectName: i } = gt(r), { apiClients: o } = ut(), [a, s] =
|
|
43036
|
+
const { projectName: i } = gt(r), { apiClients: o } = ut(), [a, s] = Ve(""), { data: l, isSuccess: u, isError: c, error: d, isLoading: f } = ln({
|
|
42970
43037
|
queryKey: ["tablesInSchema", i, e, t],
|
|
42971
43038
|
queryFn: () => o.connections.listTables(
|
|
42972
43039
|
i,
|
|
@@ -42998,7 +43065,7 @@ function B9({
|
|
|
42998
43065
|
/* @__PURE__ */ L(_e, { sx: { mt: "2px", maxHeight: "600px", overflowY: "auto" }, children: [
|
|
42999
43066
|
f && /* @__PURE__ */ h(mn, { text: "Fetching Tables..." }),
|
|
43000
43067
|
c && /* @__PURE__ */ h(
|
|
43001
|
-
|
|
43068
|
+
Jt,
|
|
43002
43069
|
{
|
|
43003
43070
|
error: d,
|
|
43004
43071
|
context: `${i} > ${e} > ${t}`
|
|
@@ -43104,7 +43171,7 @@ function H9({
|
|
|
43104
43171
|
);
|
|
43105
43172
|
}
|
|
43106
43173
|
function $9({ resourceUri: e }) {
|
|
43107
|
-
const { apiClients: t, mutable: n } = ut(), r = Ai(), { projectName: i } = gt(e), [o, a] =
|
|
43174
|
+
const { apiClients: t, mutable: n } = ut(), r = Ai(), { projectName: i } = gt(e), [o, a] = Ve(""), [s, l] = Ve(
|
|
43108
43175
|
null
|
|
43109
43176
|
), u = yd({
|
|
43110
43177
|
projectName: i,
|
|
@@ -43232,10 +43299,8 @@ function $9({ resourceUri: e }) {
|
|
|
43232
43299
|
onClick: () => g(C.name),
|
|
43233
43300
|
onEdit: (S) => E.mutateAsync(S),
|
|
43234
43301
|
onDelete: (S) => {
|
|
43235
|
-
|
|
43236
|
-
"
|
|
43237
|
-
) ? a(
|
|
43238
|
-
"Cannot delete this connection (publisher: resource)"
|
|
43302
|
+
C.resource ? a(
|
|
43303
|
+
"Cannot delete this connection"
|
|
43239
43304
|
) : x.mutateAsync(S);
|
|
43240
43305
|
},
|
|
43241
43306
|
isMutating: E.isPending || x.isPending,
|
|
@@ -43248,7 +43313,7 @@ function $9({ resourceUri: e }) {
|
|
|
43248
43313
|
),
|
|
43249
43314
|
d && c.data.length === 0 && /* @__PURE__ */ h(Ee, { variant: "body2", children: "No Connections" }),
|
|
43250
43315
|
f && /* @__PURE__ */ h(
|
|
43251
|
-
|
|
43316
|
+
Jt,
|
|
43252
43317
|
{
|
|
43253
43318
|
error: p,
|
|
43254
43319
|
context: `${i} > Connections`
|
|
@@ -43349,7 +43414,7 @@ function U9({ resourceUri: e }) {
|
|
|
43349
43414
|
children: [
|
|
43350
43415
|
!g && !f && /* @__PURE__ */ h(mn, { text: "Fetching Databases..." }),
|
|
43351
43416
|
f && /* @__PURE__ */ h(
|
|
43352
|
-
|
|
43417
|
+
Jt,
|
|
43353
43418
|
{
|
|
43354
43419
|
error: p,
|
|
43355
43420
|
context: `${n} > ${r} > Databases`
|
|
@@ -43507,7 +43572,7 @@ function j9({
|
|
|
43507
43572
|
});
|
|
43508
43573
|
}
|
|
43509
43574
|
function V9(e) {
|
|
43510
|
-
return
|
|
43575
|
+
return Ge("MuiCollapse", e);
|
|
43511
43576
|
}
|
|
43512
43577
|
He("MuiCollapse", ["root", "horizontal", "vertical", "entered", "hidden", "wrapper", "wrapperInner"]);
|
|
43513
43578
|
const q9 = (e) => {
|
|
@@ -43521,7 +43586,7 @@ const q9 = (e) => {
|
|
|
43521
43586
|
wrapper: ["wrapper", `${t}`],
|
|
43522
43587
|
wrapperInner: ["wrapperInner", `${t}`]
|
|
43523
43588
|
};
|
|
43524
|
-
return
|
|
43589
|
+
return qe(r, V9, n);
|
|
43525
43590
|
}, G9 = ue("div", {
|
|
43526
43591
|
name: "MuiCollapse",
|
|
43527
43592
|
slot: "Root",
|
|
@@ -43730,7 +43795,7 @@ const q9 = (e) => {
|
|
|
43730
43795
|
});
|
|
43731
43796
|
Na && (Na.muiSupportAuto = !0);
|
|
43732
43797
|
function Q9(e) {
|
|
43733
|
-
return
|
|
43798
|
+
return Ge("PrivateSwitchBase", e);
|
|
43734
43799
|
}
|
|
43735
43800
|
He("PrivateSwitchBase", ["root", "checked", "disabled", "input", "edgeStart", "edgeEnd"]);
|
|
43736
43801
|
const X9 = (e) => {
|
|
@@ -43743,7 +43808,7 @@ const X9 = (e) => {
|
|
|
43743
43808
|
root: ["root", n && "checked", r && "disabled", i && `edge${me(i)}`],
|
|
43744
43809
|
input: ["input"]
|
|
43745
43810
|
};
|
|
43746
|
-
return
|
|
43811
|
+
return qe(o, Q9, t);
|
|
43747
43812
|
}, Z9 = ue(po, {
|
|
43748
43813
|
name: "MuiSwitchBase"
|
|
43749
43814
|
})({
|
|
@@ -43919,7 +43984,7 @@ const X9 = (e) => {
|
|
|
43919
43984
|
d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10H7v-2h10v2z"
|
|
43920
43985
|
}));
|
|
43921
43986
|
function iO(e) {
|
|
43922
|
-
return
|
|
43987
|
+
return Ge("MuiCheckbox", e);
|
|
43923
43988
|
}
|
|
43924
43989
|
const ac = He("MuiCheckbox", ["root", "checked", "disabled", "indeterminate", "colorPrimary", "colorSecondary", "sizeSmall", "sizeMedium"]), oO = (e) => {
|
|
43925
43990
|
const {
|
|
@@ -43929,7 +43994,7 @@ const ac = He("MuiCheckbox", ["root", "checked", "disabled", "indeterminate", "c
|
|
|
43929
43994
|
size: i
|
|
43930
43995
|
} = e, o = {
|
|
43931
43996
|
root: ["root", n && "indeterminate", `color${me(r)}`, `size${me(i)}`]
|
|
43932
|
-
}, a =
|
|
43997
|
+
}, a = qe(o, iO, t);
|
|
43933
43998
|
return {
|
|
43934
43999
|
...t,
|
|
43935
44000
|
// forward the disabled and checked classes to the SwitchBase
|
|
@@ -44637,7 +44702,7 @@ const CO = ue("input", {
|
|
|
44637
44702
|
onMouseDown: d,
|
|
44638
44703
|
dragAndDropOverlayProps: f,
|
|
44639
44704
|
labelInputProps: p
|
|
44640
|
-
} = t, g =
|
|
44705
|
+
} = t, g = rn(t, xO), {
|
|
44641
44706
|
disabled: y,
|
|
44642
44707
|
expanded: b,
|
|
44643
44708
|
selected: E,
|
|
@@ -44690,7 +44755,7 @@ const CO = ue("input", {
|
|
|
44690
44755
|
);
|
|
44691
44756
|
});
|
|
44692
44757
|
function TO(e) {
|
|
44693
|
-
return
|
|
44758
|
+
return Ge("MuiTreeItem", e);
|
|
44694
44759
|
}
|
|
44695
44760
|
const Sr = He("MuiTreeItem", ["root", "groupTransition", "content", "expanded", "selected", "focused", "disabled", "iconContainer", "label", "checkbox", "labelInput", "editable", "editing", "dragAndDropOverlay"]), x2 = at(/* @__PURE__ */ h("path", {
|
|
44696
44761
|
d: "M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"
|
|
@@ -44723,7 +44788,7 @@ const SO = ["children", "className", "slots", "slotProps", "ContentComponent", "
|
|
|
44723
44788
|
const {
|
|
44724
44789
|
classes: t
|
|
44725
44790
|
} = e;
|
|
44726
|
-
return
|
|
44791
|
+
return qe({
|
|
44727
44792
|
root: ["root"],
|
|
44728
44793
|
content: ["content"],
|
|
44729
44794
|
expanded: ["expanded"],
|
|
@@ -44875,7 +44940,7 @@ const SO = ["children", "className", "slots", "slotProps", "ContentComponent", "
|
|
|
44875
44940
|
onMouseDown: F,
|
|
44876
44941
|
onBlur: z,
|
|
44877
44942
|
onKeyDown: H
|
|
44878
|
-
} = f, w =
|
|
44943
|
+
} = f, w = rn(f, SO), {
|
|
44879
44944
|
expanded: B,
|
|
44880
44945
|
focused: T,
|
|
44881
44946
|
selected: N,
|
|
@@ -44922,15 +44987,15 @@ const SO = ["children", "className", "slots", "slotProps", "ContentComponent", "
|
|
|
44922
44987
|
additionalProps: {
|
|
44923
44988
|
onClick: ve
|
|
44924
44989
|
}
|
|
44925
|
-
}), Fe =
|
|
44990
|
+
}), Fe = rn($e, vO), Pe = re && te ? /* @__PURE__ */ h(te, ce({}, Fe)) : null, Ce = re ? void 0 : W.endIcon, tt = Ir({
|
|
44926
44991
|
elementType: Ce,
|
|
44927
44992
|
ownerState: {},
|
|
44928
44993
|
externalSlotProps: (he) => re ? {} : ce({}, or(r.slotProps.endIcon, he), or(b?.endIcon, he))
|
|
44929
|
-
}), ke =
|
|
44994
|
+
}), ke = rn(tt, kO), We = Ce ? /* @__PURE__ */ h(Ce, ce({}, ke)) : null, ye = W.icon, St = Ir({
|
|
44930
44995
|
elementType: ye,
|
|
44931
44996
|
ownerState: {},
|
|
44932
44997
|
externalSlotProps: b?.icon
|
|
44933
|
-
}), nt =
|
|
44998
|
+
}), nt = rn(St, AO), Ue = ye ? /* @__PURE__ */ h(ye, ce({}, nt)) : null;
|
|
44934
44999
|
let G;
|
|
44935
45000
|
N ? G = !0 : s || P ? G = void 0 : G = !1;
|
|
44936
45001
|
function fe(he) {
|
|
@@ -45176,7 +45241,7 @@ ue(Na, {
|
|
|
45176
45241
|
ue(/* @__PURE__ */ A.forwardRef((e, t) => {
|
|
45177
45242
|
const {
|
|
45178
45243
|
visible: n
|
|
45179
|
-
} = e, r =
|
|
45244
|
+
} = e, r = rn(e, LO);
|
|
45180
45245
|
return n ? /* @__PURE__ */ h(d2, ce({}, r, {
|
|
45181
45246
|
ref: t
|
|
45182
45247
|
})) : null;
|
|
@@ -45188,7 +45253,7 @@ ue(/* @__PURE__ */ A.forwardRef((e, t) => {
|
|
|
45188
45253
|
padding: 0
|
|
45189
45254
|
});
|
|
45190
45255
|
function HO(e) {
|
|
45191
|
-
return
|
|
45256
|
+
return Ge("MuiRichTreeView", e);
|
|
45192
45257
|
}
|
|
45193
45258
|
He("MuiRichTreeView", ["root"]);
|
|
45194
45259
|
const $O = (e, t) => {
|
|
@@ -45320,7 +45385,7 @@ const WO = [S2, v2, Sp], jO = ["slots", "slotProps", "apiRef", "experimentalFeat
|
|
|
45320
45385
|
experimentalFeatures: i
|
|
45321
45386
|
},
|
|
45322
45387
|
plugins: o
|
|
45323
|
-
} = e, a =
|
|
45388
|
+
} = e, a = rn(e.props, jO);
|
|
45324
45389
|
const s = {};
|
|
45325
45390
|
o.forEach((f) => {
|
|
45326
45391
|
Object.assign(s, f.params);
|
|
@@ -45525,7 +45590,7 @@ const YO = ({
|
|
|
45525
45590
|
}) => {
|
|
45526
45591
|
const o = A.useCallback((E) => n.items.itemMetaMap[E], [n.items.itemMetaMap]), a = A.useCallback((E) => n.items.itemMap[E], [n.items.itemMap]), s = A.useCallback(() => {
|
|
45527
45592
|
const E = (x) => {
|
|
45528
|
-
const C = n.items.itemMap[x], S =
|
|
45593
|
+
const C = n.items.itemMap[x], S = rn(C, XO), k = n.items.itemOrderedChildrenIds[x];
|
|
45529
45594
|
return k && (S.children = k.map(E)), S;
|
|
45530
45595
|
};
|
|
45531
45596
|
return n.items.itemOrderedChildrenIds[Yi].map(E);
|
|
@@ -45657,10 +45722,10 @@ const iu = ({
|
|
|
45657
45722
|
}), d;
|
|
45658
45723
|
}, [n.expandedItems.value]), i = (d, f) => {
|
|
45659
45724
|
t.onExpandedItemsChange?.(d, f), n.expandedItems.setControlledValue(f);
|
|
45660
|
-
}, o = A.useCallback((d) => r.has(d), [r]), a = A.useCallback((d) => !!e.getItemMeta(d)?.expandable, [e]), s =
|
|
45725
|
+
}, o = A.useCallback((d) => r.has(d), [r]), a = A.useCallback((d) => !!e.getItemMeta(d)?.expandable, [e]), s = Ot((d, f) => {
|
|
45661
45726
|
const p = e.isItemExpanded(f);
|
|
45662
45727
|
e.setItemExpansion(d, f, !p);
|
|
45663
|
-
}), l =
|
|
45728
|
+
}), l = Ot((d, f, p) => {
|
|
45664
45729
|
if (e.isItemExpanded(f) === p)
|
|
45665
45730
|
return;
|
|
45666
45731
|
let y;
|
|
@@ -45924,7 +45989,7 @@ const iF = {
|
|
|
45924
45989
|
models: i,
|
|
45925
45990
|
rootRef: o
|
|
45926
45991
|
}) => {
|
|
45927
|
-
const a = aF(e, i.selectedItems.value), s =
|
|
45992
|
+
const a = aF(e, i.selectedItems.value), s = Ot((b) => {
|
|
45928
45993
|
const E = typeof b == "function" ? b(n.focusedItemId) : b;
|
|
45929
45994
|
n.focusedItemId !== E && r((x) => ce({}, x, {
|
|
45930
45995
|
focusedItemId: E
|
|
@@ -45935,9 +46000,9 @@ const iF = {
|
|
|
45935
46000
|
}, d = (b, E) => {
|
|
45936
46001
|
const x = e.getItemDOMElement(E);
|
|
45937
46002
|
x && x.focus(), s(E), t.onItemFocus && t.onItemFocus(b, E);
|
|
45938
|
-
}, f =
|
|
46003
|
+
}, f = Ot((b, E) => {
|
|
45939
46004
|
c(E) && d(b, E);
|
|
45940
|
-
}), p =
|
|
46005
|
+
}), p = Ot(() => {
|
|
45941
46006
|
if (n.focusedItemId == null)
|
|
45942
46007
|
return;
|
|
45943
46008
|
if (e.getItemMeta(n.focusedItemId)) {
|
|
@@ -45983,7 +46048,7 @@ const I2 = ({
|
|
|
45983
46048
|
params: t,
|
|
45984
46049
|
state: n
|
|
45985
46050
|
}) => {
|
|
45986
|
-
const r = md(), i = A.useRef({}), o =
|
|
46051
|
+
const r = md(), i = A.useRef({}), o = Ot((c) => {
|
|
45987
46052
|
i.current = c(i.current);
|
|
45988
46053
|
});
|
|
45989
46054
|
A.useEffect(() => {
|
|
@@ -46147,7 +46212,7 @@ function cF({
|
|
|
46147
46212
|
itemId: i,
|
|
46148
46213
|
label: n
|
|
46149
46214
|
}
|
|
46150
|
-
}), l =
|
|
46215
|
+
}), l = rn(s, uF), u = A.useMemo(() => o ? /* @__PURE__ */ h(D2, {
|
|
46151
46216
|
itemsToRender: o,
|
|
46152
46217
|
slots: e,
|
|
46153
46218
|
slotProps: t
|
|
@@ -46177,7 +46242,7 @@ const dF = p2(), pF = (e) => {
|
|
|
46177
46242
|
const {
|
|
46178
46243
|
classes: t
|
|
46179
46244
|
} = e;
|
|
46180
|
-
return
|
|
46245
|
+
return qe({
|
|
46181
46246
|
root: ["root"]
|
|
46182
46247
|
}, HO, t);
|
|
46183
46248
|
}, fF = ue("ul", {
|
|
@@ -46391,7 +46456,7 @@ function kF({ onClickModelFile: e, resourceUri: t }) {
|
|
|
46391
46456
|
children: [
|
|
46392
46457
|
!u && !s && /* @__PURE__ */ h(mn, { text: "Fetching Models..." }),
|
|
46393
46458
|
s && /* @__PURE__ */ h(
|
|
46394
|
-
|
|
46459
|
+
Jt,
|
|
46395
46460
|
{
|
|
46396
46461
|
error: l,
|
|
46397
46462
|
context: `${n} > ${r} > Models`
|
|
@@ -46440,7 +46505,7 @@ function IF({
|
|
|
46440
46505
|
children: [
|
|
46441
46506
|
!u && !s && /* @__PURE__ */ h(mn, { text: "Fetching Notebooks..." }),
|
|
46442
46507
|
s && /* @__PURE__ */ h(
|
|
46443
|
-
|
|
46508
|
+
Jt,
|
|
46444
46509
|
{
|
|
46445
46510
|
error: l,
|
|
46446
46511
|
context: `${r} > ${i} > Notebooks`
|
|
@@ -46497,7 +46562,7 @@ function RM({
|
|
|
46497
46562
|
] }) });
|
|
46498
46563
|
}
|
|
46499
46564
|
function DF({ resourceUri: e }) {
|
|
46500
|
-
const { projectName: t } = gt(e), { apiClients: n } = ut(), [r, i] =
|
|
46565
|
+
const { projectName: t } = gt(e), { apiClients: n } = ut(), [r, i] = Ve(!1), o = 90, { data: a, isSuccess: s, isError: l, error: u } = ln({
|
|
46501
46566
|
queryKey: ["about", t],
|
|
46502
46567
|
queryFn: () => n.projects.getProject(t, !1)
|
|
46503
46568
|
}), c = a?.data?.readme || "", d = c.split(/\s+/), f = d.length > o, p = d.slice(0, o).join(" ");
|
|
@@ -46546,7 +46611,7 @@ function DF({ resourceUri: e }) {
|
|
|
46546
46611
|
f && /* @__PURE__ */ L(_e, { sx: { mt: 1 }, children: [
|
|
46547
46612
|
" ",
|
|
46548
46613
|
/* @__PURE__ */ h(
|
|
46549
|
-
|
|
46614
|
+
nn,
|
|
46550
46615
|
{
|
|
46551
46616
|
variant: "text",
|
|
46552
46617
|
size: "small",
|
|
@@ -46557,13 +46622,13 @@ function DF({ resourceUri: e }) {
|
|
|
46557
46622
|
] })
|
|
46558
46623
|
] })
|
|
46559
46624
|
] }) }),
|
|
46560
|
-
l && /* @__PURE__ */ h(
|
|
46625
|
+
l && /* @__PURE__ */ h(Jt, { error: u, context: `${t} > About` })
|
|
46561
46626
|
] });
|
|
46562
46627
|
}
|
|
46563
46628
|
function _F({
|
|
46564
46629
|
resourceUri: e
|
|
46565
46630
|
}) {
|
|
46566
|
-
const [t, n] =
|
|
46631
|
+
const [t, n] = Ve(!1), { apiClients: r } = ut(), i = Ai(), [o, a] = Ve(""), s = () => {
|
|
46567
46632
|
n(!0);
|
|
46568
46633
|
}, l = () => {
|
|
46569
46634
|
n(!1);
|
|
@@ -46590,7 +46655,7 @@ function _F({
|
|
|
46590
46655
|
};
|
|
46591
46656
|
return /* @__PURE__ */ L(de.Fragment, { children: [
|
|
46592
46657
|
/* @__PURE__ */ h(
|
|
46593
|
-
|
|
46658
|
+
Ft,
|
|
46594
46659
|
{
|
|
46595
46660
|
onClick: s,
|
|
46596
46661
|
variant: "contained",
|
|
@@ -46627,7 +46692,7 @@ function _F({
|
|
|
46627
46692
|
] }),
|
|
46628
46693
|
/* @__PURE__ */ L("form", { onSubmit: d, id: "package-form", children: [
|
|
46629
46694
|
/* @__PURE__ */ h(
|
|
46630
|
-
|
|
46695
|
+
sn,
|
|
46631
46696
|
{
|
|
46632
46697
|
autoFocus: !0,
|
|
46633
46698
|
required: !0,
|
|
@@ -46641,7 +46706,7 @@ function _F({
|
|
|
46641
46706
|
}
|
|
46642
46707
|
),
|
|
46643
46708
|
/* @__PURE__ */ h(
|
|
46644
|
-
|
|
46709
|
+
sn,
|
|
46645
46710
|
{
|
|
46646
46711
|
id: "description",
|
|
46647
46712
|
name: "description",
|
|
@@ -46653,7 +46718,7 @@ function _F({
|
|
|
46653
46718
|
}
|
|
46654
46719
|
),
|
|
46655
46720
|
/* @__PURE__ */ h(
|
|
46656
|
-
|
|
46721
|
+
sn,
|
|
46657
46722
|
{
|
|
46658
46723
|
id: "location",
|
|
46659
46724
|
name: "location",
|
|
@@ -46667,9 +46732,9 @@ function _F({
|
|
|
46667
46732
|
] })
|
|
46668
46733
|
] }),
|
|
46669
46734
|
/* @__PURE__ */ L(Br, { children: [
|
|
46670
|
-
/* @__PURE__ */ h(
|
|
46735
|
+
/* @__PURE__ */ h(Ft, { disabled: c.isPending, onClick: l, children: "Cancel" }),
|
|
46671
46736
|
/* @__PURE__ */ h(
|
|
46672
|
-
|
|
46737
|
+
Ft,
|
|
46673
46738
|
{
|
|
46674
46739
|
type: "submit",
|
|
46675
46740
|
form: "package-form",
|
|
@@ -46694,7 +46759,7 @@ function RF({
|
|
|
46694
46759
|
resourceUri: e,
|
|
46695
46760
|
onCloseDialog: t
|
|
46696
46761
|
}) {
|
|
46697
|
-
const [n, r] =
|
|
46762
|
+
const [n, r] = Ve(!1), { apiClients: i } = ut(), o = Ai(), [a, s] = Ve(""), l = () => {
|
|
46698
46763
|
r(!0);
|
|
46699
46764
|
}, u = () => {
|
|
46700
46765
|
r(!1), t();
|
|
@@ -46743,7 +46808,7 @@ function RF({
|
|
|
46743
46808
|
] }) }),
|
|
46744
46809
|
/* @__PURE__ */ L(Br, { children: [
|
|
46745
46810
|
/* @__PURE__ */ h(
|
|
46746
|
-
|
|
46811
|
+
Ft,
|
|
46747
46812
|
{
|
|
46748
46813
|
variant: "outlined",
|
|
46749
46814
|
onClick: u,
|
|
@@ -46755,7 +46820,7 @@ function RF({
|
|
|
46755
46820
|
}
|
|
46756
46821
|
),
|
|
46757
46822
|
/* @__PURE__ */ h(
|
|
46758
|
-
|
|
46823
|
+
Ft,
|
|
46759
46824
|
{
|
|
46760
46825
|
variant: "contained",
|
|
46761
46826
|
autoFocus: !0,
|
|
@@ -46785,7 +46850,7 @@ function PF({
|
|
|
46785
46850
|
resourceUri: t,
|
|
46786
46851
|
onCloseDialog: n
|
|
46787
46852
|
}) {
|
|
46788
|
-
const [r, i] =
|
|
46853
|
+
const [r, i] = Ve(!1), { apiClients: o } = ut(), a = Ai(), [s, l] = Ve(""), u = () => {
|
|
46789
46854
|
i(!0);
|
|
46790
46855
|
}, c = () => {
|
|
46791
46856
|
i(!1), n();
|
|
@@ -46824,7 +46889,7 @@ function PF({
|
|
|
46824
46889
|
] }),
|
|
46825
46890
|
/* @__PURE__ */ L("form", { onSubmit: g, id: "package-form", children: [
|
|
46826
46891
|
/* @__PURE__ */ h(
|
|
46827
|
-
|
|
46892
|
+
sn,
|
|
46828
46893
|
{
|
|
46829
46894
|
autoFocus: !0,
|
|
46830
46895
|
required: !0,
|
|
@@ -46840,7 +46905,7 @@ function PF({
|
|
|
46840
46905
|
}
|
|
46841
46906
|
),
|
|
46842
46907
|
/* @__PURE__ */ h(
|
|
46843
|
-
|
|
46908
|
+
sn,
|
|
46844
46909
|
{
|
|
46845
46910
|
id: "description",
|
|
46846
46911
|
name: "description",
|
|
@@ -46855,9 +46920,9 @@ function PF({
|
|
|
46855
46920
|
] })
|
|
46856
46921
|
] }),
|
|
46857
46922
|
/* @__PURE__ */ L(Br, { children: [
|
|
46858
|
-
/* @__PURE__ */ h(
|
|
46923
|
+
/* @__PURE__ */ h(Ft, { disabled: p.isPending, onClick: c, children: "Cancel" }),
|
|
46859
46924
|
/* @__PURE__ */ h(
|
|
46860
|
-
|
|
46925
|
+
Ft,
|
|
46861
46926
|
{
|
|
46862
46927
|
type: "submit",
|
|
46863
46928
|
form: "package-form",
|
|
@@ -46882,7 +46947,7 @@ const NF = ({
|
|
|
46882
46947
|
package: e,
|
|
46883
46948
|
resourceUri: t
|
|
46884
46949
|
}) => {
|
|
46885
|
-
const { mutable: n } = ut(), [r, i] =
|
|
46950
|
+
const { mutable: n } = ut(), [r, i] = Ve(null), o = !!r, a = (l) => {
|
|
46886
46951
|
i(l.currentTarget);
|
|
46887
46952
|
}, s = () => {
|
|
46888
46953
|
i(null);
|
|
@@ -47031,7 +47096,7 @@ function LF({
|
|
|
47031
47096
|
);
|
|
47032
47097
|
}) }),
|
|
47033
47098
|
a && /* @__PURE__ */ h(
|
|
47034
|
-
|
|
47099
|
+
Jt,
|
|
47035
47100
|
{
|
|
47036
47101
|
error: s,
|
|
47037
47102
|
context: `${r} > Packages`
|
|
@@ -47044,7 +47109,7 @@ function PM({
|
|
|
47044
47109
|
resourceUri: t
|
|
47045
47110
|
}) {
|
|
47046
47111
|
const { mutable: n } = ut(), { projectName: r } = gt(t);
|
|
47047
|
-
return
|
|
47112
|
+
return Lt(() => {
|
|
47048
47113
|
window.scrollTo({ top: 0, behavior: "auto" });
|
|
47049
47114
|
}, []), /* @__PURE__ */ h(pt, { children: /* @__PURE__ */ L(Z3, { children: [
|
|
47050
47115
|
/* @__PURE__ */ L(
|
|
@@ -47123,9 +47188,9 @@ function $F(e = {}) {
|
|
|
47123
47188
|
document.removeEventListener("keydown", E);
|
|
47124
47189
|
};
|
|
47125
47190
|
}, [i, r]);
|
|
47126
|
-
const s =
|
|
47191
|
+
const s = Ot((E, x) => {
|
|
47127
47192
|
r?.(E, x);
|
|
47128
|
-
}), l =
|
|
47193
|
+
}), l = Ot((E) => {
|
|
47129
47194
|
!r || E == null || a.start(E, () => {
|
|
47130
47195
|
s(null, "timeout");
|
|
47131
47196
|
});
|
|
@@ -47193,7 +47258,7 @@ function zF(e) {
|
|
|
47193
47258
|
}, 0), () => {
|
|
47194
47259
|
l.current = !1;
|
|
47195
47260
|
}), []);
|
|
47196
|
-
const c = Et(vo(t), s), d =
|
|
47261
|
+
const c = Et(vo(t), s), d = Ot((g) => {
|
|
47197
47262
|
const y = u.current;
|
|
47198
47263
|
u.current = !1;
|
|
47199
47264
|
const b = Xt(s.current);
|
|
@@ -47237,14 +47302,14 @@ function zF(e) {
|
|
|
47237
47302
|
}, [d, r]), /* @__PURE__ */ A.cloneElement(t, p);
|
|
47238
47303
|
}
|
|
47239
47304
|
function WF(e) {
|
|
47240
|
-
return
|
|
47305
|
+
return Ge("MuiSnackbarContent", e);
|
|
47241
47306
|
}
|
|
47242
47307
|
He("MuiSnackbarContent", ["root", "message", "action"]);
|
|
47243
47308
|
const jF = (e) => {
|
|
47244
47309
|
const {
|
|
47245
47310
|
classes: t
|
|
47246
47311
|
} = e;
|
|
47247
|
-
return
|
|
47312
|
+
return qe({
|
|
47248
47313
|
root: ["root"],
|
|
47249
47314
|
action: ["action"],
|
|
47250
47315
|
message: ["message"]
|
|
@@ -47314,7 +47379,7 @@ const jF = (e) => {
|
|
|
47314
47379
|
});
|
|
47315
47380
|
});
|
|
47316
47381
|
function KF(e) {
|
|
47317
|
-
return
|
|
47382
|
+
return Ge("MuiSnackbar", e);
|
|
47318
47383
|
}
|
|
47319
47384
|
He("MuiSnackbar", ["root", "anchorOriginTopCenter", "anchorOriginBottomCenter", "anchorOriginTopRight", "anchorOriginBottomRight", "anchorOriginTopLeft", "anchorOriginBottomLeft"]);
|
|
47320
47385
|
const QF = (e) => {
|
|
@@ -47324,7 +47389,7 @@ const QF = (e) => {
|
|
|
47324
47389
|
} = e, r = {
|
|
47325
47390
|
root: ["root", `anchorOrigin${me(n.vertical)}${me(n.horizontal)}`]
|
|
47326
47391
|
};
|
|
47327
|
-
return
|
|
47392
|
+
return qe(r, KF, t);
|
|
47328
47393
|
}, XF = ue("div", {
|
|
47329
47394
|
name: "MuiSnackbar",
|
|
47330
47395
|
slot: "Root",
|
|
@@ -47536,7 +47601,7 @@ const QF = (e) => {
|
|
|
47536
47601
|
});
|
|
47537
47602
|
});
|
|
47538
47603
|
function JF() {
|
|
47539
|
-
const [e, t] =
|
|
47604
|
+
const [e, t] = Ve(!1), { apiClients: n } = ut(), [r, i] = Ve(""), o = () => {
|
|
47540
47605
|
t(!0);
|
|
47541
47606
|
}, a = () => {
|
|
47542
47607
|
t(!1);
|
|
@@ -47570,7 +47635,7 @@ function JF() {
|
|
|
47570
47635
|
};
|
|
47571
47636
|
return /* @__PURE__ */ L(de.Fragment, { children: [
|
|
47572
47637
|
/* @__PURE__ */ h(
|
|
47573
|
-
|
|
47638
|
+
Ft,
|
|
47574
47639
|
{
|
|
47575
47640
|
variant: "contained",
|
|
47576
47641
|
onClick: o,
|
|
@@ -47585,7 +47650,7 @@ function JF() {
|
|
|
47585
47650
|
/* @__PURE__ */ h(Lo, { children: "Add a new project to start exploring semantic models and analyzing data." }),
|
|
47586
47651
|
/* @__PURE__ */ L("form", { onSubmit: u, id: "project-form", children: [
|
|
47587
47652
|
/* @__PURE__ */ h(
|
|
47588
|
-
|
|
47653
|
+
sn,
|
|
47589
47654
|
{
|
|
47590
47655
|
autoFocus: !0,
|
|
47591
47656
|
required: !0,
|
|
@@ -47599,7 +47664,7 @@ function JF() {
|
|
|
47599
47664
|
}
|
|
47600
47665
|
),
|
|
47601
47666
|
/* @__PURE__ */ h(
|
|
47602
|
-
|
|
47667
|
+
sn,
|
|
47603
47668
|
{
|
|
47604
47669
|
margin: "dense",
|
|
47605
47670
|
id: "description",
|
|
@@ -47614,9 +47679,9 @@ function JF() {
|
|
|
47614
47679
|
] })
|
|
47615
47680
|
] }),
|
|
47616
47681
|
/* @__PURE__ */ L(Br, { children: [
|
|
47617
|
-
/* @__PURE__ */ h(
|
|
47682
|
+
/* @__PURE__ */ h(Ft, { disabled: l.isPending, onClick: a, children: "Cancel" }),
|
|
47618
47683
|
/* @__PURE__ */ h(
|
|
47619
|
-
|
|
47684
|
+
Ft,
|
|
47620
47685
|
{
|
|
47621
47686
|
type: "submit",
|
|
47622
47687
|
form: "project-form",
|
|
@@ -47641,7 +47706,7 @@ function eM({
|
|
|
47641
47706
|
project: e,
|
|
47642
47707
|
onCloseDialog: t
|
|
47643
47708
|
}) {
|
|
47644
|
-
const [n, r] =
|
|
47709
|
+
const [n, r] = Ve(!1), { apiClients: i } = ut(), o = Ai(), [a, s] = Ve(""), l = () => {
|
|
47645
47710
|
r(!0);
|
|
47646
47711
|
}, u = () => {
|
|
47647
47712
|
r(!1), t();
|
|
@@ -47690,7 +47755,7 @@ function eM({
|
|
|
47690
47755
|
] }) }),
|
|
47691
47756
|
/* @__PURE__ */ L(Br, { children: [
|
|
47692
47757
|
/* @__PURE__ */ h(
|
|
47693
|
-
|
|
47758
|
+
Ft,
|
|
47694
47759
|
{
|
|
47695
47760
|
variant: "outlined",
|
|
47696
47761
|
onClick: u,
|
|
@@ -47702,7 +47767,7 @@ function eM({
|
|
|
47702
47767
|
}
|
|
47703
47768
|
),
|
|
47704
47769
|
/* @__PURE__ */ h(
|
|
47705
|
-
|
|
47770
|
+
Ft,
|
|
47706
47771
|
{
|
|
47707
47772
|
loading: c.isPending,
|
|
47708
47773
|
variant: "contained",
|
|
@@ -47731,7 +47796,7 @@ function tM({
|
|
|
47731
47796
|
project: e,
|
|
47732
47797
|
onCloseDialog: t
|
|
47733
47798
|
}) {
|
|
47734
|
-
const [n, r] =
|
|
47799
|
+
const [n, r] = Ve(!1), { apiClients: i } = ut(), o = Ai(), [a, s] = Ve(""), l = () => {
|
|
47735
47800
|
r(!0);
|
|
47736
47801
|
}, u = () => {
|
|
47737
47802
|
r(!1), t();
|
|
@@ -47772,7 +47837,7 @@ function tM({
|
|
|
47772
47837
|
/* @__PURE__ */ h(Lo, { children: "Add a new project to start exploring semantic models and analyzing data." }),
|
|
47773
47838
|
/* @__PURE__ */ L("form", { onSubmit: d, id: "project-form", children: [
|
|
47774
47839
|
/* @__PURE__ */ h(
|
|
47775
|
-
|
|
47840
|
+
sn,
|
|
47776
47841
|
{
|
|
47777
47842
|
autoFocus: !0,
|
|
47778
47843
|
required: !0,
|
|
@@ -47788,7 +47853,7 @@ function tM({
|
|
|
47788
47853
|
}
|
|
47789
47854
|
),
|
|
47790
47855
|
/* @__PURE__ */ h(
|
|
47791
|
-
|
|
47856
|
+
sn,
|
|
47792
47857
|
{
|
|
47793
47858
|
margin: "dense",
|
|
47794
47859
|
id: "description",
|
|
@@ -47803,9 +47868,9 @@ function tM({
|
|
|
47803
47868
|
] })
|
|
47804
47869
|
] }),
|
|
47805
47870
|
/* @__PURE__ */ L(Br, { children: [
|
|
47806
|
-
/* @__PURE__ */ h(
|
|
47871
|
+
/* @__PURE__ */ h(Ft, { disabled: c.isPending, onClick: u, children: "Cancel" }),
|
|
47807
47872
|
/* @__PURE__ */ h(
|
|
47808
|
-
|
|
47873
|
+
Ft,
|
|
47809
47874
|
{
|
|
47810
47875
|
type: "submit",
|
|
47811
47876
|
form: "project-form",
|
|
@@ -47831,7 +47896,7 @@ function NM({ onClickProject: e }) {
|
|
|
47831
47896
|
queryKey: ["projects"],
|
|
47832
47897
|
queryFn: () => t.projects.listProjects()
|
|
47833
47898
|
});
|
|
47834
|
-
return o ? /* @__PURE__ */ h(
|
|
47899
|
+
return o ? /* @__PURE__ */ h(Jt, { error: a, context: "Projects List" }) : i ? /* @__PURE__ */ L($2, { maxWidth: "lg", sx: { py: 4 }, children: [
|
|
47835
47900
|
/* @__PURE__ */ L(_e, { sx: { textAlign: "center", mb: 6 }, children: [
|
|
47836
47901
|
/* @__PURE__ */ L(
|
|
47837
47902
|
Nt,
|
|
@@ -48119,7 +48184,7 @@ function NM({ onClickProject: e }) {
|
|
|
48119
48184
|
}
|
|
48120
48185
|
),
|
|
48121
48186
|
/* @__PURE__ */ h(
|
|
48122
|
-
|
|
48187
|
+
nn,
|
|
48123
48188
|
{
|
|
48124
48189
|
variant: "contained",
|
|
48125
48190
|
size: "large",
|
|
@@ -48169,7 +48234,7 @@ function nM({
|
|
|
48169
48234
|
project: e,
|
|
48170
48235
|
onClickProject: t
|
|
48171
48236
|
}) {
|
|
48172
|
-
const { mutable: n } = ut(), [r, i] =
|
|
48237
|
+
const { mutable: n } = ut(), [r, i] = Ve(null), o = !!r, a = (l) => {
|
|
48173
48238
|
i(l.currentTarget);
|
|
48174
48239
|
}, s = () => {
|
|
48175
48240
|
i(null);
|
|
@@ -48259,7 +48324,7 @@ function nM({
|
|
|
48259
48324
|
}
|
|
48260
48325
|
),
|
|
48261
48326
|
/* @__PURE__ */ h(
|
|
48262
|
-
|
|
48327
|
+
nn,
|
|
48263
48328
|
{
|
|
48264
48329
|
variant: "contained",
|
|
48265
48330
|
color: "secondary",
|
|
@@ -48306,7 +48371,7 @@ function LM({
|
|
|
48306
48371
|
}, k = a.length === 0;
|
|
48307
48372
|
return /* @__PURE__ */ L(pt, { children: [
|
|
48308
48373
|
/* @__PURE__ */ h(
|
|
48309
|
-
|
|
48374
|
+
nn,
|
|
48310
48375
|
{
|
|
48311
48376
|
"aria-controls": g ? "basic-menu" : void 0,
|
|
48312
48377
|
"aria-haspopup": "true",
|
|
@@ -48468,7 +48533,7 @@ function LM({
|
|
|
48468
48533
|
) }),
|
|
48469
48534
|
/* @__PURE__ */ L(Nt, { direction: "row", spacing: 1, justifyContent: "flex-end", children: [
|
|
48470
48535
|
/* @__PURE__ */ h(
|
|
48471
|
-
|
|
48536
|
+
nn,
|
|
48472
48537
|
{
|
|
48473
48538
|
onClick: x,
|
|
48474
48539
|
variant: "outlined",
|
|
@@ -48477,7 +48542,7 @@ function LM({
|
|
|
48477
48542
|
}
|
|
48478
48543
|
),
|
|
48479
48544
|
/* @__PURE__ */ h(
|
|
48480
|
-
|
|
48545
|
+
nn,
|
|
48481
48546
|
{
|
|
48482
48547
|
onClick: (v) => S(v),
|
|
48483
48548
|
variant: "contained",
|
|
@@ -48534,7 +48599,7 @@ function iM({
|
|
|
48534
48599
|
onSizeChange: r,
|
|
48535
48600
|
onDrill: i
|
|
48536
48601
|
}) {
|
|
48537
|
-
const o = _n(null), [a, s] =
|
|
48602
|
+
const o = _n(null), [a, s] = Ve(!1);
|
|
48538
48603
|
return q2(() => {
|
|
48539
48604
|
if (!o.current || !e) return;
|
|
48540
48605
|
let l = !0;
|
|
@@ -48569,7 +48634,7 @@ function iM({
|
|
|
48569
48634
|
}), () => {
|
|
48570
48635
|
l = !1;
|
|
48571
48636
|
};
|
|
48572
|
-
}, [e, i]),
|
|
48637
|
+
}, [e, i]), Lt(() => {
|
|
48573
48638
|
if (!o.current || !a) return;
|
|
48574
48639
|
const l = o.current, u = () => {
|
|
48575
48640
|
if (l) {
|