hplx-feature-library 1.0.244 → 1.0.245

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.
@@ -96459,19 +96459,26 @@ const events = {}, pdf$2 = (N) => {
96459
96459
  className: Y,
96460
96460
  ...x
96461
96461
  });
96462
- }, Header = ({ preferences: N, printEmailClick: W }) => {
96463
- const [M, Y] = useState(), { visit_pad_json: X, org_person_logo_header_url: I } = N || {}, {
96464
- headerHeight: w,
96465
- print_on_letter: x,
96466
- pdf_print_header_first: D,
96467
- leftMargin: R,
96468
- rightMargin: C,
96469
- pdf_margin_left_V2: J,
96470
- pdf_margin_right_V2: B,
96471
- pdf_header_height_V2: H
96472
- } = typeof X == "string" && X && JSON.parse(X) || {}, Q = W && H?.rows?.trim() ? H : w, $ = W && J?.rows?.trim() ? J : R, _ = W && B?.rows?.trim() ? B : C, ee = StyleSheet.create({
96462
+ }, Header = ({ preferences: N, labPreferences: W, printEmailClick: M }) => {
96463
+ const [Y, X] = useState(), I = "https://media.healthplix.com/imgrep/";
96464
+ let w, x, D = "30", R = "30", C = !1;
96465
+ if (W)
96466
+ w = M ? W.lab_pdf_header_height : W.lab_header_height, x = W.lab_logo_header ? `${I}${W.lab_logo_header}` : void 0;
96467
+ else if (N) {
96468
+ const { visit_pad_json: H, org_person_logo_header_url: Q } = N, {
96469
+ headerHeight: $,
96470
+ print_on_letter: _,
96471
+ leftMargin: ee,
96472
+ rightMargin: ae,
96473
+ pdf_margin_left_V2: ne,
96474
+ pdf_margin_right_V2: ce,
96475
+ pdf_header_height_V2: te
96476
+ } = typeof H == "string" && H && JSON.parse(H) || {}, de = M && te?.rows?.trim() ? te : $, ue = M && ne?.rows?.trim() ? ne : ee, re = M && ce?.rows?.trim() ? ce : ae;
96477
+ w = de?.rows, x = Q, D = ue?.rows, R = re?.rows, C = _?.print === "1";
96478
+ }
96479
+ const J = StyleSheet.create({
96473
96480
  header: {
96474
- height: `${parseInt(Q?.rows) || 65}px`,
96481
+ height: `${parseInt(w || "65")}px`,
96475
96482
  width: "100%"
96476
96483
  },
96477
96484
  image: {
@@ -96480,43 +96487,49 @@ const events = {}, pdf$2 = (N) => {
96480
96487
  objectPosition: "top"
96481
96488
  },
96482
96489
  margin_container: {
96483
- marginLeft: `${$?.rows || 30}`,
96484
- marginRight: `${_?.rows || 30}`,
96490
+ marginLeft: `${D || 30}`,
96491
+ marginRight: `${R || 30}`,
96485
96492
  overflow: "hidden"
96486
96493
  }
96487
96494
  });
96488
- return useEffect(() => {
96489
- (async () => {
96490
- Y(`${I}?not-from-cache-please`);
96491
- })();
96492
- }, [I]), !!M && /* @__PURE__ */ jsxRuntimeExports.jsx(View, { fixed: D?.print !== "1", style: ee.header, id: "header", children: /* @__PURE__ */ jsxRuntimeExports.jsx(View, { style: ee.margin_container, children: (W || x?.print !== "1") && /* @__PURE__ */ jsxRuntimeExports.jsx(Image$1, { style: ee.image, src: M, cache: !0 }) }) });
96493
- }, Footer = ({ preferences: N, setPrintPageCount: W, printEmailClick: M }) => {
96494
- const [Y, X] = useState(), { visit_pad_json: I, org_person_logo_footer_url: w } = N || {}, {
96495
- footerHeight: x,
96496
- print_on_letter: D,
96497
- leftMargin: R,
96498
- rightMargin: C,
96499
- print_watermark_text: J,
96500
- pdf_margin_right_V2: B,
96501
- pdf_margin_left_V2: H,
96502
- pdf_footer_height_V2: Q
96503
- } = typeof I == "string" && I && JSON.parse(I) || {}, $ = M && H?.rows?.trim() ? H : R, _ = M && B?.rows?.trim() ? B : C, ee = M && Q?.rows?.trim() ? Q : x, ae = StyleSheet.create({
96495
+ useEffect(() => {
96496
+ X(x ? `${x}?not-from-cache-please` : void 0);
96497
+ }, [x]);
96498
+ const B = N?.visit_pad_json ? JSON.parse(N.visit_pad_json).pdf_print_header_first?.print !== "1" : !0;
96499
+ return !!Y && /* @__PURE__ */ jsxRuntimeExports.jsx(View, { fixed: B, style: J.header, id: "header", children: /* @__PURE__ */ jsxRuntimeExports.jsx(View, { style: J.margin_container, children: (M || !C) && /* @__PURE__ */ jsxRuntimeExports.jsx(Image$1, { style: J.image, src: Y, cache: !0 }) }) });
96500
+ }, Footer = ({ preferences: N, labPreferences: W, setPrintPageCount: M, printEmailClick: Y }) => {
96501
+ const [X, I] = useState(), w = "https://media.healthplix.com/imgrep/";
96502
+ let x, D, R = "30", C = "30", J = !1, B = !0;
96503
+ if (W)
96504
+ x = Y ? W.lab_pdf_footer_height : W.lab_footer_height, D = W.lab_logo_footer ? `${w}${W.lab_logo_footer}` : void 0, J = !1, B = !0;
96505
+ else if (N) {
96506
+ const { visit_pad_json: Q, org_person_logo_footer_url: $ } = N, {
96507
+ footerHeight: _,
96508
+ print_on_letter: ee,
96509
+ leftMargin: ae,
96510
+ rightMargin: ne,
96511
+ print_watermark_text: ce,
96512
+ pdf_margin_right_V2: te,
96513
+ pdf_margin_left_V2: de,
96514
+ pdf_footer_height_V2: ue
96515
+ } = typeof Q == "string" && Q && JSON.parse(Q) || {}, re = Y && ue?.rows?.trim() ? ue : _, me = Y && de?.rows?.trim() ? de : ae, he = Y && te?.rows?.trim() ? te : ne;
96516
+ x = re?.rows, D = $, R = me?.rows, C = he?.rows, J = ee?.print === "1", B = !ce || ce?.print == "1";
96517
+ }
96518
+ const H = StyleSheet.create({
96504
96519
  footer: {
96505
96520
  position: "absolute",
96506
- // bottom: 60, // TODO: 60px added extra for padding bottom to match implementation of EMR 2.0- ACTUAL VALUE- bottom: 0
96507
96521
  bottom: 0,
96508
- // TODO: 60px added extra for padding bottom to match implementation of EMR 2.0- ACTUAL VALUE- bottom: 0. NEW COMMENT - WEPI-3396- 1STAUG2024-SETTING IT BACK TO 0
96509
96522
  height: "auto",
96510
96523
  width: "100%"
96511
96524
  },
96512
96525
  image: {
96513
- height: `${parseInt(ee?.rows) || 65}px`,
96526
+ height: `${parseInt(x || "65")}px`,
96514
96527
  width: "100%",
96515
96528
  objectFit: "fill"
96516
96529
  },
96517
96530
  margin_container: {
96518
- marginLeft: `${parseInt($?.rows) || 30}`,
96519
- marginRight: `${parseInt(_?.rows) || 30}`
96531
+ marginLeft: `${R || 30}`,
96532
+ marginRight: `${C || 30}`
96520
96533
  },
96521
96534
  footerText: {
96522
96535
  textAlign: "center",
@@ -96524,12 +96537,6 @@ const events = {}, pdf$2 = (N) => {
96524
96537
  fontSize: "12px",
96525
96538
  marginBottom: 3
96526
96539
  },
96527
- offlinefooterText: {
96528
- textAlign: "center",
96529
- width: "100%",
96530
- fontSize: "12px",
96531
- marginBottom: 2
96532
- },
96533
96540
  pageNumber: {
96534
96541
  position: "absolute",
96535
96542
  right: 0,
@@ -96538,19 +96545,17 @@ const events = {}, pdf$2 = (N) => {
96538
96545
  }
96539
96546
  });
96540
96547
  return useEffect(() => {
96541
- (async () => {
96542
- X(`${w}?not-from-cache-please`);
96543
- })();
96544
- }, [w]), /* @__PURE__ */ jsxRuntimeExports.jsx(View, { fixed: !0, style: ae.footer, id: "footer", children: /* @__PURE__ */ jsxRuntimeExports.jsxs(View, { style: ae.margin_container, children: [
96545
- !J || J?.print == "1" ? /* @__PURE__ */ jsxRuntimeExports.jsx(Text, { style: ae.footerText, children: "Powered by HealthPlix EMR. www.healthplix.com " }) : null,
96548
+ I(D ? `${D}?not-from-cache-please` : void 0);
96549
+ }, [D]), /* @__PURE__ */ jsxRuntimeExports.jsx(View, { fixed: !0, style: H.footer, id: "footer", children: /* @__PURE__ */ jsxRuntimeExports.jsxs(View, { style: H.margin_container, children: [
96550
+ B && /* @__PURE__ */ jsxRuntimeExports.jsx(Text, { style: H.footerText, children: "Powered by HealthPlix EMR. www.healthplix.com" }),
96546
96551
  /* @__PURE__ */ jsxRuntimeExports.jsx(
96547
96552
  Text,
96548
96553
  {
96549
- style: ae.pageNumber,
96550
- render: ({ pageNumber: ne, totalPages: ce }) => (W(ce), ce > 1 ? `${ne} / ${ce} ${ne === ce ? "" : "PTO"}` : "")
96554
+ style: H.pageNumber,
96555
+ render: ({ pageNumber: Q, totalPages: $ }) => (M($), $ > 1 ? `${Q} / ${$} ${Q === $ ? "" : "PTO"}` : "")
96551
96556
  }
96552
96557
  ),
96553
- Y && (M || D?.print !== "1") ? /* @__PURE__ */ jsxRuntimeExports.jsx(Image$1, { style: ae.image, src: Y, cache: !0 }) : /* @__PURE__ */ jsxRuntimeExports.jsx(View, { style: ae.image })
96558
+ X && (Y || !J) ? /* @__PURE__ */ jsxRuntimeExports.jsx(Image$1, { style: H.image, src: X, cache: !0 }) : /* @__PURE__ */ jsxRuntimeExports.jsx(View, { style: H.image })
96554
96559
  ] }) });
96555
96560
  }, patientMode = {
96556
96561
  PRINT_ALL_DETAILS: "0",
@@ -120197,14 +120202,14 @@ const PrintPediaChartsPdf = memo(
120197
120202
  regular: "Helvetica",
120198
120203
  bold: "Helvetica-Bold"
120199
120204
  }
120200
- }, TableCell = ({
120205
+ }, formatText = (N) => typeof N != "string" ? N : N.replace(/<br\s*\/?>/gi, `
120206
+ `), TableCell = ({
120201
120207
  text: N,
120202
120208
  width: W,
120203
120209
  isHeader: M = !1,
120204
120210
  align: Y = "left",
120205
120211
  fontSize: X,
120206
120212
  isBold: I = !1
120207
- // Add a prop for bolding regular text
120208
120213
  }) => /* @__PURE__ */ jsxRuntimeExports.jsx(View, { style: { width: W, padding: "8px 5px" }, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
120209
120214
  Text,
120210
120215
  {
@@ -120212,8 +120217,9 @@ const PrintPediaChartsPdf = memo(
120212
120217
  fontFamily: M || I ? FontFamily.Helvetica.bold : FontFamily.Helvetica.regular,
120213
120218
  fontSize: X,
120214
120219
  textAlign: Y
120220
+ // whiteSpace: 'pre-line', // ✅ ensures \n creates new lines
120215
120221
  },
120216
- children: N
120222
+ children: formatText(N)
120217
120223
  }
120218
120224
  ) }), LabTestResultTable = ({ testTemplates: N, colors: W, fontSize: M }) => {
120219
120225
  const Y = ["TEST PARAMETER", "RESULT", "BIOLOGICAL REF. INTERVAL"], X = ["45%", "25%", "30%"], I = StyleSheet.create({
@@ -120224,7 +120230,6 @@ const PrintPediaChartsPdf = memo(
120224
120230
  tableRow: {
120225
120231
  flexDirection: "row",
120226
120232
  alignItems: "center"
120227
- // borderBottom: `1px solid ${colors.borderColor}`,
120228
120233
  },
120229
120234
  headerRow: {
120230
120235
  borderTop: `1px solid ${W.borderColor}`
@@ -120236,12 +120241,13 @@ const PrintPediaChartsPdf = memo(
120236
120241
  },
120237
120242
  templateHeaderText: {
120238
120243
  fontFamily: FontFamily.Helvetica.bold,
120239
- fontSize: M
120244
+ fontSize: M,
120245
+ whiteSpace: "pre-line"
120240
120246
  }
120241
120247
  });
120242
120248
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(View, { style: I.table, children: [
120243
120249
  /* @__PURE__ */ jsxRuntimeExports.jsx(View, { style: { ...I.tableRow, ...I.headerRow }, fixed: !0, children: Y.map((w, x) => /* @__PURE__ */ jsxRuntimeExports.jsx(TableCell, { text: w, width: X[x], isHeader: !0, fontSize: M }, w)) }),
120244
- N && N.map((w) => /* @__PURE__ */ jsxRuntimeExports.jsxs(React__default.Fragment, { children: [
120250
+ N?.map((w) => /* @__PURE__ */ jsxRuntimeExports.jsxs(React__default.Fragment, { children: [
120245
120251
  /* @__PURE__ */ jsxRuntimeExports.jsx(View, { style: I.templateHeaderRow, wrap: !1, children: /* @__PURE__ */ jsxRuntimeExports.jsx(Text, { style: I.templateHeaderText, children: w.template_name }) }),
120246
120252
  w.tests.map((x) => /* @__PURE__ */ jsxRuntimeExports.jsxs(View, { style: I.tableRow, wrap: !1, children: [
120247
120253
  /* @__PURE__ */ jsxRuntimeExports.jsx(
@@ -120256,7 +120262,7 @@ const PrintPediaChartsPdf = memo(
120256
120262
  /* @__PURE__ */ jsxRuntimeExports.jsx(
120257
120263
  TableCell,
120258
120264
  {
120259
- text: `${x.test_value} ${x.test_units || ""}`,
120265
+ text: `${x.test_value} ${formatText(x.test_units) || ""}`,
120260
120266
  width: X[1],
120261
120267
  fontSize: M,
120262
120268
  isBold: !!x.out_of_range
@@ -120268,17 +120274,18 @@ const PrintPediaChartsPdf = memo(
120268
120274
  ] });
120269
120275
  }, PrintLabReport = ({
120270
120276
  preferences: N,
120271
- labReportData: W,
120272
- labOrderData: M,
120273
- onRenderCallback: Y,
120274
- setPrintPageCount: X,
120275
- printEmailClick: I
120277
+ branch_preference: W,
120278
+ labReportData: M,
120279
+ labOrderData: Y,
120280
+ onRenderCallback: X,
120281
+ setPrintPageCount: I,
120282
+ printEmailClick: w
120276
120283
  }) => {
120277
- const w = {
120284
+ const x = {
120278
120285
  borderColor: "#EAECF0",
120279
120286
  headerTextColor: "#101828",
120280
120287
  textColor: "#1D2939"
120281
- }, x = StyleSheet.create({
120288
+ }, D = StyleSheet.create({
120282
120289
  page: {
120283
120290
  position: "relative",
120284
120291
  paddingBottom: 60,
@@ -120310,21 +120317,36 @@ const PrintPediaChartsPdf = memo(
120310
120317
  textAlign: "right",
120311
120318
  flexShrink: 0
120312
120319
  }
120313
- }), D = (R) => {
120314
- Y && R?.blob && Y(R.blob);
120320
+ }), R = (C) => {
120321
+ X && C?.blob && X(C.blob);
120315
120322
  };
120316
- return /* @__PURE__ */ jsxRuntimeExports.jsx(Document$1, { style: { width: 970 }, onRender: D, children: /* @__PURE__ */ jsxRuntimeExports.jsxs(Page$1, { style: x.page, size: { width: 970 * 72 / 75, height: 1300 }, children: [
120317
- /* @__PURE__ */ jsxRuntimeExports.jsx(Header, { preferences: N, printEmailClick: I }),
120318
- /* @__PURE__ */ jsxRuntimeExports.jsxs(View, { style: x.marginContainer, children: [
120319
- W && /* @__PURE__ */ jsxRuntimeExports.jsx(LabReportPatientHeader, { labReportData: W, labOrderData: M }),
120320
- W?.test_templates && /* @__PURE__ */ jsxRuntimeExports.jsx(LabTestResultTable, { testTemplates: W?.test_templates || [], colors: w, fontSize: 16 }),
120321
- /* @__PURE__ */ jsxRuntimeExports.jsx(Text, { style: x.endOfReportText, children: "---- END OF REPORT ----" }),
120322
- /* @__PURE__ */ jsxRuntimeExports.jsxs(View, { style: x.signatureSection, children: [
120323
- /* @__PURE__ */ jsxRuntimeExports.jsx(Text, { style: x.signatureLabel, children: "Signature 1" }),
120324
- /* @__PURE__ */ jsxRuntimeExports.jsx(Text, { style: x.signatureLabel, children: "Signature 2" })
120323
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(Document$1, { style: { width: 970 }, onRender: R, children: /* @__PURE__ */ jsxRuntimeExports.jsxs(Page$1, { style: D.page, size: { width: 970 * 72 / 75, height: 1300 }, children: [
120324
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
120325
+ Header,
120326
+ {
120327
+ preferences: N,
120328
+ labPreferences: W.print.lab,
120329
+ printEmailClick: w
120330
+ }
120331
+ ),
120332
+ /* @__PURE__ */ jsxRuntimeExports.jsxs(View, { style: D.marginContainer, children: [
120333
+ M && /* @__PURE__ */ jsxRuntimeExports.jsx(LabReportPatientHeader, { labReportData: M, labOrderData: Y }),
120334
+ M?.test_templates && /* @__PURE__ */ jsxRuntimeExports.jsx(LabTestResultTable, { testTemplates: M?.test_templates || [], colors: x, fontSize: 16 }),
120335
+ /* @__PURE__ */ jsxRuntimeExports.jsx(Text, { style: D.endOfReportText, children: "---- END OF REPORT ----" }),
120336
+ /* @__PURE__ */ jsxRuntimeExports.jsxs(View, { style: D.signatureSection, children: [
120337
+ /* @__PURE__ */ jsxRuntimeExports.jsx(Text, { style: D.signatureLabel, children: "Signature 1" }),
120338
+ /* @__PURE__ */ jsxRuntimeExports.jsx(Text, { style: D.signatureLabel, children: "Signature 2" })
120325
120339
  ] })
120326
120340
  ] }),
120327
- /* @__PURE__ */ jsxRuntimeExports.jsx(Footer, { printEmailClick: I, preferences: N, setPrintPageCount: X })
120341
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
120342
+ Footer,
120343
+ {
120344
+ printEmailClick: w,
120345
+ labPreferences: W.print.lab,
120346
+ preferences: N,
120347
+ setPrintPageCount: I
120348
+ }
120349
+ )
120328
120350
  ] }) });
120329
120351
  }, PrintLabReportPDF = memo(
120330
120352
  ({
@@ -120337,17 +120359,19 @@ const PrintPediaChartsPdf = memo(
120337
120359
  setPrintPageCount: w,
120338
120360
  printEmailClick: x
120339
120361
  }) => {
120340
- const D = useRef(null);
120341
- return D.current = debounceFn(async (R) => {
120342
- if (R)
120343
- try {
120344
- setTimeout(() => {
120345
- W || (M(R), X() || I());
120346
- }, 0);
120347
- } catch (C) {
120348
- console.log("error", C);
120362
+ const D = (C, J) => {
120363
+ const B = document.createElement("a");
120364
+ B.href = URL.createObjectURL(C), B.download = J, document.body.appendChild(B), B.click(), document.body.removeChild(B), URL.revokeObjectURL(B.href), I(void 0);
120365
+ }, R = (C) => {
120366
+ if (C)
120367
+ if (X())
120368
+ W || M(C);
120369
+ else {
120370
+ const J = N?.patientDetails?.name || "patient", B = N?.labOrderData?.lab_id || Date.now(), H = `Lab-Report-${J.replace(/\s+/g, "_")}-${B}.pdf`;
120371
+ D(C, H);
120349
120372
  }
120350
- }, 400), /* @__PURE__ */ jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, { children: N && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "hfl-h-[85vh] hfl-w-[210mm] xxs:max-md:hfl-h-[70vh] xxs:max-sm:hfl-w-[150mm] md:hfl-w-[180mm]", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
120373
+ };
120374
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, { children: N && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "hfl-h-[85vh] hfl-w-[210mm] xxs:max-md:hfl-h-[70vh] xxs:max-sm:hfl-w-[150mm] md:hfl-w-[180mm]", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
120351
120375
  PDFViewer,
120352
120376
  {
120353
120377
  className: "hfl-h-[85vh] hfl-w-[210mm] xxs:max-md:hfl-h-[70vh] xxs:max-sm:hfl-w-[150mm] md:hfl-w-[180mm]",
@@ -120357,9 +120381,10 @@ const PrintPediaChartsPdf = memo(
120357
120381
  PrintLabReport,
120358
120382
  {
120359
120383
  preferences: N?.preferences,
120384
+ branch_preference: N?.branch_preference,
120360
120385
  labReportData: N?.labReportData,
120361
120386
  labOrderData: N?.labOrderData,
120362
- onRenderCallback: D.current,
120387
+ onRenderCallback: R,
120363
120388
  setPrintPageCount: w,
120364
120389
  printEmailClick: x
120365
120390
  }
@@ -121005,14 +121030,14 @@ export {
121005
121030
  GET_BILL_ITEM as n,
121006
121031
  GET_REFERRAL as o,
121007
121032
  GET_IPD_CASE as p,
121008
- GET_PATIENT_POPUP_HPLXLAB as q,
121009
- GET_INSURANCE_LIST as r,
121010
- UPDATE_PATIENT_DETAIL as s,
121011
- PUT_APPOINTMENTS as t,
121012
- POST_PAYMENT as u,
121013
- PUT_BILLS as v,
121014
- GET_BILLS_PAYMENTS_BILL_ID as w,
121015
- PUT_BILL_ITEM as x,
121016
- DELETE_TRANSACTION as y,
121033
+ GET_INSURANCE_LIST as q,
121034
+ UPDATE_PATIENT_DETAIL as r,
121035
+ PUT_APPOINTMENTS as s,
121036
+ POST_PAYMENT as t,
121037
+ PUT_BILLS as u,
121038
+ GET_BILLS_PAYMENTS_BILL_ID as v,
121039
+ PUT_BILL_ITEM as w,
121040
+ DELETE_TRANSACTION as x,
121041
+ GET_PATIENT_POPUP_HPLXLAB as y,
121017
121042
  VERIFY_ABHA_OTP as z
121018
121043
  };
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-B22ovGqI.js";
2
+ import { P as e } from "./PatientPopupContainer-C0v485Yp.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-CcCy9eHR.js";
8
+ import { P as c } from "./PrintModal-CdiyWYuT.js";
9
9
  import { A as u } from "./AllInvestigationsTable-Dg-YXASz.js";
10
10
  export {
11
11
  u as AllInvestigations,
@@ -1,4 +1,4 @@
1
- import { P as f } from "../PrintModal-CcCy9eHR.js";
1
+ import { P as f } from "../PrintModal-CdiyWYuT.js";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -76,6 +76,14 @@ export interface GET_BRANCH_PREFERENCE_RESPONSE {
76
76
  header_height: string;
77
77
  };
78
78
  growth_chart?: I_GROWTH_CHART_PRINT_PREF;
79
+ lab?: {
80
+ lab_footer_height: string;
81
+ lab_header_height: string;
82
+ lab_logo_footer: string;
83
+ lab_logo_header: string;
84
+ lab_pdf_footer_height: string;
85
+ lab_pdf_header_height: string;
86
+ };
79
87
  };
80
88
  reviews: {
81
89
  gr: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hplx-feature-library",
3
3
  "private": false,
4
- "version": "1.0.244",
4
+ "version": "1.0.245",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "npm i hplx-react-elements-dev@qa && vite",