@kenyaemr/esm-appointments-app 7.0.2-pre.67 → 7.0.2-pre.68
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 +7 -7
- package/dist/130.js +1 -1
- package/dist/130.js.map +1 -1
- package/dist/224.js +1 -1
- package/dist/224.js.map +1 -1
- package/dist/265.js +1 -0
- package/dist/265.js.map +1 -0
- package/dist/271.js +1 -1
- package/dist/319.js +1 -1
- package/dist/460.js +1 -1
- package/dist/529.js +1 -0
- package/dist/{309.js.map → 529.js.map} +1 -1
- package/dist/644.js +1 -1
- 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/904.js +1 -1
- package/dist/904.js.map +1 -1
- package/dist/kenyaemr-esm-appointments-app.js +1 -1
- package/dist/kenyaemr-esm-appointments-app.js.buildmanifest.json +84 -84
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +2 -2
- package/src/appointments/common-components/{end-appointment-modal.test.tsx → end-appointment.test.tsx} +2 -2
- package/src/form/appointments-form.scss +0 -35
- package/src/index.ts +2 -2
- package/src/patient-appointments/patient-appointments-header.tsx +4 -4
- package/translations/am.json +34 -23
- package/translations/ar.json +32 -21
- package/translations/es.json +32 -21
- package/translations/fr.json +88 -77
- package/translations/he.json +32 -21
- package/translations/km.json +32 -21
- package/translations/zh.json +32 -21
- package/translations/zh_CN.json +32 -21
- package/dist/309.js +0 -1
- package/dist/4.js +0 -1
- package/dist/4.js.map +0 -1
- /package/src/appointments/common-components/{end-appointment-modal.component.tsx → end-appointment.modal.tsx} +0 -0
- /package/src/patient-appointments/{patient-appointments-cancel-modal.component.tsx → patient-appointments-cancel.modal.tsx} +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -2,8 +2,8 @@ assets by path *.js 2.9 MiB
|
|
|
2
2
|
assets by chunk 1.6 MiB (id hint: vendors)
|
|
3
3
|
assets by status 1.4 MiB [big]
|
|
4
4
|
asset 445.js 792 KiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
5
|
-
asset 130.js
|
|
6
|
-
asset 904.js 72.
|
|
5
|
+
asset 130.js 644 KiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
6
|
+
asset 904.js 72.8 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
8
|
asset 857.js 48 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
|
|
@@ -17,9 +17,9 @@ orphan modules 4.38 MiB [orphan] 904 modules
|
|
|
17
17
|
runtime modules 40.7 KiB 28 modules
|
|
18
18
|
built modules 6.75 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared) [built]
|
|
19
19
|
modules by path ../../node_modules/ 6.3 MiB 124 modules
|
|
20
|
-
modules by path ./
|
|
21
|
-
modules by path ./src/
|
|
22
|
-
modules by path ./translations/
|
|
20
|
+
modules by path ./ 468 KiB
|
|
21
|
+
modules by path ./src/ 418 KiB 35 modules
|
|
22
|
+
modules by path ./translations/ 50.1 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
|
|
@@ -31,7 +31,7 @@ WARNING in asset size limit: The following asset(s) exceed the recommended size
|
|
|
31
31
|
This can impact web performance.
|
|
32
32
|
Assets:
|
|
33
33
|
main.js (1.02 MiB)
|
|
34
|
-
130.js (
|
|
34
|
+
130.js (644 KiB)
|
|
35
35
|
445.js (792 KiB)
|
|
36
36
|
|
|
37
37
|
WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
|
|
@@ -39,4 +39,4 @@ Entrypoints:
|
|
|
39
39
|
main (1.02 MiB)
|
|
40
40
|
main.js
|
|
41
41
|
|
|
42
|
-
webpack 5.88.0 compiled with 2 warnings in
|
|
42
|
+
webpack 5.88.0 compiled with 2 warnings in 138822 ms
|