@kenyaemr/esm-patient-list-management-app 8.1.1-pre.124 → 8.1.2-pre.152

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 (77) hide show
  1. package/.turbo/turbo-build.log +21 -22
  2. package/dist/130.js +1 -1
  3. package/dist/130.js.map +1 -1
  4. package/dist/236.js +1 -0
  5. package/dist/240.js +1 -0
  6. package/dist/261.js +1 -0
  7. package/dist/271.js +1 -1
  8. package/dist/272.js +1 -0
  9. package/dist/319.js +1 -1
  10. package/dist/336.js +1 -0
  11. package/dist/37.js +1 -1
  12. package/dist/37.js.map +1 -1
  13. package/dist/378.js +1 -0
  14. package/dist/460.js +1 -1
  15. package/dist/539.js +1 -0
  16. package/dist/548.js +1 -0
  17. package/dist/548.js.map +1 -0
  18. package/dist/566.js +1 -0
  19. package/dist/644.js +1 -1
  20. package/dist/652.js +1 -0
  21. package/dist/673.js +1 -0
  22. package/dist/705.js +1 -0
  23. package/dist/711.js +1 -0
  24. package/dist/727.js +1 -0
  25. package/dist/737.js +1 -0
  26. package/dist/744.js +1 -0
  27. package/dist/757.js +1 -1
  28. package/dist/788.js +1 -1
  29. package/dist/807.js +1 -1
  30. package/dist/833.js +1 -1
  31. package/dist/899.js +1 -0
  32. package/dist/900.js +2 -0
  33. package/dist/900.js.map +1 -0
  34. package/dist/kenyaemr-esm-patient-list-management-app.js +1 -1
  35. package/dist/kenyaemr-esm-patient-list-management-app.js.buildmanifest.json +405 -53
  36. package/dist/kenyaemr-esm-patient-list-management-app.js.map +1 -1
  37. package/dist/main.js +1 -1
  38. package/dist/main.js.map +1 -1
  39. package/dist/routes.json +1 -1
  40. package/package-lock.json +5901 -0
  41. package/package.json +4 -4
  42. package/src/add-patient/add-patient.component.tsx +3 -3
  43. package/src/header/header.component.tsx +31 -0
  44. package/src/header/header.scss +5 -43
  45. package/src/list-details/list-details.component.tsx +1 -1
  46. package/src/lists-dashboard/lists-dashboard.component.tsx +29 -40
  47. package/src/lists-dashboard/lists-dashboard.scss +5 -8
  48. package/src/lists-table/lists-table.component.tsx +14 -11
  49. package/translations/am.json +2 -2
  50. package/translations/ar.json +3 -3
  51. package/translations/de.json +83 -0
  52. package/translations/es.json +2 -2
  53. package/translations/fr.json +2 -2
  54. package/translations/he.json +2 -2
  55. package/translations/hi.json +83 -0
  56. package/translations/hi_IN.json +83 -0
  57. package/translations/id.json +83 -0
  58. package/translations/it.json +83 -0
  59. package/translations/km.json +2 -2
  60. package/translations/ne.json +83 -0
  61. package/translations/pt.json +83 -0
  62. package/translations/pt_BR.json +83 -0
  63. package/translations/qu.json +83 -0
  64. package/translations/si.json +83 -0
  65. package/translations/sw.json +83 -0
  66. package/translations/sw_KE.json +83 -0
  67. package/translations/tr.json +83 -0
  68. package/translations/tr_TR.json +83 -0
  69. package/translations/uk.json +83 -0
  70. package/translations/vi.json +83 -0
  71. package/translations/zh.json +3 -3
  72. package/translations/zh_CN.json +2 -2
  73. package/dist/455.js +0 -1
  74. package/dist/455.js.map +0 -1
  75. package/dist/658.js +0 -2
  76. package/dist/658.js.map +0 -1
  77. /package/dist/{658.js.LICENSE.txt → 900.js.LICENSE.txt} +0 -0
package/dist/routes.json CHANGED
@@ -1 +1 @@
1
- {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":"^2.2.0"},"extensions":[{"name":"patient-lists-dashboard-link","component":"patientListDashboardLink","slot":"homepage-dashboard-slot","meta":{"name":"patient-lists","slot":"patient-lists-dashboard-slot","title":"Patient lists"}},{"component":"root","name":"patient-lists-dashboard","slot":"patient-lists-dashboard-slot"},{"name":"list-details-table","component":"listDetailsTable"},{"name":"add-patient-to-patient-list-button","slot":"patient-actions-slot","component":"addPatientToPatientListMenuItem"}],"modals":[{"name":"add-patient-to-patient-list-modal","component":"addPatientToListModal"}],"version":"8.1.1-pre.124"}
1
+ {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":"^2.2.0"},"extensions":[{"name":"patient-lists-dashboard-link","component":"patientListDashboardLink","slot":"homepage-dashboard-slot","meta":{"name":"patient-lists","slot":"patient-lists-dashboard-slot","title":"Patient lists"}},{"component":"root","name":"patient-lists-dashboard","slot":"patient-lists-dashboard-slot"},{"name":"list-details-table","component":"listDetailsTable"},{"name":"add-patient-to-patient-list-button","slot":"patient-actions-slot","component":"addPatientToPatientListMenuItem"}],"modals":[{"name":"add-patient-to-patient-list-modal","component":"addPatientToListModal"}],"version":"8.1.2-pre.152"}