@cc-openmrs/cc-esm-active-prescriptions 1.0.13 → 1.0.14
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/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/routes.json +0 -20
package/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":">=2.2.0"},"extensions":[{"name":"Red box","component":"redBox","slot":"Boxes"},{"name":"Blue box","component":"blueBox","slot":"Boxes"},{"name":"Brand box","component":"brandBox","slot":"Boxes"},{"name":"Prescriptions
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":">=2.2.0"},"extensions":[{"name":"Red box","component":"redBox","slot":"Boxes"},{"name":"Blue box","component":"blueBox","slot":"Boxes"},{"name":"Brand box","component":"brandBox","slot":"Boxes"},{"name":"Prescriptions action","component":"prescriptionsActionMenuItem","slot":"action-menu-patient-chart-items-slot","order":50,"meta":{"label":"Prescriptions","icon":"pill"}}],"pages":[{"component":"root","route":"root"}],"version":"1.0.14"}
|
package/package.json
CHANGED
package/src/routes.json
CHANGED
|
@@ -20,16 +20,6 @@
|
|
|
20
20
|
"component": "brandBox",
|
|
21
21
|
"slot": "Boxes"
|
|
22
22
|
},
|
|
23
|
-
{
|
|
24
|
-
"name": "Prescriptions banner action",
|
|
25
|
-
"component": "prescriptionsActionButton",
|
|
26
|
-
"slot": "patient-actions-slot",
|
|
27
|
-
"order": 50,
|
|
28
|
-
"meta": {
|
|
29
|
-
"label": "Active prescriptions",
|
|
30
|
-
"icon": "certificate"
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
23
|
{
|
|
34
24
|
"name": "Prescriptions action",
|
|
35
25
|
"component": "prescriptionsActionMenuItem",
|
|
@@ -46,15 +36,5 @@
|
|
|
46
36
|
"component": "root",
|
|
47
37
|
"route": "root"
|
|
48
38
|
}
|
|
49
|
-
],
|
|
50
|
-
"workspaces": [
|
|
51
|
-
{
|
|
52
|
-
"name": "active-prescriptions-workspace",
|
|
53
|
-
"title": "activePrescriptionsWorkspaceTitle",
|
|
54
|
-
"component": "root",
|
|
55
|
-
"type": "active-prescriptions",
|
|
56
|
-
"canHide": true,
|
|
57
|
-
"width": "wider"
|
|
58
|
-
}
|
|
59
39
|
]
|
|
60
40
|
}
|