hplx-feature-library 1.0.233 → 1.0.235
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/Attachments/index.js +1 -1
- package/dist/Attachments/utils/fileValidation.d.ts +5 -0
- package/dist/{Attachments-Dr6yedl9.cjs → Attachments-CyTqHEvG.cjs} +31 -31
- package/dist/{Attachments-4FIsCWlc.js → Attachments-D7vR6bnO.js} +2213 -2203
- package/dist/PatientPopup/index.js +1 -1
- package/dist/{PatientPopupContainer-DsEPO7cz.cjs → PatientPopupContainer-BHa8vm1D.cjs} +1 -1
- package/dist/{PatientPopupContainer-Ds8KUzC-.js → PatientPopupContainer-mICBz2ni.js} +1 -1
- package/dist/{PrintModal-XPr4IAq7.js → PrintModal-7VFaSQu-.js} +8 -10
- package/dist/{PrintModal-VDJ4Prqs.cjs → PrintModal-BEmXUU3u.cjs} +3 -3
- package/dist/index.js +3 -3
- package/dist/print-pdf/index.js +1 -1
- package/dist/types/AttachmentTypes/index.js +23 -7
- package/dist/types/AttachmentsTypes.d.ts +8 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { P as r } from "./PediatricsCalculatorTable-G0ttbDpi.js";
|
|
2
|
-
import { P as e } from "./PatientPopupContainer-
|
|
3
|
-
import { A as i } from "./Attachments-
|
|
2
|
+
import { P as e } from "./PatientPopupContainer-mICBz2ni.js";
|
|
3
|
+
import { A as i } from "./Attachments-D7vR6bnO.js";
|
|
4
4
|
import { P } from "./PatientAddEdit-9W7ONHSd.js";
|
|
5
5
|
import { S as m } from "./SearchPatients-BsO-G0KT.js";
|
|
6
6
|
import { N as n } from "./NineDots-B3ZRumoi.js";
|
|
7
7
|
import { U as d } from "./UserProfile-DRf9rznF.js";
|
|
8
|
-
import { P as c } from "./PrintModal-
|
|
8
|
+
import { P as c } from "./PrintModal-7VFaSQu-.js";
|
|
9
9
|
import { A as u } from "./AllInvestigationsTable-Dg-YXASz.js";
|
|
10
10
|
export {
|
|
11
11
|
u as AllInvestigations,
|
package/dist/print-pdf/index.js
CHANGED
|
@@ -1,9 +1,25 @@
|
|
|
1
|
-
var
|
|
1
|
+
var r = /* @__PURE__ */ ((e) => (e.GRID_VIEW = "VIEW_BY_GRID", e.DATE_VIEW = "VIEW_BY_DATE", e))(r || {}), p = /* @__PURE__ */ ((e) => (e.LAB_TESTS = "LAB_TESTS", e.ECG = "ECG", e.MRI = "MRI", e.XRAY = "XRAY", e.ABHA = "ABHA", e.OTHERS = "OTHER_REPORTS", e.REPORT_TYPE_UNSPECIFIED = "REPORT_TYPE_UNSPECIFIED", e))(p || {}), n = /* @__PURE__ */ ((e) => (e.PDF = "application/pdf", e.JPEG = "image/jpeg", e.PNG = "image/png", e.MP4 = "video/mp4", e.DOC = "application/msword", e.DOCX = "application/vnd.openxmlformats-officedocument.wordprocessingml.document", e.XLS = "application/vnd.ms-excel", e.XLSX = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", e.TXT = "text/plain", e))(n || {});
|
|
2
|
+
const I = [
|
|
3
|
+
".pdf",
|
|
4
|
+
".jpeg",
|
|
5
|
+
".jpg",
|
|
6
|
+
".png",
|
|
7
|
+
".mp4",
|
|
8
|
+
".mov",
|
|
9
|
+
".webm",
|
|
10
|
+
".doc",
|
|
11
|
+
".docx",
|
|
12
|
+
".xls",
|
|
13
|
+
".xlsx",
|
|
14
|
+
".txt"
|
|
15
|
+
];
|
|
16
|
+
var t = /* @__PURE__ */ ((e) => (e.IPD = "IPD", e.OPD = "OPD", e))(t || {}), o = /* @__PURE__ */ ((e) => (e.VIEW_DATE = "VIEW_BY_DATE", e.VIEW_GRID = "VIEW_BY_GRID", e))(o || {}), a = /* @__PURE__ */ ((e) => (e.PEN = "pen", e.RECT = "rect", e.CIRCLE = "circle", e))(a || {});
|
|
2
17
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
18
|
+
I as C_DOCUMENT_EXTENSIONS,
|
|
19
|
+
t as E_ATTACHMENTS_SOURCE,
|
|
20
|
+
o as E_ATTACHMENT_QUERY_TYPE,
|
|
21
|
+
a as E_CANVAS_TOOLS,
|
|
22
|
+
n as E_DOCUMENT_FORMAT,
|
|
23
|
+
p as E_DOCUMENT_TYPE,
|
|
24
|
+
r as E_DOCUMENT_VIEW_TYPE
|
|
9
25
|
};
|
|
@@ -16,8 +16,14 @@ export declare enum E_DOCUMENT_FORMAT {
|
|
|
16
16
|
PDF = "application/pdf",
|
|
17
17
|
JPEG = "image/jpeg",
|
|
18
18
|
PNG = "image/png",
|
|
19
|
-
MP4 = "video/mp4"
|
|
20
|
-
|
|
19
|
+
MP4 = "video/mp4",
|
|
20
|
+
DOC = "application/msword",
|
|
21
|
+
DOCX = "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
|
|
22
|
+
XLS = "application/vnd.ms-excel",
|
|
23
|
+
XLSX = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
|
|
24
|
+
TXT = "text/plain"
|
|
25
|
+
}
|
|
26
|
+
export declare const C_DOCUMENT_EXTENSIONS: string[];
|
|
21
27
|
export declare enum E_ATTACHMENTS_SOURCE {
|
|
22
28
|
IPD = "IPD",
|
|
23
29
|
OPD = "OPD"
|