@kenyaemr/esm-morgue-app 5.4.2-pre.2288 → 5.4.2-pre.2291
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 +0 -13
package/.turbo/turbo-build.log
CHANGED
|
@@ -5,9 +5,9 @@ assets by path *.js 3.71 MiB
|
|
|
5
5
|
asset 420.js 644 KiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
6
6
|
+ 11 assets
|
|
7
7
|
+ 19 assets
|
|
8
|
-
assets by path *.json 19.
|
|
8
|
+
assets by path *.json 19.1 KiB
|
|
9
9
|
asset kenyaemr-esm-morgue-app.js.buildmanifest.json 17.2 KiB [emitted]
|
|
10
|
-
asset routes.json
|
|
10
|
+
asset routes.json 1.85 KiB [emitted] [from: src/routes.json] [copied]
|
|
11
11
|
orphan modules 11.3 MiB [orphan] 3166 modules
|
|
12
12
|
runtime modules 42.1 KiB 28 modules
|
|
13
13
|
built modules 10.1 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared) [built]
|
|
@@ -29,4 +29,4 @@ Assets:
|
|
|
29
29
|
420.js (644 KiB)
|
|
30
30
|
4.js (1.62 MiB)
|
|
31
31
|
|
|
32
|
-
webpack 5.99.9 compiled with 1 warning in
|
|
32
|
+
webpack 5.99.9 compiled with 1 warning in 138201 ms
|
package/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":"^2.24.0"},"extensions":[{"
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":"^2.24.0"},"extensions":[{"name":"action-buttons","component":"actionBarButtons","slot":"mortuary-action-buttons-slot","meta":{"fullWidth":false,"privileges":["o3 : View Mortuary Dashboard","o3 : Admit Body to Mortuary","o3 : Edit Mortuary Records","o3 : Discharge Body from Mortuary","o3 : View Mortuary Compartments","o3 : Swap Mortuary Compartments","o3 : View Mortuary Billing","o3 : Process Mortuary Payments","o3 : View Mortuary Reports","o3 : Generate Mortuary Reports"]}},{"name":"deceased-banner-info","component":"bannerInfo","slot":"deceased-banner-info-slot","meta":{"fullWidth":false}},{"name":"mortuary-summary-info","component":"mortuarySummary","slot":"mortuary-summary-info-slot"},{"component":"root","name":"morgue-dashboard-root","slot":"morgue-dashboard-slot","meta":{"privileges":["o3 : View Mortuary Dashboard"]}}],"workspaces":[{"name":"patient-additional-info-form","component":"patientAdditionalInfoForm","title":"add more details","type":"other-form"},{"name":"discharge-body-form","component":"dischargeBodyForm","title":"discharge body form","type":"other-form"},{"name":"admit-body-form","component":"admitBodyForm","title":"Admission form","type":"other-form"},{"name":"swap-unit-form","component":"swapForm","title":"Swap form","type":"other-form"},{"name":"admit-deceased-person-form","component":"admitDeceasedPersonForm","title":"Admit Deceased Person","type":"other-form"},{"name":"mortuary-form-entry","component":"mortuaryFormEntry","title":"Mortuary Form Entry","type":"form","width":"extra-wide","canMaximize":true,"canHide":true},{"name":"dispose-deceased-person-form","component":"disposeDeceasedPersonForm","title":"Dispose Deceased Person","type":"other-form"}],"pages":[{"component":"root","route":"morgue"}],"version":"5.4.2-pre.2291"}
|
package/package.json
CHANGED
package/src/routes.json
CHANGED
|
@@ -5,19 +5,6 @@
|
|
|
5
5
|
"webservices.rest": "^2.24.0"
|
|
6
6
|
},
|
|
7
7
|
"extensions": [
|
|
8
|
-
{
|
|
9
|
-
"component": "morgueDashboardLink",
|
|
10
|
-
"name": "morgue-dashboard-link",
|
|
11
|
-
"slot": "homepage-dashboard-slot",
|
|
12
|
-
"meta": {
|
|
13
|
-
"name": "morgue",
|
|
14
|
-
"title": "morgue",
|
|
15
|
-
"slot": "morgue-dashboard-slot",
|
|
16
|
-
"privileges": [
|
|
17
|
-
"o3 : View Mortuary Dashboard"
|
|
18
|
-
]
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
8
|
{
|
|
22
9
|
"name": "action-buttons",
|
|
23
10
|
"component": "actionBarButtons",
|