@bahmni/widgets 0.0.1-dev.142 → 0.0.1-dev.143
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 { jsxs as b, jsx as a, Fragment as Y } from "react/jsx-runtime";
|
|
2
|
-
import { c as L, u as J, Q as W, o as Z, s as ee, a as te, X as re, l as oe, b as ae, K as U, g as se, M as ne, p as ce, d as de, e as q, f as le } from "./index-
|
|
2
|
+
import { c as L, u as J, Q as W, o as Z, s as ee, a as te, X as re, l as oe, b as ae, K as U, g as se, M as ne, p as ce, d as de, e as q, f as le } from "./index-Dvgp0FZU.js";
|
|
3
3
|
import { useQuery as y } from "@tanstack/react-query";
|
|
4
4
|
import { useState as k, useMemo as g, useCallback as M } from "react";
|
|
5
5
|
import { useTranslation as me } from "react-i18next";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as v, jsxs as _ } from "react/jsx-runtime";
|
|
2
|
-
import { h as F, L as N, R as K, z as k, H as q, V as Q, u as G, i as H, j as P, k as x, T as j, K as Y } from "./index-
|
|
2
|
+
import { h as F, L as N, R as K, z as k, H as q, V as Q, u as G, i as H, j as P, k as x, T as j, K as Y } from "./index-Dvgp0FZU.js";
|
|
3
3
|
import { useQueries as z, useQuery as J } from "@tanstack/react-query";
|
|
4
4
|
import { useRef as W, useEffect as S, useMemo as y } from "react";
|
|
5
5
|
import { useTranslation as A } from "react-i18next";
|
|
@@ -67376,7 +67376,7 @@ async function sUe(t, e, r, n) {
|
|
|
67376
67376
|
const lUe = (t, e) => {
|
|
67377
67377
|
const r = `${Gn}/DiagnosticReport?patient=${t}`;
|
|
67378
67378
|
return e ? `${r}&based-on=${e}` : r;
|
|
67379
|
-
}, cUe = (t) => `${Gn}/
|
|
67379
|
+
}, cUe = (t) => `${Gn}/DiagnosticReport/${t}/$fetch-bundle`;
|
|
67380
67380
|
async function dUe(t, e = []) {
|
|
67381
67381
|
const r = e.length > 0 ? e.join(",") : void 0, n = lUe(t, r);
|
|
67382
67382
|
return await $t(n);
|
|
@@ -77827,7 +77827,7 @@ const att = () => {
|
|
|
77827
77827
|
},
|
|
77828
77828
|
{
|
|
77829
77829
|
type: "forms",
|
|
77830
|
-
component: nn(() => import("./FormsTable-
|
|
77830
|
+
component: nn(() => import("./FormsTable-BDNc9HvU.js"))
|
|
77831
77831
|
},
|
|
77832
77832
|
{
|
|
77833
77833
|
type: "labOrders",
|
|
@@ -77835,7 +77835,7 @@ const att = () => {
|
|
|
77835
77835
|
},
|
|
77836
77836
|
{
|
|
77837
77837
|
type: "observations",
|
|
77838
|
-
component: nn(() => import("./Observations-
|
|
77838
|
+
component: nn(() => import("./Observations-DL3p8-Zy.js"))
|
|
77839
77839
|
},
|
|
77840
77840
|
{
|
|
77841
77841
|
type: "ordersControl",
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { F as t, B as s, A as r, m as o, C as n, D as g, G as l, r as P, n as c, N as d, x as v, P as b, v as T, w as A, q as W, S as m, U as f, t as p, Z as u, Y as C, J as D, O as S, W as U, I as y, _ as I, E as N, i as h, u as x, y as R } from "./index-
|
|
1
|
+
import { F as t, B as s, A as r, m as o, C as n, D as g, G as l, r as P, n as c, N as d, x as v, P as b, v as T, w as A, q as W, S as m, U as f, t as p, Z as u, Y as C, J as D, O as S, W as U, I as y, _ as I, E as N, i as h, u as x, y as R } from "./index-Dvgp0FZU.js";
|
|
2
2
|
import "react";
|
|
3
3
|
export {
|
|
4
4
|
t as ActivePractitionerContext,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bahmni/widgets",
|
|
3
|
-
"version": "0.0.1-dev.
|
|
3
|
+
"version": "0.0.1-dev.143",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"@bahmni/services": "^0.0.1-0"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
|
+
"@tanstack/react-query": "^5.85.5",
|
|
33
34
|
"react": ">=18.0.0",
|
|
34
|
-
"react-dom": ">=18.0.0"
|
|
35
|
-
"@tanstack/react-query": "^5.85.5"
|
|
35
|
+
"react-dom": ">=18.0.0"
|
|
36
36
|
},
|
|
37
37
|
"description": "Reusable React display controls and components extracted for sharing across Bahmni modules. Includes common clinical widgets and notification provider to avoid duplication across different Bahmni applications.",
|
|
38
38
|
"files": [
|