@openmrs/esm-appointments-app 8.5.1-pre.5752 → 8.5.1-pre.5756
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 +18 -18
- package/dist/1119.js +1 -1
- package/dist/1197.js +1 -1
- package/dist/1431.js +1 -0
- package/dist/1431.js.map +1 -0
- package/dist/1559.js +2 -0
- package/dist/1559.js.map +1 -0
- package/dist/2146.js +1 -1
- package/dist/2690.js +1 -1
- package/dist/3099.js +1 -1
- package/dist/3379.js +1 -0
- package/dist/3379.js.map +1 -0
- package/dist/3584.js +1 -1
- package/dist/4055.js +1 -1
- package/dist/4132.js +1 -1
- package/dist/4300.js +1 -1
- package/dist/4335.js +1 -1
- package/dist/4599.js +1 -0
- package/dist/4599.js.map +1 -0
- package/dist/4618.js +1 -1
- package/dist/4652.js +1 -1
- package/dist/4863.js +1 -0
- package/dist/4863.js.map +1 -0
- package/dist/4889.js +1 -1
- package/dist/4889.js.map +1 -1
- package/dist/4944.js +1 -1
- package/dist/5160.js +1 -0
- package/dist/5160.js.map +1 -0
- package/dist/5173.js +1 -1
- package/dist/5241.js +1 -1
- package/dist/525.js +1 -0
- package/dist/525.js.map +1 -0
- package/dist/5442.js +1 -1
- package/dist/5449.js +1 -1
- package/dist/5449.js.map +1 -1
- package/dist/5661.js +1 -1
- package/dist/5755.js +1 -0
- package/dist/5755.js.map +1 -0
- package/dist/592.js +1 -1
- package/dist/592.js.map +1 -1
- package/dist/6022.js +1 -1
- package/dist/6467.js +1 -0
- package/dist/6467.js.map +1 -0
- package/dist/6468.js +1 -1
- package/dist/66.js +2 -0
- package/dist/66.js.LICENSE.txt +9 -0
- package/dist/66.js.map +1 -0
- package/dist/6679.js +1 -1
- package/dist/6766.js +2 -0
- package/dist/{7881.js.LICENSE.txt → 6766.js.LICENSE.txt} +0 -10
- package/dist/6766.js.map +1 -0
- package/dist/6840.js +1 -1
- package/dist/6859.js +1 -1
- package/dist/7097.js +1 -1
- package/dist/7159.js +1 -1
- package/dist/723.js +1 -1
- package/dist/7617.js +1 -1
- package/dist/7698.js +1 -1
- package/dist/7698.js.map +1 -1
- package/dist/795.js +1 -1
- package/dist/8163.js +1 -1
- package/dist/8349.js +1 -1
- package/dist/8618.js +1 -1
- package/dist/8784.js +1 -0
- package/dist/8784.js.map +1 -0
- package/dist/890.js +1 -1
- package/dist/9214.js +1 -1
- package/dist/9538.js +1 -1
- package/dist/9569.js +1 -1
- package/dist/986.js +1 -1
- package/dist/9879.js +1 -1
- package/dist/9895.js +1 -1
- package/dist/9900.js +1 -1
- package/dist/9913.js +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-appointments-app.js +1 -1
- package/dist/openmrs-esm-appointments-app.js.buildmanifest.json +389 -265
- package/dist/openmrs-esm-appointments-app.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/appointments/common-components/appointments-table.component.tsx +1 -0
- package/src/appointments/scheduled/scheduled-appointments.component.tsx +2 -2
- package/src/appointments.component.tsx +7 -12
- package/src/appointments.test.tsx +1 -3
- package/src/calendar/appointments-calendar-view.component.tsx +8 -10
- package/src/calendar/header/calendar-header.component.tsx +2 -2
- package/src/calendar/monthly/monthly-calendar-view.component.tsx +2 -2
- package/src/calendar/monthly/monthly-header.component.tsx +4 -4
- package/src/calendar/monthly/monthly-workload-view.component.tsx +2 -2
- package/src/form/appointments-form.workspace.tsx +2 -2
- package/src/header/appointments-header.component.tsx +12 -18
- package/src/hooks/useAppointmentList.ts +3 -3
- package/src/hooks/useClinicalMetrics.ts +3 -3
- package/src/hooks/usePatientAppointmentHistory.ts +2 -2
- package/src/hooks/useUnscheduledAppointments.ts +2 -2
- package/src/index.ts +15 -0
- package/src/metrics/metrics-cards/highest-volume-service.extension.tsx +26 -0
- package/src/metrics/metrics-cards/metrics-card.component.tsx +47 -0
- package/src/metrics/{metrics-card.scss → metrics-cards/metrics-card.scss} +0 -7
- package/src/metrics/metrics-cards/metrics-error-card.component.tsx +30 -0
- package/src/metrics/metrics-cards/metrics-error-card.scss +33 -0
- package/src/metrics/metrics-cards/providers-booked.extension.tsx +21 -0
- package/src/metrics/metrics-cards/scheduled-appointments.extension.tsx +33 -0
- package/src/metrics/metrics-container.component.tsx +19 -0
- package/src/metrics/metrics-container.scss +22 -0
- package/src/metrics/metrics-header.component.tsx +2 -2
- package/src/routes.json +18 -0
- package/src/store.ts +46 -0
- package/src/workload/monthly-view-workload/monthly-view.component.tsx +2 -2
- package/translations/am.json +3 -1
- package/translations/ar.json +3 -1
- package/translations/ar_SY.json +3 -1
- package/translations/bn.json +3 -1
- package/translations/de.json +3 -1
- package/translations/en.json +3 -1
- package/translations/en_US.json +3 -1
- package/translations/es.json +3 -1
- package/translations/es_MX.json +3 -1
- package/translations/fr.json +3 -1
- package/translations/he.json +3 -1
- package/translations/hi.json +3 -1
- package/translations/hi_IN.json +3 -1
- package/translations/id.json +3 -1
- package/translations/it.json +3 -1
- package/translations/ka.json +3 -1
- package/translations/km.json +3 -1
- package/translations/ku.json +3 -1
- package/translations/ky.json +3 -1
- package/translations/lg.json +3 -1
- package/translations/ne.json +3 -1
- package/translations/pl.json +3 -1
- package/translations/pt.json +3 -1
- package/translations/pt_BR.json +4 -2
- package/translations/qu.json +3 -1
- package/translations/ro_RO.json +3 -1
- package/translations/ru_RU.json +3 -1
- package/translations/si.json +3 -1
- package/translations/sw.json +3 -1
- package/translations/sw_KE.json +3 -1
- package/translations/tr.json +3 -1
- package/translations/tr_TR.json +3 -1
- package/translations/uk.json +3 -1
- package/translations/uz.json +3 -1
- package/translations/uz@Latn.json +3 -1
- package/translations/uz_UZ.json +3 -1
- package/translations/vi.json +3 -1
- package/translations/zh.json +3 -1
- package/translations/zh_CN.json +3 -1
- package/dist/1293.js +0 -1
- package/dist/1293.js.map +0 -1
- package/dist/1625.js +0 -1
- package/dist/1625.js.map +0 -1
- package/dist/2164.js +0 -2
- package/dist/2164.js.map +0 -1
- package/dist/2694.js +0 -1
- package/dist/2694.js.map +0 -1
- package/dist/6708.js +0 -1
- package/dist/6708.js.map +0 -1
- package/dist/7881.js +0 -2
- package/dist/7881.js.map +0 -1
- package/dist/8963.js +0 -1
- package/dist/8963.js.map +0 -1
- package/src/hooks/selected-date-context.ts +0 -23
- package/src/metrics/appointments-metrics.component.tsx +0 -72
- package/src/metrics/appointments-metrics.scss +0 -14
- package/src/metrics/appointments-metrics.test.tsx +0 -42
- package/src/metrics/metrics-card.component.tsx +0 -49
- /package/dist/{2164.js.LICENSE.txt → 1559.js.LICENSE.txt} +0 -0
package/dist/4618.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";(globalThis.webpackChunk_openmrs_esm_appointments_app=globalThis.webpackChunk_openmrs_esm_appointments_app||[]).push([[4618],{64618:e=>{e.exports=JSON.parse('{"action":"Ekikolwa","actions":"Ebikolebwa","add":"Yongera","age":"Emyaka","allDay":"olunaku lwona","appointmentCancelError":"Ekyewuunyo mu kuzikiriza ensisinkagano","appointmentCancelled":"Ensisinkagano Esazidwaamu","appointmentCancelledSuccessfully":"Ensisinkagano Esaziddwaamu Buteleevu","appointmentCheckedIn":"Ensisinkagano Ekakasidwa","appointmentConflict":"Enkaayana Mu Nsisinkagano","appointmentEdited":"Ensisinkagano Butelezebwa","appointmentEditError":"Ekyewuunyo Mu Kuteleeza Ensisinkagano","appointmentEnded":"Ensisinkagano Ewedde","appointmentEndedAndVisitClosedSuccessfully":"Ensisinkagano Ewedde Buteleevu Era Okukyala Buteleevu Kugadwa","appointmentEndedButVisitNotClosedError":"Ensisinkagano ewedde, Name Ekyewuunyo Mukugalawo Okukyaala","appointmentEndedSuccessfully":"Ensisinkagano Ewedde Buteleevu","appointmentEndError":"Ekyewuunyo Mukugwa Kw\'ensisinkagano","appointmentFormError":"Ekyewuunyo Mukuteeka Ensisinkagano","appointmentHistory":"Ensisinkagano Ezayiita","appointmentMarkedChecked":"Ensisinkagano Eyingizibwe Ng\'ekakasidwa","
|
|
1
|
+
"use strict";(globalThis.webpackChunk_openmrs_esm_appointments_app=globalThis.webpackChunk_openmrs_esm_appointments_app||[]).push([[4618],{64618:e=>{e.exports=JSON.parse('{"action":"Ekikolwa","actions":"Ebikolebwa","add":"Yongera","age":"Emyaka","allDay":"olunaku lwona","appointmentCancelError":"Ekyewuunyo mu kuzikiriza ensisinkagano","appointmentCancelled":"Ensisinkagano Esazidwaamu","appointmentCancelledSuccessfully":"Ensisinkagano Esaziddwaamu Buteleevu","appointmentCheckedIn":"Ensisinkagano Ekakasidwa","appointmentConflict":"Enkaayana Mu Nsisinkagano","appointmentEdited":"Ensisinkagano Butelezebwa","appointmentEditError":"Ekyewuunyo Mu Kuteleeza Ensisinkagano","appointmentEnded":"Ensisinkagano Ewedde","appointmentEndedAndVisitClosedSuccessfully":"Ensisinkagano Ewedde Buteleevu Era Okukyala Buteleevu Kugadwa","appointmentEndedButVisitNotClosedError":"Ensisinkagano ewedde, Name Ekyewuunyo Mukugalawo Okukyaala","appointmentEndedSuccessfully":"Ensisinkagano Ewedde Buteleevu","appointmentEndError":"Ekyewuunyo Mukugwa Kw\'ensisinkagano","appointmentFormError":"Ekyewuunyo Mukuteeka Ensisinkagano","appointmentHistory":"Ensisinkagano Ezayiita","appointmentMarkedChecked":"Ensisinkagano Eyingizibwe Ng\'ekakasidwa","appointmentNoteLabel":"Wandiika Akatalekeka akomugate","appointmentNotePlaceholder":"Wandika Ensoonga Zona Ezoomugato Wano","appointmentNotes":"Ebitalekeka kunsisinkagano","appointmentNowVisible":"It is now visible on the Appointments page","appointments":"Appointments","Appointments":"Appointments","appointments_lower":"appointments","appointmentsCalendar":"Appointments calendar","appointmentScheduled":"Appointment scheduled","appointmentsScheduledForToday":"appointments scheduled for today","appointmentsTable":"Appointments table","appointmentStatus":"Appointment status","appointmentToFulfill":"Select appointment to fulfill","appointmentType":"Appointment type","appointmentType_title":"Appointment Type","back":"Back","calendar":"Calendar","cameEarly":"Came Early","cancel":"Cancel","cancelAppointment":"Cancel Appointment","cancelAppointmentModalConfirmationText":"Are you sure you want to cancel this appointment?","cancelled":"Cancelled","checkedIn":"Checked in","checkedOut":"Checked out","checkFilters":"Check the filters above","checkIn":"Check In","checkOut":"Check out","chooseAppointmentType":"Choose appointment type","chooseLocation":"Choose a location","chooseProvider":"Choose a provider","chooseService":"Select service","completed":"Completed","Contact":"Contact {{index}}","countMore_one":"{{count}} more","countMore_other":"{{count}} more","createNewAppointment":"Create new appointment","date":"Date","date&Time":"Date & time","dateAppointmentIssuedCannotBeAfterAppointmentDate":"Date appointment issued cannot be after the appointment date","dateOfBirth":"Date of birth","dateScheduled":"Date appointment issued","dateScheduledDetail":"Date appointment issued","dateTime":"Date & Time","day":"Day","daysOfWeek":"Days of the week","discard":"Discard","download":"Download","durationErrorMessage":"Duration should be greater than zero","durationInMinutes":"Duration (minutes)","edit":"Edit","editAppointment":"Edit appointment","emptyStateText":"There are no <1>{{displayText}}</1> to display","encounters":"Encounters","encounterType":"Encounter type","endAppointmentAndVisitConfirmationMessage":"Checking the patient out will mark the appointment as complete, and close out the active visit for this patient.","endAppointmentConfirmation":"Are you sure you want to check the patient out for this appointment?","endAppointmentConfirmationMessage":"Checking the patient out will mark the appointment as complete.","endDate":"End date","expected":"Expected","failedToLoadMetrics":"Failed to load","filterAppointments":"Filter appointments","filterAppointmentsByServiceType":"Filter appointments by service type","filterTable":"Filter table","gender":"Gender","highestServiceVolume":"Highest volume service: {{time}}","highestServiceVolumeCardTitle":"Highest volume service","identifier":"Identifier","invalidNumber":"Number is not valid","isRecurringAppointment":"Is this a recurring appointment?","itemsPerPage":"Items per page","loading":"Loading","location":"Location","medications":"Medications","metricLoadErrorMessage":"Please contact your system administrator if the problem persists.","missed":"Missed","next":"Next","nextMonth":"Next month","nextPage":"Next page","no":"No","noAppointmentsToDisplay":"No appointments to display","noContent":"No Content","noCurrentAppointments":"There are no appointments scheduled for today to display for this patient","noEncountersFound":"No encounters found","noMatchingAppointments":"No matching appointments found","noPastAppointments":"There are no past appointments to display for this patient","noPreviousVisitFound":"No previous visit found","notArrived":"Not arrived","note":"Note","notes":"Notes","noUpcomingAppointments":"No upcoming appointments found","noUpcomingAppointmentsForPatient":"There are no upcoming appointments to display for this patient","pageNumber":"Page number","past":"Past","patientDetails":"Patient Details","patientDoubleBooking":"Patient already booked for an appointment at this time","patientName":"Erinya Ly\'omulwadde","patients":"Abalwadde","period":"ebanga","prev":"Emabega","previousMonth":"omweezi oguyise","previousPage":"Previous page","provider":"Omuweeleza","providers":"Abaweeleza","providersBooked":"Providers booked: {{time}}","recurringAppointment":"Recurring Appointment","recurringAppointmentShouldHaveEndDate":"A recurring appointment should have an end date","repeatEvery":"Repeat every","saveAndClose":"Save and close","scheduled":"Scheduled","scheduledAppointments":"Scheduled appointments","scheduledForToday":"Scheduled For Today","selectALocation":"Select a location","selectAppointmentStatus":"Select status","selectAppointmentType":"Select an appointment type","selectOption":"Select an option","selectProvider":"Select a provider","selectService":"Select a service","service":"Service","serviceName":"Service name","serviceType":"Service Type","serviceUnavailable":"Appointment time is outside of service hours","startDate":"Start date","status":"Status","time":"Time","today":"Today","todays":"Today\'s","type":"Type","unscheduled":"Unscheduled","unscheduledAppointments":"Unscheduled appointments","unscheduledAppointments_lower":"unscheduled appointments","upcoming":"Upcoming","upcomingAppointments":"Upcoming appointments","updateError":"Error updating upcoming appointment","vitals":"Vitals","week":"Week","yes":"Yes"}')}}]);
|
package/dist/4652.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";(globalThis.webpackChunk_openmrs_esm_appointments_app=globalThis.webpackChunk_openmrs_esm_appointments_app||[]).push([[4652],{84652:e=>{e.exports=JSON.parse('{"action":"פעולה","actions":"פעולות","add":"הוספה","age":"גיל","allDay":"כל היום","appointmentCancelError":"שגיאה בביטול התור","appointmentCancelled":"התור בוטל","appointmentCancelledSuccessfully":"התור בוטל בהצלחה","appointmentCheckedIn":"Appointment Checked In","appointmentConflict":"סתירת תורים","appointmentEdited":"התור נערך","appointmentEditError":"שגיאה בעריכת תור","appointmentEnded":"התור הסתיים","appointmentEndedAndVisitClosedSuccessfully":"התור הסתיים והביקור נסגר בהצלחה","appointmentEndedButVisitNotClosedError":"התור הסתיים אבל אירעה שגיאה בסגירת הביקור","appointmentEndedSuccessfully":"התור הסתיים בהצלחה.","appointmentEndError":"שגיאה בסיום תור","appointmentFormError":"שגיאה בתזמון התור","appointmentHistory":"היסטוריית התורים","appointmentMarkedChecked":"Appointment marked as Checked In","
|
|
1
|
+
"use strict";(globalThis.webpackChunk_openmrs_esm_appointments_app=globalThis.webpackChunk_openmrs_esm_appointments_app||[]).push([[4652],{84652:e=>{e.exports=JSON.parse('{"action":"פעולה","actions":"פעולות","add":"הוספה","age":"גיל","allDay":"כל היום","appointmentCancelError":"שגיאה בביטול התור","appointmentCancelled":"התור בוטל","appointmentCancelledSuccessfully":"התור בוטל בהצלחה","appointmentCheckedIn":"Appointment Checked In","appointmentConflict":"סתירת תורים","appointmentEdited":"התור נערך","appointmentEditError":"שגיאה בעריכת תור","appointmentEnded":"התור הסתיים","appointmentEndedAndVisitClosedSuccessfully":"התור הסתיים והביקור נסגר בהצלחה","appointmentEndedButVisitNotClosedError":"התור הסתיים אבל אירעה שגיאה בסגירת הביקור","appointmentEndedSuccessfully":"התור הסתיים בהצלחה.","appointmentEndError":"שגיאה בסיום תור","appointmentFormError":"שגיאה בתזמון התור","appointmentHistory":"היסטוריית התורים","appointmentMarkedChecked":"Appointment marked as Checked In","appointmentNoteLabel":"הצגת הערה נוספ","appointmentNotePlaceholder":"כאן ניתן לכתוב נקודות נוספות","appointmentNotes":"הערות לתור","appointmentNowVisible":"התור מופיע כעת בעמוד התורים","appointments":"תורים","Appointments":"תורים","appointments_lower":"תורים","appointmentsCalendar":"לוח תורים","appointmentScheduled":"התור נקבע","appointmentsScheduledForToday":"תורים שתוזמנו להיום","appointmentsTable":"טבלת תורים","appointmentStatus":"מצב התור","appointmentToFulfill":"נא לבחור תור למילוי","appointmentType":"סוג התור","appointmentType_title":"סוג התור","back":"חזרה","calendar":"לוח שנה","cameEarly":"הקדמה","cancel":"ביטול","cancelAppointment":"ביטול תור","cancelAppointmentModalConfirmationText":"לבטל את התור הזה?","cancelled":"בוטל","checkedIn":"נרשם","checkedOut":"נסגר","checkFilters":"נא לסמן את המסננים לעיל","checkIn":"הרשמה","checkOut":"סגירה","chooseAppointmentType":"בחירת סוג תור","chooseLocation":"נא לבחור מקום","chooseProvider":"נא לבחור ספק","chooseService":"בחירת שירות","completed":"הושלם","Contact":"יצירת קשר עם {{index}}","countMore_one":"עוד {{count}}","countMore_other":"עוד {{count}}","createNewAppointment":"יצירת תור חדש","date":"תאריך","date&Time":"תאריך ושעה","dateAppointmentIssuedCannotBeAfterAppointmentDate":"תאריך התור שהונפק לא יכול להיות אחרי תאריך התור","dateOfBirth":"תאריך לידה","dateScheduled":"הונפק תאריך לתור","dateScheduledDetail":"הונפק תאריך לתור","dateTime":"תאריך ושעה","day":"יום","daysOfWeek":"ימי השבוע","discard":"סגירה מבלי לשמור","download":"הורדה","durationErrorMessage":"המשך צריך להיות גדול מאפס","durationInMinutes":"משך (דקות)","edit":"עריכה","editAppointment":"Edit appointment","emptyStateText":"אין <1>{{displayText}}</1> להצגה","encounters":"פגישות","encounterType":"סוג הפגישה","endAppointmentAndVisitConfirmationMessage":"Checking the patient out will mark the appointment as complete, and close out the active visit for this patient.","endAppointmentConfirmation":"Are you sure you want to check the patient out for this appointment?","endAppointmentConfirmationMessage":"Checking the patient out will mark the appointment as complete.","endDate":"תאריך סיום","expected":"צפוי","failedToLoadMetrics":"Failed to load","filterAppointments":"Filter appointments","filterAppointmentsByServiceType":"Filter appointments by service type","filterTable":"סינון הטבלה","gender":"מגדר","highestServiceVolume":"השירות הכי עמוס: {{time}}","highestServiceVolumeCardTitle":"Highest volume service","identifier":"מזהה","invalidNumber":"המספר שגוי","isRecurringAppointment":"זה תור חוזר?","itemsPerPage":"פריטים בעמוד","loading":"בטעינה","location":"מקום","medications":"תרופות","metricLoadErrorMessage":"Please contact your system administrator if the problem persists.","missed":"הוחמץ","next":"הבא","nextMonth":"חודש הבא","nextPage":"העמוד הבא","no":"לא","noAppointmentsToDisplay":"אין תורים להצגה","noContent":"אין תוכן","noCurrentAppointments":"אין תורים מתוזמנים להצגה עבור מטופל זה ליום הזה","noEncountersFound":"לא נמצאו פגישות","noMatchingAppointments":"No matching appointments found","noPastAppointments":"אין תורי עבר להצגה עבור מטופל/ת אלה","noPreviousVisitFound":"לא נמצא ביקור קודם","notArrived":"לא הגיע/ה","note":"הערה","notes":"הערות","noUpcomingAppointments":"לא נמצאו תורים עתידיים","noUpcomingAppointmentsForPatient":"לא נמצאו תורים עתידיים למטפל/ת האלה","pageNumber":"מספר עמוד","past":"עבר","patientDetails":"פרטי המטופל","patientDoubleBooking":"למטופל/ת כבר הוזמן תור במועד הזה","patientName":"שם המטופל","patients":"מטופלים","period":"תקופה","prev":"הקודם","previousMonth":"החודש הקודם","previousPage":"העמוד הקודם","provider":"ספק","providers":"ספקים","providersBooked":"ספקים שהוזמנו: {{time}}","recurringAppointment":"תור חוזר","recurringAppointmentShouldHaveEndDate":"לתור חוזר צריך להיות תאריך סיום","repeatEvery":"חוזר כל","saveAndClose":"שמירה וסגירה","scheduled":"מתוזמן","scheduledAppointments":"תורים מתוזמנים","scheduledForToday":"מתוזמן להיום","selectALocation":"בחירת מקום","selectAppointmentStatus":"בחירת מצב","selectAppointmentType":"בחירת סוג תור","selectOption":"בחירת אפשרות","selectProvider":"בחירת ספק","selectService":"בחירת שירות","service":"שירות","serviceName":"שם השירות","serviceType":"סוג השירות","serviceUnavailable":"זמן התור הוא מחוץ לשעות השירות","startDate":"תאריך התחלה","status":"מצב","time":"זמן","today":"היום","todays":"להיום","type":"סוג","unscheduled":"לא מתוזמן","unscheduledAppointments":"תורים שאינם מתוזמנים","unscheduledAppointments_lower":"תורים שאינם מתוזמנים","upcoming":"בקרוב","upcomingAppointments":"תורים עתידיים","updateError":"Error updating upcoming appointment","vitals":"מדדים","week":"Week","yes":"כן"}')}}]);
|
package/dist/4863.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(globalThis.webpackChunk_openmrs_esm_appointments_app=globalThis.webpackChunk_openmrs_esm_appointments_app||[]).push([[4863],{40515:function(e){e.exports=function(){"use strict";return function(e,t){t.prototype.isSameOrBefore=function(e,t){return this.isSame(e,t)||this.isBefore(e,t)}}}()},78285:(e,t,n)=>{"use strict";n.d(t,{vg:()=>p});var r,s,i=n(1343),o=n.n(i),a=n(9247);const p=o().forwardRef(function({children:e,size:t=16,...n},i){return o().createElement(a.A,{width:t,height:t,ref:i,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor",...n},r||(r=o().createElement("path",{d:"M21 10L17 10 17 6 15 6 15 10 11 10 11 12 15 12 15 16 17 16 17 12 21 12 21 10z"})),s||(s=o().createElement("path",{d:"M28,10H26V4a2.0023,2.0023,0,0,0-2-2H8A2.0023,2.0023,0,0,0,6,4v6H4a2.0023,2.0023,0,0,0-2,2V30H30V12A2.0023,2.0023,0,0,0,28,10ZM14,28V22h4v6Zm6,0V21a1,1,0,0,0-1-1H13a1,1,0,0,0-1,1v7H4V12H8V4H24v8h4V28Z"})),e)})}}]);
|
package/dist/4863.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"4863.js","mappings":"gJAAoEA,EAAOC,QAAwJ,WAAY,aAAa,OAAO,SAASC,EAAEC,GAAGA,EAAEC,UAAUC,eAAe,SAASH,EAAEC,GAAG,OAAOG,KAAKC,OAAOL,EAAEC,IAAIG,KAAKE,SAASN,EAAEC,EAAE,CAAC,CAAE,CAArRA,E,qDCcqlEM,EAAUC,E,6BAgpFlrE,MAAMC,EAAwB,eAAiB,UAAkB,SAC/DC,EAAQ,KACRC,EAAO,MACJC,GACFC,GACD,OAAoB,kBAAoB,IAAM,CAC5CC,MAAOH,EACPI,OAAQJ,EACRE,IAAKA,EACLG,MAAO,6BACPC,QAAS,YACTC,KAAM,kBACHN,GACFL,IAAaA,EAAwB,kBAAoB,OAAQ,CAClEY,EAAG,mFACAX,IAAaA,EAAwB,kBAAoB,OAAQ,CACpEW,EAAG,6MACAT,EACP,E","sources":["webpack://@openmrs/esm-appointments-app/../../node_modules/dayjs/plugin/isSameOrBefore.js","webpack://@openmrs/esm-appointments-app/../../node_modules/@carbon/icons-react/es/generated/bucket-7.js"],"names":["module","exports","e","i","prototype","isSameOrBefore","this","isSame","isBefore","_path188","_path189","Hospital","children","size","rest","ref","width","height","xmlns","viewBox","fill","d"],"sourceRoot":""}
|