@ampath/esm-patient-registration-app 6.0.1-pre.17 → 6.0.1-pre.172

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 (124) hide show
  1. package/.turbo/turbo-build.log +20 -20
  2. package/dist/132.js +1 -1
  3. package/dist/197.js +1 -1
  4. package/dist/236.js +1 -1
  5. package/dist/300.js +1 -1
  6. package/dist/335.js +1 -1
  7. package/dist/41.js +1 -1
  8. package/dist/41.js.map +1 -1
  9. package/dist/449.js +1 -0
  10. package/dist/449.js.map +1 -0
  11. package/dist/55.js +1 -1
  12. package/dist/56.js +1 -1
  13. package/dist/56.js.map +1 -1
  14. package/dist/621.js +1 -0
  15. package/dist/621.js.map +1 -0
  16. package/dist/629.js +2 -0
  17. package/dist/629.js.LICENSE.txt +24 -0
  18. package/dist/629.js.map +1 -0
  19. package/dist/652.js +1 -1
  20. package/dist/661.js +1 -1
  21. package/dist/757.js +1 -0
  22. package/dist/757.js.map +1 -0
  23. package/dist/828.js +1 -0
  24. package/dist/828.js.map +1 -0
  25. package/dist/830.js +1 -0
  26. package/dist/830.js.map +1 -0
  27. package/dist/831.js +1 -1
  28. package/dist/831.js.map +1 -1
  29. package/dist/879.js +1 -1
  30. package/dist/913.js +1 -1
  31. package/dist/913.js.LICENSE.txt +3 -3
  32. package/dist/913.js.map +1 -1
  33. package/dist/927.js +1 -0
  34. package/dist/927.js.map +1 -0
  35. package/dist/99.js +1 -1
  36. package/dist/ampath-esm-patient-registration-app.js +1 -1
  37. package/dist/ampath-esm-patient-registration-app.js.buildmanifest.json +183 -111
  38. package/dist/ampath-esm-patient-registration-app.js.map +1 -1
  39. package/dist/main.js +1 -1
  40. package/dist/main.js.LICENSE.txt +0 -32
  41. package/dist/main.js.map +1 -1
  42. package/dist/routes.json +1 -1
  43. package/package.json +7 -10
  44. package/src/config-schema.ts +19 -10
  45. package/src/index.ts +11 -4
  46. package/src/offline.resources.ts +13 -18
  47. package/src/offline.ts +6 -4
  48. package/src/patient-photo.extension.tsx +9 -0
  49. package/src/patient-registration/field/address/custom-address-field.component.tsx +1 -0
  50. package/src/patient-registration/field/custom-field.component.tsx +6 -0
  51. package/src/patient-registration/field/dob/dob.component.tsx +17 -14
  52. package/src/patient-registration/field/field.resource.ts +3 -3
  53. package/src/patient-registration/field/person-attributes/coded-person-attribute-field.component.tsx +4 -0
  54. package/src/patient-registration/field/person-attributes/custom-person-attribute-field.component.tsx +56 -0
  55. package/src/patient-registration/field/person-attributes/person-attribute-field.component.tsx +22 -7
  56. package/src/patient-registration/field/person-attributes/person-attributes.resource.ts +2 -2
  57. package/src/patient-registration/field/phone/phone-field.component.tsx +1 -0
  58. package/src/patient-registration/form-manager.ts +13 -6
  59. package/src/patient-registration/patient-registration-hooks.ts +133 -9
  60. package/src/patient-registration/patient-registration.component.tsx +55 -13
  61. package/src/patient-registration/{patient-registration.resource.test.tsx → patient-registration.resource.testt.tsx} +4 -4
  62. package/src/patient-registration/patient-registration.resource.ts +15 -75
  63. package/src/patient-registration/patient-registration.scss +0 -8
  64. package/src/patient-registration/patient-registration.types.ts +7 -1
  65. package/src/patient-registration/section/patient-relationships/relationships-section.component.tsx +5 -1
  66. package/src/patient-registration/section/patient-relationships/relationships.resource.tsx +2 -2
  67. package/src/patient-verification/assets/counties.json +236 -0
  68. package/src/patient-verification/assets/verification-assets.ts +11 -0
  69. package/src/patient-verification/patient-verification-hook.tsx +176 -0
  70. package/src/patient-verification/patient-verification-utils.ts +179 -0
  71. package/src/patient-verification/patient-verification.component.tsx +124 -0
  72. package/src/patient-verification/patient-verification.scss +25 -0
  73. package/src/patient-verification/verification-modal/confirm-prompt.component.tsx +72 -0
  74. package/src/patient-verification/verification-modal/empty-prompt.component.tsx +35 -0
  75. package/src/patient-verification/verification-types.ts +50 -0
  76. package/src/routes.json +12 -3
  77. package/translations/am.json +26 -12
  78. package/translations/ar.json +26 -12
  79. package/translations/en.json +18 -4
  80. package/translations/es.json +10 -0
  81. package/translations/fr.json +6 -0
  82. package/translations/he.json +18 -0
  83. package/translations/km.json +18 -0
  84. package/translations/zh.json +30 -22
  85. package/translations/zh_CN.json +30 -22
  86. package/dist/229.js +0 -2
  87. package/dist/229.js.LICENSE.txt +0 -56
  88. package/dist/229.js.map +0 -1
  89. package/dist/537.js +0 -1
  90. package/dist/537.js.map +0 -1
  91. package/dist/885.js +0 -1
  92. package/dist/885.js.map +0 -1
  93. package/dist/918.js +0 -1
  94. package/dist/918.js.map +0 -1
  95. package/src/patient-registration/field/address/tests/address-hierarchy.test.tsx +0 -214
  96. package/src/patient-registration/field/address/tests/address-search-component.test.tsx +0 -135
  97. package/src/patient-registration/field/dob/dob.test.tsx +0 -75
  98. package/src/patient-registration/field/field.test.tsx +0 -294
  99. package/src/patient-registration/field/id/id-field.test.tsx +0 -107
  100. package/src/patient-registration/field/person-attributes/coded-attributes.component.tsx +0 -60
  101. package/src/patient-registration/field/person-attributes/coded-person-attribute-field.test.tsx +0 -127
  102. package/src/patient-registration/field/person-attributes/person-attribute-field.test.tsx +0 -187
  103. package/src/patient-registration/field/person-attributes/text-person-attribute-field.test.tsx +0 -88
  104. package/src/patient-registration/form-manager.test.ts +0 -67
  105. package/src/patient-registration/input/basic-input/select/select-input.test.tsx +0 -49
  106. package/src/patient-registration/input/custom-input/autosuggest/autosuggest.test.tsx +0 -132
  107. package/src/patient-registration/input/custom-input/identifier/identifier-input.test.tsx +0 -107
  108. package/src/patient-registration/patient-registration.test.tsx +0 -471
  109. package/src/patient-registration/section/death-info/death-info-section.test.tsx +0 -64
  110. package/src/patient-registration/section/demographics/demographics-section.test.tsx +0 -83
  111. package/src/patient-registration/section/patient-relationships/relationships-section.test.tsx +0 -100
  112. package/src/patient-verification/client-registry-constants.ts +0 -13
  113. package/src/patient-verification/client-registry.component.tsx +0 -66
  114. package/src/patient-verification/client-registry.scss +0 -1
  115. package/src/patient-verification/utils.tsx +0 -56
  116. package/src/patient-verification/verification-modal.scss +0 -20
  117. package/src/patient-verification/verification.component.tsx +0 -48
  118. package/src/root.test.tsx +0 -32
  119. package/src/widgets/cancel-patient-edit.test.tsx +0 -27
  120. package/src/widgets/display-photo.component.tsx +0 -30
  121. package/src/widgets/display-photo.test.tsx +0 -37
  122. package/src/widgets/edit-patient-details-button.test.tsx +0 -41
  123. /package/src/patient-registration/input/custom-input/identifier/{utils.test.ts → utils.testt.ts} +0 -0
  124. /package/src/widgets/{delete-identifier-confirmation-modal.test.tsx → delete-identifier-confirmation-modal.testt.tsx} +0 -0
@@ -5,9 +5,9 @@
5
5
  "initial": false,
6
6
  "entry": false,
7
7
  "recorded": false,
8
- "size": 7103,
8
+ "size": 7120,
9
9
  "sizes": {
10
- "javascript": 7103
10
+ "javascript": 7120
11
11
  },
12
12
  "names": [],
13
13
  "idHints": [],
@@ -21,7 +21,7 @@
21
21
  "auxiliaryFiles": [
22
22
  "41.js.map"
23
23
  ],
24
- "hash": "45c32cd0f413d0a3",
24
+ "hash": "d6ea1535c9aaf2f6",
25
25
  "childrenByOrder": {}
26
26
  },
27
27
  {
@@ -29,9 +29,9 @@
29
29
  "initial": false,
30
30
  "entry": false,
31
31
  "recorded": false,
32
- "size": 5188,
32
+ "size": 5480,
33
33
  "sizes": {
34
- "javascript": 5188
34
+ "javascript": 5480
35
35
  },
36
36
  "names": [],
37
37
  "idHints": [],
@@ -43,7 +43,7 @@
43
43
  "55.js"
44
44
  ],
45
45
  "auxiliaryFiles": [],
46
- "hash": "9d99ab8977d12ee6",
46
+ "hash": "8caa24eb9f5362ae",
47
47
  "childrenByOrder": {}
48
48
  },
49
49
  {
@@ -51,9 +51,9 @@
51
51
  "initial": false,
52
52
  "entry": false,
53
53
  "recorded": false,
54
- "size": 11028,
54
+ "size": 10957,
55
55
  "sizes": {
56
- "javascript": 11028
56
+ "javascript": 10957
57
57
  },
58
58
  "names": [],
59
59
  "idHints": [],
@@ -67,7 +67,7 @@
67
67
  "auxiliaryFiles": [
68
68
  "56.js.map"
69
69
  ],
70
- "hash": "cdbb663c9765658e",
70
+ "hash": "5c68bda80abc1c29",
71
71
  "childrenByOrder": {}
72
72
  },
73
73
  {
@@ -75,9 +75,9 @@
75
75
  "initial": false,
76
76
  "entry": false,
77
77
  "recorded": false,
78
- "size": 5099,
78
+ "size": 5503,
79
79
  "sizes": {
80
- "javascript": 5099
80
+ "javascript": 5503
81
81
  },
82
82
  "names": [],
83
83
  "idHints": [],
@@ -89,7 +89,7 @@
89
89
  "99.js"
90
90
  ],
91
91
  "auxiliaryFiles": [],
92
- "hash": "a5d7a1da2a40d7ea",
92
+ "hash": "c52c15db06fc4d09",
93
93
  "childrenByOrder": {}
94
94
  },
95
95
  {
@@ -97,9 +97,9 @@
97
97
  "initial": false,
98
98
  "entry": false,
99
99
  "recorded": false,
100
- "size": 4284,
100
+ "size": 5296,
101
101
  "sizes": {
102
- "javascript": 4284
102
+ "javascript": 5296
103
103
  },
104
104
  "names": [],
105
105
  "idHints": [],
@@ -111,7 +111,7 @@
111
111
  "132.js"
112
112
  ],
113
113
  "auxiliaryFiles": [],
114
- "hash": "072c5cc3548be2e3",
114
+ "hash": "09609aa8028e6912",
115
115
  "childrenByOrder": {}
116
116
  },
117
117
  {
@@ -119,9 +119,9 @@
119
119
  "initial": false,
120
120
  "entry": false,
121
121
  "recorded": false,
122
- "size": 4340,
122
+ "size": 5352,
123
123
  "sizes": {
124
- "javascript": 4340
124
+ "javascript": 5352
125
125
  },
126
126
  "names": [],
127
127
  "idHints": [],
@@ -133,33 +133,7 @@
133
133
  "197.js"
134
134
  ],
135
135
  "auxiliaryFiles": [],
136
- "hash": "91cfdfe9ed59a12b",
137
- "childrenByOrder": {}
138
- },
139
- {
140
- "rendered": true,
141
- "initial": false,
142
- "entry": false,
143
- "recorded": false,
144
- "reason": "split chunk (cache group: defaultVendors)",
145
- "size": 2759915,
146
- "sizes": {
147
- "javascript": 2759915
148
- },
149
- "names": [],
150
- "idHints": [
151
- "vendors"
152
- ],
153
- "runtime": [
154
- "@ampath/esm-patient-registration-app"
155
- ],
156
- "files": [
157
- "229.js"
158
- ],
159
- "auxiliaryFiles": [
160
- "229.js.map"
161
- ],
162
- "hash": "78d5fa698aa2d7fd",
136
+ "hash": "a5cc815a153dcec0",
163
137
  "childrenByOrder": {}
164
138
  },
165
139
  {
@@ -183,7 +157,7 @@
183
157
  "auxiliaryFiles": [
184
158
  "236.js.map"
185
159
  ],
186
- "hash": "21af359927b47710",
160
+ "hash": "9c457fbd1b6245a7",
187
161
  "childrenByOrder": {}
188
162
  },
189
163
  {
@@ -191,9 +165,9 @@
191
165
  "initial": false,
192
166
  "entry": false,
193
167
  "recorded": false,
194
- "size": 4806,
168
+ "size": 5588,
195
169
  "sizes": {
196
- "javascript": 4806
170
+ "javascript": 5588
197
171
  },
198
172
  "names": [],
199
173
  "idHints": [],
@@ -205,7 +179,7 @@
205
179
  "300.js"
206
180
  ],
207
181
  "auxiliaryFiles": [],
208
- "hash": "73d6dbac8a288bee",
182
+ "hash": "66cba65730d161aa",
209
183
  "childrenByOrder": {}
210
184
  },
211
185
  {
@@ -213,9 +187,9 @@
213
187
  "initial": false,
214
188
  "entry": false,
215
189
  "recorded": false,
216
- "size": 4854,
190
+ "size": 5699,
217
191
  "sizes": {
218
- "javascript": 4854
192
+ "javascript": 5699
219
193
  },
220
194
  "names": [],
221
195
  "idHints": [],
@@ -227,7 +201,7 @@
227
201
  "335.js"
228
202
  ],
229
203
  "auxiliaryFiles": [],
230
- "hash": "cc3146ef67183050",
204
+ "hash": "7208b77749142726",
231
205
  "childrenByOrder": {}
232
206
  },
233
207
  {
@@ -248,7 +222,7 @@
248
222
  ],
249
223
  "files": [],
250
224
  "auxiliaryFiles": [],
251
- "hash": "c7201d50e1e4b6e7",
225
+ "hash": "4adcc3b8047a7013",
252
226
  "childrenByOrder": {}
253
227
  },
254
228
  {
@@ -275,7 +249,7 @@
275
249
  "auxiliaryFiles": [
276
250
  "372.js.map"
277
251
  ],
278
- "hash": "9e08bfefe2fef161",
252
+ "hash": "a582c39e9ecfc117",
279
253
  "childrenByOrder": {}
280
254
  },
281
255
  {
@@ -296,7 +270,31 @@
296
270
  ],
297
271
  "files": [],
298
272
  "auxiliaryFiles": [],
299
- "hash": "73c2354ac70299af",
273
+ "hash": "78901204eb117b3c",
274
+ "childrenByOrder": {}
275
+ },
276
+ {
277
+ "rendered": true,
278
+ "initial": false,
279
+ "entry": false,
280
+ "recorded": false,
281
+ "size": 39680,
282
+ "sizes": {
283
+ "javascript": 39680
284
+ },
285
+ "names": [],
286
+ "idHints": [],
287
+ "runtime": [
288
+ "@ampath/esm-patient-registration-app",
289
+ "main"
290
+ ],
291
+ "files": [
292
+ "449.js"
293
+ ],
294
+ "auxiliaryFiles": [
295
+ "449.js.map"
296
+ ],
297
+ "hash": "c357784522fee85a",
300
298
  "childrenByOrder": {}
301
299
  },
302
300
  {
@@ -320,7 +318,7 @@
320
318
  "auxiliaryFiles": [
321
319
  "464.js.map"
322
320
  ],
323
- "hash": "60a85772d2db8176",
321
+ "hash": "9fb5917541f830d0",
324
322
  "childrenByOrder": {}
325
323
  },
326
324
  {
@@ -344,7 +342,7 @@
344
342
  "auxiliaryFiles": [
345
343
  "495.js.map"
346
344
  ],
347
- "hash": "73eecb84034ac11f",
345
+ "hash": "ae72a2a40c9ba6a2",
348
346
  "childrenByOrder": {}
349
347
  },
350
348
  {
@@ -352,23 +350,23 @@
352
350
  "initial": false,
353
351
  "entry": false,
354
352
  "recorded": false,
355
- "size": 40067,
353
+ "size": 507084,
356
354
  "sizes": {
357
- "javascript": 40067
355
+ "javascript": 506874,
356
+ "consume-shared": 210
358
357
  },
359
358
  "names": [],
360
359
  "idHints": [],
361
360
  "runtime": [
362
- "@ampath/esm-patient-registration-app",
363
- "main"
361
+ "@ampath/esm-patient-registration-app"
364
362
  ],
365
363
  "files": [
366
- "537.js"
364
+ "621.js"
367
365
  ],
368
366
  "auxiliaryFiles": [
369
- "537.js.map"
367
+ "621.js.map"
370
368
  ],
371
- "hash": "84d60f82eb8567f4",
369
+ "hash": "b4f0a98ab8179cb6",
372
370
  "childrenByOrder": {}
373
371
  },
374
372
  {
@@ -376,9 +374,35 @@
376
374
  "initial": false,
377
375
  "entry": false,
378
376
  "recorded": false,
379
- "size": 4217,
377
+ "reason": "split chunk (cache group: defaultVendors)",
378
+ "size": 2206469,
380
379
  "sizes": {
381
- "javascript": 4217
380
+ "javascript": 2206469
381
+ },
382
+ "names": [],
383
+ "idHints": [
384
+ "vendors"
385
+ ],
386
+ "runtime": [
387
+ "@ampath/esm-patient-registration-app"
388
+ ],
389
+ "files": [
390
+ "629.js"
391
+ ],
392
+ "auxiliaryFiles": [
393
+ "629.js.map"
394
+ ],
395
+ "hash": "8c8d810b6bc65aa9",
396
+ "childrenByOrder": {}
397
+ },
398
+ {
399
+ "rendered": true,
400
+ "initial": false,
401
+ "entry": false,
402
+ "recorded": false,
403
+ "size": 5062,
404
+ "sizes": {
405
+ "javascript": 5062
382
406
  },
383
407
  "names": [],
384
408
  "idHints": [],
@@ -390,7 +414,7 @@
390
414
  "652.js"
391
415
  ],
392
416
  "auxiliaryFiles": [],
393
- "hash": "820822559bf9a226",
417
+ "hash": "3862eba73b569a81",
394
418
  "childrenByOrder": {}
395
419
  },
396
420
  {
@@ -398,9 +422,9 @@
398
422
  "initial": false,
399
423
  "entry": false,
400
424
  "recorded": false,
401
- "size": 2346,
425
+ "size": 3174,
402
426
  "sizes": {
403
- "javascript": 2346
427
+ "javascript": 3174
404
428
  },
405
429
  "names": [],
406
430
  "idHints": [],
@@ -412,7 +436,31 @@
412
436
  "661.js"
413
437
  ],
414
438
  "auxiliaryFiles": [],
415
- "hash": "4e4ffdc1de2e1d27",
439
+ "hash": "4ff9c6b6e01bf789",
440
+ "childrenByOrder": {}
441
+ },
442
+ {
443
+ "rendered": true,
444
+ "initial": false,
445
+ "entry": false,
446
+ "recorded": false,
447
+ "size": 1200,
448
+ "sizes": {
449
+ "javascript": 1200
450
+ },
451
+ "names": [],
452
+ "idHints": [],
453
+ "runtime": [
454
+ "@ampath/esm-patient-registration-app",
455
+ "main"
456
+ ],
457
+ "files": [
458
+ "757.js"
459
+ ],
460
+ "auxiliaryFiles": [
461
+ "757.js.map"
462
+ ],
463
+ "hash": "27aadff2f6bb44cd",
416
464
  "childrenByOrder": {}
417
465
  },
418
466
  {
@@ -420,12 +468,12 @@
420
468
  "initial": true,
421
469
  "entry": true,
422
470
  "recorded": false,
423
- "size": 3238196,
471
+ "size": 2735951,
424
472
  "sizes": {
425
473
  "consume-shared": 294,
426
- "javascript": 3215625,
474
+ "javascript": 2713343,
427
475
  "share-init": 294,
428
- "runtime": 21983
476
+ "runtime": 22020
429
477
  },
430
478
  "names": [
431
479
  "main"
@@ -440,7 +488,7 @@
440
488
  "auxiliaryFiles": [
441
489
  "main.js.map"
442
490
  ],
443
- "hash": "1c3713114767af44",
491
+ "hash": "a7514f7550a93dcf",
444
492
  "childrenByOrder": {}
445
493
  },
446
494
  {
@@ -448,26 +496,23 @@
448
496
  "initial": false,
449
497
  "entry": false,
450
498
  "recorded": false,
451
- "reason": "reused as split chunk (cache group: defaultVendors)",
452
- "size": 1215476,
499
+ "size": 4167,
453
500
  "sizes": {
454
- "javascript": 1215476
501
+ "javascript": 4167
455
502
  },
456
503
  "names": [],
457
- "idHints": [
458
- "vendors"
459
- ],
504
+ "idHints": [],
460
505
  "runtime": [
461
506
  "@ampath/esm-patient-registration-app",
462
507
  "main"
463
508
  ],
464
509
  "files": [
465
- "831.js"
510
+ "828.js"
466
511
  ],
467
512
  "auxiliaryFiles": [
468
- "831.js.map"
513
+ "828.js.map"
469
514
  ],
470
- "hash": "13727cb21778f2db",
515
+ "hash": "b6eaa907d51a8b4f",
471
516
  "childrenByOrder": {}
472
517
  },
473
518
  {
@@ -475,9 +520,9 @@
475
520
  "initial": false,
476
521
  "entry": false,
477
522
  "recorded": false,
478
- "size": 25557,
523
+ "size": 37905,
479
524
  "sizes": {
480
- "javascript": 25557
525
+ "javascript": 37905
481
526
  },
482
527
  "names": [],
483
528
  "idHints": [],
@@ -486,12 +531,12 @@
486
531
  "main"
487
532
  ],
488
533
  "files": [
489
- "876.js"
534
+ "830.js"
490
535
  ],
491
536
  "auxiliaryFiles": [
492
- "876.js.map"
537
+ "830.js.map"
493
538
  ],
494
- "hash": "d98a9462d580d76e",
539
+ "hash": "2aaed1be28dfee73",
495
540
  "childrenByOrder": {}
496
541
  },
497
542
  {
@@ -499,21 +544,26 @@
499
544
  "initial": false,
500
545
  "entry": false,
501
546
  "recorded": false,
502
- "size": 2346,
547
+ "reason": "reused as split chunk (cache group: defaultVendors)",
548
+ "size": 1799869,
503
549
  "sizes": {
504
- "javascript": 2346
550
+ "javascript": 1799869
505
551
  },
506
552
  "names": [],
507
- "idHints": [],
553
+ "idHints": [
554
+ "vendors"
555
+ ],
508
556
  "runtime": [
509
557
  "@ampath/esm-patient-registration-app",
510
558
  "main"
511
559
  ],
512
560
  "files": [
513
- "879.js"
561
+ "831.js"
514
562
  ],
515
- "auxiliaryFiles": [],
516
- "hash": "abb07cfbedbe1e21",
563
+ "auxiliaryFiles": [
564
+ "831.js.map"
565
+ ],
566
+ "hash": "f4e39becf7b59403",
517
567
  "childrenByOrder": {}
518
568
  },
519
569
  {
@@ -521,23 +571,45 @@
521
571
  "initial": false,
522
572
  "entry": false,
523
573
  "recorded": false,
524
- "size": 455920,
574
+ "size": 25557,
525
575
  "sizes": {
526
- "javascript": 455710,
527
- "consume-shared": 210
576
+ "javascript": 25557
528
577
  },
529
578
  "names": [],
530
579
  "idHints": [],
531
580
  "runtime": [
532
- "@ampath/esm-patient-registration-app"
581
+ "@ampath/esm-patient-registration-app",
582
+ "main"
533
583
  ],
534
584
  "files": [
535
- "885.js"
585
+ "876.js"
536
586
  ],
537
587
  "auxiliaryFiles": [
538
- "885.js.map"
588
+ "876.js.map"
539
589
  ],
540
- "hash": "d113629f0c549f78",
590
+ "hash": "97619995f881864a",
591
+ "childrenByOrder": {}
592
+ },
593
+ {
594
+ "rendered": true,
595
+ "initial": false,
596
+ "entry": false,
597
+ "recorded": false,
598
+ "size": 3174,
599
+ "sizes": {
600
+ "javascript": 3174
601
+ },
602
+ "names": [],
603
+ "idHints": [],
604
+ "runtime": [
605
+ "@ampath/esm-patient-registration-app",
606
+ "main"
607
+ ],
608
+ "files": [
609
+ "879.js"
610
+ ],
611
+ "auxiliaryFiles": [],
612
+ "hash": "43c14b74a2fe90c9",
541
613
  "childrenByOrder": {}
542
614
  },
543
615
  {
@@ -545,11 +617,11 @@
545
617
  "initial": true,
546
618
  "entry": true,
547
619
  "recorded": false,
548
- "size": 21927,
620
+ "size": 21955,
549
621
  "sizes": {
550
622
  "javascript": 42,
551
623
  "share-init": 294,
552
- "runtime": 21591
624
+ "runtime": 21619
553
625
  },
554
626
  "names": [
555
627
  "@ampath/esm-patient-registration-app"
@@ -564,7 +636,7 @@
564
636
  "auxiliaryFiles": [
565
637
  "ampath-esm-patient-registration-app.js.map"
566
638
  ],
567
- "hash": "d07fd69b3d000be5",
639
+ "hash": "824e78eda4fee2ac",
568
640
  "childrenByOrder": {}
569
641
  },
570
642
  {
@@ -573,9 +645,9 @@
573
645
  "entry": false,
574
646
  "recorded": false,
575
647
  "reason": "reused as split chunk (cache group: defaultVendors)",
576
- "size": 417999,
648
+ "size": 427621,
577
649
  "sizes": {
578
- "javascript": 417999
650
+ "javascript": 427621
579
651
  },
580
652
  "names": [],
581
653
  "idHints": [
@@ -591,7 +663,7 @@
591
663
  "auxiliaryFiles": [
592
664
  "913.js.map"
593
665
  ],
594
- "hash": "1e2c94ca53c1e408",
666
+ "hash": "84905faaf94ba092",
595
667
  "childrenByOrder": {}
596
668
  },
597
669
  {
@@ -599,9 +671,9 @@
599
671
  "initial": false,
600
672
  "entry": false,
601
673
  "recorded": false,
602
- "size": 35448,
674
+ "size": 1942,
603
675
  "sizes": {
604
- "javascript": 35448
676
+ "javascript": 1942
605
677
  },
606
678
  "names": [],
607
679
  "idHints": [],
@@ -610,12 +682,12 @@
610
682
  "main"
611
683
  ],
612
684
  "files": [
613
- "918.js"
685
+ "927.js"
614
686
  ],
615
687
  "auxiliaryFiles": [
616
- "918.js.map"
688
+ "927.js.map"
617
689
  ],
618
- "hash": "36bd0019565d9084",
690
+ "hash": "959e684aad499b26",
619
691
  "childrenByOrder": {}
620
692
  }
621
693
  ]