climb-onyx-gui 0.14.0-dev.6 → 0.14.0-dev.8
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/climb-onyx-gui.js +10 -7
- package/package.json +1 -1
package/dist/climb-onyx-gui.js
CHANGED
|
@@ -63804,7 +63804,7 @@ function p5(e) {
|
|
|
63804
63804
|
{
|
|
63805
63805
|
...e,
|
|
63806
63806
|
data: p,
|
|
63807
|
-
defaultFileNamePrefix:
|
|
63807
|
+
defaultFileNamePrefix: e.defaultFileNamePrefix,
|
|
63808
63808
|
footer: e.description,
|
|
63809
63809
|
cellRenderers: /* @__PURE__ */ new Map([
|
|
63810
63810
|
["analysis_id", UT(e)],
|
|
@@ -63991,7 +63991,7 @@ var zie = /* @__PURE__ */ ip(function(e, t) {
|
|
|
63991
63991
|
}), g5 = zie;
|
|
63992
63992
|
const m5 = (e) => {
|
|
63993
63993
|
const t = e.label.split("|", 2);
|
|
63994
|
-
return /* @__PURE__ */ Te("div", { className: "onyx-modal small", children: /* @__PURE__ */ pr(Ck.Option, { ...e, children: [
|
|
63994
|
+
return /* @__PURE__ */ Te("div", { className: "onyx-modal", children: /* @__PURE__ */ Te("small", { children: /* @__PURE__ */ pr(Ck.Option, { ...e, children: [
|
|
63995
63995
|
t.length > 0 && /* @__PURE__ */ Te("div", { children: t[0] }),
|
|
63996
63996
|
t.length > 1 && /* @__PURE__ */ Te(
|
|
63997
63997
|
"div",
|
|
@@ -64000,7 +64000,7 @@ const m5 = (e) => {
|
|
|
64000
64000
|
children: t[1]
|
|
64001
64001
|
}
|
|
64002
64002
|
)
|
|
64003
|
-
] }) });
|
|
64003
|
+
] }) }) });
|
|
64004
64004
|
}, y5 = (e, t) => e + (t != null && t.get(e) ? ` | ${t == null ? void 0 : t.get(e)}` : "");
|
|
64005
64005
|
function ed(e) {
|
|
64006
64006
|
return /* @__PURE__ */ Te(
|
|
@@ -112139,8 +112139,11 @@ function sae(e) {
|
|
|
112139
112139
|
}
|
|
112140
112140
|
function lae(e) {
|
|
112141
112141
|
const [t, r] = lr(!1), [n, a] = lr(null), u = Er(
|
|
112142
|
-
() => VH(
|
|
112143
|
-
|
|
112142
|
+
() => VH(
|
|
112143
|
+
`${e.project}_${e.title.toLowerCase()}`,
|
|
112144
|
+
e.searchParameters
|
|
112145
|
+
),
|
|
112146
|
+
[e.project, e.title, e.searchParameters]
|
|
112144
112147
|
), o = Er(() => {
|
|
112145
112148
|
var p;
|
|
112146
112149
|
return ((p = e.data) == null ? void 0 : p.status) !== "success" ? { data: [] } : e.data;
|
|
@@ -112361,7 +112364,7 @@ function wP(e) {
|
|
|
112361
112364
|
}
|
|
112362
112365
|
),
|
|
112363
112366
|
/* @__PURE__ */ pr(Ti, { gap: 2, className: "h-100 overflow-y-hidden", children: [
|
|
112364
|
-
/* @__PURE__ */ Te("div", {
|
|
112367
|
+
/* @__PURE__ */ Te("div", { style: { height: "55%" }, children: /* @__PURE__ */ Te(
|
|
112365
112368
|
b5,
|
|
112366
112369
|
{
|
|
112367
112370
|
...e,
|
|
@@ -112370,7 +112373,7 @@ function wP(e) {
|
|
|
112370
112373
|
filterFieldOptions: v
|
|
112371
112374
|
}
|
|
112372
112375
|
) }),
|
|
112373
|
-
/* @__PURE__ */ Te("div", {
|
|
112376
|
+
/* @__PURE__ */ Te("div", { style: { height: "45%" }, children: /* @__PURE__ */ Te(
|
|
112374
112377
|
dae,
|
|
112375
112378
|
{
|
|
112376
112379
|
...e,
|