@openmrs/esm-dispensing-app 1.9.2-pre.881 → 1.9.2-pre.885
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/cache/93c39a835dc53d99-meta.json +1 -0
- package/.turbo/cache/93c39a835dc53d99.tar.zst +0 -0
- package/.turbo/turbo-build.log +7 -7
- package/dist/1282.js +1 -0
- package/dist/1282.js.map +1 -0
- package/dist/4300.js +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-dispensing-app.js +1 -1
- package/dist/openmrs-esm-dispensing-app.js.buildmanifest.json +30 -30
- package/dist/routes.json +1 -1
- package/e2e/commands/encounter-operations.ts +1 -4
- package/e2e/specs/close-prescription.spec.ts +5 -0
- package/e2e/specs/dispense-medication.spec.ts +4 -0
- package/e2e/specs/pause-prescription.spec.ts +5 -0
- package/package.json +1 -1
- package/src/medication-request/medication-request.resource.test.tsx +3 -3
- package/src/medication-request/medication-request.resource.tsx +12 -9
- package/src/prescriptions/patient-search-tab-panel.component.tsx +58 -0
- package/src/prescriptions/patient-search-tab-panel.scss +26 -0
- package/src/prescriptions/prescription-tab-lists.component.tsx +18 -84
- package/src/prescriptions/prescription-tab-panel.component.tsx +45 -148
- package/src/prescriptions/prescriptions-table.component.tsx +164 -0
- package/translations/en.json +3 -0
- package/.turbo/cache/a8c56cb22f16ba44-meta.json +0 -1
- package/.turbo/cache/a8c56cb22f16ba44.tar.zst +0 -0
- package/dist/6411.js +0 -1
- package/dist/6411.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"hash":"93c39a835dc53d99","duration":46842}
|
|
Binary file
|
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
assets by path *.js 3.
|
|
1
|
+
assets by path *.js 3.76 MiB
|
|
2
2
|
assets by chunk 2.59 MiB (id hint: vendors)
|
|
3
3
|
assets by status 2.17 MiB [big]
|
|
4
4
|
asset 7268.js 1.88 MiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
@@ -13,14 +13,14 @@ assets by path *.js 3.74 MiB
|
|
|
13
13
|
assets by path *.json 33.5 KiB
|
|
14
14
|
asset openmrs-esm-dispensing-app.js.buildmanifest.json 31.7 KiB [emitted]
|
|
15
15
|
asset routes.json 1.74 KiB [emitted] [from: src/routes.json] [copied]
|
|
16
|
-
orphan modules 9.
|
|
16
|
+
orphan modules 9.05 MiB [orphan] 3072 modules
|
|
17
17
|
runtime modules 43 KiB 28 modules
|
|
18
|
-
built modules 8.
|
|
18
|
+
built modules 8.23 MiB (javascript) 378 bytes (share-init) 378 bytes (consume-shared) [built]
|
|
19
19
|
modules by path ./node_modules/ 7.5 MiB 604 modules
|
|
20
20
|
modules by path ./translations/ 169 KiB
|
|
21
21
|
./translations/ lazy nonrecursive .json$ 160 bytes [built] [code generated]
|
|
22
22
|
+ 39 modules
|
|
23
|
-
modules by path ./src/
|
|
23
|
+
modules by path ./src/ 579 KiB 29 modules
|
|
24
24
|
provide-module modules 378 bytes 9 modules
|
|
25
25
|
consume-shared-module modules 378 bytes
|
|
26
26
|
modules by path consume shared module (default) @openmrs/ 84 bytes 2 modules
|
|
@@ -31,13 +31,13 @@ built modules 8.22 MiB (javascript) 378 bytes (share-init) 378 bytes (consume-sh
|
|
|
31
31
|
WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
|
|
32
32
|
This can impact web performance.
|
|
33
33
|
Assets:
|
|
34
|
-
main.js (
|
|
34
|
+
main.js (568 KiB)
|
|
35
35
|
7268.js (1.88 MiB)
|
|
36
36
|
6741.js (293 KiB)
|
|
37
37
|
|
|
38
38
|
WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
|
|
39
39
|
Entrypoints:
|
|
40
|
-
main (
|
|
40
|
+
main (568 KiB)
|
|
41
41
|
main.js
|
|
42
42
|
|
|
43
|
-
webpack 5.99.9 compiled with 2 warnings in
|
|
43
|
+
webpack 5.99.9 compiled with 2 warnings in 44610 ms
|