@ugandaemr/esm-patient-queues-app 1.0.3-pre.310 → 1.0.3-pre.314

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.
@@ -5,9 +5,9 @@ assets by path *.js 1.62 MiB
5
5
  asset 130.js 407 KiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
6
6
  + 7 assets
7
7
  + 31 assets
8
- assets by path *.json 22.5 KiB
8
+ assets by path *.json 22.6 KiB
9
9
  asset esm-patient-queues-app.js.buildmanifest.json 20.7 KiB [emitted]
10
- asset routes.json 1.85 KiB [emitted] [from: src/routes.json] [copied]
10
+ asset routes.json 1.86 KiB [emitted] [from: src/routes.json] [copied]
11
11
  asset 4d60a63e9bc6edbe.png 189 KiB [emitted] [immutable] [from: src/images/ugandaemr_login_logo_green.png]
12
12
  orphan modules 3.34 MiB [orphan] 816 modules
13
13
  runtime modules 38.4 KiB 28 modules
@@ -31,4 +31,4 @@ Assets:
31
31
  130.js (407 KiB)
32
32
  664.js (555 KiB)
33
33
 
34
- webpack 5.88.2 compiled with 1 warning in 109941 ms
34
+ webpack 5.88.2 compiled with 1 warning in 227457 ms
package/dist/routes.json CHANGED
@@ -1 +1 @@
1
- {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":"^1.2.0","webservices.rest":"^2.24.0"},"pages":[{"component":"root","route":"patient-queues"},{"component":"queueScreen","route":"patient-queues/screen"}],"extensions":[{"name":"outpatient-side-nav-ext","slot":"outpatient-sidebar-slot","component":"outpatientSideNavExt"},{"name":"patient-queues-dashboard-link","component":"patientQueuesDashboardLink","slot":"homepage-dashboard-slot","privilege":["Queue Patients"],"meta":{"name":"patient-queues","slot":"patient-queues-dashboard-slot","title":"Patient queues"}},{"name":"patient-queues","slot":"patient-queues-dashboard-slot","component":"root"},{"name":"edit-queue-entry-status-modal","component":"editQueueEntryStatusModal"},{"name":"patient-info-banner-slot","component":"patientInfoBannerSlot"},{"name":"add-patient-to-queue","slot":"add-patient-to-queue-slot","component":"addPatientToQueue"},{"name":"remove-queue-entry","component":"removeQueueEntry"},{"name":"clear-all-queue-entries","component":"clearAllQueueEntries"},{"name":"pick-patient-queue-entry","component":"pickPatientEntryQueue"},{"name":"add-visit-to-queue-modal","component":"addVisitToQueueModal"},{"name":"transition-queue-entry-status-modal","component":"transitionQueueEntryStatusModal"},{"name":"previous-visit-summary-widget","slot":"previous-visit-summary-slot","component":"previousVisitSummaryWidget"},{"name":"add-provider-to-room-modal","component":"addProviderToRoomModal"},{"name":"add-queue-entry-widget","slot":"add-queue-entry-slot","component":"addQueueEntryWidget"},{"name":"active-queue-patient-workspace","component":"activeQueuePatientWorkspace","slot":"action-menu-non-chart-items-slot"},{"name":"active-queue-patients","component":"activeQueuePatients"},{"name":"queue-patients-workspace","component":"queuePatientsWorkspace"}],"version":"1.0.3-pre.310"}
1
+ {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":"^1.2.0","webservices.rest":"^2.24.0"},"pages":[{"component":"root","route":"patient-queues"},{"component":"queueScreen","route":"patient-queues/screen"}],"extensions":[{"name":"outpatient-side-nav-ext","slot":"outpatient-sidebar-slot","component":"outpatientSideNavExt"},{"name":"patient-queues-dashboard-link","component":"patientQueuesDashboardLink","slot":"homepage-dashboard-slot","order":1,"privilege":["Queue Patients"],"meta":{"name":"patient-queues","slot":"patient-queues-dashboard-slot","title":"Patient queues"}},{"name":"patient-queues","slot":"patient-queues-dashboard-slot","component":"root"},{"name":"edit-queue-entry-status-modal","component":"editQueueEntryStatusModal"},{"name":"patient-info-banner-slot","component":"patientInfoBannerSlot"},{"name":"add-patient-to-queue","slot":"add-patient-to-queue-slot","component":"addPatientToQueue"},{"name":"remove-queue-entry","component":"removeQueueEntry"},{"name":"clear-all-queue-entries","component":"clearAllQueueEntries"},{"name":"pick-patient-queue-entry","component":"pickPatientEntryQueue"},{"name":"add-visit-to-queue-modal","component":"addVisitToQueueModal"},{"name":"transition-queue-entry-status-modal","component":"transitionQueueEntryStatusModal"},{"name":"previous-visit-summary-widget","slot":"previous-visit-summary-slot","component":"previousVisitSummaryWidget"},{"name":"add-provider-to-room-modal","component":"addProviderToRoomModal"},{"name":"add-queue-entry-widget","slot":"add-queue-entry-slot","component":"addQueueEntryWidget"},{"name":"active-queue-patient-workspace","component":"activeQueuePatientWorkspace","slot":"action-menu-non-chart-items-slot"},{"name":"active-queue-patients","component":"activeQueuePatients"},{"name":"queue-patients-workspace","component":"queuePatientsWorkspace"}],"version":"1.0.3-pre.314"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ugandaemr/esm-patient-queues-app",
3
- "version": "1.0.3-pre.310",
3
+ "version": "1.0.3-pre.314",
4
4
  "license": "MPL-2.0",
5
5
  "description": "Patient queues microfrontend for UgandaEMR",
6
6
  "browser": "dist/esm-patient-queues-app.js",
@@ -54,5 +54,5 @@
54
54
  "devDependencies": {
55
55
  "webpack": "^5.83.1"
56
56
  },
57
- "gitHead": "bc6c46a9b9c19c4a39280378d8154eea227832cf"
57
+ "gitHead": "f90c659f5cf4b245144d0f7d8bc7df28a89edfcd"
58
58
  }
package/src/routes.json CHANGED
@@ -24,6 +24,7 @@
24
24
  "name": "patient-queues-dashboard-link",
25
25
  "component": "patientQueuesDashboardLink",
26
26
  "slot": "homepage-dashboard-slot",
27
+ "order": 1,
27
28
  "privilege":[
28
29
  "Queue Patients"
29
30
  ],