@kenyaemr/esm-service-queues-app 8.1.1-pre.116 → 8.1.1-pre.119
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 +8 -8
- package/dist/130.js +1 -1
- package/dist/130.js.map +1 -1
- package/dist/574.js +1 -1
- package/dist/748.js +1 -1
- package/dist/748.js.map +1 -1
- package/dist/kenyaemr-esm-service-queues-app.js +1 -1
- package/dist/kenyaemr-esm-service-queues-app.js.buildmanifest.json +13 -13
- 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/patient-queue-metrics/clinic-metrics.component.tsx +4 -4
- package/src/patient-queue-metrics/metrics-header.component.tsx +16 -15
- package/src/queue-screen/queue-screen.component.tsx +67 -11
- package/src/queue-screen/queue-screen.test.tsx +1 -1
- package/src/queue-screen/useActiveTickets.tsx +1 -1
- package/src/routes.json +32 -29
- package/translations/en.json +2 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
assets by path *.js 4.
|
|
1
|
+
assets by path *.js 4.54 MiB
|
|
2
2
|
assets by chunk 2.02 MiB (id hint: vendors)
|
|
3
3
|
assets by status 1.89 MiB [big]
|
|
4
4
|
asset 130.js 1.37 MiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
@@ -9,13 +9,13 @@ assets by path *.js 4.53 MiB
|
|
|
9
9
|
+ 33 assets
|
|
10
10
|
assets by path *.json 21.5 KiB
|
|
11
11
|
asset kenyaemr-esm-service-queues-app.js.buildmanifest.json 18.9 KiB [emitted]
|
|
12
|
-
asset routes.json 2.
|
|
13
|
-
orphan modules 3.
|
|
12
|
+
asset routes.json 2.65 KiB [emitted] [from: src/routes.json] [copied]
|
|
13
|
+
orphan modules 3.86 MiB [orphan] 806 modules
|
|
14
14
|
runtime modules 39.5 KiB 28 modules
|
|
15
|
-
built modules 9.
|
|
15
|
+
built modules 9.42 MiB (javascript) 252 bytes (share-init) 252 bytes (consume-shared) [built]
|
|
16
16
|
modules by path ../../node_modules/ 7.89 MiB 135 modules
|
|
17
|
-
modules by path ./ 1.
|
|
18
|
-
modules by path ./src/ 1.
|
|
17
|
+
modules by path ./ 1.53 MiB
|
|
18
|
+
modules by path ./src/ 1.43 MiB 63 modules
|
|
19
19
|
modules by path ./translations/ 108 KiB 10 modules
|
|
20
20
|
provide-module modules 252 bytes
|
|
21
21
|
modules by path provide shared module (default) swr/ 84 bytes 2 modules
|
|
@@ -30,7 +30,7 @@ This can impact web performance.
|
|
|
30
30
|
Assets:
|
|
31
31
|
main.js (1.25 MiB)
|
|
32
32
|
130.js (1.37 MiB)
|
|
33
|
-
748.js (
|
|
33
|
+
748.js (757 KiB)
|
|
34
34
|
665.js (524 KiB)
|
|
35
35
|
|
|
36
36
|
WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
|
|
@@ -38,4 +38,4 @@ Entrypoints:
|
|
|
38
38
|
main (1.25 MiB)
|
|
39
39
|
main.js
|
|
40
40
|
|
|
41
|
-
webpack 5.88.0 compiled with 2 warnings in
|
|
41
|
+
webpack 5.88.0 compiled with 2 warnings in 84030 ms
|