@kenyaemr/esm-ward-app 7.0.2-pre.68 → 7.0.3-pre.72

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.
@@ -28,4 +28,4 @@ This can impact web performance.
28
28
  Assets:
29
29
  130.js (644 KiB)
30
30
 
31
- webpack 5.88.0 compiled with 1 warning in 82416 ms
31
+ webpack 5.88.0 compiled with 1 warning in 80138 ms
package/dist/574.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_kenyaemr_esm_ward_app=globalThis.webpackChunk_kenyaemr_esm_ward_app||[]).push([[574],{3574:o=>{o.exports=JSON.parse('{"bedShare":"Bed share","emptyBed":"Empty bed","errorLoadingPatientAdmissionRequests":"Error Loading Patient Admission Requests","errorLoadingWardLocation":"Error loading ward location","invalidLocationSpecified":"Invalid location specified","invalidWardLocation":"Invalid ward location: {{location}}","noBedsConfigured":"No beds configured for this location","unknownLocationUuid":"Unknown location uuid: {{locationUuidFromUrl}}"}')}}]);
1
+ "use strict";(globalThis.webpackChunk_kenyaemr_esm_ward_app=globalThis.webpackChunk_kenyaemr_esm_ward_app||[]).push([[574],{3574:o=>{o.exports=JSON.parse('{"bedShare":"Bed share","emptyBed":"Empty bed","errorLoadingPatientAdmissionRequests":"Error Loading Patient Admission Requests","errorLoadingPatients":"Error loading admitted patients","errorLoadingWardLocation":"Error loading ward location","invalidLocationSpecified":"Invalid location specified","invalidWardLocation":"Invalid ward location: {{location}}","noBedsConfigured":"No beds configured for this location","unknownLocationUuid":"Unknown location uuid: {{locationUuidFromUrl}}"}')}}]);
@@ -76,7 +76,7 @@
76
76
  "auxiliaryFiles": [
77
77
  "main.js.map"
78
78
  ],
79
- "hash": "b88f301de6208987",
79
+ "hash": "5c7bcad6002d34e5",
80
80
  "childrenByOrder": {}
81
81
  },
82
82
  {
@@ -204,9 +204,9 @@
204
204
  "initial": false,
205
205
  "entry": false,
206
206
  "recorded": false,
207
- "size": 441,
207
+ "size": 498,
208
208
  "sizes": {
209
- "javascript": 441
209
+ "javascript": 498
210
210
  },
211
211
  "names": [],
212
212
  "idHints": [],
@@ -218,7 +218,7 @@
218
218
  "574.js"
219
219
  ],
220
220
  "auxiliaryFiles": [],
221
- "hash": "4251981c14879ffc",
221
+ "hash": "2526b9c831333cb4",
222
222
  "childrenByOrder": {}
223
223
  },
224
224
  {
@@ -242,7 +242,7 @@
242
242
  "auxiliaryFiles": [
243
243
  "589.js.map"
244
244
  ],
245
- "hash": "914e24695469e1e9",
245
+ "hash": "03c9f4d3b2519f5c",
246
246
  "childrenByOrder": {}
247
247
  },
248
248
  {
package/dist/routes.json CHANGED
@@ -1 +1 @@
1
- {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":"^2.2.0","emrapi":"^2.0.0 || 2.0.0-SNAPSHOT"},"optionalBackendDependencies":{"bedmanagement":{"version":"^6.0.0 || 6.0.0-SNAPSHOT","feature":{"flagName":"bedmanagement-module","label":"Ward App Patient Service","description":"This module, if installed, provides services for managing patients admitted to the ward."}}},"workspaces":[{"name":"admission-requests-cards","component":"admissionRequestWorkspace","title":"admissionRequests","type":"admission-requests"}],"pages":[{"component":"root","route":"ward"}],"version":"7.0.2-pre.68"}
1
+ {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":"^2.2.0","emrapi":"^2.0.0 || 2.0.0-SNAPSHOT"},"optionalBackendDependencies":{"bedmanagement":{"version":"^6.0.0 || 6.0.0-SNAPSHOT","feature":{"flagName":"bedmanagement-module","label":"Ward App Patient Service","description":"This module, if installed, provides services for managing patients admitted to the ward."}}},"workspaces":[{"name":"admission-requests-cards","component":"admissionRequestWorkspace","title":"admissionRequests","type":"admission-requests"}],"pages":[{"component":"root","route":"ward"}],"version":"7.0.3-pre.72"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kenyaemr/esm-ward-app",
3
- "version": "7.0.2-pre.68",
3
+ "version": "7.0.3-pre.72",
4
4
  "description": "Ward and bed management module for O3",
5
5
  "browser": "dist/kenyaemr-esm-ward-app.js",
6
6
  "main": "src/index.ts",
@@ -50,5 +50,5 @@
50
50
  "devDependencies": {
51
51
  "webpack": "^5.74.0"
52
52
  },
53
- "stableVersion": "7.0.1"
53
+ "stableVersion": "7.0.2"
54
54
  }
@@ -2,6 +2,7 @@
2
2
  "bedShare": "Bed share",
3
3
  "emptyBed": "Empty bed",
4
4
  "errorLoadingPatientAdmissionRequests": "Error Loading Patient Admission Requests",
5
+ "errorLoadingPatients": "Error loading admitted patients",
5
6
  "errorLoadingWardLocation": "Error loading ward location",
6
7
  "invalidLocationSpecified": "Invalid location specified",
7
8
  "invalidWardLocation": "Invalid ward location: {{location}}",