@kenyaemr/esm-appointments-app 7.0.3-pre.89 → 8.0.0
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 +2 -3
- 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/.turbo/turbo-build.log
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
assets by path *.js
|
|
2
|
-
assets by chunk
|
|
3
|
-
assets by status 1.
|
|
4
|
-
asset
|
|
5
|
-
asset
|
|
6
|
-
asset
|
|
1
|
+
assets by path *.js 4.66 MiB
|
|
2
|
+
assets by chunk 2.17 MiB (id hint: vendors)
|
|
3
|
+
assets by status 1.87 MiB [big]
|
|
4
|
+
asset 130.js 1.09 MiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
5
|
+
asset 646.js 792 KiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
6
|
+
asset 85.js 182 KiB [emitted] [minimized] (id hint: vendors) 1 related asset
|
|
7
7
|
asset 591.js 50.8 KiB [emitted] [minimized] (id hint: vendors) 2 related assets
|
|
8
|
-
asset
|
|
8
|
+
asset 23.js 50 KiB [emitted] [minimized] (id hint: vendors) 2 related assets
|
|
9
9
|
asset 501.js 20.1 KiB [emitted] [minimized] (id hint: vendors) 1 related asset
|
|
10
10
|
asset 729.js 6.05 KiB [emitted] [minimized] (id hint: vendors) 1 related asset
|
|
11
11
|
asset 255.js 5.57 KiB [emitted] [minimized] (id hint: vendors) 2 related assets
|
|
12
|
-
+
|
|
13
|
-
assets by path *.json
|
|
14
|
-
asset kenyaemr-esm-appointments-app.js.buildmanifest.json
|
|
15
|
-
asset routes.json 2.
|
|
16
|
-
orphan modules 4.
|
|
12
|
+
+ 18 assets
|
|
13
|
+
assets by path *.json 17.4 KiB
|
|
14
|
+
asset kenyaemr-esm-appointments-app.js.buildmanifest.json 14.4 KiB [emitted]
|
|
15
|
+
asset routes.json 2.98 KiB [emitted] [from: src/routes.json] [copied]
|
|
16
|
+
orphan modules 4.45 MiB [orphan] 943 modules
|
|
17
17
|
runtime modules 40.7 KiB 28 modules
|
|
18
|
-
built modules
|
|
19
|
-
modules by path ../../node_modules/
|
|
20
|
-
modules by path ./
|
|
21
|
-
modules by path ./src/
|
|
22
|
-
modules by path ./translations/ 50.
|
|
18
|
+
built modules 9.09 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared) [built]
|
|
19
|
+
modules by path ../../node_modules/ 8.01 MiB 140 modules
|
|
20
|
+
modules by path ./ 1.08 MiB
|
|
21
|
+
modules by path ./src/ 1.03 MiB 37 modules
|
|
22
|
+
modules by path ./translations/ 50.6 KiB 10 modules
|
|
23
23
|
provide-module modules 294 bytes 7 modules
|
|
24
24
|
consume-shared-module modules 294 bytes
|
|
25
25
|
modules by path consume shared module (default) @openmrs/ 84 bytes 2 modules
|
|
@@ -30,13 +30,14 @@ built modules 6.75 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-sh
|
|
|
30
30
|
WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
|
|
31
31
|
This can impact web performance.
|
|
32
32
|
Assets:
|
|
33
|
-
main.js (1.
|
|
34
|
-
130.js (
|
|
35
|
-
|
|
33
|
+
main.js (1.6 MiB)
|
|
34
|
+
130.js (1.09 MiB)
|
|
35
|
+
89.js (790 KiB)
|
|
36
|
+
646.js (792 KiB)
|
|
36
37
|
|
|
37
38
|
WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
|
|
38
39
|
Entrypoints:
|
|
39
|
-
main (1.
|
|
40
|
+
main (1.6 MiB)
|
|
40
41
|
main.js
|
|
41
42
|
|
|
42
|
-
webpack 5.88.0 compiled with 2 warnings in
|
|
43
|
+
webpack 5.88.0 compiled with 2 warnings in 210707 ms
|