hplx-feature-library 1.0.206 → 1.0.207
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-ByuowxiK.cjs → PatientPopupContainer-BmIOiv8Q.cjs} +7 -7
- package/dist/{PatientPopupContainer-hkRa_QE7.js → PatientPopupContainer-oyikOYM3.js} +1452 -1443
- package/dist/{PrintModal-DrAZZYU8.js → PrintModal-Cj4zMF8V.js} +7 -7
- package/dist/index.js +2 -2
- package/dist/print-pdf/index.js +1 -1
- package/package.json +1 -1
|
@@ -121006,13 +121006,13 @@ export {
|
|
|
121006
121006
|
GET_APPOINTMENTS as e,
|
|
121007
121007
|
GET_PAST_DUE as f,
|
|
121008
121008
|
GET_BILLS as g,
|
|
121009
|
-
|
|
121010
|
-
|
|
121011
|
-
|
|
121012
|
-
|
|
121013
|
-
|
|
121014
|
-
|
|
121015
|
-
|
|
121009
|
+
GET_PATIENT_POPUP_VISIT as h,
|
|
121010
|
+
GET_CUSTOM_TRANSLATIONS as i,
|
|
121011
|
+
GET_ONLINE_TEST_RANGES as j,
|
|
121012
|
+
GET_REFERREDBY_DOCTOR as k,
|
|
121013
|
+
GET_BILL_SUMMARY as l,
|
|
121014
|
+
GET_BILL_ITEM as m,
|
|
121015
|
+
GET_REFERRAL as n,
|
|
121016
121016
|
GET_VISIT_ALL as o,
|
|
121017
121017
|
GET_IPD_CASE as p,
|
|
121018
121018
|
GET_PATIENT_POPUP_HPLXLAB as q,
|
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { P as r } from "./PediatricsCalculatorTable-G0ttbDpi.js";
|
|
2
2
|
import { A as e } from "./AllInvestigationsTable-Dg-YXASz.js";
|
|
3
|
-
import { P as i } from "./PatientPopupContainer-
|
|
3
|
+
import { P as i } from "./PatientPopupContainer-oyikOYM3.js";
|
|
4
4
|
import { A as P } from "./Attachments-BzZHI8d3.js";
|
|
5
5
|
import { P as m } from "./PatientAddEdit-CPjv2_ZF.js";
|
|
6
6
|
import { S as n } from "./SearchPatients-BYGGaUoD.js";
|
|
7
7
|
import { N as d } from "./NineDots-CCtE2t9I.js";
|
|
8
8
|
import { U as c } from "./UserProfile-CcEbhDhd.js";
|
|
9
|
-
import { P as u } from "./PrintModal-
|
|
9
|
+
import { P as u } from "./PrintModal-Cj4zMF8V.js";
|
|
10
10
|
export {
|
|
11
11
|
e as AllInvestigations,
|
|
12
12
|
P as Attachments,
|
package/dist/print-pdf/index.js
CHANGED