@kenyaemr/esm-service-queues-app 8.1.1-pre.116 → 8.1.1-pre.118
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/.turbo/turbo-build.log +7 -7
- package/dist/574.js +1 -1
- package/dist/748.js +1 -1
- package/dist/748.js.map +1 -1
- package/dist/kenyaemr-esm-service-queues-app.js.buildmanifest.json +9 -9
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/queue-screen/queue-screen.component.tsx +67 -11
- package/src/queue-screen/queue-screen.test.tsx +1 -1
- package/src/queue-screen/useActiveTickets.tsx +1 -1
- package/translations/en.json +2 -0
|
@@ -128,10 +128,10 @@
|
|
|
128
128
|
"initial": true,
|
|
129
129
|
"entry": true,
|
|
130
130
|
"recorded": false,
|
|
131
|
-
"size":
|
|
131
|
+
"size": 3941191,
|
|
132
132
|
"sizes": {
|
|
133
133
|
"consume-shared": 252,
|
|
134
|
-
"javascript":
|
|
134
|
+
"javascript": 3920288,
|
|
135
135
|
"share-init": 252,
|
|
136
136
|
"runtime": 20399
|
|
137
137
|
},
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"auxiliaryFiles": [
|
|
149
149
|
"main.js.map"
|
|
150
150
|
],
|
|
151
|
-
"hash": "
|
|
151
|
+
"hash": "3e3e4966a064d2ca",
|
|
152
152
|
"childrenByOrder": {}
|
|
153
153
|
},
|
|
154
154
|
{
|
|
@@ -466,9 +466,9 @@
|
|
|
466
466
|
"initial": false,
|
|
467
467
|
"entry": false,
|
|
468
468
|
"recorded": false,
|
|
469
|
-
"size":
|
|
469
|
+
"size": 12801,
|
|
470
470
|
"sizes": {
|
|
471
|
-
"javascript":
|
|
471
|
+
"javascript": 12801
|
|
472
472
|
},
|
|
473
473
|
"names": [],
|
|
474
474
|
"idHints": [],
|
|
@@ -480,7 +480,7 @@
|
|
|
480
480
|
"574.js"
|
|
481
481
|
],
|
|
482
482
|
"auxiliaryFiles": [],
|
|
483
|
-
"hash": "
|
|
483
|
+
"hash": "b7dbaef8bcd7c883",
|
|
484
484
|
"childrenByOrder": {}
|
|
485
485
|
},
|
|
486
486
|
{
|
|
@@ -656,9 +656,9 @@
|
|
|
656
656
|
"initial": false,
|
|
657
657
|
"entry": false,
|
|
658
658
|
"recorded": false,
|
|
659
|
-
"size":
|
|
659
|
+
"size": 1049247,
|
|
660
660
|
"sizes": {
|
|
661
|
-
"javascript":
|
|
661
|
+
"javascript": 1049079,
|
|
662
662
|
"consume-shared": 168
|
|
663
663
|
},
|
|
664
664
|
"names": [],
|
|
@@ -672,7 +672,7 @@
|
|
|
672
672
|
"auxiliaryFiles": [
|
|
673
673
|
"748.js.map"
|
|
674
674
|
],
|
|
675
|
-
"hash": "
|
|
675
|
+
"hash": "0988b79ad9dab676",
|
|
676
676
|
"childrenByOrder": {}
|
|
677
677
|
},
|
|
678
678
|
{
|