climb-onyx-gui 0.15.2-dev → 0.15.2-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/climb-onyx-gui.js +94 -86
- package/package.json +1 -1
package/dist/climb-onyx-gui.js
CHANGED
|
@@ -113039,105 +113039,113 @@ function Oae(e) {
|
|
|
113039
113039
|
] }) });
|
|
113040
113040
|
}
|
|
113041
113041
|
function Nae(e) {
|
|
113042
|
-
const { isFetching: t, error: r, data: n } = F7(e), { description: a, fields: u, defaultFields: o } = N3(n), {
|
|
113043
|
-
return /* @__PURE__ */ Se(
|
|
113044
|
-
|
|
113042
|
+
const { isFetching: t, error: r, data: n } = F7(e), { description: a, fields: u, defaultFields: o } = N3(n), { isFetching: c, data: i } = P7(e), { fields: s, defaultFields: p } = N3(i);
|
|
113043
|
+
return /* @__PURE__ */ Se(
|
|
113044
|
+
vc,
|
|
113045
113045
|
{
|
|
113046
|
-
|
|
113047
|
-
|
|
113048
|
-
|
|
113049
|
-
children: /* @__PURE__ */
|
|
113050
|
-
|
|
113051
|
-
|
|
113052
|
-
|
|
113053
|
-
|
|
113054
|
-
|
|
113055
|
-
|
|
113056
|
-
|
|
113057
|
-
|
|
113058
|
-
|
|
113059
|
-
|
|
113060
|
-
|
|
113061
|
-
|
|
113062
|
-
|
|
113063
|
-
|
|
113064
|
-
|
|
113065
|
-
|
|
113066
|
-
commandBase: `onyx filter ${e.project.code}`,
|
|
113067
|
-
searchPath: `projects/${e.project.code}`
|
|
113068
|
-
}
|
|
113069
|
-
) }),
|
|
113070
|
-
/* @__PURE__ */ Se(
|
|
113071
|
-
yi.Pane,
|
|
113072
|
-
{
|
|
113073
|
-
eventKey: $h.DETAIL,
|
|
113074
|
-
className: "h-100",
|
|
113075
|
-
unmountOnExit: !0,
|
|
113076
|
-
children: /* @__PURE__ */ Se(
|
|
113077
|
-
xae,
|
|
113046
|
+
isFetching: t || c,
|
|
113047
|
+
error: r,
|
|
113048
|
+
data: n,
|
|
113049
|
+
children: /* @__PURE__ */ Se(
|
|
113050
|
+
yi.Container,
|
|
113051
|
+
{
|
|
113052
|
+
activeKey: e.tabState.tabKey,
|
|
113053
|
+
mountOnEnter: !0,
|
|
113054
|
+
transition: !1,
|
|
113055
|
+
children: /* @__PURE__ */ ur(yi.Content, { className: "h-100", children: [
|
|
113056
|
+
/* @__PURE__ */ Se(yi.Pane, { eventKey: Ga.USER, className: "h-100", children: /* @__PURE__ */ Se(Oae, { ...e }) }),
|
|
113057
|
+
/* @__PURE__ */ Se(yi.Pane, { eventKey: Ga.SITE, className: "h-100", children: /* @__PURE__ */ Se(Pae, { ...e }) }),
|
|
113058
|
+
/* @__PURE__ */ Se(yi.Pane, { eventKey: Ga.RECORDS, className: "h-100", children: /* @__PURE__ */ Se(
|
|
113059
|
+
yi.Container,
|
|
113060
|
+
{
|
|
113061
|
+
activeKey: e.tabState.recordTabKey,
|
|
113062
|
+
transition: !1,
|
|
113063
|
+
children: /* @__PURE__ */ ur(yi.Content, { className: "h-100", children: [
|
|
113064
|
+
/* @__PURE__ */ Se(yi.Pane, { eventKey: $h.LIST, className: "h-100", children: /* @__PURE__ */ Se(
|
|
113065
|
+
OP,
|
|
113078
113066
|
{
|
|
113079
113067
|
...e,
|
|
113080
113068
|
fields: u,
|
|
113069
|
+
defaultFields: o,
|
|
113081
113070
|
projectDescription: a,
|
|
113082
|
-
|
|
113083
|
-
|
|
113071
|
+
title: "Records",
|
|
113072
|
+
commandBase: `onyx filter ${e.project.code}`,
|
|
113073
|
+
searchPath: `projects/${e.project.code}`
|
|
113074
|
+
}
|
|
113075
|
+
) }),
|
|
113076
|
+
/* @__PURE__ */ Se(
|
|
113077
|
+
yi.Pane,
|
|
113078
|
+
{
|
|
113079
|
+
eventKey: $h.DETAIL,
|
|
113080
|
+
className: "h-100",
|
|
113081
|
+
unmountOnExit: !0,
|
|
113082
|
+
children: /* @__PURE__ */ Se(
|
|
113083
|
+
xae,
|
|
113084
|
+
{
|
|
113085
|
+
...e,
|
|
113086
|
+
fields: u,
|
|
113087
|
+
projectDescription: a,
|
|
113088
|
+
ID: e.tabState.recordID,
|
|
113089
|
+
onHide: e.handleProjectRecordHide
|
|
113090
|
+
}
|
|
113091
|
+
)
|
|
113084
113092
|
}
|
|
113085
113093
|
)
|
|
113086
|
-
}
|
|
113087
|
-
|
|
113088
|
-
|
|
113089
|
-
|
|
113090
|
-
|
|
113091
|
-
|
|
113092
|
-
|
|
113093
|
-
|
|
113094
|
-
|
|
113095
|
-
|
|
113096
|
-
|
|
113097
|
-
/* @__PURE__ */ Se(yi.Pane, { eventKey: Xh.LIST, className: "h-100", children: /* @__PURE__ */ Se(
|
|
113098
|
-
OP,
|
|
113099
|
-
{
|
|
113100
|
-
...e,
|
|
113101
|
-
fields: i,
|
|
113102
|
-
defaultFields: s,
|
|
113103
|
-
projectDescription: a,
|
|
113104
|
-
title: "Analyses",
|
|
113105
|
-
commandBase: `onyx filter-analysis ${e.project.code}`,
|
|
113106
|
-
searchPath: `projects/${e.project.code}/analysis`
|
|
113107
|
-
}
|
|
113108
|
-
) }),
|
|
113109
|
-
/* @__PURE__ */ Se(
|
|
113110
|
-
yi.Pane,
|
|
113111
|
-
{
|
|
113112
|
-
eventKey: Xh.DETAIL,
|
|
113113
|
-
className: "h-100",
|
|
113114
|
-
unmountOnExit: !0,
|
|
113115
|
-
children: /* @__PURE__ */ Se(
|
|
113116
|
-
tae,
|
|
113094
|
+
] })
|
|
113095
|
+
}
|
|
113096
|
+
) }),
|
|
113097
|
+
/* @__PURE__ */ Se(yi.Pane, { eventKey: Ga.ANALYSES, className: "h-100", children: /* @__PURE__ */ Se(
|
|
113098
|
+
yi.Container,
|
|
113099
|
+
{
|
|
113100
|
+
activeKey: e.tabState.analysisTabKey,
|
|
113101
|
+
transition: !1,
|
|
113102
|
+
children: /* @__PURE__ */ ur(yi.Content, { className: "h-100", children: [
|
|
113103
|
+
/* @__PURE__ */ Se(yi.Pane, { eventKey: Xh.LIST, className: "h-100", children: /* @__PURE__ */ Se(
|
|
113104
|
+
OP,
|
|
113117
113105
|
{
|
|
113118
113106
|
...e,
|
|
113119
|
-
fields:
|
|
113107
|
+
fields: s,
|
|
113108
|
+
defaultFields: p,
|
|
113120
113109
|
projectDescription: a,
|
|
113121
|
-
|
|
113122
|
-
|
|
113110
|
+
title: "Analyses",
|
|
113111
|
+
commandBase: `onyx filter-analysis ${e.project.code}`,
|
|
113112
|
+
searchPath: `projects/${e.project.code}/analysis`
|
|
113113
|
+
}
|
|
113114
|
+
) }),
|
|
113115
|
+
/* @__PURE__ */ Se(
|
|
113116
|
+
yi.Pane,
|
|
113117
|
+
{
|
|
113118
|
+
eventKey: Xh.DETAIL,
|
|
113119
|
+
className: "h-100",
|
|
113120
|
+
unmountOnExit: !0,
|
|
113121
|
+
children: /* @__PURE__ */ Se(
|
|
113122
|
+
tae,
|
|
113123
|
+
{
|
|
113124
|
+
...e,
|
|
113125
|
+
fields: s,
|
|
113126
|
+
projectDescription: a,
|
|
113127
|
+
ID: e.tabState.analysisID,
|
|
113128
|
+
onHide: e.handleAnalysisHide
|
|
113129
|
+
}
|
|
113130
|
+
)
|
|
113123
113131
|
}
|
|
113124
113132
|
)
|
|
113125
|
-
}
|
|
113126
|
-
|
|
113127
|
-
|
|
113128
|
-
|
|
113129
|
-
|
|
113130
|
-
|
|
113131
|
-
|
|
113132
|
-
|
|
113133
|
-
|
|
113134
|
-
|
|
113135
|
-
|
|
113136
|
-
}
|
|
113137
|
-
|
|
113138
|
-
|
|
113133
|
+
] })
|
|
113134
|
+
}
|
|
113135
|
+
) }),
|
|
113136
|
+
/* @__PURE__ */ Se(yi.Pane, { eventKey: Ga.GRAPHS, className: "h-100", children: /* @__PURE__ */ Se(
|
|
113137
|
+
Sae,
|
|
113138
|
+
{
|
|
113139
|
+
...e,
|
|
113140
|
+
fields: u,
|
|
113141
|
+
projectDescription: a
|
|
113142
|
+
}
|
|
113143
|
+
) })
|
|
113144
|
+
] })
|
|
113145
|
+
}
|
|
113146
|
+
)
|
|
113139
113147
|
}
|
|
113140
|
-
)
|
|
113148
|
+
);
|
|
113141
113149
|
}
|
|
113142
113150
|
function Gae() {
|
|
113143
113151
|
const e = WL(1e3);
|