@kenyaemr/esm-service-queues-app 7.0.2-pre.67 → 7.0.2-pre.68
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 +14 -13
- package/dist/130.js +1 -1
- package/dist/130.js.map +1 -1
- package/dist/199.js +1 -0
- package/dist/{738.js.map → 199.js.map} +1 -1
- package/dist/271.js +1 -1
- package/dist/276.js +1 -1
- package/dist/319.js +1 -1
- package/dist/401.js +1 -1
- package/dist/430.js +1 -2
- package/dist/430.js.map +1 -1
- package/dist/460.js +1 -1
- package/dist/490.js +2 -0
- package/dist/490.js.map +1 -0
- package/dist/574.js +1 -1
- package/dist/6.js +1 -0
- package/dist/6.js.map +1 -0
- package/dist/60.js +1 -0
- package/dist/60.js.map +1 -0
- package/dist/600.js +1 -0
- package/dist/600.js.map +1 -0
- package/dist/644.js +1 -1
- package/dist/647.js +1 -1
- package/dist/647.js.map +1 -1
- package/dist/650.js +1 -1
- package/dist/650.js.map +1 -1
- package/dist/669.js +1 -1
- package/dist/669.js.map +1 -1
- package/dist/{806.js → 752.js} +1 -1
- package/dist/{806.js.map → 752.js.map} +1 -1
- package/dist/757.js +1 -1
- package/dist/764.js +1 -1
- package/dist/764.js.map +1 -1
- package/dist/788.js +1 -1
- package/dist/{981.js → 800.js} +1 -1
- package/dist/{981.js.map → 800.js.map} +1 -1
- package/dist/807.js +1 -1
- package/dist/{696.js → 828.js} +1 -1
- package/dist/{696.js.map → 828.js.map} +1 -1
- package/dist/833.js +1 -1
- package/dist/877.js +1 -1
- package/dist/877.js.map +1 -1
- package/dist/917.js +1 -1
- package/dist/917.js.map +1 -1
- package/dist/kenyaemr-esm-service-queues-app.js +1 -1
- package/dist/kenyaemr-esm-service-queues-app.js.buildmanifest.json +193 -193
- package/dist/kenyaemr-esm-service-queues-app.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +2 -2
- package/src/add-patient-toqueue/add-patient-toqueue-dialog.component.tsx +4 -4
- package/src/add-provider-queue-room/add-provider-queue-room.component.tsx +12 -15
- package/src/config-schema.ts +20 -0
- package/src/helpers/helpers.ts +42 -32
- package/src/home.component.tsx +1 -1
- package/src/hooks/useQueueEntries.ts +1 -1
- package/src/hooks/useQueueService.ts +21 -0
- package/src/hooks/useQueueStatuses.ts +40 -0
- package/src/index.ts +5 -5
- package/src/patient-info/patient-info.component.tsx +9 -9
- package/src/patient-queue-header/patient-queue-header.component.tsx +30 -24
- package/src/patient-queue-header/patient-queue-header.scss +1 -2
- package/src/patient-queue-metrics/clinic-metrics.component.tsx +16 -27
- package/src/patient-queue-metrics/queue-metrics.resource.ts +1 -2
- package/src/patient-search/patient-scheduled-visits.scss +1 -1
- package/src/patient-search/patient-search.scss +6 -0
- package/src/patient-search/patient-search.workspace.tsx +30 -30
- package/src/patient-search/visit-form/visit-form.component.tsx +8 -8
- package/src/patient-search/visit-form/visit-form.scss +5 -3
- package/src/patient-search/visit-form-queue-fields/visit-form-queue-fields.component.tsx +14 -7
- package/src/queue-patient-linelists/queue-linelist-filter.scss +2 -12
- package/src/queue-rooms/queue-room-form.scss +1 -1
- package/src/queue-screen/queue-screen.component.tsx +1 -1
- package/src/queue-services/queue-service-form.scss +2 -2
- package/src/queue-table/cells/queue-table-action-cell.component.tsx +6 -4
- package/src/queue-table/cells/queue-table-action-cell.scss +7 -0
- package/src/queue-table/default-queue-table.component.tsx +69 -38
- package/src/queue-table/queue-entry-actions/{edit-queue-entry-modal.component.tsx → edit-queue-entry.modal.tsx} +1 -1
- package/src/queue-table/queue-entry-actions/{end-queue-entry-modal.component.tsx → end-queue-entry.modal.tsx} +1 -1
- package/src/queue-table/queue-entry-actions/{queue-entry-actions-modal.test.tsx → queue-entry-actions.test.tsx} +2 -2
- package/src/queue-table/queue-entry-actions/{queue-entry-confirm-action-modal.test.tsx → queue-entry-confirm-action.test.tsx} +3 -3
- package/src/queue-table/queue-entry-actions/{queue-entry-undo-actions-modal.test.tsx → queue-entry-undo-actions.test.tsx} +2 -2
- package/src/queue-table/queue-entry-actions/{transition-queue-entry-modal.component.tsx → transition-queue-entry.modal.tsx} +1 -1
- package/src/queue-table/queue-entry-actions/{undo-transition-queue-entry-modal.component.tsx → undo-transition-queue-entry.modal.tsx} +1 -1
- package/src/queue-table/queue-entry-actions/{void-queue-entry-modal.component.tsx → void-queue-entry.modal.tsx} +1 -1
- package/src/queue-table/queue-table-by-status-skeleton.component.tsx +18 -18
- package/src/queue-table/queue-table-metrics-card.scss +1 -1
- package/src/queue-table/queue-table-metrics.scss +1 -1
- package/src/queue-table/queue-table.component.tsx +35 -18
- package/src/queue-table/queue-table.scss +12 -4
- package/src/types/index.ts +3 -1
- package/src/views/queue-table-by-status-view.component.tsx +2 -14
- package/src/views/queue-tables-for-all-statuses.component.tsx +81 -43
- package/translations/am.json +29 -19
- package/translations/ar.json +33 -23
- package/translations/en.json +3 -2
- package/translations/es.json +29 -19
- package/translations/fr.json +29 -19
- package/translations/he.json +33 -23
- package/translations/km.json +31 -21
- package/translations/zh.json +39 -29
- package/translations/zh_CN.json +38 -28
- package/dist/185.js +0 -1
- package/dist/185.js.map +0 -1
- package/dist/233.js +0 -1
- package/dist/233.js.map +0 -1
- package/dist/237.js +0 -1
- package/dist/237.js.map +0 -1
- package/dist/703.js +0 -1
- package/dist/703.js.map +0 -1
- package/dist/738.js +0 -1
- /package/dist/{430.js.LICENSE.txt → 490.js.LICENSE.txt} +0 -0
- /package/src/queue-table/queue-entry-actions/{queue-entry-actions-modal.component.tsx → queue-entry-actions.modal.tsx} +0 -0
- /package/src/queue-table/queue-entry-actions/{queue-entry-confirm-action-modal.component.tsx → queue-entry-confirm-action.modal.tsx} +0 -0
|
@@ -1,14 +1,63 @@
|
|
|
1
1
|
{
|
|
2
2
|
"chunks": [
|
|
3
|
+
{
|
|
4
|
+
"rendered": true,
|
|
5
|
+
"initial": false,
|
|
6
|
+
"entry": false,
|
|
7
|
+
"recorded": false,
|
|
8
|
+
"size": 9206,
|
|
9
|
+
"sizes": {
|
|
10
|
+
"javascript": 9206
|
|
11
|
+
},
|
|
12
|
+
"names": [],
|
|
13
|
+
"idHints": [],
|
|
14
|
+
"runtime": [
|
|
15
|
+
"@kenyaemr/esm-service-queues-app",
|
|
16
|
+
"main"
|
|
17
|
+
],
|
|
18
|
+
"files": [
|
|
19
|
+
"6.js"
|
|
20
|
+
],
|
|
21
|
+
"auxiliaryFiles": [
|
|
22
|
+
"6.js.map"
|
|
23
|
+
],
|
|
24
|
+
"hash": "4ac53edd64b81f68",
|
|
25
|
+
"childrenByOrder": {}
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"rendered": true,
|
|
29
|
+
"initial": false,
|
|
30
|
+
"entry": false,
|
|
31
|
+
"recorded": false,
|
|
32
|
+
"reason": "split chunk (cache group: default)",
|
|
33
|
+
"size": 25685,
|
|
34
|
+
"sizes": {
|
|
35
|
+
"javascript": 25685
|
|
36
|
+
},
|
|
37
|
+
"names": [],
|
|
38
|
+
"idHints": [],
|
|
39
|
+
"runtime": [
|
|
40
|
+
"@kenyaemr/esm-service-queues-app",
|
|
41
|
+
"main"
|
|
42
|
+
],
|
|
43
|
+
"files": [
|
|
44
|
+
"60.js"
|
|
45
|
+
],
|
|
46
|
+
"auxiliaryFiles": [
|
|
47
|
+
"60.js.map"
|
|
48
|
+
],
|
|
49
|
+
"hash": "a6d69ef244eec4be",
|
|
50
|
+
"childrenByOrder": {}
|
|
51
|
+
},
|
|
3
52
|
{
|
|
4
53
|
"rendered": true,
|
|
5
54
|
"initial": false,
|
|
6
55
|
"entry": false,
|
|
7
56
|
"recorded": false,
|
|
8
57
|
"reason": "reused as split chunk (cache group: defaultVendors)",
|
|
9
|
-
"size":
|
|
58
|
+
"size": 1797149,
|
|
10
59
|
"sizes": {
|
|
11
|
-
"javascript":
|
|
60
|
+
"javascript": 1797149
|
|
12
61
|
},
|
|
13
62
|
"names": [],
|
|
14
63
|
"idHints": [
|
|
@@ -24,7 +73,7 @@
|
|
|
24
73
|
"auxiliaryFiles": [
|
|
25
74
|
"130.js.map"
|
|
26
75
|
],
|
|
27
|
-
"hash": "
|
|
76
|
+
"hash": "6fd0409136f2bce2",
|
|
28
77
|
"childrenByOrder": {}
|
|
29
78
|
},
|
|
30
79
|
{
|
|
@@ -48,7 +97,7 @@
|
|
|
48
97
|
"auxiliaryFiles": [
|
|
49
98
|
"152.js.map"
|
|
50
99
|
],
|
|
51
|
-
"hash": "
|
|
100
|
+
"hash": "391b267a15385694",
|
|
52
101
|
"childrenByOrder": {}
|
|
53
102
|
},
|
|
54
103
|
{
|
|
@@ -80,10 +129,10 @@
|
|
|
80
129
|
"initial": true,
|
|
81
130
|
"entry": true,
|
|
82
131
|
"recorded": false,
|
|
83
|
-
"size":
|
|
132
|
+
"size": 3555057,
|
|
84
133
|
"sizes": {
|
|
85
134
|
"consume-shared": 252,
|
|
86
|
-
"javascript":
|
|
135
|
+
"javascript": 3534113,
|
|
87
136
|
"share-init": 252,
|
|
88
137
|
"runtime": 20440
|
|
89
138
|
},
|
|
@@ -100,7 +149,7 @@
|
|
|
100
149
|
"auxiliaryFiles": [
|
|
101
150
|
"main.js.map"
|
|
102
151
|
],
|
|
103
|
-
"hash": "
|
|
152
|
+
"hash": "2732c009897ef2c1",
|
|
104
153
|
"childrenByOrder": {}
|
|
105
154
|
},
|
|
106
155
|
{
|
|
@@ -108,23 +157,23 @@
|
|
|
108
157
|
"initial": false,
|
|
109
158
|
"entry": false,
|
|
110
159
|
"recorded": false,
|
|
111
|
-
"size":
|
|
160
|
+
"size": 5032,
|
|
112
161
|
"sizes": {
|
|
113
|
-
"javascript":
|
|
114
|
-
"consume-shared": 168
|
|
162
|
+
"javascript": 5032
|
|
115
163
|
},
|
|
116
164
|
"names": [],
|
|
117
165
|
"idHints": [],
|
|
118
166
|
"runtime": [
|
|
119
|
-
"@kenyaemr/esm-service-queues-app"
|
|
167
|
+
"@kenyaemr/esm-service-queues-app",
|
|
168
|
+
"main"
|
|
120
169
|
],
|
|
121
170
|
"files": [
|
|
122
|
-
"
|
|
171
|
+
"199.js"
|
|
123
172
|
],
|
|
124
173
|
"auxiliaryFiles": [
|
|
125
|
-
"
|
|
174
|
+
"199.js.map"
|
|
126
175
|
],
|
|
127
|
-
"hash": "
|
|
176
|
+
"hash": "a9525b7f6c4a3edb",
|
|
128
177
|
"childrenByOrder": {}
|
|
129
178
|
},
|
|
130
179
|
{
|
|
@@ -148,54 +197,6 @@
|
|
|
148
197
|
"hash": "00d86981d83b1ed9",
|
|
149
198
|
"childrenByOrder": {}
|
|
150
199
|
},
|
|
151
|
-
{
|
|
152
|
-
"rendered": true,
|
|
153
|
-
"initial": false,
|
|
154
|
-
"entry": false,
|
|
155
|
-
"recorded": false,
|
|
156
|
-
"size": 9216,
|
|
157
|
-
"sizes": {
|
|
158
|
-
"javascript": 9216
|
|
159
|
-
},
|
|
160
|
-
"names": [],
|
|
161
|
-
"idHints": [],
|
|
162
|
-
"runtime": [
|
|
163
|
-
"@kenyaemr/esm-service-queues-app",
|
|
164
|
-
"main"
|
|
165
|
-
],
|
|
166
|
-
"files": [
|
|
167
|
-
"233.js"
|
|
168
|
-
],
|
|
169
|
-
"auxiliaryFiles": [
|
|
170
|
-
"233.js.map"
|
|
171
|
-
],
|
|
172
|
-
"hash": "400586e81ed6333f",
|
|
173
|
-
"childrenByOrder": {}
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
"rendered": true,
|
|
177
|
-
"initial": false,
|
|
178
|
-
"entry": false,
|
|
179
|
-
"recorded": false,
|
|
180
|
-
"size": 16183,
|
|
181
|
-
"sizes": {
|
|
182
|
-
"javascript": 16183
|
|
183
|
-
},
|
|
184
|
-
"names": [],
|
|
185
|
-
"idHints": [],
|
|
186
|
-
"runtime": [
|
|
187
|
-
"@kenyaemr/esm-service-queues-app",
|
|
188
|
-
"main"
|
|
189
|
-
],
|
|
190
|
-
"files": [
|
|
191
|
-
"237.js"
|
|
192
|
-
],
|
|
193
|
-
"auxiliaryFiles": [
|
|
194
|
-
"237.js.map"
|
|
195
|
-
],
|
|
196
|
-
"hash": "8de6aad029989e6f",
|
|
197
|
-
"childrenByOrder": {}
|
|
198
|
-
},
|
|
199
200
|
{
|
|
200
201
|
"rendered": true,
|
|
201
202
|
"initial": false,
|
|
@@ -220,7 +221,7 @@
|
|
|
220
221
|
"auxiliaryFiles": [
|
|
221
222
|
"255.js.map"
|
|
222
223
|
],
|
|
223
|
-
"hash": "
|
|
224
|
+
"hash": "beb211ff784d3cd9",
|
|
224
225
|
"childrenByOrder": {}
|
|
225
226
|
},
|
|
226
227
|
{
|
|
@@ -228,9 +229,9 @@
|
|
|
228
229
|
"initial": false,
|
|
229
230
|
"entry": false,
|
|
230
231
|
"recorded": false,
|
|
231
|
-
"size":
|
|
232
|
+
"size": 8957,
|
|
232
233
|
"sizes": {
|
|
233
|
-
"javascript":
|
|
234
|
+
"javascript": 8957
|
|
234
235
|
},
|
|
235
236
|
"names": [],
|
|
236
237
|
"idHints": [],
|
|
@@ -242,7 +243,7 @@
|
|
|
242
243
|
"271.js"
|
|
243
244
|
],
|
|
244
245
|
"auxiliaryFiles": [],
|
|
245
|
-
"hash": "
|
|
246
|
+
"hash": "f31e533c4e49101d",
|
|
246
247
|
"childrenByOrder": {}
|
|
247
248
|
},
|
|
248
249
|
{
|
|
@@ -266,7 +267,7 @@
|
|
|
266
267
|
"auxiliaryFiles": [
|
|
267
268
|
"276.js.map"
|
|
268
269
|
],
|
|
269
|
-
"hash": "
|
|
270
|
+
"hash": "a6fef445e21900cb",
|
|
270
271
|
"childrenByOrder": {}
|
|
271
272
|
},
|
|
272
273
|
{
|
|
@@ -290,7 +291,7 @@
|
|
|
290
291
|
"auxiliaryFiles": [
|
|
291
292
|
"303.js.map"
|
|
292
293
|
],
|
|
293
|
-
"hash": "
|
|
294
|
+
"hash": "764e9d5c8cffcb19",
|
|
294
295
|
"childrenByOrder": {}
|
|
295
296
|
},
|
|
296
297
|
{
|
|
@@ -317,7 +318,7 @@
|
|
|
317
318
|
"auxiliaryFiles": [
|
|
318
319
|
"kenyaemr-esm-service-queues-app.js.map"
|
|
319
320
|
],
|
|
320
|
-
"hash": "
|
|
321
|
+
"hash": "2680ed6836352e87",
|
|
321
322
|
"childrenByOrder": {}
|
|
322
323
|
},
|
|
323
324
|
{
|
|
@@ -325,9 +326,9 @@
|
|
|
325
326
|
"initial": false,
|
|
326
327
|
"entry": false,
|
|
327
328
|
"recorded": false,
|
|
328
|
-
"size":
|
|
329
|
+
"size": 12484,
|
|
329
330
|
"sizes": {
|
|
330
|
-
"javascript":
|
|
331
|
+
"javascript": 12484
|
|
331
332
|
},
|
|
332
333
|
"names": [],
|
|
333
334
|
"idHints": [],
|
|
@@ -339,7 +340,7 @@
|
|
|
339
340
|
"319.js"
|
|
340
341
|
],
|
|
341
342
|
"auxiliaryFiles": [],
|
|
342
|
-
"hash": "
|
|
343
|
+
"hash": "ebc609473e90a912",
|
|
343
344
|
"childrenByOrder": {}
|
|
344
345
|
},
|
|
345
346
|
{
|
|
@@ -384,7 +385,7 @@
|
|
|
384
385
|
"auxiliaryFiles": [
|
|
385
386
|
"401.js.map"
|
|
386
387
|
],
|
|
387
|
-
"hash": "
|
|
388
|
+
"hash": "a08b00968eaa8242",
|
|
388
389
|
"childrenByOrder": {}
|
|
389
390
|
},
|
|
390
391
|
{
|
|
@@ -392,17 +393,15 @@
|
|
|
392
393
|
"initial": false,
|
|
393
394
|
"entry": false,
|
|
394
395
|
"recorded": false,
|
|
395
|
-
"
|
|
396
|
-
"size": 2994082,
|
|
396
|
+
"size": 16146,
|
|
397
397
|
"sizes": {
|
|
398
|
-
"javascript":
|
|
398
|
+
"javascript": 16146
|
|
399
399
|
},
|
|
400
400
|
"names": [],
|
|
401
|
-
"idHints": [
|
|
402
|
-
"vendors"
|
|
403
|
-
],
|
|
401
|
+
"idHints": [],
|
|
404
402
|
"runtime": [
|
|
405
|
-
"@kenyaemr/esm-service-queues-app"
|
|
403
|
+
"@kenyaemr/esm-service-queues-app",
|
|
404
|
+
"main"
|
|
406
405
|
],
|
|
407
406
|
"files": [
|
|
408
407
|
"430.js"
|
|
@@ -410,7 +409,7 @@
|
|
|
410
409
|
"auxiliaryFiles": [
|
|
411
410
|
"430.js.map"
|
|
412
411
|
],
|
|
413
|
-
"hash": "
|
|
412
|
+
"hash": "00ea26a34b82a892",
|
|
414
413
|
"childrenByOrder": {}
|
|
415
414
|
},
|
|
416
415
|
{
|
|
@@ -418,9 +417,9 @@
|
|
|
418
417
|
"initial": false,
|
|
419
418
|
"entry": false,
|
|
420
419
|
"recorded": false,
|
|
421
|
-
"size":
|
|
420
|
+
"size": 12368,
|
|
422
421
|
"sizes": {
|
|
423
|
-
"javascript":
|
|
422
|
+
"javascript": 12368
|
|
424
423
|
},
|
|
425
424
|
"names": [],
|
|
426
425
|
"idHints": [],
|
|
@@ -432,7 +431,33 @@
|
|
|
432
431
|
"460.js"
|
|
433
432
|
],
|
|
434
433
|
"auxiliaryFiles": [],
|
|
435
|
-
"hash": "
|
|
434
|
+
"hash": "e68d4fdb74095421",
|
|
435
|
+
"childrenByOrder": {}
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"rendered": true,
|
|
439
|
+
"initial": false,
|
|
440
|
+
"entry": false,
|
|
441
|
+
"recorded": false,
|
|
442
|
+
"reason": "split chunk (cache group: defaultVendors)",
|
|
443
|
+
"size": 2994082,
|
|
444
|
+
"sizes": {
|
|
445
|
+
"javascript": 2994082
|
|
446
|
+
},
|
|
447
|
+
"names": [],
|
|
448
|
+
"idHints": [
|
|
449
|
+
"vendors"
|
|
450
|
+
],
|
|
451
|
+
"runtime": [
|
|
452
|
+
"@kenyaemr/esm-service-queues-app"
|
|
453
|
+
],
|
|
454
|
+
"files": [
|
|
455
|
+
"490.js"
|
|
456
|
+
],
|
|
457
|
+
"auxiliaryFiles": [
|
|
458
|
+
"490.js.map"
|
|
459
|
+
],
|
|
460
|
+
"hash": "c5fcdef560fc5f0e",
|
|
436
461
|
"childrenByOrder": {}
|
|
437
462
|
},
|
|
438
463
|
{
|
|
@@ -464,9 +489,9 @@
|
|
|
464
489
|
"initial": false,
|
|
465
490
|
"entry": false,
|
|
466
491
|
"recorded": false,
|
|
467
|
-
"size":
|
|
492
|
+
"size": 12461,
|
|
468
493
|
"sizes": {
|
|
469
|
-
"javascript":
|
|
494
|
+
"javascript": 12461
|
|
470
495
|
},
|
|
471
496
|
"names": [],
|
|
472
497
|
"idHints": [],
|
|
@@ -478,7 +503,7 @@
|
|
|
478
503
|
"574.js"
|
|
479
504
|
],
|
|
480
505
|
"auxiliaryFiles": [],
|
|
481
|
-
"hash": "
|
|
506
|
+
"hash": "11fc7cd94af22810",
|
|
482
507
|
"childrenByOrder": {}
|
|
483
508
|
},
|
|
484
509
|
{
|
|
@@ -513,45 +538,23 @@
|
|
|
513
538
|
"initial": false,
|
|
514
539
|
"entry": false,
|
|
515
540
|
"recorded": false,
|
|
516
|
-
"size":
|
|
517
|
-
"sizes": {
|
|
518
|
-
"javascript": 8237
|
|
519
|
-
},
|
|
520
|
-
"names": [],
|
|
521
|
-
"idHints": [],
|
|
522
|
-
"runtime": [
|
|
523
|
-
"@kenyaemr/esm-service-queues-app",
|
|
524
|
-
"main"
|
|
525
|
-
],
|
|
526
|
-
"files": [
|
|
527
|
-
"644.js"
|
|
528
|
-
],
|
|
529
|
-
"auxiliaryFiles": [],
|
|
530
|
-
"hash": "0c068a6a9db91e56",
|
|
531
|
-
"childrenByOrder": {}
|
|
532
|
-
},
|
|
533
|
-
{
|
|
534
|
-
"rendered": true,
|
|
535
|
-
"initial": false,
|
|
536
|
-
"entry": false,
|
|
537
|
-
"recorded": false,
|
|
538
|
-
"size": 10265,
|
|
541
|
+
"size": 514862,
|
|
539
542
|
"sizes": {
|
|
540
|
-
"javascript":
|
|
543
|
+
"javascript": 514694,
|
|
544
|
+
"consume-shared": 168
|
|
541
545
|
},
|
|
542
546
|
"names": [],
|
|
543
547
|
"idHints": [],
|
|
544
548
|
"runtime": [
|
|
545
|
-
"@kenyaemr/esm-service-queues-app"
|
|
546
|
-
"main"
|
|
549
|
+
"@kenyaemr/esm-service-queues-app"
|
|
547
550
|
],
|
|
548
551
|
"files": [
|
|
549
|
-
"
|
|
552
|
+
"600.js"
|
|
550
553
|
],
|
|
551
554
|
"auxiliaryFiles": [
|
|
552
|
-
"
|
|
555
|
+
"600.js.map"
|
|
553
556
|
],
|
|
554
|
-
"hash": "
|
|
557
|
+
"hash": "071f07bafd63472d",
|
|
555
558
|
"childrenByOrder": {}
|
|
556
559
|
},
|
|
557
560
|
{
|
|
@@ -559,9 +562,9 @@
|
|
|
559
562
|
"initial": false,
|
|
560
563
|
"entry": false,
|
|
561
564
|
"recorded": false,
|
|
562
|
-
"size":
|
|
565
|
+
"size": 8957,
|
|
563
566
|
"sizes": {
|
|
564
|
-
"javascript":
|
|
567
|
+
"javascript": 8957
|
|
565
568
|
},
|
|
566
569
|
"names": [],
|
|
567
570
|
"idHints": [],
|
|
@@ -570,12 +573,10 @@
|
|
|
570
573
|
"main"
|
|
571
574
|
],
|
|
572
575
|
"files": [
|
|
573
|
-
"
|
|
574
|
-
],
|
|
575
|
-
"auxiliaryFiles": [
|
|
576
|
-
"650.js.map"
|
|
576
|
+
"644.js"
|
|
577
577
|
],
|
|
578
|
-
"
|
|
578
|
+
"auxiliaryFiles": [],
|
|
579
|
+
"hash": "7cf9276e0e58f2e8",
|
|
579
580
|
"childrenByOrder": {}
|
|
580
581
|
},
|
|
581
582
|
{
|
|
@@ -583,9 +584,9 @@
|
|
|
583
584
|
"initial": false,
|
|
584
585
|
"entry": false,
|
|
585
586
|
"recorded": false,
|
|
586
|
-
"size":
|
|
587
|
+
"size": 10292,
|
|
587
588
|
"sizes": {
|
|
588
|
-
"javascript":
|
|
589
|
+
"javascript": 10292
|
|
589
590
|
},
|
|
590
591
|
"names": [],
|
|
591
592
|
"idHints": [],
|
|
@@ -594,12 +595,12 @@
|
|
|
594
595
|
"main"
|
|
595
596
|
],
|
|
596
597
|
"files": [
|
|
597
|
-
"
|
|
598
|
+
"647.js"
|
|
598
599
|
],
|
|
599
600
|
"auxiliaryFiles": [
|
|
600
|
-
"
|
|
601
|
+
"647.js.map"
|
|
601
602
|
],
|
|
602
|
-
"hash": "
|
|
603
|
+
"hash": "e8abe54bd946c71a",
|
|
603
604
|
"childrenByOrder": {}
|
|
604
605
|
},
|
|
605
606
|
{
|
|
@@ -607,9 +608,9 @@
|
|
|
607
608
|
"initial": false,
|
|
608
609
|
"entry": false,
|
|
609
610
|
"recorded": false,
|
|
610
|
-
"size":
|
|
611
|
+
"size": 17525,
|
|
611
612
|
"sizes": {
|
|
612
|
-
"javascript":
|
|
613
|
+
"javascript": 17525
|
|
613
614
|
},
|
|
614
615
|
"names": [],
|
|
615
616
|
"idHints": [],
|
|
@@ -618,12 +619,12 @@
|
|
|
618
619
|
"main"
|
|
619
620
|
],
|
|
620
621
|
"files": [
|
|
621
|
-
"
|
|
622
|
+
"650.js"
|
|
622
623
|
],
|
|
623
624
|
"auxiliaryFiles": [
|
|
624
|
-
"
|
|
625
|
+
"650.js.map"
|
|
625
626
|
],
|
|
626
|
-
"hash": "
|
|
627
|
+
"hash": "5dc52a2774f53411",
|
|
627
628
|
"childrenByOrder": {}
|
|
628
629
|
},
|
|
629
630
|
{
|
|
@@ -631,10 +632,9 @@
|
|
|
631
632
|
"initial": false,
|
|
632
633
|
"entry": false,
|
|
633
634
|
"recorded": false,
|
|
634
|
-
"
|
|
635
|
-
"size": 25658,
|
|
635
|
+
"size": 18826,
|
|
636
636
|
"sizes": {
|
|
637
|
-
"javascript":
|
|
637
|
+
"javascript": 18826
|
|
638
638
|
},
|
|
639
639
|
"names": [],
|
|
640
640
|
"idHints": [],
|
|
@@ -643,12 +643,12 @@
|
|
|
643
643
|
"main"
|
|
644
644
|
],
|
|
645
645
|
"files": [
|
|
646
|
-
"
|
|
646
|
+
"669.js"
|
|
647
647
|
],
|
|
648
648
|
"auxiliaryFiles": [
|
|
649
|
-
"
|
|
649
|
+
"669.js.map"
|
|
650
650
|
],
|
|
651
|
-
"hash": "
|
|
651
|
+
"hash": "e05acee0587cb44a",
|
|
652
652
|
"childrenByOrder": {}
|
|
653
653
|
},
|
|
654
654
|
{
|
|
@@ -683,9 +683,9 @@
|
|
|
683
683
|
"initial": false,
|
|
684
684
|
"entry": false,
|
|
685
685
|
"recorded": false,
|
|
686
|
-
"size":
|
|
686
|
+
"size": 8437,
|
|
687
687
|
"sizes": {
|
|
688
|
-
"javascript":
|
|
688
|
+
"javascript": 8437
|
|
689
689
|
},
|
|
690
690
|
"names": [],
|
|
691
691
|
"idHints": [],
|
|
@@ -694,12 +694,12 @@
|
|
|
694
694
|
"main"
|
|
695
695
|
],
|
|
696
696
|
"files": [
|
|
697
|
-
"
|
|
697
|
+
"752.js"
|
|
698
698
|
],
|
|
699
699
|
"auxiliaryFiles": [
|
|
700
|
-
"
|
|
700
|
+
"752.js.map"
|
|
701
701
|
],
|
|
702
|
-
"hash": "
|
|
702
|
+
"hash": "d3d210b09ee8bc8c",
|
|
703
703
|
"childrenByOrder": {}
|
|
704
704
|
},
|
|
705
705
|
{
|
|
@@ -707,9 +707,9 @@
|
|
|
707
707
|
"initial": false,
|
|
708
708
|
"entry": false,
|
|
709
709
|
"recorded": false,
|
|
710
|
-
"size":
|
|
710
|
+
"size": 12484,
|
|
711
711
|
"sizes": {
|
|
712
|
-
"javascript":
|
|
712
|
+
"javascript": 12484
|
|
713
713
|
},
|
|
714
714
|
"names": [],
|
|
715
715
|
"idHints": [],
|
|
@@ -721,7 +721,7 @@
|
|
|
721
721
|
"757.js"
|
|
722
722
|
],
|
|
723
723
|
"auxiliaryFiles": [],
|
|
724
|
-
"hash": "
|
|
724
|
+
"hash": "a94601d231718d75",
|
|
725
725
|
"childrenByOrder": {}
|
|
726
726
|
},
|
|
727
727
|
{
|
|
@@ -729,9 +729,9 @@
|
|
|
729
729
|
"initial": false,
|
|
730
730
|
"entry": false,
|
|
731
731
|
"recorded": false,
|
|
732
|
-
"size":
|
|
732
|
+
"size": 12512,
|
|
733
733
|
"sizes": {
|
|
734
|
-
"javascript":
|
|
734
|
+
"javascript": 12512
|
|
735
735
|
},
|
|
736
736
|
"names": [],
|
|
737
737
|
"idHints": [],
|
|
@@ -745,7 +745,7 @@
|
|
|
745
745
|
"auxiliaryFiles": [
|
|
746
746
|
"764.js.map"
|
|
747
747
|
],
|
|
748
|
-
"hash": "
|
|
748
|
+
"hash": "cd679ebdfa77c743",
|
|
749
749
|
"childrenByOrder": {}
|
|
750
750
|
},
|
|
751
751
|
{
|
|
@@ -777,9 +777,9 @@
|
|
|
777
777
|
"initial": false,
|
|
778
778
|
"entry": false,
|
|
779
779
|
"recorded": false,
|
|
780
|
-
"size":
|
|
780
|
+
"size": 12484,
|
|
781
781
|
"sizes": {
|
|
782
|
-
"javascript":
|
|
782
|
+
"javascript": 12484
|
|
783
783
|
},
|
|
784
784
|
"names": [],
|
|
785
785
|
"idHints": [],
|
|
@@ -791,7 +791,7 @@
|
|
|
791
791
|
"788.js"
|
|
792
792
|
],
|
|
793
793
|
"auxiliaryFiles": [],
|
|
794
|
-
"hash": "
|
|
794
|
+
"hash": "a17b5fda3b334431",
|
|
795
795
|
"childrenByOrder": {}
|
|
796
796
|
},
|
|
797
797
|
{
|
|
@@ -799,9 +799,9 @@
|
|
|
799
799
|
"initial": false,
|
|
800
800
|
"entry": false,
|
|
801
801
|
"recorded": false,
|
|
802
|
-
"size":
|
|
802
|
+
"size": 8520,
|
|
803
803
|
"sizes": {
|
|
804
|
-
"javascript":
|
|
804
|
+
"javascript": 8520
|
|
805
805
|
},
|
|
806
806
|
"names": [],
|
|
807
807
|
"idHints": [],
|
|
@@ -810,12 +810,12 @@
|
|
|
810
810
|
"main"
|
|
811
811
|
],
|
|
812
812
|
"files": [
|
|
813
|
-
"
|
|
813
|
+
"800.js"
|
|
814
814
|
],
|
|
815
815
|
"auxiliaryFiles": [
|
|
816
|
-
"
|
|
816
|
+
"800.js.map"
|
|
817
817
|
],
|
|
818
|
-
"hash": "
|
|
818
|
+
"hash": "bf250cda3feb9b48",
|
|
819
819
|
"childrenByOrder": {}
|
|
820
820
|
},
|
|
821
821
|
{
|
|
@@ -823,9 +823,9 @@
|
|
|
823
823
|
"initial": false,
|
|
824
824
|
"entry": false,
|
|
825
825
|
"recorded": false,
|
|
826
|
-
"size":
|
|
826
|
+
"size": 12960,
|
|
827
827
|
"sizes": {
|
|
828
|
-
"javascript":
|
|
828
|
+
"javascript": 12960
|
|
829
829
|
},
|
|
830
830
|
"names": [],
|
|
831
831
|
"idHints": [],
|
|
@@ -837,7 +837,7 @@
|
|
|
837
837
|
"807.js"
|
|
838
838
|
],
|
|
839
839
|
"auxiliaryFiles": [],
|
|
840
|
-
"hash": "
|
|
840
|
+
"hash": "c159012396f042e3",
|
|
841
841
|
"childrenByOrder": {}
|
|
842
842
|
},
|
|
843
843
|
{
|
|
@@ -845,9 +845,9 @@
|
|
|
845
845
|
"initial": false,
|
|
846
846
|
"entry": false,
|
|
847
847
|
"recorded": false,
|
|
848
|
-
"size":
|
|
848
|
+
"size": 5472,
|
|
849
849
|
"sizes": {
|
|
850
|
-
"javascript":
|
|
850
|
+
"javascript": 5472
|
|
851
851
|
},
|
|
852
852
|
"names": [],
|
|
853
853
|
"idHints": [],
|
|
@@ -856,10 +856,12 @@
|
|
|
856
856
|
"main"
|
|
857
857
|
],
|
|
858
858
|
"files": [
|
|
859
|
-
"
|
|
859
|
+
"828.js"
|
|
860
860
|
],
|
|
861
|
-
"auxiliaryFiles": [
|
|
862
|
-
|
|
861
|
+
"auxiliaryFiles": [
|
|
862
|
+
"828.js.map"
|
|
863
|
+
],
|
|
864
|
+
"hash": "8d260d39ecb372bd",
|
|
863
865
|
"childrenByOrder": {}
|
|
864
866
|
},
|
|
865
867
|
{
|
|
@@ -867,9 +869,9 @@
|
|
|
867
869
|
"initial": false,
|
|
868
870
|
"entry": false,
|
|
869
871
|
"recorded": false,
|
|
870
|
-
"size":
|
|
872
|
+
"size": 11605,
|
|
871
873
|
"sizes": {
|
|
872
|
-
"javascript":
|
|
874
|
+
"javascript": 11605
|
|
873
875
|
},
|
|
874
876
|
"names": [],
|
|
875
877
|
"idHints": [],
|
|
@@ -878,12 +880,10 @@
|
|
|
878
880
|
"main"
|
|
879
881
|
],
|
|
880
882
|
"files": [
|
|
881
|
-
"
|
|
882
|
-
],
|
|
883
|
-
"auxiliaryFiles": [
|
|
884
|
-
"877.js.map"
|
|
883
|
+
"833.js"
|
|
885
884
|
],
|
|
886
|
-
"
|
|
885
|
+
"auxiliaryFiles": [],
|
|
886
|
+
"hash": "89e79d3bbee4f4f0",
|
|
887
887
|
"childrenByOrder": {}
|
|
888
888
|
},
|
|
889
889
|
{
|
|
@@ -891,9 +891,9 @@
|
|
|
891
891
|
"initial": false,
|
|
892
892
|
"entry": false,
|
|
893
893
|
"recorded": false,
|
|
894
|
-
"size":
|
|
894
|
+
"size": 14512,
|
|
895
895
|
"sizes": {
|
|
896
|
-
"javascript":
|
|
896
|
+
"javascript": 14512
|
|
897
897
|
},
|
|
898
898
|
"names": [],
|
|
899
899
|
"idHints": [],
|
|
@@ -902,12 +902,12 @@
|
|
|
902
902
|
"main"
|
|
903
903
|
],
|
|
904
904
|
"files": [
|
|
905
|
-
"
|
|
905
|
+
"877.js"
|
|
906
906
|
],
|
|
907
907
|
"auxiliaryFiles": [
|
|
908
|
-
"
|
|
908
|
+
"877.js.map"
|
|
909
909
|
],
|
|
910
|
-
"hash": "
|
|
910
|
+
"hash": "bbf07d7e8cee092a",
|
|
911
911
|
"childrenByOrder": {}
|
|
912
912
|
},
|
|
913
913
|
{
|
|
@@ -915,26 +915,23 @@
|
|
|
915
915
|
"initial": false,
|
|
916
916
|
"entry": false,
|
|
917
917
|
"recorded": false,
|
|
918
|
-
"
|
|
919
|
-
"size": 235851,
|
|
918
|
+
"size": 16577,
|
|
920
919
|
"sizes": {
|
|
921
|
-
"javascript":
|
|
920
|
+
"javascript": 16577
|
|
922
921
|
},
|
|
923
922
|
"names": [],
|
|
924
|
-
"idHints": [
|
|
925
|
-
"vendors"
|
|
926
|
-
],
|
|
923
|
+
"idHints": [],
|
|
927
924
|
"runtime": [
|
|
928
925
|
"@kenyaemr/esm-service-queues-app",
|
|
929
926
|
"main"
|
|
930
927
|
],
|
|
931
928
|
"files": [
|
|
932
|
-
"
|
|
929
|
+
"917.js"
|
|
933
930
|
],
|
|
934
931
|
"auxiliaryFiles": [
|
|
935
|
-
"
|
|
932
|
+
"917.js.map"
|
|
936
933
|
],
|
|
937
|
-
"hash": "
|
|
934
|
+
"hash": "9edaeed4e40a4ad4",
|
|
938
935
|
"childrenByOrder": {}
|
|
939
936
|
},
|
|
940
937
|
{
|
|
@@ -942,23 +939,26 @@
|
|
|
942
939
|
"initial": false,
|
|
943
940
|
"entry": false,
|
|
944
941
|
"recorded": false,
|
|
945
|
-
"
|
|
942
|
+
"reason": "split chunk (cache group: defaultVendors)",
|
|
943
|
+
"size": 235851,
|
|
946
944
|
"sizes": {
|
|
947
|
-
"javascript":
|
|
945
|
+
"javascript": 235851
|
|
948
946
|
},
|
|
949
947
|
"names": [],
|
|
950
|
-
"idHints": [
|
|
948
|
+
"idHints": [
|
|
949
|
+
"vendors"
|
|
950
|
+
],
|
|
951
951
|
"runtime": [
|
|
952
952
|
"@kenyaemr/esm-service-queues-app",
|
|
953
953
|
"main"
|
|
954
954
|
],
|
|
955
955
|
"files": [
|
|
956
|
-
"
|
|
956
|
+
"940.js"
|
|
957
957
|
],
|
|
958
958
|
"auxiliaryFiles": [
|
|
959
|
-
"
|
|
959
|
+
"940.js.map"
|
|
960
960
|
],
|
|
961
|
-
"hash": "
|
|
961
|
+
"hash": "54d58342f036af0c",
|
|
962
962
|
"childrenByOrder": {}
|
|
963
963
|
}
|
|
964
964
|
]
|