@bahmni/clinical-app 0.0.1-dev.375 → 0.0.1-dev.376
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.
- package/dist/{ConsultationPage-BJdDuabm.js → ConsultationPage-Bbcob8W9.js} +112 -112
- package/dist/{DocumentsTable-Dcy-W7Gb-BBod44B9.js → DocumentsTable-Camh1NL_-CW4h2V_d.js} +11 -11
- package/dist/{FormsTable-BncKn8RO-D-CNrY1B.js → FormsTable-zIqDMMyQ-DYUAJs1D.js} +70 -70
- package/dist/{LNWAZHJI-z7bxb-kD.js → LNWAZHJI-iDTAvBQq.js} +2 -2
- package/dist/{MWZ6AO7Z-XbsAnhjO.js → MWZ6AO7Z-CC6GNKh8.js} +2 -2
- package/dist/{Observations-BNztTkr8-B0J8o4w5.js → Observations-Bv27iPPT-QfIhnRxO.js} +31 -31
- package/dist/{YPM2AS64-BKGejflS.js → YPM2AS64-DJV6yazp.js} +1 -1
- package/dist/{hook-BmX5jWNq.js → hook-xjC_sgLM.js} +1 -1
- package/dist/{index-CFQLhNb5.js → index-CdJk8bVX.js} +30430 -30384
- package/dist/{index-husEFyYF.js → index-Cw4GpD74.js} +10 -10
- package/dist/{index-CZlG_e17.js → index-CxBa5hpR.js} +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import { u as g, Q as u, bG as b, bQ as f, bR as p, bS as
|
|
2
|
+
import { u as g, Q as u, bG as b, bQ as f, bR as p, bS as _, aG as x, bM as N } from "./index-CdJk8bVX.js";
|
|
3
3
|
import { lazy as h, useMemo as n, Suspense as E } from "react";
|
|
4
4
|
import "@tanstack/react-query";
|
|
5
|
-
import { u as
|
|
6
|
-
const
|
|
5
|
+
import { u as C } from "./hook-xjC_sgLM.js";
|
|
6
|
+
const L = {
|
|
7
7
|
"org.bahmni.clinical.v2.search": h(
|
|
8
|
-
() => import("./index-
|
|
8
|
+
() => import("./index-CxBa5hpR.js")
|
|
9
9
|
)
|
|
10
10
|
}, v = "index-module_page__16xxw", H = "index-module_loading__wNI-4", I = "index-module_message__Ib5Iw", t = {
|
|
11
11
|
page: v,
|
|
12
12
|
loading: H,
|
|
13
13
|
message: I
|
|
14
|
-
},
|
|
15
|
-
const { t: a } = g(), { clinicalConfig: l } =
|
|
14
|
+
}, P = () => {
|
|
15
|
+
const { t: a } = g(), { clinicalConfig: l } = C(), { userPrivileges: o } = u(), d = n(
|
|
16
16
|
() => [
|
|
17
17
|
{ id: "home", label: a("HOME_LABEL"), href: b },
|
|
18
18
|
{ id: "clinical", label: a("CLINICAL_LABEL"), isCurrentPage: !0 }
|
|
@@ -24,13 +24,13 @@ const C = {
|
|
|
24
24
|
), c = n(
|
|
25
25
|
() => Array.from(r.entries()).map(([e, i]) => ({
|
|
26
26
|
pointId: e,
|
|
27
|
-
Handler:
|
|
27
|
+
Handler: L[e],
|
|
28
28
|
filtered: p(i, o)
|
|
29
29
|
})).filter(({ Handler: e, filtered: i }) => !!e && i.length > 0),
|
|
30
30
|
[r, o]
|
|
31
31
|
);
|
|
32
32
|
return /* @__PURE__ */ s(
|
|
33
|
-
|
|
33
|
+
_,
|
|
34
34
|
{
|
|
35
35
|
header: /* @__PURE__ */ s(N, { breadcrumbItems: d }),
|
|
36
36
|
main: /* @__PURE__ */ s(
|
|
@@ -49,7 +49,7 @@ const C = {
|
|
|
49
49
|
E,
|
|
50
50
|
{
|
|
51
51
|
fallback: /* @__PURE__ */ s(
|
|
52
|
-
|
|
52
|
+
x,
|
|
53
53
|
{
|
|
54
54
|
type: "multi",
|
|
55
55
|
className: t.loading
|
|
@@ -76,5 +76,5 @@ const C = {
|
|
|
76
76
|
);
|
|
77
77
|
};
|
|
78
78
|
export {
|
|
79
|
-
|
|
79
|
+
P as default
|
|
80
80
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as d, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { u as r, cH as l, cI as o, cJ as c, b6 as m, b7 as g, cK as p, cL as h, cM as b, aG as u } from "./index-
|
|
2
|
+
import { u as r, cH as l, cI as o, cJ as c, b6 as m, b7 as g, cK as p, cL as h, cM as b, aG as u } from "./index-CdJk8bVX.js";
|
|
3
3
|
import { Suspense as _ } from "react";
|
|
4
4
|
import "@tanstack/react-query";
|
|
5
5
|
const E = "index-module_loading__FAL7n", $ = "index-module_message__KjCnF", H = "index-module_panel__j5vTu", s = {
|
package/dist/index.js
CHANGED