hplx-feature-library 1.0.320 → 1.0.321

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.
Files changed (39) hide show
  1. package/dist/{APIAction-4R25WW2g.cjs → APIAction-0rLQ4PHF.cjs} +1 -1
  2. package/dist/{APIAction-jzgObBu4.js → APIAction-Dcn3XM-m.js} +2 -2
  3. package/dist/AllInvestigations/index.js +1 -1
  4. package/dist/{AllInvestigationsTable-DFG6PzyF.js → AllInvestigationsTable-CmJTQP2C.js} +2 -2
  5. package/dist/{AllInvestigationsTable-CrJ4AJdo.cjs → AllInvestigationsTable-DeWdOst4.cjs} +1 -1
  6. package/dist/Attachments/index.js +1 -1
  7. package/dist/{Attachments-DscMe8ZD.cjs → Attachments-BnounSRo.cjs} +1 -1
  8. package/dist/{Attachments-BwSjIFan.js → Attachments-DdCoyN_x.js} +1 -1
  9. package/dist/NineDots/index.js +1 -1
  10. package/dist/{NineDots-CDoWX9g8.cjs → NineDots-DM7M9i8N.cjs} +1 -1
  11. package/dist/{NineDots-BHRkMivu.js → NineDots-D_W6IUL_.js} +1 -1
  12. package/dist/PatientAddEdit/index.js +1 -1
  13. package/dist/{PatientAddEdit-WITRBHBI.cjs → PatientAddEdit-Blls1e9Q.cjs} +1 -1
  14. package/dist/{PatientAddEdit-D837qHrC.js → PatientAddEdit-D6WiHRt_.js} +5 -5
  15. package/dist/PatientPopup/index.js +1 -1
  16. package/dist/{PatientPopupContainer-Dh5xjeUD.js → PatientPopupContainer-BQoLia5u.js} +389 -386
  17. package/dist/{PatientPopupContainer-F_C4B0cO.cjs → PatientPopupContainer-CDAsGDa9.cjs} +7 -7
  18. package/dist/PediatricsCalculator/index.js +1 -1
  19. package/dist/{PediatricsCalculatorTable-awqyE356.js → PediatricsCalculatorTable-TJeJlcEq.js} +2 -2
  20. package/dist/{PediatricsCalculatorTable-CV23H_7C.cjs → PediatricsCalculatorTable-kvH7TaMd.cjs} +1 -1
  21. package/dist/{PrintModal-B_bzErZW.cjs → PrintModal-CACStf0f.cjs} +4 -4
  22. package/dist/{PrintModal-XBI_Rm1M.js → PrintModal-CR0BPbwZ.js} +3 -3
  23. package/dist/SearchPatients/index.js +1 -1
  24. package/dist/{SearchPatients-DSPPIp0K.js → SearchPatients-CyqB_I0i.js} +3 -3
  25. package/dist/{SearchPatients-COBd6WAT.cjs → SearchPatients-GJqYi8ym.cjs} +1 -1
  26. package/dist/UserProfile/index.js +1 -1
  27. package/dist/{UserProfile-p4l2HAx0.cjs → UserProfile-BIAgsyag.cjs} +1 -1
  28. package/dist/{UserProfile-CZj99wpH.js → UserProfile-B_0H-h2m.js} +4 -4
  29. package/dist/{common-utils-DvxWGiX-.cjs → common-utils-As5_LEt3.cjs} +1 -1
  30. package/dist/{common-utils-Bj3UQszd.js → common-utils-BgxxqI8O.js} +1 -1
  31. package/dist/{dayjs.min-BawXyS7V.cjs → dayjs.min--kEce7p-.cjs} +1 -1
  32. package/dist/{dayjs.min-DEuEIfhE.js → dayjs.min-DZc7-mrk.js} +1 -1
  33. package/dist/{index-CZONCDCp.cjs → index-BUAd-2dO.cjs} +1 -1
  34. package/dist/{index-DN7adyT-.js → index-Byd3zfUb.js} +1 -1
  35. package/dist/{index-D5vZvm7Z.cjs → index-m-TIhR9M.cjs} +18 -18
  36. package/dist/{index-CAhkB6R3.js → index-m95hZ8gA.js} +3 -3
  37. package/dist/index.js +9 -9
  38. package/dist/print-pdf/index.js +1 -1
  39. package/package.json +2 -2
@@ -2532,7 +2532,7 @@ const vD = (e) => {
2532
2532
  V.preventDefault(), P = Math.max(q - 1, 0);
2533
2533
  break;
2534
2534
  case 13:
2535
- q >= 0 && U(d[q]), S(!1), P = -1;
2535
+ q >= 0 && !d[q].disabled && (U(d[q]), i || S(!1)), i || (P = -1);
2536
2536
  break;
2537
2537
  case 9:
2538
2538
  S(!1), P = -1;
@@ -2548,7 +2548,7 @@ const vD = (e) => {
2548
2548
  document.removeEventListener("keydown", E);
2549
2549
  }));
2550
2550
  const $ = Array.isArray(s), U = (V) => {
2551
- if (l) if (i) if ($) {
2551
+ if (l && !V.disabled) if (i) if ($) {
2552
2552
  const te = s.findIndex((P) => P.value === V.value);
2553
2553
  if (te === -1) {
2554
2554
  const P = [...s, V];
@@ -2558,7 +2558,7 @@ const vD = (e) => {
2558
2558
  P.splice(te, 1), l(P);
2559
2559
  }
2560
2560
  } else l([V]);
2561
- else l(Object.assign({}, V)), S(!1), L(-1), ee && ee.current && (ee.current.scrollTop = 0);
2561
+ else l(Object.assign({}, V)), S(!1), L(-1), ee?.current && (ee.current.scrollTop = 0);
2562
2562
  }, _ = $ && !!d && s?.length === d.length;
2563
2563
  let z;
2564
2564
  return s && (z = $ ? _ ? R || "All options are selected" : s.map((V) => {
package/dist/index.js CHANGED
@@ -1,12 +1,12 @@
1
- import { P as r } from "./PediatricsCalculatorTable-awqyE356.js";
2
- import { P as e } from "./PatientPopupContainer-Dh5xjeUD.js";
3
- import { A as i } from "./Attachments-BwSjIFan.js";
4
- import { P } from "./PatientAddEdit-D837qHrC.js";
5
- import { S as m } from "./SearchPatients-DSPPIp0K.js";
6
- import { N as n } from "./NineDots-BHRkMivu.js";
7
- import { U as d } from "./UserProfile-CZj99wpH.js";
8
- import { P as c } from "./PrintModal-XBI_Rm1M.js";
9
- import { A as u } from "./AllInvestigationsTable-DFG6PzyF.js";
1
+ import { P as r } from "./PediatricsCalculatorTable-TJeJlcEq.js";
2
+ import { P as e } from "./PatientPopupContainer-BQoLia5u.js";
3
+ import { A as i } from "./Attachments-DdCoyN_x.js";
4
+ import { P } from "./PatientAddEdit-D6WiHRt_.js";
5
+ import { S as m } from "./SearchPatients-CyqB_I0i.js";
6
+ import { N as n } from "./NineDots-D_W6IUL_.js";
7
+ import { U as d } from "./UserProfile-B_0H-h2m.js";
8
+ import { P as c } from "./PrintModal-CR0BPbwZ.js";
9
+ import { A as u } from "./AllInvestigationsTable-CmJTQP2C.js";
10
10
  export {
11
11
  u as AllInvestigations,
12
12
  i as Attachments,
@@ -1,4 +1,4 @@
1
- import { P as f } from "../PrintModal-XBI_Rm1M.js";
1
+ import { P as f } from "../PrintModal-CR0BPbwZ.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.320",
4
+ "version": "1.0.321",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "npm i hplx-react-elements-dev@qa && vite",
@@ -110,7 +110,7 @@
110
110
  "dayjs": "^1.11.18",
111
111
  "franc": "^6.2.0",
112
112
  "hplx-font-icons": "^2.20.0",
113
- "hplx-react-elements-dev": "^1.3.135",
113
+ "hplx-react-elements-dev": "^1.3.138",
114
114
  "html2canvas": "^1.4.1",
115
115
  "konva": "^9.3.22",
116
116
  "lodash.debounce": "^4.0.8",