@kenyaemr/esm-ward-app 7.0.2-pre.65

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 (58) hide show
  1. package/.turbo/turbo-build.log +37 -0
  2. package/dist/130.js +2 -0
  3. package/dist/130.js.LICENSE.txt +3 -0
  4. package/dist/130.js.map +1 -0
  5. package/dist/443.js +1 -0
  6. package/dist/443.js.map +1 -0
  7. package/dist/49.js +1 -0
  8. package/dist/49.js.map +1 -0
  9. package/dist/574.js +1 -0
  10. package/dist/591.js +2 -0
  11. package/dist/591.js.LICENSE.txt +32 -0
  12. package/dist/591.js.map +1 -0
  13. package/dist/697.js +2 -0
  14. package/dist/697.js.LICENSE.txt +15 -0
  15. package/dist/697.js.map +1 -0
  16. package/dist/729.js +1 -0
  17. package/dist/729.js.map +1 -0
  18. package/dist/784.js +2 -0
  19. package/dist/784.js.LICENSE.txt +9 -0
  20. package/dist/784.js.map +1 -0
  21. package/dist/kenyaemr-esm-ward-app.js +1 -0
  22. package/dist/kenyaemr-esm-ward-app.js.buildmanifest.json +284 -0
  23. package/dist/kenyaemr-esm-ward-app.js.map +1 -0
  24. package/dist/main.js +2 -0
  25. package/dist/main.js.LICENSE.txt +15 -0
  26. package/dist/main.js.map +1 -0
  27. package/dist/routes.json +1 -0
  28. package/jest.config.js +3 -0
  29. package/package.json +54 -0
  30. package/src/beds/empty-bed-skeleton.tsx +14 -0
  31. package/src/beds/empty-bed.component.tsx +24 -0
  32. package/src/beds/empty-bed.scss +28 -0
  33. package/src/beds/occupied-bed.component.tsx +40 -0
  34. package/src/beds/occupied-bed.scss +24 -0
  35. package/src/beds/occupied-bed.test.tsx +43 -0
  36. package/src/config-schema.ts +136 -0
  37. package/src/hooks/useAdmissionLocation.ts +13 -0
  38. package/src/hooks/useBeds.ts +26 -0
  39. package/src/index.ts +24 -0
  40. package/src/root.component.tsx +20 -0
  41. package/src/routes.json +24 -0
  42. package/src/types/index.ts +125 -0
  43. package/src/ward-patient-card/row-elements/row-elements.scss +16 -0
  44. package/src/ward-patient-card/row-elements/ward-patient-age.tsx +18 -0
  45. package/src/ward-patient-card/row-elements/ward-patient-bed-number.tsx +13 -0
  46. package/src/ward-patient-card/row-elements/ward-patient-header-address.tsx +22 -0
  47. package/src/ward-patient-card/row-elements/ward-patient-name.tsx +13 -0
  48. package/src/ward-patient-card/ward-patient-card-row.resources.tsx +85 -0
  49. package/src/ward-patient-card/ward-patient-card.scss +71 -0
  50. package/src/ward-patient-card/ward-patient-card.tsx +20 -0
  51. package/src/ward-view/ward-bed.component.tsx +18 -0
  52. package/src/ward-view/ward-view.component.tsx +100 -0
  53. package/src/ward-view/ward-view.resource.ts +24 -0
  54. package/src/ward-view/ward-view.scss +36 -0
  55. package/src/ward-view/ward-view.test.tsx +98 -0
  56. package/translations/en.json +9 -0
  57. package/tsconfig.json +5 -0
  58. package/webpack.config.js +1 -0
@@ -0,0 +1,37 @@
1
+ assets by path *.js 870 KiB
2
+ assets by chunk 767 KiB (id hint: vendors)
3
+ asset 130.js 643 KiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
4
+ asset 591.js 50.8 KiB [emitted] [minimized] (id hint: vendors) 2 related assets
5
+ asset 697.js 46.4 KiB [emitted] [minimized] (id hint: vendors) 2 related assets
6
+ asset 443.js 20 KiB [emitted] [minimized] (id hint: vendors) 1 related asset
7
+ asset 729.js 6.04 KiB [emitted] [minimized] (id hint: vendors) 1 related asset
8
+ asset main.js 70.4 KiB [emitted] [minimized] (name: main) 2 related assets
9
+ asset 49.js 19.4 KiB [emitted] [minimized] 1 related asset
10
+ asset kenyaemr-esm-ward-app.js 6.8 KiB [emitted] [minimized] (name: @kenyaemr/esm-ward-app) 1 related asset
11
+ asset 784.js 6.46 KiB [emitted] [minimized] 2 related assets
12
+ asset 574.js 511 bytes [emitted] [minimized]
13
+ assets by path *.json 6.05 KiB
14
+ asset kenyaemr-esm-ward-app.js.buildmanifest.json 5.59 KiB [emitted]
15
+ asset routes.json 471 bytes [emitted] [from: src/routes.json] [copied]
16
+ orphan modules 4.36 MiB [orphan] 531 modules
17
+ runtime modules 38.6 KiB 28 modules
18
+ built modules 2.75 MiB (javascript) 210 bytes (share-init) 210 bytes (consume-shared) [built]
19
+ modules by path ../../node_modules/ 2.71 MiB 46 modules
20
+ modules by path ./ 40.9 KiB
21
+ modules by path ./src/ 40.4 KiB 5 modules
22
+ modules by path ./translations/ 519 bytes 2 modules
23
+ provide-module modules 210 bytes
24
+ provide shared module (default) @openmrs/esm-framework@5.6.1-pre.1881 = ../../no...(truncated) 42 bytes [built] [code generated]
25
+ + 4 modules
26
+ consume-shared-module modules 210 bytes
27
+ consume shared module (default) @openmrs/esm-framework@^5 (singleton) (fallback:...(truncated) 42 bytes [built] [code generated]
28
+ consume shared module (default) react@^18.1.0 (singleton) (fallback: ../../node_...(truncated) 42 bytes [built] [code generated]
29
+ + 3 modules
30
+ container entry 42 bytes [built] [code generated]
31
+
32
+ WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
33
+ This can impact web performance.
34
+ Assets:
35
+ 130.js (643 KiB)
36
+
37
+ webpack 5.88.0 compiled with 1 warning in 81143 ms