@kenyaemr/esm-patient-registration-app 4.6.0 → 5.2.2

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.
Files changed (108) hide show
  1. package/dist/130.js +1 -1
  2. package/dist/130.js.LICENSE.txt +0 -2
  3. package/dist/130.js.map +1 -1
  4. package/dist/152.js +1 -0
  5. package/dist/152.js.map +1 -0
  6. package/dist/255.js +2 -0
  7. package/dist/255.js.map +1 -0
  8. package/dist/303.js +1 -0
  9. package/dist/303.js.map +1 -0
  10. package/dist/319.js +1 -1
  11. package/dist/330.js +1 -1
  12. package/dist/388.js +2 -0
  13. package/dist/388.js.LICENSE.txt +34 -0
  14. package/dist/388.js.map +1 -0
  15. package/dist/460.js +1 -1
  16. package/dist/537.js +1 -1
  17. package/dist/537.js.map +1 -1
  18. package/dist/574.js +1 -1
  19. package/dist/59.js +1 -0
  20. package/dist/59.js.map +1 -0
  21. package/dist/598.js +1 -0
  22. package/dist/598.js.map +1 -0
  23. package/dist/62.js +1 -1
  24. package/dist/62.js.map +1 -1
  25. package/dist/729.js +1 -0
  26. package/dist/729.js.map +1 -0
  27. package/dist/735.js +1 -1
  28. package/dist/757.js +1 -1
  29. package/dist/788.js +1 -1
  30. package/dist/807.js +1 -1
  31. package/dist/833.js +1 -1
  32. package/dist/840.js +1 -0
  33. package/dist/840.js.map +1 -0
  34. package/dist/main.js +1 -1
  35. package/dist/main.js.LICENSE.txt +35 -0
  36. package/dist/main.js.map +1 -1
  37. package/dist/openmrs-esm-patient-registration-app.js +1 -1
  38. package/dist/openmrs-esm-patient-registration-app.js.buildmanifest.json +114 -221
  39. package/dist/openmrs-esm-patient-registration-app.js.map +1 -1
  40. package/dist/routes.json +1 -1
  41. package/package.json +4 -3
  42. package/src/declarations.d.ts +2 -0
  43. package/src/index.ts +23 -14
  44. package/src/patient-registration/field/address/address-field.component.tsx +2 -2
  45. package/src/patient-registration/field/address/custom-address-field.component.tsx +3 -2
  46. package/src/patient-registration/field/dob/dob.component.tsx +51 -42
  47. package/src/patient-registration/field/dob/dob.test.tsx +1 -14
  48. package/src/patient-registration/field/field.resource.ts +5 -5
  49. package/src/patient-registration/field/id/id-field.component.tsx +8 -6
  50. package/src/patient-registration/field/id/{identifier-selection-overlay.tsx → identifier-selection-overlay.component.tsx} +27 -23
  51. package/src/patient-registration/field/obs/obs-field.component.tsx +4 -3
  52. package/src/patient-registration/field/person-attributes/coded-attributes.component.tsx +2 -1
  53. package/src/patient-registration/field/person-attributes/coded-person-attribute-field.component.tsx +4 -3
  54. package/src/patient-registration/field/person-attributes/person-attribute-field.component.tsx +8 -2
  55. package/src/patient-registration/field/person-attributes/person-attributes.resource.tsx +1 -1
  56. package/src/patient-registration/field/person-attributes/text-person-attribute-field.component.tsx +3 -2
  57. package/src/patient-registration/input/basic-input/input/input.component.tsx +122 -2
  58. package/src/patient-registration/input/combo-input/combo-input.component.tsx +7 -6
  59. package/src/patient-registration/input/custom-input/autosuggest/autosuggest.component.tsx +109 -6
  60. package/src/patient-registration/input/custom-input/autosuggest/autosuggest.scss +9 -0
  61. package/src/patient-registration/input/custom-input/autosuggest/autosuggest.test.tsx +2 -2
  62. package/src/patient-registration/input/dummy-data/dummy-data-input.component.tsx +2 -1
  63. package/src/patient-registration/patient-registration.component.tsx +49 -44
  64. package/src/patient-registration/patient-registration.resource.tsx +18 -7
  65. package/src/patient-registration/patient-registration.scss +6 -0
  66. package/src/patient-registration/patient-registration.test.tsx +19 -21
  67. package/src/patient-registration/section/death-info/death-info-section.component.tsx +2 -1
  68. package/src/patient-registration/section/demographics/demographics-section.test.tsx +1 -14
  69. package/src/patient-registration/section/patient-relationships/relationships-section.component.tsx +27 -20
  70. package/src/patient-registration/section/patient-relationships/relationships.resource.tsx +1 -1
  71. package/src/patient-registration/validation/patient-registration-validation.tsx +6 -0
  72. package/src/root.component.tsx +3 -2
  73. package/src/routes.json +7 -0
  74. package/translations/am.json +18 -7
  75. package/translations/ar.json +17 -6
  76. package/translations/en.json +16 -5
  77. package/translations/es.json +17 -6
  78. package/translations/fr.json +18 -7
  79. package/translations/he.json +28 -17
  80. package/translations/km.json +30 -19
  81. package/dist/117.js +0 -2
  82. package/dist/117.js.map +0 -1
  83. package/dist/218.js +0 -1
  84. package/dist/218.js.map +0 -1
  85. package/dist/275.js +0 -1
  86. package/dist/275.js.map +0 -1
  87. package/dist/317.js +0 -2
  88. package/dist/317.js.LICENSE.txt +0 -6
  89. package/dist/317.js.map +0 -1
  90. package/dist/348.js +0 -1
  91. package/dist/348.js.map +0 -1
  92. package/dist/520.js +0 -2
  93. package/dist/520.js.LICENSE.txt +0 -14
  94. package/dist/520.js.map +0 -1
  95. package/dist/635.js +0 -1
  96. package/dist/635.js.map +0 -1
  97. package/dist/68.js +0 -1
  98. package/dist/68.js.map +0 -1
  99. package/dist/693.js +0 -1
  100. package/dist/693.js.map +0 -1
  101. package/dist/742.js +0 -1
  102. package/dist/742.js.map +0 -1
  103. package/dist/857.js +0 -1
  104. package/dist/857.js.map +0 -1
  105. package/dist/975.js +0 -1
  106. package/dist/975.js.map +0 -1
  107. /package/dist/{117.js.LICENSE.txt → 255.js.LICENSE.txt} +0 -0
  108. /package/src/patient-registration/ui-components/overlay/{index.tsx → overlay.component.tsx} +0 -0
@@ -5,26 +5,23 @@
5
5
  "initial": false,
6
6
  "entry": false,
7
7
  "recorded": false,
8
- "reason": "reused as split chunk (cache group: defaultVendors)",
9
- "size": 39276,
8
+ "size": 4697,
10
9
  "sizes": {
11
- "javascript": 39276
10
+ "javascript": 4697
12
11
  },
13
12
  "names": [],
14
- "idHints": [
15
- "vendors"
16
- ],
13
+ "idHints": [],
17
14
  "runtime": [
18
15
  "@kenyaemr/esm-patient-registration-app",
19
16
  "main"
20
17
  ],
21
18
  "files": [
22
- "62.js"
19
+ "59.js"
23
20
  ],
24
21
  "auxiliaryFiles": [
25
- "62.js.map"
22
+ "59.js.map"
26
23
  ],
27
- "hash": "02587d7b65752301",
24
+ "hash": "372a19e1f8be671d",
28
25
  "childrenByOrder": {}
29
26
  },
30
27
  {
@@ -32,23 +29,23 @@
32
29
  "initial": false,
33
30
  "entry": false,
34
31
  "recorded": false,
35
- "size": 95344,
32
+ "size": 39276,
36
33
  "sizes": {
37
- "javascript": 95302,
38
- "consume-shared": 42
34
+ "javascript": 39276
39
35
  },
40
36
  "names": [],
41
37
  "idHints": [],
42
38
  "runtime": [
43
- "@kenyaemr/esm-patient-registration-app"
39
+ "@kenyaemr/esm-patient-registration-app",
40
+ "main"
44
41
  ],
45
42
  "files": [
46
- "68.js"
43
+ "62.js"
47
44
  ],
48
45
  "auxiliaryFiles": [
49
- "68.js.map"
46
+ "62.js.map"
50
47
  ],
51
- "hash": "ce995d6c2f13fce6",
48
+ "hash": "8d8324ffdb1a87ce",
52
49
  "childrenByOrder": {}
53
50
  },
54
51
  {
@@ -56,25 +53,26 @@
56
53
  "initial": false,
57
54
  "entry": false,
58
55
  "recorded": false,
59
- "reason": "split chunk (cache group: defaultVendors)",
60
- "size": 157851,
56
+ "reason": "reused as split chunk (cache group: defaultVendors)",
57
+ "size": 1085700,
61
58
  "sizes": {
62
- "javascript": 157851
59
+ "javascript": 1085700
63
60
  },
64
61
  "names": [],
65
62
  "idHints": [
66
63
  "vendors"
67
64
  ],
68
65
  "runtime": [
69
- "@kenyaemr/esm-patient-registration-app"
66
+ "@kenyaemr/esm-patient-registration-app",
67
+ "main"
70
68
  ],
71
69
  "files": [
72
- "117.js"
70
+ "130.js"
73
71
  ],
74
72
  "auxiliaryFiles": [
75
- "117.js.map"
73
+ "130.js.map"
76
74
  ],
77
- "hash": "f8256b373f4e6237",
75
+ "hash": "fef4dd7c7d194315",
78
76
  "childrenByOrder": {}
79
77
  },
80
78
  {
@@ -82,26 +80,23 @@
82
80
  "initial": false,
83
81
  "entry": false,
84
82
  "recorded": false,
85
- "reason": "reused as split chunk (cache group: defaultVendors)",
86
- "size": 1778226,
83
+ "size": 458,
87
84
  "sizes": {
88
- "javascript": 1778226
85
+ "javascript": 458
89
86
  },
90
87
  "names": [],
91
- "idHints": [
92
- "vendors"
93
- ],
88
+ "idHints": [],
94
89
  "runtime": [
95
90
  "@kenyaemr/esm-patient-registration-app",
96
91
  "main"
97
92
  ],
98
93
  "files": [
99
- "130.js"
94
+ "152.js"
100
95
  ],
101
96
  "auxiliaryFiles": [
102
- "130.js.map"
97
+ "152.js.map"
103
98
  ],
104
- "hash": "15a317e22dddf1bb",
99
+ "hash": "de82c376865d272d",
105
100
  "childrenByOrder": {}
106
101
  },
107
102
  {
@@ -109,12 +104,12 @@
109
104
  "initial": true,
110
105
  "entry": true,
111
106
  "recorded": false,
112
- "size": 273442,
107
+ "size": 3201903,
113
108
  "sizes": {
114
- "consume-shared": 84,
115
- "javascript": 253153,
116
- "share-init": 210,
117
- "runtime": 19995
109
+ "consume-shared": 294,
110
+ "javascript": 3180578,
111
+ "share-init": 294,
112
+ "runtime": 20737
118
113
  },
119
114
  "names": [
120
115
  "main"
@@ -129,7 +124,7 @@
129
124
  "auxiliaryFiles": [
130
125
  "main.js.map"
131
126
  ],
132
- "hash": "f4cb15ebb26577f4",
127
+ "hash": "b564379deaf32f34",
133
128
  "childrenByOrder": {}
134
129
  },
135
130
  {
@@ -137,23 +132,26 @@
137
132
  "initial": false,
138
133
  "entry": false,
139
134
  "recorded": false,
140
- "size": 5155,
135
+ "reason": "split chunk (cache group: defaultVendors)",
136
+ "size": 21668,
141
137
  "sizes": {
142
- "javascript": 5155
138
+ "javascript": 21668
143
139
  },
144
140
  "names": [],
145
- "idHints": [],
141
+ "idHints": [
142
+ "vendors"
143
+ ],
146
144
  "runtime": [
147
145
  "@kenyaemr/esm-patient-registration-app",
148
146
  "main"
149
147
  ],
150
148
  "files": [
151
- "218.js"
149
+ "255.js"
152
150
  ],
153
151
  "auxiliaryFiles": [
154
- "218.js.map"
152
+ "255.js.map"
155
153
  ],
156
- "hash": "dd76be98c9fe6c88",
154
+ "hash": "2de911e6dabab0fc",
157
155
  "childrenByOrder": {}
158
156
  },
159
157
  {
@@ -182,10 +180,9 @@
182
180
  "initial": false,
183
181
  "entry": false,
184
182
  "recorded": false,
185
- "reason": "split chunk (cache group: default)",
186
- "size": 30990,
183
+ "size": 458,
187
184
  "sizes": {
188
- "javascript": 30990
185
+ "javascript": 458
189
186
  },
190
187
  "names": [],
191
188
  "idHints": [],
@@ -194,12 +191,12 @@
194
191
  "main"
195
192
  ],
196
193
  "files": [
197
- "275.js"
194
+ "303.js"
198
195
  ],
199
196
  "auxiliaryFiles": [
200
- "275.js.map"
197
+ "303.js.map"
201
198
  ],
202
- "hash": "95affd25864a96c2",
199
+ "hash": "2548e1a6a275a09d",
203
200
  "childrenByOrder": {}
204
201
  },
205
202
  {
@@ -207,36 +204,32 @@
207
204
  "initial": false,
208
205
  "entry": false,
209
206
  "recorded": false,
210
- "reason": "split chunk (cache group: defaultVendors)",
211
- "size": 202547,
207
+ "size": 4215,
212
208
  "sizes": {
213
- "javascript": 202547
209
+ "javascript": 4215
214
210
  },
215
211
  "names": [],
216
- "idHints": [
217
- "vendors"
218
- ],
212
+ "idHints": [],
219
213
  "runtime": [
220
214
  "@kenyaemr/esm-patient-registration-app",
221
215
  "main"
222
216
  ],
223
217
  "files": [
224
- "317.js"
225
- ],
226
- "auxiliaryFiles": [
227
- "317.js.map"
218
+ "319.js"
228
219
  ],
229
- "hash": "4ee5dc91606bef76",
220
+ "auxiliaryFiles": [],
221
+ "hash": "461e4601a022510c",
230
222
  "childrenByOrder": {}
231
223
  },
232
224
  {
233
- "rendered": true,
225
+ "rendered": false,
234
226
  "initial": false,
235
227
  "entry": false,
236
228
  "recorded": false,
237
- "size": 3612,
229
+ "reason": "split chunk (cache group: default)",
230
+ "size": 42,
238
231
  "sizes": {
239
- "javascript": 3612
232
+ "consume-shared": 42
240
233
  },
241
234
  "names": [],
242
235
  "idHints": [],
@@ -244,11 +237,9 @@
244
237
  "@kenyaemr/esm-patient-registration-app",
245
238
  "main"
246
239
  ],
247
- "files": [
248
- "319.js"
249
- ],
240
+ "files": [],
250
241
  "auxiliaryFiles": [],
251
- "hash": "7b0fffeec3e20c00",
242
+ "hash": "e76f50eef063ef97",
252
243
  "childrenByOrder": {}
253
244
  },
254
245
  {
@@ -272,7 +263,7 @@
272
263
  "auxiliaryFiles": [
273
264
  "330.js.map"
274
265
  ],
275
- "hash": "05df84fc6b00e2c5",
266
+ "hash": "b8deaf63df8a3b5b",
276
267
  "childrenByOrder": {}
277
268
  },
278
269
  {
@@ -281,25 +272,24 @@
281
272
  "entry": false,
282
273
  "recorded": false,
283
274
  "reason": "split chunk (cache group: defaultVendors)",
284
- "size": 604794,
275
+ "size": 2697315,
285
276
  "sizes": {
286
- "javascript": 604794
277
+ "javascript": 2697315
287
278
  },
288
279
  "names": [],
289
280
  "idHints": [
290
281
  "vendors"
291
282
  ],
292
283
  "runtime": [
293
- "@kenyaemr/esm-patient-registration-app",
294
- "main"
284
+ "@kenyaemr/esm-patient-registration-app"
295
285
  ],
296
286
  "files": [
297
- "348.js"
287
+ "388.js"
298
288
  ],
299
289
  "auxiliaryFiles": [
300
- "348.js.map"
290
+ "388.js.map"
301
291
  ],
302
- "hash": "4f6acc7b189fad3d",
292
+ "hash": "5406fbd170a3007b",
303
293
  "childrenByOrder": {}
304
294
  },
305
295
  {
@@ -307,9 +297,9 @@
307
297
  "initial": false,
308
298
  "entry": false,
309
299
  "recorded": false,
310
- "size": 2946,
300
+ "size": 3619,
311
301
  "sizes": {
312
- "javascript": 2946
302
+ "javascript": 3619
313
303
  },
314
304
  "names": [],
315
305
  "idHints": [],
@@ -321,7 +311,7 @@
321
311
  "460.js"
322
312
  ],
323
313
  "auxiliaryFiles": [],
324
- "hash": "df080bde58db1986",
314
+ "hash": "409c18706393662e",
325
315
  "childrenByOrder": {}
326
316
  },
327
317
  {
@@ -329,36 +319,9 @@
329
319
  "initial": false,
330
320
  "entry": false,
331
321
  "recorded": false,
332
- "reason": "split chunk (cache group: defaultVendors)",
333
- "size": 1263155,
322
+ "size": 10767,
334
323
  "sizes": {
335
- "javascript": 1263155
336
- },
337
- "names": [],
338
- "idHints": [
339
- "vendors"
340
- ],
341
- "runtime": [
342
- "@kenyaemr/esm-patient-registration-app",
343
- "main"
344
- ],
345
- "files": [
346
- "520.js"
347
- ],
348
- "auxiliaryFiles": [
349
- "520.js.map"
350
- ],
351
- "hash": "48e7a84b0f688e07",
352
- "childrenByOrder": {}
353
- },
354
- {
355
- "rendered": true,
356
- "initial": false,
357
- "entry": false,
358
- "recorded": false,
359
- "size": 19256,
360
- "sizes": {
361
- "javascript": 19256
324
+ "javascript": 10767
362
325
  },
363
326
  "names": [],
364
327
  "idHints": [],
@@ -372,7 +335,7 @@
372
335
  "auxiliaryFiles": [
373
336
  "537.js.map"
374
337
  ],
375
- "hash": "a3531864fdb482ae",
338
+ "hash": "f5b2e4da234579fd",
376
339
  "childrenByOrder": {}
377
340
  },
378
341
  {
@@ -380,9 +343,9 @@
380
343
  "initial": false,
381
344
  "entry": false,
382
345
  "recorded": false,
383
- "size": 4140,
346
+ "size": 4815,
384
347
  "sizes": {
385
- "javascript": 4140
348
+ "javascript": 4815
386
349
  },
387
350
  "names": [],
388
351
  "idHints": [],
@@ -394,7 +357,7 @@
394
357
  "574.js"
395
358
  ],
396
359
  "auxiliaryFiles": [],
397
- "hash": "9016db576a776ce4",
360
+ "hash": "955dea750a61d07c",
398
361
  "childrenByOrder": {}
399
362
  },
400
363
  {
@@ -429,23 +392,23 @@
429
392
  "initial": false,
430
393
  "entry": false,
431
394
  "recorded": false,
432
- "size": 1143,
395
+ "size": 461805,
433
396
  "sizes": {
434
- "javascript": 1143
397
+ "javascript": 461595,
398
+ "consume-shared": 210
435
399
  },
436
400
  "names": [],
437
401
  "idHints": [],
438
402
  "runtime": [
439
- "@kenyaemr/esm-patient-registration-app",
440
- "main"
403
+ "@kenyaemr/esm-patient-registration-app"
441
404
  ],
442
405
  "files": [
443
- "635.js"
406
+ "598.js"
444
407
  ],
445
408
  "auxiliaryFiles": [
446
- "635.js.map"
409
+ "598.js.map"
447
410
  ],
448
- "hash": "e3c945b46d0acc26",
411
+ "hash": "d7dda9006a0552c2",
449
412
  "childrenByOrder": {}
450
413
  },
451
414
  {
@@ -453,24 +416,26 @@
453
416
  "initial": false,
454
417
  "entry": false,
455
418
  "recorded": false,
456
- "size": 321267,
419
+ "reason": "reused as split chunk (cache group: defaultVendors)",
420
+ "size": 26095,
457
421
  "sizes": {
458
- "javascript": 321183,
459
- "consume-shared": 84
422
+ "javascript": 26095
460
423
  },
461
424
  "names": [],
462
- "idHints": [],
425
+ "idHints": [
426
+ "vendors"
427
+ ],
463
428
  "runtime": [
464
429
  "@kenyaemr/esm-patient-registration-app",
465
430
  "main"
466
431
  ],
467
432
  "files": [
468
- "693.js"
433
+ "729.js"
469
434
  ],
470
435
  "auxiliaryFiles": [
471
- "693.js.map"
436
+ "729.js.map"
472
437
  ],
473
- "hash": "6dcbbd26faf8663e",
438
+ "hash": "26fce719a1a0d50f",
474
439
  "childrenByOrder": {}
475
440
  },
476
441
  {
@@ -494,31 +459,7 @@
494
459
  "auxiliaryFiles": [
495
460
  "735.js.map"
496
461
  ],
497
- "hash": "4d3aa0a94555c52e",
498
- "childrenByOrder": {}
499
- },
500
- {
501
- "rendered": true,
502
- "initial": false,
503
- "entry": false,
504
- "recorded": false,
505
- "size": 3124,
506
- "sizes": {
507
- "javascript": 3124
508
- },
509
- "names": [],
510
- "idHints": [],
511
- "runtime": [
512
- "@kenyaemr/esm-patient-registration-app",
513
- "main"
514
- ],
515
- "files": [
516
- "742.js"
517
- ],
518
- "auxiliaryFiles": [
519
- "742.js.map"
520
- ],
521
- "hash": "ea708059a7c223c1",
462
+ "hash": "12283f736d78b530",
522
463
  "childrenByOrder": {}
523
464
  },
524
465
  {
@@ -526,9 +467,9 @@
526
467
  "initial": false,
527
468
  "entry": false,
528
469
  "recorded": false,
529
- "size": 3636,
470
+ "size": 4204,
530
471
  "sizes": {
531
- "javascript": 3636
472
+ "javascript": 4204
532
473
  },
533
474
  "names": [],
534
475
  "idHints": [],
@@ -540,7 +481,7 @@
540
481
  "757.js"
541
482
  ],
542
483
  "auxiliaryFiles": [],
543
- "hash": "d8408f9bc8692afc",
484
+ "hash": "d42c3914836398f6",
544
485
  "childrenByOrder": {}
545
486
  },
546
487
  {
@@ -572,9 +513,9 @@
572
513
  "initial": false,
573
514
  "entry": false,
574
515
  "recorded": false,
575
- "size": 3031,
516
+ "size": 3665,
576
517
  "sizes": {
577
- "javascript": 3031
518
+ "javascript": 3665
578
519
  },
579
520
  "names": [],
580
521
  "idHints": [],
@@ -586,7 +527,7 @@
586
527
  "788.js"
587
528
  ],
588
529
  "auxiliaryFiles": [],
589
- "hash": "50adefbf57697329",
530
+ "hash": "2e449e4ec9e42792",
590
531
  "childrenByOrder": {}
591
532
  },
592
533
  {
@@ -594,9 +535,9 @@
594
535
  "initial": false,
595
536
  "entry": false,
596
537
  "recorded": false,
597
- "size": 3546,
538
+ "size": 4180,
598
539
  "sizes": {
599
- "javascript": 3546
540
+ "javascript": 4180
600
541
  },
601
542
  "names": [],
602
543
  "idHints": [],
@@ -608,7 +549,7 @@
608
549
  "807.js"
609
550
  ],
610
551
  "auxiliaryFiles": [],
611
- "hash": "e4eb761e83be7a82",
552
+ "hash": "3af2c5b143b6547f",
612
553
  "childrenByOrder": {}
613
554
  },
614
555
  {
@@ -616,9 +557,9 @@
616
557
  "initial": false,
617
558
  "entry": false,
618
559
  "recorded": false,
619
- "size": 2967,
560
+ "size": 3537,
620
561
  "sizes": {
621
- "javascript": 2967
562
+ "javascript": 3537
622
563
  },
623
564
  "names": [],
624
565
  "idHints": [],
@@ -630,7 +571,7 @@
630
571
  "833.js"
631
572
  ],
632
573
  "auxiliaryFiles": [],
633
- "hash": "739bf863bb854dde",
574
+ "hash": "6b9e13d39445a60d",
634
575
  "childrenByOrder": {}
635
576
  },
636
577
  {
@@ -638,26 +579,23 @@
638
579
  "initial": false,
639
580
  "entry": false,
640
581
  "recorded": false,
641
- "reason": "split chunk (cache group: defaultVendors)",
642
- "size": 162622,
582
+ "size": 35448,
643
583
  "sizes": {
644
- "javascript": 162622
584
+ "javascript": 35448
645
585
  },
646
586
  "names": [],
647
- "idHints": [
648
- "vendors"
649
- ],
587
+ "idHints": [],
650
588
  "runtime": [
651
589
  "@kenyaemr/esm-patient-registration-app",
652
590
  "main"
653
591
  ],
654
592
  "files": [
655
- "857.js"
593
+ "840.js"
656
594
  ],
657
595
  "auxiliaryFiles": [
658
- "857.js.map"
596
+ "840.js.map"
659
597
  ],
660
- "hash": "fed0c296301eede3",
598
+ "hash": "a32a59baf421927c",
661
599
  "childrenByOrder": {}
662
600
  },
663
601
  {
@@ -689,11 +627,11 @@
689
627
  "initial": true,
690
628
  "entry": true,
691
629
  "recorded": false,
692
- "size": 19858,
630
+ "size": 20673,
693
631
  "sizes": {
694
632
  "javascript": 42,
695
- "share-init": 210,
696
- "runtime": 19606
633
+ "share-init": 294,
634
+ "runtime": 20337
697
635
  },
698
636
  "names": [
699
637
  "@kenyaemr/esm-patient-registration-app"
@@ -708,52 +646,7 @@
708
646
  "auxiliaryFiles": [
709
647
  "openmrs-esm-patient-registration-app.js.map"
710
648
  ],
711
- "hash": "c9a2ea2165dd0704",
712
- "childrenByOrder": {}
713
- },
714
- {
715
- "rendered": false,
716
- "initial": false,
717
- "entry": false,
718
- "recorded": false,
719
- "reason": "split chunk (cache group: default)",
720
- "size": 42,
721
- "sizes": {
722
- "consume-shared": 42
723
- },
724
- "names": [],
725
- "idHints": [],
726
- "runtime": [
727
- "@kenyaemr/esm-patient-registration-app",
728
- "main"
729
- ],
730
- "files": [],
731
- "auxiliaryFiles": [],
732
- "hash": "3e2c6a58cc9e2bf8",
733
- "childrenByOrder": {}
734
- },
735
- {
736
- "rendered": true,
737
- "initial": false,
738
- "entry": false,
739
- "recorded": false,
740
- "size": 977,
741
- "sizes": {
742
- "javascript": 977
743
- },
744
- "names": [],
745
- "idHints": [],
746
- "runtime": [
747
- "@kenyaemr/esm-patient-registration-app",
748
- "main"
749
- ],
750
- "files": [
751
- "975.js"
752
- ],
753
- "auxiliaryFiles": [
754
- "975.js.map"
755
- ],
756
- "hash": "bdd33b91112810d0",
649
+ "hash": "783ec4c75aa3a41b",
757
650
  "childrenByOrder": {}
758
651
  }
759
652
  ]