@kenyaemr/esm-appointments-app 8.1.1-pre.111 → 8.1.1-pre.116

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 (100) hide show
  1. package/.turbo/turbo-build.log +24 -25
  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/385.js +1 -0
  20. package/dist/385.js.map +1 -0
  21. package/dist/440.js +2 -0
  22. package/dist/440.js.LICENSE.txt +15 -0
  23. package/dist/440.js.map +1 -0
  24. package/dist/460.js +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/788.js +1 -1
  32. package/dist/807.js +1 -1
  33. package/dist/833.js +1 -1
  34. package/dist/kenyaemr-esm-appointments-app.js +1 -1
  35. package/dist/kenyaemr-esm-appointments-app.js.buildmanifest.json +194 -173
  36. package/dist/kenyaemr-esm-appointments-app.js.map +1 -1
  37. package/dist/main.js +1 -1
  38. package/dist/main.js.map +1 -1
  39. package/dist/routes.json +1 -1
  40. package/package.json +2 -2
  41. package/src/appointments/appointment-tabs.component.tsx +1 -2
  42. package/src/appointments/common-components/appointments-table.component.tsx +2 -2
  43. package/src/appointments/common-components/appointments-table.test.tsx +3 -3
  44. package/src/appointments/unscheduled/unscheduled-appointments.component.tsx +2 -2
  45. package/src/appointments/unscheduled/unscheduled-appointments.test.tsx +3 -3
  46. package/src/appointments.component.tsx +1 -1
  47. package/src/appointments.test.tsx +5 -5
  48. package/src/calendar/appointments-calendar-view.component.tsx +1 -1
  49. package/src/calendar/header/calendar-header.component.tsx +7 -5
  50. package/src/calendar/header/calendar-header.scss +12 -0
  51. package/src/calendar/monthly/days-of-week.component.tsx +6 -4
  52. package/src/calendar/monthly/days-of-week.scss +5 -0
  53. package/src/calendar/monthly/monthly-calendar-view.component.tsx +2 -2
  54. package/src/calendar/monthly/monthly-header.component.tsx +49 -0
  55. package/src/calendar/monthly/monthly-view-workload.scss +0 -4
  56. package/src/calendar/monthly/monthly-workload-view-expanded.component.tsx +6 -1
  57. package/src/calendar/monthly/monthly-workload-view.component.tsx +3 -3
  58. package/src/config-schema.ts +6 -0
  59. package/src/constants.ts +1 -1
  60. package/src/form/appointments-form.component.tsx +59 -30
  61. package/src/form/appointments-form.scss +9 -0
  62. package/src/header/appointments-header.component.tsx +38 -55
  63. package/src/header/appointments-header.scss +7 -56
  64. package/src/helpers/excel.ts +31 -15
  65. package/src/hooks/useClinicalMetrics.ts +7 -5
  66. package/src/index.ts +15 -13
  67. package/src/metrics/metrics-header.component.tsx +3 -4
  68. package/src/routes.json +3 -3
  69. package/src/types/index.ts +0 -1
  70. package/translations/am.json +7 -2
  71. package/translations/ar.json +7 -2
  72. package/translations/en.json +7 -2
  73. package/translations/es.json +69 -64
  74. package/translations/fr.json +71 -66
  75. package/translations/he.json +7 -2
  76. package/translations/km.json +7 -2
  77. package/translations/zh.json +7 -2
  78. package/translations/zh_CN.json +7 -2
  79. package/dist/152.js +0 -1
  80. package/dist/152.js.map +0 -1
  81. package/dist/23.js +0 -2
  82. package/dist/23.js.LICENSE.txt +0 -5
  83. package/dist/23.js.map +0 -1
  84. package/dist/255.js +0 -2
  85. package/dist/255.js.map +0 -1
  86. package/dist/303.js +0 -1
  87. package/dist/303.js.map +0 -1
  88. package/dist/646.js +0 -2
  89. package/dist/646.js.map +0 -1
  90. package/dist/729.js +0 -1
  91. package/dist/729.js.map +0 -1
  92. package/dist/85.js +0 -1
  93. package/dist/85.js.map +0 -1
  94. package/dist/89.js +0 -1
  95. package/dist/89.js.map +0 -1
  96. package/src/calendar/monthly/monthly-header.module.tsx +0 -40
  97. package/src/header/appointments-illustration.component.tsx +0 -22
  98. /package/dist/{646.js.LICENSE.txt → 198.js.LICENSE.txt} +0 -0
  99. /package/dist/{255.js.LICENSE.txt → 372.js.LICENSE.txt} +0 -0
  100. /package/src/calendar/monthly/{monthly-header.module.scss → monthly-header.scss} +0 -0
@@ -1,25 +1,24 @@
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
1
+ assets by path *.js 4.86 MiB
2
+ assets by chunk 2.46 MiB (id hint: vendors)
3
+ assets by status 2.15 MiB [big]
4
+ asset 130.js 1.37 MiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
5
+ asset 198.js 792 KiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
6
+ asset 385.js 189 KiB [emitted] [minimized] (id hint: vendors) 1 related asset
7
+ asset 440.js 55.1 KiB [emitted] [minimized] (id hint: vendors) 2 related assets
7
8
  asset 591.js 50.8 KiB [emitted] [minimized] (id hint: vendors) 2 related assets
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
- asset 729.js 6.05 KiB [emitted] [minimized] (id hint: vendors) 1 related asset
11
- asset 255.js 5.57 KiB [emitted] [minimized] (id hint: vendors) 2 related assets
12
- + 18 assets
13
- assets by path *.json 17.4 KiB
14
- asset kenyaemr-esm-appointments-app.js.buildmanifest.json 14.4 KiB [emitted]
10
+ asset 325.js 6.09 KiB [emitted] [minimized] (id hint: vendors) 1 related asset
11
+ + 20 assets
12
+ assets by path *.json 17.8 KiB
13
+ asset kenyaemr-esm-appointments-app.js.buildmanifest.json 14.8 KiB [emitted]
15
14
  asset routes.json 2.99 KiB [emitted] [from: src/routes.json] [copied]
16
- orphan modules 4.45 MiB [orphan] 943 modules
17
- runtime modules 40.7 KiB 28 modules
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
15
+ orphan modules 4.58 MiB [orphan] 938 modules
16
+ runtime modules 42.8 KiB 30 modules
17
+ built modules 10.3 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared) [built]
18
+ modules by path ../../node_modules/ 9.24 MiB 140 modules
19
+ modules by path ./ 1.06 MiB
20
+ modules by path ./src/ 1.01 MiB 42 modules
21
+ modules by path ./translations/ 53.5 KiB 10 modules
23
22
  provide-module modules 294 bytes 7 modules
24
23
  consume-shared-module modules 294 bytes
25
24
  modules by path consume shared module (default) @openmrs/ 84 bytes 2 modules
@@ -30,14 +29,14 @@ built modules 9.09 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-sh
30
29
  WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
31
30
  This can impact web performance.
32
31
  Assets:
33
- main.js (1.6 MiB)
34
- 130.js (1.09 MiB)
35
- 89.js (790 KiB)
36
- 646.js (792 KiB)
32
+ main.js (1.53 MiB)
33
+ 130.js (1.37 MiB)
34
+ 711.js (723 KiB)
35
+ 198.js (792 KiB)
37
36
 
38
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
38
  Entrypoints:
40
- main (1.6 MiB)
39
+ main (1.53 MiB)
41
40
  main.js
42
41
 
43
- webpack 5.88.0 compiled with 2 warnings in 151133 ms
42
+ webpack 5.88.0 compiled with 2 warnings in 80562 ms