@bahmni/widgets 0.0.1-dev.141 → 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.
package/dist/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
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,
|
|
5
5
|
s as ActivePractitionerProvider,
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
r as AllergiesTable,
|
|
7
|
+
o as AppointmentsTable,
|
|
8
8
|
n as ConditionsTable,
|
|
9
9
|
g as DiagnosesTable,
|
|
10
10
|
l as GenericServiceRequestTable,
|
|
@@ -16,8 +16,8 @@ export {
|
|
|
16
16
|
T as PatientProgramsTable,
|
|
17
17
|
A as ProgramDetails,
|
|
18
18
|
W as RadiologyInvestigationTable,
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
m as SearchPatient,
|
|
20
|
+
f as UserPrivilegeProvider,
|
|
21
21
|
p as VitalFlowSheet,
|
|
22
22
|
u as getAllWidgetConfigs,
|
|
23
23
|
C as getAllWidgetTypes,
|
|
@@ -27,7 +27,7 @@ export {
|
|
|
27
27
|
y as registerWidget,
|
|
28
28
|
I as resetWidgetRegistry,
|
|
29
29
|
N as useActivePractitioner,
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
30
|
+
h as useNotification,
|
|
31
|
+
x as usePatientUUID,
|
|
32
|
+
R as useUserPrivilege
|
|
33
33
|
};
|
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": [
|