@bahmni/appointments-app 0.0.1-dev.348 → 0.0.1-dev.350

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,19 +1,19 @@
1
- import { jsx as i, jsxs as f } from "react/jsx-runtime";
2
- import { q as V, p as O, u as C, F as P, s as h, o as B, M as G, t as L, v as x, w as q, y as U, z as F, B as H, D as j, E as Q, U as k, H as w } from "./index-O_QvEYsZ.js";
3
- import { useState as I, useMemo as _ } from "react";
4
- import { useQueryClient as W, useQuery as $ } from "@tanstack/react-query";
5
- const K = V(
1
+ import { jsx as a, jsxs as y } from "react/jsx-runtime";
2
+ import { t as V, A as O, u as C, w as P, x as h, o as B, M as G, y as L, C as x, D as U, H as q, K as H, N as F, S as W, V as j, W as k, _ as K } from "./index-91D-Kwae.js";
3
+ import { useState as I, useMemo as c } from "react";
4
+ import { useQueryClient as Q, useQuery as $ } from "@tanstack/react-query";
5
+ const w = V(
6
6
  O,
7
7
  "useAppointmentsConfig",
8
8
  "AppointmentsConfigProvider"
9
- ), z = ({
9
+ ), Y = ({
10
10
  serviceName: e,
11
- isDeleting: a,
11
+ isDeleting: i,
12
12
  onConfirm: t,
13
13
  onCancel: s
14
14
  }) => {
15
15
  const { t: n } = C();
16
- return /* @__PURE__ */ i(
16
+ return /* @__PURE__ */ a(
17
17
  P,
18
18
  {
19
19
  id: "delete-service-modal",
@@ -25,7 +25,7 @@ const K = V(
25
25
  onRequestSubmit: t,
26
26
  primaryButtonText: n("ADMIN_ALL_SERVICES_DELETE_BUTTON_LABEL"),
27
27
  secondaryButtonText: n("ADMIN_ALL_SERVICES_DELETE_CANCEL"),
28
- primaryButtonDisabled: a,
28
+ primaryButtonDisabled: i,
29
29
  modalHeading: n("ADMIN_ALL_SERVICES_DELETE_MODAL_TITLE"),
30
30
  children: n("ADMIN_ALL_SERVICES_DELETE_CONFIRM_BODY", { serviceName: e })
31
31
  }
@@ -36,29 +36,29 @@ const K = V(
36
36
  "speciality",
37
37
  "durationMins",
38
38
  "description"
39
- ], Y = "app:appointments:manageServices", Z = "app:appointments:adminTab", J = "index-module_page__Gsfbu", X = "index-module_noPrivilegeContainer__Pu5WZ", ee = "index-module_table__GAPmb", d = {
40
- page: J,
41
- noPrivilegeContainer: X,
39
+ ], Z = "app:appointments:manageServices", z = "app:appointments:adminTab", X = "index-module_page__Gsfbu", J = "index-module_noPrivilegeContainer__Pu5WZ", ee = "index-module_table__GAPmb", d = {
40
+ page: X,
41
+ noPrivilegeContainer: J,
42
42
  table: ee
43
43
  };
44
44
  function te(e) {
45
- return e.filter((a) => !u.includes(a));
45
+ return e.filter((i) => !u.includes(i));
46
46
  }
47
- function ae(e, a) {
47
+ function ie(e, i) {
48
48
  return [
49
49
  ...e.map((t) => ({
50
50
  key: t,
51
- header: a(
51
+ header: i(
52
52
  `ADMIN_ALL_SERVICES_COLUMN_${h(t)}`
53
53
  )
54
54
  })),
55
55
  {
56
56
  key: "actions",
57
- header: a("ADMIN_ALL_SERVICES_COLUMN_ACTIONS")
57
+ header: i("ADMIN_ALL_SERVICES_COLUMN_ACTIONS")
58
58
  }
59
59
  ];
60
60
  }
61
- function ie(e, a) {
61
+ function ae(e, i) {
62
62
  return e.map((t) => ({
63
63
  id: t.uuid,
64
64
  name: t.name,
@@ -67,7 +67,7 @@ function ie(e, a) {
67
67
  durationMins: t.durationMins,
68
68
  description: t.description,
69
69
  attributes: Object.fromEntries(
70
- a.map((s) => [
70
+ i.map((s) => [
71
71
  s,
72
72
  t.attributes?.find((n) => n.attributeType === s)?.value ?? null
73
73
  ])
@@ -75,33 +75,33 @@ function ie(e, a) {
75
75
  }));
76
76
  }
77
77
  const oe = () => {
78
- const { t: e } = C(), a = W(), { addNotification: t } = B(), { userPrivileges: s } = G(), { appointmentsConfig: n } = K(), [E, c] = I(null), [M, p] = I(!1), l = n?.serviceTableFields ?? [
78
+ const { t: e } = C(), i = Q(), { addNotification: t } = B(), { userPrivileges: s } = G(), { appointmentsConfig: n } = w(), [E, _] = I(null), [M, p] = I(!1), l = n?.serviceTableFields ?? [
79
79
  ...u
80
- ], S = L(s, Z), b = L(
80
+ ], S = L(s, z), b = L(
81
81
  s,
82
- Y
83
- ), m = _(
82
+ Z
83
+ ), m = c(
84
84
  () => te(l),
85
85
  [l]
86
86
  ), { data: A, isLoading: v, isError: D } = $({
87
87
  queryKey: ["allAppointmentServices"],
88
88
  queryFn: x,
89
89
  enabled: S
90
- }), R = _(
91
- () => ae(l, e),
90
+ }), N = c(
91
+ () => ie(l, e),
92
92
  [l]
93
- ), N = _(
94
- () => ie(A ?? [], m),
93
+ ), R = c(
94
+ () => ae(A ?? [], m),
95
95
  [A, m]
96
96
  ), g = async () => {
97
97
  p(!0);
98
98
  try {
99
- await w(E.id), t({
99
+ await K(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",
103
103
  timeout: 5e3
104
- }), c(null), a.invalidateQueries({ queryKey: ["allAppointmentServices"] });
104
+ }), _(null), i.invalidateQueries({ queryKey: ["allAppointmentServices"] });
105
105
  } catch {
106
106
  t({
107
107
  title: e("ADMIN_ALL_SERVICES_DELETE_ERROR_TITLE"),
@@ -111,8 +111,8 @@ const oe = () => {
111
111
  } finally {
112
112
  p(!1);
113
113
  }
114
- }, T = (r, o) => o === "actions" ? /* @__PURE__ */ i(
115
- Q,
114
+ }, T = (r, o) => o === "actions" ? /* @__PURE__ */ a(
115
+ j,
116
116
  {
117
117
  id: `delete-service-${r.id}-btn`,
118
118
  testId: `delete-service-${r.id}-btn-test-id`,
@@ -120,18 +120,18 @@ const oe = () => {
120
120
  kind: "ghost",
121
121
  label: e("ADMIN_ALL_SERVICES_DELETE_ICON_LABEL"),
122
122
  disabled: !b,
123
- onClick: () => c(r),
124
- children: /* @__PURE__ */ i(k, {})
123
+ onClick: () => _(r),
124
+ children: /* @__PURE__ */ a(k, {})
125
125
  }
126
- ) : u.includes(o) ? r[o] ?? "-" : r.attributes[o] ?? "-", y = [
127
- { id: "home", label: e("BREADCRUMB_HOME"), href: q },
126
+ ) : u.includes(o) ? r[o] ?? "-" : r.attributes[o] ?? "-", f = [
127
+ { id: "home", label: e("BREADCRUMB_HOME"), href: U },
128
128
  { id: "admin", label: e("BREADCRUMB_ADMIN"), isCurrentPage: !0 }
129
129
  ];
130
- return /* @__PURE__ */ i(
131
- U,
130
+ return /* @__PURE__ */ a(
131
+ q,
132
132
  {
133
- header: /* @__PURE__ */ i(H, { breadcrumbItems: y, userMenu: /* @__PURE__ */ i(j, {}) }),
134
- main: S ? /* @__PURE__ */ f(
133
+ header: /* @__PURE__ */ a(F, { breadcrumbItems: f, userMenu: /* @__PURE__ */ a(W, {}) }),
134
+ main: S ? /* @__PURE__ */ y(
135
135
  "div",
136
136
  {
137
137
  id: "all-appointment-service-page",
@@ -139,13 +139,13 @@ const oe = () => {
139
139
  "aria-label": "all-appointment-service-page-aria-label",
140
140
  className: d.page,
141
141
  children: [
142
- /* @__PURE__ */ i(
143
- F,
142
+ /* @__PURE__ */ a(
143
+ H,
144
144
  {
145
145
  id: "all-services",
146
146
  title: e("ADMIN_ALL_SERVICES_TITLE"),
147
- headers: R,
148
- rows: N,
147
+ headers: N,
148
+ rows: R,
149
149
  ariaLabel: "all-services-table",
150
150
  loading: v,
151
151
  errorStateMessage: D ? e("ADMIN_ALL_SERVICES_ERROR_MESSAGE") : null,
@@ -154,18 +154,18 @@ const oe = () => {
154
154
  className: d.table
155
155
  }
156
156
  ),
157
- E && /* @__PURE__ */ i(
158
- z,
157
+ E && /* @__PURE__ */ a(
158
+ Y,
159
159
  {
160
160
  serviceName: E.name,
161
161
  isDeleting: M,
162
162
  onConfirm: g,
163
- onCancel: () => c(null)
163
+ onCancel: () => _(null)
164
164
  }
165
165
  )
166
166
  ]
167
167
  }
168
- ) : /* @__PURE__ */ i(
168
+ ) : /* @__PURE__ */ a(
169
169
  "div",
170
170
  {
171
171
  id: "all-appointment-service-no-view-privilege",
@@ -1,17 +1,17 @@
1
1
  import { jsx as r, jsxs as p } from "react/jsx-runtime";
2
- import { R as f, J as B, K as O, L as V, P as Z, W as ee, a0 as te, a1 as ie, v as ae, a2 as ne, u as Q, a3 as R, a4 as le, a5 as re, a6 as se, a7 as E, a8 as F, a9 as C, aa as Y, ab as k, ac as x, ad as H, M as oe, o as de, t as $, ae as ce, w as me, af as Ae, ag as Ie, ah as ue, z as _e, B as Te, D as Le } from "./index-O_QvEYsZ.js";
3
- import { useState as g, useMemo as N, useEffect as h, useRef as ve, useCallback as U } from "react";
2
+ import { $ as f, a0 as B, a1 as O, a2 as V, a3 as Z, a4 as ee, a5 as te, a6 as ie, C 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, M as oe, o as de, y as $, aj as ce, D as me, ak as Ae, al as Ie, am as ue, K as _e, N as Te, S as Le } from "./index-91D-Kwae.js";
3
+ import { useState as g, useMemo as N, useEffect as S, useRef as ve, useCallback as U } from "react";
4
4
  import { useQuery as y, useQueryClient as Ne } from "@tanstack/react-query";
5
- const be = "Available for appointments", q = "Get Appointment Unavailability", pe = "Add Appointment Unavailability", w = "Appointment Location", Me = () => {
5
+ const be = "Available for appointments", q = "Get Appointment Unavailability", pe = "Add Appointment Unavailability", G = "Appointment Location", De = () => {
6
6
  try {
7
7
  return Z().uuid;
8
8
  } catch {
9
9
  return "";
10
10
  }
11
- }, G = (e) => ({
11
+ }, w = (e) => ({
12
12
  id: "",
13
13
  text: e
14
- }), De = (e) => ({
14
+ }), Me = (e) => ({
15
15
  display: e,
16
16
  uuid: ""
17
17
  }), ye = (e, a) => {
@@ -82,11 +82,11 @@ const be = "Available for appointments", q = "Get Appointment Unavailability", p
82
82
  providerUuid: s
83
83
  }))
84
84
  );
85
- }, he = (e) => !e.entry || e.entry.length === 0 ? [] : e.entry.map((a) => ({
85
+ }, Se = (e) => !e.entry || e.entry.length === 0 ? [] : e.entry.map((a) => ({
86
86
  uuid: a.resource?.id ?? "",
87
87
  display: a.resource?.name ?? "",
88
88
  childLocations: []
89
- })), Se = () => {
89
+ })), he = () => {
90
90
  const {
91
91
  data: e,
92
92
  isLoading: a,
@@ -106,12 +106,12 @@ const be = "Available for appointments", q = "Get Appointment Unavailability", p
106
106
  );
107
107
  if (I.length === 0) {
108
108
  const u = await ie(
109
- w
109
+ G
110
110
  );
111
- return he(u);
111
+ return Se(u);
112
112
  }
113
113
  return I.filter(
114
- (u) => u.tags?.some((v) => v.display === w)
114
+ (u) => u.tags?.some((v) => v.display === G)
115
115
  );
116
116
  },
117
117
  enabled: !!e?.uuid
@@ -152,7 +152,7 @@ const be = "Available for appointments", q = "Get Appointment Unavailability", p
152
152
  formDataRef: a,
153
153
  onClearErrors: n
154
154
  }) => {
155
- const { t } = Q(), { loginLocations: o, services: c, providers: A, isLoading: L, isError: m } = Se(), [l, s] = g({
155
+ const { t } = Q(), { loginLocations: o, services: c, providers: A, isLoading: L, isError: m } = he(), [l, s] = g({
156
156
  locationUuid: "",
157
157
  selectedServiceItems: [],
158
158
  selectedProviderItems: [],
@@ -173,7 +173,7 @@ const be = "Available for appointments", q = "Get Appointment Unavailability", p
173
173
  ),
174
174
  [A]
175
175
  ), u = N(
176
- () => R(!1, !1, o, De, {
176
+ () => R(!1, !1, o, Me, {
177
177
  loading: "",
178
178
  error: "",
179
179
  empty: t("ADMIN_UNAVAILABILITY_FORM_NO_LOCATIONS")
@@ -187,7 +187,7 @@ const be = "Available for appointments", q = "Get Appointment Unavailability", p
187
187
  _,
188
188
  t("ADMIN_UNAVAILABILITY_FORM_ALL_SERVICES")
189
189
  ),
190
- G,
190
+ w,
191
191
  {
192
192
  loading: "",
193
193
  error: "",
@@ -195,7 +195,7 @@ const be = "Available for appointments", q = "Get Appointment Unavailability", p
195
195
  }
196
196
  ),
197
197
  [_]
198
- ), M = N(
198
+ ), D = N(
199
199
  () => R(
200
200
  !1,
201
201
  !1,
@@ -203,7 +203,7 @@ const be = "Available for appointments", q = "Get Appointment Unavailability", p
203
203
  I,
204
204
  t("ADMIN_UNAVAILABILITY_FORM_ALL_PROVIDERS")
205
205
  ),
206
- G,
206
+ w,
207
207
  {
208
208
  loading: "",
209
209
  error: "",
@@ -212,26 +212,26 @@ const be = "Available for appointments", q = "Get Appointment Unavailability", p
212
212
  ),
213
213
  [I]
214
214
  );
215
- return h(() => {
215
+ return S(() => {
216
216
  if (o.length === 0) return;
217
- const i = Me(), b = o.some(
218
- (D) => D.uuid === i
217
+ const i = De(), b = o.some(
218
+ (M) => M.uuid === i
219
219
  );
220
- s((D) => ({
221
- ...D,
220
+ s((M) => ({
221
+ ...M,
222
222
  locationUuid: b ? i : ""
223
223
  }));
224
- }, [o]), h(() => {
224
+ }, [o]), S(() => {
225
225
  _.length > 0 && s((i) => ({
226
226
  ...i,
227
227
  selectedServiceItems: v
228
228
  }));
229
- }, [v]), h(() => {
229
+ }, [v]), S(() => {
230
230
  I.length > 0 && s((i) => ({
231
231
  ...i,
232
- selectedProviderItems: M
232
+ selectedProviderItems: D
233
233
  }));
234
- }, [M]), a.current = {
234
+ }, [D]), a.current = {
235
235
  ...l,
236
236
  filteredServicesCount: _.length,
237
237
  availableProvidersCount: I.length
@@ -484,7 +484,7 @@ const be = "Available for appointments", q = "Get Appointment Unavailability", p
484
484
  "data-testid": "provider-multiselect",
485
485
  titleText: t("ADMIN_UNAVAILABILITY_FORM_PROVIDER_LABEL"),
486
486
  placeholder: t("ADMIN_UNAVAILABILITY_FORM_PROVIDER_LABEL"),
487
- items: M,
487
+ items: D,
488
488
  itemToString: (i) => i?.text ?? "",
489
489
  selectedItems: l.selectedProviderItems,
490
490
  onChange: (i) => s({
@@ -510,7 +510,7 @@ const be = "Available for appointments", q = "Get Appointment Unavailability", p
510
510
  ), I = $(n, [
511
511
  pe,
512
512
  q
513
- ]), { data: u, isLoading: v, isError: M } = y({
513
+ ]), { data: u, isLoading: v, isError: D } = y({
514
514
  queryKey: ["appointmentUnavailabilities"],
515
515
  queryFn: ce,
516
516
  enabled: _
@@ -537,7 +537,7 @@ const be = "Available for appointments", q = "Get Appointment Unavailability", p
537
537
  key: "providerName",
538
538
  header: e("ADMIN_UNAVAILABILITY_COLUMN_PROVIDER")
539
539
  }
540
- ], [e]), D = N(() => u ? u.map((T) => fe(T, e)) : [], [u, e]), S = U(
540
+ ], [e]), M = N(() => u ? u.map((T) => fe(T, e)) : [], [u, e]), h = U(
541
541
  async (T) => {
542
542
  L(!0);
543
543
  try {
@@ -563,8 +563,8 @@ const be = "Available for appointments", q = "Get Appointment Unavailability", p
563
563
  ), j = U(async () => {
564
564
  if (!m.current) return;
565
565
  const T = ge(m.current, e);
566
- s(T), !(Object.keys(T).length > 0) && await S(Re(m.current, e));
567
- }, [e, S]), W = U(
566
+ s(T), !(Object.keys(T).length > 0) && await h(Re(m.current, e));
567
+ }, [e, h]), W = U(
568
568
  (T) => {
569
569
  s((J) => {
570
570
  const P = { ...J };
@@ -595,10 +595,10 @@ const be = "Available for appointments", q = "Get Appointment Unavailability", p
595
595
  "aria-label": "appointment-unavailability-actions-table-aria-label",
596
596
  title: e("ADMIN_UNAVAILABILITY_TITLE"),
597
597
  headers: b,
598
- rows: D,
598
+ rows: M,
599
599
  ariaLabel: "unavailability-table",
600
600
  loading: v,
601
- errorStateMessage: M ? e("ADMIN_UNAVAILABILITY_ERROR_MESSAGE") : null,
601
+ errorStateMessage: D ? e("ADMIN_UNAVAILABILITY_ERROR_MESSAGE") : null,
602
602
  emptyStateMessage: e("ADMIN_UNAVAILABILITY_EMPTY_MESSAGE"),
603
603
  actionButton: !o && I ? {
604
604
  label: e("ADMIN_UNAVAILABILITY_ADD_BUTTON"),