@bahmni/appointments-app 0.0.1-dev.337 → 0.0.1-dev.340

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,12 +1,12 @@
1
1
  import { jsxs as S, jsx as u } from "react/jsx-runtime";
2
- import { a as B, q as K, u as N, s as M, j as k, U as H, y as j, H as w, M as x, k as G, R as z, E as P, F, V as W, m as J, n as X, o as Y, W as Z, r as ee } from "./index-D-pvewNz.js";
2
+ import { l as q, B as G, u as N, f as Q, b as k, K as x, c as H, A as M, C as w, V as j, S as z, d as P, G as A, _ as J, e as Y, h as W, o as X, i as Z, n as ee } from "./index-BDBSFoaD.js";
3
3
  import { useQueries as ae, useQuery as te } from "@tanstack/react-query";
4
- import { useRef as se, useEffect as _, useMemo as R } from "react";
5
- const Q = (a, n, d, l, b, r) => {
6
- const t = W(a, n, b), s = t.value, o = J(s);
4
+ import { useRef as se, useEffect as I, useMemo as R } from "react";
5
+ const C = (a, n, d, l, b, r) => {
6
+ const t = J(a, n, b), s = t.value, o = Y(s);
7
7
  let i = s;
8
8
  o === "Image" && (i = /* @__PURE__ */ u(
9
- Y,
9
+ X,
10
10
  {
11
11
  imageSrc: s,
12
12
  alt: s,
@@ -25,7 +25,7 @@ const Q = (a, n, d, l, b, r) => {
25
25
  provider: t.provider
26
26
  }), p = a.display, y = a.observationValue?.isAbnormal ? "abnormal-obs" : "obs", c = l ? `${l}-${y}-${p}-${d}-${n}` : `${y}-${p}-${d}-${n}`;
27
27
  return /* @__PURE__ */ u(
28
- X,
28
+ W,
29
29
  {
30
30
  header: t.header,
31
31
  value: i,
@@ -37,13 +37,13 @@ const Q = (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
- F,
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) => Q(
46
+ (s, o) => C(
47
47
  s,
48
48
  o,
49
49
  b,
@@ -62,14 +62,14 @@ const Q = (a, n, d, l, b, r) => {
62
62
  const { t: l } = N(), b = (r, t, s) => {
63
63
  const o = P(r.encounterDetails, l);
64
64
  return /* @__PURE__ */ S(
65
- F,
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) => Q(
72
+ (i, m) => C(
73
73
  i,
74
74
  m,
75
75
  s,
@@ -105,7 +105,7 @@ const Q = (a, n, d, l, b, r) => {
105
105
  )
106
106
  }
107
107
  );
108
- }, ie = "Observations-module_observations__RKSyo", ne = "Observations-module_title__TJL3z", I = {
108
+ }, ie = "Observations-module_observations__RKSyo", ne = "Observations-module_title__TJL3z", $ = {
109
109
  observations: ie,
110
110
  title: ne
111
111
  }, de = (a) => ["conceptUuid", a], le = (a, n) => ["observations", a, ...n], pe = ({ config: a }) => {
@@ -113,20 +113,20 @@ const Q = (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 = B(), { addNotification: s } = K(), { t: o } = N(), i = ae({
116
+ } = n, r = se(/* @__PURE__ */ new Set()), t = q(), { addNotification: s } = G(), { t: o } = N(), i = ae({
117
117
  queries: d.map((e) => ({
118
118
  queryKey: de(e),
119
- queryFn: () => M(e),
119
+ queryFn: () => Q(e),
120
120
  enabled: !!e
121
121
  }))
122
122
  });
123
- _(() => {
123
+ I(() => {
124
124
  i.forEach((e, h) => {
125
125
  if (e.isError && !r.current.has(h)) {
126
- const q = d[h];
126
+ const U = d[h];
127
127
  s({
128
128
  title: o("ERROR_DEFAULT_TITLE"),
129
- message: o("ERROR_FETCHING_CONCEPT", { conceptName: q }),
129
+ message: o("ERROR_FETCHING_CONCEPT", { conceptName: U }),
130
130
  type: "error"
131
131
  }), r.current.add(h);
132
132
  } else e.isError || r.current.delete(h);
@@ -134,22 +134,22 @@ const Q = (a, n, d, l, b, r) => {
134
134
  }, [i, d]);
135
135
  const m = R(() => i.map((e) => e.data?.uuid).filter((e) => !!e), [i]), p = R(() => [.../* @__PURE__ */ new Set([...m, ...l])], [m, l]), y = R(() => d.length === 0 ? !0 : i.every((e) => !e.isLoading), [i, d.length]), {
136
136
  data: c,
137
- isLoading: U,
137
+ isLoading: D,
138
138
  isError: T,
139
- refetch: $
139
+ refetch: f
140
140
  } = te({
141
141
  queryKey: le(t, p),
142
142
  queryFn: () => k(t, p),
143
143
  enabled: !!t && p.length > 0 && y
144
144
  });
145
- H(
145
+ x(
146
146
  (e) => {
147
147
  e.patientUUID === t && e.updatedConcepts.size > 0 && [...e.updatedConcepts.keys()].some(
148
148
  (h) => p.includes(h)
149
- ) && $();
149
+ ) && f();
150
150
  },
151
- [t, $]
152
- ), _(() => {
151
+ [t, f]
152
+ ), I(() => {
153
153
  T && s({
154
154
  title: o("ERROR_DEFAULT_TITLE"),
155
155
  message: o("ERROR_FETCHING_OBSERVATIONS"),
@@ -158,32 +158,32 @@ const Q = (a, n, d, l, b, r) => {
158
158
  }, [T]);
159
159
  const g = R(() => {
160
160
  if (!c) return [];
161
- const e = j(c), h = w(e);
162
- return x(h);
163
- }, [c]), D = [
161
+ const e = H(c), h = M(e);
162
+ return w(h);
163
+ }, [c]), F = [
164
164
  { key: "name", header: "name" },
165
165
  { key: "value", header: "value" },
166
166
  { key: "form", header: "form" }
167
- ], O = U || !y, f = T && y, L = (!c || c.entry?.length === 0 || p.length === 0) && y, A = f ? o("ERROR_FETCHING_OBSERVATIONS") : null, C = L ? o("NO_OBSERVATIONS_FOUND") : void 0, V = g.length > 0 && !O && !f, E = n.titleTranslationKey, v = E ? o(E) : "";
167
+ ], O = D || !y, _ = T && y, L = (!c || c.entry?.length === 0 || p.length === 0) && y, B = _ ? o("ERROR_FETCHING_OBSERVATIONS") : null, V = L ? o("NO_OBSERVATIONS_FOUND") : void 0, K = g.length > 0 && !O && !_, E = n.titleTranslationKey, v = E ? o(E) : "";
168
168
  return /* @__PURE__ */ S(
169
169
  "div",
170
170
  {
171
171
  id: "observations",
172
172
  "data-testid": E ? `observations-${v}` : "observations",
173
173
  "aria-label": "observations-aria-label",
174
- className: I.observations,
174
+ className: $.observations,
175
175
  children: [
176
176
  /* @__PURE__ */ u(
177
- G,
177
+ j,
178
178
  {
179
179
  id: "observations-title",
180
180
  testId: E ? `observations-title-${v}` : "observations-title",
181
181
  title: v,
182
- className: I.title,
182
+ className: $.title,
183
183
  children: /* @__PURE__ */ u("p", { children: v })
184
184
  }
185
185
  ),
186
- V ? /* @__PURE__ */ u(
186
+ K ? /* @__PURE__ */ u(
187
187
  oe,
188
188
  {
189
189
  groupedData: g,
@@ -193,12 +193,12 @@ const Q = (a, n, d, l, b, r) => {
193
193
  ) : /* @__PURE__ */ u(
194
194
  z,
195
195
  {
196
- headers: D,
196
+ headers: F,
197
197
  rows: [],
198
198
  ariaLabel: o("OBSERVATIONS"),
199
199
  loading: O,
200
- errorStateMessage: A,
201
- emptyStateMessage: C,
200
+ errorStateMessage: B,
201
+ emptyStateMessage: V,
202
202
  dataTestId: "observations-table"
203
203
  }
204
204
  )
@@ -1,4 +1,4 @@
1
- import { ak as we, al as z, am as xt, an as B, ai as q, aj as y, ao as Ro, ap as ye, aq as R, ar as _, as as k, at as N, au as A, av as bs, aw as ir, ax as $e, ay as U, az as Hn, aA as Vn, aB as dt, aC as D, aD as xs, aE as cn, aF as Be, aG as ws, aH as qt, aI as zt, aJ as $s, aK as Cs, aL as $n, aM as Ss, aN as Nr, aO as Bt, aP as zo, aQ as ks, aR as Es, aS as j, aT as Ur, aU as Ms, aV as Ds, aW as sr, aX as As, aY as Ts, aZ as zn, a_ as Fs, a$ as Is, b0 as Z, b1 as Ps, b2 as Ls } from "./index-D-pvewNz.js";
1
+ import { al as we, am as z, an as xt, ao as B, aj as q, ak as y, ap as Ro, aq as ye, ar as R, as as _, at as k, au as N, av as A, aw as bs, ax as ir, ay as $e, az as U, aA as Hn, aB as Vn, aC as dt, aD as D, aE as xs, aF as cn, aG as Be, aH as ws, aI as qt, aJ as zt, aK as $s, aL as Cs, aM as $n, aN as Ss, aO as Nr, aP as Bt, aQ as zo, aR as ks, aS as Es, aT as j, aU as Ur, aV as Ms, aW as Ds, aX as sr, aY as As, aZ as Ts, a_ as zn, a$ as Fs, b0 as Is, b1 as Z, b2 as Ps, b3 as Ls } from "./index-BDBSFoaD.js";
2
2
  var Os = (e) => e != null, qs = (e) => e.filter(Os);
3
3
  function _s(e) {
4
4
  return (...t) => {
@@ -1,8 +1,8 @@
1
- import { jsx as n, jsxs as y } from "react/jsx-runtime";
2
- import { T as V, t as P, u as C, P as O, w as h, q as B, x, z as L, X as G, D as q, B as U, C as F, J as H, G as k, I as w, Z as Q } from "./index-D-pvewNz.js";
1
+ import { jsx as i, jsxs as y } from "react/jsx-runtime";
2
+ import { $ as V, p as P, u as C, F as O, q as B, B as h, r as x, s as L, W as G, P as U, t as F, y as q, J as H, z as $, D as W, U as k, I as w } from "./index-BDBSFoaD.js";
3
3
  import { useState as I, useMemo as _ } from "react";
4
- import { useQueryClient as Z, useQuery as $ } from "@tanstack/react-query";
5
- const j = V(
4
+ import { useQueryClient as Q, useQuery as j } from "@tanstack/react-query";
5
+ const J = V(
6
6
  P,
7
7
  "useAppointmentsConfig",
8
8
  "AppointmentsConfigProvider"
@@ -12,8 +12,8 @@ const j = V(
12
12
  onConfirm: t,
13
13
  onCancel: s
14
14
  }) => {
15
- const { t: i } = C();
16
- return /* @__PURE__ */ n(
15
+ const { t: n } = C();
16
+ return /* @__PURE__ */ i(
17
17
  O,
18
18
  {
19
19
  id: "delete-service-modal",
@@ -23,11 +23,11 @@ const j = V(
23
23
  danger: !0,
24
24
  onRequestClose: s,
25
25
  onRequestSubmit: t,
26
- primaryButtonText: i("ADMIN_ALL_SERVICES_DELETE_BUTTON_LABEL"),
27
- secondaryButtonText: i("ADMIN_ALL_SERVICES_DELETE_CANCEL"),
26
+ primaryButtonText: n("ADMIN_ALL_SERVICES_DELETE_BUTTON_LABEL"),
27
+ secondaryButtonText: n("ADMIN_ALL_SERVICES_DELETE_CANCEL"),
28
28
  primaryButtonDisabled: a,
29
- modalHeading: i("ADMIN_ALL_SERVICES_DELETE_MODAL_TITLE"),
30
- children: i("ADMIN_ALL_SERVICES_DELETE_CONFIRM_BODY", { serviceName: e })
29
+ modalHeading: n("ADMIN_ALL_SERVICES_DELETE_MODAL_TITLE"),
30
+ children: n("ADMIN_ALL_SERVICES_DELETE_CONFIRM_BODY", { serviceName: e })
31
31
  }
32
32
  );
33
33
  }, u = [
@@ -36,20 +36,20 @@ const j = V(
36
36
  "speciality",
37
37
  "durationMins",
38
38
  "description"
39
- ], W = "app:appointments:manageServices", J = "app:appointments:adminTab", X = "index-module_page__Gsfbu", Y = "index-module_noPrivilegeContainer__Pu5WZ", z = "index-module_table__GAPmb", d = {
40
- page: X,
41
- noPrivilegeContainer: Y,
42
- table: z
39
+ ], Y = "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,
41
+ noPrivilegeContainer: X,
42
+ table: ee
43
43
  };
44
- function ee(e) {
44
+ function te(e) {
45
45
  return e.filter((a) => !u.includes(a));
46
46
  }
47
- function te(e, a) {
47
+ function ae(e, a) {
48
48
  return [
49
49
  ...e.map((t) => ({
50
50
  key: t,
51
51
  header: a(
52
- `ADMIN_ALL_SERVICES_COLUMN_${h(t)}`
52
+ `ADMIN_ALL_SERVICES_COLUMN_${B(t)}`
53
53
  )
54
54
  })),
55
55
  {
@@ -58,7 +58,7 @@ function te(e, a) {
58
58
  }
59
59
  ];
60
60
  }
61
- function ae(e, a) {
61
+ function ie(e, a) {
62
62
  return e.map((t) => ({
63
63
  id: t.uuid,
64
64
  name: t.name,
@@ -69,34 +69,34 @@ function ae(e, a) {
69
69
  attributes: Object.fromEntries(
70
70
  a.map((s) => [
71
71
  s,
72
- t.attributes?.find((i) => i.attributeType === s)?.value ?? null
72
+ t.attributes?.find((n) => n.attributeType === s)?.value ?? null
73
73
  ])
74
74
  )
75
75
  }));
76
76
  }
77
- const le = () => {
78
- const { t: e } = C(), a = Z(), { addNotification: t } = B(), { userPrivileges: s } = x(), { appointmentsConfig: i } = j(), [E, c] = I(null), [b, p] = I(!1), l = i?.serviceTableFields ?? [
77
+ const oe = () => {
78
+ const { t: e } = C(), a = Q(), { addNotification: t } = h(), { userPrivileges: s } = x(), { appointmentsConfig: n } = J(), [E, c] = I(null), [M, p] = I(!1), l = n?.serviceTableFields ?? [
79
79
  ...u
80
- ], m = L(s, J), M = L(
80
+ ], m = L(s, Z), b = L(
81
81
  s,
82
- W
82
+ Y
83
83
  ), S = _(
84
- () => ee(l),
84
+ () => te(l),
85
85
  [l]
86
- ), { data: A, isLoading: D, isError: v } = $({
86
+ ), { data: A, isLoading: v, isError: D } = j({
87
87
  queryKey: ["allAppointmentServices"],
88
88
  queryFn: G,
89
89
  enabled: m
90
90
  }), R = _(
91
- () => te(l, e),
91
+ () => ae(l, e),
92
92
  [l]
93
93
  ), N = _(
94
- () => ae(A ?? [], S),
94
+ () => ie(A ?? [], S),
95
95
  [A, S]
96
96
  ), g = async () => {
97
97
  p(!0);
98
98
  try {
99
- await Q(E.id), t({
99
+ await w(E.id), t({
100
100
  title: e("ADMIN_ALL_SERVICES_DELETE_SUCCESS_TITLE"),
101
101
  message: e("ADMIN_ALL_SERVICES_DELETE_SUCCESS_MESSAGE"),
102
102
  type: "success",
@@ -111,26 +111,26 @@ const le = () => {
111
111
  } finally {
112
112
  p(!1);
113
113
  }
114
- }, T = (r, o) => o === "actions" ? /* @__PURE__ */ n(
115
- k,
114
+ }, T = (r, o) => o === "actions" ? /* @__PURE__ */ i(
115
+ W,
116
116
  {
117
117
  id: `delete-service-${r.id}-btn`,
118
118
  testId: `delete-service-${r.id}-btn-test-id`,
119
119
  "aria-label": `delete-service-${r.id}-btn-aria-label`,
120
120
  kind: "ghost",
121
121
  label: e("ADMIN_ALL_SERVICES_DELETE_ICON_LABEL"),
122
- disabled: !M,
122
+ disabled: !b,
123
123
  onClick: () => c(r),
124
- children: /* @__PURE__ */ n(w, {})
124
+ children: /* @__PURE__ */ i(k, {})
125
125
  }
126
126
  ) : u.includes(o) ? r[o] ?? "-" : r.attributes[o] ?? "-", f = [
127
- { id: "home", label: e("BREADCRUMB_HOME"), href: q },
127
+ { id: "home", label: e("BREADCRUMB_HOME"), href: U },
128
128
  { id: "admin", label: e("BREADCRUMB_ADMIN"), isCurrentPage: !0 }
129
129
  ];
130
- return /* @__PURE__ */ n(
131
- U,
130
+ return /* @__PURE__ */ i(
131
+ F,
132
132
  {
133
- header: /* @__PURE__ */ n(H, { breadcrumbItems: f }),
133
+ header: /* @__PURE__ */ i(H, { breadcrumbItems: f, userMenu: /* @__PURE__ */ i($, {}) }),
134
134
  main: m ? /* @__PURE__ */ y(
135
135
  "div",
136
136
  {
@@ -139,33 +139,33 @@ const le = () => {
139
139
  "aria-label": "all-appointment-service-page-aria-label",
140
140
  className: d.page,
141
141
  children: [
142
- /* @__PURE__ */ n(
143
- F,
142
+ /* @__PURE__ */ i(
143
+ q,
144
144
  {
145
145
  id: "all-services",
146
146
  title: e("ADMIN_ALL_SERVICES_TITLE"),
147
147
  headers: R,
148
148
  rows: N,
149
149
  ariaLabel: "all-services-table",
150
- loading: D,
151
- errorStateMessage: v ? e("ADMIN_ALL_SERVICES_ERROR_MESSAGE") : null,
150
+ loading: v,
151
+ errorStateMessage: D ? e("ADMIN_ALL_SERVICES_ERROR_MESSAGE") : null,
152
152
  emptyStateMessage: e("ADMIN_ALL_SERVICES_EMPTY_MESSAGE"),
153
153
  renderCell: T,
154
154
  className: d.table
155
155
  }
156
156
  ),
157
- E && /* @__PURE__ */ n(
157
+ E && /* @__PURE__ */ i(
158
158
  K,
159
159
  {
160
160
  serviceName: E.name,
161
- isDeleting: b,
161
+ isDeleting: M,
162
162
  onConfirm: g,
163
163
  onCancel: () => c(null)
164
164
  }
165
165
  )
166
166
  ]
167
167
  }
168
- ) : /* @__PURE__ */ n(
168
+ ) : /* @__PURE__ */ i(
169
169
  "div",
170
170
  {
171
171
  id: "all-appointment-service-no-view-privilege",
@@ -179,5 +179,5 @@ const le = () => {
179
179
  );
180
180
  };
181
181
  export {
182
- le as default
182
+ oe as default
183
183
  };