hplx-feature-library 1.0.186 → 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/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 a } from "./AllInvestigationsTable-Dg-YXASz.js";
3
- import { P as i } from "./PatientPopupContainer-ErAv1mJu.js";
4
- import { A as f } from "./Attachments-BzZHI8d3.js";
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 A } from "./NineDots-CCtE2t9I.js";
8
- import { U as d } from "./UserProfile-CcEbhDhd.js";
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
- a as AllInvestigations,
11
- f as Attachments,
12
- A as NineDots,
13
- P as PatientAddEdit,
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
- d as UserProfile
19
+ c as UserProfile
18
20
  };
@@ -1,4 +1,4 @@
1
- import { P as f } from "../PrintModal-BaKnloXt.js";
1
+ import { P as f } from "../PrintModal-BVQ0vEX3.js";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -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?: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hplx-feature-library",
3
3
  "private": false,
4
- "version": "1.0.186",
4
+ "version": "1.0.188",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "npm i hplx-react-elements-dev@qa && vite",