hplx-feature-library 1.0.221 → 1.0.223
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-01TVoq-l.cjs → PatientPopupContainer-C7Y9w79Y.cjs} +2 -2
- package/dist/{PatientPopupContainer-DR5aP_eg.js → PatientPopupContainer-ci6LHf6q.js} +4 -2
- package/dist/{PrintModal-C0ullnUh.cjs → PrintModal-C7QPU-Sg.cjs} +4 -4
- package/dist/{PrintModal-D25hmhNL.js → PrintModal-Di2l9BWm.js} +6 -36
- package/dist/index.js +2 -2
- package/dist/print-pdf/index.js +1 -1
- package/package.json +1 -1
|
@@ -6945,36 +6945,7 @@ var renderElement = function(N, W) {
|
|
|
6945
6945
|
var Y = W.ownerDocument, X = Y.documentElement ? parseColor$1(N, getComputedStyle(Y.documentElement).backgroundColor) : COLORS.TRANSPARENT, I = Y.body ? parseColor$1(N, getComputedStyle(Y.body).backgroundColor) : COLORS.TRANSPARENT, w = typeof M == "string" ? parseColor$1(N, M) : M === null ? COLORS.TRANSPARENT : 4294967295;
|
|
6946
6946
|
return W === Y.documentElement ? isTransparent(X) ? isTransparent(I) ? w : I : X : w;
|
|
6947
6947
|
};
|
|
6948
|
-
const
|
|
6949
|
-
const Y = {};
|
|
6950
|
-
for (const X in N) {
|
|
6951
|
-
if (!Object.prototype.hasOwnProperty.call(N, X)) continue;
|
|
6952
|
-
const I = N[X], w = W[X];
|
|
6953
|
-
if (Object.prototype.hasOwnProperty.call(W, X))
|
|
6954
|
-
if (typeof I == "object" && I !== null && typeof w == "object" && w !== null) {
|
|
6955
|
-
const D = findChangedProperties(
|
|
6956
|
-
I,
|
|
6957
|
-
w,
|
|
6958
|
-
M ? `${M}.${X}` : X
|
|
6959
|
-
);
|
|
6960
|
-
Object.assign(Y, D);
|
|
6961
|
-
} else I !== w && (Y[`${M ? `${M}.` : ""}${X}`] = {
|
|
6962
|
-
oldValue: I,
|
|
6963
|
-
newValue: w
|
|
6964
|
-
});
|
|
6965
|
-
else
|
|
6966
|
-
Y[`${M ? `${M}.` : ""}${X}`] = {
|
|
6967
|
-
oldValue: I,
|
|
6968
|
-
newValue: void 0
|
|
6969
|
-
};
|
|
6970
|
-
}
|
|
6971
|
-
for (const X in W)
|
|
6972
|
-
Object.prototype.hasOwnProperty.call(W, X) || (Y[`${M ? `${M}.` : ""}${X}`] = {
|
|
6973
|
-
oldValue: void 0,
|
|
6974
|
-
newValue: W[X]
|
|
6975
|
-
});
|
|
6976
|
-
return Y;
|
|
6977
|
-
}, convertDaysToWeeksAndDays = (N) => {
|
|
6948
|
+
const convertDaysToWeeksAndDays = (N) => {
|
|
6978
6949
|
if (!N) return { weeks: 0, days: 0 };
|
|
6979
6950
|
const W = Math.floor(N / 7), M = N % 7;
|
|
6980
6951
|
return { weeks: W, days: M };
|
|
@@ -120419,7 +120390,9 @@ const PrintPediaChartsPdf = memo(
|
|
|
120419
120390
|
} catch (jt) {
|
|
120420
120391
|
console.error(jt);
|
|
120421
120392
|
}
|
|
120422
|
-
}
|
|
120393
|
+
};
|
|
120394
|
+
console.log("PrintModal 24t");
|
|
120395
|
+
const Xt = () => {
|
|
120423
120396
|
X?.setvpEventProps?.((jt) => ({
|
|
120424
120397
|
...jt,
|
|
120425
120398
|
is_visit_pdf: !0
|
|
@@ -120898,7 +120871,7 @@ const PrintPediaChartsPdf = memo(
|
|
|
120898
120871
|
printEmailClick: me
|
|
120899
120872
|
}
|
|
120900
120873
|
),
|
|
120901
|
-
[B, me, we, Qe
|
|
120874
|
+
[B, me, we, Qe]
|
|
120902
120875
|
), Qt = () => {
|
|
120903
120876
|
if (N.printType === "visit")
|
|
120904
120877
|
return St;
|
|
@@ -120995,10 +120968,7 @@ const PrintPediaChartsPdf = memo(
|
|
|
120995
120968
|
),
|
|
120996
120969
|
ht() && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "hfl-fixed hfl-inset-0 hfl-z-[51] hfl-bg-Black hfl-opacity-25" })
|
|
120997
120970
|
] });
|
|
120998
|
-
}, PrintModal$1 = memo(PrintModal
|
|
120999
|
-
const M = findChangedProperties(N, W);
|
|
121000
|
-
return !Object.keys(M).length;
|
|
121001
|
-
});
|
|
120971
|
+
}, PrintModal$1 = memo(PrintModal);
|
|
121002
120972
|
export {
|
|
121003
120973
|
GET_ABHA_CONSENT as A,
|
|
121004
120974
|
GENERATE_OTP_BY_ABHA_ADDRESS as B,
|
package/dist/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { P as o } from "./PediatricsCalculatorTable-qu37FR7D.js";
|
|
2
|
-
import { P as e } from "./PatientPopupContainer-
|
|
2
|
+
import { P as e } from "./PatientPopupContainer-ci6LHf6q.js";
|
|
3
3
|
import { A as P } from "./Attachments-3UkuRnaT.js";
|
|
4
4
|
import { P as f } from "./PatientAddEdit-DRQcxWYN.js";
|
|
5
5
|
import { S as m } from "./SearchPatients-BbtytMYS.js";
|
|
6
6
|
import { N as n } from "./NineDots-gflwjmeo.js";
|
|
7
7
|
import { U as c } from "./UserProfile-jDWt9g20.js";
|
|
8
|
-
import { P as A } from "./PrintModal-
|
|
8
|
+
import { P as A } from "./PrintModal-Di2l9BWm.js";
|
|
9
9
|
export {
|
|
10
10
|
P as Attachments,
|
|
11
11
|
n as NineDots,
|
package/dist/print-pdf/index.js
CHANGED