hplx-feature-library 1.0.321 → 1.0.322

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.
@@ -7050,7 +7050,7 @@ async function getVisitMappedDataPastVisit(Y, M, w, x, R, C = {}, D = {}, j, _,
7050
7050
  general_examination: ue && typeof ue == "string" && w.includes("GeneralExaminations") ? await St(ue) : "",
7051
7051
  assessment: We && typeof We == "string" && w.includes("assesment") ? await St(We) : "",
7052
7052
  quick_notes: Le && typeof Le == "string" && w.includes("QuickNotes") ? await St(Le) : "",
7053
- pthal_prescx: Ue && typeof Ue == "object" && w.includes("Opthal") ? await je(Ue, x) : {},
7053
+ opthal_presc: Ue && typeof Ue == "object" && w.includes("Opthal") ? await je(Ue, x) : {},
7054
7054
  opthal_diagram: fe && typeof fe == "object" && w.includes("Opthal") ? await ke(fe, x) : fe && typeof fe == "string" && w.includes("Opthal") ? await ke(JSON.parse(fe), x) : {},
7055
7055
  diet_exercise: Ze && typeof Ze == "string" && w.includes("Diet") ? await St(Ze) : "",
7056
7056
  referTo: w.includes("referTo") ? Pe(de, x) : "",
package/dist/index.js CHANGED
@@ -1,11 +1,11 @@
1
1
  import { P as r } from "./PediatricsCalculatorTable-TJeJlcEq.js";
2
- import { P as e } from "./PatientPopupContainer-BQoLia5u.js";
2
+ import { P as e } from "./PatientPopupContainer-CAS4_irJ.js";
3
3
  import { A as i } from "./Attachments-DdCoyN_x.js";
4
4
  import { P } from "./PatientAddEdit-D6WiHRt_.js";
5
5
  import { S as m } from "./SearchPatients-CyqB_I0i.js";
6
6
  import { N as n } from "./NineDots-D_W6IUL_.js";
7
7
  import { U as d } from "./UserProfile-B_0H-h2m.js";
8
- import { P as c } from "./PrintModal-CR0BPbwZ.js";
8
+ import { P as c } from "./PrintModal-DpsEZ5me.js";
9
9
  import { A as u } from "./AllInvestigationsTable-CmJTQP2C.js";
10
10
  export {
11
11
  u as AllInvestigations,
@@ -1,4 +1,4 @@
1
- import { P as f } from "../PrintModal-CR0BPbwZ.js";
1
+ import { P as f } from "../PrintModal-DpsEZ5me.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.321",
4
+ "version": "1.0.322",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "npm i hplx-react-elements-dev@qa && vite",