hplx-feature-library 1.0.192 → 1.0.193
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-B6h6Ro_W.cjs +36 -0
- package/dist/{PatientPopupContainer-B3w7rK3N.js → PatientPopupContainer-Dr_1ZyDM.js} +3046 -3070
- package/dist/{PrintModal-u9lTkfgi.cjs → PrintModal-8N1cT8wF.cjs} +4 -6
- package/dist/{PrintModal-DnIi3MnP.js → PrintModal-C18CHi_f.js} +14 -18
- package/dist/index.js +2 -2
- package/dist/print-pdf/index.js +1 -1
- package/package.json +1 -1
- package/dist/PatientPopupContainer-CvgGL1NA.cjs +0 -36
|
@@ -8437,9 +8437,7 @@ const PrintOptionsForm = (N) => {
|
|
|
8437
8437
|
let $;
|
|
8438
8438
|
return x && R > 0 ? $ = setTimeout(() => {
|
|
8439
8439
|
C((_) => _ - 1);
|
|
8440
|
-
}, 1e3) : R === 0 && (D(!1), C(10)), () =>
|
|
8441
|
-
$ !== void 0 && clearTimeout($);
|
|
8442
|
-
};
|
|
8440
|
+
}, 1e3) : R === 0 && (D(!1), C(10)), () => clearTimeout($);
|
|
8443
8441
|
}, [x, R]);
|
|
8444
8442
|
const J = ($) => {
|
|
8445
8443
|
const { value: _ } = $.target;
|
|
@@ -8460,9 +8458,7 @@ const PrintOptionsForm = (N) => {
|
|
|
8460
8458
|
N.sendEmailSmsWhatsappHandler("email", N.visitDate);
|
|
8461
8459
|
},
|
|
8462
8460
|
iconFile: "hx_mail hfl-text-4 hfl-text-4",
|
|
8463
|
-
className: `
|
|
8464
|
-
hfl-justify-center hfl-border
|
|
8465
|
-
${N.showPhoneInput ? "" : "hfl-px-10"}`
|
|
8461
|
+
className: `hfl-border-Blue-300 hfl-items-center hfl-justify-center hfl-border ${N.showPhoneInput ? "" : "hfl-px-10"}`
|
|
8466
8462
|
}
|
|
8467
8463
|
),
|
|
8468
8464
|
smsButton: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "hfl-relative hfl-flex hfl-items-center hfl-justify-center", children: [
|
|
@@ -8573,7 +8569,7 @@ const PrintOptionsForm = (N) => {
|
|
|
8573
8569
|
label: "Email",
|
|
8574
8570
|
height: "hfl-h-10 hfl-border-Purple-200 hfl-h-10 hfl-border-Purple-200",
|
|
8575
8571
|
start_icon: "hx_mail",
|
|
8576
|
-
errorMsg: W && I !== "email"
|
|
8572
|
+
errorMsg: W && I !== "email" && "Email format is wrong",
|
|
8577
8573
|
inputProps: {
|
|
8578
8574
|
onFocus: () => w("email"),
|
|
8579
8575
|
onBlur: () => w(""),
|
|
@@ -8593,7 +8589,7 @@ const PrintOptionsForm = (N) => {
|
|
|
8593
8589
|
label: "Phone Number",
|
|
8594
8590
|
height: "hfl-h-10 hfl-border-Purple-200 hfl-h-10 hfl-border-Purple-200",
|
|
8595
8591
|
start_icon: "hx_phone",
|
|
8596
|
-
errorMsg: Y && I !== "phone"
|
|
8592
|
+
errorMsg: Y && I !== "phone" && "Invalid Phone Number",
|
|
8597
8593
|
inputProps: {
|
|
8598
8594
|
placeholder: "Enter Phone Number",
|
|
8599
8595
|
onFocus: () => w("phone"),
|
|
@@ -8618,8 +8614,8 @@ const PrintOptionsForm = (N) => {
|
|
|
8618
8614
|
N.printPreferenceChangeHandler($.value, N.selectedLanguage);
|
|
8619
8615
|
},
|
|
8620
8616
|
options: Object.keys(N.printPreferenceList).map(($) => ({
|
|
8621
|
-
label: N.printPreferenceList[
|
|
8622
|
-
value:
|
|
8617
|
+
label: N.printPreferenceList[$],
|
|
8618
|
+
value: $
|
|
8623
8619
|
})),
|
|
8624
8620
|
className: "hfl-w-auto xxs:max-md:hfl-w-[190px]"
|
|
8625
8621
|
}
|
|
@@ -120968,14 +120964,14 @@ export {
|
|
|
120968
120964
|
GET_APPOINTMENTS as e,
|
|
120969
120965
|
GET_PAST_DUE as f,
|
|
120970
120966
|
GET_BILLS as g,
|
|
120971
|
-
|
|
120972
|
-
|
|
120973
|
-
|
|
120974
|
-
|
|
120975
|
-
|
|
120976
|
-
|
|
120977
|
-
|
|
120978
|
-
|
|
120967
|
+
GET_REFERREDBY_DOCTOR as h,
|
|
120968
|
+
GET_BILL_SUMMARY as i,
|
|
120969
|
+
GET_BILL_ITEM as j,
|
|
120970
|
+
GET_REFERRAL as k,
|
|
120971
|
+
GET_PATIENT_POPUP_VISIT as l,
|
|
120972
|
+
GET_CUSTOM_TRANSLATIONS as m,
|
|
120973
|
+
GET_ONLINE_TEST_RANGES as n,
|
|
120974
|
+
GET_VISIT_ALL as o,
|
|
120979
120975
|
GET_IPD_CASE as p,
|
|
120980
120976
|
GET_PATIENT_POPUP_HPLXLAB as q,
|
|
120981
120977
|
GET_INSURANCE_LIST as r,
|
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-Dr_1ZyDM.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-C18CHi_f.js";
|
|
10
10
|
export {
|
|
11
11
|
e as AllInvestigations,
|
|
12
12
|
P as Attachments,
|
package/dist/print-pdf/index.js
CHANGED