@kenyaemr/esm-appointments-app 8.1.1-pre.129 → 8.1.2-pre.152

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 (119) hide show
  1. package/.turbo/turbo-build.log +27 -25
  2. package/dist/111.js +2 -0
  3. package/dist/111.js.map +1 -0
  4. package/dist/123.js +2 -0
  5. package/dist/{198.js.LICENSE.txt → 123.js.LICENSE.txt} +0 -6
  6. package/dist/123.js.map +1 -0
  7. package/dist/130.js +1 -1
  8. package/dist/130.js.map +1 -1
  9. package/dist/{787.js → 139.js} +1 -1
  10. package/dist/139.js.map +1 -0
  11. package/dist/228.js +1 -0
  12. package/dist/236.js +1 -0
  13. package/dist/240.js +1 -0
  14. package/dist/261.js +1 -0
  15. package/dist/269.js +1 -1
  16. package/dist/269.js.map +1 -1
  17. package/dist/271.js +1 -1
  18. package/dist/272.js +1 -0
  19. package/dist/319.js +1 -1
  20. package/dist/336.js +1 -0
  21. package/dist/378.js +1 -0
  22. package/dist/443.js +1 -0
  23. package/dist/443.js.map +1 -0
  24. package/dist/460.js +1 -1
  25. package/dist/529.js +1 -1
  26. package/dist/529.js.map +1 -1
  27. package/dist/539.js +1 -0
  28. package/dist/566.js +1 -0
  29. package/dist/574.js +1 -1
  30. package/dist/581.js +1 -1
  31. package/dist/644.js +1 -1
  32. package/dist/652.js +1 -0
  33. package/dist/673.js +1 -0
  34. package/dist/705.js +1 -0
  35. package/dist/711.js +1 -1
  36. package/dist/711.js.map +1 -1
  37. package/dist/727.js +1 -0
  38. package/dist/737.js +1 -0
  39. package/dist/744.js +1 -0
  40. package/dist/757.js +1 -1
  41. package/dist/788.js +1 -1
  42. package/dist/807.js +1 -1
  43. package/dist/833.js +1 -1
  44. package/dist/899.js +1 -0
  45. package/dist/923.js +1 -0
  46. package/dist/923.js.map +1 -0
  47. package/dist/kenyaemr-esm-appointments-app.js +1 -1
  48. package/dist/kenyaemr-esm-appointments-app.js.buildmanifest.json +454 -102
  49. package/dist/kenyaemr-esm-appointments-app.js.map +1 -1
  50. package/dist/main.js +1 -1
  51. package/dist/main.js.map +1 -1
  52. package/dist/routes.json +1 -1
  53. package/package-lock.json +6416 -0
  54. package/package.json +5 -5
  55. package/src/appointments/appointment-tabs.component.tsx +1 -1
  56. package/src/appointments/common-components/appointments-table.component.tsx +0 -1
  57. package/src/appointments/common-components/appointments-table.test.tsx +7 -3
  58. package/src/appointments/common-components/checkin-button.component.tsx +5 -1
  59. package/src/appointments/common-components/end-appointment.modal.tsx +2 -2
  60. package/src/appointments/scheduled/scheduled-appointments.component.tsx +1 -1
  61. package/src/appointments/unscheduled/unscheduled-appointments.component.tsx +6 -6
  62. package/src/appointments/unscheduled/unscheduled-appointments.test.tsx +19 -4
  63. package/src/appointments.component.tsx +7 -7
  64. package/src/appointments.test.tsx +11 -1
  65. package/src/calendar/appointments-calendar-view.component.tsx +2 -2
  66. package/src/calendar/monthly/monthly-workload-view.component.tsx +7 -7
  67. package/src/config-schema.ts +6 -70
  68. package/src/form/appointments-form.component.tsx +84 -73
  69. package/src/form/appointments-form.resource.ts +4 -4
  70. package/src/form/appointments-form.scss +1 -1
  71. package/src/form/appointments-form.test.tsx +142 -110
  72. package/src/patient-appointments/patient-appointments-action-menu.component.tsx +2 -4
  73. package/src/patient-appointments/patient-appointments-base.test.tsx +1 -1
  74. package/src/patient-appointments/patient-appointments-cancel.modal.tsx +6 -1
  75. package/src/patient-appointments/patient-appointments-cancel.scss +29 -0
  76. package/src/patient-appointments/patient-upcoming-appointments-card.component.tsx +64 -8
  77. package/src/routes.json +1 -1
  78. package/src/types/index.ts +1 -1
  79. package/src/workload/monthly-view-workload/monthly-view.component.tsx +8 -6
  80. package/src/workload/monthly-view-workload/monthlyWorkCard.tsx +3 -2
  81. package/src/workload/workload-card.component.tsx +5 -3
  82. package/src/workload/workload.component.tsx +13 -20
  83. package/src/workload/workload.resource.ts +3 -0
  84. package/translations/am.json +4 -2
  85. package/translations/ar.json +24 -22
  86. package/translations/de.json +168 -0
  87. package/translations/en.json +3 -1
  88. package/translations/es.json +58 -56
  89. package/translations/fr.json +4 -2
  90. package/translations/he.json +93 -91
  91. package/translations/hi.json +168 -0
  92. package/translations/hi_IN.json +168 -0
  93. package/translations/id.json +168 -0
  94. package/translations/it.json +168 -0
  95. package/translations/km.json +4 -2
  96. package/translations/ne.json +168 -0
  97. package/translations/pt.json +168 -0
  98. package/translations/pt_BR.json +168 -0
  99. package/translations/qu.json +168 -0
  100. package/translations/si.json +168 -0
  101. package/translations/sw.json +168 -0
  102. package/translations/sw_KE.json +168 -0
  103. package/translations/tr.json +168 -0
  104. package/translations/tr_TR.json +168 -0
  105. package/translations/uk.json +168 -0
  106. package/translations/vi.json +168 -0
  107. package/translations/zh.json +4 -2
  108. package/translations/zh_CN.json +4 -2
  109. package/dist/198.js +0 -2
  110. package/dist/198.js.map +0 -1
  111. package/dist/265.js +0 -1
  112. package/dist/265.js.map +0 -1
  113. package/dist/440.js +0 -2
  114. package/dist/440.js.map +0 -1
  115. package/dist/501.js +0 -1
  116. package/dist/501.js.map +0 -1
  117. package/dist/787.js.map +0 -1
  118. package/src/hooks/useDefaultLocation.ts +0 -14
  119. /package/dist/{440.js.LICENSE.txt → 111.js.LICENSE.txt} +0 -0
@@ -0,0 +1,168 @@
1
+ {
2
+ "action": "Hành động",
3
+ "actions": "Hành động",
4
+ "add": "Thêm",
5
+ "age": "Tuổi",
6
+ "allDay": "Tất cả các ngày",
7
+ "appointmentCancelError": "Lỗi khi hủy cuộc hẹn",
8
+ "appointmentCancelled": "Cuộc hẹn dã hủy",
9
+ "appointmentCancelledSuccessfully": "Hủy cuộc hẹn thành công",
10
+ "appointmentCheckedIn": "Appointment Checked In",
11
+ "appointmentColor": "Màu cuộc hẹn",
12
+ "appointmentConflict": "Xung đột cuộc hẹn",
13
+ "appointmentEdited": "Cuộc hẹn đã được chỉnh sửa",
14
+ "appointmentEditError": "Lỗi khi chỉnh sửa cuộc hẹn",
15
+ "appointmentEnded": "Cuộc hẹn Đã kết thúc",
16
+ "appointmentEndedAndVisitClosedSuccessfully": "Appointment successfully ended and visit successfully closed",
17
+ "appointmentEndedButVisitNotClosedError": "Cuộc hẹn đã kết thúc, nhưng lỗi đóng lượt khám",
18
+ "appointmentEndedSuccessfully": "Cuộc hẹn đã kết thúc thành công.",
19
+ "appointmentEndError": "Lỗi khi kết thúc cuộc hẹn",
20
+ "appointmentFormError": "Lỗi khi lên lịch hẹn",
21
+ "appointmentHistory": "Lịch sử cuộc hẹn",
22
+ "appointmentMarkedChecked": "Appointment marked as Checked In",
23
+ "appointmentMetrics": "Số liệu cuộc hẹn",
24
+ "appointmentMetricsLoadError": "",
25
+ "appointmentNoteLabel": "Viết thêm một ghi chú",
26
+ "appointmentNotePlaceholder": "Viết thêm bất kỳ điểm nào ở đây",
27
+ "appointmentNotes": "Ghi chú cuộc hẹn",
28
+ "appointmentNowVisible": "Bây giờ nó có thể nhìn thấy trên trang Cuộc hẹn",
29
+ "appointments": "Cuộc hẹn",
30
+ "Appointments": "Cuộc hẹn",
31
+ "appointments_lower": "cuộc hẹn",
32
+ "appointmentsCalendar": "Lịch hẹn",
33
+ "appointmentScheduled": "Đã lên lịch hẹn",
34
+ "appointmentService": "Dịch vụ cuộc hẹn",
35
+ "appointmentServiceCreate": "Dịch vụ hẹn đã được tạo thành công",
36
+ "appointmentServiceName": "Tên dịch vụ hẹn gặp",
37
+ "appointmentsScheduledForToday": "cuộc hẹn đã lên lịch cho hôm nay",
38
+ "appointmentsTable": "Bàn hẹn",
39
+ "appointmentStatus": "Trạng thái cuộc hẹn",
40
+ "appointmentToFulfill": "Chọn cuộc hẹn để thực hiện",
41
+ "appointmentType": "Loại cuộc hẹn",
42
+ "appointmentType_title": "Loại cuộc hẹn",
43
+ "back": "Quay lại",
44
+ "calendar": "Lịch",
45
+ "cameEarly": "Đến sớm",
46
+ "cancel": "Hủy",
47
+ "cancelAppointment": "Hủy cuộc hẹn",
48
+ "cancelAppointmentModalConfirmationText": "Bạn có chắc chắn muốn hủy cuộc hẹn này không?",
49
+ "cancelled": "Đã hủy",
50
+ "checkedIn": "Đã kiểm tra",
51
+ "checkedOut": "Đã trả phòng",
52
+ "checkFilters": "Kiểm tra các bộ lọc ở trên",
53
+ "checkIn": "Đăng ký vào",
54
+ "checkOut": "Đăng ký ra",
55
+ "chooseAppointmentType": "Chọn loại cuộc hẹn",
56
+ "chooseLocation": "Chọn một vị trí",
57
+ "chooseProvider": "Chọn một nhà cung cấp",
58
+ "chooseService": "Chọn dịch vụ",
59
+ "completed": "Hoàn thành",
60
+ "Contact": "Liên hệ {{index}}",
61
+ "countMore_one": "{{count}} nữa",
62
+ "countMore_other": "{{count}} nữa",
63
+ "createAppointmentService": "Tạo dịch vụ cuộc hẹn",
64
+ "createNewAppointment": "Tạo cuộc hẹn mới",
65
+ "date": "Ngày",
66
+ "date&Time": "Ngày & giờ",
67
+ "dateAppointmentIssuedCannotBeAfterAppointmentDate": "Ngày cấp giấy hẹn không được sau ngày hẹn",
68
+ "dateOfBirth": "Ngày sinh",
69
+ "dateScheduled": "Ngày ban hành cuộc hẹn",
70
+ "dateScheduledDetail": "Ngày ban hành cuộc hẹn",
71
+ "dateTime": "Ngày & giờ",
72
+ "day": "Ngày",
73
+ "daysOfWeek": "Các ngày trong tuần",
74
+ "discard": "bỏ đi",
75
+ "download": "Tải xuống",
76
+ "durationErrorMessage": "Thời lượng phải lớn hơn 0",
77
+ "durationInMinutes": "Thời lượng (phút)",
78
+ "durationMins": "Thời gian tối thiểu",
79
+ "edit": "Chỉnh sửa",
80
+ "editAppointment": "Sửa cuộc hẹn",
81
+ "editAppointments": "Sửa cuộc hẹn",
82
+ "emptyStateText": "Không có 1{{displayText}}1 để hiển thị",
83
+ "encounters": "Cuộc gặp",
84
+ "encounterType": "Loại cuộc gặp",
85
+ "endAppointmentAndVisitConfirmationMessage": "Việc kiểm tra bệnh nhân sẽ đánh dấu cuộc hẹn đã hoàn tất và kết thúc chuyến thăm khám đang diễn ra của bệnh nhân này.",
86
+ "endAppointmentConfirmation": "Bạn có chắc chắn muốn cho bệnh nhân ra ngoài cuộc hẹn này không?",
87
+ "endAppointmentConfirmationMessage": "Việc trả phòng cho bệnh nhân sẽ đánh dấu cuộc hẹn đã hoàn tất.",
88
+ "endDate": "Ngày kết thúc",
89
+ "endTime": "Thời gian kết thúc",
90
+ "errorCreatingAppointmentService": "Lỗi khi tạo dịch vụ hẹn gặp",
91
+ "expected": "Kỳ vọng",
92
+ "filterTable": "Bảng lọc",
93
+ "gender": "Giới tính",
94
+ "highestServiceVolume": "Dịch vụ có khối lượng cao nhất: {{hour}}",
95
+ "identifier": "Mã định danh",
96
+ "invalidNumber": "Số không hợp lệ",
97
+ "isRecurringAppointment": "Đây có phải là cuộc hẹn định kỳ không?",
98
+ "itemsPerPage": "Số mục trên mỗi trang",
99
+ "loading": "Đang tải",
100
+ "location": "Vị trí",
101
+ "medications": "Thuốc men",
102
+ "missed": "Bỏ lỡ",
103
+ "next": "Kế tiếp",
104
+ "nextMonth": "Tháng tới",
105
+ "nextPage": "Trang tiếp theo",
106
+ "no": "Số",
107
+ "noAppointmentsToDisplay": "Không có cuộc hẹn nào để hiển thị",
108
+ "noContent": "Không có nội dung",
109
+ "noCurrentAppointments": "Không có cuộc hẹn nào được lên lịch cho hôm nay để hiển thị cho bệnh nhân này",
110
+ "noEncountersFound": "Không tìm thấy cuộc gặp gỡ nào",
111
+ "noPastAppointments": "Không có cuộc hẹn nào trước đây để hiển thị cho bệnh nhân này",
112
+ "noPreviousVisitFound": "Không tìm thấy lần ghé thăm trước",
113
+ "notArrived": "Không đến",
114
+ "note": "Ghi chú",
115
+ "notes": "Ghi chú",
116
+ "noUpcomingAppointments": "Không tìm thấy cuộc hẹn sắp tới",
117
+ "noUpcomingAppointmentsForPatient": "Không có cuộc hẹn sắp tới nào để hiển thị cho bệnh nhân này",
118
+ "pageNumber": "Số trang",
119
+ "past": "Quá khứ",
120
+ "patientDetails": "Chi tiết bệnh nhân",
121
+ "patientDoubleBooking": "Bệnh nhân đã đặt lịch hẹn vào thời điểm này",
122
+ "patientName": "Tên bệnh nhân",
123
+ "patients": "Bệnh nhân",
124
+ "period": "Giai đoan",
125
+ "prev": "Trước đó",
126
+ "previousMonth": "Tháng trước",
127
+ "previousPage": "Trang trước",
128
+ "provider": "Nhà cung cấp",
129
+ "providers": "Nhà cung cấp",
130
+ "providersBooked": "Nhà cung cấp đã đặt: {{time}}",
131
+ "recurringAppointment": "Cuộc hẹn định kỳ",
132
+ "recurringAppointmentShouldHaveEndDate": "Một cuộc hẹn định kỳ phải có ngày kết thúc",
133
+ "repeatEvery": "Lặp lại mỗi",
134
+ "save": "Lưu",
135
+ "saveAndClose": "Lưu và đóng",
136
+ "scheduled": "Đã lên lịch",
137
+ "scheduledAppointments": "Cuộc hẹn đã lên lịch",
138
+ "scheduledForToday": "Đã lên lịch cho hôm nay",
139
+ "selectALocation": "Lựa chọn vị trí",
140
+ "selectAppointmentStatus": "Chọn trạng thái",
141
+ "selectAppointmentType": "Chọn một loại cuộc hẹn",
142
+ "selectLocation": "Lựa chọn vị trí",
143
+ "selectOption": "Chọn một tùy chọn",
144
+ "selectProvider": "Chọn một nhà cung cấp",
145
+ "selectService": "Chọn một dịch vụ",
146
+ "selectServiceType": "Chọn loại dịch vụ",
147
+ "service": "Dịch vụ",
148
+ "serviceName": "Tên dịch vụ",
149
+ "serviceType": "Loại dịch vụ",
150
+ "serviceUnavailable": "Thời gian hẹn là ngoài giờ làm việc",
151
+ "startDate": "Ngày bắt đầu",
152
+ "startTime": "Ngày kết thúc",
153
+ "status": "Trạng thái",
154
+ "time": "Thời gian",
155
+ "today": "Hôm nay",
156
+ "todays": "Hôm nay",
157
+ "type": "Loại",
158
+ "unscheduled": "Không theo lịch trình",
159
+ "unscheduledAppointments": "Cuộc hẹn không theo lịch trình",
160
+ "unscheduledAppointments_lower": "cuộc hẹn không theo lịch trình",
161
+ "upcoming": "Sắp tới",
162
+ "upcomingAppointments": "Cuộc hẹn sắp tới",
163
+ "updateError": "Error updating upcoming appointment",
164
+ "view": "Xem",
165
+ "vitals": "Các yếu tố quan trọng",
166
+ "week": "Tuần",
167
+ "yes": "Có"
168
+ }
@@ -7,17 +7,19 @@
7
7
  "appointmentCancelError": "取消预约时出现错误",
8
8
  "appointmentCancelled": "预约已取消",
9
9
  "appointmentCancelledSuccessfully": "预约已成功取消",
10
+ "appointmentCheckedIn": "Appointment Checked In",
10
11
  "appointmentColor": "预约颜色",
11
12
  "appointmentConflict": "Appointment conflict",
12
13
  "appointmentEdited": "预约已编辑",
13
14
  "appointmentEditError": "编辑预约时出现错误",
14
15
  "appointmentEnded": "Appointment ended",
15
- "appointmentEndedAndVisitClosedSuccessfully": "Appointment successfully ended and visit successfully closed.",
16
+ "appointmentEndedAndVisitClosedSuccessfully": "Appointment successfully ended and visit successfully closed",
16
17
  "appointmentEndedButVisitNotClosedError": "Appointment ended, but error closing visit",
17
18
  "appointmentEndedSuccessfully": "Appointment successfully ended.",
18
19
  "appointmentEndError": "Error ending appointment",
19
20
  "appointmentFormError": "安排预约时出现错误",
20
21
  "appointmentHistory": "预约历史",
22
+ "appointmentMarkedChecked": "Appointment marked as Checked In",
21
23
  "appointmentMetrics": "预约指标",
22
24
  "appointmentMetricsLoadError": "",
23
25
  "appointmentNoteLabel": "输入附加备注",
@@ -92,7 +94,6 @@
92
94
  "highestServiceVolume": "最高量服务:{{time}}",
93
95
  "identifier": "ID",
94
96
  "invalidNumber": "数值无效",
95
- "invalidTime": "无效时间",
96
97
  "isRecurringAppointment": "这是一个定期预约吗?",
97
98
  "itemsPerPage": "每页条目数",
98
99
  "loading": "加载中",
@@ -159,6 +160,7 @@
159
160
  "unscheduledAppointments_lower": "未安排的预约",
160
161
  "upcoming": "即将到来",
161
162
  "upcomingAppointments": "即将到来的预约",
163
+ "updateError": "Error updating upcoming appointment",
162
164
  "view": "查看",
163
165
  "vitals": "生命体征",
164
166
  "week": "周",
@@ -7,17 +7,19 @@
7
7
  "appointmentCancelError": "取消预约时出现错误",
8
8
  "appointmentCancelled": "预约已取消",
9
9
  "appointmentCancelledSuccessfully": "预约已成功取消",
10
+ "appointmentCheckedIn": "Appointment Checked In",
10
11
  "appointmentColor": "预约颜色",
11
12
  "appointmentConflict": "Appointment conflict",
12
13
  "appointmentEdited": "预约已编辑",
13
14
  "appointmentEditError": "编辑预约时出现错误",
14
15
  "appointmentEnded": "Appointment ended",
15
- "appointmentEndedAndVisitClosedSuccessfully": "Appointment successfully ended and visit successfully closed.",
16
+ "appointmentEndedAndVisitClosedSuccessfully": "Appointment successfully ended and visit successfully closed",
16
17
  "appointmentEndedButVisitNotClosedError": "Appointment ended, but error closing visit",
17
18
  "appointmentEndedSuccessfully": "Appointment successfully ended.",
18
19
  "appointmentEndError": "Error ending appointment",
19
20
  "appointmentFormError": "安排预约时出现错误",
20
21
  "appointmentHistory": "预约历史",
22
+ "appointmentMarkedChecked": "Appointment marked as Checked In",
21
23
  "appointmentMetrics": "预约指标",
22
24
  "appointmentMetricsLoadError": "",
23
25
  "appointmentNoteLabel": "输入附加备注",
@@ -92,7 +94,6 @@
92
94
  "highestServiceVolume": "最高量服务:{{time}}",
93
95
  "identifier": "ID",
94
96
  "invalidNumber": "数值无效",
95
- "invalidTime": "无效时间",
96
97
  "isRecurringAppointment": "这是一个定期预约吗?",
97
98
  "itemsPerPage": "每页条目数",
98
99
  "loading": "加载中",
@@ -159,6 +160,7 @@
159
160
  "unscheduledAppointments_lower": "未安排的预约",
160
161
  "upcoming": "即将到来",
161
162
  "upcomingAppointments": "即将到来的预约",
163
+ "updateError": "Error updating upcoming appointment",
162
164
  "view": "查看",
163
165
  "vitals": "生命体征",
164
166
  "week": "周",