@bahmni/registration-app 0.0.1-dev.141 → 0.0.1-dev.143
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/{FormsTable-BJ9Pzu4W-C5ZS4wVz.js → FormsTable-tMH2a88--B1jRoSEA.js} +30 -30
- package/dist/LNWAZHJI-C8KJ389U.js +33 -0
- package/dist/{MWZ6AO7Z-BLGVt0PY.js → MWZ6AO7Z-L_boVlDv.js} +7 -7
- package/dist/{Observations-DFT3FNLn-C_bfntvy.js → Observations-CJvLqCvX-DTuUwKyq.js} +29 -29
- package/dist/{YPM2AS64-5JXdyPqx.js → YPM2AS64-DYb-0X63.js} +563 -563
- package/dist/{index-f72K_11F.js → index-C8JfSqHC.js} +1600 -1588
- package/dist/index.js +1 -1
- package/package.json +3 -3
- package/dist/LNWAZHJI-CecGPlpP.js +0 -33
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { jsx as t, jsxs as p, Fragment as
|
|
2
|
-
import { u as
|
|
1
|
+
import { jsx as t, jsxs as p, Fragment as J } from "react/jsx-runtime";
|
|
2
|
+
import { u as z, V as Y, a as W, Q as Z, J as ee, X as re, G as ae, d as oe, g as te, $ as x, F as ne, q as se, b as me, x as de, y as G, B as ie, E as v } from "./index-C8JfSqHC.js";
|
|
3
3
|
import { useQuery as h } from "@tanstack/react-query";
|
|
4
|
-
import { useState as
|
|
4
|
+
import { useState as U, useMemo as $, useCallback as y } from "react";
|
|
5
5
|
const le = "_formsTableBody_1pd36_1", ce = "_customAccordianItem_1pd36_6", ue = "_formContent_1pd36_18", pe = "_formDetailsContainer_1pd36_25", be = "_observation_1pd36_30", _e = "_groupContainer_1pd36_39", fe = "_rowContainer_1pd36_43", $e = "_groupLabel_1pd36_48", Ne = "_rowLabel_1pd36_58", ge = "_rowValue_1pd36_67", he = "_groupMembers_1pd36_75", ye = "_memberRow_1pd36_81", ve = "_memberLabel_1pd36_86", Ae = "_memberValue_1pd36_94", Me = "_abnormalValue_1pd36_102", Te = "_commentSection_1pd36_110", Le = "_commentText_1pd36_116", Ce = "_nestedGroup_1pd36_125", De = "_nestedGroupLabel_1pd36_132", Oe = "_nestedGroupMembers_1pd36_141", o = {
|
|
6
6
|
formsTableBody: le,
|
|
7
7
|
customAccordianItem: ce,
|
|
@@ -26,7 +26,7 @@ const le = "_formsTableBody_1pd36_1", ce = "_customAccordianItem_1pd36_6", ue =
|
|
|
26
26
|
}, Re = "ABNORMAL", q = (e) => {
|
|
27
27
|
const s = e.concept?.units, d = e.concept?.lowNormal, r = e.concept?.hiNormal, u = d != null, m = r != null, c = u && m ? ` (${d} - ${r})` : u ? ` (>${d})` : m ? ` (<${r})` : "", a = e.interpretation && e.interpretation.toUpperCase() === Re;
|
|
28
28
|
return { units: s, rangeString: c, isAbnormal: a };
|
|
29
|
-
},
|
|
29
|
+
}, k = ({
|
|
30
30
|
member: e,
|
|
31
31
|
depth: s = 0,
|
|
32
32
|
memberIndex: d = 0,
|
|
@@ -55,7 +55,7 @@ const le = "_formsTableBody_1pd36_1", ce = "_customAccordianItem_1pd36_6", ue =
|
|
|
55
55
|
className: o.nestedGroupMembers,
|
|
56
56
|
"data-testid": `${c}obs-nested-group-members-${m}-${d}`,
|
|
57
57
|
children: e.groupMembers?.map((N, g) => /* @__PURE__ */ t(
|
|
58
|
-
|
|
58
|
+
k,
|
|
59
59
|
{
|
|
60
60
|
member: N,
|
|
61
61
|
depth: s + 1,
|
|
@@ -146,7 +146,7 @@ const le = "_formsTableBody_1pd36_1", ce = "_customAccordianItem_1pd36_6", ue =
|
|
|
146
146
|
className: o.groupMembers,
|
|
147
147
|
"data-testid": `${a}observation-group-members-${e.conceptNameToDisplay}-${s}`,
|
|
148
148
|
children: e.groupMembers?.map((b, _) => /* @__PURE__ */ t(
|
|
149
|
-
|
|
149
|
+
k,
|
|
150
150
|
{
|
|
151
151
|
member: b,
|
|
152
152
|
depth: 0,
|
|
@@ -188,22 +188,22 @@ const le = "_formsTableBody_1pd36_1", ce = "_customAccordianItem_1pd36_6", ue =
|
|
|
188
188
|
},
|
|
189
189
|
`${e.concept.uuid}-${s}`
|
|
190
190
|
);
|
|
191
|
-
},
|
|
191
|
+
}, Se = ({
|
|
192
192
|
episodeOfCareUuids: e,
|
|
193
193
|
encounterUuids: s,
|
|
194
194
|
config: d
|
|
195
195
|
}) => {
|
|
196
|
-
const { t: r } =
|
|
196
|
+
const { t: r } = z(), u = Y(), [m, c] = U(!1), [a, b] = U(null), _ = d?.numberOfVisits, N = W(
|
|
197
197
|
e,
|
|
198
198
|
s
|
|
199
199
|
), {
|
|
200
200
|
data: g = [],
|
|
201
201
|
isLoading: L,
|
|
202
202
|
isError: C,
|
|
203
|
-
error:
|
|
203
|
+
error: H
|
|
204
204
|
} = h({
|
|
205
205
|
queryKey: ["forms", u, e],
|
|
206
|
-
queryFn: () =>
|
|
206
|
+
queryFn: () => Z(u, void 0, _),
|
|
207
207
|
enabled: !!u && !N
|
|
208
208
|
}), D = $(() => !s || s.length === 0 ? g : g.filter(
|
|
209
209
|
(n) => s.includes(n.encounterUuid)
|
|
@@ -218,7 +218,7 @@ const le = "_formsTableBody_1pd36_1", ce = "_customAccordianItem_1pd36_6", ue =
|
|
|
218
218
|
return R(a.formName);
|
|
219
219
|
}, [a, R]), {
|
|
220
220
|
data: we,
|
|
221
|
-
isLoading:
|
|
221
|
+
isLoading: j,
|
|
222
222
|
error: F
|
|
223
223
|
} = h({
|
|
224
224
|
queryKey: ["formMetadata", A],
|
|
@@ -226,7 +226,7 @@ const le = "_formsTableBody_1pd36_1", ce = "_customAccordianItem_1pd36_6", ue =
|
|
|
226
226
|
enabled: !!A && m
|
|
227
227
|
}), {
|
|
228
228
|
data: M,
|
|
229
|
-
isLoading:
|
|
229
|
+
isLoading: K,
|
|
230
230
|
error: w
|
|
231
231
|
} = h({
|
|
232
232
|
queryKey: ["formsEncounter", a?.encounterUuid],
|
|
@@ -246,12 +246,12 @@ const le = "_formsTableBody_1pd36_1", ce = "_customAccordianItem_1pd36_6", ue =
|
|
|
246
246
|
{ key: "recordedBy", sortable: !0 }
|
|
247
247
|
],
|
|
248
248
|
[]
|
|
249
|
-
),
|
|
249
|
+
), B = $(() => {
|
|
250
250
|
const n = D.reduce(
|
|
251
251
|
(l, i) => {
|
|
252
252
|
const f = i.formName;
|
|
253
253
|
l[f] ??= [];
|
|
254
|
-
const T = i.providers.map((
|
|
254
|
+
const T = i.providers.map((X) => X.providerName).filter(Boolean).join(", ");
|
|
255
255
|
return l[f].push({
|
|
256
256
|
id: i.encounterUuid,
|
|
257
257
|
formName: i.formName,
|
|
@@ -271,38 +271,38 @@ const le = "_formsTableBody_1pd36_1", ce = "_customAccordianItem_1pd36_6", ue =
|
|
|
271
271
|
)
|
|
272
272
|
})
|
|
273
273
|
).sort((l, i) => l.formName.localeCompare(i.formName));
|
|
274
|
-
}, [D, r]),
|
|
274
|
+
}, [D, r]), V = y((n) => {
|
|
275
275
|
b(n), c(!0);
|
|
276
|
-
}, []),
|
|
276
|
+
}, []), Q = y(() => {
|
|
277
277
|
c(!1), b(null);
|
|
278
|
-
}, []),
|
|
278
|
+
}, []), S = y(
|
|
279
279
|
(n, l) => {
|
|
280
280
|
switch (l) {
|
|
281
281
|
case "recordedOn":
|
|
282
|
-
return /* @__PURE__ */ t(te, { onClick: () =>
|
|
282
|
+
return /* @__PURE__ */ t(te, { onClick: () => V(n), children: n.recordedOn });
|
|
283
283
|
case "recordedBy":
|
|
284
284
|
return n.recordedBy;
|
|
285
285
|
default:
|
|
286
286
|
return null;
|
|
287
287
|
}
|
|
288
288
|
},
|
|
289
|
-
[
|
|
289
|
+
[V]
|
|
290
290
|
);
|
|
291
|
-
return /* @__PURE__ */ p(
|
|
292
|
-
/* @__PURE__ */ t("div", { "data-testid": "forms-table", children: L || C ||
|
|
293
|
-
|
|
291
|
+
return /* @__PURE__ */ p(J, { children: [
|
|
292
|
+
/* @__PURE__ */ t("div", { "data-testid": "forms-table", children: L || C || B.length === 0 || N ? /* @__PURE__ */ t(
|
|
293
|
+
x,
|
|
294
294
|
{
|
|
295
295
|
headers: I,
|
|
296
296
|
ariaLabel: r("FORMS_HEADING"),
|
|
297
297
|
rows: [],
|
|
298
298
|
loading: L,
|
|
299
|
-
errorStateMessage: C ?
|
|
299
|
+
errorStateMessage: C ? H?.message : void 0,
|
|
300
300
|
emptyStateMessage: r("FORMS_UNAVAILABLE"),
|
|
301
|
-
renderCell:
|
|
301
|
+
renderCell: S,
|
|
302
302
|
className: o.formsTableBody,
|
|
303
303
|
dataTestId: "forms-table"
|
|
304
304
|
}
|
|
305
|
-
) : /* @__PURE__ */ t(ne, { align: "start", children:
|
|
305
|
+
) : /* @__PURE__ */ t(ne, { align: "start", children: B.map((n, l) => {
|
|
306
306
|
const { formName: i, records: f } = n;
|
|
307
307
|
return /* @__PURE__ */ t(
|
|
308
308
|
se,
|
|
@@ -312,7 +312,7 @@ const le = "_formsTableBody_1pd36_1", ce = "_customAccordianItem_1pd36_6", ue =
|
|
|
312
312
|
testId: `accordian-title-${i}`,
|
|
313
313
|
open: l === 0,
|
|
314
314
|
children: /* @__PURE__ */ t(
|
|
315
|
-
|
|
315
|
+
x,
|
|
316
316
|
{
|
|
317
317
|
headers: I,
|
|
318
318
|
ariaLabel: r("FORMS_HEADING"),
|
|
@@ -321,7 +321,7 @@ const le = "_formsTableBody_1pd36_1", ce = "_customAccordianItem_1pd36_6", ue =
|
|
|
321
321
|
errorStateMessage: "",
|
|
322
322
|
sortable: P,
|
|
323
323
|
emptyStateMessage: r("FORMS_UNAVAILABLE"),
|
|
324
|
-
renderCell:
|
|
324
|
+
renderCell: S,
|
|
325
325
|
className: o.formsTableBody,
|
|
326
326
|
dataTestId: `forms-table-${i}`
|
|
327
327
|
}
|
|
@@ -335,13 +335,13 @@ const le = "_formsTableBody_1pd36_1", ce = "_customAccordianItem_1pd36_6", ue =
|
|
|
335
335
|
{
|
|
336
336
|
id: "modalIdForActionAreaLayout",
|
|
337
337
|
open: m,
|
|
338
|
-
onRequestClose:
|
|
338
|
+
onRequestClose: Q,
|
|
339
339
|
modalHeading: a.formName,
|
|
340
340
|
modalLabel: `${a.recordedOn} | ${a.recordedBy}`,
|
|
341
341
|
passiveModal: !0,
|
|
342
342
|
size: "md",
|
|
343
343
|
testId: "form-details-modal",
|
|
344
|
-
children: /* @__PURE__ */ t("div", { className: o.formContent, children:
|
|
344
|
+
children: /* @__PURE__ */ t("div", { className: o.formContent, children: j || K ? /* @__PURE__ */ t(de, { width: "100%", lineCount: 3 }) : F ? /* @__PURE__ */ t("div", { children: G(F).message ?? r("ERROR_FETCHING_FORM_METADATA") }) : w ? /* @__PURE__ */ t("div", { children: G(w).message ?? r("ERROR_FETCHING_FORM_DATA") }) : E.length > 0 ? /* @__PURE__ */ t("div", { className: o.formDetailsContainer, children: E.map((n, l) => /* @__PURE__ */ t(
|
|
345
345
|
Fe,
|
|
346
346
|
{
|
|
347
347
|
observation: n,
|
|
@@ -355,5 +355,5 @@ const le = "_formsTableBody_1pd36_1", ce = "_customAccordianItem_1pd36_6", ue =
|
|
|
355
355
|
] });
|
|
356
356
|
};
|
|
357
357
|
export {
|
|
358
|
-
|
|
358
|
+
Se as default
|
|
359
359
|
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { c, T as l, P as m, a as i, D as u, Q as v } from "./YPM2AS64-DYb-0X63.js";
|
|
2
|
+
import { h as d, i as f, j as e } from "./index-C8JfSqHC.js";
|
|
3
|
+
var h = (a) => {
|
|
4
|
+
const [r, t] = c({
|
|
5
|
+
prefix: "TanstackQueryDevtools"
|
|
6
|
+
}), n = d(), s = f(() => {
|
|
7
|
+
const o = r.theme_preference || l;
|
|
8
|
+
return o !== "system" ? o : n();
|
|
9
|
+
});
|
|
10
|
+
return e(v.Provider, {
|
|
11
|
+
value: a,
|
|
12
|
+
get children() {
|
|
13
|
+
return e(m, {
|
|
14
|
+
localStore: r,
|
|
15
|
+
setLocalStore: t,
|
|
16
|
+
get children() {
|
|
17
|
+
return e(i.Provider, {
|
|
18
|
+
value: s,
|
|
19
|
+
get children() {
|
|
20
|
+
return e(u, {
|
|
21
|
+
localStore: r,
|
|
22
|
+
setLocalStore: t
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
});
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
}, C = h;
|
|
31
|
+
export {
|
|
32
|
+
C as default
|
|
33
|
+
};
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { c as s, T as c, P as
|
|
2
|
-
import {
|
|
3
|
-
var
|
|
1
|
+
import { c as s, T as c, P as i, a as u, b as m, C as P, Q as d } from "./YPM2AS64-DYb-0X63.js";
|
|
2
|
+
import { h, i as v, j as e } from "./index-C8JfSqHC.js";
|
|
3
|
+
var C = (t) => {
|
|
4
4
|
const [r, o] = s({
|
|
5
5
|
prefix: "TanstackQueryDevtools"
|
|
6
|
-
}), a =
|
|
6
|
+
}), a = h(), l = v(() => {
|
|
7
7
|
const n = r.theme_preference || c;
|
|
8
8
|
return n !== "system" ? n : a();
|
|
9
9
|
});
|
|
10
10
|
return e(d.Provider, {
|
|
11
11
|
value: t,
|
|
12
12
|
get children() {
|
|
13
|
-
return e(
|
|
13
|
+
return e(i, {
|
|
14
14
|
disabled: !0,
|
|
15
15
|
localStore: r,
|
|
16
16
|
setLocalStore: o,
|
|
17
17
|
get children() {
|
|
18
|
-
return e(
|
|
18
|
+
return e(u.Provider, {
|
|
19
19
|
value: l,
|
|
20
20
|
get children() {
|
|
21
21
|
return e(m, {
|
|
@@ -36,7 +36,7 @@ var h = (t) => {
|
|
|
36
36
|
});
|
|
37
37
|
}
|
|
38
38
|
});
|
|
39
|
-
}, p =
|
|
39
|
+
}, p = C;
|
|
40
40
|
export {
|
|
41
41
|
p as default
|
|
42
42
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as _, jsx as b } from "react/jsx-runtime";
|
|
2
|
-
import { V as
|
|
3
|
-
import { useQueries as
|
|
4
|
-
import { useRef as
|
|
5
|
-
const
|
|
2
|
+
import { V as B, c as F, u as I, K as k, Y as K, e as x, $ as Q, W as G, N as A, U as H, f as Y, z as j, A as z } from "./index-C8JfSqHC.js";
|
|
3
|
+
import { useQueries as P, useQuery as W } from "@tanstack/react-query";
|
|
4
|
+
import { useRef as X, useEffect as S, useMemo as h } from "react";
|
|
5
|
+
const Z = "normal", J = "http://terminology.hl7.org/CodeSystem/referencerange-meaning", ee = "A", te = "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation", ne = (e, n) => e?.date ? G(e.date, n).formattedResult : n("DATE_ERROR_PARSE"), re = (e) => {
|
|
6
6
|
if (!e.observationValue?.value)
|
|
7
7
|
return "";
|
|
8
8
|
const { value: n, unit: t } = e.observationValue;
|
|
@@ -60,7 +60,7 @@ function se(e) {
|
|
|
60
60
|
if (i && i.length > 0) {
|
|
61
61
|
const l = i.find(
|
|
62
62
|
(v) => v.type?.coding?.some(
|
|
63
|
-
(c) => c.system ===
|
|
63
|
+
(c) => c.system === J && c.code === Z
|
|
64
64
|
)
|
|
65
65
|
);
|
|
66
66
|
l && (l.low || l.high) && (u.referenceRange = {
|
|
@@ -112,9 +112,9 @@ function ue(e, n) {
|
|
|
112
112
|
location: t.location?.[0]?.location?.display
|
|
113
113
|
};
|
|
114
114
|
}
|
|
115
|
-
function
|
|
115
|
+
function N(e, n, t) {
|
|
116
116
|
const a = $(e.encounter), r = (e.hasMember ?? []).map((o) => $(o)).map((o) => o ? t.get(o) : void 0).filter((o) => !!o).map(
|
|
117
|
-
(o) =>
|
|
117
|
+
(o) => N(o, n, t)
|
|
118
118
|
);
|
|
119
119
|
return {
|
|
120
120
|
id: e.id,
|
|
@@ -137,7 +137,7 @@ function le(e) {
|
|
|
137
137
|
const r = [], o = [];
|
|
138
138
|
return t.forEach((i, s) => {
|
|
139
139
|
if (a.has(s)) return;
|
|
140
|
-
const u =
|
|
140
|
+
const u = N(
|
|
141
141
|
i,
|
|
142
142
|
n,
|
|
143
143
|
t
|
|
@@ -177,15 +177,15 @@ function ce(e) {
|
|
|
177
177
|
return !a && !r ? 0 : a ? r ? new Date(r).getTime() - new Date(a).getTime() : -1 : 1;
|
|
178
178
|
});
|
|
179
179
|
}
|
|
180
|
-
const
|
|
181
|
-
const o = ae(e, n), i = o.value, s =
|
|
180
|
+
const w = (e, n, t, a, r) => {
|
|
181
|
+
const o = ae(e, n), i = o.value, s = H(i);
|
|
182
182
|
let u = i;
|
|
183
|
-
s === "Image" && (u = /* @__PURE__ */ b(
|
|
183
|
+
s === "Image" && (u = /* @__PURE__ */ b(j, { imageSrc: i, alt: i, id: `${i}-img` })), s === "Video" && (u = /* @__PURE__ */ b(z, { id: `${i}-video`, videoSrc: i }));
|
|
184
184
|
const l = r("OBSERVATIONS_RECORDED_BY", {
|
|
185
185
|
provider: o.provider
|
|
186
186
|
}), v = e.display, c = e.observationValue?.isAbnormal ? "abnormal-obs" : "obs", p = a ? `${a}-${c}-${v}-${t}-${n}` : `${c}-${v}-${t}-${n}`;
|
|
187
187
|
return /* @__PURE__ */ b(
|
|
188
|
-
|
|
188
|
+
Y,
|
|
189
189
|
{
|
|
190
190
|
header: o.header,
|
|
191
191
|
value: u,
|
|
@@ -197,13 +197,13 @@ const D = (e, n, t, a, r) => {
|
|
|
197
197
|
`obs-${e.id}`
|
|
198
198
|
);
|
|
199
199
|
}, ve = (e, n, t, a, r, o) => /* @__PURE__ */ b(
|
|
200
|
-
|
|
200
|
+
A,
|
|
201
201
|
{
|
|
202
202
|
title: e.display,
|
|
203
203
|
id: `grouped-obs-${e.display}-${a}`,
|
|
204
204
|
open: t,
|
|
205
205
|
children: e.children.map(
|
|
206
|
-
(i, s) =>
|
|
206
|
+
(i, s) => w(i, s, r, o, n)
|
|
207
207
|
)
|
|
208
208
|
},
|
|
209
209
|
`grouped-obs-${e.id}`
|
|
@@ -214,14 +214,14 @@ const D = (e, n, t, a, r) => {
|
|
|
214
214
|
const { t } = I(), a = (r, o, i) => {
|
|
215
215
|
const s = ne(r.encounterDetails, t);
|
|
216
216
|
return /* @__PURE__ */ _(
|
|
217
|
-
|
|
217
|
+
A,
|
|
218
218
|
{
|
|
219
219
|
title: s,
|
|
220
220
|
id: `encounter-${r.encounterId}`,
|
|
221
221
|
open: o,
|
|
222
222
|
children: [
|
|
223
223
|
r.observations.map(
|
|
224
|
-
(u, l) =>
|
|
224
|
+
(u, l) => w(u, l, i, n, t)
|
|
225
225
|
),
|
|
226
226
|
r.groupedObservations.map(
|
|
227
227
|
(u, l) => ve(
|
|
@@ -253,20 +253,20 @@ const D = (e, n, t, a, r) => {
|
|
|
253
253
|
observations: be,
|
|
254
254
|
title: ge
|
|
255
255
|
}, me = (e) => ["conceptUuid", e], fe = (e, n) => ["observations", e, ...n], Oe = ({ config: e }) => {
|
|
256
|
-
const n = e, { conceptNames: t = [], conceptUuid: a = [] } = n, r =
|
|
256
|
+
const n = e, { conceptNames: t = [], conceptUuid: a = [] } = n, r = X(/* @__PURE__ */ new Set()), o = B(), { addNotification: i } = F(), { t: s } = I(), u = P({
|
|
257
257
|
queries: t.map((d) => ({
|
|
258
258
|
queryKey: me(d),
|
|
259
|
-
queryFn: () =>
|
|
259
|
+
queryFn: () => k(d),
|
|
260
260
|
enabled: !!d
|
|
261
261
|
}))
|
|
262
262
|
});
|
|
263
263
|
S(() => {
|
|
264
264
|
u.forEach((d, g) => {
|
|
265
265
|
if (d.isError && !r.current.has(g)) {
|
|
266
|
-
const
|
|
266
|
+
const q = t[g];
|
|
267
267
|
i({
|
|
268
268
|
title: s("ERROR_DEFAULT_TITLE"),
|
|
269
|
-
message: s("ERROR_FETCHING_CONCEPT", { conceptName:
|
|
269
|
+
message: s("ERROR_FETCHING_CONCEPT", { conceptName: q }),
|
|
270
270
|
type: "error"
|
|
271
271
|
}), r.current.add(g);
|
|
272
272
|
} else d.isError || r.current.delete(g);
|
|
@@ -274,11 +274,11 @@ const D = (e, n, t, a, r) => {
|
|
|
274
274
|
}, [u, t]);
|
|
275
275
|
const l = h(() => u.map((d) => d.data?.uuid).filter((d) => !!d), [u]), v = h(() => [.../* @__PURE__ */ new Set([...l, ...a])], [l, a]), c = h(() => t.length === 0 ? !0 : u.every((d) => !d.isLoading), [u, t.length]), {
|
|
276
276
|
data: p,
|
|
277
|
-
isLoading:
|
|
277
|
+
isLoading: D,
|
|
278
278
|
isError: y
|
|
279
|
-
} =
|
|
279
|
+
} = W({
|
|
280
280
|
queryKey: fe(o, v),
|
|
281
|
-
queryFn: () =>
|
|
281
|
+
queryFn: () => K(o, v),
|
|
282
282
|
enabled: !!o && v.length > 0 && c
|
|
283
283
|
});
|
|
284
284
|
S(() => {
|
|
@@ -296,7 +296,7 @@ const D = (e, n, t, a, r) => {
|
|
|
296
296
|
{ key: "name", header: "name" },
|
|
297
297
|
{ key: "value", header: "value" },
|
|
298
298
|
{ key: "form", header: "form" }
|
|
299
|
-
], O =
|
|
299
|
+
], O = D || !c, R = y && c, C = (!p || p.entry?.length === 0 || v.length === 0) && c, U = R ? s("ERROR_FETCHING_OBSERVATIONS") : null, L = C ? s("NO_OBSERVATIONS_FOUND") : void 0, M = E.length > 0 && !O && !R, f = n.titleTranslationKey, m = f ? s(f) : "";
|
|
300
300
|
return /* @__PURE__ */ _(
|
|
301
301
|
"div",
|
|
302
302
|
{
|
|
@@ -306,7 +306,7 @@ const D = (e, n, t, a, r) => {
|
|
|
306
306
|
className: T.observations,
|
|
307
307
|
children: [
|
|
308
308
|
/* @__PURE__ */ b(
|
|
309
|
-
|
|
309
|
+
x,
|
|
310
310
|
{
|
|
311
311
|
id: "observations-title",
|
|
312
312
|
testId: f ? `observations-title-${m}` : "observations-title",
|
|
@@ -315,15 +315,15 @@ const D = (e, n, t, a, r) => {
|
|
|
315
315
|
children: /* @__PURE__ */ b("p", { children: m })
|
|
316
316
|
}
|
|
317
317
|
),
|
|
318
|
-
|
|
319
|
-
|
|
318
|
+
M ? /* @__PURE__ */ b(pe, { groupedData: E, title: m }) : /* @__PURE__ */ b(
|
|
319
|
+
Q,
|
|
320
320
|
{
|
|
321
321
|
headers: V,
|
|
322
322
|
rows: [],
|
|
323
323
|
ariaLabel: s("OBSERVATIONS"),
|
|
324
324
|
loading: O,
|
|
325
|
-
errorStateMessage:
|
|
326
|
-
emptyStateMessage:
|
|
325
|
+
errorStateMessage: U,
|
|
326
|
+
emptyStateMessage: L,
|
|
327
327
|
dataTestId: "observations-table"
|
|
328
328
|
}
|
|
329
329
|
)
|