hplx-feature-library 1.0.210 → 1.0.212
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-JvsVUE8l.js → PatientPopupContainer-DWKXe6qo.js} +2 -2
- package/dist/{PatientPopupContainer-B4Cogm-V.cjs → PatientPopupContainer-s49rmCCm.cjs} +2 -2
- package/dist/{PrintModal-Dmv4uUU2.cjs → PrintModal-BSf8y7kE.cjs} +4 -4
- package/dist/{PrintModal-BQAOz-sR.js → PrintModal-BSjOqy1o.js} +4 -1
- package/dist/index.js +2 -2
- package/dist/print-pdf/index.js +1 -1
- package/package.json +1 -1
|
@@ -6957,6 +6957,7 @@ var renderElement = function(N, W) {
|
|
|
6957
6957
|
return W === Y.documentElement ? isTransparent(X) ? isTransparent(I) ? w : I : X : w;
|
|
6958
6958
|
};
|
|
6959
6959
|
const findChangedProperties = (N, W, M = "") => {
|
|
6960
|
+
console.log("showPatientPopModal 444555");
|
|
6960
6961
|
let Y = {};
|
|
6961
6962
|
for (const X in N)
|
|
6962
6963
|
if (W.hasOwnProperty(X))
|
|
@@ -120390,7 +120391,9 @@ const PrintPediaChartsPdf = memo(
|
|
|
120390
120391
|
// phPrintConfiguration,
|
|
120391
120392
|
obhPregnancyHistory: ue
|
|
120392
120393
|
// obhPrintConfiguration,
|
|
120393
|
-
} = typeof H == "string" && H && JSON.parse(H) || {}, re = useRef(null), [me, he] = useState(!1), [Xe, be] = useState(null)
|
|
120394
|
+
} = typeof H == "string" && H && JSON.parse(H) || {}, re = useRef(null), [me, he] = useState(!1), [Xe, be] = useState(null);
|
|
120395
|
+
console.log("showPatientPopModal 444777");
|
|
120396
|
+
const { chartIds: Ne = [], chartKey: Ce = "" } = w || {}, [Ke, xe] = useState(1), [Te, pe] = useState($), [Ae, Ge] = useState(
|
|
120394
120397
|
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 : ""
|
|
120395
120398
|
), [Le, fe] = useState(
|
|
120396
120399
|
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 : ""
|
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-DWKXe6qo.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-BSjOqy1o.js";
|
|
10
10
|
export {
|
|
11
11
|
e as AllInvestigations,
|
|
12
12
|
P as Attachments,
|
package/dist/print-pdf/index.js
CHANGED