@kenyaemr/esm-shr-app 5.4.2-pre.2364 → 5.4.2-pre.2370
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 +12 -12
- package/dist/{820.js → 143.js} +1 -1
- package/dist/143.js.map +1 -0
- package/dist/197.js +1 -1
- package/dist/294.js +1 -1
- package/dist/300.js +1 -1
- package/dist/309.js +1 -0
- package/dist/309.js.map +1 -0
- package/dist/397.js +1 -0
- package/dist/397.js.map +1 -0
- package/dist/{695.js → 675.js} +1 -1
- package/dist/{695.js.map → 675.js.map} +1 -1
- package/dist/kenyaemr-esm-shr-app.js +1 -1
- package/dist/kenyaemr-esm-shr-app.js.buildmanifest.json +84 -84
- 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/config-schema.ts +6 -0
- package/src/hooks/usePatient.ts +1 -1
- package/src/schema/index.ts +30 -0
- package/src/types/index.ts +112 -0
- package/src/utils/function.tsx +185 -0
- package/src/workspace/referral-workspace.resource.ts +67 -31
- package/src/workspace/referral.workspace.scss +152 -24
- package/src/workspace/referrals.workspace.component.tsx +400 -134
- package/translations/am.json +23 -7
- package/translations/en.json +23 -7
- package/translations/sw.json +23 -7
- package/dist/221.js +0 -1
- package/dist/221.js.map +0 -1
- package/dist/677.js +0 -1
- package/dist/677.js.map +0 -1
- package/dist/820.js.map +0 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
assets by path *.js 6.
|
|
2
|
-
assets by chunk 3.
|
|
1
|
+
assets by path *.js 6.08 MiB
|
|
2
|
+
assets by chunk 3.03 MiB (id hint: vendors)
|
|
3
3
|
assets by status 2.49 MiB [big]
|
|
4
4
|
asset 162.js 1.87 MiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
5
5
|
asset 888.js 631 KiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
@@ -8,13 +8,13 @@ assets by path *.js 6.01 MiB
|
|
|
8
8
|
assets by path *.json 12.2 KiB
|
|
9
9
|
asset kenyaemr-esm-shr-app.js.buildmanifest.json 10.9 KiB [emitted]
|
|
10
10
|
asset routes.json 1.37 KiB [emitted] [from: src/routes.json] [copied]
|
|
11
|
-
orphan modules 8.
|
|
11
|
+
orphan modules 8.8 MiB [orphan] 3058 modules
|
|
12
12
|
runtime modules 40.2 KiB 30 modules
|
|
13
|
-
built modules 9.
|
|
14
|
-
modules by path ../../node_modules/ 9.
|
|
15
|
-
modules by path ./
|
|
16
|
-
modules by path ./src/
|
|
17
|
-
modules by path ./translations/ 6
|
|
13
|
+
built modules 9.72 MiB (javascript) 210 bytes (share-init) 210 bytes (consume-shared) [built]
|
|
14
|
+
modules by path ../../node_modules/ 9.19 MiB 735 modules
|
|
15
|
+
modules by path ./ 545 KiB
|
|
16
|
+
modules by path ./src/ 536 KiB 13 modules
|
|
17
|
+
modules by path ./translations/ 8.6 KiB 4 modules
|
|
18
18
|
provide-module modules 210 bytes
|
|
19
19
|
provide shared module (default) @carbon/react@1.84.0 = ../../node_modules/@carbo...(truncated) 42 bytes [built] [code generated]
|
|
20
20
|
+ 4 modules
|
|
@@ -27,14 +27,14 @@ built modules 9.54 MiB (javascript) 210 bytes (share-init) 210 bytes (consume-sh
|
|
|
27
27
|
WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
|
|
28
28
|
This can impact web performance.
|
|
29
29
|
Assets:
|
|
30
|
-
main.js (2.
|
|
30
|
+
main.js (2.6 MiB)
|
|
31
31
|
888.js (631 KiB)
|
|
32
|
-
|
|
32
|
+
143.js (323 KiB)
|
|
33
33
|
162.js (1.87 MiB)
|
|
34
34
|
|
|
35
35
|
WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
|
|
36
36
|
Entrypoints:
|
|
37
|
-
main (2.
|
|
37
|
+
main (2.6 MiB)
|
|
38
38
|
main.js
|
|
39
39
|
|
|
40
|
-
webpack 5.99.9 compiled with 2 warnings in
|
|
40
|
+
webpack 5.99.9 compiled with 2 warnings in 199174 ms
|