hplx-feature-library 1.0.99 → 1.0.101
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 +12192 -10805
- package/dist/PediatricsCalculator/index.js +1 -1
- package/dist/PediatricsCalculatorTable-BSfspmzA.cjs +40 -0
- package/dist/PediatricsCalculatorTable-CEIcs8fu.js +2163 -0
- package/dist/components/{customDropdown/CustomDropdown.d.ts → CustomDropdown.d.ts} +1 -1
- package/dist/components/{toggleButtons/ToggleButtons.d.ts → ToggleButtons.d.ts} +1 -1
- package/dist/hplx-feature-library.css +1 -1
- package/dist/index.d.ts +0 -5
- package/dist/index.js +2 -12
- package/dist/useOutsideClick-DDF4hEI5.js +6684 -0
- package/dist/useOutsideClick-t7zJNned.cjs +84 -0
- package/package.json +2 -31
- package/dist/AlertPopup/index.js +0 -5
- package/dist/AlertPopup-BNDuLUqA.js +0 -1069
- package/dist/AlertPopup-CyDKrt43.cjs +0 -32
- package/dist/AllInvestigations/components/AllInvestigationsTable.d.ts +0 -11
- package/dist/AllInvestigations/index.d.ts +0 -1
- package/dist/AllInvestigations/index.js +0 -4
- package/dist/AllInvestigationsTable-C-tfS-lo.js +0 -91
- package/dist/AllInvestigationsTable-CpD4wv_W.cjs +0 -1
- package/dist/CustomDropdown/index.js +0 -256
- package/dist/DateTimePicker/DateAndTimePicker/index.js +0 -6167
- package/dist/PediatricsCalculatorTable-CGrZz303.cjs +0 -1
- package/dist/PediatricsCalculatorTable-DelYgJEq.js +0 -832
- package/dist/ToggleButtons/index.js +0 -17
- package/dist/components/alertPopup/index.d.ts +0 -1
- package/dist/components/customDropdown/index.d.ts +0 -1
- package/dist/components/dateTimePicker/DateAndTimePicker.d.ts +0 -21
- package/dist/components/dateTimePicker/index.d.ts +0 -1
- package/dist/components/toggleButtons/index.d.ts +0 -1
- package/dist/index-D-wXK-PO.cjs +0 -84
- package/dist/index-D6vi5Sgs.js +0 -6768
- package/dist/parseISO-AwyR5Nhg.cjs +0 -1
- package/dist/parseISO-Cso9HWPX.js +0 -1414
- package/dist/types/AllInvestigationTypes/index.js +0 -1
- package/dist/types/AllInvestigationTypes.d.ts +0 -30
- package/dist/useClickOutside-BjJyGTec.js +0 -14
- package/dist/useClickOutside-DsVG12Cs.cjs +0 -1
- package/dist/useOutsideClick-C4Q0aGuf.js +0 -15
- package/dist/useOutsideClick-CicUjzPP.cjs +0 -1
- /package/dist/components/{alertPopup/AlertPopup.d.ts → AlertPopup.d.ts} +0 -0
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.101",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"dev": "npm i hplx-react-elements-dev@qa && vite",
|
|
@@ -39,25 +39,6 @@
|
|
|
39
39
|
"types": "dist/index.d.ts",
|
|
40
40
|
"exports": {
|
|
41
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
|
-
},
|
|
61
42
|
"./PediatricsCalculator": {
|
|
62
43
|
"import": "./dist/PediatricsCalculator/index.js",
|
|
63
44
|
"types": "./dist/PediatricsCalculator/index.d.ts"
|
|
@@ -81,26 +62,16 @@
|
|
|
81
62
|
"./Constants/AttachmentConstants": {
|
|
82
63
|
"import": "./dist/constants/AttachmentConstants/index.js",
|
|
83
64
|
"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"
|
|
92
65
|
}
|
|
93
66
|
},
|
|
94
67
|
"dependencies": {
|
|
95
68
|
"date-fns": "^4.1.0",
|
|
96
|
-
"dayjs": "^1.11.13",
|
|
97
69
|
"hplx-font-icons": "^2.20.0",
|
|
98
70
|
"hplx-react-elements-dev": "^1.3.95",
|
|
71
|
+
"konva": "^9.3.22",
|
|
99
72
|
"lodash.debounce": "^4.0.8",
|
|
100
73
|
"nanoid": "^5.1.5",
|
|
101
|
-
"node": "^24.6.0",
|
|
102
74
|
"react": "^18.3.1",
|
|
103
|
-
"react-datepicker": "^8.5.0",
|
|
104
75
|
"react-dom": "^18.3.1",
|
|
105
76
|
"react-konva": "^18.2.12",
|
|
106
77
|
"swr": "^2.3.4",
|