@kenyaemr/esm-admin-app 5.4.2-pre.2272 → 5.4.2-pre.2277
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 +3 -3
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/routes.json +5 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -6,9 +6,9 @@ assets by path *.js 4.67 MiB
|
|
|
6
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 13.
|
|
9
|
+
assets by path *.json 13.2 KiB
|
|
10
10
|
asset kenyaemr-esm-admin-app.js.buildmanifest.json 11.5 KiB [emitted]
|
|
11
|
-
asset routes.json 1.
|
|
11
|
+
asset routes.json 1.75 KiB [emitted] [from: src/routes.json] [copied]
|
|
12
12
|
orphan modules 10.7 MiB [orphan] 3149 modules
|
|
13
13
|
runtime modules 41.9 KiB 28 modules
|
|
14
14
|
built modules 10.9 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared) [built]
|
|
@@ -36,4 +36,4 @@ Entrypoints:
|
|
|
36
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 116435 ms
|
package/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"kenyaemrCharts":"^1.6.7"},"extensions":[{"component":"adminLeftPanelLink","name":"admin-left-panel-link","slot":"admin-left-panel-slot"},{"component":"userManagementLeftPannelLink","name":"user-management-left-panel-link","slot":"admin-left-panel-slot"},{"component":"locationsLeftPanelLink","name":"locations-left-panel-link","slot":"admin-left-panel-slot"},{"component":"facilitySetupLeftPanelLink","name":"facility-setup-left-panel-link","slot":"admin-left-panel-slot"}],"workspaces":[{"name":"manage-user-workspace","component":"manageUserWorkspace","title":"Manage User Workspace","type":"other-form","canMaximize":true,"width":"extra-wide"},{"name":"user-role-scope-workspace","component":"userRoleScopeWorkspace","title":"User Rple Scope Workspace","type":"other-form","canMaximize":true,"width":"extra-wide"},{"name":"add-location-workspace","title":"Add Location","component":"addLocation","type":"workspace"},{"name":"search-location-workspace","title":"Search Location","component":"searchLocationWorkspace","type":"workspace"},{"name":"hwr-sync-workspace","title":"HWR Sync Workspace","component":"hwrSyncWorkspace","type":"other-form"},{"name":"hwr-sync-modal","title":"HWR Sync Modal","component":"hwrSyncModal","type":"modal"}],"modals":[{"component":"operationConfirmationModal","name":"operation-confirmation-modal"},{"component":"hwrConfirmationModal","name":"hwr-confirmation-modal"},{"component":"hwrEmptyModal","name":"hwr-empty-modal"},{"component":"hwrSyncModal","name":"hwr-syncing-modal"}],"pages":[{"component":"root","route":"admin"}],"version":"5.4.2-pre.
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"kenyaemrCharts":"^1.6.7"},"extensions":[{"component":"adminLeftPanelLink","name":"admin-left-panel-link","slot":"admin-left-panel-slot"},{"component":"userManagementLeftPannelLink","name":"user-management-left-panel-link","slot":"admin-left-panel-slot"},{"component":"etlAdministrationLeftPannelLink","name":"etl-administration-left-panel-link","slot":"admin-left-panel-slot"},{"component":"locationsLeftPanelLink","name":"locations-left-panel-link","slot":"admin-left-panel-slot"},{"component":"facilitySetupLeftPanelLink","name":"facility-setup-left-panel-link","slot":"admin-left-panel-slot"}],"workspaces":[{"name":"manage-user-workspace","component":"manageUserWorkspace","title":"Manage User Workspace","type":"other-form","canMaximize":true,"width":"extra-wide"},{"name":"user-role-scope-workspace","component":"userRoleScopeWorkspace","title":"User Rple Scope Workspace","type":"other-form","canMaximize":true,"width":"extra-wide"},{"name":"add-location-workspace","title":"Add Location","component":"addLocation","type":"workspace"},{"name":"search-location-workspace","title":"Search Location","component":"searchLocationWorkspace","type":"workspace"},{"name":"hwr-sync-workspace","title":"HWR Sync Workspace","component":"hwrSyncWorkspace","type":"other-form"},{"name":"hwr-sync-modal","title":"HWR Sync Modal","component":"hwrSyncModal","type":"modal"}],"modals":[{"component":"operationConfirmationModal","name":"operation-confirmation-modal"},{"component":"hwrConfirmationModal","name":"hwr-confirmation-modal"},{"component":"hwrEmptyModal","name":"hwr-empty-modal"},{"component":"hwrSyncModal","name":"hwr-syncing-modal"}],"pages":[{"component":"root","route":"admin"}],"version":"5.4.2-pre.2277"}
|
package/package.json
CHANGED
package/src/routes.json
CHANGED
|
@@ -14,6 +14,11 @@
|
|
|
14
14
|
"name": "user-management-left-panel-link",
|
|
15
15
|
"slot": "admin-left-panel-slot"
|
|
16
16
|
},
|
|
17
|
+
{
|
|
18
|
+
"component": "etlAdministrationLeftPannelLink",
|
|
19
|
+
"name": "etl-administration-left-panel-link",
|
|
20
|
+
"slot": "admin-left-panel-slot"
|
|
21
|
+
},
|
|
17
22
|
{
|
|
18
23
|
"component": "locationsLeftPanelLink",
|
|
19
24
|
"name": "locations-left-panel-link",
|