@kenyaemr/esm-appointments-app 7.0.3-pre.88 → 7.0.3-pre.94

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 (112) hide show
  1. package/.turbo/turbo-build.log +23 -22
  2. package/dist/130.js +1 -1
  3. package/dist/130.js.map +1 -1
  4. package/dist/23.js +2 -0
  5. package/dist/23.js.map +1 -0
  6. package/dist/265.js +1 -1
  7. package/dist/271.js +1 -1
  8. package/dist/319.js +1 -1
  9. package/dist/460.js +1 -1
  10. package/dist/529.js +1 -1
  11. package/dist/574.js +1 -1
  12. package/dist/581.js +1 -0
  13. package/dist/581.js.map +1 -0
  14. package/dist/644.js +1 -1
  15. package/dist/646.js +2 -0
  16. package/dist/646.js.map +1 -0
  17. package/dist/757.js +1 -1
  18. package/dist/788.js +1 -1
  19. package/dist/807.js +1 -1
  20. package/dist/833.js +1 -1
  21. package/dist/85.js +1 -0
  22. package/dist/85.js.map +1 -0
  23. package/dist/89.js +1 -0
  24. package/dist/89.js.map +1 -0
  25. package/dist/kenyaemr-esm-appointments-app.js +1 -1
  26. package/dist/kenyaemr-esm-appointments-app.js.buildmanifest.json +167 -143
  27. package/dist/kenyaemr-esm-appointments-app.js.map +1 -1
  28. package/dist/main.js +1 -1
  29. package/dist/main.js.map +1 -1
  30. package/dist/routes.json +1 -1
  31. package/package.json +1 -1
  32. package/src/admin/appointment-services/appointment-services.scss +5 -5
  33. package/src/appointments/appointment-tabs.scss +6 -7
  34. package/src/appointments/appointment-tabs.test.tsx +4 -11
  35. package/src/appointments/common-components/appointments-actions.test.tsx +121 -74
  36. package/src/appointments/common-components/appointments-table.scss +6 -6
  37. package/src/appointments/common-components/appointments-table.test.tsx +30 -32
  38. package/src/appointments/common-components/end-appointment.test.tsx +20 -19
  39. package/src/appointments/details/appointment-details.component.tsx +1 -1
  40. package/src/appointments/details/appointment-details.scss +13 -13
  41. package/src/appointments/details/appointment-details.test.tsx +49 -48
  42. package/src/appointments/scheduled/scheduled-appointments.component.tsx +1 -1
  43. package/src/appointments/scheduled/scheduled-appointments.scss +3 -1
  44. package/src/appointments/unscheduled/unscheduled-appointments.test.tsx +35 -37
  45. package/src/appointments.component.tsx +0 -1
  46. package/src/calendar/appointments-calendar-view-view.scss +3 -4
  47. package/src/calendar/appointments-calendar-view.test.tsx +1 -5
  48. package/src/calendar/header/calendar-header.scss +4 -4
  49. package/src/calendar/monthly/days-of-week.scss +1 -1
  50. package/src/calendar/monthly/monthly-view-workload.scss +10 -10
  51. package/src/config-schema.ts +88 -90
  52. package/src/empty-state/empty-state.scss +4 -4
  53. package/src/form/appointments-form.component.tsx +58 -26
  54. package/src/form/appointments-form.resource.ts +2 -2
  55. package/src/form/appointments-form.scss +11 -11
  56. package/src/form/appointments-form.test.tsx +42 -43
  57. package/src/header/appointments-header.scss +12 -12
  58. package/src/home/home-appointments.scss +0 -1
  59. package/src/homepage-tile/appointments-tile.component.tsx +23 -0
  60. package/src/homepage-tile/appointments-tile.scss +39 -0
  61. package/src/homepage-tile/appointments.resource.ts +15 -0
  62. package/src/hooks/useClinicalMetrics.ts +1 -1
  63. package/src/hooks/useDefaultLocation.ts +1 -1
  64. package/src/hooks/usePatientAppointmentHistory.ts +1 -1
  65. package/src/hooks/useProviders.ts +1 -1
  66. package/src/index.ts +5 -0
  67. package/src/metrics/appointments-metrics.scss +0 -1
  68. package/src/metrics/appointments-metrics.test.tsx +25 -31
  69. package/src/metrics/metrics-card.component.tsx +6 -33
  70. package/src/metrics/metrics-card.scss +8 -8
  71. package/src/metrics/metrics-header.scss +1 -1
  72. package/src/past-visit/past-visit.component.tsx +1 -1
  73. package/src/past-visit/past-visit.resource.ts +1 -1
  74. package/src/past-visit/past-visit.scss +19 -14
  75. package/src/patient-appointments/patient-appointments-action-menu.scss +6 -0
  76. package/src/patient-appointments/patient-appointments-base.component.tsx +6 -6
  77. package/src/patient-appointments/patient-appointments-base.scss +24 -29
  78. package/src/patient-appointments/patient-appointments-base.test.tsx +13 -11
  79. package/src/patient-appointments/patient-appointments-header.scss +4 -5
  80. package/src/patient-appointments/patient-appointments-overview.component.tsx +2 -2
  81. package/src/patient-appointments/patient-appointments-overview.scss +0 -1
  82. package/src/patient-appointments/patient-appointments.resource.ts +1 -1
  83. package/src/patient-appointments/patient-upcoming-appointments-card.component.tsx +3 -3
  84. package/src/patient-appointments/patient-upcoming-appointments-card.scss +11 -10
  85. package/src/patient-search/patient-search.scss +15 -14
  86. package/src/routes.json +5 -0
  87. package/src/types/index.ts +4 -0
  88. package/src/workload/monthly-view-workload/monthly-workload.scss +21 -6
  89. package/src/workload/monthly-view-workload/monthlyWorkCard.tsx +2 -2
  90. package/src/workload/workload.scss +3 -3
  91. package/translations/am.json +2 -0
  92. package/translations/ar.json +2 -0
  93. package/translations/en.json +2 -0
  94. package/translations/es.json +2 -0
  95. package/translations/fr.json +30 -28
  96. package/translations/he.json +2 -0
  97. package/translations/km.json +2 -0
  98. package/translations/zh.json +2 -0
  99. package/translations/zh_CN.json +2 -0
  100. package/dist/224.js +0 -1
  101. package/dist/224.js.map +0 -1
  102. package/dist/445.js +0 -2
  103. package/dist/445.js.map +0 -1
  104. package/dist/857.js +0 -2
  105. package/dist/857.js.map +0 -1
  106. package/dist/904.js +0 -1
  107. package/dist/904.js.map +0 -1
  108. package/src/root.scss +0 -50
  109. /package/dist/{857.js.LICENSE.txt → 23.js.LICENSE.txt} +0 -0
  110. /package/dist/{445.js.LICENSE.txt → 646.js.LICENSE.txt} +0 -0
  111. /package/src/helpers/{time.tsx → time.ts} +0 -0
  112. /package/src/patient-appointments/{patient-appointments-table.tsx → patient-appointments-table.component.tsx} +0 -0
@@ -8,7 +8,7 @@
8
8
  "appointmentCancelled": "Rendez-vous annulé",
9
9
  "appointmentCancelledSuccessfully": "Rendez-vous annulé avec succès",
10
10
  "appointmentColor": "Couleur du rendez-vous",
11
- "appointmentConflict": "Appointment conflict",
11
+ "appointmentConflict": "Conflit du rendez-vous",
12
12
  "appointmentEdited": "Rendez-vous modifié",
13
13
  "appointmentEditError": "Erreur de modification du rendez-vous",
14
14
  "appointmentEnded": "Rendez-vous terminé",
@@ -35,18 +35,18 @@
35
35
  "appointmentsScheduledForToday": "rendez-vous planifiés aujourd’hui",
36
36
  "appointmentsTable": "Tableau des rendez-vous",
37
37
  "appointmentStatus": "Statut du rendez-vous",
38
- "appointmentToFulfill": "Select appointment to fulfill",
39
- "appointmentType": "Appointment type",
40
- "appointmentType_title": "Appointment Type",
41
- "back": "Back",
38
+ "appointmentToFulfill": "Sélectionner le rendez-vous à compléter",
39
+ "appointmentType": "Type de rendez-vous",
40
+ "appointmentType_title": "Type de rendez-vous",
41
+ "back": "Retour",
42
42
  "calendar": "Calendrier",
43
- "cameEarly": "Came Early",
44
- "cancel": "Annuller",
43
+ "cameEarly": "Arrivé(e) en avance",
44
+ "cancel": "Annuler",
45
45
  "cancelAppointment": "Annuler le rendez-vous",
46
- "cancelAppointmentModalConfirmationText": "Are you sure you want to cancel this appointment?",
47
- "cancelled": "Annullé",
48
- "checkedIn": "Checked in",
49
- "checkedOut": "Checked out",
46
+ "cancelAppointmentModalConfirmationText": "Voulez-vous vraiment annuler ce rendez-vous?",
47
+ "cancelled": "Annulé",
48
+ "checkedIn": "Arrivé(e)",
49
+ "checkedOut": "Parti(e)",
50
50
  "checkFilters": "Check the filters above",
51
51
  "checkIn": "Check In",
52
52
  "checkOut": "Check out",
@@ -59,7 +59,7 @@
59
59
  "countMore_one": "{{count}} more",
60
60
  "countMore_other": "{{count}} more",
61
61
  "createAppointmentService": "Create appointment services",
62
- "createNewAppointment": "Create new appointment",
62
+ "createNewAppointment": "Créer un nouveau rendez-vous",
63
63
  "date": "Date",
64
64
  "date&Time": "Date & time",
65
65
  "dateOfBirth": "Date of birth",
@@ -76,7 +76,7 @@
76
76
  "edit": "Edit",
77
77
  "editAppointment": "Modifier le rendez-vous",
78
78
  "editAppointments": "Modifier le rendez-vous",
79
- "emptyStateText": "There are no <1>{{displayText}}</1> to display",
79
+ "emptyStateText": "Pas de <1>{{displayText}}</1> à afficher",
80
80
  "encounters": "Rencontres",
81
81
  "encounterType": "Type de rencontre",
82
82
  "endAppointmentAndVisitConfirmationMessage": "Checking the patient out will mark the appointment as complete, and close out the active visit for this patient.",
@@ -85,25 +85,25 @@
85
85
  "endDate": "End date",
86
86
  "endTime": "Heure de fin",
87
87
  "errorCreatingAppointmentService": "Error creating appointment service",
88
- "expected": "Expected",
88
+ "expected": "Attendus",
89
89
  "filterTable": "Filter table",
90
90
  "gender": "Genre",
91
91
  "highestServiceVolume": "Highest volume service: {{time}}",
92
- "home": "Home",
92
+ "home": "Accueil",
93
93
  "identifier": "Identifiant",
94
94
  "invalidNumber": "Number is not valid",
95
95
  "invalidTime": "Invalid time",
96
96
  "isRecurringAppointment": "Is this a recurring appointment?",
97
- "itemsPerPage": "Items per page",
97
+ "itemsPerPage": "Eléments par page",
98
98
  "loading": "En cours de chargement",
99
99
  "location": "Emplacement",
100
100
  "medications": "Médicaments",
101
101
  "missed": "Manqué",
102
- "nextPage": "Next page",
102
+ "nextPage": "Page suivante",
103
103
  "no": "Non",
104
104
  "noAppointmentsToDisplay": "No appointments to display",
105
105
  "noContent": "No Content",
106
- "noCurrentAppointments": "There are no appointments scheduled for today to display for this patient",
106
+ "noCurrentAppointments": "Il n'y a pas de rendez-vous à afficher aujourd'hui pour ce patient",
107
107
  "noEncountersFound": "Aucune rencontre trouvée",
108
108
  "noPastAppointments": "Il n'y a pas de rendez-vous passé à afficher pour ce patient",
109
109
  "noPreviousVisitFound": "Aucune visite précédente trouvée",
@@ -111,15 +111,15 @@
111
111
  "note": "Note",
112
112
  "notes": "Notes",
113
113
  "noUpcomingAppointments": "Il n'y a pas de rendez-vous à venir à afficher pour ce patient",
114
- "noUpcomingAppointmentsForPatient": "There are no upcoming appointments to display for this patient",
115
- "pageNumber": "Page number",
114
+ "noUpcomingAppointmentsForPatient": "Il n'y a pas de rendez-vous à venir à afficher pour ce patient",
115
+ "pageNumber": "Numéro de page",
116
116
  "past": "Passé",
117
117
  "patientDetails": "Détails du patient",
118
118
  "patientDoubleBooking": "Patient already booked for an appointment at this time",
119
119
  "patientName": "Nom du patient",
120
120
  "patients": "Patients",
121
121
  "period": "Period",
122
- "previousPage": "Previous page",
122
+ "previousPage": "Page précédente",
123
123
  "provider": "Fournisseur",
124
124
  "providers": "Fournisseurs",
125
125
  "providersBooked": "Providers booked: {{time}}",
@@ -129,6 +129,7 @@
129
129
  "saveAndClose": "Save and close",
130
130
  "scheduled": "Agendé",
131
131
  "scheduledAppointments": "Rendez-vous planifiés",
132
+ "scheduledForToday": "Prévu pour aujourd'hui",
132
133
  "selectALocation": "Select a location",
133
134
  "selectAppointmentStatus": "Select status",
134
135
  "selectAppointmentType": "Sélectionnez un type de rendez-vous",
@@ -139,20 +140,21 @@
139
140
  "selectServiceType": "Select service type",
140
141
  "service": "Service",
141
142
  "serviceName": "Nom du service",
142
- "serviceType": "Service Type",
143
+ "serviceType": "Type de service",
143
144
  "serviceUnavailable": "Appointment time is outside of service hours",
144
- "startDate": "Start date",
145
- "startTime": "Start Time",
145
+ "startDate": "Date de début",
146
+ "startTime": "Heure de début",
146
147
  "status": "Statut",
147
148
  "time": "Time",
148
149
  "today": "Aujourd'hui",
149
- "todays": "Today's",
150
+ "todays": "Aujourd'hui",
151
+ "type": "Type",
150
152
  "unscheduled": "Unscheduled",
151
- "unscheduledAppointments": "Unscheduled appointments",
152
- "unscheduledAppointments_lower": "unscheduled appointments",
153
+ "unscheduledAppointments": "Rendez-vous non-planifiés",
154
+ "unscheduledAppointments_lower": "rendez-vous non-planifiés",
153
155
  "upcoming": "Upcoming",
154
156
  "upcomingAppointments": "Upcoming appointments",
155
- "view": "View",
157
+ "view": "Vue",
156
158
  "vitals": "Vitals",
157
159
  "week": "Week",
158
160
  "yes": "Yes"
@@ -129,6 +129,7 @@
129
129
  "saveAndClose": "Save and close",
130
130
  "scheduled": "מתוזמן",
131
131
  "scheduledAppointments": "תורים מתוזמנים",
132
+ "scheduledForToday": "Scheduled For Today",
132
133
  "selectALocation": "Select a location",
133
134
  "selectAppointmentStatus": "בחר סטטוס",
134
135
  "selectAppointmentType": "בחר סוג תור",
@@ -147,6 +148,7 @@
147
148
  "time": "זמן",
148
149
  "today": "היום",
149
150
  "todays": "Today's",
151
+ "type": "Type",
150
152
  "unscheduled": "לא מתוזמן",
151
153
  "unscheduledAppointments": "תורים שאינם מתוזמנים",
152
154
  "unscheduledAppointments_lower": "תורים שאינם מתוזמנים",
@@ -129,6 +129,7 @@
129
129
  "saveAndClose": "Save and close",
130
130
  "scheduled": "បានកំណត់ពេល",
131
131
  "scheduledAppointments": "ការណាត់ជួបតាមកាលវិភាគ",
132
+ "scheduledForToday": "Scheduled For Today",
132
133
  "selectALocation": "Select a location",
133
134
  "selectAppointmentStatus": "ជ្រើសរើសស្ថានភាព",
134
135
  "selectAppointmentType": "ជ្រើសរើសប្រភេទការណាត់ជួប",
@@ -147,6 +148,7 @@
147
148
  "time": "ពេលវេលា",
148
149
  "today": "ថ្ងៃនេះ",
149
150
  "todays": "Today's",
151
+ "type": "Type",
150
152
  "unscheduled": "មិនបានគ្រោងទុក",
151
153
  "unscheduledAppointments": "ការណាត់ជួបដែលមិនបានគ្រោងទុក",
152
154
  "unscheduledAppointments_lower": "unscheduled appointments",
@@ -129,6 +129,7 @@
129
129
  "saveAndClose": "保存并关闭",
130
130
  "scheduled": "已安排",
131
131
  "scheduledAppointments": "已安排的预约",
132
+ "scheduledForToday": "Scheduled For Today",
132
133
  "selectALocation": "Select a location",
133
134
  "selectAppointmentStatus": "选择状态",
134
135
  "selectAppointmentType": "选择一个预约类型",
@@ -147,6 +148,7 @@
147
148
  "time": "时间",
148
149
  "today": "今日",
149
150
  "todays": "今日",
151
+ "type": "Type",
150
152
  "unscheduled": "未安排",
151
153
  "unscheduledAppointments": "未安排的预约",
152
154
  "unscheduledAppointments_lower": "未安排的预约",
@@ -129,6 +129,7 @@
129
129
  "saveAndClose": "保存并关闭",
130
130
  "scheduled": "已安排",
131
131
  "scheduledAppointments": "已安排的预约",
132
+ "scheduledForToday": "Scheduled For Today",
132
133
  "selectALocation": "Select a location",
133
134
  "selectAppointmentStatus": "选择状态",
134
135
  "selectAppointmentType": "选择一个预约类型",
@@ -147,6 +148,7 @@
147
148
  "time": "时间",
148
149
  "today": "今日",
149
150
  "todays": "今日",
151
+ "type": "Type",
150
152
  "unscheduled": "未安排",
151
153
  "unscheduledAppointments": "未安排的预约",
152
154
  "unscheduledAppointments_lower": "未安排的预约",