@bahmni/home-app 0.0.1-dev.367 → 0.0.1-dev.368
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/{DocumentsTable-7Vlcy4Vm-DYcppD_k.js → DocumentsTable-CHqKtoG4-vou8EQlm.js} +8 -8
- package/dist/{FormsTable-CJVrUcXB-BTbDwsD4.js → FormsTable-Crz5nzU3-B6lduofK.js} +54 -54
- package/dist/{LNWAZHJI-B4axlUiF.js → LNWAZHJI-C6SQ8ybf.js} +2 -2
- package/dist/{MWZ6AO7Z-fhabR7Ru.js → MWZ6AO7Z-g40ysQ8-.js} +2 -2
- package/dist/{Observations-Be_tZGhM-D9JMWUWQ.js → Observations-CHjSKw9X-CX6Jtzj_.js} +15 -15
- package/dist/{YPM2AS64-BtSw6IDj.js → YPM2AS64-BFSt84xF.js} +1 -1
- package/dist/{index-u_fvrJi3.js → index-DK1YhsMf.js} +39 -39
- package/dist/{index-BvDvGPx8.js → index-oWFM__9G.js} +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as r, jsxs as p, Fragment as x } from "react/jsx-runtime";
|
|
2
|
-
import { g as G, u as Y, K as W,
|
|
2
|
+
import { g as G, u as Y, K as W, m as J, w as X, a as Z, U as ee, p as te } from "./index-DK1YhsMf.js";
|
|
3
3
|
import { useQuery as ae } from "@tanstack/react-query";
|
|
4
4
|
import { useState as l, useCallback as h, useEffect as I, useMemo as _ } from "react";
|
|
5
5
|
const ne = "DocumentsTable-module_documentsTableBody__6iR3w", oe = "DocumentsTable-module_viewAttachmentsLink__aQ1on", re = "DocumentsTable-module_documentViewerContainer__F5m8D", de = "DocumentsTable-module_attachmentItem__17KA7", se = "DocumentsTable-module_attachmentCounter__WFiI3", me = "DocumentsTable-module_attachmentError__RI4U2", ce = "DocumentsTable-module_documentIframe__ptq5I", le = "DocumentsTable-module_documentImage__KQVgS", d = {
|
|
@@ -34,14 +34,14 @@ const Te = [
|
|
|
34
34
|
"uploadedOn",
|
|
35
35
|
"uploadedBy"
|
|
36
36
|
], pe = /\.(jpg|jpeg|png|gif|webp|bmp|svg)$/i, B = (a) => a.attachments.length > 0 ? a.attachments : a.documentUrl ? [{ url: a.documentUrl, contentType: a.contentType }] : [], Ne = ({ config: a, encounterUuids: g }) => {
|
|
37
|
-
const [s,
|
|
37
|
+
const [s, w] = l(!1), [o, U] = l(
|
|
38
38
|
null
|
|
39
39
|
), [$, O] = l(
|
|
40
40
|
/* @__PURE__ */ new Set()
|
|
41
41
|
), E = G(), { t: n } = Y(), { addNotification: L } = W(), k = Number(a?.pageSize) || 5, [f, C] = l(1), [u, V] = l(k), [F, A] = l(void 0), M = h((e) => {
|
|
42
|
-
U(e),
|
|
42
|
+
U(e), w(!0);
|
|
43
43
|
}, []), H = h(() => {
|
|
44
|
-
|
|
44
|
+
w(!1), U(null), O(/* @__PURE__ */ new Set());
|
|
45
45
|
}, []), v = h((e) => {
|
|
46
46
|
O((t) => new Set(t).add(e));
|
|
47
47
|
}, []), { data: i, isLoading: q, isError: b, error: y } = ae({
|
|
@@ -76,9 +76,9 @@ const Te = [
|
|
|
76
76
|
if (!s || !o) return;
|
|
77
77
|
const t = /* @__PURE__ */ new Set(), m = B(o);
|
|
78
78
|
for (let c = 0; c < m.length; c++) {
|
|
79
|
-
const
|
|
79
|
+
const S = R(m[c].url);
|
|
80
80
|
try {
|
|
81
|
-
(await fetch(
|
|
81
|
+
(await fetch(S, {
|
|
82
82
|
method: "HEAD",
|
|
83
83
|
signal: e.signal
|
|
84
84
|
})).ok || t.add(c);
|
|
@@ -169,7 +169,7 @@ const Te = [
|
|
|
169
169
|
size: "lg",
|
|
170
170
|
testId: "document-view-modal",
|
|
171
171
|
children: /* @__PURE__ */ r("div", { className: d.documentViewerContainer, children: T.map((e, t) => {
|
|
172
|
-
const m = R(e.url), c = e.contentType?.toLowerCase().includes("pdf"),
|
|
172
|
+
const m = R(e.url), c = e.contentType?.toLowerCase().includes("pdf"), S = (e.contentType?.toLowerCase().includes("image") ?? !1) || pe.test(e.url ?? ""), D = $.has(t);
|
|
173
173
|
return m === "#" || D ? /* @__PURE__ */ p(
|
|
174
174
|
"div",
|
|
175
175
|
{
|
|
@@ -196,7 +196,7 @@ const Te = [
|
|
|
196
196
|
"/",
|
|
197
197
|
T.length
|
|
198
198
|
] }),
|
|
199
|
-
|
|
199
|
+
S ? /* @__PURE__ */ r(
|
|
200
200
|
"img",
|
|
201
201
|
{
|
|
202
202
|
src: m,
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import { jsx as i, jsxs as z, Fragment as
|
|
2
|
-
import { u as
|
|
3
|
-
import { useQueryClient as
|
|
4
|
-
import { useState as
|
|
5
|
-
const ke = "FormsTable-module_formsTableBody__SvGha",
|
|
1
|
+
import { jsx as i, jsxs as z, Fragment as ge } from "react/jsx-runtime";
|
|
2
|
+
import { u as he, g as pe, E as be, J as Ne, b as Oe, f as Te, d as Ee, c as Ie, Q as Ae, e as _e, R as ve, V as Se, s as K, a as Fe, h as Q, t as x, w as Re, U as P, S as Ue, $ as Ce, p as Be, Y as Le, T as Me } from "./index-DK1YhsMf.js";
|
|
3
|
+
import { useQueryClient as De, useQuery as O } from "@tanstack/react-query";
|
|
4
|
+
import { useState as G, useMemo as d, useCallback as l } from "react";
|
|
5
|
+
const ke = "FormsTable-module_formsTableBody__SvGha", we = "FormsTable-module_modalHeading__wnTmA", qe = "FormsTable-module_customAccordianItem__isszs", T = {
|
|
6
6
|
formsTableBody: ke,
|
|
7
|
-
modalHeading:
|
|
8
|
-
customAccordianItem:
|
|
9
|
-
},
|
|
7
|
+
modalHeading: we,
|
|
8
|
+
customAccordianItem: qe
|
|
9
|
+
}, Ve = "startConsultation", ze = ({
|
|
10
10
|
episodeOfCareUuids: R,
|
|
11
11
|
encounterUuids: u,
|
|
12
12
|
config: J,
|
|
13
13
|
disableActions: X = !1,
|
|
14
|
-
activeEncounterUuid:
|
|
14
|
+
activeEncounterUuid: g = null
|
|
15
15
|
}) => {
|
|
16
|
-
const { t: n } =
|
|
16
|
+
const { t: n } = he(), c = pe(), [h, U] = G(!1), [s, C] = G(null), {
|
|
17
17
|
numberOfVisits: Z,
|
|
18
18
|
hideThumbnail: W = !1,
|
|
19
19
|
forms: p
|
|
20
20
|
} = J ?? {}, ee = be(
|
|
21
|
-
|
|
22
|
-
), { userPrivileges: b } =
|
|
21
|
+
Me.EDIT_OBSERVATIONS
|
|
22
|
+
), { userPrivileges: b } = Ne(), E = ee && !X && !!g, B = Oe(
|
|
23
23
|
R,
|
|
24
24
|
u
|
|
25
|
-
), re =
|
|
25
|
+
), re = De(), {
|
|
26
26
|
data: L = [],
|
|
27
|
-
isLoading:
|
|
28
|
-
isError:
|
|
27
|
+
isLoading: M,
|
|
28
|
+
isError: D,
|
|
29
29
|
error: oe,
|
|
30
30
|
refetch: ae
|
|
31
|
-
} =
|
|
31
|
+
} = O({
|
|
32
32
|
queryKey: ["forms", c, R],
|
|
33
33
|
queryFn: () => Te(c, void 0, Z),
|
|
34
34
|
enabled: !!c && !B
|
|
@@ -39,12 +39,12 @@ const ke = "FormsTable-module_formsTableBody__SvGha", qe = "FormsTable-module_mo
|
|
|
39
39
|
)), Array.isArray(p) && p.length > 0 && (e = e.filter(
|
|
40
40
|
(r) => p.some((o) => o.toLowerCase() === r.formName.toLowerCase())
|
|
41
41
|
)), e;
|
|
42
|
-
}, [L, u, p]), { data:
|
|
42
|
+
}, [L, u, p]), { data: N = [] } = O({
|
|
43
43
|
queryKey: ["observationForms"],
|
|
44
44
|
queryFn: () => Ee()
|
|
45
|
-
}),
|
|
45
|
+
}), w = l(
|
|
46
46
|
(e) => {
|
|
47
|
-
const r =
|
|
47
|
+
const r = N.find((a) => a.name === e);
|
|
48
48
|
if (!r?.privileges || r.privileges.length === 0) return !0;
|
|
49
49
|
if (!b || b.length === 0) return !1;
|
|
50
50
|
const o = new Set(b.map((a) => a.name));
|
|
@@ -52,34 +52,34 @@ const ke = "FormsTable-module_formsTableBody__SvGha", qe = "FormsTable-module_mo
|
|
|
52
52
|
(a) => o.has(a.privilegeName) && a.editable
|
|
53
53
|
);
|
|
54
54
|
},
|
|
55
|
-
[
|
|
55
|
+
[N, b]
|
|
56
56
|
), f = l(
|
|
57
|
-
(e) => !
|
|
58
|
-
[
|
|
59
|
-
),
|
|
60
|
-
(e) =>
|
|
61
|
-
[
|
|
57
|
+
(e) => !g || e.encounterUuid !== g ? !1 : w(e.formName),
|
|
58
|
+
[g, w]
|
|
59
|
+
), q = l(
|
|
60
|
+
(e) => N.find((r) => r.name === e)?.uuid,
|
|
61
|
+
[N]
|
|
62
62
|
), I = d(() => {
|
|
63
63
|
if (s)
|
|
64
|
-
return
|
|
65
|
-
}, [s,
|
|
64
|
+
return q(s.formName);
|
|
65
|
+
}, [s, q]), {
|
|
66
66
|
data: m,
|
|
67
67
|
isLoading: te,
|
|
68
68
|
isError: se,
|
|
69
69
|
error: A
|
|
70
|
-
} =
|
|
70
|
+
} = O({
|
|
71
71
|
queryKey: ["formMetadata", I],
|
|
72
72
|
queryFn: () => Ie(I),
|
|
73
|
-
enabled: !!I &&
|
|
73
|
+
enabled: !!I && h
|
|
74
74
|
}), {
|
|
75
75
|
data: _,
|
|
76
76
|
isLoading: ne,
|
|
77
77
|
isError: ie,
|
|
78
78
|
error: v
|
|
79
|
-
} =
|
|
79
|
+
} = O({
|
|
80
80
|
queryKey: ["formsEncounterFHIR", s?.encounterUuid],
|
|
81
81
|
queryFn: () => Ae(s.encounterUuid),
|
|
82
|
-
enabled: !!s?.encounterUuid &&
|
|
82
|
+
enabled: !!s?.encounterUuid && h
|
|
83
83
|
});
|
|
84
84
|
_e(
|
|
85
85
|
(e) => {
|
|
@@ -117,25 +117,25 @@ const ke = "FormsTable-module_formsTableBody__SvGha", qe = "FormsTable-module_mo
|
|
|
117
117
|
return K(A).message;
|
|
118
118
|
if (v)
|
|
119
119
|
return K(v).message;
|
|
120
|
-
}, [A, v]),
|
|
120
|
+
}, [A, v]), y = d(
|
|
121
121
|
() => [
|
|
122
122
|
{ key: "recordedOn", header: n("RECORDED_ON") },
|
|
123
123
|
{ key: "recordedBy", header: n("RECORDED_BY") }
|
|
124
124
|
],
|
|
125
125
|
[n]
|
|
126
|
-
),
|
|
127
|
-
() => [...
|
|
128
|
-
[
|
|
126
|
+
), V = d(
|
|
127
|
+
() => [...y, { key: "actions", header: n("ACTIONS") }],
|
|
128
|
+
[y, n]
|
|
129
129
|
), ce = l(
|
|
130
|
-
(e) => E && e.some((r) => f(r)) ?
|
|
131
|
-
[E, f,
|
|
132
|
-
), fe =
|
|
130
|
+
(e) => E && e.some((r) => f(r)) ? V : y,
|
|
131
|
+
[E, f, V, y]
|
|
132
|
+
), fe = y, ye = d(
|
|
133
133
|
() => [
|
|
134
134
|
{ key: "recordedOn", sortable: !0 },
|
|
135
135
|
{ key: "recordedBy", sortable: !0 }
|
|
136
136
|
],
|
|
137
137
|
[]
|
|
138
|
-
),
|
|
138
|
+
), H = d(() => {
|
|
139
139
|
const e = k.reduce(
|
|
140
140
|
(r, o) => {
|
|
141
141
|
const a = o.formName;
|
|
@@ -166,7 +166,7 @@ const ke = "FormsTable-module_formsTableBody__SvGha", qe = "FormsTable-module_mo
|
|
|
166
166
|
U(!1), C(null);
|
|
167
167
|
}, []), S = l((e) => {
|
|
168
168
|
globalThis.dispatchEvent(
|
|
169
|
-
new CustomEvent(
|
|
169
|
+
new CustomEvent(Ve, {
|
|
170
170
|
detail: {
|
|
171
171
|
editOnly: "observationForms",
|
|
172
172
|
editTitle: "EDIT_OBSERVATION_FORM_TITLE",
|
|
@@ -185,14 +185,14 @@ const ke = "FormsTable-module_formsTableBody__SvGha", qe = "FormsTable-module_mo
|
|
|
185
185
|
return e.recordedBy;
|
|
186
186
|
case "actions":
|
|
187
187
|
return f(e) ? /* @__PURE__ */ i(
|
|
188
|
-
|
|
188
|
+
Q,
|
|
189
189
|
{
|
|
190
190
|
label: n("EDIT_OBSERVATION_FORM"),
|
|
191
191
|
kind: "ghost",
|
|
192
192
|
size: "sm",
|
|
193
193
|
testId: `edit-form-${e.encounterUuid}`,
|
|
194
194
|
onClick: () => S(e),
|
|
195
|
-
children: /* @__PURE__ */ i(
|
|
195
|
+
children: /* @__PURE__ */ i(x, {})
|
|
196
196
|
}
|
|
197
197
|
) : null;
|
|
198
198
|
default:
|
|
@@ -201,21 +201,21 @@ const ke = "FormsTable-module_formsTableBody__SvGha", qe = "FormsTable-module_mo
|
|
|
201
201
|
},
|
|
202
202
|
[$, S, f, n]
|
|
203
203
|
);
|
|
204
|
-
return /* @__PURE__ */ z(
|
|
205
|
-
/* @__PURE__ */ i("div", { id: "forms-table", "data-testid": "forms-table", children:
|
|
206
|
-
|
|
204
|
+
return /* @__PURE__ */ z(ge, { children: [
|
|
205
|
+
/* @__PURE__ */ i("div", { id: "forms-table", "data-testid": "forms-table", children: M || D || H.length === 0 || B ? /* @__PURE__ */ i(
|
|
206
|
+
P,
|
|
207
207
|
{
|
|
208
208
|
headers: fe,
|
|
209
209
|
ariaLabel: n("FORMS_HEADING"),
|
|
210
210
|
rows: [],
|
|
211
|
-
loading:
|
|
212
|
-
errorStateMessage:
|
|
211
|
+
loading: M,
|
|
212
|
+
errorStateMessage: D ? oe?.message : void 0,
|
|
213
213
|
emptyStateMessage: n("FORMS_UNAVAILABLE"),
|
|
214
214
|
renderCell: j,
|
|
215
215
|
className: T.formsTableBody,
|
|
216
216
|
dataTestId: "forms-table"
|
|
217
217
|
}
|
|
218
|
-
) : /* @__PURE__ */ i(Ue, { align: "start", children:
|
|
218
|
+
) : /* @__PURE__ */ i(Ue, { align: "start", children: H.map((e, r) => {
|
|
219
219
|
const { formName: o, records: a } = e, t = ce(a);
|
|
220
220
|
return /* @__PURE__ */ i(
|
|
221
221
|
Ce,
|
|
@@ -225,14 +225,14 @@ const ke = "FormsTable-module_formsTableBody__SvGha", qe = "FormsTable-module_mo
|
|
|
225
225
|
testId: `accordian-title-${o}`,
|
|
226
226
|
open: r === 0,
|
|
227
227
|
children: /* @__PURE__ */ i(
|
|
228
|
-
|
|
228
|
+
P,
|
|
229
229
|
{
|
|
230
230
|
headers: t,
|
|
231
231
|
ariaLabel: n("FORMS_HEADING"),
|
|
232
232
|
rows: a,
|
|
233
233
|
loading: !1,
|
|
234
234
|
errorStateMessage: "",
|
|
235
|
-
sortable:
|
|
235
|
+
sortable: ye,
|
|
236
236
|
emptyStateMessage: n("FORMS_UNAVAILABLE"),
|
|
237
237
|
renderCell: j,
|
|
238
238
|
className: T.formsTableBody,
|
|
@@ -243,17 +243,17 @@ const ke = "FormsTable-module_formsTableBody__SvGha", qe = "FormsTable-module_mo
|
|
|
243
243
|
o
|
|
244
244
|
);
|
|
245
245
|
}) }) }),
|
|
246
|
-
|
|
246
|
+
h && s && /* @__PURE__ */ i(
|
|
247
247
|
Be,
|
|
248
248
|
{
|
|
249
249
|
id: "modalIdForActionAreaLayout",
|
|
250
250
|
portalId: "main-display-area",
|
|
251
|
-
open:
|
|
251
|
+
open: h,
|
|
252
252
|
onRequestClose: Y,
|
|
253
253
|
modalHeading: /* @__PURE__ */ z("div", { className: T.modalHeading, children: [
|
|
254
254
|
/* @__PURE__ */ i("span", { children: s.formName }),
|
|
255
255
|
E && f(s) && /* @__PURE__ */ i(
|
|
256
|
-
|
|
256
|
+
Q,
|
|
257
257
|
{
|
|
258
258
|
label: n("EDIT_OBSERVATION_FORM"),
|
|
259
259
|
kind: "ghost",
|
|
@@ -262,7 +262,7 @@ const ke = "FormsTable-module_formsTableBody__SvGha", qe = "FormsTable-module_mo
|
|
|
262
262
|
onClick: () => {
|
|
263
263
|
Y(), S(s);
|
|
264
264
|
},
|
|
265
|
-
children: /* @__PURE__ */ i(
|
|
265
|
+
children: /* @__PURE__ */ i(x, {})
|
|
266
266
|
}
|
|
267
267
|
)
|
|
268
268
|
] }),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c, T as l, P as m, a as u, D as v, Q as i } from "./YPM2AS64-
|
|
2
|
-
import { a0 as d, a1 as f, a2 as e } from "./index-
|
|
1
|
+
import { c, T as l, P as m, a as u, D as v, Q as i } from "./YPM2AS64-BFSt84xF.js";
|
|
2
|
+
import { a0 as d, a1 as f, a2 as e } from "./index-DK1YhsMf.js";
|
|
3
3
|
var p = (a) => {
|
|
4
4
|
const [r, t] = c({
|
|
5
5
|
prefix: "TanstackQueryDevtools"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c as s, T as c, P as u, a as i, b as m, C as P, Q as d } from "./YPM2AS64-
|
|
2
|
-
import { a0 as v, a1 as C, a2 as e } from "./index-
|
|
1
|
+
import { c as s, T as c, P as u, a as i, b as m, C as P, Q as d } from "./YPM2AS64-BFSt84xF.js";
|
|
2
|
+
import { a0 as v, a1 as C, a2 as e } from "./index-DK1YhsMf.js";
|
|
3
3
|
var h = (t) => {
|
|
4
4
|
const [r, o] = s({
|
|
5
5
|
prefix: "TanstackQueryDevtools"
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs as S, jsx as u } from "react/jsx-runtime";
|
|
2
|
-
import { g as
|
|
2
|
+
import { g as V, K as q, u as N, i as M, j as k, e as x, k as H, x as Q, A as G, l as j, U as w, H as z, W as A, M as P, v as W, n as J, o as X, q as Z, r as ee } from "./index-DK1YhsMf.js";
|
|
3
3
|
import { useQueries as ae, useQuery as te } from "@tanstack/react-query";
|
|
4
|
-
import { useRef as se, useEffect as
|
|
4
|
+
import { useRef as se, useEffect as _, useMemo as E } from "react";
|
|
5
5
|
const D = (a, n, d, l, b, r) => {
|
|
6
|
-
const t = P(a, n, b), s = t.value, o =
|
|
6
|
+
const t = P(a, n, b), s = t.value, o = W(s);
|
|
7
7
|
let i = s;
|
|
8
8
|
o === "Image" && (i = /* @__PURE__ */ u(
|
|
9
9
|
X,
|
|
@@ -25,7 +25,7 @@ const D = (a, n, d, l, b, r) => {
|
|
|
25
25
|
provider: t.provider
|
|
26
26
|
}), p = a.display, v = a.observationValue?.isAbnormal ? "abnormal-obs" : "obs", c = l ? `${l}-${v}-${p}-${d}-${n}` : `${v}-${p}-${d}-${n}`;
|
|
27
27
|
return /* @__PURE__ */ u(
|
|
28
|
-
|
|
28
|
+
J,
|
|
29
29
|
{
|
|
30
30
|
header: t.header,
|
|
31
31
|
value: i,
|
|
@@ -113,20 +113,20 @@ const D = (a, n, d, l, b, r) => {
|
|
|
113
113
|
conceptNames: d = [],
|
|
114
114
|
conceptUuid: l = [],
|
|
115
115
|
hideThumbnail: b = !1
|
|
116
|
-
} = n, r = se(/* @__PURE__ */ new Set()), t =
|
|
116
|
+
} = n, r = se(/* @__PURE__ */ new Set()), t = V(), { addNotification: s } = q(), { t: o } = N(), i = ae({
|
|
117
117
|
queries: d.map((e) => ({
|
|
118
118
|
queryKey: de(e),
|
|
119
119
|
queryFn: () => M(e),
|
|
120
120
|
enabled: !!e
|
|
121
121
|
}))
|
|
122
122
|
});
|
|
123
|
-
|
|
123
|
+
_(() => {
|
|
124
124
|
i.forEach((e, h) => {
|
|
125
125
|
if (e.isError && !r.current.has(h)) {
|
|
126
|
-
const
|
|
126
|
+
const B = d[h];
|
|
127
127
|
s({
|
|
128
128
|
title: o("ERROR_DEFAULT_TITLE"),
|
|
129
|
-
message: o("ERROR_FETCHING_CONCEPT", { conceptName:
|
|
129
|
+
message: o("ERROR_FETCHING_CONCEPT", { conceptName: B }),
|
|
130
130
|
type: "error"
|
|
131
131
|
}), r.current.add(h);
|
|
132
132
|
} else e.isError || r.current.delete(h);
|
|
@@ -149,7 +149,7 @@ const D = (a, n, d, l, b, r) => {
|
|
|
149
149
|
) && g();
|
|
150
150
|
},
|
|
151
151
|
[t, g]
|
|
152
|
-
),
|
|
152
|
+
), _(() => {
|
|
153
153
|
T && s({
|
|
154
154
|
title: o("ERROR_DEFAULT_TITLE"),
|
|
155
155
|
message: o("ERROR_FETCHING_OBSERVATIONS"),
|
|
@@ -158,13 +158,13 @@ const D = (a, n, d, l, b, r) => {
|
|
|
158
158
|
}, [T]);
|
|
159
159
|
const O = E(() => {
|
|
160
160
|
if (!c) return [];
|
|
161
|
-
const e =
|
|
162
|
-
return
|
|
161
|
+
const e = H(c), h = Q(e);
|
|
162
|
+
return G(h);
|
|
163
163
|
}, [c]), L = [
|
|
164
164
|
{ key: "name", header: "name" },
|
|
165
165
|
{ key: "value", header: "value" },
|
|
166
166
|
{ key: "form", header: "form" }
|
|
167
|
-
],
|
|
167
|
+
], $ = F || !v, f = T && v, U = (!c || c.entry?.length === 0 || p.length === 0) && v, C = f ? o("ERROR_FETCHING_OBSERVATIONS") : null, K = U ? o("NO_OBSERVATIONS_FOUND") : void 0, Y = O.length > 0 && !$ && !f, R = n.titleTranslationKey, y = R ? o(R) : "";
|
|
168
168
|
return /* @__PURE__ */ S(
|
|
169
169
|
"div",
|
|
170
170
|
{
|
|
@@ -174,7 +174,7 @@ const D = (a, n, d, l, b, r) => {
|
|
|
174
174
|
className: I.observations,
|
|
175
175
|
children: [
|
|
176
176
|
/* @__PURE__ */ u(
|
|
177
|
-
|
|
177
|
+
j,
|
|
178
178
|
{
|
|
179
179
|
id: "observations-title",
|
|
180
180
|
testId: R ? `observations-title-${y}` : "observations-title",
|
|
@@ -191,12 +191,12 @@ const D = (a, n, d, l, b, r) => {
|
|
|
191
191
|
hideThumbnail: b
|
|
192
192
|
}
|
|
193
193
|
) : /* @__PURE__ */ u(
|
|
194
|
-
|
|
194
|
+
w,
|
|
195
195
|
{
|
|
196
196
|
headers: L,
|
|
197
197
|
rows: [],
|
|
198
198
|
ariaLabel: o("OBSERVATIONS"),
|
|
199
|
-
loading:
|
|
199
|
+
loading: $,
|
|
200
200
|
errorStateMessage: C,
|
|
201
201
|
emptyStateMessage: K,
|
|
202
202
|
dataTestId: "observations-table"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a3 as we, a4 as z, a5 as xt, a6 as B, a1 as q, a2 as y, a7 as Ro, a8 as ye, a9 as R, aa as _, ab as k, ac as N, ad as A, ae as bs, af as ir, ag as $e, ah as G, ai as Hn, aj as Vn, ak as dt, al as D, am as xs, an as cn, ao as Be, ap as ws, aq as qt, ar as zt, as as $s, at as Cs, au as $n, av as Ss, aw as Nr, ax as Bt, ay as zo, az as ks, aA as Es, aB as j, aC as Gr, aD as Ms, aE as Ds, aF as sr, aG as As, aH as Ts, aI as zn, aJ as Fs, aK as Is, aL as Z, aM as Ps, aN as Ls } from "./index-
|
|
1
|
+
import { a3 as we, a4 as z, a5 as xt, a6 as B, a1 as q, a2 as y, a7 as Ro, a8 as ye, a9 as R, aa as _, ab as k, ac as N, ad as A, ae as bs, af as ir, ag as $e, ah as G, ai as Hn, aj as Vn, ak as dt, al as D, am as xs, an as cn, ao as Be, ap as ws, aq as qt, ar as zt, as as $s, at as Cs, au as $n, av as Ss, aw as Nr, ax as Bt, ay as zo, az as ks, aA as Es, aB as j, aC as Gr, aD as Ms, aE as Ds, aF as sr, aG as As, aH as Ts, aI as zn, aJ as Fs, aK as Is, aL as Z, aM as Ps, aN as Ls } from "./index-DK1YhsMf.js";
|
|
2
2
|
var Os = (e) => e != null, qs = (e) => e.filter(Os);
|
|
3
3
|
function _s(e) {
|
|
4
4
|
return (...t) => {
|
|
@@ -106840,7 +106840,7 @@ Ds0();
|
|
|
106840
106840
|
const $s0 = [];
|
|
106841
106841
|
for (let t = 0; t < 256; ++t)
|
|
106842
106842
|
$s0.push((t + 256).toString(16).slice(1));
|
|
106843
|
-
F0(() => Promise.resolve().then(() => t30)), F0(() => Promise.resolve().then(() => A30)), F0(() => Promise.resolve().then(() => l40)), F0(() => Promise.resolve().then(() => f40)), F0(() => import("./DocumentsTable-
|
|
106843
|
+
F0(() => Promise.resolve().then(() => t30)), F0(() => Promise.resolve().then(() => A30)), F0(() => Promise.resolve().then(() => l40)), F0(() => Promise.resolve().then(() => f40)), F0(() => import("./DocumentsTable-CHqKtoG4-vou8EQlm.js")), F0(() => Promise.resolve().then(() => pc0)), F0(() => import("./FormsTable-Crz5nzU3-B6lduofK.js")), F0(() => Promise.resolve().then(() => Ka0)), F0(() => import("./Observations-CHjSKw9X-CX6Jtzj_.js")), F0(
|
|
106844
106844
|
() => Promise.resolve().then(() => Jc0)
|
|
106845
106845
|
), F0(
|
|
106846
106846
|
() => Promise.resolve().then(() => wa0)
|
|
@@ -188892,7 +188892,7 @@ var ivt = (t, e = !1) => {
|
|
|
188892
188892
|
const e = W32(() => {
|
|
188893
188893
|
const r = this, [o] = this.#n, [a] = this.#o, [c] = this.#a, [l] = this.#c, [i] = this.#p, [s] = this.#t;
|
|
188894
188894
|
let d;
|
|
188895
|
-
return this.#l ? d = this.#l : (d = q32(() => import("./LNWAZHJI-
|
|
188895
|
+
return this.#l ? d = this.#l : (d = q32(() => import("./LNWAZHJI-C6SQ8ybf.js")), this.#l = d), h42(this.#h, this.#r), j32(d, F32({
|
|
188896
188896
|
get queryFlavor() {
|
|
188897
188897
|
return r.#d;
|
|
188898
188898
|
},
|
|
@@ -188990,7 +188990,7 @@ var ivt = (t, e = !1) => {
|
|
|
188990
188990
|
const e = W32(() => {
|
|
188991
188991
|
const r = this, [o] = this.#n, [a] = this.#o, [c] = this.#a, [l] = this.#c, [i] = this.#p, [s] = this.#t, [d] = this.#l;
|
|
188992
188992
|
let u;
|
|
188993
|
-
return this.#i ? u = this.#i : (u = q32(() => import("./MWZ6AO7Z-
|
|
188993
|
+
return this.#i ? u = this.#i : (u = q32(() => import("./MWZ6AO7Z-g40ysQ8-.js")), this.#i = u), h42(this.#h, this.#r), j32(u, F32({
|
|
188994
188994
|
get queryFlavor() {
|
|
188995
188995
|
return r.#d;
|
|
188996
188996
|
},
|
|
@@ -189120,7 +189120,7 @@ const nwt = {
|
|
|
189120
189120
|
}
|
|
189121
189121
|
}
|
|
189122
189122
|
}, owt = "home", pvt = "/bahmni/home/index.html#/login", fvt = "/bahmni/home/index.html#/changePassword", mvt = 6, awt = F0(
|
|
189123
|
-
() => import("./index-
|
|
189123
|
+
() => import("./index-oWFM__9G.js").then((t) => ({
|
|
189124
189124
|
default: t.HomePage
|
|
189125
189125
|
}))
|
|
189126
189126
|
), cwt = [
|
|
@@ -189151,34 +189151,34 @@ function wvt() {
|
|
|
189151
189151
|
}
|
|
189152
189152
|
export {
|
|
189153
189153
|
ei as $,
|
|
189154
|
-
|
|
189155
|
-
|
|
189156
|
-
|
|
189157
|
-
|
|
189154
|
+
Jwt as A,
|
|
189155
|
+
Dgt as B,
|
|
189156
|
+
mvt as C,
|
|
189157
|
+
Sgt as D,
|
|
189158
189158
|
tE as E,
|
|
189159
|
-
|
|
189160
|
-
|
|
189161
|
-
|
|
189162
|
-
|
|
189159
|
+
kgt as F,
|
|
189160
|
+
Rn0 as G,
|
|
189161
|
+
Wwt as H,
|
|
189162
|
+
fvt as I,
|
|
189163
189163
|
pi as J,
|
|
189164
189164
|
Ir as K,
|
|
189165
|
-
|
|
189166
|
-
|
|
189165
|
+
Tgt as L,
|
|
189166
|
+
Kwt as M,
|
|
189167
189167
|
kY0 as N,
|
|
189168
|
-
|
|
189169
|
-
|
|
189170
|
-
|
|
189168
|
+
pvt as O,
|
|
189169
|
+
$8 as P,
|
|
189170
|
+
zK2 as Q,
|
|
189171
189171
|
aKe as R,
|
|
189172
189172
|
Ql as S,
|
|
189173
|
-
|
|
189173
|
+
egt as T,
|
|
189174
189174
|
Y0 as U,
|
|
189175
|
-
|
|
189176
|
-
|
|
189175
|
+
Uwt as V,
|
|
189176
|
+
gwt as W,
|
|
189177
189177
|
Cft as X,
|
|
189178
189178
|
cE as Y,
|
|
189179
189179
|
tgt as Z,
|
|
189180
|
-
|
|
189181
|
-
|
|
189180
|
+
Ogt as _,
|
|
189181
|
+
a2 as a,
|
|
189182
189182
|
hvt as a0,
|
|
189183
189183
|
A0 as a1,
|
|
189184
189184
|
j32 as a2,
|
|
@@ -189230,29 +189230,29 @@ export {
|
|
|
189230
189230
|
Z0 as ax,
|
|
189231
189231
|
O32 as ay,
|
|
189232
189232
|
Pgt as az,
|
|
189233
|
-
|
|
189234
|
-
|
|
189235
|
-
|
|
189236
|
-
|
|
189237
|
-
|
|
189233
|
+
ci as b,
|
|
189234
|
+
Iwt as c,
|
|
189235
|
+
SK2 as d,
|
|
189236
|
+
Br as e,
|
|
189237
|
+
Pwt as f,
|
|
189238
189238
|
$t as g,
|
|
189239
|
-
|
|
189240
|
-
|
|
189241
|
-
|
|
189242
|
-
|
|
189239
|
+
n7 as h,
|
|
189240
|
+
Zwt as i,
|
|
189241
|
+
Bwt as j,
|
|
189242
|
+
Gwt as k,
|
|
189243
189243
|
nv as l,
|
|
189244
|
-
|
|
189245
|
-
|
|
189244
|
+
jwt as m,
|
|
189245
|
+
Lk2 as n,
|
|
189246
189246
|
rI2 as o,
|
|
189247
189247
|
pt as p,
|
|
189248
|
-
|
|
189249
|
-
|
|
189248
|
+
fI2 as q,
|
|
189249
|
+
cI2 as r,
|
|
189250
189250
|
mt as s,
|
|
189251
189251
|
mw as t,
|
|
189252
189252
|
b2 as u,
|
|
189253
189253
|
LM1 as v,
|
|
189254
|
-
|
|
189255
|
-
|
|
189256
|
-
|
|
189257
|
-
|
|
189254
|
+
Ic as w,
|
|
189255
|
+
Ywt as x,
|
|
189256
|
+
Rgt as y,
|
|
189257
|
+
zV as z
|
|
189258
189258
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as Ne, jsx as ne, Fragment as Xi } from "react/jsx-runtime";
|
|
2
|
-
import { u as ot,
|
|
2
|
+
import { u as ot, y as Qi, N as Ji, z as ec, B as tc, J as rc, _ as nc, C as oc, D as hi, F as ac, G as lc, K as ic, I as cc, L as sc, O as fc, P as pc, X as hc, Z as uc } from "./index-DK1YhsMf.js";
|
|
3
3
|
import * as X from "react";
|
|
4
4
|
import r, { createContext as at, useContext as $e, Children as q1, useState as pe, useLayoutEffect as V1, useEffect as ie, useMemo as lt, useCallback as Me, useRef as oe, forwardRef as y1, useReducer as dc, cloneElement as G1, isValidElement as wc } from "react";
|
|
5
5
|
import { useQuery as mc } from "@tanstack/react-query";
|
package/dist/index.js
CHANGED