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/index.js CHANGED
@@ -1,11 +1,11 @@
1
1
  import { P as r } from "./PediatricsCalculatorTable-G0ttbDpi.js";
2
- import { P as e } from "./PatientPopupContainer-mICBz2ni.js";
3
- import { A as i } from "./Attachments-BX6sC57m.js";
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-7VFaSQu-.js";
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,
@@ -1,4 +1,4 @@
1
- import { P as f } from "../PrintModal-7VFaSQu-.js";
1
+ import { P as f } from "../PrintModal-Bkuo-Vy3.js";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,5 +1,5 @@
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 = [
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 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 || {});
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
- I as C_DOCUMENT_EXTENSIONS,
19
- t as E_ATTACHMENTS_SOURCE,
20
- o as E_ATTACHMENT_QUERY_TYPE,
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
- p as E_DOCUMENT_TYPE,
24
- r as E_DOCUMENT_VIEW_TYPE
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 {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hplx-feature-library",
3
3
  "private": false,
4
- "version": "1.0.237",
4
+ "version": "1.0.239",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "npm i hplx-react-elements-dev@qa && vite",