hplx-feature-library 1.0.318 → 1.0.319
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-BJ39fkgm.cjs → PatientPopupContainer-B3P7ZFEZ.cjs} +1 -1
- package/dist/{PatientPopupContainer-Y3Wu0Ah2.js → PatientPopupContainer-CgIlH2UE.js} +1 -1
- package/dist/{PrintModal-DtbEB-sX.cjs → PrintModal-BzV2tyFI.cjs} +4 -4
- package/dist/{PrintModal-D17xSSoC.js → PrintModal-DM_bTqGC.js} +2 -2
- package/dist/index.js +2 -2
- package/dist/print-pdf/index.js +1 -1
- package/package.json +1 -1
|
@@ -120861,7 +120861,7 @@ const PrintModal = ({
|
|
|
120861
120861
|
ta(new Error("File reading failed"));
|
|
120862
120862
|
};
|
|
120863
120863
|
}), kl = async (Dl, Pl, zl) => {
|
|
120864
|
-
const ta = "invoice/bills", aa = `invoice_${w.payloadDataforEmail.orderNumber}.pdf`, Za = `${ta}/${aa}`, Xa = H + Za;
|
|
120864
|
+
const ta = "invoice/bills", aa = `invoice_${w.payloadDataforEmail.orderNumber}_${Date.now()}.pdf`, Za = `${ta}/${aa}`, Xa = H + Za;
|
|
120865
120865
|
let Va = {
|
|
120866
120866
|
email_attachment_urls: Xa,
|
|
120867
120867
|
email_attachment_file_names: aa
|
|
@@ -120982,7 +120982,7 @@ const PrintModal = ({
|
|
|
120982
120982
|
throw new Error("sendPrintEmailOrSMS function is not defined");
|
|
120983
120983
|
return "Email Sent Successfully";
|
|
120984
120984
|
}, rl = async (Dl, Pl) => {
|
|
120985
|
-
const zl = "invoice/deposits", ta = `invoice_${w?.payloadDataforEmail.orderNumber}.pdf`, aa = `${zl}/${ta}`;
|
|
120985
|
+
const zl = "invoice/deposits", ta = `invoice_${w?.payloadDataforEmail.orderNumber}_${Date.now()}.pdf`, aa = `${zl}/${ta}`;
|
|
120986
120986
|
if (!dt)
|
|
120987
120987
|
throw new Error("No PDF blob data available for upload");
|
|
120988
120988
|
await Gl(dt, aa);
|
package/dist/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { P as r } from "./PediatricsCalculatorTable-CXALqwAy.js";
|
|
2
|
-
import { P as e } from "./PatientPopupContainer-
|
|
2
|
+
import { P as e } from "./PatientPopupContainer-CgIlH2UE.js";
|
|
3
3
|
import { A as i } from "./Attachments-BleCeiqj.js";
|
|
4
4
|
import { P } from "./PatientAddEdit-B7fjeZlX.js";
|
|
5
5
|
import { S as m } from "./SearchPatients-D1PQUJ9C.js";
|
|
6
6
|
import { N as n } from "./NineDots-BvxC-xGI.js";
|
|
7
7
|
import { U as d } from "./UserProfile-BlN0ytk5.js";
|
|
8
|
-
import { P as c } from "./PrintModal-
|
|
8
|
+
import { P as c } from "./PrintModal-DM_bTqGC.js";
|
|
9
9
|
import { A as u } from "./AllInvestigationsTable-CYzKgg74.js";
|
|
10
10
|
export {
|
|
11
11
|
u as AllInvestigations,
|
package/dist/print-pdf/index.js
CHANGED