@bahmni/widgets 0.0.1-dev.186 → 0.0.1-dev.187
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-CvuLG_h7.js → DocumentsTable-BXOwjkeG.js} +2193 -2082
- package/dist/{FormsTable-B4YN4flO.js → FormsTable-lwNcLVVv.js} +47 -47
- package/dist/{Observations-o12chqhF.js → Observations-BIS0am83.js} +26 -26
- package/dist/genericServiceRequest/GenericServiceRequestTable.d.ts +2 -3
- package/dist/genericServiceRequest/GenericServiceRequestTable.d.ts.map +1 -1
- package/dist/genericServiceRequest/utils.d.ts.map +1 -1
- package/dist/{index-BpiNllc0.js → index-DwHCZ4D7.js} +40052 -54316
- package/dist/index.js +11 -11
- package/dist/labinvestigation/LabInvestigation.d.ts.map +1 -1
- package/dist/radiologyInvestigation/RadiologyInvestigationTable.d.ts +2 -3
- package/dist/radiologyInvestigation/RadiologyInvestigationTable.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a1 as t, $ as s, A as o, y as r, C as n, D as g, H as l, L as c, z as d, O as P, U as v, w as b, I as T, K as f, F as A, E as C, S as W, Y as p, V as m, a3 as u, a2 as y, a9 as D, a8 as I, a5 as R, a6 as S, a7 as U, a4 as h, aa as N, a0 as w, a as x, u as F, W as H } from "./index-DwHCZ4D7.js";
|
|
2
2
|
import "react";
|
|
3
3
|
export {
|
|
4
4
|
t as ActivePractitionerContext,
|
|
@@ -21,16 +21,16 @@ export {
|
|
|
21
21
|
p 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
31
|
N as resetWidgetRegistry,
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
32
|
+
w as useActivePractitioner,
|
|
33
|
+
x as useNotification,
|
|
34
|
+
F as usePatientUUID,
|
|
35
|
+
H as useUserPrivilege
|
|
36
36
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LabInvestigation.d.ts","sourceRoot":"","sources":["../../src/labinvestigation/LabInvestigation.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"LabInvestigation.d.ts","sourceRoot":"","sources":["../../src/labinvestigation/LabInvestigation.tsx"],"names":[],"mappings":"AAgBA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAI5D,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAgChD,QAAA,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAuM3C,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -2,9 +2,8 @@ import { default as React } from 'react';
|
|
|
2
2
|
import { WidgetProps } from '../registry/model';
|
|
3
3
|
export declare const radiologyInvestigationQueryKeys: (patientUUID: string) => readonly ["radiologyInvestigation", string];
|
|
4
4
|
/**
|
|
5
|
-
* Component to display patient radiology investigations
|
|
6
|
-
*
|
|
7
|
-
* (stat before routine) as a tiebreaker for items with the same orderedDate.
|
|
5
|
+
* Component to display patient radiology investigations grouped by date in accordion format
|
|
6
|
+
* Each accordion item contains an SortableDataTable with radiology investigations for that date
|
|
8
7
|
*/
|
|
9
8
|
declare const RadiologyInvestigationTable: React.FC<WidgetProps>;
|
|
10
9
|
export default RadiologyInvestigationTable;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RadiologyInvestigationTable.d.ts","sourceRoot":"","sources":["../../src/radiologyInvestigation/RadiologyInvestigationTable.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RadiologyInvestigationTable.d.ts","sourceRoot":"","sources":["../../src/radiologyInvestigation/RadiologyInvestigationTable.tsx"],"names":[],"mappings":"AA4BA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAQ5D,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAchD,eAAO,MAAM,+BAA+B,GAAI,aAAa,MAAM,gDACjB,CAAC;AAiBnD;;;GAGG;AACH,QAAA,MAAM,2BAA2B,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CA+YtD,CAAC;AAEF,eAAe,2BAA2B,CAAC"}
|