@bahmni/clinical-app 0.0.1-dev.382 → 0.0.1-dev.384
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-C2_3lynA.js → ConsultationPage-Cf2PpGEU.js} +3220 -3212
- package/dist/{DocumentsTable-CRgjrXxQ-D8eui3SQ.js → DocumentsTable-SqxTcjQX-DZ9idWi6.js} +13 -13
- package/dist/{FormsTable-D5ubXLMz-D8DZ6FTP.js → FormsTable-fLpjpB_m-kLW1_e63.js} +84 -84
- package/dist/{LNWAZHJI-B5EqMkOm.js → LNWAZHJI-DJNVzcWg.js} +2 -2
- package/dist/{MWZ6AO7Z-FewQggj0.js → MWZ6AO7Z-Cl3gefEP.js} +2 -2
- package/dist/{Observations-Dv63uw5H-ZGBbGoWi.js → Observations-c3MY7ts2-B7bJKYZP.js} +43 -43
- package/dist/{YPM2AS64-B08dHWl9.js → YPM2AS64-Bp1z6hTg.js} +1 -1
- package/dist/components/forms/observations/ObservationFormsPanel.d.ts.map +1 -1
- package/dist/events/startConsultation/models.d.ts +0 -2
- package/dist/events/startConsultation/models.d.ts.map +1 -1
- package/dist/{hook-D69Bc-8p.js → hook-Bx4_xNEC.js} +1 -1
- package/dist/{index-3eQkB66O.js → index-B-iZCzvs.js} +15 -15
- package/dist/{index-CNcXiEUF.js → index-CCl9U_74.js} +1 -1
- package/dist/{index-ABQG5GNh.js → index-ChculHgP.js} +29837 -29790
- package/dist/index.js +1 -1
- package/dist/locales/locale_en.json +3 -3
- package/dist/locales/locale_es.json +3 -3
- package/package.json +1 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { u as g,
|
|
1
|
+
import { jsx as i } from "react/jsx-runtime";
|
|
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-ChculHgP.js";
|
|
3
3
|
import { lazy as h, useMemo as n, Suspense as C } from "react";
|
|
4
4
|
import "@tanstack/react-query";
|
|
5
|
-
import { u as E } from "./hook-
|
|
5
|
+
import { u as E } from "./hook-Bx4_xNEC.js";
|
|
6
6
|
const L = {
|
|
7
7
|
"org.bahmni.clinical.v2.search": h(
|
|
8
|
-
() => import("./index-
|
|
8
|
+
() => import("./index-CCl9U_74.js")
|
|
9
9
|
)
|
|
10
10
|
}, v = "index-module_page__16xxw", I = "index-module_loading__wNI-4", S = "index-module_message__Ib5Iw", t = {
|
|
11
11
|
page: v,
|
|
@@ -22,45 +22,45 @@ const L = {
|
|
|
22
22
|
() => f(l?.extensions ?? []),
|
|
23
23
|
[l]
|
|
24
24
|
), c = n(
|
|
25
|
-
() => Array.from(r.entries()).map(([e,
|
|
25
|
+
() => Array.from(r.entries()).map(([e, s]) => ({
|
|
26
26
|
pointId: e,
|
|
27
27
|
Handler: L[e],
|
|
28
|
-
filtered: p(
|
|
29
|
-
})).filter(({ Handler: e, filtered:
|
|
28
|
+
filtered: p(s, o)
|
|
29
|
+
})).filter(({ Handler: e, filtered: s }) => !!e && s.length > 0),
|
|
30
30
|
[r, o]
|
|
31
31
|
);
|
|
32
|
-
return /* @__PURE__ */
|
|
32
|
+
return /* @__PURE__ */ i(
|
|
33
33
|
_,
|
|
34
34
|
{
|
|
35
|
-
header: /* @__PURE__ */
|
|
36
|
-
main: /* @__PURE__ */
|
|
35
|
+
header: /* @__PURE__ */ i(N, { breadcrumbItems: d }),
|
|
36
|
+
main: /* @__PURE__ */ i(
|
|
37
37
|
"div",
|
|
38
38
|
{
|
|
39
39
|
id: "clinical-list-page",
|
|
40
40
|
"data-testid": "clinical-list-page-test-id",
|
|
41
41
|
"aria-label": "Clinical List Page",
|
|
42
42
|
className: t.page,
|
|
43
|
-
children: c.length > 0 ? c.map(({ pointId: e, Handler:
|
|
43
|
+
children: c.length > 0 ? c.map(({ pointId: e, Handler: s, filtered: m }) => /* @__PURE__ */ i(
|
|
44
44
|
"div",
|
|
45
45
|
{
|
|
46
46
|
id: e,
|
|
47
47
|
"data-testid": `${e}-test-id`,
|
|
48
|
-
children: /* @__PURE__ */
|
|
48
|
+
children: /* @__PURE__ */ i(
|
|
49
49
|
C,
|
|
50
50
|
{
|
|
51
|
-
fallback: /* @__PURE__ */
|
|
51
|
+
fallback: /* @__PURE__ */ i(
|
|
52
52
|
x,
|
|
53
53
|
{
|
|
54
54
|
type: "multi",
|
|
55
55
|
className: t.loading
|
|
56
56
|
}
|
|
57
57
|
),
|
|
58
|
-
children: /* @__PURE__ */ s
|
|
58
|
+
children: /* @__PURE__ */ i(s, { extensions: m })
|
|
59
59
|
}
|
|
60
60
|
)
|
|
61
61
|
},
|
|
62
62
|
e
|
|
63
|
-
)) : /* @__PURE__ */
|
|
63
|
+
)) : /* @__PURE__ */ i(
|
|
64
64
|
"p",
|
|
65
65
|
{
|
|
66
66
|
id: "no-extensions-configured",
|
|
@@ -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-ChculHgP.js";
|
|
3
3
|
import { Suspense as _ } from "react";
|
|
4
4
|
import "@tanstack/react-query";
|
|
5
5
|
const $ = "index-module_loading__FAL7n", y = "index-module_message__KjCnF", E = "index-module_panel__j5vTu", s = {
|