hplx-feature-library 1.0.222 → 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.
@@ -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 findChangedProperties = (N, W, M = "") => {
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
- }, Xt = () => {
120393
+ };
120394
+ console.log("PrintModal 24t");
120395
+ const Xt = () => {
120423
120396
  X?.setvpEventProps?.((jt) => ({
120424
120397
  ...jt,
120425
120398
  is_visit_pdf: !0
@@ -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, (N, W) => {
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-Bk00pVxe.js";
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-4jT2v6c1.js";
8
+ import { P as A } from "./PrintModal-Di2l9BWm.js";
9
9
  export {
10
10
  P as Attachments,
11
11
  n as NineDots,
@@ -1,4 +1,4 @@
1
- import { P as f } from "../PrintModal-4jT2v6c1.js";
1
+ import { P as f } from "../PrintModal-Di2l9BWm.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hplx-feature-library",
3
3
  "private": false,
4
- "version": "1.0.222",
4
+ "version": "1.0.223",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "npm i hplx-react-elements-dev@qa && vite",