@kenyaemr/esm-imaging-orders-app 4.0.8-pre.38 → 4.0.8-pre.41

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.
@@ -4,4 +4,4 @@
4
4
  │ 2625.js (353.242 KiB)
5
5
  
6
6
 
7
- Rspack compiled with 1 warning in 45.51 s
7
+ Rspack compiled with 1 warning in 69.18 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"},{"name":"renal-warning-component","component":"renalWarningComponent","slot":"top-of-imaging-order-form-slot","order":3}],"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"}],"workspaces2":[{"name":"add-imaging-order","component":"addImagingOrderWorkspace","window":"patient-chart-order-basket"},{"name":"imaging-renal-add-lab-order-workspace","component":"@openmrs/esm-patient-tests-app#exportedAddLabOrderWorkspace","window":"imaging-renal-lab-order-window"},{"name":"imaging-renal-order-basket-workspace","component":"@palladium-ethiopia/esm-patient-orders-app#exportedOrderBasketWorkspace","window":"imaging-renal-lab-order-window"}],"workspaceWindows2":[{"name":"imaging-renal-lab-order-window","group":"imaging-renal-lab-order-group"}],"workspaceGroups2":[{"name":"imaging-renal-lab-order-group","scope":"/home/imaging-orders"}],"version":"4.0.8-pre.38"}
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"},{"name":"renal-warning-component","component":"renalWarningComponent","slot":"top-of-imaging-order-form-slot","order":3}],"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"}],"workspaces2":[{"name":"add-imaging-order","component":"addImagingOrderWorkspace","window":"patient-chart-order-basket"},{"name":"imaging-renal-add-lab-order-workspace","component":"@openmrs/esm-patient-tests-app#exportedAddLabOrderWorkspace","window":"imaging-renal-lab-order-window"},{"name":"imaging-renal-order-basket-workspace","component":"@palladium-ethiopia/esm-patient-orders-app#exportedOrderBasketWorkspace","window":"imaging-renal-lab-order-window"}],"workspaceWindows2":[{"name":"imaging-renal-lab-order-window","group":"imaging-renal-lab-order-group"}],"workspaceGroups2":[{"name":"imaging-renal-lab-order-group","scope":"/home/imaging-orders"}],"version":"4.0.8-pre.41"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kenyaemr/esm-imaging-orders-app",
3
- "version": "4.0.8-pre.38",
3
+ "version": "4.0.8-pre.41",
4
4
  "description": "Imaging Orders app for KenyaEMR",
5
5
  "browser": "dist/kenyaemr-esm-imaging-orders-app.js",
6
6
  "main": "src/index.ts",