@kenyaemr/esm-admin-app 5.4.2-pre.2269 → 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.
- package/.turbo/turbo-build.log +15 -15
- package/dist/342.js +1 -0
- package/dist/342.js.map +1 -0
- package/dist/965.js +1 -0
- package/dist/965.js.map +1 -0
- package/dist/kenyaemr-esm-admin-app.js +1 -1
- package/dist/kenyaemr-esm-admin-app.js.buildmanifest.json +54 -54
- package/dist/kenyaemr-esm-admin-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 +1 -1
- package/src/components/locations/auto-suggest/autosuggest.component.tsx +149 -0
- package/src/components/locations/auto-suggest/autosuggest.scss +61 -0
- package/src/components/locations/auto-suggest/location-autosuggest.component.tsx +94 -0
- package/src/components/locations/auto-suggest/location-autosuggest.scss +48 -0
- package/src/components/locations/common/results-tile.component.tsx +45 -0
- package/src/components/locations/common/results-tile.scss +64 -0
- package/src/components/locations/forms/add-location/add-location.workspace.scss +34 -0
- package/src/components/locations/forms/add-location/add-location.workspace.tsx +202 -0
- package/src/components/locations/forms/search-location/search-location.workspace.scss +79 -0
- package/src/components/locations/forms/search-location/search-location.workspace.tsx +215 -0
- package/src/components/locations/header/header.component.tsx +48 -0
- package/src/components/locations/header/header.scss +58 -0
- package/src/components/locations/helpers/index.ts +16 -0
- package/src/components/locations/home/home-locations.component.tsx +18 -0
- package/src/components/locations/home/home-locations.scss +8 -0
- package/src/components/locations/hooks/UseFacilityLocations.ts +12 -0
- package/src/components/locations/hooks/index.json +35 -0
- package/src/components/locations/hooks/useLocation.ts +24 -0
- package/src/components/locations/hooks/useLocationTags.ts +15 -0
- package/src/components/locations/tables/locations-table.component.tsx +243 -0
- package/src/components/locations/tables/locations-table.resource.ts +41 -0
- package/src/components/locations/tables/locations-table.scss +115 -0
- package/src/components/locations/types/index.ts +120 -0
- package/src/components/locations/utils/index.ts +5 -0
- package/src/index.ts +9 -0
- package/src/root.component.tsx +2 -0
- package/src/routes.json +27 -3
- package/dist/479.js +0 -1
- package/dist/479.js.map +0 -1
- package/dist/512.js +0 -1
- package/dist/512.js.map +0 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
assets by path *.js 4.
|
|
1
|
+
assets by path *.js 4.67 MiB
|
|
2
2
|
assets by chunk 2.77 MiB (id hint: vendors)
|
|
3
|
-
assets by status 2.
|
|
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
|
|
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
|
|
10
|
-
asset kenyaemr-esm-admin-app.js.buildmanifest.json 11.
|
|
11
|
-
asset routes.json 1.
|
|
12
|
-
orphan 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
|
|
15
|
-
modules by path ../../node_modules/
|
|
16
|
-
modules by path ./
|
|
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 (
|
|
28
|
+
main.js (1.09 MiB)
|
|
29
29
|
130.js (630 KiB)
|
|
30
|
-
|
|
30
|
+
342.js (792 KiB)
|
|
31
31
|
359.js (1.59 MiB)
|
|
32
|
-
|
|
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 (
|
|
36
|
+
main (1.09 MiB)
|
|
37
37
|
main.js
|
|
38
38
|
|
|
39
|
-
webpack 5.99.9 compiled with 2 warnings in
|
|
39
|
+
webpack 5.99.9 compiled with 2 warnings in 195320 ms
|