@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.
- package/.turbo/turbo-build.log +23 -22
- package/dist/130.js +1 -1
- package/dist/130.js.map +1 -1
- package/dist/23.js +2 -0
- package/dist/23.js.map +1 -0
- package/dist/265.js +1 -1
- package/dist/271.js +1 -1
- package/dist/319.js +1 -1
- package/dist/460.js +1 -1
- package/dist/529.js +1 -1
- package/dist/574.js +1 -1
- package/dist/581.js +1 -0
- package/dist/581.js.map +1 -0
- package/dist/644.js +1 -1
- package/dist/646.js +2 -0
- package/dist/646.js.map +1 -0
- package/dist/757.js +1 -1
- package/dist/788.js +1 -1
- package/dist/807.js +1 -1
- package/dist/833.js +1 -1
- package/dist/85.js +1 -0
- package/dist/85.js.map +1 -0
- package/dist/89.js +1 -0
- package/dist/89.js.map +1 -0
- package/dist/kenyaemr-esm-appointments-app.js +1 -1
- package/dist/kenyaemr-esm-appointments-app.js.buildmanifest.json +167 -143
- package/dist/kenyaemr-esm-appointments-app.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/admin/appointment-services/appointment-services.scss +5 -5
- package/src/appointments/appointment-tabs.scss +6 -7
- package/src/appointments/appointment-tabs.test.tsx +4 -11
- package/src/appointments/common-components/appointments-actions.test.tsx +121 -74
- package/src/appointments/common-components/appointments-table.scss +6 -6
- package/src/appointments/common-components/appointments-table.test.tsx +30 -32
- package/src/appointments/common-components/end-appointment.test.tsx +20 -19
- package/src/appointments/details/appointment-details.component.tsx +1 -1
- package/src/appointments/details/appointment-details.scss +13 -13
- package/src/appointments/details/appointment-details.test.tsx +49 -48
- package/src/appointments/scheduled/scheduled-appointments.component.tsx +1 -1
- package/src/appointments/scheduled/scheduled-appointments.scss +3 -1
- package/src/appointments/unscheduled/unscheduled-appointments.test.tsx +35 -37
- package/src/appointments.component.tsx +0 -1
- package/src/calendar/appointments-calendar-view-view.scss +3 -4
- package/src/calendar/appointments-calendar-view.test.tsx +1 -5
- package/src/calendar/header/calendar-header.scss +4 -4
- package/src/calendar/monthly/days-of-week.scss +1 -1
- package/src/calendar/monthly/monthly-view-workload.scss +10 -10
- package/src/config-schema.ts +88 -90
- package/src/empty-state/empty-state.scss +4 -4
- package/src/form/appointments-form.component.tsx +58 -26
- package/src/form/appointments-form.resource.ts +2 -2
- package/src/form/appointments-form.scss +11 -11
- package/src/form/appointments-form.test.tsx +42 -43
- package/src/header/appointments-header.scss +12 -12
- package/src/home/home-appointments.scss +0 -1
- package/src/homepage-tile/appointments-tile.component.tsx +23 -0
- package/src/homepage-tile/appointments-tile.scss +39 -0
- package/src/homepage-tile/appointments.resource.ts +15 -0
- package/src/hooks/useClinicalMetrics.ts +1 -1
- package/src/hooks/useDefaultLocation.ts +1 -1
- package/src/hooks/usePatientAppointmentHistory.ts +1 -1
- package/src/hooks/useProviders.ts +1 -1
- package/src/index.ts +5 -0
- package/src/metrics/appointments-metrics.scss +0 -1
- package/src/metrics/appointments-metrics.test.tsx +25 -31
- package/src/metrics/metrics-card.component.tsx +6 -33
- package/src/metrics/metrics-card.scss +8 -8
- package/src/metrics/metrics-header.scss +1 -1
- package/src/past-visit/past-visit.component.tsx +1 -1
- package/src/past-visit/past-visit.resource.ts +1 -1
- package/src/past-visit/past-visit.scss +19 -14
- package/src/patient-appointments/patient-appointments-action-menu.scss +6 -0
- package/src/patient-appointments/patient-appointments-base.component.tsx +6 -6
- package/src/patient-appointments/patient-appointments-base.scss +24 -29
- package/src/patient-appointments/patient-appointments-base.test.tsx +13 -11
- package/src/patient-appointments/patient-appointments-header.scss +4 -5
- package/src/patient-appointments/patient-appointments-overview.component.tsx +2 -2
- package/src/patient-appointments/patient-appointments-overview.scss +0 -1
- package/src/patient-appointments/patient-appointments.resource.ts +1 -1
- package/src/patient-appointments/patient-upcoming-appointments-card.component.tsx +3 -3
- package/src/patient-appointments/patient-upcoming-appointments-card.scss +11 -10
- package/src/patient-search/patient-search.scss +15 -14
- package/src/routes.json +5 -0
- package/src/types/index.ts +4 -0
- package/src/workload/monthly-view-workload/monthly-workload.scss +21 -6
- package/src/workload/monthly-view-workload/monthlyWorkCard.tsx +2 -2
- package/src/workload/workload.scss +3 -3
- package/translations/am.json +2 -0
- package/translations/ar.json +2 -0
- package/translations/en.json +2 -0
- package/translations/es.json +2 -0
- package/translations/fr.json +30 -28
- package/translations/he.json +2 -0
- package/translations/km.json +2 -0
- package/translations/zh.json +2 -0
- package/translations/zh_CN.json +2 -0
- package/dist/224.js +0 -1
- package/dist/224.js.map +0 -1
- package/dist/445.js +0 -2
- package/dist/445.js.map +0 -1
- package/dist/857.js +0 -2
- package/dist/857.js.map +0 -1
- package/dist/904.js +0 -1
- package/dist/904.js.map +0 -1
- package/src/root.scss +0 -50
- /package/dist/{857.js.LICENSE.txt → 23.js.LICENSE.txt} +0 -0
- /package/dist/{445.js.LICENSE.txt → 646.js.LICENSE.txt} +0 -0
- /package/src/helpers/{time.tsx → time.ts} +0 -0
- /package/src/patient-appointments/{patient-appointments-table.tsx → patient-appointments-table.component.tsx} +0 -0
package/translations/fr.json
CHANGED
|
@@ -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": "
|
|
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": "
|
|
39
|
-
"appointmentType": "
|
|
40
|
-
"appointmentType_title": "
|
|
41
|
-
"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": "
|
|
44
|
-
"cancel": "
|
|
43
|
+
"cameEarly": "Arrivé(e) en avance",
|
|
44
|
+
"cancel": "Annuler",
|
|
45
45
|
"cancelAppointment": "Annuler le rendez-vous",
|
|
46
|
-
"cancelAppointmentModalConfirmationText": "
|
|
47
|
-
"cancelled": "
|
|
48
|
-
"checkedIn": "
|
|
49
|
-
"checkedOut": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
88
|
+
"expected": "Attendus",
|
|
89
89
|
"filterTable": "Filter table",
|
|
90
90
|
"gender": "Genre",
|
|
91
91
|
"highestServiceVolume": "Highest volume service: {{time}}",
|
|
92
|
-
"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": "
|
|
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": "
|
|
102
|
+
"nextPage": "Page suivante",
|
|
103
103
|
"no": "Non",
|
|
104
104
|
"noAppointmentsToDisplay": "No appointments to display",
|
|
105
105
|
"noContent": "No Content",
|
|
106
|
-
"noCurrentAppointments": "
|
|
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": "
|
|
115
|
-
"pageNumber": "
|
|
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": "
|
|
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": "
|
|
143
|
+
"serviceType": "Type de service",
|
|
143
144
|
"serviceUnavailable": "Appointment time is outside of service hours",
|
|
144
|
-
"startDate": "
|
|
145
|
-
"startTime": "
|
|
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": "
|
|
150
|
+
"todays": "Aujourd'hui",
|
|
151
|
+
"type": "Type",
|
|
150
152
|
"unscheduled": "Unscheduled",
|
|
151
|
-
"unscheduledAppointments": "
|
|
152
|
-
"unscheduledAppointments_lower": "
|
|
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": "
|
|
157
|
+
"view": "Vue",
|
|
156
158
|
"vitals": "Vitals",
|
|
157
159
|
"week": "Week",
|
|
158
160
|
"yes": "Yes"
|
package/translations/he.json
CHANGED
|
@@ -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": "תורים שאינם מתוזמנים",
|
package/translations/km.json
CHANGED
|
@@ -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",
|
package/translations/zh.json
CHANGED
|
@@ -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": "未安排的预约",
|
package/translations/zh_CN.json
CHANGED
|
@@ -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": "未安排的预约",
|