@kenyaemr/esm-morgue-app 5.4.2-pre.2297 → 5.4.2-pre.2305
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 +10 -10
- package/dist/201.js +1 -1
- package/dist/201.js.map +1 -1
- package/dist/398.js +1 -1
- package/dist/398.js.map +1 -1
- package/dist/{826.js → 579.js} +2 -2
- package/dist/{826.js.map → 579.js.map} +1 -1
- package/dist/632.js +1 -1
- package/dist/632.js.map +1 -1
- package/dist/633.js +1 -1
- package/dist/633.js.map +1 -1
- package/dist/{146.js → 989.js} +2 -2
- package/dist/989.js.map +1 -0
- package/dist/kenyaemr-esm-morgue-app.js +1 -1
- package/dist/kenyaemr-esm-morgue-app.js.buildmanifest.json +73 -73
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/bed-layout/discharged/discharged-bed-layout.component.tsx +32 -3
- package/src/bed-layout/discharged/discharged-bed-layout.resource.ts +22 -12
- package/src/bed-linelist-view/admitted/admitted-bed-linelist-view.component.tsx +1 -0
- package/src/bed-linelist-view/discharged/discharged-bed-line-view.component.tsx +0 -1
- package/src/config-schema.ts +0 -6
- package/src/forms/admit-deceased-person-workspace/admit-deceased-person.resource.ts +117 -75
- package/src/forms/admit-deceased-person-workspace/admit-deceased-person.scss +1 -1
- package/src/forms/admit-deceased-person-workspace/admit-deceased-person.workspace.tsx +15 -14
- package/src/forms/discharge-deceased-person-workspace/discharge-body.resource.ts +124 -26
- package/src/forms/discharge-deceased-person-workspace/discharge-body.workspace.tsx +188 -82
- package/src/forms/dispose-deceased-person-workspace/dispose-deceased-person.workspace.tsx +133 -48
- package/src/home/home.component.tsx +7 -2
- package/src/home/home.resource.ts +1 -1
- package/src/switcher/content-switcher.component.tsx +0 -1
- package/src/types/index.ts +1 -4
- package/src/utils/utils.ts +23 -39
- package/dist/146.js.map +0 -1
- /package/dist/{826.js.LICENSE.txt → 579.js.LICENSE.txt} +0 -0
- /package/dist/{146.js.LICENSE.txt → 989.js.LICENSE.txt} +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
assets by path *.js 3.
|
|
1
|
+
assets by path *.js 3.75 MiB
|
|
2
2
|
assets by chunk 2.78 MiB (id hint: vendors)
|
|
3
3
|
assets by status 2.24 MiB [big]
|
|
4
|
-
asset
|
|
4
|
+
asset 989.js 1.61 MiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
5
5
|
asset 420.js 644 KiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
6
6
|
+ 12 assets
|
|
7
7
|
+ 19 assets
|
|
8
8
|
assets by path *.json 19.4 KiB
|
|
9
9
|
asset kenyaemr-esm-morgue-app.js.buildmanifest.json 17.7 KiB [emitted]
|
|
10
10
|
asset routes.json 1.75 KiB [emitted] [from: src/routes.json] [copied]
|
|
11
|
-
orphan modules 11.3 MiB [orphan]
|
|
11
|
+
orphan modules 11.3 MiB [orphan] 3125 modules
|
|
12
12
|
runtime modules 42.2 KiB 28 modules
|
|
13
13
|
built modules 10.1 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared) [built]
|
|
14
|
-
modules by path ../../node_modules/ 9.21 MiB
|
|
15
|
-
modules by path ./
|
|
16
|
-
modules by path ./src/
|
|
14
|
+
modules by path ../../node_modules/ 9.21 MiB 566 modules
|
|
15
|
+
modules by path ./ 944 KiB
|
|
16
|
+
modules by path ./src/ 936 KiB 37 modules
|
|
17
17
|
modules by path ./translations/ 8 KiB 4 modules
|
|
18
18
|
provide-module modules 294 bytes
|
|
19
19
|
modules by path provide shared module (default) swr/ 84 bytes 2 modules
|
|
@@ -26,13 +26,13 @@ built modules 10.1 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-sh
|
|
|
26
26
|
WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
|
|
27
27
|
This can impact web performance.
|
|
28
28
|
Assets:
|
|
29
|
-
main.js (
|
|
29
|
+
main.js (255 KiB)
|
|
30
30
|
420.js (644 KiB)
|
|
31
|
-
|
|
31
|
+
989.js (1.61 MiB)
|
|
32
32
|
|
|
33
33
|
WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
|
|
34
34
|
Entrypoints:
|
|
35
|
-
main (
|
|
35
|
+
main (255 KiB)
|
|
36
36
|
main.js
|
|
37
37
|
|
|
38
|
-
webpack 5.99.9 compiled with 2 warnings in
|
|
38
|
+
webpack 5.99.9 compiled with 2 warnings in 176278 ms
|