@kenyaemr/esm-version-app 5.4.2-pre.2128 → 5.4.2-pre.2135
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.
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"auxiliaryFiles": [
|
|
79
79
|
"main.js.map"
|
|
80
80
|
],
|
|
81
|
-
"hash": "
|
|
81
|
+
"hash": "409bacb226bb6fc2",
|
|
82
82
|
"childrenByOrder": {}
|
|
83
83
|
},
|
|
84
84
|
{
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
"auxiliaryFiles": [
|
|
178
178
|
"355.js.map"
|
|
179
179
|
],
|
|
180
|
-
"hash": "
|
|
180
|
+
"hash": "043097f42a6aaa46",
|
|
181
181
|
"childrenByOrder": {}
|
|
182
182
|
},
|
|
183
183
|
{
|
package/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"kenyaemr":"^19.0.0"},"pages":[{"component":"about","route":"about","online":true,"offline":true}],"extensions":[{"component":"
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"kenyaemr":"^19.0.0"},"pages":[{"component":"about","route":"about","online":true,"offline":true}],"extensions":[{"component":"homeRoot","name":"kenya-emr-home-root","slot":"kenyaemr-home-page-slot"},{"component":"diagnosticsDashboardNavGroup","name":"diagnostics-dashboard-nav-group","meta":{"name":"diagnostics","title":"Diagnostics","slot":"diagnostics-slot"},"slot":"homepage-dashboard-slot"},{"component":"diagnosticsRoot","name":"diagnostics-root","slot":"diagnostics-slot"},{"component":"claimsManagementSideNavGroup","name":"claims-management-dashboard-nav-group","meta":{"name":"claims-management","title":"Claims management Overview","slot":"case-management-slot"},"featureFlag":"healthInformationExchange","slot":"homepage-dashboard-slot"},{"component":"linkageServicesDashboardNavGroup","name":"linkage-services-dashboard-nav-group","meta":{"name":"linkage-services","title":"Linkage Services","slot":"linkage-services-slot"},"slot":"homepage-dashboard-slot"},{"component":"linkageServicesRoot","name":"linkage-services-root","slot":"linkage-services-slot"},{"component":"inpatientDashboardLink","name":"kenya-emr-inpatient-dashboard-link"},{"component":"referralsDashboardLink","name":"kenyaemr-referrals-dashboard-link"},{"component":"wardsDashboardLink","name":"kenyaemr-wards-dashboard-link"},{"component":"mortuaryDashboardLink","name":"kenyaemr-morgue-dashboard-link"},{"component":"providersDashboardLink","name":"kenyaemr-providers-dashboard-link"},{"component":"patientServicesDashboardNavGroup","name":"patient-services-dashboard-nav-group","order":1,"slot":"homepage-dashboard-slot"},{"component":"patientChartClinicalConsultationNavGroup","order":3,"name":"patient-chart-clinical-consultation-nav-group","meta":{"name":"clinical-consultation","title":"Clinical consultation","slot":"clinical-consultation-slot"}}],"version":"5.4.2-pre.2135"}
|
package/package.json
CHANGED
package/src/release-version.js
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
/* tslint:disable */
|
|
4
4
|
export const VERSION = {
|
|
5
5
|
"dirty": true,
|
|
6
|
-
"raw": "v5.4.1-
|
|
7
|
-
"hash": "
|
|
8
|
-
"distance":
|
|
6
|
+
"raw": "v5.4.1-6-gd0c53a7-dirty",
|
|
7
|
+
"hash": "gd0c53a7",
|
|
8
|
+
"distance": 6,
|
|
9
9
|
"tag": "v5.4.1",
|
|
10
10
|
"semver": {
|
|
11
11
|
"options": {
|
|
@@ -21,9 +21,9 @@ export const VERSION = {
|
|
|
21
21
|
"build": [],
|
|
22
22
|
"version": "5.4.1"
|
|
23
23
|
},
|
|
24
|
-
"suffix": "
|
|
25
|
-
"semverString": "5.4.1+
|
|
26
|
-
"version": "5.4.2-pre.
|
|
27
|
-
"buildDate": "2025-05-
|
|
24
|
+
"suffix": "6-gd0c53a7-dirty",
|
|
25
|
+
"semverString": "5.4.1+6.gd0c53a7",
|
|
26
|
+
"version": "5.4.2-pre.2135",
|
|
27
|
+
"buildDate": "2025-05-23T08:32:28.836Z"
|
|
28
28
|
};
|
|
29
29
|
/* tslint:enable */
|
package/src/routes.json
CHANGED
|
@@ -12,16 +12,6 @@
|
|
|
12
12
|
}
|
|
13
13
|
],
|
|
14
14
|
"extensions": [
|
|
15
|
-
{
|
|
16
|
-
"component": "homeDashboardLink",
|
|
17
|
-
"name": "kenyaemr-home-page-link",
|
|
18
|
-
"order": 0,
|
|
19
|
-
"meta": {
|
|
20
|
-
"name": "",
|
|
21
|
-
"title": "KenyaEMR Home page",
|
|
22
|
-
"slot": "kenyaemr-home-page-slot"
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
15
|
{
|
|
26
16
|
"component": "homeRoot",
|
|
27
17
|
"name": "kenya-emr-home-root",
|
|
@@ -34,22 +24,14 @@
|
|
|
34
24
|
"name": "diagnostics",
|
|
35
25
|
"title": "Diagnostics",
|
|
36
26
|
"slot": "diagnostics-slot"
|
|
37
|
-
}
|
|
27
|
+
},
|
|
28
|
+
"slot": "homepage-dashboard-slot"
|
|
38
29
|
},
|
|
39
30
|
{
|
|
40
31
|
"component": "diagnosticsRoot",
|
|
41
32
|
"name": "diagnostics-root",
|
|
42
33
|
"slot": "diagnostics-slot"
|
|
43
34
|
},
|
|
44
|
-
{
|
|
45
|
-
"component": "billingDashboardNavGroup",
|
|
46
|
-
"name": "billing-dashboard-nav-group",
|
|
47
|
-
"meta": {
|
|
48
|
-
"name": "billing",
|
|
49
|
-
"title": "Billing",
|
|
50
|
-
"slot": "billing-dashboard-slot"
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
35
|
{
|
|
54
36
|
"component": "claimsManagementSideNavGroup",
|
|
55
37
|
"name": "claims-management-dashboard-nav-group",
|
|
@@ -58,7 +40,8 @@
|
|
|
58
40
|
"title": "Claims management Overview",
|
|
59
41
|
"slot": "case-management-slot"
|
|
60
42
|
},
|
|
61
|
-
"featureFlag": "healthInformationExchange"
|
|
43
|
+
"featureFlag": "healthInformationExchange",
|
|
44
|
+
"slot": "homepage-dashboard-slot"
|
|
62
45
|
},
|
|
63
46
|
{
|
|
64
47
|
"component": "linkageServicesDashboardNavGroup",
|
|
@@ -67,7 +50,8 @@
|
|
|
67
50
|
"name": "linkage-services",
|
|
68
51
|
"title": "Linkage Services",
|
|
69
52
|
"slot": "linkage-services-slot"
|
|
70
|
-
}
|
|
53
|
+
},
|
|
54
|
+
"slot": "homepage-dashboard-slot"
|
|
71
55
|
},
|
|
72
56
|
{
|
|
73
57
|
"component": "linkageServicesRoot",
|
|
@@ -97,7 +81,8 @@
|
|
|
97
81
|
{
|
|
98
82
|
"component": "patientServicesDashboardNavGroup",
|
|
99
83
|
"name": "patient-services-dashboard-nav-group",
|
|
100
|
-
"order": 1
|
|
84
|
+
"order": 1,
|
|
85
|
+
"slot": "homepage-dashboard-slot"
|
|
101
86
|
},
|
|
102
87
|
{
|
|
103
88
|
"component": "patientChartClinicalConsultationNavGroup",
|