@bahmni/registration-app 0.0.1-dev.345 → 0.0.1-dev.348

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
- import { jsx as r, jsxs as h, Fragment as Q } from "react/jsx-runtime";
2
- import { y as x, u as W, r as X, G as Y, d as J, M as Z, X as ee, C as te } from "./index-4vPm1a3c.js";
1
+ import { jsx as r, jsxs as h, Fragment as x } from "react/jsx-runtime";
2
+ import { f as G, u as W, o as X, C as Y, X as J, V as Z, Q as ee, d as te } from "./index-BGWHjTc3.js";
3
3
  import { useQuery as ae } from "@tanstack/react-query";
4
4
  import { useState as l, useCallback as _, useEffect as C, useMemo as p } 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 = {
@@ -33,23 +33,23 @@ const Te = [
33
33
  "attachments",
34
34
  "uploadedOn",
35
35
  "uploadedBy"
36
- ], he = /\.(jpg|jpeg|png|gif|webp|bmp|svg)$/i, B = (a) => a.attachments.length > 0 ? a.attachments : a.documentUrl ? [{ url: a.documentUrl, contentType: a.contentType }] : [], Ie = ({ config: a, encounterUuids: E }) => {
37
- const [s, w] = l(!1), [o, M] = l(
36
+ ], he = /\.(jpg|jpeg|png|gif|webp|bmp|svg)$/i, B = (a) => a.attachments.length > 0 ? a.attachments : a.documentUrl ? [{ url: a.documentUrl, contentType: a.contentType }] : [], fe = ({ config: a, encounterUuids: E }) => {
37
+ const [s, w] = l(!1), [o, U] = l(
38
38
  null
39
- ), [$, D] = l(
39
+ ), [V, D] = l(
40
40
  /* @__PURE__ */ new Set()
41
- ), g = x(), { t: n } = W(), { addNotification: U } = X(), k = Number(a?.pageSize) || 5, [O, f] = l(1), [u, V] = l(k), [F, A] = l(void 0), L = _((e) => {
42
- M(e), w(!0);
43
- }, []), H = _(() => {
44
- w(!1), M(null), D(/* @__PURE__ */ new Set());
41
+ ), g = G(), { t: n } = W(), { addNotification: L } = X(), $ = Number(a?.pageSize) || 5, [I, O] = l(1), [u, k] = l($), [F, A] = l(void 0), M = _((e) => {
42
+ U(e), w(!0);
43
+ }, []), q = _(() => {
44
+ w(!1), U(null), D(/* @__PURE__ */ new Set());
45
45
  }, []), v = _((e) => {
46
46
  D((t) => new Set(t).add(e));
47
- }, []), { data: i, isLoading: q, isError: y, error: b } = ae({
47
+ }, []), { data: i, isLoading: H, isError: b, error: y } = ae({
48
48
  queryKey: [
49
49
  "documents",
50
50
  g,
51
51
  E,
52
- O,
52
+ I,
53
53
  u
54
54
  ],
55
55
  enabled: !!g,
@@ -57,20 +57,20 @@ const Te = [
57
57
  g,
58
58
  E,
59
59
  u,
60
- O
60
+ I
61
61
  )
62
62
  });
63
63
  C(() => {
64
64
  i && A(i.total);
65
65
  }, [i]), C(() => {
66
- f(1), A(void 0);
66
+ O(1), A(void 0);
67
67
  }, [g]), C(() => {
68
- y && U({
68
+ b && L({
69
69
  title: n("ERROR_DEFAULT_TITLE"),
70
- message: b?.message ?? "",
70
+ message: y?.message ?? "",
71
71
  type: "error"
72
72
  });
73
- }, [y, b, U, n]), C(() => {
73
+ }, [b, y, L, n]), C(() => {
74
74
  const e = new AbortController();
75
75
  return (async () => {
76
76
  if (!s || !o) return;
@@ -89,20 +89,20 @@ const Te = [
89
89
  e.signal.aborted || D(t);
90
90
  })(), () => e.abort();
91
91
  }, [s, o]);
92
- const j = _(
92
+ const Q = _(
93
93
  (e, t) => {
94
- t !== u ? (V(t), f(1), A(void 0)) : f(e);
94
+ t !== u ? (k(t), O(1), A(void 0)) : O(e);
95
95
  },
96
96
  [u]
97
- ), I = p(
97
+ ), f = p(
98
98
  () => a?.fields ?? Te,
99
99
  [a?.fields]
100
- ), G = p(() => [...i?.documents ?? []].sort((e, t) => !e.uploadedOn && !t.uploadedOn ? 0 : e.uploadedOn ? t.uploadedOn ? new Date(t.uploadedOn).getTime() - new Date(e.uploadedOn).getTime() : -1 : 1), [i]), P = p(() => ie(I, n), [I, n]), z = p(
101
- () => I.map((e) => ({
100
+ ), j = p(() => [...i?.documents ?? []].sort((e, t) => !e.uploadedOn && !t.uploadedOn ? 0 : e.uploadedOn ? t.uploadedOn ? new Date(t.uploadedOn).getTime() - new Date(e.uploadedOn).getTime() : -1 : 1), [i]), P = p(() => ie(f, n), [f, n]), z = p(
101
+ () => f.map((e) => ({
102
102
  key: e,
103
103
  sortable: e !== "attachments"
104
104
  })),
105
- [I]
105
+ [f]
106
106
  ), T = p(
107
107
  () => o ? B(o) : [],
108
108
  [o]
@@ -125,7 +125,7 @@ const Te = [
125
125
  return e.attachments.length > 0 || e.documentUrl ? /* @__PURE__ */ r(
126
126
  J,
127
127
  {
128
- onClick: () => L(e),
128
+ onClick: () => M(e),
129
129
  className: d.viewAttachmentsLink,
130
130
  "data-testid": `view-attachments-${e.id}`,
131
131
  children: n("DOCUMENTS_VIEW_ATTACHMENTS")
@@ -135,17 +135,17 @@ const Te = [
135
135
  return null;
136
136
  }
137
137
  },
138
- [L, n]
138
+ [M, n]
139
139
  );
140
- return /* @__PURE__ */ h(Q, { children: [
140
+ return /* @__PURE__ */ h(x, { children: [
141
141
  /* @__PURE__ */ r("div", { "data-testid": "documents-table", children: /* @__PURE__ */ r(
142
142
  ee,
143
143
  {
144
144
  headers: P,
145
145
  ariaLabel: n("DOCUMENTS_TABLE_HEADING"),
146
- rows: G,
147
- loading: q,
148
- errorStateMessage: y ? b?.message : null,
146
+ rows: j,
147
+ loading: H,
148
+ errorStateMessage: b ? y?.message : null,
149
149
  sortable: z,
150
150
  emptyStateMessage: n("DOCUMENTS_NO_RECORDS"),
151
151
  renderCell: K,
@@ -153,8 +153,8 @@ const Te = [
153
153
  dataTestId: "documents-table",
154
154
  pageSize: u,
155
155
  totalItems: F,
156
- page: O,
157
- onPageChange: j
156
+ page: I,
157
+ onPageChange: Q
158
158
  }
159
159
  ) }),
160
160
  s && o && /* @__PURE__ */ r(
@@ -163,13 +163,13 @@ const Te = [
163
163
  id: "modalIdForActionAreaLayout",
164
164
  portalId: "main-display-area",
165
165
  open: s,
166
- onRequestClose: H,
166
+ onRequestClose: q,
167
167
  modalHeading: o.documentIdentifier,
168
168
  passiveModal: !0,
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"), S = (e.contentType?.toLowerCase().includes("image") ?? !1) || he.test(e.url ?? ""), N = $.has(t);
172
+ const m = R(e.url), c = e.contentType?.toLowerCase().includes("pdf"), S = (e.contentType?.toLowerCase().includes("image") ?? !1) || he.test(e.url ?? ""), N = V.has(t);
173
173
  return m === "#" || N ? /* @__PURE__ */ h(
174
174
  "div",
175
175
  {
@@ -223,5 +223,5 @@ const Te = [
223
223
  ] });
224
224
  };
225
225
  export {
226
- Ie as default
226
+ fe as default
227
227
  };
@@ -1,62 +1,62 @@
1
1
  import { jsx as i, jsxs as re, Fragment as oe } from "react/jsx-runtime";
2
- import { u as ae, y as se, s as te, K as ne, D as de, q as ie, W as me, a as le, L as ce, t as U, M as ue, d as fe, X as k, e as ye, b as be, C as he, z as pe } from "./index-4vPm1a3c.js";
3
- import { useQueryClient as ge, useQuery as y } from "@tanstack/react-query";
4
- import { useState as K, useMemo as d, useCallback as b } from "react";
5
- const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_customAccordianItem__isszs", A = {
6
- formsTableBody: Ne,
2
+ import { u as ae, f as se, r as te, _ as ne, m as de, N as ie, a as me, G as le, b as ce, n as U, V as ue, X as fe, Q as k, c as ye, Y as he, d as be, T as pe } from "./index-BGWHjTc3.js";
3
+ import { useQueryClient as Ne, useQuery as y } from "@tanstack/react-query";
4
+ import { useState as G, useMemo as d, useCallback as h } from "react";
5
+ const ge = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_customAccordianItem__isszs", A = {
6
+ formsTableBody: ge,
7
7
  customAccordianItem: Oe
8
- }, Me = ({
9
- episodeOfCareUuids: I,
8
+ }, _e = ({
9
+ episodeOfCareUuids: T,
10
10
  encounterUuids: l,
11
- config: j
11
+ config: Q
12
12
  }) => {
13
- const { t: n } = ae(), c = se(), [u, L] = K(!1), [s, T] = K(null), {
14
- numberOfVisits: w,
15
- hideThumbnail: z = !1,
13
+ const { t: n } = ae(), c = se(), [u, I] = G(!1), [s, M] = G(null), {
14
+ numberOfVisits: V,
15
+ hideThumbnail: w = !1,
16
16
  forms: f
17
- } = j ?? {}, M = te(
18
- I,
17
+ } = Q ?? {}, _ = te(
18
+ T,
19
19
  l
20
- ), G = ge(), {
21
- data: F = [],
22
- isLoading: B,
23
- isError: C,
24
- error: H,
25
- refetch: V
20
+ ), K = Ne(), {
21
+ data: E = [],
22
+ isLoading: F,
23
+ isError: L,
24
+ error: j,
25
+ refetch: x
26
26
  } = y({
27
- queryKey: ["forms", c, I],
28
- queryFn: () => ne(c, void 0, w),
29
- enabled: !!c && !M
30
- }), D = d(() => {
31
- let e = F;
27
+ queryKey: ["forms", c, T],
28
+ queryFn: () => ne(c, void 0, V),
29
+ enabled: !!c && !_
30
+ }), B = d(() => {
31
+ let e = E;
32
32
  return l && l.length > 0 && (e = e.filter(
33
33
  (r) => l.includes(r.encounterUuid)
34
34
  )), Array.isArray(f) && f.length > 0 && (e = e.filter(
35
35
  (r) => f.some((o) => o.toLowerCase() === r.formName.toLowerCase())
36
36
  )), e;
37
- }, [F, l, f]), { data: _ = [] } = y({
37
+ }, [E, l, f]), { data: R = [] } = y({
38
38
  queryKey: ["observationForms"],
39
39
  queryFn: () => de()
40
- }), v = b(
41
- (e) => _.find((r) => r.name === e)?.uuid,
42
- [_]
43
- ), h = d(() => {
40
+ }), S = h(
41
+ (e) => R.find((r) => r.name === e)?.uuid,
42
+ [R]
43
+ ), b = d(() => {
44
44
  if (s)
45
- return v(s.formName);
46
- }, [s, v]), {
45
+ return S(s.formName);
46
+ }, [s, S]), {
47
47
  data: m,
48
- isLoading: $,
49
- isError: x,
48
+ isLoading: H,
49
+ isError: $,
50
50
  error: p
51
51
  } = y({
52
- queryKey: ["formMetadata", h],
53
- queryFn: () => ie(h),
54
- enabled: !!h && u
52
+ queryKey: ["formMetadata", b],
53
+ queryFn: () => ie(b),
54
+ enabled: !!b && u
55
55
  }), {
56
- data: g,
57
- isLoading: Q,
58
- isError: W,
59
- error: N
56
+ data: N,
57
+ isLoading: z,
58
+ isError: Y,
59
+ error: g
60
60
  } = y({
61
61
  queryKey: ["formsEncounterFHIR", s?.encounterUuid],
62
62
  queryFn: () => me(s.encounterUuid),
@@ -64,14 +64,14 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
64
64
  });
65
65
  le(
66
66
  (e) => {
67
- e.patientUUID === c && e.updatedConcepts.size > 0 && (V(), G.invalidateQueries({ queryKey: ["formsEncounterFHIR"] }));
67
+ e.patientUUID === c && e.updatedConcepts.size > 0 && (x(), K.invalidateQueries({ queryKey: ["formsEncounterFHIR"] }));
68
68
  },
69
69
  [c]
70
70
  );
71
- const X = d(() => !g?.entry || !s?.formName ? [] : g.entry.filter((e) => e.resource?.resourceType === "Observation").map((e) => e.resource).filter((e) => {
71
+ const X = d(() => !N?.entry || !s?.formName ? [] : N.entry.filter((e) => e.resource?.resourceType === "Observation").map((e) => e.resource).filter((e) => {
72
72
  const r = ce(e);
73
73
  return !r || r.includes(s.formName);
74
- }), [g, s?.formName]), P = d(() => {
74
+ }), [N, s?.formName]), P = d(() => {
75
75
  if (!m?.schema) return;
76
76
  const e = [], r = (o) => {
77
77
  (o ?? []).forEach((t) => {
@@ -82,7 +82,7 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
82
82
  return r(
83
83
  m.schema.controls ?? []
84
84
  ), e.length > 0 ? e : void 0;
85
- }, [m]), Y = d(() => {
85
+ }, [m]), J = d(() => {
86
86
  if (!m?.schema) return;
87
87
  const e = {}, r = (o, t) => {
88
88
  for (const a of o)
@@ -96,12 +96,12 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
96
96
  m.schema.controls ?? [],
97
97
  null
98
98
  ), Object.keys(e).length > 0 ? e : void 0;
99
- }, [m]), J = d(() => {
99
+ }, [m]), W = d(() => {
100
100
  if (p)
101
101
  return U(p).message;
102
- if (N)
103
- return U(N).message;
104
- }, [p, N]), E = d(
102
+ if (g)
103
+ return U(g).message;
104
+ }, [p, g]), C = d(
105
105
  () => [
106
106
  { key: "recordedOn", header: n("RECORDED_ON") },
107
107
  { key: "recordedBy", header: n("RECORDED_BY") }
@@ -113,8 +113,8 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
113
113
  { key: "recordedBy", sortable: !0 }
114
114
  ],
115
115
  []
116
- ), S = d(() => {
117
- const e = D.reduce(
116
+ ), D = d(() => {
117
+ const e = B.reduce(
118
118
  (r, o) => {
119
119
  const t = o.formName;
120
120
  r[t] ??= [];
@@ -138,41 +138,41 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
138
138
  )
139
139
  })
140
140
  ).sort((r, o) => r.formName.localeCompare(o.formName));
141
- }, [D, n]), R = b((e) => {
142
- T(e), L(!0);
143
- }, []), ee = b(() => {
144
- L(!1), T(null);
145
- }, []), q = b(
141
+ }, [B, n]), q = h((e) => {
142
+ M(e), I(!0);
143
+ }, []), ee = h(() => {
144
+ I(!1), M(null);
145
+ }, []), v = h(
146
146
  (e, r) => {
147
147
  switch (r) {
148
148
  case "recordedOn":
149
- return /* @__PURE__ */ i(fe, { onClick: () => R(e), children: e.recordedOn });
149
+ return /* @__PURE__ */ i(fe, { onClick: () => q(e), children: e.recordedOn });
150
150
  case "recordedBy":
151
151
  return e.recordedBy;
152
152
  default:
153
153
  return null;
154
154
  }
155
155
  },
156
- [R]
156
+ [q]
157
157
  );
158
158
  return /* @__PURE__ */ re(oe, { children: [
159
- /* @__PURE__ */ i("div", { id: "forms-table", "data-testid": "forms-table", children: B || C || S.length === 0 || M ? /* @__PURE__ */ i(
159
+ /* @__PURE__ */ i("div", { id: "forms-table", "data-testid": "forms-table", children: F || L || D.length === 0 || _ ? /* @__PURE__ */ i(
160
160
  k,
161
161
  {
162
- headers: E,
162
+ headers: C,
163
163
  ariaLabel: n("FORMS_HEADING"),
164
164
  rows: [],
165
- loading: B,
166
- errorStateMessage: C ? H?.message : void 0,
165
+ loading: F,
166
+ errorStateMessage: L ? j?.message : void 0,
167
167
  emptyStateMessage: n("FORMS_UNAVAILABLE"),
168
- renderCell: q,
168
+ renderCell: v,
169
169
  className: A.formsTableBody,
170
170
  dataTestId: "forms-table"
171
171
  }
172
- ) : /* @__PURE__ */ i(ye, { align: "start", children: S.map((e, r) => {
172
+ ) : /* @__PURE__ */ i(ye, { align: "start", children: D.map((e, r) => {
173
173
  const { formName: o, records: t } = e;
174
174
  return /* @__PURE__ */ i(
175
- be,
175
+ he,
176
176
  {
177
177
  title: o,
178
178
  className: A.customAccordianItem,
@@ -181,14 +181,14 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
181
181
  children: /* @__PURE__ */ i(
182
182
  k,
183
183
  {
184
- headers: E,
184
+ headers: C,
185
185
  ariaLabel: n("FORMS_HEADING"),
186
186
  rows: t,
187
187
  loading: !1,
188
188
  errorStateMessage: "",
189
189
  sortable: Z,
190
190
  emptyStateMessage: n("FORMS_UNAVAILABLE"),
191
- renderCell: q,
191
+ renderCell: v,
192
192
  className: A.formsTableBody,
193
193
  dataTestId: `forms-table-${o}`
194
194
  }
@@ -198,7 +198,7 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
198
198
  );
199
199
  }) }) }),
200
200
  u && s && /* @__PURE__ */ i(
201
- he,
201
+ be,
202
202
  {
203
203
  id: "modalIdForActionAreaLayout",
204
204
  portalId: "main-display-area",
@@ -213,14 +213,14 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
213
213
  pe,
214
214
  {
215
215
  observations: X,
216
- isLoading: $ || Q,
217
- isError: x || W,
218
- errorMessage: J,
216
+ isLoading: H || z,
217
+ isError: $ || Y,
218
+ errorMessage: W,
219
219
  emptyStateMessage: n("NO_FORM_DATA_AVAILABLE"),
220
220
  testIdPrefix: s.formName,
221
- hideThumbnail: z,
221
+ hideThumbnail: w,
222
222
  controlOrder: P,
223
- sectionMap: Y
223
+ sectionMap: J
224
224
  }
225
225
  )
226
226
  }
@@ -228,5 +228,5 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
228
228
  ] });
229
229
  };
230
230
  export {
231
- Me as default
231
+ _e as default
232
232
  };
@@ -1,9 +1,9 @@
1
- import { c, T as l, P as m, a as v, D as u, Q as i } from "./YPM2AS64-DkNsMgxJ.js";
2
- import { l as d, m as f, v as e } from "./index-4vPm1a3c.js";
3
- var p = (a) => {
1
+ import { c, T as l, P as m, a as u, D as v, Q as i } from "./YPM2AS64-C_Qm0IGA.js";
2
+ import { p, q as d, s as e } from "./index-BGWHjTc3.js";
3
+ var f = (a) => {
4
4
  const [r, t] = c({
5
5
  prefix: "TanstackQueryDevtools"
6
- }), n = d(), s = f(() => {
6
+ }), n = p(), s = d(() => {
7
7
  const o = r.theme_preference || l;
8
8
  return o !== "system" ? o : n();
9
9
  });
@@ -14,10 +14,10 @@ var p = (a) => {
14
14
  localStore: r,
15
15
  setLocalStore: t,
16
16
  get children() {
17
- return e(v.Provider, {
17
+ return e(u.Provider, {
18
18
  value: s,
19
19
  get children() {
20
- return e(u, {
20
+ return e(v, {
21
21
  localStore: r,
22
22
  setLocalStore: t
23
23
  });
@@ -27,7 +27,7 @@ var p = (a) => {
27
27
  });
28
28
  }
29
29
  });
30
- }, C = p;
30
+ }, C = f;
31
31
  export {
32
32
  C as default
33
33
  };
@@ -1,9 +1,9 @@
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-DkNsMgxJ.js";
2
- import { l as v, m as C, v as e } from "./index-4vPm1a3c.js";
1
+ import { c as l, T as c, P as u, a as i, b as m, C as P, Q as d } from "./YPM2AS64-C_Qm0IGA.js";
2
+ import { p as v, q as C, s as e } from "./index-BGWHjTc3.js";
3
3
  var h = (t) => {
4
- const [r, o] = s({
4
+ const [r, o] = l({
5
5
  prefix: "TanstackQueryDevtools"
6
- }), a = v(), l = C(() => {
6
+ }), a = v(), s = C(() => {
7
7
  const n = r.theme_preference || c;
8
8
  return n !== "system" ? n : a();
9
9
  });
@@ -16,7 +16,7 @@ var h = (t) => {
16
16
  setLocalStore: o,
17
17
  get children() {
18
18
  return e(i.Provider, {
19
- value: l,
19
+ value: s,
20
20
  get children() {
21
21
  return e(m, {
22
22
  get children() {
@@ -36,7 +36,7 @@ var h = (t) => {
36
36
  });
37
37
  }
38
38
  });
39
- }, p = h;
39
+ }, g = h;
40
40
  export {
41
- p as default
41
+ g as default
42
42
  };