@openmrs/esm-active-visits-app 8.0.3-pre.4462 → 8.0.3-pre.4469
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 +7 -7
- package/dist/6.js +1 -1
- package/dist/6.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-active-visits-app.js.buildmanifest.json +6 -6
- package/dist/routes.json +1 -1
- package/package.json +2 -2
- package/src/active-visits-widget/active-visits.component.tsx +156 -187
- package/src/active-visits-widget/active-visits.resource.tsx +201 -27
- package/src/active-visits-widget/active-visits.scss +18 -0
- package/src/active-visits-widget/active-visits.test.tsx +120 -83
- package/src/config-schema.ts +11 -1
- package/src/types/index.ts +156 -1
- package/src/visits-summary/visit-detail.component.tsx +3 -2
- package/src/visits-summary/visit.resource.ts +1 -135
- package/src/visits-summary/visits-components/encounter-list.component.tsx +9 -9
- package/src/visits-summary/visits-components/encounter-observations.component.tsx +1 -1
- package/src/visits-summary/visits-components/encounter-observations.test.tsx +1 -1
- package/src/visits-summary/visits-components/medications-summary.component.tsx +1 -1
- package/src/visits-summary/visits-components/notes-summary.component.tsx +1 -1
- package/src/visits-summary/visits-components/tests-summary.component.tsx +1 -1
- package/src/visits-summary/visits-components/visit-summary.component.tsx +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
assets by path *.js 2.
|
|
1
|
+
assets by path *.js 2.32 MiB
|
|
2
2
|
assets by chunk 1.74 MiB (id hint: vendors)
|
|
3
3
|
asset 130.js 1.38 MiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
4
4
|
asset 136.js 211 KiB [emitted] [minimized] (id hint: vendors) 2 related assets
|
|
@@ -9,10 +9,10 @@ assets by path *.js 2.31 MiB
|
|
|
9
9
|
assets by path *.json 19.3 KiB
|
|
10
10
|
asset openmrs-esm-active-visits-app.js.buildmanifest.json 18.8 KiB [emitted]
|
|
11
11
|
asset routes.json 542 bytes [emitted] [from: src/routes.json] [copied]
|
|
12
|
-
orphan modules 4.
|
|
12
|
+
orphan modules 4.87 MiB [orphan] 601 modules
|
|
13
13
|
runtime modules 42.2 KiB 30 modules
|
|
14
|
-
built modules 6.
|
|
15
|
-
javascript modules 6.
|
|
14
|
+
built modules 6.95 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared) [built]
|
|
15
|
+
javascript modules 6.92 MiB 78 modules
|
|
16
16
|
optional modules 27.2 KiB [optional]
|
|
17
17
|
./translations/am.json 1.14 KiB [optional] [built] [code generated]
|
|
18
18
|
+ 23 modules
|
|
@@ -26,12 +26,12 @@ built modules 6.94 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 (350 KiB)
|
|
30
30
|
130.js (1.38 MiB)
|
|
31
31
|
|
|
32
32
|
WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
|
|
33
33
|
Entrypoints:
|
|
34
|
-
main (
|
|
34
|
+
main (350 KiB)
|
|
35
35
|
main.js
|
|
36
36
|
|
|
37
|
-
webpack 5.88.0 compiled with 2 warnings in
|
|
37
|
+
webpack 5.88.0 compiled with 2 warnings in 149430 ms
|