hplx-feature-library 1.0.198 → 1.0.199

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.
@@ -200,9 +200,9 @@ const GET_SERVICE_LIST = "/v1/services", GET_DOCTORS_LIST = "/v1/doctors", GET_B
200
200
  }
201
201
  }, getTranslation = async (N, W) => {
202
202
  try {
203
- return await window._getTranslationTemp(N, W);
204
- } catch {
205
203
  return N;
204
+ } catch {
205
+ return W;
206
206
  }
207
207
  }, transformString = (N, W) => N ? W ? N.toUpperCase() : N : "", toCapitaliseString = (N, W) => N ? N.charAt(0).toUpperCase() + N.slice(1) : "", getInvestigationTestName = async (N, W, M) => {
208
208
  let Y;
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-C-GzLDnz.js";
3
+ import { P as i } from "./PatientPopupContainer-Bf80eZlB.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-BpVUSI_Z.js";
9
+ import { P as u } from "./PrintModal-ifEeax6V.js";
10
10
  export {
11
11
  e as AllInvestigations,
12
12
  P as Attachments,
@@ -1,4 +1,4 @@
1
- import { P as f } from "../PrintModal-BpVUSI_Z.js";
1
+ import { P as f } from "../PrintModal-ifEeax6V.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.198",
4
+ "version": "1.0.199",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "npm i hplx-react-elements-dev@qa && vite",