@kenyaemr/esm-care-panel-app 5.1.2-pre.655 → 5.2.1-pre.1003
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/.turbo/turbo-build.log +16 -12
- package/dist/130.js +1 -1
- package/dist/130.js.map +1 -1
- package/dist/272.js +2 -0
- package/dist/{387.js.LICENSE.txt → 272.js.LICENSE.txt} +12 -0
- package/dist/272.js.map +1 -0
- package/dist/315.js +1 -0
- package/dist/315.js.map +1 -0
- package/dist/419.js +1 -1
- package/dist/419.js.map +1 -1
- package/dist/574.js +1 -1
- package/dist/kenyaemr-esm-care-panel-app.js +1 -1
- package/dist/kenyaemr-esm-care-panel-app.js.buildmanifest.json +66 -66
- package/dist/kenyaemr-esm-care-panel-app.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.LICENSE.txt +12 -0
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +2 -2
- package/src/care-panel/care-panel.component.tsx +2 -3
- package/src/care-panel-dashboard/care-panel-dashboard.component.tsx +7 -3
- package/src/care-programs/care-programs.component.tsx +16 -13
- package/src/config-schema.ts +6 -0
- package/src/hooks/useCarePrograms.tsx +8 -1
- package/src/hooks/usePatientHIVStatus.ts +18 -0
- package/src/hooks/usePatientIITScore.ts +19 -0
- package/src/iit-risk-score/iit-risk-score-plot.tsx +68 -0
- package/src/iit-risk-score/iit-risk-score.component.tsx +73 -0
- package/src/iit-risk-score/iit-risk-score.scss +39 -0
- package/src/iit-risk-score/risk-score.mock.ts +56 -0
- package/src/machine-learning/machine-learning.component.tsx +30 -0
- package/src/machine-learning/machine-learning.scss +37 -0
- package/src/patient-summary/patient-summary.component.test.tsx +1 -1
- package/src/patient-summary/patient-summary.component.tsx +3 -1
- package/src/program-enrollment/program-enrollment.component.tsx +13 -7
- package/src/regimen-editor/non-standard-regimen.component.tsx +6 -1
- package/src/regimen-editor/standard-regimen.component.tsx +6 -1
- package/src/regimen-editor/utils.tsx +33 -0
- package/src/routes.json +1 -1
- package/src/types/index.ts +26 -0
- package/translations/en.json +1 -1
- package/dist/114.js +0 -1
- package/dist/114.js.map +0 -1
- package/dist/387.js +0 -2
- package/dist/387.js.map +0 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,28 +1,32 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
Browserslist: caniuse-lite is outdated. Please run:
|
|
2
|
+
npx update-browserslist-db@latest
|
|
3
|
+
Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
|
4
|
+
assets by path [1m[32m*.js[39m[22m 4.44 MiB
|
|
5
|
+
assets by chunk 2.17 MiB (id hint: vendors)
|
|
6
|
+
assets by status [1m[33m2.09 MiB[39m[22m [1m[33m[big][39m[22m
|
|
7
|
+
asset [1m[33m272.js[39m[22m [1m[33m1.38 MiB[39m[22m [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m [1m[33m[big][39m[22m (id hint: vendors) 2 related assets
|
|
8
|
+
asset [1m[33m130.js[39m[22m [1m[33m729 KiB[39m[22m [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m [1m[33m[big][39m[22m (id hint: vendors) 2 related assets
|
|
6
9
|
+ 4 assets
|
|
7
10
|
+ 7 assets
|
|
8
11
|
assets by path [1m[32m*.json[39m[22m 8.82 KiB
|
|
9
12
|
asset [1m[32mkenyaemr-esm-care-panel-app.js.buildmanifest.json[39m[22m 7.58 KiB [1m[32m[emitted][39m[22m
|
|
10
13
|
asset [1m[32mroutes.json[39m[22m 1.24 KiB [1m[32m[emitted][39m[22m [from: src/routes.json] [1m[32m[copied][39m[22m
|
|
11
|
-
orphan modules 3.
|
|
14
|
+
orphan modules 3.68 MiB [1m[33m[orphan][39m[22m 656 modules
|
|
12
15
|
runtime modules 39.5 KiB 28 modules
|
|
13
|
-
built modules
|
|
16
|
+
built modules 6.34 MiB (javascript) 252 bytes (share-init) 252 bytes (consume-shared) [1m[33m[built][39m[22m 253 modules
|
|
14
17
|
|
|
15
18
|
[1m[33mWARNING[39m[22m in [1masset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
|
|
16
19
|
This can impact web performance.
|
|
17
20
|
Assets:
|
|
18
|
-
main.js (
|
|
19
|
-
130.js (
|
|
20
|
-
|
|
21
|
+
main.js (1.82 MiB)
|
|
22
|
+
130.js (729 KiB)
|
|
23
|
+
315.js (442 KiB)
|
|
24
|
+
272.js (1.38 MiB)[39m[22m
|
|
21
25
|
|
|
22
26
|
[1m[33mWARNING[39m[22m in [1mentrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
|
|
23
27
|
Entrypoints:
|
|
24
|
-
main (
|
|
28
|
+
main (1.82 MiB)
|
|
25
29
|
main.js
|
|
26
30
|
[39m[22m
|
|
27
31
|
|
|
28
|
-
webpack 5.88.0 compiled with [1m[33m2 warnings[39m[22m in
|
|
32
|
+
webpack 5.88.0 compiled with [1m[33m2 warnings[39m[22m in 223666 ms
|