@kenyaemr/esm-admin-app 5.4.2-pre.2271 → 5.4.2-pre.2272

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 (43) hide show
  1. package/.turbo/turbo-build.log +15 -15
  2. package/dist/342.js +1 -0
  3. package/dist/342.js.map +1 -0
  4. package/dist/965.js +1 -0
  5. package/dist/965.js.map +1 -0
  6. package/dist/kenyaemr-esm-admin-app.js +1 -1
  7. package/dist/kenyaemr-esm-admin-app.js.buildmanifest.json +54 -54
  8. package/dist/kenyaemr-esm-admin-app.js.map +1 -1
  9. package/dist/main.js +1 -1
  10. package/dist/main.js.map +1 -1
  11. package/dist/routes.json +1 -1
  12. package/package.json +1 -1
  13. package/src/components/locations/auto-suggest/autosuggest.component.tsx +149 -0
  14. package/src/components/locations/auto-suggest/autosuggest.scss +61 -0
  15. package/src/components/locations/auto-suggest/location-autosuggest.component.tsx +94 -0
  16. package/src/components/locations/auto-suggest/location-autosuggest.scss +48 -0
  17. package/src/components/locations/common/results-tile.component.tsx +45 -0
  18. package/src/components/locations/common/results-tile.scss +64 -0
  19. package/src/components/locations/forms/add-location/add-location.workspace.scss +34 -0
  20. package/src/components/locations/forms/add-location/add-location.workspace.tsx +202 -0
  21. package/src/components/locations/forms/search-location/search-location.workspace.scss +79 -0
  22. package/src/components/locations/forms/search-location/search-location.workspace.tsx +215 -0
  23. package/src/components/locations/header/header.component.tsx +48 -0
  24. package/src/components/locations/header/header.scss +58 -0
  25. package/src/components/locations/helpers/index.ts +16 -0
  26. package/src/components/locations/home/home-locations.component.tsx +18 -0
  27. package/src/components/locations/home/home-locations.scss +8 -0
  28. package/src/components/locations/hooks/UseFacilityLocations.ts +12 -0
  29. package/src/components/locations/hooks/index.json +35 -0
  30. package/src/components/locations/hooks/useLocation.ts +24 -0
  31. package/src/components/locations/hooks/useLocationTags.ts +15 -0
  32. package/src/components/locations/tables/locations-table.component.tsx +243 -0
  33. package/src/components/locations/tables/locations-table.resource.ts +41 -0
  34. package/src/components/locations/tables/locations-table.scss +115 -0
  35. package/src/components/locations/types/index.ts +120 -0
  36. package/src/components/locations/utils/index.ts +5 -0
  37. package/src/index.ts +9 -0
  38. package/src/root.component.tsx +2 -0
  39. package/src/routes.json +27 -3
  40. package/dist/479.js +0 -1
  41. package/dist/479.js.map +0 -1
  42. package/dist/512.js +0 -1
  43. package/dist/512.js.map +0 -1
@@ -1,19 +1,19 @@
1
- assets by path *.js 4.08 MiB
1
+ assets by path *.js 4.67 MiB
2
2
  assets by chunk 2.77 MiB (id hint: vendors)
3
- assets by status 2.45 MiB [big]
3
+ assets by status 2.46 MiB [big]
4
4
  asset 359.js 1.59 MiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
5
5
  asset 130.js 630 KiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
6
- asset 512.js 248 KiB [emitted] [minimized] [big] (id hint: vendors) 1 related asset
6
+ asset 965.js 254 KiB [emitted] [minimized] [big] (id hint: vendors) 1 related asset
7
7
  + 7 assets
8
8
  + 10 assets
9
- assets by path *.json 12.7 KiB
10
- asset kenyaemr-esm-admin-app.js.buildmanifest.json 11.4 KiB [emitted]
11
- asset routes.json 1.23 KiB [emitted] [from: src/routes.json] [copied]
12
- orphan modules 9.03 MiB [orphan] 3122 modules
9
+ assets by path *.json 13.1 KiB
10
+ asset kenyaemr-esm-admin-app.js.buildmanifest.json 11.5 KiB [emitted]
11
+ asset routes.json 1.63 KiB [emitted] [from: src/routes.json] [copied]
12
+ orphan modules 10.7 MiB [orphan] 3149 modules
13
13
  runtime modules 41.9 KiB 28 modules
14
- built modules 9.59 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared) [built]
15
- modules by path ../../node_modules/ 8.89 MiB 587 modules
16
- modules by path ./ 716 KiB 20 modules
14
+ built modules 10.9 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared) [built]
15
+ modules by path ../../node_modules/ 9.82 MiB 591 modules
16
+ modules by path ./ 1.05 MiB 28 modules
17
17
  provide-module modules 294 bytes
18
18
  modules by path provide shared module (default) swr/ 84 bytes 2 modules
19
19
  + 5 modules
@@ -25,15 +25,15 @@ built modules 9.59 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-sh
25
25
  WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
26
26
  This can impact web performance.
27
27
  Assets:
28
- main.js (815 KiB)
28
+ main.js (1.09 MiB)
29
29
  130.js (630 KiB)
30
- 479.js (497 KiB)
30
+ 342.js (792 KiB)
31
31
  359.js (1.59 MiB)
32
- 512.js (248 KiB)
32
+ 965.js (254 KiB)
33
33
 
34
34
  WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
35
35
  Entrypoints:
36
- main (815 KiB)
36
+ main (1.09 MiB)
37
37
  main.js
38
38
 
39
- webpack 5.99.9 compiled with 2 warnings in 177694 ms
39
+ webpack 5.99.9 compiled with 2 warnings in 195320 ms