@kenyaemr/esm-ward-app 8.5.4-pre.90 → 8.5.4-pre.92

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 (62) hide show
  1. package/.turbo/turbo-build.log +2 -2
  2. package/dist/3837.js +1 -0
  3. package/dist/3837.js.map +1 -0
  4. package/dist/5090.js +1 -1
  5. package/dist/5090.js.map +1 -1
  6. package/dist/6456.js +1 -1
  7. package/dist/7607.js +1 -1
  8. package/dist/775.js +1 -1
  9. package/dist/775.js.map +1 -1
  10. package/dist/kenyaemr-esm-ward-app.js.buildmanifest.json +36 -36
  11. package/dist/main.js +2 -2
  12. package/dist/main.js.map +1 -1
  13. package/dist/routes.json +1 -1
  14. package/package.json +1 -1
  15. package/src/config-schema.ts +21 -1
  16. package/src/in-patient/labourCareGuide/alert-rules.ts +97 -4
  17. package/src/in-patient/labourCareGuide/components/lcg-correction-audit-banner.component.tsx +42 -0
  18. package/src/in-patient/labourCareGuide/constants/admission-form.constants.ts +22 -0
  19. package/src/in-patient/labourCareGuide/context/lcg-section-state.context.tsx +252 -0
  20. package/src/in-patient/labourCareGuide/forms/admission-details-form.component.tsx +28 -14
  21. package/src/in-patient/labourCareGuide/forms/baby-form.component.tsx +55 -179
  22. package/src/in-patient/labourCareGuide/forms/labour-care-guide-forms.component.tsx +69 -31
  23. package/src/in-patient/labourCareGuide/forms/labour-progress-form.component.tsx +163 -216
  24. package/src/in-patient/labourCareGuide/forms/lcg-session-correction-wizard.component.tsx +214 -0
  25. package/src/in-patient/labourCareGuide/forms/medication-form.component.tsx +598 -220
  26. package/src/in-patient/labourCareGuide/forms/shared-decision-assessment-field.component.tsx +109 -0
  27. package/src/in-patient/labourCareGuide/forms/shared-decision-making-form.component.tsx +186 -187
  28. package/src/in-patient/labourCareGuide/forms/supportive-care-form.component.tsx +33 -90
  29. package/src/in-patient/labourCareGuide/forms/time-form.component.tsx +12 -4
  30. package/src/in-patient/labourCareGuide/forms/time-picker-dropdown.component.tsx +168 -53
  31. package/src/in-patient/labourCareGuide/forms/woman-form.component.tsx +51 -79
  32. package/src/in-patient/labourCareGuide/global-cds-alerts/global-cds-alert-context.tsx +2 -2
  33. package/src/in-patient/labourCareGuide/graphs/labour-progress.component.tsx +188 -86
  34. package/src/in-patient/labourCareGuide/graphs/medication.component.tsx +15 -23
  35. package/src/in-patient/labourCareGuide/graphs/shared-decision-making.component.tsx +157 -44
  36. package/src/in-patient/labourCareGuide/graphs/supportive-care.component.tsx +4 -1
  37. package/src/in-patient/labourCareGuide/graphs/woman.component.tsx +3 -39
  38. package/src/in-patient/labourCareGuide/hooks/use-lcg-data.ts +473 -229
  39. package/src/in-patient/labourCareGuide/hooks/use-lcg-debounced-value.ts +17 -0
  40. package/src/in-patient/labourCareGuide/hooks/use-lcg-form-clock.ts +36 -0
  41. package/src/in-patient/labourCareGuide/hooks/use-lcg-section-autosave.ts +33 -0
  42. package/src/in-patient/labourCareGuide/labour-care-guide.component.tsx +311 -53
  43. package/src/in-patient/labourCareGuide/labour-care-guide.scss +47 -0
  44. package/src/in-patient/labourCareGuide/labour-care-guide.utils.ts +146 -7
  45. package/src/in-patient/labourCareGuide/lcg-alert-lifecycle.ts +161 -0
  46. package/src/in-patient/labourCareGuide/partography-data-form.scss +119 -3
  47. package/src/in-patient/labourCareGuide/partography.resource.ts +15 -27
  48. package/src/in-patient/labourCareGuide/resources/admission-details.resource.ts +26 -25
  49. package/src/in-patient/labourCareGuide/resources/drug-stock.resource.ts +98 -0
  50. package/src/in-patient/labourCareGuide/resources/labour-progress.resource.ts +34 -2
  51. package/src/in-patient/labourCareGuide/resources/lcg-session-correction.resource.ts +1027 -0
  52. package/src/in-patient/labourCareGuide/resources/medication.resource.ts +241 -37
  53. package/src/in-patient/labourCareGuide/resources/shared-decision-making.resource.ts +37 -3
  54. package/src/in-patient/labourCareGuide/resources/supportive-care.resource.ts +53 -5
  55. package/src/in-patient/labourCareGuide/storage/lcg-local-storage.ts +374 -0
  56. package/src/in-patient/labourCareGuide/time-slot-utils.ts +180 -26
  57. package/src/in-patient/labourCareGuide/types/concept-uuids.constants.ts +21 -0
  58. package/src/in-patient/labourCareGuide/types/index.ts +31 -7
  59. package/translations/en.json +55 -15
  60. package/translations/fr.json +56 -15
  61. package/dist/4032.js +0 -1
  62. package/dist/4032.js.map +0 -1
@@ -1,8 +1,8 @@
1
1
  WARNING in âš  asset size limit: The following asset(s) exceed the recommended size limit (244.141 KiB). This can impact web performance.
2
2
  │ Assets:
3
+ │ 3837.js (679.438 KiB)
3
4
  │ 9535.js (1.920 MiB)
4
- │ 4032.js (598.415 KiB)
5
5
  │ 2823.js (479.797 KiB)
6
6
  
7
7
 
8
- Rspack compiled with 1 warning in 34.20 s
8
+ Rspack compiled with 1 warning in 36.51 s