@kenyaemr/esm-patient-flags-app 5.4.3-pre.2919 → 5.4.3-pre.2921
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 +1 -1
- package/dist/125.js +1 -1
- package/dist/125.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-patient-flags-app.js.buildmanifest.json +6 -6
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/navbar/nav-utils.component.tsx +1 -1
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
"rendered": true,
|
|
6
6
|
"initial": false,
|
|
7
7
|
"entry": false,
|
|
8
|
-
"size":
|
|
8
|
+
"size": 119639,
|
|
9
9
|
"sizes": {
|
|
10
|
-
"javascript":
|
|
10
|
+
"javascript": 119639
|
|
11
11
|
},
|
|
12
12
|
"names": [],
|
|
13
13
|
"idHints": [],
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"auxiliaryFiles": [
|
|
21
21
|
"125.js.map"
|
|
22
22
|
],
|
|
23
|
-
"hash": "
|
|
23
|
+
"hash": "2d1252e932536506",
|
|
24
24
|
"childrenByOrder": {}
|
|
25
25
|
},
|
|
26
26
|
{
|
|
@@ -422,10 +422,10 @@
|
|
|
422
422
|
"rendered": true,
|
|
423
423
|
"initial": true,
|
|
424
424
|
"entry": true,
|
|
425
|
-
"size":
|
|
425
|
+
"size": 6690639,
|
|
426
426
|
"sizes": {
|
|
427
427
|
"consume-shared": 210,
|
|
428
|
-
"javascript":
|
|
428
|
+
"javascript": 6690219,
|
|
429
429
|
"runtime": 13027,
|
|
430
430
|
"share-init": 210
|
|
431
431
|
},
|
|
@@ -442,7 +442,7 @@
|
|
|
442
442
|
"auxiliaryFiles": [
|
|
443
443
|
"main.js.map"
|
|
444
444
|
],
|
|
445
|
-
"hash": "
|
|
445
|
+
"hash": "a7577d3d5fb3025f",
|
|
446
446
|
"childrenByOrder": {}
|
|
447
447
|
},
|
|
448
448
|
{
|
package/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"kenyaemr":"^19.0.0"},"pages":[],"extensions":[{"name":"patient-flag","slot":"top-of-all-patient-dashboards-slot","component":"patientFlag","order":0,"online":true,"offline":false},{"name":"kenyaemr-module-links","slot":"top-nav-actions-slot","component":"navbarButtons","order":5,"online":true,"offline":true}],"version":"5.4.3-pre.
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"kenyaemr":"^19.0.0"},"pages":[],"extensions":[{"name":"patient-flag","slot":"top-of-all-patient-dashboards-slot","component":"patientFlag","order":0,"online":true,"offline":false},{"name":"kenyaemr-module-links","slot":"top-nav-actions-slot","component":"navbarButtons","order":5,"online":true,"offline":true}],"version":"5.4.3-pre.2921"}
|
package/package.json
CHANGED
|
@@ -123,7 +123,7 @@ export const useModuleLinks = () => {
|
|
|
123
123
|
},
|
|
124
124
|
{
|
|
125
125
|
label: t('legacyAdmin', 'Legacy Admin'),
|
|
126
|
-
url: `/openmrs/admin`,
|
|
126
|
+
url: `/openmrs/admin/index.htm`,
|
|
127
127
|
icon: <IbmCloudGateKeeper size={24} />,
|
|
128
128
|
privilege: 'o3: View Legacy Admin Dashboard',
|
|
129
129
|
},
|