hplx-feature-library 1.0.281 → 1.0.282
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-D6LdFjie.js → PatientPopupContainer-BNlUmoDV.js} +1 -1
- package/dist/{PatientPopupContainer-Bd7eiQHy.cjs → PatientPopupContainer-DwZ6D8TS.cjs} +1 -1
- package/dist/{PrintModal-D6UEyYxS.cjs → PrintModal-BXSQ0B5b.cjs} +4 -4
- package/dist/{PrintModal-C0KzFNq4.js → PrintModal-B_QgYjPr.js} +1 -1
- package/dist/index.js +2 -2
- package/dist/print-pdf/index.js +1 -1
- package/package.json +1 -1
|
@@ -121166,7 +121166,7 @@ const PrintModal = ({
|
|
|
121166
121166
|
useEffect(() => {
|
|
121167
121167
|
if (dt && Y.whichPreview === "downloadPreview") {
|
|
121168
121168
|
const Dl = document.createElement("a");
|
|
121169
|
-
Dl.href = URL.createObjectURL(dt), Dl.download = `LAB REPORT - ${O?.patientDetails?.name || ""}`, document.body.appendChild(Dl), Dl.click(), document.body.removeChild(Dl), URL.revokeObjectURL(Dl.href);
|
|
121169
|
+
Dl.href = URL.createObjectURL(dt), Dl.download = `LAB REPORT - ${O?.patientDetails?.name || ""}`, document.body.appendChild(Dl), Dl.click(), document.body.removeChild(Dl), URL.revokeObjectURL(Dl.href), Y?.onCloseModal?.();
|
|
121170
121170
|
}
|
|
121171
121171
|
}, [dt, Y.whichPreview]), useEffect(() => {
|
|
121172
121172
|
Y.printType === "visit" && ze(x?.selectedLanguage ?? "");
|
package/dist/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { P as r } from "./PediatricsCalculatorTable-awqyE356.js";
|
|
2
|
-
import { P as e } from "./PatientPopupContainer-
|
|
2
|
+
import { P as e } from "./PatientPopupContainer-BNlUmoDV.js";
|
|
3
3
|
import { A as i } from "./Attachments-DJGZozIu.js";
|
|
4
4
|
import { P } from "./PatientAddEdit-COJYbMRa.js";
|
|
5
5
|
import { S as m } from "./SearchPatients-BRaHYplQ.js";
|
|
6
6
|
import { N as n } from "./NineDots-CDJrCwoA.js";
|
|
7
7
|
import { U as d } from "./UserProfile-DwQiAi_t.js";
|
|
8
|
-
import { P as c } from "./PrintModal-
|
|
8
|
+
import { P as c } from "./PrintModal-B_QgYjPr.js";
|
|
9
9
|
import { A as u } from "./AllInvestigationsTable-2K35PFTn.js";
|
|
10
10
|
export {
|
|
11
11
|
u as AllInvestigations,
|
package/dist/print-pdf/index.js
CHANGED