@bahmni/widgets 0.0.1-dev.174 → 0.0.1-dev.175
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/{DocumentsTable-C_dpd5SN.js → DocumentsTable-r0rZJVUl.js} +1 -1
- package/dist/{FormsTable-DR6F54J3.js → FormsTable-CUdJBL4f.js} +55 -55
- package/dist/{Observations-ByELAXH-.js → Observations-C4CKGW4B.js} +14 -14
- package/dist/appointments/AppointmentsTable.d.ts.map +1 -1
- package/dist/appointments/components/AppointmentTabContent.d.ts +19 -0
- package/dist/appointments/components/AppointmentTabContent.d.ts.map +1 -0
- package/dist/appointments/components/PastAppointments.d.ts +18 -0
- package/dist/appointments/components/PastAppointments.d.ts.map +1 -0
- package/dist/appointments/components/UpcomingAppointments.d.ts +17 -0
- package/dist/appointments/components/UpcomingAppointments.d.ts.map +1 -0
- package/dist/appointments/components/__tests__/appointmentComponentTestHelper.d.ts +19 -0
- package/dist/appointments/components/__tests__/appointmentComponentTestHelper.d.ts.map +1 -0
- package/dist/appointments/constants.d.ts +4 -11
- package/dist/appointments/constants.d.ts.map +1 -1
- package/dist/appointments/hooks/useAppointmentQuery.d.ts +10 -0
- package/dist/appointments/hooks/useAppointmentQuery.d.ts.map +1 -0
- package/dist/appointments/hooks/useFormattedAppointments.d.ts +9 -0
- package/dist/appointments/hooks/useFormattedAppointments.d.ts.map +1 -0
- package/dist/appointments/models.d.ts +12 -0
- package/dist/appointments/models.d.ts.map +1 -0
- package/dist/appointments/utils.d.ts +4 -12
- package/dist/appointments/utils.d.ts.map +1 -1
- package/dist/{index-qhCmLUh7.js → index-ISsJ4Q8I.js} +10831 -10841
- package/dist/index.css +1 -1
- package/dist/index.js +13 -13
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a0 as t,
|
|
1
|
+
import { a0 as t, X as s, n as o, p as r, r as n, D as g, G as l, y as c, v as d, F as v, I as P, l as b, z as T, E as f, x as p, w as W, S as A, W as C, V as m, a2 as u, a1 as y, a8 as D, a7 as I, a4 as R, a5 as S, a6 as U, a3 as h, a9 as x, Z as N, a as w, u as F, U as G } from "./index-ISsJ4Q8I.js";
|
|
2
2
|
import "react";
|
|
3
3
|
export {
|
|
4
4
|
t as ActivePractitionerContext,
|
|
@@ -16,21 +16,21 @@ export {
|
|
|
16
16
|
T as PatientProgramsTable,
|
|
17
17
|
f as ProgramDetails,
|
|
18
18
|
p as RadiologyInvestigationReport,
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
W as RadiologyInvestigationTable,
|
|
20
|
+
A as SearchPatient,
|
|
21
21
|
C as UserPrivilegeProvider,
|
|
22
22
|
m as VitalFlowSheet,
|
|
23
23
|
u as createConfigHook,
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
24
|
+
y as createConfigProvider,
|
|
25
|
+
D as getAllWidgetConfigs,
|
|
26
|
+
I as getAllWidgetTypes,
|
|
27
|
+
R as getWidget,
|
|
28
|
+
S as getWidgetConfig,
|
|
29
|
+
U as hasWidget,
|
|
30
30
|
h as registerWidget,
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
x as resetWidgetRegistry,
|
|
32
|
+
N as useActivePractitioner,
|
|
33
33
|
w as useNotification,
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
F as usePatientUUID,
|
|
35
|
+
G as useUserPrivilege
|
|
36
36
|
};
|