climb-onyx-gui 0.14.0-dev.7 → 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.
@@ -63804,7 +63804,7 @@ function p5(e) {
63804
63804
  {
63805
63805
  ...e,
63806
63806
  data: p,
63807
- defaultFileNamePrefix: `${e.ID}_upstream`,
63807
+ defaultFileNamePrefix: e.defaultFileNamePrefix,
63808
63808
  footer: e.description,
63809
63809
  cellRenderers: /* @__PURE__ */ new Map([
63810
63810
  ["analysis_id", UT(e)],
@@ -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(e.project, e.searchParameters),
112143
- [e.project, e.searchParameters]
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", { className: "h-50", children: /* @__PURE__ */ Te(
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", { className: "h-50", children: /* @__PURE__ */ Te(
112376
+ /* @__PURE__ */ Te("div", { style: { height: "45%" }, children: /* @__PURE__ */ Te(
112374
112377
  dae,
112375
112378
  {
112376
112379
  ...e,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "climb-onyx-gui",
3
- "version": "0.14.0-dev.7",
3
+ "version": "0.14.0-dev.8",
4
4
  "type": "module",
5
5
  "main": "dist/climb-onyx-gui.js",
6
6
  "types": "dist/main.d.ts",