hplx-feature-library 1.0.242 → 1.0.243
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/PatientPopup/index.js +1 -1
- package/dist/{PatientPopupContainer-CcwFx1Ab.js → PatientPopupContainer-BKp26JM0.js} +1385 -1389
- package/dist/{PatientPopupContainer-Civd7dNi.cjs → PatientPopupContainer-KVBjrO76.cjs} +7 -7
- package/dist/{PrintModal-DIQQvMzo.js → PrintModal-BOpFTYfb.js} +7 -7
- package/dist/index.js +2 -2
- package/dist/print-pdf/index.js +1 -1
- package/package.json +1 -1
|
@@ -120995,13 +120995,13 @@ export {
|
|
|
120995
120995
|
GET_SERVICE_LIST as d,
|
|
120996
120996
|
GET_APPOINTMENTS as e,
|
|
120997
120997
|
GET_PAST_DUE as f,
|
|
120998
|
-
|
|
120999
|
-
|
|
121000
|
-
|
|
121001
|
-
|
|
121002
|
-
|
|
121003
|
-
|
|
121004
|
-
|
|
120998
|
+
GET_PATIENT_POPUP_VISIT as g,
|
|
120999
|
+
GET_VISIT_ALL as h,
|
|
121000
|
+
GET_CUSTOM_TRANSLATIONS as i,
|
|
121001
|
+
GET_ONLINE_TEST_RANGES as j,
|
|
121002
|
+
GET_REFERREDBY_DOCTOR as k,
|
|
121003
|
+
GET_BILL_SUMMARY as l,
|
|
121004
|
+
GET_BILLS as m,
|
|
121005
121005
|
GET_BILL_ITEM as n,
|
|
121006
121006
|
GET_REFERRAL as o,
|
|
121007
121007
|
GET_IPD_CASE as p,
|
package/dist/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { P as r } from "./PediatricsCalculatorTable-G0ttbDpi.js";
|
|
2
|
-
import { P as e } from "./PatientPopupContainer-
|
|
2
|
+
import { P as e } from "./PatientPopupContainer-BKp26JM0.js";
|
|
3
3
|
import { A as i } from "./Attachments-CARL1R9N.js";
|
|
4
4
|
import { P } from "./PatientAddEdit-9W7ONHSd.js";
|
|
5
5
|
import { S as m } from "./SearchPatients-BsO-G0KT.js";
|
|
6
6
|
import { N as n } from "./NineDots-B3ZRumoi.js";
|
|
7
7
|
import { U as d } from "./UserProfile-DRf9rznF.js";
|
|
8
|
-
import { P as c } from "./PrintModal-
|
|
8
|
+
import { P as c } from "./PrintModal-BOpFTYfb.js";
|
|
9
9
|
import { A as u } from "./AllInvestigationsTable-Dg-YXASz.js";
|
|
10
10
|
export {
|
|
11
11
|
u as AllInvestigations,
|
package/dist/print-pdf/index.js
CHANGED