@kenyaemr/esm-appointments-app 8.0.1-pre.99 → 8.0.3-pre.131

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 (104) hide show
  1. package/.turbo/turbo-build.log +25 -26
  2. package/dist/130.js +1 -1
  3. package/dist/130.js.LICENSE.txt +2 -0
  4. package/dist/130.js.map +1 -1
  5. package/dist/171.js +1 -0
  6. package/dist/171.js.map +1 -0
  7. package/dist/198.js +2 -0
  8. package/dist/198.js.map +1 -0
  9. package/dist/2.js +1 -0
  10. package/dist/2.js.map +1 -0
  11. package/dist/269.js +1 -0
  12. package/dist/269.js.map +1 -0
  13. package/dist/271.js +1 -1
  14. package/dist/319.js +1 -1
  15. package/dist/325.js +1 -0
  16. package/dist/325.js.map +1 -0
  17. package/dist/372.js +2 -0
  18. package/dist/372.js.map +1 -0
  19. package/dist/440.js +2 -0
  20. package/dist/440.js.LICENSE.txt +15 -0
  21. package/dist/440.js.map +1 -0
  22. package/dist/460.js +1 -1
  23. package/dist/529.js +1 -1
  24. package/dist/529.js.map +1 -1
  25. package/dist/574.js +1 -1
  26. package/dist/581.js +1 -1
  27. package/dist/644.js +1 -1
  28. package/dist/711.js +1 -0
  29. package/dist/711.js.map +1 -0
  30. package/dist/757.js +1 -1
  31. package/dist/787.js +1 -0
  32. package/dist/787.js.map +1 -0
  33. package/dist/788.js +1 -1
  34. package/dist/807.js +1 -1
  35. package/dist/833.js +1 -1
  36. package/dist/kenyaemr-esm-appointments-app.js +1 -1
  37. package/dist/kenyaemr-esm-appointments-app.js.buildmanifest.json +203 -182
  38. package/dist/kenyaemr-esm-appointments-app.js.map +1 -1
  39. package/dist/main.js +1 -1
  40. package/dist/main.js.map +1 -1
  41. package/dist/routes.json +1 -1
  42. package/package.json +3 -3
  43. package/src/appointments/appointment-tabs.component.tsx +1 -2
  44. package/src/appointments/common-components/appointments-table.component.tsx +2 -2
  45. package/src/appointments/common-components/appointments-table.test.tsx +3 -3
  46. package/src/appointments/common-components/end-appointment.modal.tsx +24 -27
  47. package/src/appointments/common-components/end-appointment.test.tsx +10 -4
  48. package/src/appointments/unscheduled/unscheduled-appointments.component.tsx +2 -2
  49. package/src/appointments/unscheduled/unscheduled-appointments.test.tsx +3 -3
  50. package/src/appointments.component.tsx +1 -1
  51. package/src/appointments.test.tsx +5 -5
  52. package/src/calendar/appointments-calendar-view.component.tsx +1 -1
  53. package/src/calendar/header/calendar-header.component.tsx +7 -5
  54. package/src/calendar/header/calendar-header.scss +12 -0
  55. package/src/calendar/monthly/days-of-week.component.tsx +6 -4
  56. package/src/calendar/monthly/days-of-week.scss +5 -0
  57. package/src/calendar/monthly/monthly-calendar-view.component.tsx +2 -2
  58. package/src/calendar/monthly/monthly-header.component.tsx +49 -0
  59. package/src/calendar/monthly/monthly-view-workload.scss +0 -4
  60. package/src/calendar/monthly/monthly-workload-view-expanded.component.tsx +6 -1
  61. package/src/calendar/monthly/monthly-workload-view.component.tsx +3 -3
  62. package/src/config-schema.ts +6 -0
  63. package/src/constants.ts +1 -1
  64. package/src/form/appointments-form.component.tsx +59 -30
  65. package/src/form/appointments-form.scss +9 -0
  66. package/src/header/appointments-header.component.tsx +38 -55
  67. package/src/header/appointments-header.scss +7 -56
  68. package/src/helpers/excel.ts +31 -15
  69. package/src/hooks/useClinicalMetrics.ts +7 -5
  70. package/src/index.ts +15 -13
  71. package/src/metrics/metrics-header.component.tsx +3 -4
  72. package/src/routes.json +14 -18
  73. package/src/types/index.ts +0 -1
  74. package/translations/am.json +7 -2
  75. package/translations/ar.json +7 -2
  76. package/translations/en.json +8 -3
  77. package/translations/es.json +69 -64
  78. package/translations/fr.json +71 -66
  79. package/translations/he.json +7 -2
  80. package/translations/km.json +7 -2
  81. package/translations/zh.json +7 -2
  82. package/translations/zh_CN.json +7 -2
  83. package/dist/152.js +0 -1
  84. package/dist/152.js.map +0 -1
  85. package/dist/23.js +0 -2
  86. package/dist/23.js.LICENSE.txt +0 -5
  87. package/dist/23.js.map +0 -1
  88. package/dist/255.js +0 -2
  89. package/dist/255.js.map +0 -1
  90. package/dist/303.js +0 -1
  91. package/dist/303.js.map +0 -1
  92. package/dist/646.js +0 -2
  93. package/dist/646.js.map +0 -1
  94. package/dist/729.js +0 -1
  95. package/dist/729.js.map +0 -1
  96. package/dist/85.js +0 -1
  97. package/dist/85.js.map +0 -1
  98. package/dist/89.js +0 -1
  99. package/dist/89.js.map +0 -1
  100. package/src/calendar/monthly/monthly-header.module.tsx +0 -40
  101. package/src/header/appointments-illustration.component.tsx +0 -22
  102. /package/dist/{646.js.LICENSE.txt → 198.js.LICENSE.txt} +0 -0
  103. /package/dist/{255.js.LICENSE.txt → 372.js.LICENSE.txt} +0 -0
  104. /package/src/calendar/monthly/{monthly-header.module.scss → monthly-header.scss} +0 -0
package/dist/644.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_kenyaemr_esm_appointments_app=globalThis.webpackChunk_kenyaemr_esm_appointments_app||[]).push([[644],{1644:e=>{e.exports=JSON.parse('{"action":"操作","actions":"操作","add":"添加","age":"年龄","allDay":"全天","appointmentCancelError":"取消预约时出现错误","appointmentCancelled":"预约已取消","appointmentCancelledSuccessfully":"预约已成功取消","appointmentColor":"预约颜色","appointmentConflict":"Appointment conflict","appointmentEdited":"预约已编辑","appointmentEditError":"编辑预约时出现错误","appointmentEnded":"Appointment ended","appointmentEndedAndVisitClosedSuccessfully":"Appointment successfully ended and visit successfully closed.","appointmentEndedButVisitNotClosedError":"Appointment ended, but error closing visit","appointmentEndedSuccessfully":"Appointment successfully ended.","appointmentEndError":"Error ending appointment","appointmentFormError":"安排预约时出现错误","appointmentHistory":"预约历史","appointmentMetrics":"预约指标","appointmentMetricsLoadError":"","appointmentNoteLabel":"输入附加备注","appointmentNotePlaceholder":"在这里输入任何额外的要点备注","appointmentNotes":"预约备注","appointmentNowVisible":"现在在预约页面上可见","appointments":"预约","Appointments":"预约","appointments_lower":"预约","appointmentsCalendar":"预约日历","appointmentScheduled":"预约已安排","appointmentService":"预约服务","appointmentServiceCreate":"预约服务创建成功","appointmentServiceName":"预约服务名称","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":"Contact {{index}}","countMore_one":"{{count}} more","countMore_other":"{{count}} more","createAppointmentService":"创建预约服务","createNewAppointment":"创建新预约","date":"日期","date&Time":"日期&时间","dateOfBirth":"出生日期","dateScheduled":"Date appointment issued","dateScheduledDetail":"Date appointment issued","dateTime":"日期&时间","day":"天","daysOfWeek":"星期几","discard":"放弃","download":"下载","durationErrorMessage":"持续时间应大于零","durationInMinutes":"持续时间(分钟)","durationMins":"持续时间(分钟)","edit":"编辑","editAppointment":"编辑预约","editAppointments":"编辑预约","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":"结束日期","endTime":"结束时间","errorCreatingAppointmentService":"创建预约服务时出现错误","expected":"预期的","filterTable":"筛选表格","gender":"性别","highestServiceVolume":"最高量服务:{{time}}","home":"首页","identifier":"ID","invalidNumber":"数值无效","invalidTime":"无效时间","isRecurringAppointment":"这是一个定期预约吗?","itemsPerPage":"每页条目数","loading":"加载中","location":"地点","medications":"药物","missed":"未就诊","nextPage":"下一页","no":"否","noAppointmentsToDisplay":"没有预约可显示","noContent":"没有内容","noCurrentAppointments":"该患者没有安排在今日的预约","noEncountersFound":"未找到问诊记录","noPastAppointments":"该患者没有历史预约","noPreviousVisitFound":"未找到先前的就诊","notArrived":"未到达","note":"备注","notes":"备注","noUpcomingAppointments":"未找到即将到来的预约","noUpcomingAppointmentsForPatient":"该患者没有即将到来的预约","pageNumber":"页码","past":"过往","patientDetails":"患者详情","patientDoubleBooking":"Patient already booked for an appointment at this time","patientName":"患者姓名","patients":"患者","period":"周期","previousPage":"上一页","provider":"提供者","providers":"提供者","providersBooked":"提供者预订:{{time}}","recurringAppointment":"定期预约","repeatEvery":"重复每","save":"保存","saveAndClose":"保存并关闭","scheduled":"已安排","scheduledAppointments":"已安排的预约","scheduledForToday":"Scheduled For Today","selectALocation":"Select a location","selectAppointmentStatus":"选择状态","selectAppointmentType":"选择一个预约类型","selectLocation":"选择地点","selectOption":"选择一个选项","selectProvider":"选择一个提供者","selectService":"选择一个服务","selectServiceType":"选择服务类型","service":"服务","serviceName":"服务名称","serviceType":"服务类型","serviceUnavailable":"Appointment time is outside of service hours","startDate":"开始日期","startTime":"开始时间","status":"状态","time":"时间","today":"今日","todays":"今日","type":"Type","unscheduled":"未安排","unscheduledAppointments":"未安排的预约","unscheduledAppointments_lower":"未安排的预约","upcoming":"即将到来","upcomingAppointments":"即将到来的预约","view":"查看","vitals":"生命体征","week":"周","yes":"是"}')}}]);
1
+ "use strict";(globalThis.webpackChunk_kenyaemr_esm_appointments_app=globalThis.webpackChunk_kenyaemr_esm_appointments_app||[]).push([[644],{1644:e=>{e.exports=JSON.parse('{"action":"操作","actions":"操作","add":"添加","age":"年龄","allDay":"全天","appointmentCancelError":"取消预约时出现错误","appointmentCancelled":"预约已取消","appointmentCancelledSuccessfully":"预约已成功取消","appointmentColor":"预约颜色","appointmentConflict":"Appointment conflict","appointmentEdited":"预约已编辑","appointmentEditError":"编辑预约时出现错误","appointmentEnded":"Appointment ended","appointmentEndedAndVisitClosedSuccessfully":"Appointment successfully ended and visit successfully closed.","appointmentEndedButVisitNotClosedError":"Appointment ended, but error closing visit","appointmentEndedSuccessfully":"Appointment successfully ended.","appointmentEndError":"Error ending appointment","appointmentFormError":"安排预约时出现错误","appointmentHistory":"预约历史","appointmentMetrics":"预约指标","appointmentMetricsLoadError":"","appointmentNoteLabel":"输入附加备注","appointmentNotePlaceholder":"在这里输入任何额外的要点备注","appointmentNotes":"预约备注","appointmentNowVisible":"现在在预约页面上可见","appointments":"预约","Appointments":"预约","appointments_lower":"预约","appointmentsCalendar":"Appointments calendar","appointmentScheduled":"预约已安排","appointmentService":"预约服务","appointmentServiceCreate":"预约服务创建成功","appointmentServiceName":"预约服务名称","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":"Contact {{index}}","countMore_one":"{{count}} more","countMore_other":"{{count}} more","createAppointmentService":"创建预约服务","createNewAppointment":"创建新预约","date":"日期","date&Time":"日期&时间","dateAppointmentIssuedCannotBeAfterAppointmentDate":"Date appointment issued cannot be after the appointment date","dateOfBirth":"出生日期","dateScheduled":"Date appointment issued","dateScheduledDetail":"Date appointment issued","dateTime":"日期&时间","day":"天","daysOfWeek":"星期几","discard":"放弃","download":"下载","durationErrorMessage":"持续时间应大于零","durationInMinutes":"持续时间(分钟)","durationMins":"持续时间(分钟)","edit":"编辑","editAppointment":"编辑预约","editAppointments":"编辑预约","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":"结束日期","endTime":"结束时间","errorCreatingAppointmentService":"创建预约服务时出现错误","expected":"预期的","filterTable":"筛选表格","gender":"性别","highestServiceVolume":"最高量服务:{{time}}","identifier":"ID","invalidNumber":"数值无效","invalidTime":"无效时间","isRecurringAppointment":"这是一个定期预约吗?","itemsPerPage":"每页条目数","loading":"加载中","location":"地点","medications":"药物","missed":"未就诊","next":"Next","nextMonth":"Next month","nextPage":"下一页","no":"否","noAppointmentsToDisplay":"没有预约可显示","noContent":"没有内容","noCurrentAppointments":"该患者没有安排在今日的预约","noEncountersFound":"未找到问诊记录","noPastAppointments":"该患者没有历史预约","noPreviousVisitFound":"未找到先前的就诊","notArrived":"未到达","note":"备注","notes":"备注","noUpcomingAppointments":"未找到即将到来的预约","noUpcomingAppointmentsForPatient":"该患者没有即将到来的预约","pageNumber":"页码","past":"过往","patientDetails":"患者详情","patientDoubleBooking":"Patient already booked for an appointment at this time","patientName":"患者姓名","patients":"患者","period":"周期","prev":"Prev","previousMonth":"Previous month","previousPage":"上一页","provider":"提供者","providers":"提供者","providersBooked":"提供者预订:{{time}}","recurringAppointment":"定期预约","recurringAppointmentShouldHaveEndDate":"A recurring appointment should have an end date","repeatEvery":"重复每","save":"保存","saveAndClose":"保存并关闭","scheduled":"已安排","scheduledAppointments":"已安排的预约","scheduledForToday":"Scheduled For Today","selectALocation":"Select a location","selectAppointmentStatus":"选择状态","selectAppointmentType":"选择一个预约类型","selectLocation":"选择地点","selectOption":"选择一个选项","selectProvider":"选择一个提供者","selectService":"选择一个服务","selectServiceType":"选择服务类型","service":"服务","serviceName":"服务名称","serviceType":"服务类型","serviceUnavailable":"Appointment time is outside of service hours","startDate":"开始日期","startTime":"开始时间","status":"状态","time":"时间","today":"今日","todays":"今日","type":"Type","unscheduled":"未安排","unscheduledAppointments":"未安排的预约","unscheduledAppointments_lower":"未安排的预约","upcoming":"即将到来","upcomingAppointments":"即将到来的预约","view":"查看","vitals":"生命体征","week":"周","yes":"是"}')}}]);