hplx-feature-library 1.0.319 → 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.
- package/dist/{APIAction-4R25WW2g.cjs → APIAction-0rLQ4PHF.cjs} +1 -1
- package/dist/{APIAction-CMfpd8Bv.js → APIAction-Dcn3XM-m.js} +2 -2
- package/dist/AllInvestigations/index.js +1 -1
- package/dist/{AllInvestigationsTable-CYzKgg74.js → AllInvestigationsTable-CmJTQP2C.js} +2 -2
- package/dist/{AllInvestigationsTable-CrJ4AJdo.cjs → AllInvestigationsTable-DeWdOst4.cjs} +1 -1
- package/dist/Attachments/index.js +1 -1
- package/dist/{Attachments-DscMe8ZD.cjs → Attachments-BnounSRo.cjs} +1 -1
- package/dist/{Attachments-BleCeiqj.js → Attachments-DdCoyN_x.js} +1 -1
- package/dist/NineDots/index.js +1 -1
- package/dist/{NineDots-CDoWX9g8.cjs → NineDots-DM7M9i8N.cjs} +1 -1
- package/dist/{NineDots-BvxC-xGI.js → NineDots-D_W6IUL_.js} +1 -1
- package/dist/PatientAddEdit/index.js +1 -1
- package/dist/{PatientAddEdit-WITRBHBI.cjs → PatientAddEdit-Blls1e9Q.cjs} +1 -1
- package/dist/{PatientAddEdit-B7fjeZlX.js → PatientAddEdit-D6WiHRt_.js} +5 -5
- package/dist/PatientPopup/index.js +1 -1
- package/dist/{PatientPopupContainer-CgIlH2UE.js → PatientPopupContainer-BQoLia5u.js} +390 -387
- package/dist/{PatientPopupContainer-B3P7ZFEZ.cjs → PatientPopupContainer-CDAsGDa9.cjs} +7 -7
- package/dist/PediatricsCalculator/index.js +1 -1
- package/dist/{PediatricsCalculatorTable-CXALqwAy.js → PediatricsCalculatorTable-TJeJlcEq.js} +2 -2
- package/dist/{PediatricsCalculatorTable-CV23H_7C.cjs → PediatricsCalculatorTable-kvH7TaMd.cjs} +1 -1
- package/dist/{PrintModal-BzV2tyFI.cjs → PrintModal-CACStf0f.cjs} +77 -77
- package/dist/{PrintModal-DM_bTqGC.js → PrintModal-CR0BPbwZ.js} +9129 -8463
- package/dist/SearchPatients/index.js +1 -1
- package/dist/{SearchPatients-D1PQUJ9C.js → SearchPatients-CyqB_I0i.js} +3 -3
- package/dist/{SearchPatients-COBd6WAT.cjs → SearchPatients-GJqYi8ym.cjs} +1 -1
- package/dist/UserProfile/index.js +1 -1
- package/dist/{UserProfile-p4l2HAx0.cjs → UserProfile-BIAgsyag.cjs} +1 -1
- package/dist/{UserProfile-BlN0ytk5.js → UserProfile-B_0H-h2m.js} +4 -4
- package/dist/{common-utils-DvxWGiX-.cjs → common-utils-As5_LEt3.cjs} +1 -1
- package/dist/{common-utils-CNR4r7ZZ.js → common-utils-BgxxqI8O.js} +1 -1
- package/dist/{dayjs.min-BawXyS7V.cjs → dayjs.min--kEce7p-.cjs} +1 -1
- package/dist/{dayjs.min-DHTzfD6l.js → dayjs.min-DZc7-mrk.js} +1 -1
- package/dist/{index-CZONCDCp.cjs → index-BUAd-2dO.cjs} +1 -1
- package/dist/{index-F4mvLxgX.js → index-Byd3zfUb.js} +1 -1
- package/dist/{index-D5vZvm7Z.cjs → index-m-TIhR9M.cjs} +18 -18
- package/dist/{index-CFBUzpnA.js → index-m95hZ8gA.js} +6 -6
- package/dist/index.js +9 -9
- package/dist/print-pdf/index.js +1 -1
- 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
|
|
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) => {
|
|
@@ -7329,12 +7329,12 @@ export {
|
|
|
7329
7329
|
lD as f,
|
|
7330
7330
|
bp as g,
|
|
7331
7331
|
yD as h,
|
|
7332
|
-
|
|
7332
|
+
Kc as i,
|
|
7333
7333
|
uD as j,
|
|
7334
7334
|
dr as k,
|
|
7335
7335
|
hD as l,
|
|
7336
|
-
|
|
7337
|
-
|
|
7336
|
+
Dp as m,
|
|
7337
|
+
ct as n,
|
|
7338
7338
|
gD as q,
|
|
7339
7339
|
Ep as r,
|
|
7340
7340
|
mD as t,
|
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { P as r } from "./PediatricsCalculatorTable-
|
|
2
|
-
import { P as e } from "./PatientPopupContainer-
|
|
3
|
-
import { A as i } from "./Attachments-
|
|
4
|
-
import { P } from "./PatientAddEdit-
|
|
5
|
-
import { S as m } from "./SearchPatients-
|
|
6
|
-
import { N as n } from "./NineDots-
|
|
7
|
-
import { U as d } from "./UserProfile-
|
|
8
|
-
import { P as c } from "./PrintModal-
|
|
9
|
-
import { A as u } from "./AllInvestigationsTable-
|
|
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,
|
package/dist/print-pdf/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hplx-feature-library",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
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.
|
|
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",
|