@kenyaemr/esm-imaging-orders-app 4.0.7-pre.5 → 4.0.7-pre.7

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.
@@ -11,4 +11,4 @@ WARNING in ⚠ entrypoint size limit: The following entrypoint(s) combined asset
11
11
  │ main (3.338 MiB)
12
12
  │ main.js
13
13
 
14
- Rspack compiled with 2 warnings in 40.93 s
14
+ Rspack compiled with 2 warnings in 43.78 s
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":[{"component":"imagingOrdersLink","name":"radiology-dashboard-link","slot":"homepage-dashboard-slot","meta":{"name":"imaging-orders","title":"imaging-orders","slot":"imaging-dashboard-slot"}},{"component":"root","name":"imaging-dashboard-root","slot":"imaging-dashboard-slot"},{"component":"radiologyDashboard","name":"radiology-dashboard-slot-name","slot":"express-radiology-dashboard-slot"},{"name":"imaging-order-panel","component":"imagingOrderPanel","slot":"order-basket-slot","order":3},{"name":"imaging-results-component","component":"imagingResultsComponent","slot":"ewf-radiology-and-imaging-results-slot"}],"workspaces":[{"name":"add-imaging-order","type":"order","component":"addImagingOrderWorkspace","title":"Add Imaging order"},{"name":"imaging-report-form","component":"imagingReportForm","title":"Imaging Report Form","type":"form","width":"extra-wide"},{"name":"imaging-review-form","type":"order","component":"imagingReviewForm","title":"Review form"},{"name":"search-patient-workspace","component":"searchPatientWorkspace","title":"Search patient","type":"other-form","width":"extra-wide"}],"modals":[{"name":"reject-imaging-order-modal","component":"rejectImagingOrderModal"},{"name":"add-imaging-to-work-list-modal","component":"addImagingToWorkListModal"},{"name":"amend-imaging-order-modal","component":"amendModal"},{"name":"print-preview-Report-modal","component":"printReportModal"}],"workspaceGroups":[{"name":"add-imaging-order-workspace-group","members":["add-drug-order","order-basket","add-lab-order","add-imaging-order"]}],"version":"4.0.7-pre.5"}
1
+ {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":">=2.24.0"},"extensions":[{"component":"imagingOrdersLink","name":"radiology-dashboard-link","slot":"homepage-dashboard-slot","meta":{"name":"imaging-orders","title":"imaging-orders","slot":"imaging-dashboard-slot"}},{"component":"root","name":"imaging-dashboard-root","slot":"imaging-dashboard-slot"},{"component":"radiologyDashboard","name":"radiology-dashboard-slot-name","slot":"express-radiology-dashboard-slot"},{"name":"imaging-order-panel","component":"imagingOrderPanel","slot":"order-basket-slot","order":3},{"name":"imaging-results-component","component":"imagingResultsComponent","slot":"ewf-radiology-and-imaging-results-slot"}],"workspaces":[{"name":"add-imaging-order","type":"order","component":"addImagingOrderWorkspace","title":"Add Imaging order"},{"name":"imaging-report-form","component":"imagingReportForm","title":"Imaging Report Form","type":"form","width":"extra-wide"},{"name":"imaging-review-form","type":"order","component":"imagingReviewForm","title":"Review form"},{"name":"search-patient-workspace","component":"searchPatientWorkspace","title":"Search patient","type":"other-form","width":"extra-wide"}],"modals":[{"name":"reject-imaging-order-modal","component":"rejectImagingOrderModal"},{"name":"add-imaging-to-work-list-modal","component":"addImagingToWorkListModal"},{"name":"amend-imaging-order-modal","component":"amendModal"},{"name":"print-preview-Report-modal","component":"printReportModal"}],"workspaceGroups":[{"name":"add-imaging-order-workspace-group","members":["add-drug-order","order-basket","add-lab-order","add-imaging-order"]}],"version":"4.0.7-pre.7"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kenyaemr/esm-imaging-orders-app",
3
- "version": "4.0.7-pre.5",
3
+ "version": "4.0.7-pre.7",
4
4
  "description": "Imaging Orders app for KenyaEMR",
5
5
  "browser": "dist/kenyaemr-esm-imaging-orders-app.js",
6
6
  "main": "src/index.ts",