@kenyaemr/esm-appointments-app 8.1.1-pre.118 → 8.1.1-pre.121
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 +3 -3
- package/dist/130.js +1 -1
- package/dist/130.js.map +1 -1
- package/dist/kenyaemr-esm-appointments-app.js +1 -1
- package/dist/kenyaemr-esm-appointments-app.js.buildmanifest.json +5 -5
- package/dist/main.js +1 -1
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/routes.json +11 -15
package/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":"^2.2.0"},"
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":"^2.2.0"},"extensions":[{"name":"home-appointments","slot":"homepage-widgets-slot","component":"homeAppointments","order":1},{"name":"clinical-appointments-dashboard-link","slot":"homepage-dashboard-slot","component":"appointmentsDashboardLink","meta":{"name":"appointments","slot":"clinical-appointments-dashboard-slot","title":"Appointments"}},{"component":"root","name":"clinical-appointments-dashboard","slot":"clinical-appointments-dashboard-slot"},{"name":"appointments-calendar-dashboard-link","slot":"calendar-dashboard-slot","component":"appointmentsCalendarDashboardLink"},{"name":"todays-appointments-dashboard","slot":"todays-appointment-slot","component":"homeAppointments"},{"name":"expected-appointments-panel","slot":"scheduled-appointments-panels-slot","component":"appointmentsList"},{"name":"checked-in-appointments-panel","slot":"scheduled-appointments-panels-slot","component":"appointmentsList"},{"name":"completed-appointments-panel","slot":"scheduled-appointments-panels-slot","component":"appointmentsList"},{"name":"missed-appointments-panel","slot":"scheduled-appointments-panels-slot","component":"appointmentsList"},{"name":"cancelled-appointments-panel","slot":"scheduled-appointments-panels-slot","component":"appointmentsList"},{"name":"early-appointments-panel","component":"earlyAppointments"},{"name":"appointments-form-workspace","component":"appointmentsFormWorkspace","meta":{"title":{"key":"createNewAppointment","default":"Create new appointment"}}},{"name":"patient-appointments-summary-dashboard","component":"patientAppointmentsSummaryDashboardLink","slot":"patient-chart-dashboard-slot","order":11,"meta":{"columns":1,"columnSpan":1,"slot":"patient-chart-appointments-dashboard-slot","title":"Appointments","path":"Appointments"}},{"name":"patientAppointments-details-widget","component":"patientAppointmentsDetailedSummary","slot":"patient-chart-appointments-dashboard-slot","meta":{"columnSpan":1}},{"name":"patient-upcoming-appointment-widget","component":"patientUpcomingAppointmentsWidget","slot":"upcoming-appointment-slot"},{"name":"edit-appointments-form","component":"appointmentsForm","meta":{"title":{"key":"editAppointment","default":"Edit Appointment"}}},{"name":"search-patient","component":"searchPatient"},{"name":"create-appointment","component":"appointmentsForm","meta":{"title":{"key":"appointmentForm","default":"Appointment Form"}}},{"name":"add-appointment","component":"appointmentsForm","meta":{"title":{"key":"createNewAppointment","default":"Create new appointment"}}},{"name":"home-appointments-tile","slot":"home-metrics-tiles-slot","component":"homeAppointmentsTile"}],"modals":[{"name":"end-appointment-modal","component":"endAppointmentModal"},{"name":"patient-appointment-cancel-confirmation-dialog","component":"patientAppointmentsCancelConfirmationDialog"}],"version":"8.1.1-pre.121"}
|
package/package.json
CHANGED
package/src/routes.json
CHANGED
|
@@ -3,12 +3,6 @@
|
|
|
3
3
|
"backendDependencies": {
|
|
4
4
|
"webservices.rest": "^2.2.0"
|
|
5
5
|
},
|
|
6
|
-
"modals": [
|
|
7
|
-
{
|
|
8
|
-
"name": "end-appointment-modal",
|
|
9
|
-
"component": "endAppointmentModal"
|
|
10
|
-
}
|
|
11
|
-
],
|
|
12
6
|
"extensions": [
|
|
13
7
|
{
|
|
14
8
|
"name": "home-appointments",
|
|
@@ -36,11 +30,7 @@
|
|
|
36
30
|
"slot": "calendar-dashboard-slot",
|
|
37
31
|
"component": "appointmentsCalendarDashboardLink"
|
|
38
32
|
},
|
|
39
|
-
|
|
40
|
-
"name": "check-in-appointment-modal",
|
|
41
|
-
"slot": "todays-appointment-slot",
|
|
42
|
-
"component": "checkInModal"
|
|
43
|
-
},
|
|
33
|
+
|
|
44
34
|
{
|
|
45
35
|
"name": "todays-appointments-dashboard",
|
|
46
36
|
"slot": "todays-appointment-slot",
|
|
@@ -111,10 +101,6 @@
|
|
|
111
101
|
"component": "patientUpcomingAppointmentsWidget",
|
|
112
102
|
"slot": "upcoming-appointment-slot"
|
|
113
103
|
},
|
|
114
|
-
{
|
|
115
|
-
"name": "patient-appointment-cancel-confirmation-dialog",
|
|
116
|
-
"component": "patientAppointmentsCancelConfirmationDialog"
|
|
117
|
-
},
|
|
118
104
|
{
|
|
119
105
|
"name": "edit-appointments-form",
|
|
120
106
|
"component": "appointmentsForm",
|
|
@@ -154,5 +140,15 @@
|
|
|
154
140
|
"slot": "home-metrics-tiles-slot",
|
|
155
141
|
"component": "homeAppointmentsTile"
|
|
156
142
|
}
|
|
143
|
+
],
|
|
144
|
+
"modals": [
|
|
145
|
+
{
|
|
146
|
+
"name": "end-appointment-modal",
|
|
147
|
+
"component": "endAppointmentModal"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"name": "patient-appointment-cancel-confirmation-dialog",
|
|
151
|
+
"component": "patientAppointmentsCancelConfirmationDialog"
|
|
152
|
+
}
|
|
157
153
|
]
|
|
158
154
|
}
|