@kenyaemr/esm-appointments-app 8.1.1-pre.129 → 8.1.2-pre.154
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 +27 -25
- package/dist/111.js +2 -0
- package/dist/111.js.map +1 -0
- package/dist/123.js +2 -0
- package/dist/{198.js.LICENSE.txt → 123.js.LICENSE.txt} +0 -6
- package/dist/123.js.map +1 -0
- package/dist/130.js +1 -1
- package/dist/130.js.map +1 -1
- package/dist/{787.js → 139.js} +1 -1
- package/dist/139.js.map +1 -0
- package/dist/228.js +1 -0
- package/dist/236.js +1 -0
- package/dist/240.js +1 -0
- package/dist/261.js +1 -0
- package/dist/269.js +1 -1
- package/dist/269.js.map +1 -1
- package/dist/271.js +1 -1
- package/dist/272.js +1 -0
- package/dist/319.js +1 -1
- package/dist/336.js +1 -0
- package/dist/378.js +1 -0
- package/dist/443.js +1 -0
- package/dist/443.js.map +1 -0
- package/dist/460.js +1 -1
- package/dist/529.js +1 -1
- package/dist/529.js.map +1 -1
- package/dist/539.js +1 -0
- package/dist/566.js +1 -0
- package/dist/574.js +1 -1
- package/dist/581.js +1 -1
- package/dist/644.js +1 -1
- package/dist/652.js +1 -0
- package/dist/673.js +1 -0
- package/dist/705.js +1 -0
- package/dist/711.js +1 -1
- package/dist/711.js.map +1 -1
- package/dist/727.js +1 -0
- package/dist/737.js +1 -0
- package/dist/744.js +1 -0
- package/dist/757.js +1 -1
- package/dist/788.js +1 -1
- package/dist/807.js +1 -1
- package/dist/833.js +1 -1
- package/dist/899.js +1 -0
- package/dist/923.js +1 -0
- package/dist/923.js.map +1 -0
- package/dist/kenyaemr-esm-appointments-app.js +1 -1
- package/dist/kenyaemr-esm-appointments-app.js.buildmanifest.json +454 -102
- package/dist/kenyaemr-esm-appointments-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-lock.json +6416 -0
- package/package.json +5 -5
- package/src/appointments/appointment-tabs.component.tsx +1 -1
- package/src/appointments/common-components/appointments-table.component.tsx +0 -1
- package/src/appointments/common-components/appointments-table.test.tsx +7 -3
- package/src/appointments/common-components/checkin-button.component.tsx +5 -1
- package/src/appointments/common-components/end-appointment.modal.tsx +2 -2
- package/src/appointments/scheduled/scheduled-appointments.component.tsx +1 -1
- package/src/appointments/unscheduled/unscheduled-appointments.component.tsx +6 -6
- package/src/appointments/unscheduled/unscheduled-appointments.test.tsx +19 -4
- package/src/appointments.component.tsx +7 -7
- package/src/appointments.test.tsx +11 -1
- package/src/calendar/appointments-calendar-view.component.tsx +2 -2
- package/src/calendar/monthly/monthly-workload-view.component.tsx +7 -7
- package/src/config-schema.ts +6 -70
- package/src/form/appointments-form.component.tsx +84 -73
- package/src/form/appointments-form.resource.ts +4 -4
- package/src/form/appointments-form.scss +1 -1
- package/src/form/appointments-form.test.tsx +142 -110
- package/src/patient-appointments/patient-appointments-action-menu.component.tsx +2 -4
- package/src/patient-appointments/patient-appointments-base.test.tsx +1 -1
- package/src/patient-appointments/patient-appointments-cancel.modal.tsx +6 -1
- package/src/patient-appointments/patient-appointments-cancel.scss +29 -0
- package/src/patient-appointments/patient-upcoming-appointments-card.component.tsx +64 -8
- package/src/routes.json +1 -1
- package/src/types/index.ts +1 -1
- package/src/workload/monthly-view-workload/monthly-view.component.tsx +8 -6
- package/src/workload/monthly-view-workload/monthlyWorkCard.tsx +3 -2
- package/src/workload/workload-card.component.tsx +5 -3
- package/src/workload/workload.component.tsx +13 -20
- package/src/workload/workload.resource.ts +3 -0
- package/translations/am.json +4 -2
- package/translations/ar.json +24 -22
- package/translations/de.json +168 -0
- package/translations/en.json +3 -1
- package/translations/es.json +58 -56
- package/translations/fr.json +4 -2
- package/translations/he.json +93 -91
- package/translations/hi.json +168 -0
- package/translations/hi_IN.json +168 -0
- package/translations/id.json +168 -0
- package/translations/it.json +168 -0
- package/translations/km.json +4 -2
- package/translations/ne.json +168 -0
- package/translations/pt.json +168 -0
- package/translations/pt_BR.json +168 -0
- package/translations/qu.json +168 -0
- package/translations/si.json +168 -0
- package/translations/sw.json +168 -0
- package/translations/sw_KE.json +168 -0
- package/translations/tr.json +168 -0
- package/translations/tr_TR.json +168 -0
- package/translations/uk.json +168 -0
- package/translations/vi.json +168 -0
- package/translations/zh.json +4 -2
- package/translations/zh_CN.json +4 -2
- package/dist/198.js +0 -2
- package/dist/198.js.map +0 -1
- package/dist/265.js +0 -1
- package/dist/265.js.map +0 -1
- package/dist/440.js +0 -2
- package/dist/440.js.map +0 -1
- package/dist/501.js +0 -1
- package/dist/501.js.map +0 -1
- package/dist/787.js.map +0 -1
- package/src/hooks/useDefaultLocation.ts +0 -14
- /package/dist/{440.js.LICENSE.txt → 111.js.LICENSE.txt} +0 -0
|
@@ -24,15 +24,68 @@
|
|
|
24
24
|
"hash": "20c83d465fe07cc5",
|
|
25
25
|
"childrenByOrder": {}
|
|
26
26
|
},
|
|
27
|
+
{
|
|
28
|
+
"rendered": true,
|
|
29
|
+
"initial": false,
|
|
30
|
+
"entry": false,
|
|
31
|
+
"recorded": false,
|
|
32
|
+
"reason": "split chunk (cache group: defaultVendors)",
|
|
33
|
+
"size": 128735,
|
|
34
|
+
"sizes": {
|
|
35
|
+
"javascript": 128735
|
|
36
|
+
},
|
|
37
|
+
"names": [],
|
|
38
|
+
"idHints": [
|
|
39
|
+
"vendors"
|
|
40
|
+
],
|
|
41
|
+
"runtime": [
|
|
42
|
+
"@kenyaemr/esm-appointments-app",
|
|
43
|
+
"main"
|
|
44
|
+
],
|
|
45
|
+
"files": [
|
|
46
|
+
"111.js"
|
|
47
|
+
],
|
|
48
|
+
"auxiliaryFiles": [
|
|
49
|
+
"111.js.map"
|
|
50
|
+
],
|
|
51
|
+
"hash": "88ea2de87e0b707f",
|
|
52
|
+
"childrenByOrder": {}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"rendered": true,
|
|
56
|
+
"initial": false,
|
|
57
|
+
"entry": false,
|
|
58
|
+
"recorded": false,
|
|
59
|
+
"reason": "split chunk (cache group: defaultVendors)",
|
|
60
|
+
"size": 4588113,
|
|
61
|
+
"sizes": {
|
|
62
|
+
"javascript": 4588113
|
|
63
|
+
},
|
|
64
|
+
"names": [],
|
|
65
|
+
"idHints": [
|
|
66
|
+
"vendors"
|
|
67
|
+
],
|
|
68
|
+
"runtime": [
|
|
69
|
+
"@kenyaemr/esm-appointments-app"
|
|
70
|
+
],
|
|
71
|
+
"files": [
|
|
72
|
+
"123.js"
|
|
73
|
+
],
|
|
74
|
+
"auxiliaryFiles": [
|
|
75
|
+
"123.js.map"
|
|
76
|
+
],
|
|
77
|
+
"hash": "9fd8f85a2fae3f43",
|
|
78
|
+
"childrenByOrder": {}
|
|
79
|
+
},
|
|
27
80
|
{
|
|
28
81
|
"rendered": true,
|
|
29
82
|
"initial": false,
|
|
30
83
|
"entry": false,
|
|
31
84
|
"recorded": false,
|
|
32
85
|
"reason": "reused as split chunk (cache group: defaultVendors)",
|
|
33
|
-
"size":
|
|
86
|
+
"size": 4894126,
|
|
34
87
|
"sizes": {
|
|
35
|
-
"javascript":
|
|
88
|
+
"javascript": 4894126
|
|
36
89
|
},
|
|
37
90
|
"names": [],
|
|
38
91
|
"idHints": [
|
|
@@ -48,7 +101,34 @@
|
|
|
48
101
|
"auxiliaryFiles": [
|
|
49
102
|
"130.js.map"
|
|
50
103
|
],
|
|
51
|
-
"hash": "
|
|
104
|
+
"hash": "49c2912cfd5ff937",
|
|
105
|
+
"childrenByOrder": {}
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"rendered": true,
|
|
109
|
+
"initial": false,
|
|
110
|
+
"entry": false,
|
|
111
|
+
"recorded": false,
|
|
112
|
+
"reason": "split chunk (cache group: defaultVendors)",
|
|
113
|
+
"size": 1007710,
|
|
114
|
+
"sizes": {
|
|
115
|
+
"javascript": 1007710
|
|
116
|
+
},
|
|
117
|
+
"names": [],
|
|
118
|
+
"idHints": [
|
|
119
|
+
"vendors"
|
|
120
|
+
],
|
|
121
|
+
"runtime": [
|
|
122
|
+
"@kenyaemr/esm-appointments-app",
|
|
123
|
+
"main"
|
|
124
|
+
],
|
|
125
|
+
"files": [
|
|
126
|
+
"139.js"
|
|
127
|
+
],
|
|
128
|
+
"auxiliaryFiles": [
|
|
129
|
+
"139.js.map"
|
|
130
|
+
],
|
|
131
|
+
"hash": "64a1ede483460902",
|
|
52
132
|
"childrenByOrder": {}
|
|
53
133
|
},
|
|
54
134
|
{
|
|
@@ -80,12 +160,12 @@
|
|
|
80
160
|
"initial": true,
|
|
81
161
|
"entry": true,
|
|
82
162
|
"recorded": false,
|
|
83
|
-
"size":
|
|
163
|
+
"size": 5690063,
|
|
84
164
|
"sizes": {
|
|
85
165
|
"consume-shared": 252,
|
|
86
|
-
"javascript":
|
|
166
|
+
"javascript": 5667365,
|
|
87
167
|
"share-init": 294,
|
|
88
|
-
"runtime":
|
|
168
|
+
"runtime": 22152
|
|
89
169
|
},
|
|
90
170
|
"names": [
|
|
91
171
|
"main"
|
|
@@ -100,7 +180,7 @@
|
|
|
100
180
|
"auxiliaryFiles": [
|
|
101
181
|
"main.js.map"
|
|
102
182
|
],
|
|
103
|
-
"hash": "
|
|
183
|
+
"hash": "9d392704bf74b780",
|
|
104
184
|
"childrenByOrder": {}
|
|
105
185
|
},
|
|
106
186
|
{
|
|
@@ -108,25 +188,43 @@
|
|
|
108
188
|
"initial": false,
|
|
109
189
|
"entry": false,
|
|
110
190
|
"recorded": false,
|
|
111
|
-
"
|
|
112
|
-
"size": 3385717,
|
|
191
|
+
"size": 6545,
|
|
113
192
|
"sizes": {
|
|
114
|
-
"javascript":
|
|
193
|
+
"javascript": 6545
|
|
115
194
|
},
|
|
116
195
|
"names": [],
|
|
117
|
-
"idHints": [
|
|
118
|
-
"vendors"
|
|
119
|
-
],
|
|
196
|
+
"idHints": [],
|
|
120
197
|
"runtime": [
|
|
121
|
-
"@kenyaemr/esm-appointments-app"
|
|
198
|
+
"@kenyaemr/esm-appointments-app",
|
|
199
|
+
"main"
|
|
122
200
|
],
|
|
123
201
|
"files": [
|
|
124
|
-
"
|
|
202
|
+
"228.js"
|
|
125
203
|
],
|
|
126
|
-
"auxiliaryFiles": [
|
|
127
|
-
|
|
204
|
+
"auxiliaryFiles": [],
|
|
205
|
+
"hash": "6af4037aa109059d",
|
|
206
|
+
"childrenByOrder": {}
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"rendered": true,
|
|
210
|
+
"initial": false,
|
|
211
|
+
"entry": false,
|
|
212
|
+
"recorded": false,
|
|
213
|
+
"size": 6545,
|
|
214
|
+
"sizes": {
|
|
215
|
+
"javascript": 6545
|
|
216
|
+
},
|
|
217
|
+
"names": [],
|
|
218
|
+
"idHints": [],
|
|
219
|
+
"runtime": [
|
|
220
|
+
"@kenyaemr/esm-appointments-app",
|
|
221
|
+
"main"
|
|
222
|
+
],
|
|
223
|
+
"files": [
|
|
224
|
+
"236.js"
|
|
128
225
|
],
|
|
129
|
-
"
|
|
226
|
+
"auxiliaryFiles": [],
|
|
227
|
+
"hash": "2d02277704689946",
|
|
130
228
|
"childrenByOrder": {}
|
|
131
229
|
},
|
|
132
230
|
{
|
|
@@ -134,9 +232,9 @@
|
|
|
134
232
|
"initial": false,
|
|
135
233
|
"entry": false,
|
|
136
234
|
"recorded": false,
|
|
137
|
-
"size":
|
|
235
|
+
"size": 6545,
|
|
138
236
|
"sizes": {
|
|
139
|
-
"javascript":
|
|
237
|
+
"javascript": 6545
|
|
140
238
|
},
|
|
141
239
|
"names": [],
|
|
142
240
|
"idHints": [],
|
|
@@ -145,12 +243,32 @@
|
|
|
145
243
|
"main"
|
|
146
244
|
],
|
|
147
245
|
"files": [
|
|
148
|
-
"
|
|
246
|
+
"240.js"
|
|
149
247
|
],
|
|
150
|
-
"auxiliaryFiles": [
|
|
151
|
-
|
|
248
|
+
"auxiliaryFiles": [],
|
|
249
|
+
"hash": "1954d1806d626f7d",
|
|
250
|
+
"childrenByOrder": {}
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"rendered": true,
|
|
254
|
+
"initial": false,
|
|
255
|
+
"entry": false,
|
|
256
|
+
"recorded": false,
|
|
257
|
+
"size": 6545,
|
|
258
|
+
"sizes": {
|
|
259
|
+
"javascript": 6545
|
|
260
|
+
},
|
|
261
|
+
"names": [],
|
|
262
|
+
"idHints": [],
|
|
263
|
+
"runtime": [
|
|
264
|
+
"@kenyaemr/esm-appointments-app",
|
|
265
|
+
"main"
|
|
266
|
+
],
|
|
267
|
+
"files": [
|
|
268
|
+
"261.js"
|
|
152
269
|
],
|
|
153
|
-
"
|
|
270
|
+
"auxiliaryFiles": [],
|
|
271
|
+
"hash": "411a6fcaeba59510",
|
|
154
272
|
"childrenByOrder": {}
|
|
155
273
|
},
|
|
156
274
|
{
|
|
@@ -179,9 +297,9 @@
|
|
|
179
297
|
"initial": false,
|
|
180
298
|
"entry": false,
|
|
181
299
|
"recorded": false,
|
|
182
|
-
"size":
|
|
300
|
+
"size": 43646,
|
|
183
301
|
"sizes": {
|
|
184
|
-
"javascript":
|
|
302
|
+
"javascript": 43646
|
|
185
303
|
},
|
|
186
304
|
"names": [],
|
|
187
305
|
"idHints": [],
|
|
@@ -195,7 +313,7 @@
|
|
|
195
313
|
"auxiliaryFiles": [
|
|
196
314
|
"269.js.map"
|
|
197
315
|
],
|
|
198
|
-
"hash": "
|
|
316
|
+
"hash": "6374fcdc5a021122",
|
|
199
317
|
"childrenByOrder": {}
|
|
200
318
|
},
|
|
201
319
|
{
|
|
@@ -203,9 +321,9 @@
|
|
|
203
321
|
"initial": false,
|
|
204
322
|
"entry": false,
|
|
205
323
|
"recorded": false,
|
|
206
|
-
"size":
|
|
324
|
+
"size": 4995,
|
|
207
325
|
"sizes": {
|
|
208
|
-
"javascript":
|
|
326
|
+
"javascript": 4995
|
|
209
327
|
},
|
|
210
328
|
"names": [],
|
|
211
329
|
"idHints": [],
|
|
@@ -217,7 +335,29 @@
|
|
|
217
335
|
"271.js"
|
|
218
336
|
],
|
|
219
337
|
"auxiliaryFiles": [],
|
|
220
|
-
"hash": "
|
|
338
|
+
"hash": "52219b7781cd1b52",
|
|
339
|
+
"childrenByOrder": {}
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"rendered": true,
|
|
343
|
+
"initial": false,
|
|
344
|
+
"entry": false,
|
|
345
|
+
"recorded": false,
|
|
346
|
+
"size": 6545,
|
|
347
|
+
"sizes": {
|
|
348
|
+
"javascript": 6545
|
|
349
|
+
},
|
|
350
|
+
"names": [],
|
|
351
|
+
"idHints": [],
|
|
352
|
+
"runtime": [
|
|
353
|
+
"@kenyaemr/esm-appointments-app",
|
|
354
|
+
"main"
|
|
355
|
+
],
|
|
356
|
+
"files": [
|
|
357
|
+
"272.js"
|
|
358
|
+
],
|
|
359
|
+
"auxiliaryFiles": [],
|
|
360
|
+
"hash": "b9d0e7133aada3e3",
|
|
221
361
|
"childrenByOrder": {}
|
|
222
362
|
},
|
|
223
363
|
{
|
|
@@ -225,9 +365,9 @@
|
|
|
225
365
|
"initial": false,
|
|
226
366
|
"entry": false,
|
|
227
367
|
"recorded": false,
|
|
228
|
-
"size":
|
|
368
|
+
"size": 6780,
|
|
229
369
|
"sizes": {
|
|
230
|
-
"javascript":
|
|
370
|
+
"javascript": 6780
|
|
231
371
|
},
|
|
232
372
|
"names": [],
|
|
233
373
|
"idHints": [],
|
|
@@ -239,7 +379,7 @@
|
|
|
239
379
|
"319.js"
|
|
240
380
|
],
|
|
241
381
|
"auxiliaryFiles": [],
|
|
242
|
-
"hash": "
|
|
382
|
+
"hash": "ebd4bee4f7552350",
|
|
243
383
|
"childrenByOrder": {}
|
|
244
384
|
},
|
|
245
385
|
{
|
|
@@ -269,6 +409,28 @@
|
|
|
269
409
|
"hash": "1d0be70d4447e8a3",
|
|
270
410
|
"childrenByOrder": {}
|
|
271
411
|
},
|
|
412
|
+
{
|
|
413
|
+
"rendered": true,
|
|
414
|
+
"initial": false,
|
|
415
|
+
"entry": false,
|
|
416
|
+
"recorded": false,
|
|
417
|
+
"size": 6545,
|
|
418
|
+
"sizes": {
|
|
419
|
+
"javascript": 6545
|
|
420
|
+
},
|
|
421
|
+
"names": [],
|
|
422
|
+
"idHints": [],
|
|
423
|
+
"runtime": [
|
|
424
|
+
"@kenyaemr/esm-appointments-app",
|
|
425
|
+
"main"
|
|
426
|
+
],
|
|
427
|
+
"files": [
|
|
428
|
+
"336.js"
|
|
429
|
+
],
|
|
430
|
+
"auxiliaryFiles": [],
|
|
431
|
+
"hash": "a9e382076a119e34",
|
|
432
|
+
"childrenByOrder": {}
|
|
433
|
+
},
|
|
272
434
|
{
|
|
273
435
|
"rendered": true,
|
|
274
436
|
"initial": false,
|
|
@@ -298,36 +460,32 @@
|
|
|
298
460
|
"initial": false,
|
|
299
461
|
"entry": false,
|
|
300
462
|
"recorded": false,
|
|
301
|
-
"
|
|
302
|
-
"size": 789877,
|
|
463
|
+
"size": 6729,
|
|
303
464
|
"sizes": {
|
|
304
|
-
"javascript":
|
|
465
|
+
"javascript": 6729
|
|
305
466
|
},
|
|
306
467
|
"names": [],
|
|
307
|
-
"idHints": [
|
|
308
|
-
"vendors"
|
|
309
|
-
],
|
|
468
|
+
"idHints": [],
|
|
310
469
|
"runtime": [
|
|
311
470
|
"@kenyaemr/esm-appointments-app",
|
|
312
471
|
"main"
|
|
313
472
|
],
|
|
314
473
|
"files": [
|
|
315
|
-
"
|
|
316
|
-
],
|
|
317
|
-
"auxiliaryFiles": [
|
|
318
|
-
"440.js.map"
|
|
474
|
+
"378.js"
|
|
319
475
|
],
|
|
320
|
-
"
|
|
476
|
+
"auxiliaryFiles": [],
|
|
477
|
+
"hash": "e6abebd8a41f09fb",
|
|
321
478
|
"childrenByOrder": {}
|
|
322
479
|
},
|
|
323
480
|
{
|
|
324
|
-
"rendered":
|
|
481
|
+
"rendered": false,
|
|
325
482
|
"initial": false,
|
|
326
483
|
"entry": false,
|
|
327
484
|
"recorded": false,
|
|
328
|
-
"
|
|
485
|
+
"reason": "split chunk (cache group: default)",
|
|
486
|
+
"size": 168,
|
|
329
487
|
"sizes": {
|
|
330
|
-
"
|
|
488
|
+
"consume-shared": 168
|
|
331
489
|
},
|
|
332
490
|
"names": [],
|
|
333
491
|
"idHints": [],
|
|
@@ -335,11 +493,9 @@
|
|
|
335
493
|
"@kenyaemr/esm-appointments-app",
|
|
336
494
|
"main"
|
|
337
495
|
],
|
|
338
|
-
"files": [
|
|
339
|
-
"460.js"
|
|
340
|
-
],
|
|
496
|
+
"files": [],
|
|
341
497
|
"auxiliaryFiles": [],
|
|
342
|
-
"hash": "
|
|
498
|
+
"hash": "e9b24654b4ea365a",
|
|
343
499
|
"childrenByOrder": {}
|
|
344
500
|
},
|
|
345
501
|
{
|
|
@@ -361,12 +517,34 @@
|
|
|
361
517
|
"main"
|
|
362
518
|
],
|
|
363
519
|
"files": [
|
|
364
|
-
"
|
|
520
|
+
"443.js"
|
|
365
521
|
],
|
|
366
522
|
"auxiliaryFiles": [
|
|
367
|
-
"
|
|
523
|
+
"443.js.map"
|
|
524
|
+
],
|
|
525
|
+
"hash": "a3fa5039144c3c0d",
|
|
526
|
+
"childrenByOrder": {}
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"rendered": true,
|
|
530
|
+
"initial": false,
|
|
531
|
+
"entry": false,
|
|
532
|
+
"recorded": false,
|
|
533
|
+
"size": 6110,
|
|
534
|
+
"sizes": {
|
|
535
|
+
"javascript": 6110
|
|
536
|
+
},
|
|
537
|
+
"names": [],
|
|
538
|
+
"idHints": [],
|
|
539
|
+
"runtime": [
|
|
540
|
+
"@kenyaemr/esm-appointments-app",
|
|
541
|
+
"main"
|
|
368
542
|
],
|
|
369
|
-
"
|
|
543
|
+
"files": [
|
|
544
|
+
"460.js"
|
|
545
|
+
],
|
|
546
|
+
"auxiliaryFiles": [],
|
|
547
|
+
"hash": "901bc7cf3811024a",
|
|
370
548
|
"childrenByOrder": {}
|
|
371
549
|
},
|
|
372
550
|
{
|
|
@@ -374,9 +552,9 @@
|
|
|
374
552
|
"initial": false,
|
|
375
553
|
"entry": false,
|
|
376
554
|
"recorded": false,
|
|
377
|
-
"size":
|
|
555
|
+
"size": 4062,
|
|
378
556
|
"sizes": {
|
|
379
|
-
"javascript":
|
|
557
|
+
"javascript": 4062
|
|
380
558
|
},
|
|
381
559
|
"names": [],
|
|
382
560
|
"idHints": [],
|
|
@@ -390,18 +568,17 @@
|
|
|
390
568
|
"auxiliaryFiles": [
|
|
391
569
|
"529.js.map"
|
|
392
570
|
],
|
|
393
|
-
"hash": "
|
|
571
|
+
"hash": "0ee0191ed7afd79e",
|
|
394
572
|
"childrenByOrder": {}
|
|
395
573
|
},
|
|
396
574
|
{
|
|
397
|
-
"rendered":
|
|
575
|
+
"rendered": true,
|
|
398
576
|
"initial": false,
|
|
399
577
|
"entry": false,
|
|
400
578
|
"recorded": false,
|
|
401
|
-
"
|
|
402
|
-
"size": 168,
|
|
579
|
+
"size": 6545,
|
|
403
580
|
"sizes": {
|
|
404
|
-
"
|
|
581
|
+
"javascript": 6545
|
|
405
582
|
},
|
|
406
583
|
"names": [],
|
|
407
584
|
"idHints": [],
|
|
@@ -409,9 +586,33 @@
|
|
|
409
586
|
"@kenyaemr/esm-appointments-app",
|
|
410
587
|
"main"
|
|
411
588
|
],
|
|
412
|
-
"files": [
|
|
589
|
+
"files": [
|
|
590
|
+
"539.js"
|
|
591
|
+
],
|
|
592
|
+
"auxiliaryFiles": [],
|
|
593
|
+
"hash": "f6536dcf79411f2b",
|
|
594
|
+
"childrenByOrder": {}
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"rendered": true,
|
|
598
|
+
"initial": false,
|
|
599
|
+
"entry": false,
|
|
600
|
+
"recorded": false,
|
|
601
|
+
"size": 6717,
|
|
602
|
+
"sizes": {
|
|
603
|
+
"javascript": 6717
|
|
604
|
+
},
|
|
605
|
+
"names": [],
|
|
606
|
+
"idHints": [],
|
|
607
|
+
"runtime": [
|
|
608
|
+
"@kenyaemr/esm-appointments-app",
|
|
609
|
+
"main"
|
|
610
|
+
],
|
|
611
|
+
"files": [
|
|
612
|
+
"566.js"
|
|
613
|
+
],
|
|
413
614
|
"auxiliaryFiles": [],
|
|
414
|
-
"hash": "
|
|
615
|
+
"hash": "18f5f72430d180f1",
|
|
415
616
|
"childrenByOrder": {}
|
|
416
617
|
},
|
|
417
618
|
{
|
|
@@ -419,9 +620,9 @@
|
|
|
419
620
|
"initial": false,
|
|
420
621
|
"entry": false,
|
|
421
622
|
"recorded": false,
|
|
422
|
-
"size":
|
|
623
|
+
"size": 6545,
|
|
423
624
|
"sizes": {
|
|
424
|
-
"javascript":
|
|
625
|
+
"javascript": 6545
|
|
425
626
|
},
|
|
426
627
|
"names": [],
|
|
427
628
|
"idHints": [],
|
|
@@ -433,7 +634,7 @@
|
|
|
433
634
|
"574.js"
|
|
434
635
|
],
|
|
435
636
|
"auxiliaryFiles": [],
|
|
436
|
-
"hash": "
|
|
637
|
+
"hash": "fc92fc81014ba4ec",
|
|
437
638
|
"childrenByOrder": {}
|
|
438
639
|
},
|
|
439
640
|
{
|
|
@@ -457,7 +658,7 @@
|
|
|
457
658
|
"auxiliaryFiles": [
|
|
458
659
|
"581.js.map"
|
|
459
660
|
],
|
|
460
|
-
"hash": "
|
|
661
|
+
"hash": "2b1e6f0b30a50be8",
|
|
461
662
|
"childrenByOrder": {}
|
|
462
663
|
},
|
|
463
664
|
{
|
|
@@ -513,9 +714,9 @@
|
|
|
513
714
|
"initial": false,
|
|
514
715
|
"entry": false,
|
|
515
716
|
"recorded": false,
|
|
516
|
-
"size":
|
|
717
|
+
"size": 4995,
|
|
517
718
|
"sizes": {
|
|
518
|
-
"javascript":
|
|
719
|
+
"javascript": 4995
|
|
519
720
|
},
|
|
520
721
|
"names": [],
|
|
521
722
|
"idHints": [],
|
|
@@ -527,7 +728,73 @@
|
|
|
527
728
|
"644.js"
|
|
528
729
|
],
|
|
529
730
|
"auxiliaryFiles": [],
|
|
530
|
-
"hash": "
|
|
731
|
+
"hash": "d700486cd0091e31",
|
|
732
|
+
"childrenByOrder": {}
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"rendered": true,
|
|
736
|
+
"initial": false,
|
|
737
|
+
"entry": false,
|
|
738
|
+
"recorded": false,
|
|
739
|
+
"size": 6545,
|
|
740
|
+
"sizes": {
|
|
741
|
+
"javascript": 6545
|
|
742
|
+
},
|
|
743
|
+
"names": [],
|
|
744
|
+
"idHints": [],
|
|
745
|
+
"runtime": [
|
|
746
|
+
"@kenyaemr/esm-appointments-app",
|
|
747
|
+
"main"
|
|
748
|
+
],
|
|
749
|
+
"files": [
|
|
750
|
+
"652.js"
|
|
751
|
+
],
|
|
752
|
+
"auxiliaryFiles": [],
|
|
753
|
+
"hash": "117888b786f112c7",
|
|
754
|
+
"childrenByOrder": {}
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"rendered": true,
|
|
758
|
+
"initial": false,
|
|
759
|
+
"entry": false,
|
|
760
|
+
"recorded": false,
|
|
761
|
+
"size": 6545,
|
|
762
|
+
"sizes": {
|
|
763
|
+
"javascript": 6545
|
|
764
|
+
},
|
|
765
|
+
"names": [],
|
|
766
|
+
"idHints": [],
|
|
767
|
+
"runtime": [
|
|
768
|
+
"@kenyaemr/esm-appointments-app",
|
|
769
|
+
"main"
|
|
770
|
+
],
|
|
771
|
+
"files": [
|
|
772
|
+
"673.js"
|
|
773
|
+
],
|
|
774
|
+
"auxiliaryFiles": [],
|
|
775
|
+
"hash": "18411ee524ffc71e",
|
|
776
|
+
"childrenByOrder": {}
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"rendered": true,
|
|
780
|
+
"initial": false,
|
|
781
|
+
"entry": false,
|
|
782
|
+
"recorded": false,
|
|
783
|
+
"size": 6545,
|
|
784
|
+
"sizes": {
|
|
785
|
+
"javascript": 6545
|
|
786
|
+
},
|
|
787
|
+
"names": [],
|
|
788
|
+
"idHints": [],
|
|
789
|
+
"runtime": [
|
|
790
|
+
"@kenyaemr/esm-appointments-app",
|
|
791
|
+
"main"
|
|
792
|
+
],
|
|
793
|
+
"files": [
|
|
794
|
+
"705.js"
|
|
795
|
+
],
|
|
796
|
+
"auxiliaryFiles": [],
|
|
797
|
+
"hash": "b2791cab4c79b1cd",
|
|
531
798
|
"childrenByOrder": {}
|
|
532
799
|
},
|
|
533
800
|
{
|
|
@@ -535,9 +802,9 @@
|
|
|
535
802
|
"initial": false,
|
|
536
803
|
"entry": false,
|
|
537
804
|
"recorded": false,
|
|
538
|
-
"size":
|
|
805
|
+
"size": 950517,
|
|
539
806
|
"sizes": {
|
|
540
|
-
"javascript":
|
|
807
|
+
"javascript": 950517
|
|
541
808
|
},
|
|
542
809
|
"names": [],
|
|
543
810
|
"idHints": [],
|
|
@@ -550,7 +817,7 @@
|
|
|
550
817
|
"auxiliaryFiles": [
|
|
551
818
|
"711.js.map"
|
|
552
819
|
],
|
|
553
|
-
"hash": "
|
|
820
|
+
"hash": "62c36e0e49164f87",
|
|
554
821
|
"childrenByOrder": {}
|
|
555
822
|
},
|
|
556
823
|
{
|
|
@@ -558,9 +825,75 @@
|
|
|
558
825
|
"initial": false,
|
|
559
826
|
"entry": false,
|
|
560
827
|
"recorded": false,
|
|
561
|
-
"size":
|
|
828
|
+
"size": 6545,
|
|
562
829
|
"sizes": {
|
|
563
|
-
"javascript":
|
|
830
|
+
"javascript": 6545
|
|
831
|
+
},
|
|
832
|
+
"names": [],
|
|
833
|
+
"idHints": [],
|
|
834
|
+
"runtime": [
|
|
835
|
+
"@kenyaemr/esm-appointments-app",
|
|
836
|
+
"main"
|
|
837
|
+
],
|
|
838
|
+
"files": [
|
|
839
|
+
"727.js"
|
|
840
|
+
],
|
|
841
|
+
"auxiliaryFiles": [],
|
|
842
|
+
"hash": "ca41dd16ee067651",
|
|
843
|
+
"childrenByOrder": {}
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"rendered": true,
|
|
847
|
+
"initial": false,
|
|
848
|
+
"entry": false,
|
|
849
|
+
"recorded": false,
|
|
850
|
+
"size": 6545,
|
|
851
|
+
"sizes": {
|
|
852
|
+
"javascript": 6545
|
|
853
|
+
},
|
|
854
|
+
"names": [],
|
|
855
|
+
"idHints": [],
|
|
856
|
+
"runtime": [
|
|
857
|
+
"@kenyaemr/esm-appointments-app",
|
|
858
|
+
"main"
|
|
859
|
+
],
|
|
860
|
+
"files": [
|
|
861
|
+
"737.js"
|
|
862
|
+
],
|
|
863
|
+
"auxiliaryFiles": [],
|
|
864
|
+
"hash": "f3fac664dd0c07c5",
|
|
865
|
+
"childrenByOrder": {}
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
"rendered": true,
|
|
869
|
+
"initial": false,
|
|
870
|
+
"entry": false,
|
|
871
|
+
"recorded": false,
|
|
872
|
+
"size": 6496,
|
|
873
|
+
"sizes": {
|
|
874
|
+
"javascript": 6496
|
|
875
|
+
},
|
|
876
|
+
"names": [],
|
|
877
|
+
"idHints": [],
|
|
878
|
+
"runtime": [
|
|
879
|
+
"@kenyaemr/esm-appointments-app",
|
|
880
|
+
"main"
|
|
881
|
+
],
|
|
882
|
+
"files": [
|
|
883
|
+
"744.js"
|
|
884
|
+
],
|
|
885
|
+
"auxiliaryFiles": [],
|
|
886
|
+
"hash": "8fbbe74d5e6d32e1",
|
|
887
|
+
"childrenByOrder": {}
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
"rendered": true,
|
|
891
|
+
"initial": false,
|
|
892
|
+
"entry": false,
|
|
893
|
+
"recorded": false,
|
|
894
|
+
"size": 7102,
|
|
895
|
+
"sizes": {
|
|
896
|
+
"javascript": 7102
|
|
564
897
|
},
|
|
565
898
|
"names": [],
|
|
566
899
|
"idHints": [],
|
|
@@ -572,7 +905,7 @@
|
|
|
572
905
|
"757.js"
|
|
573
906
|
],
|
|
574
907
|
"auxiliaryFiles": [],
|
|
575
|
-
"hash": "
|
|
908
|
+
"hash": "a189a09b8deca05c",
|
|
576
909
|
"childrenByOrder": {}
|
|
577
910
|
},
|
|
578
911
|
{
|
|
@@ -604,26 +937,21 @@
|
|
|
604
937
|
"initial": false,
|
|
605
938
|
"entry": false,
|
|
606
939
|
"recorded": false,
|
|
607
|
-
"
|
|
608
|
-
"size": 346568,
|
|
940
|
+
"size": 6544,
|
|
609
941
|
"sizes": {
|
|
610
|
-
"javascript":
|
|
942
|
+
"javascript": 6544
|
|
611
943
|
},
|
|
612
944
|
"names": [],
|
|
613
|
-
"idHints": [
|
|
614
|
-
"vendors"
|
|
615
|
-
],
|
|
945
|
+
"idHints": [],
|
|
616
946
|
"runtime": [
|
|
617
947
|
"@kenyaemr/esm-appointments-app",
|
|
618
948
|
"main"
|
|
619
949
|
],
|
|
620
950
|
"files": [
|
|
621
|
-
"
|
|
622
|
-
],
|
|
623
|
-
"auxiliaryFiles": [
|
|
624
|
-
"787.js.map"
|
|
951
|
+
"788.js"
|
|
625
952
|
],
|
|
626
|
-
"
|
|
953
|
+
"auxiliaryFiles": [],
|
|
954
|
+
"hash": "a73571bb757ce6ae",
|
|
627
955
|
"childrenByOrder": {}
|
|
628
956
|
},
|
|
629
957
|
{
|
|
@@ -631,9 +959,9 @@
|
|
|
631
959
|
"initial": false,
|
|
632
960
|
"entry": false,
|
|
633
961
|
"recorded": false,
|
|
634
|
-
"size":
|
|
962
|
+
"size": 6608,
|
|
635
963
|
"sizes": {
|
|
636
|
-
"javascript":
|
|
964
|
+
"javascript": 6608
|
|
637
965
|
},
|
|
638
966
|
"names": [],
|
|
639
967
|
"idHints": [],
|
|
@@ -642,10 +970,10 @@
|
|
|
642
970
|
"main"
|
|
643
971
|
],
|
|
644
972
|
"files": [
|
|
645
|
-
"
|
|
973
|
+
"807.js"
|
|
646
974
|
],
|
|
647
975
|
"auxiliaryFiles": [],
|
|
648
|
-
"hash": "
|
|
976
|
+
"hash": "32055f3e57cf3b91",
|
|
649
977
|
"childrenByOrder": {}
|
|
650
978
|
},
|
|
651
979
|
{
|
|
@@ -653,9 +981,9 @@
|
|
|
653
981
|
"initial": false,
|
|
654
982
|
"entry": false,
|
|
655
983
|
"recorded": false,
|
|
656
|
-
"size":
|
|
984
|
+
"size": 5629,
|
|
657
985
|
"sizes": {
|
|
658
|
-
"javascript":
|
|
986
|
+
"javascript": 5629
|
|
659
987
|
},
|
|
660
988
|
"names": [],
|
|
661
989
|
"idHints": [],
|
|
@@ -664,10 +992,10 @@
|
|
|
664
992
|
"main"
|
|
665
993
|
],
|
|
666
994
|
"files": [
|
|
667
|
-
"
|
|
995
|
+
"833.js"
|
|
668
996
|
],
|
|
669
997
|
"auxiliaryFiles": [],
|
|
670
|
-
"hash": "
|
|
998
|
+
"hash": "98f97852820b6d86",
|
|
671
999
|
"childrenByOrder": {}
|
|
672
1000
|
},
|
|
673
1001
|
{
|
|
@@ -675,9 +1003,9 @@
|
|
|
675
1003
|
"initial": false,
|
|
676
1004
|
"entry": false,
|
|
677
1005
|
"recorded": false,
|
|
678
|
-
"size":
|
|
1006
|
+
"size": 6545,
|
|
679
1007
|
"sizes": {
|
|
680
|
-
"javascript":
|
|
1008
|
+
"javascript": 6545
|
|
681
1009
|
},
|
|
682
1010
|
"names": [],
|
|
683
1011
|
"idHints": [],
|
|
@@ -686,10 +1014,10 @@
|
|
|
686
1014
|
"main"
|
|
687
1015
|
],
|
|
688
1016
|
"files": [
|
|
689
|
-
"
|
|
1017
|
+
"899.js"
|
|
690
1018
|
],
|
|
691
1019
|
"auxiliaryFiles": [],
|
|
692
|
-
"hash": "
|
|
1020
|
+
"hash": "9274b293df8dce2a",
|
|
693
1021
|
"childrenByOrder": {}
|
|
694
1022
|
},
|
|
695
1023
|
{
|
|
@@ -713,16 +1041,40 @@
|
|
|
713
1041
|
"hash": "bcad0764d6f93617",
|
|
714
1042
|
"childrenByOrder": {}
|
|
715
1043
|
},
|
|
1044
|
+
{
|
|
1045
|
+
"rendered": true,
|
|
1046
|
+
"initial": false,
|
|
1047
|
+
"entry": false,
|
|
1048
|
+
"recorded": false,
|
|
1049
|
+
"size": 12543,
|
|
1050
|
+
"sizes": {
|
|
1051
|
+
"javascript": 12543
|
|
1052
|
+
},
|
|
1053
|
+
"names": [],
|
|
1054
|
+
"idHints": [],
|
|
1055
|
+
"runtime": [
|
|
1056
|
+
"@kenyaemr/esm-appointments-app",
|
|
1057
|
+
"main"
|
|
1058
|
+
],
|
|
1059
|
+
"files": [
|
|
1060
|
+
"923.js"
|
|
1061
|
+
],
|
|
1062
|
+
"auxiliaryFiles": [
|
|
1063
|
+
"923.js.map"
|
|
1064
|
+
],
|
|
1065
|
+
"hash": "e9250cc6dac23645",
|
|
1066
|
+
"childrenByOrder": {}
|
|
1067
|
+
},
|
|
716
1068
|
{
|
|
717
1069
|
"rendered": true,
|
|
718
1070
|
"initial": true,
|
|
719
1071
|
"entry": true,
|
|
720
1072
|
"recorded": false,
|
|
721
|
-
"size":
|
|
1073
|
+
"size": 22031,
|
|
722
1074
|
"sizes": {
|
|
723
1075
|
"javascript": 42,
|
|
724
1076
|
"share-init": 294,
|
|
725
|
-
"runtime":
|
|
1077
|
+
"runtime": 21695
|
|
726
1078
|
},
|
|
727
1079
|
"names": [
|
|
728
1080
|
"@kenyaemr/esm-appointments-app"
|
|
@@ -737,7 +1089,7 @@
|
|
|
737
1089
|
"auxiliaryFiles": [
|
|
738
1090
|
"kenyaemr-esm-appointments-app.js.map"
|
|
739
1091
|
],
|
|
740
|
-
"hash": "
|
|
1092
|
+
"hash": "89aca7fe470843d3",
|
|
741
1093
|
"childrenByOrder": {}
|
|
742
1094
|
}
|
|
743
1095
|
]
|