hplx-feature-library 1.0.187 → 1.0.188
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-B7xN8NgH.cjs → PatientPopupContainer-BYrbU7o6.cjs} +1 -1
- package/dist/{PatientPopupContainer-ErAv1mJu.js → PatientPopupContainer-CHmoFq-V.js} +1 -1
- package/dist/{PrintModal-BaKnloXt.js → PrintModal-BVQ0vEX3.js} +461 -449
- package/dist/{PrintModal-DYFOAGma.cjs → PrintModal-wpoSWBrD.cjs} +25 -25
- package/dist/index.d.ts +1 -0
- package/dist/index.js +13 -11
- package/dist/print-pdf/index.js +1 -1
- package/dist/types/PatientPopupTypes.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -6,3 +6,4 @@ export { default as PatientAddEdit } from './PatientAddEdit';
|
|
|
6
6
|
export { default as SearchPatients } from './SearchPatients';
|
|
7
7
|
export { default as NineDots } from './nineDots';
|
|
8
8
|
export { default as UserProfile } from './userProfile';
|
|
9
|
+
export { default as PrintModal } from './print-pdf/index';
|
package/dist/index.js
CHANGED
|
@@ -1,18 +1,20 @@
|
|
|
1
1
|
import { P as r } from "./PediatricsCalculatorTable-G0ttbDpi.js";
|
|
2
|
-
import { A as
|
|
3
|
-
import { P as i } from "./PatientPopupContainer-
|
|
4
|
-
import { A as
|
|
5
|
-
import { P } from "./PatientAddEdit-CPjv2_ZF.js";
|
|
2
|
+
import { A as e } from "./AllInvestigationsTable-Dg-YXASz.js";
|
|
3
|
+
import { P as i } from "./PatientPopupContainer-CHmoFq-V.js";
|
|
4
|
+
import { A as P } from "./Attachments-BzZHI8d3.js";
|
|
5
|
+
import { P as m } from "./PatientAddEdit-CPjv2_ZF.js";
|
|
6
6
|
import { S as n } from "./SearchPatients-BEOQqXc-.js";
|
|
7
|
-
import { N as
|
|
8
|
-
import { U as
|
|
7
|
+
import { N as d } from "./NineDots-CCtE2t9I.js";
|
|
8
|
+
import { U as c } from "./UserProfile-CcEbhDhd.js";
|
|
9
|
+
import { P as u } from "./PrintModal-BVQ0vEX3.js";
|
|
9
10
|
export {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
e as AllInvestigations,
|
|
12
|
+
P as Attachments,
|
|
13
|
+
d as NineDots,
|
|
14
|
+
m as PatientAddEdit,
|
|
14
15
|
i as PatientPopup,
|
|
15
16
|
r as PediatricsCalculator,
|
|
17
|
+
u as PrintModal,
|
|
16
18
|
n as SearchPatients,
|
|
17
|
-
|
|
19
|
+
c as UserProfile
|
|
18
20
|
};
|
package/dist/print-pdf/index.js
CHANGED
|
@@ -807,7 +807,7 @@ export interface ShowPrintModalState {
|
|
|
807
807
|
visit_number: number;
|
|
808
808
|
printDataFrom: 'past_visit' | 'current_visit' | 'patient_popup' | '';
|
|
809
809
|
currentPrintTime: number;
|
|
810
|
-
printType: 'visit' | 'bill' | 'bill_deposit_refund' | '';
|
|
810
|
+
printType: 'visit' | 'bill' | 'bill_deposit_refund' | 'lab_report' | '';
|
|
811
811
|
visitpadPref?: GET_VISITPAD_PREFERENCES_RESPONSE;
|
|
812
812
|
trackEventHandler?: (sourceCTA?: string) => void;
|
|
813
813
|
appointmentInfo?: {
|