hplx-feature-library 1.0.78 → 1.0.80
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/AlertPopup/index.js +5 -0
- package/dist/AlertPopup-D5OvNU2M.cjs +32 -0
- package/dist/AlertPopup-tF3Y6sIE.js +1069 -0
- package/dist/AllInvestigations/components/AllInvestigationsTable.d.ts +7 -0
- package/dist/AllInvestigations/index.d.ts +1 -0
- package/dist/AllInvestigations/index.js +4 -0
- package/dist/AllInvestigationsTable-CsDFyLz2.js +76 -0
- package/dist/AllInvestigationsTable-eBDW6Goo.cjs +1 -0
- package/dist/Attachments/Attachments.d.ts +26 -0
- package/dist/Attachments/components/AttachmentPreviewPopup.d.ts +2 -0
- package/dist/Attachments/components/ImagePreview.d.ts +4 -0
- package/dist/Attachments/components/VideoPreview.d.ts +4 -0
- package/dist/Attachments/components/attachments-header.d.ts +12 -0
- package/dist/Attachments/components/compare-mode-bar.d.ts +3 -0
- package/dist/Attachments/components/document-canvas/KonvaDrawingCanvas.d.ts +7 -0
- package/dist/Attachments/components/document-canvas/document-color-options.d.ts +2 -0
- package/dist/Attachments/components/document-canvas/document-pen-tool.d.ts +2 -0
- package/dist/Attachments/components/document-canvas/document-tool-shape.d.ts +2 -0
- package/dist/Attachments/components/document-canvas/index.d.ts +7 -0
- package/dist/Attachments/components/document-compare/document-compare-header.d.ts +7 -0
- package/dist/Attachments/components/document-compare/document-compare-images.d.ts +5 -0
- package/dist/Attachments/components/document-compare/index.d.ts +2 -0
- package/dist/Attachments/components/document-container.d.ts +10 -0
- package/dist/Attachments/components/document-image-view.d.ts +7 -0
- package/dist/Attachments/components/document-preview/document-image-pane.d.ts +8 -0
- package/dist/Attachments/components/document-preview/index.d.ts +2 -0
- package/dist/Attachments/components/document-preview/preview-side-pane.d.ts +10 -0
- package/dist/Attachments/components/document-view/document-view-grid.d.ts +10 -0
- package/dist/Attachments/components/document-view/documet-view-date.d.ts +10 -0
- package/dist/Attachments/components/drag-drop-container.d.ts +9 -0
- package/dist/Attachments/components/drag-drop-overlay.d.ts +6 -0
- package/dist/Attachments/components/edit-document-modal.d.ts +9 -0
- package/dist/Attachments/components/more-dropdown.d.ts +10 -0
- package/dist/Attachments/constants/index.d.ts +15 -0
- package/dist/Attachments/context/index.d.ts +3 -0
- package/dist/Attachments/hooks/useAttachmentContext.d.ts +2 -0
- package/dist/Attachments/hooks/useCompareContext.d.ts +2 -0
- package/dist/Attachments/hooks/useDragAndDrop.d.ts +16 -0
- package/dist/Attachments/hooks/useDropdownPosition.d.ts +15 -0
- package/dist/Attachments/index.d.ts +1 -0
- package/dist/Attachments/index.js +23591 -0
- package/dist/Attachments/store/document-store.d.ts +19 -0
- package/dist/Attachments/store/pen-tools.store.d.ts +14 -0
- package/dist/Attachments/utils/fileValidation.d.ts +15 -0
- package/dist/Attachments/utils/index.d.ts +4 -0
- package/dist/CameraCapture/index.d.ts +7 -0
- package/dist/CameraCapture/utils/index.d.ts +2 -0
- package/dist/CustomDropdown/index.js +256 -0
- package/dist/DateTimePicker/DateAndTimePicker/index.js +6167 -0
- package/dist/PediatricsCalculator/index.js +1 -1
- package/dist/PediatricsCalculatorTable-B6OkRbld.js +832 -0
- package/dist/PediatricsCalculatorTable-DoXAWcvL.cjs +1 -0
- package/dist/ToggleButtons/index.js +17 -0
- package/dist/common/components/CustomLoader/index.d.ts +2 -0
- package/dist/common/components/HxSvgIcons/index.d.ts +9 -0
- package/dist/common/components/ReusableModal/ReusableModal.d.ts +13 -0
- package/dist/common/hooks/useInfiniteScroll.d.ts +7 -0
- package/dist/components/alertPopup/index.d.ts +1 -0
- package/dist/components/{CustomDropdown.d.ts → customDropdown/CustomDropdown.d.ts} +1 -1
- package/dist/components/customDropdown/index.d.ts +1 -0
- package/dist/components/dateTimePicker/DateAndTimePicker.d.ts +21 -0
- package/dist/components/dateTimePicker/index.d.ts +1 -0
- package/dist/components/{ToggleButtons.d.ts → toggleButtons/ToggleButtons.d.ts} +1 -1
- package/dist/components/toggleButtons/index.d.ts +1 -0
- package/dist/constants/AttachmentConstants/index.js +35 -0
- package/dist/hplx-feature-library.css +1 -1
- package/dist/index-6-2iV0ns.js +6768 -0
- package/dist/index-BojgO48C.cjs +84 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +12 -2
- package/dist/parseISO-AwyR5Nhg.cjs +1 -0
- package/dist/parseISO-Cso9HWPX.js +1414 -0
- package/dist/types/AllInvestigationTypes/index.js +1 -0
- package/dist/types/AllInvestigationTypes.d.ts +29 -0
- package/dist/types/AttachmentTypes/index.js +9 -0
- package/dist/types/AttachmentsTypes.d.ts +119 -0
- package/dist/useClickOutside-BjJyGTec.js +14 -0
- package/dist/useClickOutside-DsVG12Cs.cjs +1 -0
- package/dist/useOutsideClick-C4Q0aGuf.js +15 -0
- package/dist/useOutsideClick-CicUjzPP.cjs +1 -0
- package/package.json +59 -6
- package/dist/PediatricsCalculatorTable-BdKWLu4T.js +0 -11456
- package/dist/PediatricsCalculatorTable-DjyuRV6p.cjs +0 -124
- /package/dist/components/{AlertPopup.d.ts → alertPopup/AlertPopup.d.ts} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export interface I_InvestigationTest {
|
|
2
|
+
test_id: string;
|
|
3
|
+
test_value: string;
|
|
4
|
+
out_of_range: boolean;
|
|
5
|
+
watermelon_id: string;
|
|
6
|
+
created_on: string;
|
|
7
|
+
test_name: string;
|
|
8
|
+
test_unit: string;
|
|
9
|
+
}
|
|
10
|
+
export interface I_InvestigationTestWithPrint extends I_InvestigationTest {
|
|
11
|
+
isPrintable: boolean;
|
|
12
|
+
test_date: string;
|
|
13
|
+
}
|
|
14
|
+
export interface I_AllInvestigations {
|
|
15
|
+
created_on: string;
|
|
16
|
+
out_of_range: boolean;
|
|
17
|
+
test_date: string;
|
|
18
|
+
test_id: string;
|
|
19
|
+
test_value: string;
|
|
20
|
+
test_unit: string;
|
|
21
|
+
[key: string]: string | boolean;
|
|
22
|
+
}
|
|
23
|
+
export interface I_TestRanges {
|
|
24
|
+
test_id: string;
|
|
25
|
+
test_names: string;
|
|
26
|
+
test_units: string;
|
|
27
|
+
test_range_text: string;
|
|
28
|
+
test_range_rule: string;
|
|
29
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
var I = /* @__PURE__ */ ((r) => (r.GRID_VIEW = "VIEW_BY_GRID", r.DATE_VIEW = "VIEW_BY_DATE", r))(I || {}), R = /* @__PURE__ */ ((r) => (r.LAB_TESTS = "LAB_TESTS", r.ECG = "ECG", r.MRI = "MRI", r.XRAY = "XRAY", r.ABHA = "ABHA", r.OTHERS = "OTHER_REPORTS", r.REPORT_TYPE_UNSPECIFIED = "REPORT_TYPE_UNSPECIFIED", r))(R || {}), e = /* @__PURE__ */ ((r) => (r.PDF = "pdf", r.JPEG = "jpeg", r.PNG = "image/png", r.MP4 = "mp4", r))(e || {}), n = /* @__PURE__ */ ((r) => (r.IPD = "IPD", r.OPD = "OPD", r))(n || {}), t = /* @__PURE__ */ ((r) => (r.VIEW_DATE = "VIEW_BY_DATE", r.VIEW_GRID = "VIEW_BY_GRID", r))(t || {}), B = /* @__PURE__ */ ((r) => (r.PEN = "pen", r.RECT = "rect", r.CIRCLE = "circle", r))(B || {});
|
|
2
|
+
export {
|
|
3
|
+
n as E_ATTACHMENTS_SOURCE,
|
|
4
|
+
t as E_ATTACHMENT_QUERY_TYPE,
|
|
5
|
+
B as E_CANVAS_TOOLS,
|
|
6
|
+
e as E_DOCUMENT_FORMAT,
|
|
7
|
+
R as E_DOCUMENT_TYPE,
|
|
8
|
+
I as E_DOCUMENT_VIEW_TYPE
|
|
9
|
+
};
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
import { TDateState } from '../Attachments/Attachments';
|
|
2
|
+
export declare enum E_DOCUMENT_VIEW_TYPE {
|
|
3
|
+
GRID_VIEW = "VIEW_BY_GRID",
|
|
4
|
+
DATE_VIEW = "VIEW_BY_DATE"
|
|
5
|
+
}
|
|
6
|
+
export declare enum E_DOCUMENT_TYPE {
|
|
7
|
+
LAB_TESTS = "LAB_TESTS",
|
|
8
|
+
ECG = "ECG",
|
|
9
|
+
MRI = "MRI",
|
|
10
|
+
XRAY = "XRAY",
|
|
11
|
+
ABHA = "ABHA",
|
|
12
|
+
OTHERS = "OTHER_REPORTS",
|
|
13
|
+
REPORT_TYPE_UNSPECIFIED = "REPORT_TYPE_UNSPECIFIED"
|
|
14
|
+
}
|
|
15
|
+
export declare enum E_DOCUMENT_FORMAT {
|
|
16
|
+
PDF = "pdf",
|
|
17
|
+
JPEG = "jpeg",
|
|
18
|
+
PNG = "image/png",
|
|
19
|
+
MP4 = "mp4"
|
|
20
|
+
}
|
|
21
|
+
export declare enum E_ATTACHMENTS_SOURCE {
|
|
22
|
+
IPD = "IPD",
|
|
23
|
+
OPD = "OPD"
|
|
24
|
+
}
|
|
25
|
+
export interface I_DOCUMENT {
|
|
26
|
+
filePath: string;
|
|
27
|
+
label: string;
|
|
28
|
+
createdAt: string;
|
|
29
|
+
reportType: E_DOCUMENT_TYPE;
|
|
30
|
+
id: string;
|
|
31
|
+
mimeType: E_DOCUMENT_FORMAT;
|
|
32
|
+
thumbnail?: string;
|
|
33
|
+
}
|
|
34
|
+
export interface I_DOCUMENT_GROUP {
|
|
35
|
+
id: string;
|
|
36
|
+
createdAt: string;
|
|
37
|
+
label: string;
|
|
38
|
+
documents: I_DOCUMENT[];
|
|
39
|
+
}
|
|
40
|
+
export type IDOCUMENT_DataItem = I_DOCUMENT_GROUP | I_DOCUMENT;
|
|
41
|
+
export interface I_DOCUMENTS_BASE_RESPONSE<T> {
|
|
42
|
+
data: T;
|
|
43
|
+
status: boolean;
|
|
44
|
+
message: string;
|
|
45
|
+
}
|
|
46
|
+
export interface I_DOCUMENTS_DELETE_RESPONSE {
|
|
47
|
+
status: boolean;
|
|
48
|
+
message: string;
|
|
49
|
+
}
|
|
50
|
+
export interface I_FETCH_DOCUMENTS_RESPONSE extends I_DOCUMENTS_BASE_RESPONSE<IDOCUMENT_DataItem[]> {
|
|
51
|
+
next_date?: string;
|
|
52
|
+
}
|
|
53
|
+
export interface I_ATTACHMENTS_CONTEXT {
|
|
54
|
+
search: string;
|
|
55
|
+
setSearch: React.Dispatch<React.SetStateAction<string>>;
|
|
56
|
+
types: E_DOCUMENT_TYPE[];
|
|
57
|
+
setTypes: React.Dispatch<React.SetStateAction<E_DOCUMENT_TYPE[]>>;
|
|
58
|
+
dates: TDateState;
|
|
59
|
+
setDates: React.Dispatch<React.SetStateAction<TDateState>>;
|
|
60
|
+
page: number;
|
|
61
|
+
setPage: React.Dispatch<React.SetStateAction<number>>;
|
|
62
|
+
hasData: boolean;
|
|
63
|
+
queryType: E_ATTACHMENT_QUERY_TYPE;
|
|
64
|
+
setQueryType: React.Dispatch<React.SetStateAction<E_ATTACHMENT_QUERY_TYPE>>;
|
|
65
|
+
showPreview: boolean;
|
|
66
|
+
setShowPreview: React.Dispatch<React.SetStateAction<boolean>>;
|
|
67
|
+
compareMode: boolean;
|
|
68
|
+
setCompareMode: React.Dispatch<React.SetStateAction<boolean>>;
|
|
69
|
+
parentRef: React.RefObject<HTMLDivElement>;
|
|
70
|
+
setHasData: React.Dispatch<React.SetStateAction<boolean>>;
|
|
71
|
+
onDeleteAttachments: (id: string, isGroup: boolean) => Promise<I_DOCUMENTS_DELETE_RESPONSE>;
|
|
72
|
+
onSaveComparision: (id: string, label: string, documents: string[]) => Promise<I_DOCUMENTS_BASE_RESPONSE<I_DOCUMENT_GROUP>>;
|
|
73
|
+
}
|
|
74
|
+
export interface IGroupedDocuments {
|
|
75
|
+
dateLabel: string;
|
|
76
|
+
documents: IDOCUMENT_DataItem[];
|
|
77
|
+
}
|
|
78
|
+
export declare enum E_ATTACHMENT_QUERY_TYPE {
|
|
79
|
+
VIEW_DATE = "VIEW_BY_DATE",
|
|
80
|
+
VIEW_GRID = "VIEW_BY_GRID"
|
|
81
|
+
}
|
|
82
|
+
export interface I_UPLOAD_FILES_RESPONSE {
|
|
83
|
+
data?: I_DOCUMENT;
|
|
84
|
+
success: boolean;
|
|
85
|
+
message: string;
|
|
86
|
+
}
|
|
87
|
+
export interface I_UPLOAD_FILES_REQUEST {
|
|
88
|
+
files: File[];
|
|
89
|
+
documentType?: E_DOCUMENT_TYPE;
|
|
90
|
+
}
|
|
91
|
+
export interface I_DOCUMENT_COMPARE_CONTEXT {
|
|
92
|
+
groupDocuments: I_DOCUMENT[];
|
|
93
|
+
setGroupDocuments: React.Dispatch<React.SetStateAction<I_DOCUMENT[]>>;
|
|
94
|
+
groupId?: string;
|
|
95
|
+
setGroupId: React.Dispatch<React.SetStateAction<string | undefined>>;
|
|
96
|
+
}
|
|
97
|
+
export declare enum E_CANVAS_TOOLS {
|
|
98
|
+
PEN = "pen",
|
|
99
|
+
RECT = "rect",
|
|
100
|
+
CIRCLE = "circle"
|
|
101
|
+
}
|
|
102
|
+
export interface I_UPDATE_DOCUMENT_REQUEST {
|
|
103
|
+
id: string;
|
|
104
|
+
label?: string;
|
|
105
|
+
type?: E_DOCUMENT_TYPE;
|
|
106
|
+
created_at?: string;
|
|
107
|
+
}
|
|
108
|
+
export interface I_UPDATE_DOCUMENT_RESPONSE {
|
|
109
|
+
data?: I_DOCUMENT;
|
|
110
|
+
status: boolean;
|
|
111
|
+
message: string;
|
|
112
|
+
}
|
|
113
|
+
export interface I_DELETE_FILE_RESPONSE {
|
|
114
|
+
success: boolean;
|
|
115
|
+
message: string;
|
|
116
|
+
}
|
|
117
|
+
export interface I_DELETE_FILE_REQUEST {
|
|
118
|
+
id: string;
|
|
119
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { useEffect as s } from "react";
|
|
2
|
+
const r = (e, t) => {
|
|
3
|
+
s(() => {
|
|
4
|
+
const n = (o) => {
|
|
5
|
+
e.current && !e.current.contains(o.target) && t();
|
|
6
|
+
};
|
|
7
|
+
return document.addEventListener("mousedown", n), () => {
|
|
8
|
+
document.removeEventListener("mousedown", n);
|
|
9
|
+
};
|
|
10
|
+
}, [e, t]);
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
r as u
|
|
14
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const u=require("react"),c=(e,t)=>{u.useEffect(()=>{const n=s=>{e.current&&!e.current.contains(s.target)&&t()};return document.addEventListener("mousedown",n),()=>{document.removeEventListener("mousedown",n)}},[e,t])};exports.useClickOutside=c;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { useCallback as s, useEffect as o } from "react";
|
|
2
|
+
const c = (e, u) => {
|
|
3
|
+
const t = s(
|
|
4
|
+
(n) => {
|
|
5
|
+
e.current && !e.current.contains(n.target) && u();
|
|
6
|
+
},
|
|
7
|
+
[e, u]
|
|
8
|
+
);
|
|
9
|
+
o(() => (document.addEventListener("mouseup", t), () => {
|
|
10
|
+
document.removeEventListener("mouseup", t);
|
|
11
|
+
}), [t]);
|
|
12
|
+
};
|
|
13
|
+
export {
|
|
14
|
+
c as u
|
|
15
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const s=require("react"),c=(e,u)=>{const t=s.useCallback(n=>{e.current&&!e.current.contains(n.target)&&u()},[e,u]);s.useEffect(()=>(document.addEventListener("mouseup",t),()=>{document.removeEventListener("mouseup",t)}),[t])};exports.useOutsideClick=c;
|
package/package.json
CHANGED
|
@@ -1,16 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hplx-feature-library",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.80",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
7
|
-
"dev": "vite",
|
|
7
|
+
"dev": "npm i hplx-react-elements-dev@qa && vite",
|
|
8
8
|
"lint:fix": "eslint ./lib --quiet --fix",
|
|
9
9
|
"lint:format": "eslint --fix",
|
|
10
10
|
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
|
|
11
|
-
"prebuild": "rm -rf dist",
|
|
11
|
+
"prebuild:qa": "npm i hplx-react-elements-dev@qa && rm -rf dist",
|
|
12
|
+
"prebuild:preprod": "npm i hplx-react-elements-dev@preprod && rm -rf dist",
|
|
13
|
+
"prebuild:preprod-blue": "npm i hplx-react-elements-dev@preprod-blue && rm -rf dist",
|
|
14
|
+
"prebuild:blue": "npm i hplx-react-elements-dev@blue && rm -rf dist",
|
|
15
|
+
"prebuild": "npm i hplx-react-elements-dev@latest && rm -rf dist",
|
|
12
16
|
"prebuild:validate": "npm run lint",
|
|
13
|
-
"build": "npm run prebuild:validate && tsc && vite build",
|
|
17
|
+
"build": "npm run prebuild && npm run prebuild:validate && tsc && vite build",
|
|
18
|
+
"build:qa": "npm run prebuild:qa && npm run prebuild:validate && tsc && vite build",
|
|
19
|
+
"build:preprod": "npm run prebuild:preprod && npm run prebuild:validate && tsc && vite build",
|
|
20
|
+
"build:preprod:blue": "npm run prebuild:preprod-blue && npm run prebuild:validate && tsc && vite build",
|
|
21
|
+
"build:blue": "npm run prebuild:blue && npm run prebuild:validate && tsc && vite build",
|
|
14
22
|
"build:esm": "rm -rf dist/ && tsc && vite build",
|
|
15
23
|
"format": "prettier --write ./lib",
|
|
16
24
|
"preview": "vite preview",
|
|
@@ -31,6 +39,25 @@
|
|
|
31
39
|
"types": "dist/index.d.ts",
|
|
32
40
|
"exports": {
|
|
33
41
|
"./style.css": "./dist/hplx-feature-library.css",
|
|
42
|
+
"./AlertPopup": {
|
|
43
|
+
"import": "./dist/components/AlertPopup.js",
|
|
44
|
+
"types": "./dist/components/AlertPopup.d.ts"
|
|
45
|
+
},
|
|
46
|
+
"./CustomDropdown": {
|
|
47
|
+
"import": "./dist/components/CustomDropdown.js",
|
|
48
|
+
"types": "./dist/components/CustomDropdown.d.ts"
|
|
49
|
+
},
|
|
50
|
+
"./ToggleButtons": {
|
|
51
|
+
"import": "./dist/components/toggleButtons/index.js",
|
|
52
|
+
"types": "./dist/components/toggleButtons/index.d.ts"
|
|
53
|
+
},
|
|
54
|
+
"./DateTimePicker/DateAndTimePicker.css": {
|
|
55
|
+
"import": "./dist/DateAndTimePicker.css"
|
|
56
|
+
},
|
|
57
|
+
"./DateTimePicker/DateAndTimePicker": {
|
|
58
|
+
"import": "./dist/DateTimePicker/DateAndTimePicker/index.js",
|
|
59
|
+
"types": "./dist/components/dateTimePicker/DateAndTimePicker.d.ts"
|
|
60
|
+
},
|
|
34
61
|
"./PediatricsCalculator": {
|
|
35
62
|
"import": "./dist/PediatricsCalculator/index.js",
|
|
36
63
|
"types": "./dist/PediatricsCalculator/index.d.ts"
|
|
@@ -42,16 +69,42 @@
|
|
|
42
69
|
"./Constants/PediatricsCalculatorConstants": {
|
|
43
70
|
"import": "./dist/constants/PediatricsCalculatorConstants/index.js",
|
|
44
71
|
"types": "./dist/constants/PediatricsCalculatorConstants.d.ts"
|
|
72
|
+
},
|
|
73
|
+
"./Attachments": {
|
|
74
|
+
"import": "./dist/Attachments/index.js",
|
|
75
|
+
"types": "./dist/Attachments/index.d.ts"
|
|
76
|
+
},
|
|
77
|
+
"./Types/AttachmentTypes": {
|
|
78
|
+
"import": "./dist/types/AttachmentTypes/index.js",
|
|
79
|
+
"types": "./dist/types/AttachmentTypes.d.ts"
|
|
80
|
+
},
|
|
81
|
+
"./Constants/AttachmentConstants": {
|
|
82
|
+
"import": "./dist/constants/AttachmentConstants/index.js",
|
|
83
|
+
"types": "./dist/constants/AttachmentConstants.d.ts"
|
|
84
|
+
},
|
|
85
|
+
"./AllInvestigations": {
|
|
86
|
+
"import": "./dist/AllInvestigations/index.js",
|
|
87
|
+
"types": "./dist/AllInvestigations/index.d.ts"
|
|
88
|
+
},
|
|
89
|
+
"./Types/AllInvestigationTypes": {
|
|
90
|
+
"import": "./dist/types/AllInvestigationTypes/index.js",
|
|
91
|
+
"types": "./dist/types/AllInvestigationTypes.d.ts"
|
|
45
92
|
}
|
|
46
93
|
},
|
|
47
94
|
"dependencies": {
|
|
95
|
+
"date-fns": "^4.1.0",
|
|
96
|
+
"dayjs": "^1.11.13",
|
|
48
97
|
"hplx-font-icons": "^2.20.0",
|
|
49
|
-
"hplx-react-elements-dev": "1.3.
|
|
98
|
+
"hplx-react-elements-dev": "^1.3.74",
|
|
99
|
+
"konva": "^9.3.22",
|
|
50
100
|
"lodash.debounce": "^4.0.8",
|
|
51
101
|
"nanoid": "^5.1.5",
|
|
52
102
|
"react": "^18.3.1",
|
|
103
|
+
"react-datepicker": "^8.5.0",
|
|
53
104
|
"react-dom": "^18.3.1",
|
|
54
|
-
"react-
|
|
105
|
+
"react-konva": "^18.2.12",
|
|
106
|
+
"swr": "^2.3.4",
|
|
107
|
+
"zustand": "^5.0.6"
|
|
55
108
|
},
|
|
56
109
|
"peerDependencies": {
|
|
57
110
|
"hplx-font-icons": "^2.20.0",
|