@ampath/esm-dispensing-app 1.10.1-pre.2 → 1.10.1-pre.22

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.
Files changed (51) hide show
  1. package/.turbo/cache/799256c90498b2ca-meta.json +1 -0
  2. package/.turbo/cache/799256c90498b2ca.tar.zst +0 -0
  3. package/.turbo/turbo-build.log +10 -10
  4. package/dist/2087.js +1 -0
  5. package/dist/2087.js.map +1 -0
  6. package/dist/3568.js +1 -1
  7. package/dist/3568.js.map +1 -1
  8. package/dist/{7252.js → 4099.js} +1 -1
  9. package/dist/{7252.js.map → 4099.js.map} +1 -1
  10. package/dist/4300.js +1 -1
  11. package/dist/6841.js +1 -1
  12. package/dist/6841.js.map +1 -1
  13. package/dist/963.js +1 -1
  14. package/dist/963.js.map +1 -1
  15. package/dist/9764.js +1 -0
  16. package/dist/9764.js.map +1 -0
  17. package/dist/main.js +1 -1
  18. package/dist/main.js.map +1 -1
  19. package/dist/openmrs-esm-dispensing-app.js +1 -1
  20. package/dist/openmrs-esm-dispensing-app.js.buildmanifest.json +87 -87
  21. package/dist/routes.json +1 -1
  22. package/package.json +2 -1
  23. package/src/bill/bill.resource.ts +77 -0
  24. package/src/components/action-buttons.component.tsx +66 -5
  25. package/src/components/action-buttons.test.tsx +22 -2
  26. package/src/components/prescription-actions/close-action-button.component.tsx +3 -0
  27. package/src/components/prescription-actions/dispense-action-button.component.tsx +17 -4
  28. package/src/components/prescription-actions/generate-bill-action-button.component.tsx +53 -0
  29. package/src/components/prescription-actions/pause-action-button.component.tsx +3 -0
  30. package/src/config-schema.ts +18 -0
  31. package/src/forms/close-dispense-form.workspace.tsx +13 -1
  32. package/src/forms/pause-dispense-form.workspace.tsx +13 -1
  33. package/src/index.ts +3 -1
  34. package/src/location/location.resource.test.tsx +43 -8
  35. package/src/location/location.resource.tsx +7 -4
  36. package/src/medication-request/medication-request.resource.tsx +22 -1
  37. package/src/prescriptions/prescription-details.component.tsx +59 -18
  38. package/src/prescriptions/prescription-details.test.tsx +70 -1
  39. package/src/prescriptions/prescription-tab-panel.component.tsx +23 -2
  40. package/src/print-prescription/prescription-printout.component.tsx +10 -3
  41. package/src/routes.json +5 -0
  42. package/src/types.ts +22 -1
  43. package/src/utils.ts +30 -1
  44. package/src/visit/visit.resource.ts +1 -1
  45. package/translations/en.json +4 -0
  46. package/.turbo/cache/a84966fd182f7314-meta.json +0 -1
  47. package/.turbo/cache/a84966fd182f7314.tar.zst +0 -0
  48. package/dist/609.js +0 -1
  49. package/dist/609.js.map +0 -1
  50. package/dist/8885.js +0 -1
  51. package/dist/8885.js.map +0 -1
@@ -0,0 +1 @@
1
+ {"hash":"799256c90498b2ca","duration":42428}
@@ -1,4 +1,4 @@
1
- assets by path *.js 4.02 MiB
1
+ assets by path *.js 4.04 MiB
2
2
  assets by chunk 2.72 MiB (id hint: vendors)
3
3
  assets by status 2.49 MiB [big]
4
4
  asset 2890.js 2.17 MiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
@@ -10,17 +10,17 @@ assets by path *.js 4.02 MiB
10
10
  asset 6825.js 12.4 KiB [emitted] [minimized] (id hint: vendors) 1 related asset
11
11
  asset 2177.js 11.3 KiB [emitted] [minimized] (id hint: vendors) 2 related assets
12
12
  + 60 assets
13
- assets by path *.json 34.6 KiB
13
+ assets by path *.json 34.7 KiB
14
14
  asset openmrs-esm-dispensing-app.js.buildmanifest.json 32 KiB [emitted]
15
- asset routes.json 2.56 KiB [emitted] [from: src/routes.json] [copied]
16
- orphan modules 9.41 MiB [orphan] 3174 modules
15
+ asset routes.json 2.68 KiB [emitted] [from: src/routes.json] [copied]
16
+ orphan modules 9.43 MiB [orphan] 3175 modules
17
17
  runtime modules 41.9 KiB 30 modules
18
- built modules 8.69 MiB (javascript) 336 bytes (share-init) 336 bytes (consume-shared) [built]
18
+ built modules 8.71 MiB (javascript) 336 bytes (share-init) 336 bytes (consume-shared) [built]
19
19
  modules by path ./node_modules/ 7.79 MiB 571 modules
20
20
  modules by path ./translations/ 219 KiB
21
21
  ./translations/ lazy nonrecursive .json$ 160 bytes [built] [code generated]
22
22
  + 42 modules
23
- modules by path ./src/ 704 KiB 34 modules
23
+ modules by path ./src/ 732 KiB 35 modules
24
24
  provide-module modules 336 bytes
25
25
  modules by path provide shared module (default) swr/ 84 bytes 2 modules
26
26
  + 6 modules
@@ -32,14 +32,14 @@ built modules 8.69 MiB (javascript) 336 bytes (share-init) 336 bytes (consume-sh
32
32
  WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
33
33
  This can impact web performance.
34
34
  Assets:
35
- main.js (604 KiB)
36
- 8885.js (252 KiB)
35
+ main.js (614 KiB)
36
+ 2087.js (262 KiB)
37
37
  2890.js (2.17 MiB)
38
38
  8569.js (326 KiB)
39
39
 
40
40
  WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
41
41
  Entrypoints:
42
- main (604 KiB)
42
+ main (614 KiB)
43
43
  main.js
44
44
 
45
- webpack 5.99.9 compiled with 2 warnings in 42162 ms
45
+ webpack 5.99.9 compiled with 2 warnings in 39580 ms