hplx-feature-library 1.0.237 → 1.0.239
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 +3 -0
- package/dist/{Attachments-D51-Dh5n.cjs → Attachments-BSrk5wvX.cjs} +19 -19
- package/dist/{Attachments-BX6sC57m.js → Attachments-CARL1R9N.js} +1279 -1265
- package/dist/PatientPopup/index.js +1 -1
- package/dist/{PatientPopupContainer-BHa8vm1D.cjs → PatientPopupContainer-DVN2kaOd.cjs} +1 -1
- package/dist/{PatientPopupContainer-mICBz2ni.js → PatientPopupContainer-D_pmWZy3.js} +1 -1
- package/dist/{PrintModal-7VFaSQu-.js → PrintModal-Bkuo-Vy3.js} +23 -6
- package/dist/{PrintModal-BEmXUU3u.cjs → PrintModal-CNEDqrhb.cjs} +3 -3
- package/dist/index.js +3 -3
- package/dist/print-pdf/index.js +1 -1
- package/dist/types/AttachmentTypes/index.js +13 -9
- package/dist/types/AttachmentsTypes.d.ts +4 -1
- 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-D_pmWZy3.js";
|
|
3
|
+
import { A as i } from "./Attachments-CARL1R9N.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-Bkuo-Vy3.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,5 +1,5 @@
|
|
|
1
|
-
var
|
|
2
|
-
const
|
|
1
|
+
var p = /* @__PURE__ */ ((e) => (e.GRID_VIEW = "VIEW_BY_GRID", e.DATE_VIEW = "VIEW_BY_DATE", e))(p || {}), t = /* @__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))(t || {}), 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.CSV = "text/csv", e.ZIP = "application/zip", e.DICOM = "application/dicom", e))(n || {});
|
|
2
|
+
const i = [
|
|
3
3
|
".pdf",
|
|
4
4
|
".jpeg",
|
|
5
5
|
".jpg",
|
|
@@ -11,15 +11,19 @@ const I = [
|
|
|
11
11
|
".docx",
|
|
12
12
|
".xls",
|
|
13
13
|
".xlsx",
|
|
14
|
-
".txt"
|
|
14
|
+
".txt",
|
|
15
|
+
".csv",
|
|
16
|
+
".zip",
|
|
17
|
+
".dcm",
|
|
18
|
+
".dicom"
|
|
15
19
|
];
|
|
16
|
-
var
|
|
20
|
+
var o = /* @__PURE__ */ ((e) => (e.IPD = "IPD", e.OPD = "OPD", e))(o || {}), r = /* @__PURE__ */ ((e) => (e.VIEW_DATE = "VIEW_BY_DATE", e.VIEW_GRID = "VIEW_BY_GRID", e))(r || {}), a = /* @__PURE__ */ ((e) => (e.PEN = "pen", e.RECT = "rect", e.CIRCLE = "circle", e))(a || {});
|
|
17
21
|
export {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
22
|
+
i as C_DOCUMENT_EXTENSIONS,
|
|
23
|
+
o as E_ATTACHMENTS_SOURCE,
|
|
24
|
+
r as E_ATTACHMENT_QUERY_TYPE,
|
|
21
25
|
a as E_CANVAS_TOOLS,
|
|
22
26
|
n as E_DOCUMENT_FORMAT,
|
|
23
|
-
|
|
24
|
-
|
|
27
|
+
t as E_DOCUMENT_TYPE,
|
|
28
|
+
p as E_DOCUMENT_VIEW_TYPE
|
|
25
29
|
};
|
|
@@ -21,7 +21,10 @@ export declare enum E_DOCUMENT_FORMAT {
|
|
|
21
21
|
DOCX = "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
|
|
22
22
|
XLS = "application/vnd.ms-excel",
|
|
23
23
|
XLSX = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
|
|
24
|
-
TXT = "text/plain"
|
|
24
|
+
TXT = "text/plain",
|
|
25
|
+
CSV = "text/csv",
|
|
26
|
+
ZIP = "application/zip",
|
|
27
|
+
DICOM = "application/dicom"
|
|
25
28
|
}
|
|
26
29
|
export declare const C_DOCUMENT_EXTENSIONS: string[];
|
|
27
30
|
export declare enum E_ATTACHMENTS_SOURCE {
|