@kenyaemr/esm-service-queues-app 8.1.1-pre.123 → 8.1.1-pre.124
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/130.js +1 -1
- package/dist/130.js.map +1 -1
- package/dist/574.js +1 -1
- package/dist/{665.js → 660.js} +2 -2
- package/dist/{665.js.map → 660.js.map} +1 -1
- package/dist/748.js +1 -1
- package/dist/748.js.map +1 -1
- package/dist/760.js +1 -1
- package/dist/760.js.map +1 -1
- package/dist/kenyaemr-esm-service-queues-app.js +1 -1
- package/dist/kenyaemr-esm-service-queues-app.js.buildmanifest.json +21 -21
- 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-search/patient-scheduled-visits.component.tsx +43 -52
- package/src/patient-search/visit-form/visit-form.component.tsx +43 -50
- package/src/queue-table/default-queue-table.component.tsx +17 -16
- package/src/queue-table/queue-table-by-status-menu.component.tsx +1 -1
- package/src/queue-table/queue-table-metrics.component.tsx +6 -1
- package/src/queue-table/queue-table.component.tsx +11 -8
- package/src/queue-table/queue-table.scss +5 -0
- package/src/remove-queue-entry-dialog/remove-queue-entry.component.tsx +16 -15
- package/src/remove-queue-entry-dialog/remove-queue-entry.resource.ts +20 -26
- package/translations/en.json +2 -2
- /package/dist/{665.js.LICENSE.txt → 660.js.LICENSE.txt} +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
assets by path *.js 4.
|
|
2
|
-
assets by chunk 2.
|
|
3
|
-
assets by status 1.
|
|
1
|
+
assets by path *.js 4.52 MiB
|
|
2
|
+
assets by chunk 2.01 MiB (id hint: vendors)
|
|
3
|
+
assets by status 1.88 MiB [big]
|
|
4
4
|
asset 130.js 1.37 MiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
5
|
-
asset
|
|
5
|
+
asset 660.js 516 KiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
6
6
|
asset 940.js 76.3 KiB [emitted] [minimized] (id hint: vendors) 1 related asset
|
|
7
7
|
asset 591.js 50.8 KiB [emitted] [minimized] (id hint: vendors) 2 related assets
|
|
8
8
|
asset 325.js 6.09 KiB [emitted] [minimized] (id hint: vendors) 1 related asset
|
|
@@ -10,11 +10,11 @@ assets by path *.js 4.54 MiB
|
|
|
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
12
|
asset routes.json 2.65 KiB [emitted] [from: src/routes.json] [copied]
|
|
13
|
-
orphan modules 3.
|
|
13
|
+
orphan modules 3.57 MiB [orphan] 626 modules
|
|
14
14
|
runtime modules 39.5 KiB 28 modules
|
|
15
|
-
built modules 9.
|
|
16
|
-
modules by path ../../node_modules/ 7.
|
|
17
|
-
modules by path ./ 1.
|
|
15
|
+
built modules 9.38 MiB (javascript) 252 bytes (share-init) 252 bytes (consume-shared) [built]
|
|
16
|
+
modules by path ../../node_modules/ 7.85 MiB 134 modules
|
|
17
|
+
modules by path ./ 1.54 MiB
|
|
18
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
|
|
@@ -28,14 +28,14 @@ built modules 9.42 MiB (javascript) 252 bytes (share-init) 252 bytes (consume-sh
|
|
|
28
28
|
WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
|
|
29
29
|
This can impact web performance.
|
|
30
30
|
Assets:
|
|
31
|
-
main.js (1.
|
|
31
|
+
main.js (1.24 MiB)
|
|
32
32
|
130.js (1.37 MiB)
|
|
33
33
|
748.js (757 KiB)
|
|
34
|
-
|
|
34
|
+
660.js (516 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.
|
|
37
37
|
Entrypoints:
|
|
38
|
-
main (1.
|
|
38
|
+
main (1.24 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 88485 ms
|