@bahmni/registration-app 0.0.1-dev.264 → 0.0.1-dev.266

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.
@@ -1,5 +1,5 @@
1
1
  import { jsx as r, jsxs as p, Fragment as Y } from "react/jsx-runtime";
2
- import { d as K, u as Q, a as W, F as J, b as X, m as Z, c as ee, r as te } from "./index-CYGwGfmW.js";
2
+ import { d as K, u as Q, a as W, F as J, b as X, m as Z, c as ee, r as te } from "./index-BFOQjjDr.js";
3
3
  import { useQuery as ae } from "@tanstack/react-query";
4
4
  import { useState as m, useCallback as h, useEffect as O, useMemo as T } from "react";
5
5
  const ne = "_documentsTableBody_1voj8_1", oe = "_viewAttachmentsLink_1voj8_11", re = "_documentViewerContainer_1voj8_15", de = "_attachmentItem_1voj8_23", se = "_attachmentCounter_1voj8_27", ce = "_attachmentError_1voj8_36", ie = "_documentIframe_1voj8_44", me = "_documentImage_1voj8_50", d = {
@@ -1,26 +1,26 @@
1
1
  import { jsx as s, jsxs as J, Fragment as W } from "react/jsx-runtime";
2
- import { u as Z, d as ee, e as re, j as ae, B as te, P as oe, k as se, X as ne, R as U, m as de, b as ie, c as S, A as me, _ as ue, r as le, Y as ce, I as fe } from "./index-CYGwGfmW.js";
2
+ import { u as Z, d as ee, e as re, j as ae, B as te, P as oe, k as se, X as ne, R as v, m as de, b as ie, c as U, A as me, _ as ue, r as le, Y as ce, I as fe } from "./index-BFOQjjDr.js";
3
3
  import { useQueryClient as ye, useQuery as c } from "@tanstack/react-query";
4
- import { useState as q, useMemo as d, useCallback as f } from "react";
5
- const pe = "_formsTableBody_81hra_1", be = "_customAccordianItem_81hra_6", A = {
4
+ import { useState as S, useMemo as d, useCallback as f } from "react";
5
+ const pe = "_formsTableBody_ourq9_5", be = "_customAccordianItem_ourq9_10", A = {
6
6
  formsTableBody: pe,
7
7
  customAccordianItem: be
8
8
  }, ge = (m) => m ? m.extension?.find(
9
9
  (n) => n.url === fe
10
- )?.valueString : void 0, Oe = ({
10
+ )?.valueString : void 0, he = ({
11
11
  episodeOfCareUuids: m,
12
12
  encounterUuids: n,
13
13
  config: C
14
14
  }) => {
15
- const { t: o } = Z(), u = ee(), [l, I] = q(!1), [t, O] = q(null), { numberOfVisits: k, hideThumbnail: j = !1 } = C ?? {}, B = re(
15
+ const { t: o } = Z(), u = ee(), [l, O] = S(!1), [t, h] = S(null), { numberOfVisits: k, hideThumbnail: j = !1 } = C ?? {}, B = re(
16
16
  m,
17
17
  n
18
- ), x = ye(), {
18
+ ), H = ye(), {
19
19
  data: y = [],
20
20
  isLoading: _,
21
21
  isError: T,
22
- error: H,
23
- refetch: K
22
+ error: K,
23
+ refetch: x
24
24
  } = c({
25
25
  queryKey: ["forms", u, m],
26
26
  queryFn: () => ae(u, void 0, k),
@@ -56,7 +56,7 @@ const pe = "_formsTableBody_81hra_1", be = "_customAccordianItem_81hra_6", A = {
56
56
  });
57
57
  ne(
58
58
  (e) => {
59
- e.patientUUID === u && e.updatedConcepts.size > 0 && (K(), x.invalidateQueries({ queryKey: ["formsEncounterFHIR"] }));
59
+ e.patientUUID === u && e.updatedConcepts.size > 0 && (x(), H.invalidateQueries({ queryKey: ["formsEncounterFHIR"] }));
60
60
  },
61
61
  [u]
62
62
  );
@@ -65,9 +65,9 @@ const pe = "_formsTableBody_81hra_1", be = "_customAccordianItem_81hra_6", A = {
65
65
  return !r || r.includes(t.formName);
66
66
  }), [g, t?.formName]), Y = d(() => {
67
67
  if (b)
68
- return U(b).message;
68
+ return v(b).message;
69
69
  if (N)
70
- return U(N).message;
70
+ return v(N).message;
71
71
  }, [b, N]), L = d(
72
72
  () => [
73
73
  { key: "recordedOn", header: o("RECORDED_ON") },
@@ -85,12 +85,12 @@ const pe = "_formsTableBody_81hra_1", be = "_customAccordianItem_81hra_6", A = {
85
85
  (r, a) => {
86
86
  const i = a.formName;
87
87
  r[i] ??= [];
88
- const h = a.providers.map((X) => X.providerName).filter(Boolean).join(", ");
88
+ const I = a.providers.map((X) => X.providerName).filter(Boolean).join(", ");
89
89
  return r[i].push({
90
90
  id: a.encounterUuid,
91
91
  formName: a.formName,
92
92
  recordedOn: de(a.encounterDateTime, o, !0).formattedResult,
93
- recordedBy: h ?? "--",
93
+ recordedBy: I ?? "--",
94
94
  encounterDateTime: a.encounterDateTime,
95
95
  encounterUuid: a.encounterUuid
96
96
  }), r;
@@ -101,38 +101,38 @@ const pe = "_formsTableBody_81hra_1", be = "_customAccordianItem_81hra_6", A = {
101
101
  ([r, a]) => ({
102
102
  formName: r,
103
103
  records: a.sort(
104
- (i, h) => h.encounterDateTime - i.encounterDateTime
104
+ (i, I) => I.encounterDateTime - i.encounterDateTime
105
105
  )
106
106
  })
107
107
  ).sort((r, a) => r.formName.localeCompare(a.formName));
108
- }, [E, o]), v = f((e) => {
109
- O(e), I(!0);
108
+ }, [E, o]), D = f((e) => {
109
+ h(e), O(!0);
110
110
  }, []), G = f(() => {
111
- I(!1), O(null);
112
- }, []), D = f(
111
+ O(!1), h(null);
112
+ }, []), q = f(
113
113
  (e, r) => {
114
114
  switch (r) {
115
115
  case "recordedOn":
116
- return /* @__PURE__ */ s(ie, { onClick: () => v(e), children: e.recordedOn });
116
+ return /* @__PURE__ */ s(ie, { onClick: () => D(e), children: e.recordedOn });
117
117
  case "recordedBy":
118
118
  return e.recordedBy;
119
119
  default:
120
120
  return null;
121
121
  }
122
122
  },
123
- [v]
123
+ [D]
124
124
  );
125
125
  return /* @__PURE__ */ J(W, { children: [
126
- /* @__PURE__ */ s("div", { "data-testid": "forms-table", children: _ || T || M.length === 0 || B ? /* @__PURE__ */ s(
127
- S,
126
+ /* @__PURE__ */ s("div", { id: "forms-table", "data-testid": "forms-table", children: _ || T || M.length === 0 || B ? /* @__PURE__ */ s(
127
+ U,
128
128
  {
129
129
  headers: L,
130
130
  ariaLabel: o("FORMS_HEADING"),
131
131
  rows: [],
132
132
  loading: _,
133
- errorStateMessage: T ? H?.message : void 0,
133
+ errorStateMessage: T ? K?.message : void 0,
134
134
  emptyStateMessage: o("FORMS_UNAVAILABLE"),
135
- renderCell: D,
135
+ renderCell: q,
136
136
  className: A.formsTableBody,
137
137
  dataTestId: "forms-table"
138
138
  }
@@ -146,7 +146,7 @@ const pe = "_formsTableBody_81hra_1", be = "_customAccordianItem_81hra_6", A = {
146
146
  testId: `accordian-title-${a}`,
147
147
  open: r === 0,
148
148
  children: /* @__PURE__ */ s(
149
- S,
149
+ U,
150
150
  {
151
151
  headers: L,
152
152
  ariaLabel: o("FORMS_HEADING"),
@@ -155,7 +155,7 @@ const pe = "_formsTableBody_81hra_1", be = "_customAccordianItem_81hra_6", A = {
155
155
  errorStateMessage: "",
156
156
  sortable: z,
157
157
  emptyStateMessage: o("FORMS_UNAVAILABLE"),
158
- renderCell: D,
158
+ renderCell: q,
159
159
  className: A.formsTableBody,
160
160
  dataTestId: `forms-table-${a}`
161
161
  }
@@ -193,5 +193,5 @@ const pe = "_formsTableBody_81hra_1", be = "_customAccordianItem_81hra_6", A = {
193
193
  ] });
194
194
  };
195
195
  export {
196
- Oe as default
196
+ he as default
197
197
  };
@@ -1,5 +1,5 @@
1
- import { c, T as l, P as m, a as i, D as u, Q as v } from "./YPM2AS64-RZyaOFqK.js";
2
- import { h as d, i as f, l as e } from "./index-CYGwGfmW.js";
1
+ import { c, T as l, P as m, a as i, D as u, Q as v } from "./YPM2AS64-CJUX87Fu.js";
2
+ import { h as d, i as f, l as e } from "./index-BFOQjjDr.js";
3
3
  var h = (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 i, a as u, b as m, C as P, Q as d } from "./YPM2AS64-RZyaOFqK.js";
2
- import { h, i as v, l as e } from "./index-CYGwGfmW.js";
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-CJUX87Fu.js";
2
+ import { h, i as v, l as e } from "./index-BFOQjjDr.js";
3
3
  var C = (t) => {
4
4
  const [r, o] = s({
5
5
  prefix: "TanstackQueryDevtools"
@@ -1,9 +1,9 @@
1
1
  import { jsxs as I, jsx as u } from "react/jsx-runtime";
2
- import { d as K, a as V, u as S, $ as x, Z as G, X as H, f as Q, G as X, J as w, x as M, c as W, W as j, E as D, K as J, v as P, g as Y, H as Z, D as z, N as ee } from "./index-CYGwGfmW.js";
2
+ import { d as V, a as w, u as S, $ as q, Z as G, X as H, f as Q, G as X, J as k, x as M, c as W, W as j, E as D, K as J, v as P, g as Y, H as Z, D as z, N as ee } from "./index-BFOQjjDr.js";
3
3
  import { useQueries as ae, useQuery as te } from "@tanstack/react-query";
4
- import { useRef as se, useEffect as O, useMemo as f } from "react";
5
- const F = (a, n, d, l, b, r) => {
6
- const t = J(a, n, b), s = t.value, i = P(s);
4
+ import { useRef as se, useEffect as O, useMemo as g } from "react";
5
+ const F = (a, n, d, l, p, r) => {
6
+ const t = J(a, n, p), s = t.value, i = P(s);
7
7
  let o = s;
8
8
  i === "Image" && (o = /* @__PURE__ */ u(
9
9
  Z,
@@ -21,7 +21,7 @@ const F = (a, n, d, l, b, r) => {
21
21
  hideThumbnail: r
22
22
  }
23
23
  )), i === "PDF" && (o = /* @__PURE__ */ u(ee, { id: `${s}-pdf`, src: s }));
24
- const p = b("OBSERVATIONS_RECORDED_BY", {
24
+ const b = p("OBSERVATIONS_RECORDED_BY", {
25
25
  provider: t.provider
26
26
  }), m = a.display, v = a.observationValue?.isAbnormal ? "abnormal-obs" : "obs", c = l ? `${l}-${v}-${m}-${d}-${n}` : `${v}-${m}-${d}-${n}`;
27
27
  return /* @__PURE__ */ u(
@@ -29,14 +29,14 @@ const F = (a, n, d, l, b, r) => {
29
29
  {
30
30
  header: t.header,
31
31
  value: o,
32
- info: p,
32
+ info: b,
33
33
  id: c,
34
34
  testId: c,
35
35
  ariaLabel: c
36
36
  },
37
37
  `obs-${a.id}`
38
38
  );
39
- }, re = (a, n, d, l, b, r, t) => /* @__PURE__ */ u(
39
+ }, re = (a, n, d, l, p, r, t) => /* @__PURE__ */ u(
40
40
  D,
41
41
  {
42
42
  title: a.display,
@@ -46,7 +46,7 @@ const F = (a, n, d, l, b, r) => {
46
46
  (s, i) => F(
47
47
  s,
48
48
  i,
49
- b,
49
+ p,
50
50
  r,
51
51
  n,
52
52
  t
@@ -59,7 +59,7 @@ const F = (a, n, d, l, b, r) => {
59
59
  title: n = "",
60
60
  hideThumbnail: d
61
61
  }) => {
62
- const { t: l } = S(), b = (r, t, s) => {
62
+ const { t: l } = S(), p = (r, t, s) => {
63
63
  const i = j(r.encounterDetails, l);
64
64
  return /* @__PURE__ */ I(
65
65
  D,
@@ -69,9 +69,9 @@ const F = (a, n, d, l, b, r) => {
69
69
  open: t,
70
70
  children: [
71
71
  r.observations.map(
72
- (o, p) => F(
72
+ (o, b) => F(
73
73
  o,
74
- p,
74
+ b,
75
75
  s,
76
76
  n,
77
77
  l,
@@ -79,11 +79,11 @@ const F = (a, n, d, l, b, r) => {
79
79
  )
80
80
  ),
81
81
  r.groupedObservations.map(
82
- (o, p) => re(
82
+ (o, b) => re(
83
83
  o,
84
84
  l,
85
85
  t,
86
- p,
86
+ b,
87
87
  s,
88
88
  n,
89
89
  d
@@ -101,42 +101,42 @@ const F = (a, n, d, l, b, r) => {
101
101
  "data-testid": "obs-by-encounter-test-id",
102
102
  "aria-label": "obs-by-encounter-aria-label",
103
103
  children: a.map(
104
- (r, t) => b(r, t === 0, t)
104
+ (r, t) => p(r, t === 0, t)
105
105
  )
106
106
  }
107
107
  );
108
- }, oe = "_observations_kfbhq_1", ne = "_title_kfbhq_12", N = {
108
+ }, oe = "_observations_w45xp_1", ne = "_title_w45xp_18", N = {
109
109
  observations: oe,
110
110
  title: ne
111
111
  }, de = (a) => ["conceptUuid", a], le = (a, n) => ["observations", a, ...n], me = ({ config: a }) => {
112
112
  const n = a, {
113
113
  conceptNames: d = [],
114
114
  conceptUuid: l = [],
115
- hideThumbnail: b = !1
116
- } = n, r = se(/* @__PURE__ */ new Set()), t = K(), { addNotification: s } = V(), { t: i } = S(), o = ae({
115
+ hideThumbnail: p = !1
116
+ } = n, r = se(/* @__PURE__ */ new Set()), t = V(), { addNotification: s } = w(), { t: i } = S(), o = ae({
117
117
  queries: d.map((e) => ({
118
118
  queryKey: de(e),
119
- queryFn: () => x(e),
119
+ queryFn: () => q(e),
120
120
  enabled: !!e
121
121
  }))
122
122
  });
123
123
  O(() => {
124
124
  o.forEach((e, h) => {
125
125
  if (e.isError && !r.current.has(h)) {
126
- const B = d[h];
126
+ const K = d[h];
127
127
  s({
128
128
  title: i("ERROR_DEFAULT_TITLE"),
129
- message: i("ERROR_FETCHING_CONCEPT", { conceptName: B }),
129
+ message: i("ERROR_FETCHING_CONCEPT", { conceptName: K }),
130
130
  type: "error"
131
131
  }), r.current.add(h);
132
132
  } else e.isError || r.current.delete(h);
133
133
  });
134
134
  }, [o, d]);
135
- const p = f(() => o.map((e) => e.data?.uuid).filter((e) => !!e), [o]), m = f(() => [.../* @__PURE__ */ new Set([...p, ...l])], [p, l]), v = f(() => d.length === 0 ? !0 : o.every((e) => !e.isLoading), [o, d.length]), {
135
+ const b = g(() => o.map((e) => e.data?.uuid).filter((e) => !!e), [o]), m = g(() => [.../* @__PURE__ */ new Set([...b, ...l])], [b, l]), v = g(() => d.length === 0 ? !0 : o.every((e) => !e.isLoading), [o, d.length]), {
136
136
  data: c,
137
137
  isLoading: A,
138
- isError: g,
139
- refetch: R
138
+ isError: R,
139
+ refetch: T
140
140
  } = te({
141
141
  queryKey: le(t, m),
142
142
  queryFn: () => G(t, m),
@@ -146,25 +146,25 @@ const F = (a, n, d, l, b, r) => {
146
146
  (e) => {
147
147
  e.patientUUID === t && e.updatedConcepts.size > 0 && [...e.updatedConcepts.keys()].some(
148
148
  (h) => m.includes(h)
149
- ) && R();
149
+ ) && T();
150
150
  },
151
- [t, R]
151
+ [t, T]
152
152
  ), O(() => {
153
- g && s({
153
+ R && s({
154
154
  title: i("ERROR_DEFAULT_TITLE"),
155
155
  message: i("ERROR_FETCHING_OBSERVATIONS"),
156
156
  type: "error"
157
157
  });
158
- }, [g]);
159
- const T = f(() => {
158
+ }, [R]);
159
+ const $ = g(() => {
160
160
  if (!c) return [];
161
161
  const e = Q(c), h = X(e);
162
- return w(h);
162
+ return k(h);
163
163
  }, [c]), L = [
164
164
  { key: "name", header: "name" },
165
165
  { key: "value", header: "value" },
166
166
  { key: "form", header: "form" }
167
- ], $ = A || !v, _ = g && v, q = (!c || c.entry?.length === 0 || m.length === 0) && v, C = _ ? i("ERROR_FETCHING_OBSERVATIONS") : null, U = q ? i("NO_OBSERVATIONS_FOUND") : void 0, k = T.length > 0 && !$ && !_, E = n.titleTranslationKey, y = E ? i(E) : "";
167
+ ], f = A || !v, _ = R && v, C = (!c || c.entry?.length === 0 || m.length === 0) && v, U = _ ? i("ERROR_FETCHING_OBSERVATIONS") : null, x = C ? i("NO_OBSERVATIONS_FOUND") : void 0, B = $.length > 0 && !f && !_, E = n.titleTranslationKey, y = E ? i(E) : "";
168
168
  return /* @__PURE__ */ I(
169
169
  "div",
170
170
  {
@@ -183,12 +183,12 @@ const F = (a, n, d, l, b, r) => {
183
183
  children: /* @__PURE__ */ u("p", { children: y })
184
184
  }
185
185
  ),
186
- k ? /* @__PURE__ */ u(
186
+ B ? /* @__PURE__ */ u(
187
187
  ie,
188
188
  {
189
- groupedData: T,
189
+ groupedData: $,
190
190
  title: y,
191
- hideThumbnail: b
191
+ hideThumbnail: p
192
192
  }
193
193
  ) : /* @__PURE__ */ u(
194
194
  W,
@@ -196,9 +196,9 @@ const F = (a, n, d, l, b, r) => {
196
196
  headers: L,
197
197
  rows: [],
198
198
  ariaLabel: i("OBSERVATIONS"),
199
- loading: $,
200
- errorStateMessage: C,
201
- emptyStateMessage: U,
199
+ loading: f,
200
+ errorStateMessage: U,
201
+ emptyStateMessage: x,
202
202
  dataTestId: "observations-table"
203
203
  }
204
204
  )
@@ -1,4 +1,4 @@
1
- import { n as we, o as z, p as xt, q as B, i as q, l as y, s as Ro, t as ye, S as R, w as _, y as k, z as N, C as A, L as bs, M as ir, O as $e, Q as U, T as Hn, U as Vn, V as dt, a0 as D, a1 as xs, a2 as cn, a3 as Be, a4 as ws, a5 as qt, a6 as zt, a7 as $s, a8 as Cs, a9 as $n, aa as Ss, ab as Nr, ac as Bt, ad as zo, ae as ks, af as Es, ag as j, ah as Ur, ai as Ms, aj as Ds, ak as sr, al as As, am as Ts, an as zn, ao as Fs, ap as Is, aq as Z, ar as Ps, as as Ls } from "./index-CYGwGfmW.js";
1
+ import { n as we, o as z, p as xt, q as B, i as q, l as y, s as Ro, t as ye, S as R, w as _, y as k, z as N, C as A, L as bs, M as ir, O as $e, Q as U, T as Hn, U as Vn, V as dt, a0 as D, a1 as xs, a2 as cn, a3 as Be, a4 as ws, a5 as qt, a6 as zt, a7 as $s, a8 as Cs, a9 as $n, aa as Ss, ab as Nr, ac as Bt, ad as zo, ae as ks, af as Es, ag as j, ah as Ur, ai as Ms, aj as Ds, ak as sr, al as As, am as Ts, an as zn, ao as Fs, ap as Is, aq as Z, ar as Ps, as as Ls } from "./index-BFOQjjDr.js";
2
2
  var Os = (e) => e != null, qs = (e) => e.filter(Os);
3
3
  function _s(e) {
4
4
  return (...t) => {