hplx-feature-library 1.0.248 → 1.0.249
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-DJywmVdU.cjs → PatientPopupContainer-DDZPhTMg.cjs} +1 -1
- package/dist/{PatientPopupContainer-DBsANgBK.js → PatientPopupContainer-GY1cLpXZ.js} +1 -1
- package/dist/{PrintModal-CrLRBDCZ.cjs → PrintModal-Cum96NIX.cjs} +4 -4
- package/dist/{PrintModal-Vc8xMjIn.js → PrintModal-DgfHsX9T.js} +2 -2
- package/dist/index.js +2 -2
- package/dist/print-pdf/index.js +1 -1
- package/package.json +1 -1
|
@@ -120325,7 +120325,7 @@ const PrintPediaChartsPdf = memo(
|
|
|
120325
120325
|
Header,
|
|
120326
120326
|
{
|
|
120327
120327
|
preferences: N,
|
|
120328
|
-
labPreferences: W
|
|
120328
|
+
labPreferences: W?.print?.lab,
|
|
120329
120329
|
printEmailClick: w
|
|
120330
120330
|
}
|
|
120331
120331
|
),
|
|
@@ -120342,7 +120342,7 @@ const PrintPediaChartsPdf = memo(
|
|
|
120342
120342
|
Footer,
|
|
120343
120343
|
{
|
|
120344
120344
|
printEmailClick: w,
|
|
120345
|
-
labPreferences: W
|
|
120345
|
+
labPreferences: W?.print?.lab,
|
|
120346
120346
|
preferences: N,
|
|
120347
120347
|
setPrintPageCount: I
|
|
120348
120348
|
}
|
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-GY1cLpXZ.js";
|
|
3
3
|
import { A as i } from "./Attachments-CARL1R9N.js";
|
|
4
4
|
import { P } from "./PatientAddEdit-C5MnysOS.js";
|
|
5
5
|
import { S as m } from "./SearchPatients-B91CFBhq.js";
|
|
6
6
|
import { N as n } from "./NineDots-B3ZRumoi.js";
|
|
7
7
|
import { U as d } from "./UserProfile-1Pll0yKL.js";
|
|
8
|
-
import { P as c } from "./PrintModal-
|
|
8
|
+
import { P as c } from "./PrintModal-DgfHsX9T.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