@bahmni/clinical-app 0.0.1-dev.51 → 0.0.1-dev.52

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
- import { c, T as l, P as m, a as u, D as v, Q as i } from "./YPM2AS64-Cw37iD9v.js";
2
- import { g as d, c as f, a as e } from "./index-wYK71kPO.js";
1
+ import { c, T as l, P as m, a as u, D as v, Q as i } from "./YPM2AS64-Cj_O7jTq.js";
2
+ import { g as d, c as f, a as e } from "./index-CnF5Fts2.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-Cw37iD9v.js";
2
- import { g as v, c as C, a as e } from "./index-wYK71kPO.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-Cj_O7jTq.js";
2
+ import { g as v, c as C, a as e } from "./index-CnF5Fts2.js";
3
3
  var h = (t) => {
4
4
  const [r, o] = s({
5
5
  prefix: "TanstackQueryDevtools"
@@ -1,7 +1,7 @@
1
1
  var ws = Object.defineProperty;
2
2
  var xs = (e, t, n) => t in e ? ws(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
3
3
  var _e = (e, t, n) => xs(e, typeof t != "symbol" ? t + "" : t, n);
4
- import { b as $e, d as K, o as xt, e as H, c as L, a as v, P as zo, m as ye, S as z, t as q, i as k, f as G, h as T, j as $s, k as sr, u as Ce, l as V, s as Vn, n as jn, p as ft, q as A, r as Cs, v as cn, w as He, x as Ss, y as _t, z as Kt, A as ks, B as Es, C as Cn, F as Ds, D as Hr, E as Nt, $ as Ko, G as Ms, H as As, I as W, J as Ur, K as Ts, L as Fs, M as lr, N as Is, O as Os, Q as Kn, R as Ls, T as Ps, U as oe, V as qs, W as _s } from "./index-wYK71kPO.js";
4
+ import { b as $e, d as K, o as xt, e as H, c as L, a as v, P as zo, m as ye, S as z, t as q, i as k, f as G, h as T, j as $s, k as sr, u as Ce, l as V, s as Vn, n as jn, p as ft, q as A, r as Cs, v as cn, w as He, x as Ss, y as _t, z as Kt, A as ks, B as Es, C as Cn, F as Ds, D as Hr, E as Nt, $ as Ko, G as Ms, H as As, I as W, J as Ur, K as Ts, L as Fs, M as lr, N as Is, O as Os, Q as Kn, R as Ls, T as Ps, U as oe, V as qs, W as _s } from "./index-CnF5Fts2.js";
5
5
  var Rs = (e) => e != null, zs = (e) => e.filter(Rs);
6
6
  function Ks(e) {
7
7
  return (...t) => {
@@ -67428,8 +67428,8 @@ const N5 = {
67428
67428
  validators: bd
67429
67429
  }, Ir = N5.validators;
67430
67430
  let Ro = class {
67431
- constructor(t) {
67432
- this.defaults = t || {}, this.interceptors = {
67431
+ constructor(e) {
67432
+ this.defaults = e || {}, this.interceptors = {
67433
67433
  request: new Pue(),
67434
67434
  response: new Pue()
67435
67435
  };
@@ -67442,89 +67442,89 @@ let Ro = class {
67442
67442
  *
67443
67443
  * @returns {Promise} The Promise to be fulfilled
67444
67444
  */
67445
- async request(t, e) {
67445
+ async request(e, r) {
67446
67446
  try {
67447
- return await this._request(t, e);
67448
- } catch (r) {
67449
- if (r instanceof Error) {
67450
- let n = {};
67451
- Error.captureStackTrace ? Error.captureStackTrace(n) : n = new Error();
67452
- const a = n.stack ? n.stack.replace(/^.+\n/, "") : "";
67447
+ return await this._request(e, r);
67448
+ } catch (n) {
67449
+ if (n instanceof Error) {
67450
+ let a = {};
67451
+ Error.captureStackTrace ? Error.captureStackTrace(a) : a = new Error();
67452
+ const c = a.stack ? a.stack.replace(/^.+\n/, "") : "";
67453
67453
  try {
67454
- r.stack ? a && !String(r.stack).endsWith(a.replace(/^.+\n.+\n/, "")) && (r.stack += `
67455
- ` + a) : r.stack = a;
67454
+ n.stack ? c && !String(n.stack).endsWith(c.replace(/^.+\n.+\n/, "")) && (n.stack += `
67455
+ ` + c) : n.stack = c;
67456
67456
  } catch {
67457
67457
  }
67458
67458
  }
67459
- throw r;
67459
+ throw n;
67460
67460
  }
67461
67461
  }
67462
- _request(t, e) {
67463
- typeof t == "string" ? (e = e || {}, e.url = t) : e = t || {}, e = Jo(this.defaults, e);
67464
- const { transitional: r, paramsSerializer: n, headers: a } = e;
67465
- r !== void 0 && N5.assertOptions(r, {
67462
+ _request(e, r) {
67463
+ typeof e == "string" ? (r = r || {}, r.url = e) : r = e || {}, r = Jo(this.defaults, r);
67464
+ const { transitional: n, paramsSerializer: a, headers: c } = r;
67465
+ n !== void 0 && N5.assertOptions(n, {
67466
67466
  silentJSONParsing: Ir.transitional(Ir.boolean),
67467
67467
  forcedJSONParsing: Ir.transitional(Ir.boolean),
67468
67468
  clarifyTimeoutError: Ir.transitional(Ir.boolean)
67469
- }, !1), n != null && (ke.isFunction(n) ? e.paramsSerializer = {
67470
- serialize: n
67471
- } : N5.assertOptions(n, {
67469
+ }, !1), a != null && (ke.isFunction(a) ? r.paramsSerializer = {
67470
+ serialize: a
67471
+ } : N5.assertOptions(a, {
67472
67472
  encode: Ir.function,
67473
67473
  serialize: Ir.function
67474
- }, !0)), e.allowAbsoluteUrls !== void 0 || (this.defaults.allowAbsoluteUrls !== void 0 ? e.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls : e.allowAbsoluteUrls = !0), N5.assertOptions(e, {
67474
+ }, !0)), r.allowAbsoluteUrls !== void 0 || (this.defaults.allowAbsoluteUrls !== void 0 ? r.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls : r.allowAbsoluteUrls = !0), N5.assertOptions(r, {
67475
67475
  baseUrl: Ir.spelling("baseURL"),
67476
67476
  withXsrfToken: Ir.spelling("withXSRFToken")
67477
- }, !0), e.method = (e.method || this.defaults.method || "get").toLowerCase();
67478
- let c = a && ke.merge(
67479
- a.common,
67480
- a[e.method]
67477
+ }, !0), r.method = (r.method || this.defaults.method || "get").toLowerCase();
67478
+ let i = c && ke.merge(
67479
+ c.common,
67480
+ c[r.method]
67481
67481
  );
67482
- a && ke.forEach(
67482
+ c && ke.forEach(
67483
67483
  ["delete", "get", "head", "post", "put", "patch", "common"],
67484
- (g) => {
67485
- delete a[g];
67486
- }
67487
- ), e.headers = Vt.concat(c, a);
67488
- const i = [];
67489
- let l = !0;
67490
- this.interceptors.request.forEach(function(g) {
67491
- typeof g.runWhen == "function" && g.runWhen(e) === !1 || (l = l && g.synchronous, i.unshift(g.fulfilled, g.rejected));
67484
+ (E) => {
67485
+ delete c[E];
67486
+ }
67487
+ ), r.headers = Vt.concat(i, c);
67488
+ const l = [];
67489
+ let s = !0;
67490
+ this.interceptors.request.forEach(function(E) {
67491
+ typeof E.runWhen == "function" && E.runWhen(r) === !1 || (s = s && E.synchronous, l.unshift(E.fulfilled, E.rejected));
67492
67492
  });
67493
- const s = [];
67494
- this.interceptors.response.forEach(function(g) {
67495
- s.push(g.fulfilled, g.rejected);
67493
+ const d = [];
67494
+ this.interceptors.response.forEach(function(E) {
67495
+ d.push(E.fulfilled, E.rejected);
67496
67496
  });
67497
- let d, u = 0, h;
67498
- if (!l) {
67499
- const g = [Xue.bind(this), void 0];
67500
- for (g.unshift(...i), g.push(...s), h = g.length, d = Promise.resolve(e); u < h; )
67501
- d = d.then(g[u++], g[u++]);
67502
- return d;
67503
- }
67504
- h = i.length;
67505
- let w = e;
67506
- for (u = 0; u < h; ) {
67507
- const g = i[u++], E = i[u++];
67497
+ let u, h = 0, w;
67498
+ if (!s) {
67499
+ const E = [Xue.bind(this), void 0];
67500
+ for (E.unshift(...l), E.push(...d), w = E.length, u = Promise.resolve(r); h < w; )
67501
+ u = u.then(E[h++], E[h++]);
67502
+ return u;
67503
+ }
67504
+ w = l.length;
67505
+ let g = r;
67506
+ for (h = 0; h < w; ) {
67507
+ const E = l[h++], f = l[h++];
67508
67508
  try {
67509
- w = g(w);
67510
- } catch (f) {
67511
- E.call(this, f);
67509
+ g = E(g);
67510
+ } catch (p) {
67511
+ f.call(this, p);
67512
67512
  break;
67513
67513
  }
67514
67514
  }
67515
67515
  try {
67516
- d = Xue.call(this, w);
67517
- } catch (g) {
67518
- return Promise.reject(g);
67516
+ u = Xue.call(this, g);
67517
+ } catch (E) {
67518
+ return Promise.reject(E);
67519
67519
  }
67520
- for (u = 0, h = s.length; u < h; )
67521
- d = d.then(s[u++], s[u++]);
67522
- return d;
67520
+ for (h = 0, w = d.length; h < w; )
67521
+ u = u.then(d[h++], d[h++]);
67522
+ return u;
67523
67523
  }
67524
- getUri(t) {
67525
- t = Jo(this.defaults, t);
67526
- const e = qN1(t.baseURL, t.url, t.allowAbsoluteUrls);
67527
- return IN1(e, t.params, t.paramsSerializer);
67524
+ getUri(e) {
67525
+ e = Jo(this.defaults, e);
67526
+ const r = qN1(e.baseURL, e.url, e.allowAbsoluteUrls);
67527
+ return IN1(r, e.params, e.paramsSerializer);
67528
67528
  }
67529
67529
  };
67530
67530
  ke.forEach(["delete", "get", "head", "options"], function(t) {
@@ -67727,22 +67727,22 @@ e0.getAdapter = GN1.getAdapter;
67727
67727
  e0.HttpStatusCode = fm;
67728
67728
  e0.default = e0;
67729
67729
  const {
67730
- Axios: OZ0,
67731
- AxiosError: DZ0,
67732
- CanceledError: SZ0,
67733
- isCancel: RZ0,
67734
- CancelToken: kZ0,
67735
- VERSION: ZZ0,
67736
- all: IZ0,
67737
- Cancel: BZ0,
67738
- isAxiosError: PZ0,
67739
- spread: jZ0,
67740
- toFormData: FZ0,
67741
- AxiosHeaders: qZ0,
67742
- HttpStatusCode: UZ0,
67743
- formToJSON: WZ0,
67744
- getAdapter: KZ0,
67745
- mergeConfig: GZ0
67730
+ Axios: DZ0,
67731
+ AxiosError: SZ0,
67732
+ CanceledError: RZ0,
67733
+ isCancel: kZ0,
67734
+ CancelToken: ZZ0,
67735
+ VERSION: IZ0,
67736
+ all: BZ0,
67737
+ Cancel: PZ0,
67738
+ isAxiosError: jZ0,
67739
+ spread: FZ0,
67740
+ toFormData: qZ0,
67741
+ AxiosHeaders: UZ0,
67742
+ HttpStatusCode: WZ0,
67743
+ formToJSON: KZ0,
67744
+ getAdapter: GZ0,
67745
+ mergeConfig: YZ0
67746
67746
  } = e0, U0 = (t) => {
67747
67747
  let e = "Error", r = "An unexpected error occurred";
67748
67748
  if (!t)
@@ -113391,7 +113391,7 @@ function Gd({
113391
113391
  }, i), a));
113392
113392
  }
113393
113393
  const {
113394
- open: aI0,
113394
+ open: cI0,
113395
113395
  ...j70
113396
113396
  } = Tc.propTypes ?? {};
113397
113397
  Gd.propTypes = {
@@ -147332,7 +147332,7 @@ function vz({
147332
147332
  }, i), a));
147333
147333
  }
147334
147334
  const {
147335
- open: cI0,
147335
+ open: iI0,
147336
147336
  ...AH0
147337
147337
  } = Ic.propTypes ?? {};
147338
147338
  vz.propTypes = {
@@ -149470,22 +149470,22 @@ t0.getAdapter = bO1.getAdapter;
149470
149470
  t0.HttpStatusCode = kw;
149471
149471
  t0.default = t0;
149472
149472
  const {
149473
- Axios: iI0,
149474
- AxiosError: lI0,
149475
- CanceledError: sI0,
149476
- isCancel: dI0,
149477
- CancelToken: uI0,
149478
- VERSION: hI0,
149479
- all: pI0,
149480
- Cancel: fI0,
149481
- isAxiosError: mI0,
149482
- spread: wI0,
149483
- toFormData: gI0,
149484
- AxiosHeaders: vI0,
149485
- HttpStatusCode: EI0,
149486
- formToJSON: MI0,
149487
- getAdapter: yI0,
149488
- mergeConfig: zI0
149473
+ Axios: lI0,
149474
+ AxiosError: sI0,
149475
+ CanceledError: dI0,
149476
+ isCancel: uI0,
149477
+ CancelToken: hI0,
149478
+ VERSION: pI0,
149479
+ all: fI0,
149480
+ Cancel: mI0,
149481
+ isAxiosError: wI0,
149482
+ spread: gI0,
149483
+ toFormData: vI0,
149484
+ AxiosHeaders: EI0,
149485
+ HttpStatusCode: MI0,
149486
+ formToJSON: yI0,
149487
+ getAdapter: zI0,
149488
+ mergeConfig: VI0
149489
149489
  } = t0, ur = (t) => {
149490
149490
  let e = "Error", r = "An unexpected error occurred";
149491
149491
  if (!t)
@@ -162100,7 +162100,7 @@ function aD0(t, e, r) {
162100
162100
  mutate: E
162101
162101
  }];
162102
162102
  }
162103
- function VI0(t) {
162103
+ function HI0(t) {
162104
162104
  return wn(t, !1);
162105
162105
  }
162106
162106
  function S0(t) {
@@ -162113,7 +162113,7 @@ function S0(t) {
162113
162113
  $2 = e;
162114
162114
  }
162115
162115
  }
162116
- function HI0(t, e, r) {
162116
+ function bI0(t, e, r) {
162117
162117
  const n = Array.isArray(t);
162118
162118
  let a, c = r && r.defer;
162119
162119
  return (i) => {
@@ -162156,11 +162156,11 @@ function iD0(t) {
162156
162156
  return wn(t, !1), $2 = i2 = null, n ? n.done : void 0;
162157
162157
  });
162158
162158
  }
162159
- var [lD0, bI0] = /* @__PURE__ */ Y2(!1);
162160
- function xI0() {
162159
+ var [lD0, xI0] = /* @__PURE__ */ Y2(!1);
162160
+ function NI0() {
162161
162161
  return [lD0, iD0];
162162
162162
  }
162163
- function NI0(t, e) {
162163
+ function LI0(t, e) {
162164
162164
  const r = Symbol("context");
162165
162165
  return {
162166
162166
  id: r,
@@ -162168,7 +162168,7 @@ function NI0(t, e) {
162168
162168
  defaultValue: t
162169
162169
  };
162170
162170
  }
162171
- function LI0(t) {
162171
+ function CI0(t) {
162172
162172
  let e;
162173
162173
  return i2 && i2.context && (e = i2.context[t.id]) !== void 0 ? e : t.defaultValue;
162174
162174
  }
@@ -162568,23 +162568,23 @@ function OD1(t) {
162568
162568
  return n.preload = () => r || ((r = t()).then((a) => e = () => a.default), r), n;
162569
162569
  }
162570
162570
  var vD0 = 0;
162571
- function CI0() {
162571
+ function AI0() {
162572
162572
  return P1.context ? P1.getNextContextId() : `cl-${vD0++}`;
162573
162573
  }
162574
162574
  var DD1 = (t) => `Stale read from <${t}>.`;
162575
- function AI0(t) {
162575
+ function _I0(t) {
162576
162576
  const e = "fallback" in t && {
162577
162577
  fallback: () => t.fallback
162578
162578
  };
162579
162579
  return b0(fD0(() => t.each, t.children, e || void 0));
162580
162580
  }
162581
- function _I0(t) {
162581
+ function $I0(t) {
162582
162582
  const e = "fallback" in t && {
162583
162583
  fallback: () => t.fallback
162584
162584
  };
162585
162585
  return b0(mD0(() => t.each, t.children, e || void 0));
162586
162586
  }
162587
- function $I0(t) {
162587
+ function TI0(t) {
162588
162588
  const e = t.keyed, r = b0(() => t.when, void 0, void 0), n = e ? r : b0(r, void 0, {
162589
162589
  equals: (a, c) => !a == !c
162590
162590
  });
@@ -162600,7 +162600,7 @@ function $I0(t) {
162600
162600
  return t.fallback;
162601
162601
  }, void 0, void 0);
162602
162602
  }
162603
- function TI0(t) {
162603
+ function OI0(t) {
162604
162604
  const e = ND1(() => t.children), r = b0(() => {
162605
162605
  const n = e(), a = Array.isArray(n) ? n : [n];
162606
162606
  let c = () => {
@@ -162624,7 +162624,7 @@ function TI0(t) {
162624
162624
  })) : l;
162625
162625
  }, void 0, void 0);
162626
162626
  }
162627
- function OI0(t) {
162627
+ function DI0(t) {
162628
162628
  return t;
162629
162629
  }
162630
162630
  var ED0 = ["allowfullscreen", "async", "autofocus", "autoplay", "checked", "controls", "default", "disabled", "formnovalidate", "hidden", "indeterminate", "inert", "ismap", "loop", "multiple", "muted", "nomodule", "novalidate", "open", "playsinline", "readonly", "required", "reversed", "seamless", "selected"], MD0 = /* @__PURE__ */ new Set(["className", "value", "readOnly", "noValidate", "formNoValidate", "isMap", "noModule", "playsInline", ...ED0]), yD0 = /* @__PURE__ */ new Set(["innerHTML", "textContent", "innerText", "children"]), zD0 = /* @__PURE__ */ Object.assign(/* @__PURE__ */ Object.create(null), {
@@ -162744,7 +162744,7 @@ var bD0 = /* @__PURE__ */ new Set(["beforeinput", "click", "dblclick", "contextm
162744
162744
  ]), ND0 = {
162745
162745
  xlink: "http://www.w3.org/1999/xlink",
162746
162746
  xml: "http://www.w3.org/XML/1998/namespace"
162747
- }, DI0 = (t) => b0(() => t());
162747
+ }, SI0 = (t) => b0(() => t());
162748
162748
  function LD0(t, e, r) {
162749
162749
  let n = r.length, a = e.length, c = n, i = 0, l = 0, s = e[a - 1].nextSibling, d = null;
162750
162750
  for (; i < a || l < c; ) {
@@ -162793,7 +162793,7 @@ function SD1(t, e, r, n = {}) {
162793
162793
  a(), e.textContent = "";
162794
162794
  };
162795
162795
  }
162796
- function SI0(t, e, r, n) {
162796
+ function RI0(t, e, r, n) {
162797
162797
  let a;
162798
162798
  const c = () => {
162799
162799
  const l = document.createElement("template");
@@ -162808,7 +162808,7 @@ function CD0(t, e = window.document) {
162808
162808
  r.has(c) || (r.add(c), e.addEventListener(c, RD1));
162809
162809
  }
162810
162810
  }
162811
- function RI0(t = window.document) {
162811
+ function kI0(t = window.document) {
162812
162812
  if (t[Yi]) {
162813
162813
  for (let e of t[Yi].keys()) t.removeEventListener(e, RD1);
162814
162814
  delete t[Yi];
@@ -163075,7 +163075,7 @@ var PD0 = "http://www.w3.org/2000/svg";
163075
163075
  function kD1(t, e = !1) {
163076
163076
  return e ? document.createElementNS(PD0, t) : document.createElement(t);
163077
163077
  }
163078
- function kI0(t) {
163078
+ function ZI0(t) {
163079
163079
  const {
163080
163080
  useShadow: e
163081
163081
  } = t, r = document.createTextNode(""), n = () => t.mount || document.body, a = Xf1();
@@ -163114,7 +163114,7 @@ function jD0(t, e) {
163114
163114
  }
163115
163115
  });
163116
163116
  }
163117
- function ZI0(t) {
163117
+ function II0(t) {
163118
163118
  const [, e] = gD0(t, ["component"]);
163119
163119
  return jD0(() => t.component, e);
163120
163120
  }
@@ -163621,42 +163621,42 @@ O2.registerClass = O2.defaultInstance.registerClass.bind(O2.defaultInstance);
163621
163621
  O2.registerSymbol = O2.defaultInstance.registerSymbol.bind(O2.defaultInstance);
163622
163622
  O2.registerCustom = O2.defaultInstance.registerCustom.bind(O2.defaultInstance);
163623
163623
  O2.allowErrorProps = O2.defaultInstance.allowErrorProps.bind(O2.defaultInstance);
163624
- var ES0 = O2.serialize, II0 = O2.stringify;
163625
- function BI0(t) {
163624
+ var ES0 = O2.serialize, BI0 = O2.stringify;
163625
+ function PI0(t) {
163626
163626
  return t.state.fetchStatus === "fetching" ? "fetching" : t.getObserversCount() ? t.state.fetchStatus === "paused" ? "paused" : t.isStale() ? "stale" : "fresh" : "inactive";
163627
163627
  }
163628
- function PI0(t, e) {
163628
+ function jI0(t, e) {
163629
163629
  return `${t}${e.charAt(0).toUpperCase() + e.slice(1)}`;
163630
163630
  }
163631
- function jI0({
163631
+ function FI0({
163632
163632
  queryState: t,
163633
163633
  observerCount: e,
163634
163634
  isStale: r
163635
163635
  }) {
163636
163636
  return t.fetchStatus === "fetching" ? "blue" : e ? t.fetchStatus === "paused" ? "purple" : r ? "yellow" : "green" : "gray";
163637
163637
  }
163638
- function FI0({
163638
+ function qI0({
163639
163639
  status: t,
163640
163640
  isPaused: e
163641
163641
  }) {
163642
163642
  return e ? "purple" : t === "error" ? "red" : t === "pending" ? "yellow" : t === "success" ? "green" : "gray";
163643
163643
  }
163644
- function qI0(t) {
163644
+ function UI0(t) {
163645
163645
  return t === "fresh" ? "green" : t === "stale" ? "yellow" : t === "paused" ? "purple" : t === "inactive" ? "gray" : "blue";
163646
163646
  }
163647
- var UI0 = (t, e = !1) => {
163647
+ var WI0 = (t, e = !1) => {
163648
163648
  const {
163649
163649
  json: r
163650
163650
  } = ES0(t);
163651
163651
  return JSON.stringify(r, null, e ? 2 : void 0);
163652
- }, a5 = (t) => t.state.fetchStatus !== "idle" ? 0 : t.getObserversCount() ? t.isStale() ? 2 : 1 : 3, MS0 = (t, e) => t.queryHash.localeCompare(e.queryHash), XD1 = (t, e) => t.state.dataUpdatedAt < e.state.dataUpdatedAt ? 1 : -1, yS0 = (t, e) => a5(t) === a5(e) ? XD1(t, e) : a5(t) > a5(e) ? 1 : -1, WI0 = {
163652
+ }, a5 = (t) => t.state.fetchStatus !== "idle" ? 0 : t.getObserversCount() ? t.isStale() ? 2 : 1 : 3, MS0 = (t, e) => t.queryHash.localeCompare(e.queryHash), XD1 = (t, e) => t.state.dataUpdatedAt < e.state.dataUpdatedAt ? 1 : -1, yS0 = (t, e) => a5(t) === a5(e) ? XD1(t, e) : a5(t) > a5(e) ? 1 : -1, KI0 = {
163653
163653
  status: yS0,
163654
163654
  "query hash": MS0,
163655
163655
  "last updated": XD1
163656
- }, c5 = (t) => t.state.isPaused ? 0 : t.state.status === "error" ? 2 : t.state.status === "pending" ? 1 : 3, eS1 = (t, e) => t.state.submittedAt < e.state.submittedAt ? 1 : -1, zS0 = (t, e) => c5(t) === c5(e) ? eS1(t, e) : c5(t) > c5(e) ? 1 : -1, KI0 = {
163656
+ }, c5 = (t) => t.state.isPaused ? 0 : t.state.status === "error" ? 2 : t.state.status === "pending" ? 1 : 3, eS1 = (t, e) => t.state.submittedAt < e.state.submittedAt ? 1 : -1, zS0 = (t, e) => c5(t) === c5(e) ? eS1(t, e) : c5(t) > c5(e) ? 1 : -1, GI0 = {
163657
163657
  status: zS0,
163658
163658
  "last updated": eS1
163659
- }, GI0 = (t) => t * parseFloat(getComputedStyle(document.documentElement).fontSize), YI0 = () => {
163659
+ }, YI0 = (t) => t * parseFloat(getComputedStyle(document.documentElement).fontSize), JI0 = () => {
163660
163660
  const [t, e] = Y2("dark");
163661
163661
  return cD0(() => {
163662
163662
  const r = window.matchMedia("(prefers-color-scheme: dark)");
@@ -163782,7 +163782,7 @@ var UI0 = (t, e = !1) => {
163782
163782
  const e = SD1(() => {
163783
163783
  const r = this, [n] = ge(this, Na), [a] = ge(this, La), [c] = ge(this, Ca), [i] = ge(this, Aa), [l] = ge(this, Kl), [s] = ge(this, ba);
163784
163784
  let d;
163785
- return ge(this, _a) ? d = ge(this, _a) : (d = OD1(() => import("./LNWAZHJI-DEXRio2f.js")), t1(this, _a, d)), tS1(ge(this, Wl), ge(this, xa)), $D1(d, TD1({
163785
+ return ge(this, _a) ? d = ge(this, _a) : (d = OD1(() => import("./LNWAZHJI-a70brmK6.js")), t1(this, _a, d)), tS1(ge(this, Wl), ge(this, xa)), $D1(d, TD1({
163786
163786
  get queryFlavor() {
163787
163787
  return ge(r, ql);
163788
163788
  },
@@ -163881,7 +163881,7 @@ var UI0 = (t, e = !1) => {
163881
163881
  const e = SD1(() => {
163882
163882
  const r = this, [n] = ge(this, Oa), [a] = ge(this, Da), [c] = ge(this, Sa), [i] = ge(this, Ra), [l] = ge(this, es), [s] = ge(this, $a), [d] = ge(this, ka);
163883
163883
  let u;
163884
- return ge(this, Za) ? u = ge(this, Za) : (u = OD1(() => import("./MWZ6AO7Z-Ci5p0j_W.js")), t1(this, Za, u)), tS1(ge(this, Xl), ge(this, Ta)), $D1(u, TD1({
163884
+ return ge(this, Za) ? u = ge(this, Za) : (u = OD1(() => import("./MWZ6AO7Z-DuDZxo-v.js")), t1(this, Za, u)), tS1(ge(this, Xl), ge(this, Ta)), $D1(u, TD1({
163885
163885
  get queryFlavor() {
163886
163886
  return ge(r, Jl);
163887
163887
  },
@@ -168989,7 +168989,7 @@ const Kk0 = "_formView_1171l_1", Gk0 = "_formContent_1171l_8", Yk0 = "_formViewA
168989
168989
  return /* @__PURE__ */ le(sS1.Provider, { value: l, children: t });
168990
168990
  };
168991
168991
  xS1.displayName = "ClinicalConfigProvider";
168992
- const HZ0 = new _q2(LS0), JI0 = () => {
168992
+ const HZ0 = new _q2(LS0), QI0 = () => {
168993
168993
  const [t, e] = fe(!1);
168994
168994
  return se(() => {
168995
168995
  (async () => {
@@ -169009,54 +169009,54 @@ const HZ0 = new _q2(LS0), JI0 = () => {
169009
169009
  };
169010
169010
  export {
169011
169011
  zD1 as $,
169012
- jI0 as A,
169013
- qI0 as B,
169014
- UI0 as C,
169015
- GI0 as D,
169012
+ FI0 as A,
169013
+ UI0 as B,
169014
+ WI0 as C,
169015
+ YI0 as D,
169016
169016
  S0 as E,
169017
- AI0 as F,
169018
- xI0 as G,
169017
+ _I0 as F,
169018
+ NI0 as G,
169019
169019
  SD0 as H,
169020
169020
  TD1 as I,
169021
169021
  jo as J,
169022
169022
  ES0 as K,
169023
- _I0 as L,
169023
+ $I0 as L,
169024
169024
  i5 as M,
169025
169025
  TD0 as N,
169026
- II0 as O,
169027
- kI0 as P,
169028
- OI0 as Q,
169029
- TI0 as R,
169030
- $I0 as S,
169026
+ BI0 as O,
169027
+ ZI0 as P,
169028
+ DI0 as Q,
169029
+ OI0 as R,
169030
+ TI0 as S,
169031
169031
  l5 as T,
169032
169032
  gD0 as U,
169033
- ZI0 as V,
169033
+ II0 as V,
169034
169034
  nD0 as W,
169035
- JI0 as X,
169035
+ QI0 as X,
169036
169036
  $D1 as a,
169037
- NI0 as b,
169037
+ LI0 as b,
169038
169038
  b0 as c,
169039
169039
  Y2 as d,
169040
169040
  bD1 as e,
169041
169041
  Fo as f,
169042
- YI0 as g,
169042
+ JI0 as g,
169043
169043
  $D0 as h,
169044
169044
  Gw as i,
169045
- RI0 as j,
169045
+ kI0 as j,
169046
169046
  CD0 as k,
169047
169047
  Tl as l,
169048
- DI0 as m,
169049
- KI0 as n,
169048
+ SI0 as m,
169049
+ GI0 as n,
169050
169050
  cD0 as o,
169051
- HI0 as p,
169051
+ bI0 as p,
169052
169052
  Kw as q,
169053
- PI0 as r,
169054
- WI0 as s,
169055
- SI0 as t,
169056
- LI0 as u,
169053
+ jI0 as r,
169054
+ KI0 as s,
169055
+ RI0 as t,
169056
+ CI0 as u,
169057
169057
  RD0 as v,
169058
- CI0 as w,
169059
- VI0 as x,
169060
- BI0 as y,
169061
- FI0 as z
169058
+ AI0 as w,
169059
+ HI0 as x,
169060
+ PI0 as y,
169061
+ qI0 as z
169062
169062
  };
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { X as i } from "./index-wYK71kPO.js";
1
+ import { X as i } from "./index-CnF5Fts2.js";
2
2
  export {
3
3
  i as ClinicalApp
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bahmni/clinical-app",
3
- "version": "0.0.1-dev.51",
3
+ "version": "0.0.1-dev.52",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",