@bahmni/appointments-app 0.0.1-dev.246 → 0.0.1-dev.256

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 { c as K, u as Q, d as W, a as J, l as X, m as Z, b as ee, w as te, e as ae } from "./index-DJ7fLWv8.js";
2
+ import { c as K, u as Q, d as W, a as J, l as X, m as Z, b as ee, w as te, y as ae } from "./index-DK9l8QyN.js";
3
3
  import { useState as l, useCallback as h, useEffect as f, useMemo as T } from "react";
4
4
  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", le = "_documentImage_1voj8_50", d = {
5
5
  documentsTableBody: ne,
@@ -37,7 +37,7 @@ const _e = [
37
37
  null
38
38
  ), [R, I] = l(
39
39
  /* @__PURE__ */ new Set()
40
- ), E = K(), { t: n } = Q(), { addNotification: U } = W(), $ = Number(a?.pageSize) || 5, [C, A] = l(1), [m, k] = l($), [V, y] = l(void 0), b = h((e) => {
40
+ ), E = K(), { t: n } = Q(), { addNotification: U } = W(), $ = Number(a?.pageSize) || 5, [C, y] = l(1), [m, k] = l($), [V, A] = l(void 0), b = h((e) => {
41
41
  L(e), S(!0);
42
42
  }, []), F = h(() => {
43
43
  S(!1), L(null), I(/* @__PURE__ */ new Set());
@@ -60,9 +60,9 @@ const _e = [
60
60
  )
61
61
  });
62
62
  f(() => {
63
- u && y(u.total);
63
+ u && A(u.total);
64
64
  }, [u]), f(() => {
65
- A(1), y(void 0);
65
+ y(1), A(void 0);
66
66
  }, [E]), f(() => {
67
67
  D && U({
68
68
  title: n("ERROR_DEFAULT_TITLE"),
@@ -90,7 +90,7 @@ const _e = [
90
90
  }, [s, o]);
91
91
  const q = h(
92
92
  (e, t) => {
93
- t !== m ? (k(t), A(1), y(void 0)) : A(e);
93
+ t !== m ? (k(t), y(1), A(void 0)) : y(e);
94
94
  },
95
95
  [m]
96
96
  ), N = T(
@@ -1,53 +1,53 @@
1
- import { jsx as s, jsxs as J, Fragment as W } from "react/jsx-runtime";
2
- import { u as X, c as ee, f as re, g as ae, a as c, Q as te, N as U, m as oe, l as se, b as S, x as ne, h as de, w as ie, $ as ue, o as me, i as le, s as ce, j as fe, k as ye } from "./index-DJ7fLWv8.js";
1
+ import { jsx as s, jsxs as W, Fragment as J } from "react/jsx-runtime";
2
+ import { u as Z, c as ee, e as re, f as ae, a as c, X as te, L as U, m as oe, l as se, b as S, x as ne, N as de, w as ie, $ as ue, g as me, E as le, h as ce, v as fe, i as ye } from "./index-DK9l8QyN.js";
3
3
  import { useState as q, useMemo as d, useCallback as f } from "react";
4
4
  const pe = "_formsTableBody_81hra_1", be = "_customAccordianItem_81hra_6", O = {
5
5
  formsTableBody: pe,
6
6
  customAccordianItem: be
7
- }, Ne = (u) => u ? u.extension?.find(
7
+ }, ge = (u) => u ? u.extension?.find(
8
8
  (n) => n.url === me
9
9
  )?.valueString : void 0, Ae = ({
10
10
  episodeOfCareUuids: u,
11
11
  encounterUuids: n,
12
12
  config: C
13
13
  }) => {
14
- const { t: o } = X(), m = ee(), [l, A] = q(!1), [t, I] = q(null), { numberOfVisits: k, hideThumbnail: x = !1 } = C ?? {}, T = re(
14
+ const { t: o } = Z(), m = ee(), [l, A] = q(!1), [t, I] = q(null), { numberOfVisits: k, hideThumbnail: w = !1 } = C ?? {}, E = re(
15
15
  u,
16
16
  n
17
- ), $ = ae(), {
17
+ ), x = ae(), {
18
18
  data: y = [],
19
19
  isLoading: B,
20
- isError: E,
21
- error: j,
22
- refetch: w
20
+ isError: L,
21
+ error: $,
22
+ refetch: H
23
23
  } = c({
24
24
  queryKey: ["forms", m, u],
25
25
  queryFn: () => le(m, void 0, k),
26
- enabled: !!m && !T
27
- }), _ = d(() => !n || n.length === 0 ? y : y.filter(
26
+ enabled: !!m && !E
27
+ }), T = d(() => !n || n.length === 0 ? y : y.filter(
28
28
  (e) => n.includes(e.encounterUuid)
29
- ), [y, n]), { data: D = [] } = c({
29
+ ), [y, n]), { data: _ = [] } = c({
30
30
  queryKey: ["observationForms"],
31
31
  queryFn: () => ce()
32
- }), F = f(
33
- (e) => D.find((r) => r.name === e)?.uuid,
34
- [D]
32
+ }), v = f(
33
+ (e) => _.find((r) => r.name === e)?.uuid,
34
+ [_]
35
35
  ), p = d(() => {
36
36
  if (t)
37
- return F(t.formName);
38
- }, [t, F]), {
39
- isLoading: H,
40
- isError: K,
37
+ return v(t.formName);
38
+ }, [t, v]), {
39
+ isLoading: K,
40
+ isError: j,
41
41
  error: b
42
42
  } = c({
43
43
  queryKey: ["formMetadata", p],
44
44
  queryFn: () => fe(p),
45
45
  enabled: !!p && l
46
46
  }), {
47
- data: N,
48
- isLoading: Q,
49
- isError: V,
50
- error: g
47
+ data: g,
48
+ isLoading: V,
49
+ isError: Q,
50
+ error: N
51
51
  } = c({
52
52
  queryKey: ["formsEncounterFHIR", t?.encounterUuid],
53
53
  queryFn: () => ye(t.encounterUuid),
@@ -55,19 +55,19 @@ const pe = "_formsTableBody_81hra_1", be = "_customAccordianItem_81hra_6", O = {
55
55
  });
56
56
  te(
57
57
  (e) => {
58
- e.patientUUID === m && e.updatedConcepts.size > 0 && (w(), $.invalidateQueries({ queryKey: ["formsEncounterFHIR"] }));
58
+ e.patientUUID === m && e.updatedConcepts.size > 0 && (H(), x.invalidateQueries({ queryKey: ["formsEncounterFHIR"] }));
59
59
  },
60
60
  [m]
61
61
  );
62
- const z = d(() => !N?.entry || !t?.formName ? [] : N.entry.filter((e) => e.resource?.resourceType === "Observation").map((e) => e.resource).filter((e) => {
63
- const r = Ne(e);
62
+ const z = d(() => !g?.entry || !t?.formName ? [] : g.entry.filter((e) => e.resource?.resourceType === "Observation").map((e) => e.resource).filter((e) => {
63
+ const r = ge(e);
64
64
  return !r || r.includes(t.formName);
65
- }), [N, t?.formName]), G = d(() => {
65
+ }), [g, t?.formName]), G = d(() => {
66
66
  if (b)
67
67
  return U(b).message;
68
- if (g)
69
- return U(g).message;
70
- }, [b, g]), L = d(
68
+ if (N)
69
+ return U(N).message;
70
+ }, [b, N]), F = d(
71
71
  () => [
72
72
  { key: "recordedOn", header: o("RECORDED_ON") },
73
73
  { key: "recordedBy", header: o("RECORDED_BY") }
@@ -80,11 +80,11 @@ const pe = "_formsTableBody_81hra_1", be = "_customAccordianItem_81hra_6", O = {
80
80
  ],
81
81
  []
82
82
  ), M = d(() => {
83
- const e = _.reduce(
83
+ const e = T.reduce(
84
84
  (r, a) => {
85
85
  const i = a.formName;
86
86
  r[i] ??= [];
87
- const h = a.providers.map((Z) => Z.providerName).filter(Boolean).join(", ");
87
+ const h = a.providers.map((Y) => Y.providerName).filter(Boolean).join(", ");
88
88
  return r[i].push({
89
89
  id: a.encounterUuid,
90
90
  formName: a.formName,
@@ -104,34 +104,34 @@ const pe = "_formsTableBody_81hra_1", be = "_customAccordianItem_81hra_6", O = {
104
104
  )
105
105
  })
106
106
  ).sort((r, a) => r.formName.localeCompare(a.formName));
107
- }, [_, o]), R = f((e) => {
107
+ }, [T, o]), D = f((e) => {
108
108
  I(e), A(!0);
109
- }, []), Y = f(() => {
109
+ }, []), X = f(() => {
110
110
  A(!1), I(null);
111
- }, []), v = f(
111
+ }, []), R = f(
112
112
  (e, r) => {
113
113
  switch (r) {
114
114
  case "recordedOn":
115
- return /* @__PURE__ */ s(se, { onClick: () => R(e), children: e.recordedOn });
115
+ return /* @__PURE__ */ s(se, { onClick: () => D(e), children: e.recordedOn });
116
116
  case "recordedBy":
117
117
  return e.recordedBy;
118
118
  default:
119
119
  return null;
120
120
  }
121
121
  },
122
- [R]
122
+ [D]
123
123
  );
124
- return /* @__PURE__ */ J(W, { children: [
125
- /* @__PURE__ */ s("div", { "data-testid": "forms-table", children: B || E || M.length === 0 || T ? /* @__PURE__ */ s(
124
+ return /* @__PURE__ */ W(J, { children: [
125
+ /* @__PURE__ */ s("div", { "data-testid": "forms-table", children: B || L || M.length === 0 || E ? /* @__PURE__ */ s(
126
126
  S,
127
127
  {
128
- headers: L,
128
+ headers: F,
129
129
  ariaLabel: o("FORMS_HEADING"),
130
130
  rows: [],
131
131
  loading: B,
132
- errorStateMessage: E ? j?.message : void 0,
132
+ errorStateMessage: L ? $?.message : void 0,
133
133
  emptyStateMessage: o("FORMS_UNAVAILABLE"),
134
- renderCell: v,
134
+ renderCell: R,
135
135
  className: O.formsTableBody,
136
136
  dataTestId: "forms-table"
137
137
  }
@@ -147,14 +147,14 @@ const pe = "_formsTableBody_81hra_1", be = "_customAccordianItem_81hra_6", O = {
147
147
  children: /* @__PURE__ */ s(
148
148
  S,
149
149
  {
150
- headers: L,
150
+ headers: F,
151
151
  ariaLabel: o("FORMS_HEADING"),
152
152
  rows: i,
153
153
  loading: !1,
154
154
  errorStateMessage: "",
155
155
  sortable: P,
156
156
  emptyStateMessage: o("FORMS_UNAVAILABLE"),
157
- renderCell: v,
157
+ renderCell: R,
158
158
  className: O.formsTableBody,
159
159
  dataTestId: `forms-table-${a}`
160
160
  }
@@ -169,7 +169,7 @@ const pe = "_formsTableBody_81hra_1", be = "_customAccordianItem_81hra_6", O = {
169
169
  id: "modalIdForActionAreaLayout",
170
170
  portalId: "main-display-area",
171
171
  open: l,
172
- onRequestClose: Y,
172
+ onRequestClose: X,
173
173
  modalHeading: t.formName,
174
174
  modalLabel: `${t.recordedOn} | ${t.recordedBy}`,
175
175
  passiveModal: !0,
@@ -179,12 +179,12 @@ const pe = "_formsTableBody_81hra_1", be = "_customAccordianItem_81hra_6", O = {
179
179
  ue,
180
180
  {
181
181
  observations: z,
182
- isLoading: H || Q,
183
- isError: K || V,
182
+ isLoading: K || V,
183
+ isError: j || Q,
184
184
  errorMessage: G,
185
185
  emptyStateMessage: o("NO_FORM_DATA_AVAILABLE"),
186
186
  testIdPrefix: t.formName,
187
- hideThumbnail: x
187
+ hideThumbnail: w
188
188
  }
189
189
  )
190
190
  }
@@ -1,5 +1,5 @@
1
- import { c, T as l, P as m, a as u, D as v, Q as i } from "./YPM2AS64-B7gdVFI6.js";
2
- import { W as d, X as f, Y as e } from "./index-DJ7fLWv8.js";
1
+ import { c, T as l, P as m, a as u, D as v, Q as i } from "./YPM2AS64-BOvdi-mT.js";
2
+ import { V as d, W as f, Z as e } from "./index-DK9l8QyN.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-B7gdVFI6.js";
2
- import { W as v, X as C, Y as e } from "./index-DJ7fLWv8.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-BOvdi-mT.js";
2
+ import { V as v, W as C, Z as e } from "./index-DK9l8QyN.js";
3
3
  var h = (t) => {
4
4
  const [r, o] = s({
5
5
  prefix: "TanstackQueryDevtools"
@@ -1,33 +1,33 @@
1
1
  import { jsxs as N, jsx as u } from "react/jsx-runtime";
2
- import { c as Q, d as V, u as S, n as H, p as K, a as w, Q as x, q as G, r as M, t as X, H as j, b as z, v as P, Z as D, y as Z, z as Y, R as J, A as W, B as ee, C as ae, D as te } from "./index-DJ7fLWv8.js";
3
- import { useRef as se, useEffect as O, useMemo as R } from "react";
4
- const A = (a, n, d, l, b, r) => {
5
- const t = Z(a, n, b), s = t.value, i = Y(s);
6
- let o = s;
7
- i === "Image" && (o = /* @__PURE__ */ u(
8
- W,
2
+ import { c as V, d as H, u as S, j as K, p as M, a as Q, X, k as x, n as j, z as w, H as z, b as G, o as Y, Y as A, M as P, q as J, R as W, r as Z, s as ee, t as ae, A as te } from "./index-DK9l8QyN.js";
3
+ import { useRef as se, useEffect as $, useMemo as R } from "react";
4
+ const D = (a, n, d, l, b, r) => {
5
+ const t = P(a, n, b), s = t.value, o = J(s);
6
+ let i = s;
7
+ o === "Image" && (i = /* @__PURE__ */ u(
8
+ Z,
9
9
  {
10
10
  imageSrc: s,
11
11
  alt: s,
12
12
  id: `${s}-img`,
13
13
  hideThumbnail: r
14
14
  }
15
- )), i === "Video" && (o = /* @__PURE__ */ u(
15
+ )), o === "Video" && (i = /* @__PURE__ */ u(
16
16
  ee,
17
17
  {
18
18
  id: `${s}-video`,
19
19
  videoSrc: s,
20
20
  hideThumbnail: r
21
21
  }
22
- )), i === "PDF" && (o = /* @__PURE__ */ u(ae, { id: `${s}-pdf`, src: s }));
22
+ )), o === "PDF" && (i = /* @__PURE__ */ u(ae, { id: `${s}-pdf`, src: s }));
23
23
  const p = b("OBSERVATIONS_RECORDED_BY", {
24
24
  provider: t.provider
25
25
  }), m = a.display, y = a.observationValue?.isAbnormal ? "abnormal-obs" : "obs", c = l ? `${l}-${y}-${m}-${d}-${n}` : `${y}-${m}-${d}-${n}`;
26
26
  return /* @__PURE__ */ u(
27
- J,
27
+ W,
28
28
  {
29
29
  header: t.header,
30
- value: o,
30
+ value: i,
31
31
  info: p,
32
32
  id: c,
33
33
  testId: c,
@@ -36,15 +36,15 @@ const A = (a, n, d, l, b, r) => {
36
36
  `obs-${a.id}`
37
37
  );
38
38
  }, re = (a, n, d, l, b, r, t) => /* @__PURE__ */ u(
39
- D,
39
+ A,
40
40
  {
41
41
  title: a.display,
42
42
  id: `grouped-obs-${a.display}-${l}`,
43
43
  open: d,
44
44
  children: a.members?.map(
45
- (s, i) => A(
45
+ (s, o) => D(
46
46
  s,
47
- i,
47
+ o,
48
48
  b,
49
49
  r,
50
50
  n,
@@ -53,23 +53,23 @@ const A = (a, n, d, l, b, r) => {
53
53
  )
54
54
  },
55
55
  `grouped-obs-${a.id}`
56
- ), ie = ({
56
+ ), oe = ({
57
57
  groupedData: a,
58
58
  title: n = "",
59
59
  hideThumbnail: d
60
60
  }) => {
61
61
  const { t: l } = S(), b = (r, t, s) => {
62
- const i = P(r.encounterDetails, l);
62
+ const o = Y(r.encounterDetails, l);
63
63
  return /* @__PURE__ */ N(
64
- D,
64
+ A,
65
65
  {
66
- title: i,
66
+ title: o,
67
67
  id: `encounter-${r.encounterId}`,
68
68
  open: t,
69
69
  children: [
70
70
  r.observations.map(
71
- (o, p) => A(
72
- o,
71
+ (i, p) => D(
72
+ i,
73
73
  p,
74
74
  s,
75
75
  n,
@@ -78,8 +78,8 @@ const A = (a, n, d, l, b, r) => {
78
78
  )
79
79
  ),
80
80
  r.groupedObservations.map(
81
- (o, p) => re(
82
- o,
81
+ (i, p) => re(
82
+ i,
83
83
  l,
84
84
  t,
85
85
  p,
@@ -104,66 +104,66 @@ const A = (a, n, d, l, b, r) => {
104
104
  )
105
105
  }
106
106
  );
107
- }, oe = "_observations_kfbhq_1", ne = "_title_kfbhq_12", I = {
108
- observations: oe,
107
+ }, ie = "_observations_kfbhq_1", ne = "_title_kfbhq_12", I = {
108
+ observations: ie,
109
109
  title: ne
110
110
  }, de = (a) => ["conceptUuid", a], le = (a, n) => ["observations", a, ...n], pe = ({ config: a }) => {
111
111
  const n = a, {
112
112
  conceptNames: d = [],
113
113
  conceptUuid: l = [],
114
114
  hideThumbnail: b = !1
115
- } = n, r = se(/* @__PURE__ */ new Set()), t = Q(), { addNotification: s } = V(), { t: i } = S(), o = H({
115
+ } = n, r = se(/* @__PURE__ */ new Set()), t = V(), { addNotification: s } = H(), { t: o } = S(), i = K({
116
116
  queries: d.map((e) => ({
117
117
  queryKey: de(e),
118
- queryFn: () => K(e),
118
+ queryFn: () => M(e),
119
119
  enabled: !!e
120
120
  }))
121
121
  });
122
- O(() => {
123
- o.forEach((e, h) => {
122
+ $(() => {
123
+ i.forEach((e, h) => {
124
124
  if (e.isError && !r.current.has(h)) {
125
- const k = d[h];
125
+ const B = d[h];
126
126
  s({
127
- title: i("ERROR_DEFAULT_TITLE"),
128
- message: i("ERROR_FETCHING_CONCEPT", { conceptName: k }),
127
+ title: o("ERROR_DEFAULT_TITLE"),
128
+ message: o("ERROR_FETCHING_CONCEPT", { conceptName: B }),
129
129
  type: "error"
130
130
  }), r.current.add(h);
131
131
  } else e.isError || r.current.delete(h);
132
132
  });
133
- }, [o, d]);
134
- const p = R(() => o.map((e) => e.data?.uuid).filter((e) => !!e), [o]), m = R(() => [.../* @__PURE__ */ new Set([...p, ...l])], [p, l]), y = R(() => d.length === 0 ? !0 : o.every((e) => !e.isLoading), [o, d.length]), {
133
+ }, [i, d]);
134
+ const p = R(() => i.map((e) => e.data?.uuid).filter((e) => !!e), [i]), m = R(() => [.../* @__PURE__ */ new Set([...p, ...l])], [p, l]), y = R(() => d.length === 0 ? !0 : i.every((e) => !e.isLoading), [i, d.length]), {
135
135
  data: c,
136
136
  isLoading: F,
137
- isError: f,
138
- refetch: g
139
- } = w({
137
+ isError: T,
138
+ refetch: f
139
+ } = Q({
140
140
  queryKey: le(t, m),
141
141
  queryFn: () => te(t, m),
142
142
  enabled: !!t && m.length > 0 && y
143
143
  });
144
- x(
144
+ X(
145
145
  (e) => {
146
146
  e.patientUUID === t && e.updatedConcepts.size > 0 && [...e.updatedConcepts.keys()].some(
147
147
  (h) => m.includes(h)
148
- ) && g();
148
+ ) && f();
149
149
  },
150
- [t, g]
151
- ), O(() => {
152
- f && s({
153
- title: i("ERROR_DEFAULT_TITLE"),
154
- message: i("ERROR_FETCHING_OBSERVATIONS"),
150
+ [t, f]
151
+ ), $(() => {
152
+ T && s({
153
+ title: o("ERROR_DEFAULT_TITLE"),
154
+ message: o("ERROR_FETCHING_OBSERVATIONS"),
155
155
  type: "error"
156
156
  });
157
- }, [f]);
158
- const T = R(() => {
157
+ }, [T]);
158
+ const g = R(() => {
159
159
  if (!c) return [];
160
- const e = G(c), h = M(e);
161
- return X(h);
160
+ const e = x(c), h = j(e);
161
+ return w(h);
162
162
  }, [c]), q = [
163
163
  { key: "name", header: "name" },
164
164
  { key: "value", header: "value" },
165
165
  { key: "form", header: "form" }
166
- ], _ = F || !y, $ = f && y, C = (!c || c.entry?.length === 0 || m.length === 0) && y, L = $ ? i("ERROR_FETCHING_OBSERVATIONS") : null, B = C ? i("NO_OBSERVATIONS_FOUND") : void 0, U = T.length > 0 && !_ && !$, E = n.titleTranslationKey, v = E ? i(E) : "";
166
+ ], O = F || !y, _ = T && y, L = (!c || c.entry?.length === 0 || m.length === 0) && y, k = _ ? o("ERROR_FETCHING_OBSERVATIONS") : null, C = L ? o("NO_OBSERVATIONS_FOUND") : void 0, U = g.length > 0 && !O && !_, E = n.titleTranslationKey, v = E ? o(E) : "";
167
167
  return /* @__PURE__ */ N(
168
168
  "div",
169
169
  {
@@ -173,7 +173,7 @@ const A = (a, n, d, l, b, r) => {
173
173
  className: I.observations,
174
174
  children: [
175
175
  /* @__PURE__ */ u(
176
- j,
176
+ z,
177
177
  {
178
178
  id: "observations-title",
179
179
  testId: E ? `observations-title-${v}` : "observations-title",
@@ -183,21 +183,21 @@ const A = (a, n, d, l, b, r) => {
183
183
  }
184
184
  ),
185
185
  U ? /* @__PURE__ */ u(
186
- ie,
186
+ oe,
187
187
  {
188
- groupedData: T,
188
+ groupedData: g,
189
189
  title: v,
190
190
  hideThumbnail: b
191
191
  }
192
192
  ) : /* @__PURE__ */ u(
193
- z,
193
+ G,
194
194
  {
195
195
  headers: q,
196
196
  rows: [],
197
- ariaLabel: i("OBSERVATIONS"),
198
- loading: _,
199
- errorStateMessage: L,
200
- emptyStateMessage: B,
197
+ ariaLabel: o("OBSERVATIONS"),
198
+ loading: O,
199
+ errorStateMessage: k,
200
+ emptyStateMessage: C,
201
201
  dataTestId: "observations-table"
202
202
  }
203
203
  )
@@ -1,4 +1,4 @@
1
- import { _ as we, a0 as z, a1 as xt, a2 as B, X as q, Y as y, a3 as Ro, a4 as ye, a5 as R, a6 as _, a7 as k, a8 as N, a9 as A, aa as bs, ab as ir, ac as $e, ad as G, ae as Hn, af as Vn, ag as dt, ah as D, ai as xs, aj as cn, ak as Be, al as ws, am as qt, an as zt, ao as $s, ap as Cs, aq as $n, ar as Ss, as as Nr, at as Bt, au as zo, av as ks, aw as Es, ax as j, ay as Gr, az as Ms, aA as Ds, aB as sr, aC as As, aD as Ts, aE as zn, aF as Fs, aG as Is, aH as Z, aI as Ps, aJ as Ls } from "./index-DJ7fLWv8.js";
1
+ import { _ as we, a0 as z, a1 as xt, a2 as B, W as q, Z as y, a3 as Ro, a4 as ye, a5 as R, a6 as _, a7 as k, a8 as N, a9 as A, aa as bs, ab as ir, ac as $e, ad as G, ae as Hn, af as Vn, ag as dt, ah as D, ai as xs, aj as cn, ak as Be, al as ws, am as qt, an as zt, ao as $s, ap as Cs, aq as $n, ar as Ss, as as Nr, at as Bt, au as zo, av as ks, aw as Es, ax as j, ay as Gr, az as Ms, aA as Ds, aB as sr, aC as As, aD as Ts, aE as zn, aF as Fs, aG as Is, aH as Z, aI as Ps, aJ as Ls } from "./index-DK9l8QyN.js";
2
2
  var Os = (e) => e != null, qs = (e) => e.filter(Os);
3
3
  function _s(e) {
4
4
  return (...t) => {
@@ -1,5 +1,5 @@
1
1
  import { jsx as n, jsxs as f } from "react/jsx-runtime";
2
- import { E as V, F as O, u as C, G as h, I as P, g as B, d as G, U, J as A, a as x, P as q, K as F, L as $, M as k, O as K, S as Q, T as j, V as w } from "./index-DJ7fLWv8.js";
2
+ import { B as V, C as O, u as C, D as h, K as P, f as B, d as G, U, F as A, a as x, G as q, I as F, J as K, O as $, P as k, Q, S as j, T as w } from "./index-DK9l8QyN.js";
3
3
  import { useState as I, useMemo as _ } from "react";
4
4
  const H = V(
5
5
  O,
@@ -35,8 +35,8 @@ const H = V(
35
35
  "speciality",
36
36
  "durationMins",
37
37
  "description"
38
- ], Y = "app:appointments:manageServices", z = "app:appointments:adminTab", J = "_page_10v94_1", X = "_noPrivilegeContainer_10v94_1", Z = "_table_10v94_18", d = {
39
- page: J,
38
+ ], Y = "app:appointments:manageServices", J = "app:appointments:adminTab", z = "_page_10v94_1", X = "_noPrivilegeContainer_10v94_1", Z = "_table_10v94_18", d = {
39
+ page: z,
40
40
  noPrivilegeContainer: X,
41
41
  table: Z
42
42
  };
@@ -76,23 +76,23 @@ function ae(e, a) {
76
76
  const re = () => {
77
77
  const { t: e } = C(), a = B(), { addNotification: t } = G(), { userPrivileges: s } = U(), { appointmentsConfig: i } = H(), [E, c] = I(null), [v, S] = I(!1), l = i?.serviceTableFields ?? [
78
78
  ...p
79
- ], u = A(s, z), M = A(
79
+ ], u = A(s, J), M = A(
80
80
  s,
81
81
  Y
82
82
  ), m = _(
83
83
  () => ee(l),
84
84
  [l]
85
- ), { data: L, isLoading: b, isError: D } = x({
85
+ ), { data: L, isLoading: D, isError: b } = x({
86
86
  queryKey: ["allAppointmentServices"],
87
87
  queryFn: w,
88
88
  enabled: u
89
- }), g = _(
89
+ }), N = _(
90
90
  () => te(l, e),
91
91
  [l]
92
- ), N = _(
92
+ ), R = _(
93
93
  () => ae(L ?? [], m),
94
94
  [L, m]
95
- ), R = async () => {
95
+ ), g = async () => {
96
96
  S(!0);
97
97
  try {
98
98
  await j(E.id), t({
@@ -111,7 +111,7 @@ const re = () => {
111
111
  S(!1);
112
112
  }
113
113
  }, T = (r, o) => o === "actions" ? /* @__PURE__ */ n(
114
- K,
114
+ k,
115
115
  {
116
116
  id: `delete-service-${r.id}-btn`,
117
117
  testId: `delete-service-${r.id}-btn-test-id`,
@@ -129,7 +129,7 @@ const re = () => {
129
129
  return /* @__PURE__ */ n(
130
130
  F,
131
131
  {
132
- header: /* @__PURE__ */ n(k, { breadcrumbItems: y }),
132
+ header: /* @__PURE__ */ n($, { breadcrumbItems: y }),
133
133
  main: u ? /* @__PURE__ */ f(
134
134
  "div",
135
135
  {
@@ -139,15 +139,15 @@ const re = () => {
139
139
  className: d.page,
140
140
  children: [
141
141
  /* @__PURE__ */ n(
142
- $,
142
+ K,
143
143
  {
144
144
  id: "all-services",
145
145
  title: e("ADMIN_ALL_SERVICES_TITLE"),
146
- headers: g,
147
- rows: N,
146
+ headers: N,
147
+ rows: R,
148
148
  ariaLabel: "all-services-table",
149
- loading: b,
150
- errorStateMessage: D ? e("ADMIN_ALL_SERVICES_ERROR_MESSAGE") : null,
149
+ loading: D,
150
+ errorStateMessage: b ? e("ADMIN_ALL_SERVICES_ERROR_MESSAGE") : null,
151
151
  emptyStateMessage: e("ADMIN_ALL_SERVICES_EMPTY_MESSAGE"),
152
152
  renderCell: T,
153
153
  className: d.table
@@ -158,7 +158,7 @@ const re = () => {
158
158
  {
159
159
  serviceName: E.name,
160
160
  isDeleting: v,
161
- onConfirm: R,
161
+ onConfirm: g,
162
162
  onCancel: () => c(null)
163
163
  }
164
164
  )