hplx-feature-library 1.0.240 → 1.0.241
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-Dg7R-pFf.js → PatientPopupContainer-DfTVFEiD.js} +1 -1
- package/dist/{PatientPopupContainer-CWp2Odmy.cjs → PatientPopupContainer-DgYNYDlR.cjs} +1 -1
- package/dist/{PrintModal-C_OizqBQ.cjs → PrintModal-CLXM1S-w.cjs} +3 -3
- package/dist/{PrintModal-CmG40CFg.js → PrintModal-DnAhHbDm.js} +2 -2
- package/dist/index.js +2 -2
- package/dist/print-pdf/index.js +1 -1
- package/package.json +1 -1
|
@@ -120386,9 +120386,9 @@ const PrintPediaChartsPdf = memo(
|
|
|
120386
120386
|
obhPregnancyHistory: ue
|
|
120387
120387
|
// obhPrintConfiguration,
|
|
120388
120388
|
} = typeof H == "string" && H && JSON.parse(H) || {}, re = useRef(null), [me, he] = useState(!1), [Xe, be] = useState(null), { chartIds: Ne = [], chartKey: Ce = "" } = w || {}, [Ke, xe] = useState(1), [Te, pe] = useState($), [Ae, Ge] = useState(
|
|
120389
|
-
N.printType === "bill" || N.printType === "bill_deposit_refund" ? M?.billPatientDetails?.email : N?.printType === "visit" || N?.printType === "pedia_charts" || N?.printType === "pedia_vaccine" ? W?.patientDetails?.email : N?.printType === "casesheet" ? I?.patientDetails?.email : ""
|
|
120389
|
+
N.printType === "bill" || N.printType === "bill_deposit_refund" ? M?.billPatientDetails?.email : N?.printType === "visit" || N?.printType === "pedia_charts" || N?.printType === "pedia_vaccine" || N?.printType === "lab_report" ? W?.patientDetails?.email : N?.printType === "casesheet" ? I?.patientDetails?.email : ""
|
|
120390
120390
|
), [Le, fe] = useState(
|
|
120391
|
-
N.printType === "bill" || N.printType === "bill_deposit_refund" ? M?.billPatientDetails?.mobileNumber : N?.printType === "visit" || N?.printType === "pedia_charts" || N?.printType === "pedia_vaccine" ? W?.patientDetails?.phone_number : N?.printType === "casesheet" ? I?.patientDetails?.phone_number : ""
|
|
120391
|
+
N.printType === "bill" || N.printType === "bill_deposit_refund" ? M?.billPatientDetails?.mobileNumber : N?.printType === "visit" || N?.printType === "pedia_charts" || N?.printType === "pedia_vaccine" || N?.printType === "lab_report" ? W?.patientDetails?.phone_number : N?.printType === "casesheet" ? I?.patientDetails?.phone_number : ""
|
|
120392
120392
|
), [ke, Ue] = useState(!1), [je, ye] = useState(!1), [ge, Ie] = useState(), Fe = de?.print == 1, [we, Re] = useState(!0), [Qe, at] = useState(null), [ut, tt] = useState(null), [nt, qe] = useState([]), [Ee, it] = useState(!(Ne.length > 0)), Zt = window?.partner_config ? JSON.parse(window?.partner_config) : {}, st = Zt && Object.values(Zt).some((jt) => jt?.sync_visit?.enable), yt = async () => {
|
|
120393
120393
|
try {
|
|
120394
120394
|
await Vt();
|
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-DfTVFEiD.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-DnAhHbDm.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