@bahmni/appointments-app 0.0.1-dev.230 → 0.0.1-dev.231

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 n, jsxs as f } from "react/jsx-runtime";
2
- import { D as V, F as O, u as C, G as h, L as P, b as B, r as G, K as U, H as A, a as x, I as q, M as F, W as k, O as K, R as $, S as H, T as W, U as j } from "./index-D9l2Pf2N.js";
2
+ import { N as V, F as O, u as C, G as h, L as P, b as B, r as G, K as U, H as A, a as x, I as q, M as F, W as k, O as K, R as $, S as H, T as W, U as j } from "./index-C5kAkfzb.js";
3
3
  import { useState as I, useMemo as _ } from "react";
4
4
  const w = V(
5
5
  O,
@@ -82,14 +82,14 @@ const re = () => {
82
82
  ), m = _(
83
83
  () => ee(l),
84
84
  [l]
85
- ), { data: L, isLoading: b, isError: D } = x({
85
+ ), { data: L, isLoading: b, isError: N } = x({
86
86
  queryKey: ["allAppointmentServices"],
87
87
  queryFn: j,
88
88
  enabled: u
89
89
  }), R = _(
90
90
  () => te(l, e),
91
91
  [l]
92
- ), N = _(
92
+ ), D = _(
93
93
  () => ae(L ?? [], m),
94
94
  [L, m]
95
95
  ), g = async () => {
@@ -144,10 +144,10 @@ const re = () => {
144
144
  id: "all-services",
145
145
  title: e("ADMIN_ALL_SERVICES_TITLE"),
146
146
  headers: R,
147
- rows: N,
147
+ rows: D,
148
148
  ariaLabel: "all-services-table",
149
149
  loading: b,
150
- errorStateMessage: D ? e("ADMIN_ALL_SERVICES_ERROR_MESSAGE") : null,
150
+ errorStateMessage: N ? 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
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { aK as t } from "./index-D9l2Pf2N.js";
1
+ import { aK as t } from "./index-C5kAkfzb.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.230",
3
+ "version": "0.0.1-dev.231",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",