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.
@@ -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-Y3Wu0Ah2.js";
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-D17xSSoC.js";
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,
@@ -1,4 +1,4 @@
1
- import { P as f } from "../PrintModal-D17xSSoC.js";
1
+ import { P as f } from "../PrintModal-DM_bTqGC.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hplx-feature-library",
3
3
  "private": false,
4
- "version": "1.0.318",
4
+ "version": "1.0.319",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "npm i hplx-react-elements-dev@qa && vite",