@bahmni/appointments-app 0.0.1-dev.363 → 0.0.1-dev.364

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,7 +1,7 @@
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, f as J, n as X, a as Z, U as ee, p as te } from "./index-CsHPUgwM.js";
2
+ import { g as G, u as Y, K as W, w as J, a as X, b as Z, U as ee, p as te } from "./index-BJ4PhL89.js";
3
3
  import { useQuery as ae } from "@tanstack/react-query";
4
- import { useState as l, useCallback as h, useEffect as D, useMemo as _ } from "react";
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 = {
6
6
  documentsTableBody: ne,
7
7
  viewAttachmentsLink: oe,
@@ -33,23 +33,23 @@ const Te = [
33
33
  "attachments",
34
34
  "uploadedOn",
35
35
  "uploadedBy"
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 }] : [], fe = ({ config: a, encounterUuids: g }) => {
37
- const [s, U] = l(!1), [o, w] = l(
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, S] = l(!1), [o, U] = l(
38
38
  null
39
- ), [$, I] = l(
39
+ ), [$, O] = l(
40
40
  /* @__PURE__ */ new Set()
41
- ), E = G(), { t: n } = Y(), { addNotification: L } = W(), k = Number(a?.pageSize) || 5, [O, C] = l(1), [u, V] = l(k), [F, A] = l(void 0), M = h((e) => {
42
- w(e), U(!0);
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), S(!0);
43
43
  }, []), H = h(() => {
44
- U(!1), w(null), I(/* @__PURE__ */ new Set());
44
+ S(!1), U(null), O(/* @__PURE__ */ new Set());
45
45
  }, []), v = h((e) => {
46
- I((t) => new Set(t).add(e));
46
+ O((t) => new Set(t).add(e));
47
47
  }, []), { data: i, isLoading: q, isError: b, error: y } = ae({
48
48
  queryKey: [
49
49
  "documents",
50
50
  E,
51
51
  g,
52
- O,
52
+ f,
53
53
  u
54
54
  ],
55
55
  enabled: !!E,
@@ -57,36 +57,36 @@ const Te = [
57
57
  E,
58
58
  g,
59
59
  u,
60
- O
60
+ f
61
61
  )
62
62
  });
63
- D(() => {
63
+ I(() => {
64
64
  i && A(i.total);
65
- }, [i]), D(() => {
65
+ }, [i]), I(() => {
66
66
  C(1), A(void 0);
67
- }, [E]), D(() => {
67
+ }, [E]), I(() => {
68
68
  b && L({
69
69
  title: n("ERROR_DEFAULT_TITLE"),
70
70
  message: y?.message ?? "",
71
71
  type: "error"
72
72
  });
73
- }, [b, y, L, n]), D(() => {
73
+ }, [b, y, L, n]), I(() => {
74
74
  const e = new AbortController();
75
75
  return (async () => {
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 S = R(m[c].url);
79
+ const w = R(m[c].url);
80
80
  try {
81
- (await fetch(S, {
81
+ (await fetch(w, {
82
82
  method: "HEAD",
83
83
  signal: e.signal
84
84
  })).ok || t.add(c);
85
- } catch (N) {
86
- N instanceof Error && N.name !== "AbortError" && t.add(c);
85
+ } catch (D) {
86
+ D instanceof Error && D.name !== "AbortError" && t.add(c);
87
87
  }
88
88
  }
89
- e.signal.aborted || I(t);
89
+ e.signal.aborted || O(t);
90
90
  })(), () => e.abort();
91
91
  }, [s, o]);
92
92
  const K = h(
@@ -94,15 +94,15 @@ const Te = [
94
94
  t !== u ? (V(t), C(1), A(void 0)) : C(e);
95
95
  },
96
96
  [u]
97
- ), f = _(
97
+ ), N = _(
98
98
  () => a?.fields ?? Te,
99
99
  [a?.fields]
100
- ), j = _(() => [...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 = _(() => ie(f, n), [f, n]), z = _(
101
- () => f.map((e) => ({
100
+ ), j = _(() => [...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 = _(() => ie(N, n), [N, n]), z = _(
101
+ () => N.map((e) => ({
102
102
  key: e,
103
103
  sortable: e !== "attachments"
104
104
  })),
105
- [f]
105
+ [N]
106
106
  ), T = _(
107
107
  () => o ? B(o) : [],
108
108
  [o]
@@ -153,7 +153,7 @@ const Te = [
153
153
  dataTestId: "documents-table",
154
154
  pageSize: u,
155
155
  totalItems: F,
156
- page: O,
156
+ page: f,
157
157
  onPageChange: K
158
158
  }
159
159
  ) }),
@@ -169,8 +169,8 @@ 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"), S = (e.contentType?.toLowerCase().includes("image") ?? !1) || pe.test(e.url ?? ""), N = $.has(t);
173
- return m === "#" || N ? /* @__PURE__ */ p(
172
+ const m = R(e.url), c = e.contentType?.toLowerCase().includes("pdf"), w = (e.contentType?.toLowerCase().includes("image") ?? !1) || pe.test(e.url ?? ""), D = $.has(t);
173
+ return m === "#" || D ? /* @__PURE__ */ p(
174
174
  "div",
175
175
  {
176
176
  className: d.attachmentError,
@@ -196,7 +196,7 @@ const Te = [
196
196
  "/",
197
197
  T.length
198
198
  ] }),
199
- S ? /* @__PURE__ */ r(
199
+ w ? /* @__PURE__ */ r(
200
200
  "img",
201
201
  {
202
202
  src: m,
@@ -223,5 +223,5 @@ const Te = [
223
223
  ] });
224
224
  };
225
225
  export {
226
- fe as default
226
+ Ne as default
227
227
  };
@@ -1,6 +1,6 @@
1
- import { jsx as i, jsxs as G, Fragment as he } from "react/jsx-runtime";
2
- import { u as ge, g as pe, v as be, J as Ne, b as Oe, c as Te, h as Ie, d as Ee, e as Ae, i as ve, R as _e, y as Se, s as K, a as Fe, j as Y, t as x, n as Re, U as P, S as Ue, $ as Ce, p as Be, G as Le, z as De } from "./index-CsHPUgwM.js";
3
- import { useQueryClient as Me, useQuery as O } from "@tanstack/react-query";
1
+ import { jsx as i, jsxs as G, Fragment as ye } from "react/jsx-runtime";
2
+ import { u as ge, g as pe, v as be, J as Oe, c as Ne, m as Te, h as Ie, f as Ee, e as Ae, d as ve, R as _e, H as Se, s as K, b as Fe, i as Y, t as x, a as Re, U as P, S as Ue, $ as Ce, p as Be, G as Le, O as De } from "./index-BJ4PhL89.js";
3
+ import { useQueryClient as Me, useQuery as N } from "@tanstack/react-query";
4
4
  import { useState as Q, useMemo as d, useCallback as l } from "react";
5
5
  const ke = "FormsTable-module_formsTableBody__SvGha", qe = "FormsTable-module_modalHeading__wnTmA", we = "FormsTable-module_customAccordianItem__isszs", T = {
6
6
  formsTableBody: ke,
@@ -11,7 +11,7 @@ const ke = "FormsTable-module_formsTableBody__SvGha", qe = "FormsTable-module_mo
11
11
  encounterUuids: u,
12
12
  config: J,
13
13
  disableActions: X = !1,
14
- activeEncounterUuid: h = null
14
+ activeEncounterUuid: y = null
15
15
  }) => {
16
16
  const { t: n } = ge(), c = pe(), [g, U] = Q(!1), [s, C] = Q(null), {
17
17
  numberOfVisits: Z,
@@ -19,7 +19,7 @@ const ke = "FormsTable-module_formsTableBody__SvGha", qe = "FormsTable-module_mo
19
19
  forms: p
20
20
  } = J ?? {}, ee = be(
21
21
  De.EDIT_OBSERVATIONS
22
- ), { userPrivileges: b } = Ne(), I = ee && !X && !!h, B = Oe(
22
+ ), { userPrivileges: b } = Oe(), I = ee && !X && !!y, B = Ne(
23
23
  R,
24
24
  u
25
25
  ), re = Me(), {
@@ -28,7 +28,7 @@ const ke = "FormsTable-module_formsTableBody__SvGha", qe = "FormsTable-module_mo
28
28
  isError: M,
29
29
  error: oe,
30
30
  refetch: ae
31
- } = O({
31
+ } = N({
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: N = [] } = O({
42
+ }, [L, u, p]), { data: O = [] } = N({
43
43
  queryKey: ["observationForms"],
44
44
  queryFn: () => Ie()
45
45
  }), q = l(
46
46
  (e) => {
47
- const r = N.find((a) => a.name === e);
47
+ const r = O.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,13 +52,13 @@ const ke = "FormsTable-module_formsTableBody__SvGha", qe = "FormsTable-module_mo
52
52
  (a) => o.has(a.privilegeName) && a.editable
53
53
  );
54
54
  },
55
- [N, b]
55
+ [O, b]
56
56
  ), f = l(
57
- (e) => !h || e.encounterUuid !== h ? !1 : q(e.formName),
58
- [h, q]
57
+ (e) => !y || e.encounterUuid !== y ? !1 : q(e.formName),
58
+ [y, q]
59
59
  ), w = l(
60
- (e) => N.find((r) => r.name === e)?.uuid,
61
- [N]
60
+ (e) => O.find((r) => r.name === e)?.uuid,
61
+ [O]
62
62
  ), E = d(() => {
63
63
  if (s)
64
64
  return w(s.formName);
@@ -67,7 +67,7 @@ const ke = "FormsTable-module_formsTableBody__SvGha", qe = "FormsTable-module_mo
67
67
  isLoading: te,
68
68
  isError: se,
69
69
  error: A
70
- } = O({
70
+ } = N({
71
71
  queryKey: ["formMetadata", E],
72
72
  queryFn: () => Ee(E),
73
73
  enabled: !!E && g
@@ -76,7 +76,7 @@ const ke = "FormsTable-module_formsTableBody__SvGha", qe = "FormsTable-module_mo
76
76
  isLoading: ne,
77
77
  isError: ie,
78
78
  error: _
79
- } = O({
79
+ } = N({
80
80
  queryKey: ["formsEncounterFHIR", s?.encounterUuid],
81
81
  queryFn: () => Ae(s.encounterUuid),
82
82
  enabled: !!s?.encounterUuid && g
@@ -117,19 +117,19 @@ const ke = "FormsTable-module_formsTableBody__SvGha", qe = "FormsTable-module_mo
117
117
  return K(A).message;
118
118
  if (_)
119
119
  return K(_).message;
120
- }, [A, _]), y = d(
120
+ }, [A, _]), h = 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
126
  ), H = d(
127
- () => [...y, { key: "actions", header: n("ACTIONS") }],
128
- [y, n]
127
+ () => [...h, { key: "actions", header: n("ACTIONS") }],
128
+ [h, n]
129
129
  ), ce = l(
130
- (e) => I && e.some((r) => f(r)) ? H : y,
131
- [I, f, H, y]
132
- ), fe = y, ye = d(
130
+ (e) => I && e.some((r) => f(r)) ? H : h,
131
+ [I, f, H, h]
132
+ ), fe = h, he = d(
133
133
  () => [
134
134
  { key: "recordedOn", sortable: !0 },
135
135
  { key: "recordedBy", sortable: !0 }
@@ -162,7 +162,7 @@ const ke = "FormsTable-module_formsTableBody__SvGha", qe = "FormsTable-module_mo
162
162
  ).sort((r, o) => r.formName.localeCompare(o.formName));
163
163
  }, [k, n]), $ = l((e) => {
164
164
  C(e), U(!0);
165
- }, []), z = l(() => {
165
+ }, []), j = l(() => {
166
166
  U(!1), C(null);
167
167
  }, []), S = l((e) => {
168
168
  globalThis.dispatchEvent(
@@ -176,7 +176,7 @@ const ke = "FormsTable-module_formsTableBody__SvGha", qe = "FormsTable-module_mo
176
176
  }
177
177
  })
178
178
  );
179
- }, []), j = l(
179
+ }, []), z = l(
180
180
  (e, r) => {
181
181
  switch (r) {
182
182
  case "recordedOn":
@@ -201,7 +201,7 @@ const ke = "FormsTable-module_formsTableBody__SvGha", qe = "FormsTable-module_mo
201
201
  },
202
202
  [$, S, f, n]
203
203
  );
204
- return /* @__PURE__ */ G(he, { children: [
204
+ return /* @__PURE__ */ G(ye, { children: [
205
205
  /* @__PURE__ */ i("div", { id: "forms-table", "data-testid": "forms-table", children: D || M || V.length === 0 || B ? /* @__PURE__ */ i(
206
206
  P,
207
207
  {
@@ -211,7 +211,7 @@ const ke = "FormsTable-module_formsTableBody__SvGha", qe = "FormsTable-module_mo
211
211
  loading: D,
212
212
  errorStateMessage: M ? oe?.message : void 0,
213
213
  emptyStateMessage: n("FORMS_UNAVAILABLE"),
214
- renderCell: j,
214
+ renderCell: z,
215
215
  className: T.formsTableBody,
216
216
  dataTestId: "forms-table"
217
217
  }
@@ -232,9 +232,9 @@ const ke = "FormsTable-module_formsTableBody__SvGha", qe = "FormsTable-module_mo
232
232
  rows: a,
233
233
  loading: !1,
234
234
  errorStateMessage: "",
235
- sortable: ye,
235
+ sortable: he,
236
236
  emptyStateMessage: n("FORMS_UNAVAILABLE"),
237
- renderCell: j,
237
+ renderCell: z,
238
238
  className: T.formsTableBody,
239
239
  dataTestId: `forms-table-${o}`
240
240
  }
@@ -249,7 +249,7 @@ const ke = "FormsTable-module_formsTableBody__SvGha", qe = "FormsTable-module_mo
249
249
  id: "modalIdForActionAreaLayout",
250
250
  portalId: "main-display-area",
251
251
  open: g,
252
- onRequestClose: z,
252
+ onRequestClose: j,
253
253
  modalHeading: /* @__PURE__ */ G("div", { className: T.modalHeading, children: [
254
254
  /* @__PURE__ */ i("span", { children: s.formName }),
255
255
  I && f(s) && /* @__PURE__ */ i(
@@ -260,7 +260,7 @@ const ke = "FormsTable-module_formsTableBody__SvGha", qe = "FormsTable-module_mo
260
260
  size: "sm",
261
261
  testId: `edit-form-modal-${s.encounterUuid}`,
262
262
  onClick: () => {
263
- z(), S(s);
263
+ j(), S(s);
264
264
  },
265
265
  children: /* @__PURE__ */ i(x, {})
266
266
  }
@@ -1,5 +1,5 @@
1
- import { c, T as l, P as m, a as u, D as v, Q as i } from "./YPM2AS64-CYO0ZGVv.js";
2
- import { an as p, ao as d, ap as e } from "./index-CsHPUgwM.js";
1
+ import { c, T as l, P as m, a as u, D as v, Q as i } from "./YPM2AS64-C_TxiACU.js";
2
+ import { an as p, ao as d, ap as e } from "./index-BJ4PhL89.js";
3
3
  var f = (a) => {
4
4
  const [r, o] = 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-CYO0ZGVv.js";
2
- import { an as v, ao as C, ap as e } from "./index-CsHPUgwM.js";
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-C_TxiACU.js";
2
+ import { an as v, ao as C, ap as e } from "./index-BJ4PhL89.js";
3
3
  var h = (t) => {
4
4
  const [r, o] = s({
5
5
  prefix: "TanstackQueryDevtools"
@@ -1,8 +1,8 @@
1
1
  import { jsxs as S, jsx as u } from "react/jsx-runtime";
2
- import { g as Y, K as q, u as N, k as M, l as k, i as x, M as H, m as Q, x as w, o as G, U as j, V as z, q as U, H as P, r as J, I as W, w as X, A as Z, B as ee } from "./index-CsHPUgwM.js";
2
+ import { g as B, K as V, u as N, j as M, k, d as x, x as Q, A as G, _ as j, l as w, U as z, M as H, q as A, n as P, o as J, I as W, r as X, y as Z, z as ee } from "./index-BJ4PhL89.js";
3
3
  import { useQueries as ae, useQuery as te } from "@tanstack/react-query";
4
4
  import { useRef as se, useEffect as $, useMemo as E } from "react";
5
- const A = (a, n, d, l, b, r) => {
5
+ const D = (a, n, d, l, b, r) => {
6
6
  const t = P(a, n, b), s = t.value, o = J(s);
7
7
  let i = s;
8
8
  o === "Image" && (i = /* @__PURE__ */ u(
@@ -37,13 +37,13 @@ const A = (a, n, d, l, b, r) => {
37
37
  `obs-${a.id}`
38
38
  );
39
39
  }, re = (a, n, d, l, b, r, t) => /* @__PURE__ */ u(
40
- U,
40
+ A,
41
41
  {
42
42
  title: a.display,
43
43
  id: `grouped-obs-${a.display}-${l}`,
44
44
  open: d,
45
45
  children: a.members?.map(
46
- (s, o) => A(
46
+ (s, o) => D(
47
47
  s,
48
48
  o,
49
49
  b,
@@ -60,16 +60,16 @@ const A = (a, n, d, l, b, r) => {
60
60
  hideThumbnail: d
61
61
  }) => {
62
62
  const { t: l } = N(), b = (r, t, s) => {
63
- const o = z(r.encounterDetails, l);
63
+ const o = H(r.encounterDetails, l);
64
64
  return /* @__PURE__ */ S(
65
- U,
65
+ A,
66
66
  {
67
67
  title: o,
68
68
  id: `encounter-${r.encounterId}`,
69
69
  open: t,
70
70
  children: [
71
71
  r.observations.map(
72
- (i, m) => A(
72
+ (i, m) => D(
73
73
  i,
74
74
  m,
75
75
  s,
@@ -113,7 +113,7 @@ const A = (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 = Y(), { addNotification: s } = q(), { t: o } = N(), i = ae({
116
+ } = n, r = se(/* @__PURE__ */ new Set()), t = B(), { addNotification: s } = V(), { t: o } = N(), i = ae({
117
117
  queries: d.map((e) => ({
118
118
  queryKey: de(e),
119
119
  queryFn: () => M(e),
@@ -123,10 +123,10 @@ const A = (a, n, d, l, b, r) => {
123
123
  $(() => {
124
124
  i.forEach((e, h) => {
125
125
  if (e.isError && !r.current.has(h)) {
126
- const K = d[h];
126
+ const q = d[h];
127
127
  s({
128
128
  title: o("ERROR_DEFAULT_TITLE"),
129
- message: o("ERROR_FETCHING_CONCEPT", { conceptName: K }),
129
+ message: o("ERROR_FETCHING_CONCEPT", { conceptName: q }),
130
130
  type: "error"
131
131
  }), r.current.add(h);
132
132
  } else e.isError || r.current.delete(h);
@@ -134,7 +134,7 @@ const A = (a, n, d, l, b, r) => {
134
134
  }, [i, d]);
135
135
  const m = E(() => i.map((e) => e.data?.uuid).filter((e) => !!e), [i]), p = E(() => [.../* @__PURE__ */ new Set([...m, ...l])], [m, l]), y = E(() => d.length === 0 ? !0 : i.every((e) => !e.isLoading), [i, d.length]), {
136
136
  data: c,
137
- isLoading: D,
137
+ isLoading: F,
138
138
  isError: g,
139
139
  refetch: T
140
140
  } = te({
@@ -158,13 +158,13 @@ const A = (a, n, d, l, b, r) => {
158
158
  }, [g]);
159
159
  const O = E(() => {
160
160
  if (!c) return [];
161
- const e = H(c), h = Q(e);
162
- return w(h);
163
- }, [c]), F = [
161
+ const e = Q(c), h = G(e);
162
+ return j(h);
163
+ }, [c]), L = [
164
164
  { key: "name", header: "name" },
165
165
  { key: "value", header: "value" },
166
166
  { key: "form", header: "form" }
167
- ], f = D || !y, _ = g && y, L = (!c || c.entry?.length === 0 || p.length === 0) && y, V = _ ? o("ERROR_FETCHING_OBSERVATIONS") : null, B = L ? o("NO_OBSERVATIONS_FOUND") : void 0, C = O.length > 0 && !f && !_, R = n.titleTranslationKey, v = R ? o(R) : "";
167
+ ], _ = F || !y, f = g && y, U = (!c || c.entry?.length === 0 || p.length === 0) && y, C = f ? o("ERROR_FETCHING_OBSERVATIONS") : null, K = U ? o("NO_OBSERVATIONS_FOUND") : void 0, Y = O.length > 0 && !_ && !f, R = n.titleTranslationKey, v = R ? o(R) : "";
168
168
  return /* @__PURE__ */ S(
169
169
  "div",
170
170
  {
@@ -174,7 +174,7 @@ const A = (a, n, d, l, b, r) => {
174
174
  className: I.observations,
175
175
  children: [
176
176
  /* @__PURE__ */ u(
177
- G,
177
+ w,
178
178
  {
179
179
  id: "observations-title",
180
180
  testId: R ? `observations-title-${v}` : "observations-title",
@@ -183,7 +183,7 @@ const A = (a, n, d, l, b, r) => {
183
183
  children: /* @__PURE__ */ u("p", { children: v })
184
184
  }
185
185
  ),
186
- C ? /* @__PURE__ */ u(
186
+ Y ? /* @__PURE__ */ u(
187
187
  oe,
188
188
  {
189
189
  groupedData: O,
@@ -191,14 +191,14 @@ const A = (a, n, d, l, b, r) => {
191
191
  hideThumbnail: b
192
192
  }
193
193
  ) : /* @__PURE__ */ u(
194
- j,
194
+ z,
195
195
  {
196
- headers: F,
196
+ headers: L,
197
197
  rows: [],
198
198
  ariaLabel: o("OBSERVATIONS"),
199
- loading: f,
200
- errorStateMessage: V,
201
- emptyStateMessage: B,
199
+ loading: _,
200
+ errorStateMessage: C,
201
+ emptyStateMessage: K,
202
202
  dataTestId: "observations-table"
203
203
  }
204
204
  )
@@ -1,4 +1,4 @@
1
- import { aq as we, ar as z, as as xt, at as B, ao as q, ap as y, au as Ro, av as ye, aw as R, ax as _, ay as k, az as N, aA as A, aB as bs, aC as ir, aD as $e, aE as U, aF as Hn, aG as Vn, aH as dt, aI as D, aJ as xs, aK as cn, aL as Be, aM as ws, aN as qt, aO as zt, aP as $s, aQ as Cs, aR as $n, aS as Ss, aT as Nr, aU as Bt, aV as zo, aW as ks, aX as Es, aY as j, aZ as Ur, a_ as Ms, a$ as Ds, b0 as sr, b1 as As, b2 as Ts, b3 as zn, b4 as Fs, b5 as Is, b6 as Z, b7 as Ps, b8 as Ls } from "./index-CsHPUgwM.js";
1
+ import { aq as we, ar as z, as as xt, at as B, ao as q, ap as y, au as Ro, av as ye, aw as R, ax as _, ay as k, az as N, aA as A, aB as bs, aC as ir, aD as $e, aE as U, aF as Hn, aG as Vn, aH as dt, aI as D, aJ as xs, aK as cn, aL as Be, aM as ws, aN as qt, aO as zt, aP as $s, aQ as Cs, aR as $n, aS as Ss, aT as Nr, aU as Bt, aV as zo, aW as ks, aX as Es, aY as j, aZ as Ur, a_ as Ms, a$ as Ds, b0 as sr, b1 as As, b2 as Ts, b3 as zn, b4 as Fs, b5 as Is, b6 as Z, b7 as Ps, b8 as Ls } from "./index-BJ4PhL89.js";
2
2
  var Os = (e) => e != null, qs = (e) => e.filter(Os);
3
3
  function _s(e) {
4
4
  return (...t) => {
@@ -106880,7 +106880,7 @@ I90();
106880
106880
  const B90 = [];
106881
106881
  for (let t = 0; t < 256; ++t)
106882
106882
  B90.push((t + 256).toString(16).slice(1));
106883
- R0(() => Promise.resolve().then(() => na0)), R0(() => Promise.resolve().then(() => La0)), R0(() => Promise.resolve().then(() => sc0)), R0(() => Promise.resolve().then(() => wc0)), R0(() => import("./DocumentsTable-ClhCu3Gn-IjTd1ihL.js")), R0(() => Promise.resolve().then(() => ms0)), R0(() => import("./FormsTable-B1Jf7c-q-CYj0PcqY.js")), R0(() => Promise.resolve().then(() => Yi0)), R0(() => import("./Observations-BU2hE5R4-C1AqoRwn.js")), R0(
106883
+ R0(() => Promise.resolve().then(() => na0)), R0(() => Promise.resolve().then(() => La0)), R0(() => Promise.resolve().then(() => sc0)), R0(() => Promise.resolve().then(() => wc0)), R0(() => import("./DocumentsTable-BWbfHojx-xHk1Tsj6.js")), R0(() => Promise.resolve().then(() => ms0)), R0(() => import("./FormsTable-BkPPf52G-CBzUIIi0.js")), R0(() => Promise.resolve().then(() => Yi0)), R0(() => import("./Observations-CGkWnlr8-CkLj9kXo.js")), R0(
106884
106884
  () => Promise.resolve().then(() => Qs0)
106885
106885
  ), R0(
106886
106886
  () => Promise.resolve().then(() => vi0)
@@ -195116,7 +195116,7 @@ var obt = (t, e = !1) => {
195116
195116
  const e = Wa2(() => {
195117
195117
  const r = this, [o] = this.#n, [a] = this.#o, [c] = this.#a, [l] = this.#c, [i] = this.#p, [s] = this.#e;
195118
195118
  let d;
195119
- return this.#l ? d = this.#l : (d = qa2(() => import("./LNWAZHJI-DA6_qvB2.js")), this.#l = d), hc2(this.#h, this.#r), ja2(d, Fa2({
195119
+ return this.#l ? d = this.#l : (d = qa2(() => import("./LNWAZHJI-FnMwKVXx.js")), this.#l = d), hc2(this.#h, this.#r), ja2(d, Fa2({
195120
195120
  get queryFlavor() {
195121
195121
  return r.#d;
195122
195122
  },
@@ -195214,7 +195214,7 @@ var obt = (t, e = !1) => {
195214
195214
  const e = Wa2(() => {
195215
195215
  const r = this, [o] = this.#n, [a] = this.#o, [c] = this.#a, [l] = this.#c, [i] = this.#p, [s] = this.#e, [d] = this.#l;
195216
195216
  let u;
195217
- return this.#i ? u = this.#i : (u = qa2(() => import("./MWZ6AO7Z-BFwAZzmX.js")), this.#i = u), hc2(this.#h, this.#r), ja2(u, Fa2({
195217
+ return this.#i ? u = this.#i : (u = qa2(() => import("./MWZ6AO7Z-BvIrcz3V.js")), this.#i = u), hc2(this.#h, this.#r), ja2(u, Fa2({
195218
195218
  get queryFlavor() {
195219
195219
  return r.#d;
195220
195220
  },
@@ -195374,11 +195374,11 @@ const RVt = {
195374
195374
  }), KVt = R0(
195375
195375
  () => import("./index-CFigb5vF.js").then((t) => ({ default: t.IndexPage }))
195376
195376
  ), YVt = R0(
195377
- () => import("./index-CQhqijOM.js").then((t) => ({
195377
+ () => import("./index-Bhki2_js.js").then((t) => ({
195378
195378
  default: t.default
195379
195379
  }))
195380
195380
  ), JVt = R0(
195381
- () => import("./index-C1IZ00DT.js").then((t) => ({
195381
+ () => import("./index-Cor7pc6h.js").then((t) => ({
195382
195382
  default: t.default
195383
195383
  }))
195384
195384
  ), XVt = [
@@ -195421,34 +195421,34 @@ function sbt() {
195421
195421
  }
195422
195422
  export {
195423
195423
  es as $,
195424
- vF2 as A,
195425
- dF2 as B,
195424
+ Bzt as A,
195425
+ Uzt as B,
195426
195426
  IVt as C,
195427
195427
  HHt as D,
195428
195428
  Im0 as E,
195429
195429
  jz as F,
195430
195430
  wM as G,
195431
- Zzt as H,
195431
+ Szt as H,
195432
195432
  TB2 as I,
195433
195433
  Zc as J,
195434
195434
  $r as K,
195435
- fHt as L,
195436
- Izt as M,
195437
- Txt as N,
195438
- Uzt as O,
195439
- Hxt as P,
195440
- tyt as Q,
195435
+ sxt as L,
195436
+ kzt as M,
195437
+ fHt as N,
195438
+ qzt as O,
195439
+ Txt as P,
195440
+ Hxt as Q,
195441
195441
  hY1 as R,
195442
195442
  Qi as S,
195443
- W90 as T,
195443
+ tyt as T,
195444
195444
  lt as U,
195445
- kzt as V,
195445
+ W90 as V,
195446
195446
  yxt as W,
195447
195447
  YB0 as X,
195448
195448
  dxt as Y,
195449
195449
  fxt as Z,
195450
- sxt as _,
195451
- a2 as a,
195450
+ Pzt as _,
195451
+ kl as a,
195452
195452
  jxt as a$,
195453
195453
  wxt as a0,
195454
195454
  bf0 as a1,
@@ -195513,7 +195513,7 @@ export {
195513
195513
  Gxt as ax,
195514
195514
  fg as ay,
195515
195515
  c4 as az,
195516
- as as b,
195516
+ a2 as b,
195517
195517
  n8 as b0,
195518
195518
  Byt as b1,
195519
195519
  Xxt as b2,
@@ -195524,28 +195524,28 @@ export {
195524
195524
  Jxt as b7,
195525
195525
  uyt as b8,
195526
195526
  sbt as b9,
195527
- Ozt as c,
195528
- Tzt as d,
195527
+ as as c,
195528
+ an as d,
195529
195529
  NJ2 as e,
195530
- $zt as f,
195530
+ Tzt as f,
195531
195531
  Gt as g,
195532
195532
  kJ2 as h,
195533
- an as i,
195534
- Ki as j,
195535
- Lzt as k,
195536
- _zt as l,
195537
- Bzt as m,
195538
- kl as n,
195539
- uE as o,
195533
+ Ki as i,
195534
+ Lzt as j,
195535
+ _zt as k,
195536
+ uE as l,
195537
+ Ozt as m,
195538
+ Zzt as n,
195539
+ aVe as o,
195540
195540
  xt as p,
195541
195541
  szt as q,
195542
- aVe as r,
195542
+ cF2 as r,
195543
195543
  Ut as s,
195544
195544
  Hg as t,
195545
195545
  E2 as u,
195546
195546
  uM as v,
195547
- cF2 as w,
195548
- Pzt as x,
195549
- Szt as y,
195550
- qzt as z
195547
+ $zt as w,
195548
+ Izt as x,
195549
+ vF2 as y,
195550
+ dF2 as z
195551
195551
  };
@@ -1,5 +1,5 @@
1
1
  import { jsx as a, jsxs as y } from "react/jsx-runtime";
2
- import { O as V, C as O, u as I, F as P, D as h, K as B, J as G, E as L, _ as x, L as U, N as F, P as H, Q as q, T as K, W as Q, X as j, Y as k } from "./index-CsHPUgwM.js";
2
+ import { B as V, C as O, u as I, F as P, D as h, K as B, J as G, E as L, L as x, N as U, P as F, Q as H, T as q, V as K, W as Q, X as j, Y as k } from "./index-BJ4PhL89.js";
3
3
  import { useState as C, useMemo as c } from "react";
4
4
  import { useQueryClient as W, useQuery as Y } from "@tanstack/react-query";
5
5
  const $ = V(
@@ -36,8 +36,8 @@ const $ = V(
36
36
  "speciality",
37
37
  "durationMins",
38
38
  "description"
39
- ], J = "app:appointments:manageServices", Z = "app:appointments:adminTab", z = "index-module_page__Gsfbu", X = "index-module_noPrivilegeContainer__Pu5WZ", ee = "index-module_table__GAPmb", d = {
40
- page: z,
39
+ ], z = "app:appointments:manageServices", J = "app:appointments:adminTab", Z = "index-module_page__Gsfbu", X = "index-module_noPrivilegeContainer__Pu5WZ", ee = "index-module_table__GAPmb", d = {
40
+ page: Z,
41
41
  noPrivilegeContainer: X,
42
42
  table: ee
43
43
  };
@@ -77,9 +77,9 @@ function ae(e, i) {
77
77
  const oe = () => {
78
78
  const { t: e } = I(), i = W(), { addNotification: t } = B(), { userPrivileges: s } = G(), { appointmentsConfig: n } = $(), [E, _] = C(null), [b, p] = C(!1), l = n?.serviceTableFields ?? [
79
79
  ...u
80
- ], m = L(s, Z), M = L(
80
+ ], m = L(s, J), M = L(
81
81
  s,
82
- J
82
+ z
83
83
  ), S = c(
84
84
  () => te(l),
85
85
  [l]
@@ -87,10 +87,10 @@ const oe = () => {
87
87
  queryKey: ["allAppointmentServices"],
88
88
  queryFn: x,
89
89
  enabled: m
90
- }), N = c(
90
+ }), R = c(
91
91
  () => ie(l, e),
92
92
  [l]
93
- ), R = c(
93
+ ), N = c(
94
94
  () => ae(A ?? [], S),
95
95
  [A, S]
96
96
  ), g = async () => {
@@ -144,8 +144,8 @@ const oe = () => {
144
144
  {
145
145
  id: "all-services",
146
146
  title: e("ADMIN_ALL_SERVICES_TITLE"),
147
- headers: N,
148
- rows: R,
147
+ headers: R,
148
+ rows: N,
149
149
  ariaLabel: "all-services-table",
150
150
  loading: v,
151
151
  errorStateMessage: D ? e("ADMIN_ALL_SERVICES_ERROR_MESSAGE") : null,
@@ -1,5 +1,5 @@
1
1
  import { jsx as r, jsxs as p } from "react/jsx-runtime";
2
- import { Z as f, a0 as B, a1 as O, a2 as V, a3 as X, a4 as ee, a5 as te, a6 as ie, _ as ae, a7 as ne, u as Q, a8 as R, a9 as le, aa as re, ab as se, ac as E, ad as F, ae as C, af as Y, ag as k, ah as x, ai as H, J as oe, K as de, E as $, aj as ce, L as me, ak as Ae, al as Ie, am as ue, P as _e, Q as Te, T as Le } from "./index-CsHPUgwM.js";
2
+ import { Z as f, a0 as B, a1 as O, a2 as V, a3 as X, a4 as ee, a5 as te, a6 as ie, L as ae, a7 as ne, u as Q, a8 as R, a9 as le, aa as re, ab as se, ac as E, ad as F, ae as C, af as Y, ag as k, ah as x, ai as H, J as oe, K as de, E as $, aj as ce, N as me, ak as Ae, al as Ie, am as ue, Q as _e, T as Te, V as Le } from "./index-BJ4PhL89.js";
3
3
  import { useState as g, useMemo as N, useEffect as h, useRef as ve, useCallback as U } from "react";
4
4
  import { useQuery as M, useQueryClient as Ne } from "@tanstack/react-query";
5
5
  const be = "Available for appointments", q = "Get Appointment Unavailability", pe = "Add Appointment Unavailability", G = "Appointment Location", De = () => {
@@ -566,13 +566,13 @@ const be = "Available for appointments", q = "Get Appointment Unavailability", p
566
566
  s(T), !(Object.keys(T).length > 0) && await S(Re(m.current, e));
567
567
  }, [e, S]), W = U(
568
568
  (T) => {
569
- s((z) => {
570
- const P = { ...z };
569
+ s((J) => {
570
+ const P = { ...J };
571
571
  return T.forEach((Z) => delete P[Z]), P;
572
572
  });
573
573
  },
574
574
  []
575
- ), J = U(() => {
575
+ ), z = U(() => {
576
576
  c(!1), m.current = null, s({});
577
577
  }, []);
578
578
  return /* @__PURE__ */ r(
@@ -619,7 +619,7 @@ const be = "Available for appointments", q = "Get Appointment Unavailability", p
619
619
  onPrimaryButtonClick: j,
620
620
  isPrimaryButtonDisabled: A,
621
621
  secondaryButtonText: e("ADMIN_UNAVAILABILITY_FORM_CANCEL"),
622
- onSecondaryButtonClick: J,
622
+ onSecondaryButtonClick: z,
623
623
  isSecondaryButtonDisabled: A,
624
624
  content: /* @__PURE__ */ r(
625
625
  He,
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { b9 as t } from "./index-CsHPUgwM.js";
1
+ import { b9 as t } from "./index-BJ4PhL89.js";
2
2
  export {
3
3
  t as AppointmentsApp
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bahmni/appointments-app",
3
- "version": "0.0.1-dev.363",
3
+ "version": "0.0.1-dev.364",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",