@ampath/esm-patient-registration-app 6.0.1-pre.43 → 6.0.1-pre.66

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 (125) hide show
  1. package/.turbo/turbo-build.log +21 -21
  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 +171 -99
  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 +20 -11
  45. package/src/constants.ts +1 -1
  46. package/src/index.ts +11 -4
  47. package/src/offline.resources.ts +13 -18
  48. package/src/offline.ts +6 -4
  49. package/src/patient-photo.extension.tsx +9 -0
  50. package/src/patient-registration/field/address/custom-address-field.component.tsx +1 -0
  51. package/src/patient-registration/field/custom-field.component.tsx +6 -0
  52. package/src/patient-registration/field/dob/dob.component.tsx +17 -14
  53. package/src/patient-registration/field/field.resource.ts +3 -3
  54. package/src/patient-registration/field/person-attributes/coded-person-attribute-field.component.tsx +4 -0
  55. package/src/patient-registration/field/person-attributes/custom-person-attribute-field.component.tsx +56 -0
  56. package/src/patient-registration/field/person-attributes/person-attribute-field.component.tsx +22 -7
  57. package/src/patient-registration/field/person-attributes/person-attributes.resource.ts +2 -2
  58. package/src/patient-registration/field/phone/phone-field.component.tsx +1 -0
  59. package/src/patient-registration/form-manager.ts +13 -6
  60. package/src/patient-registration/patient-registration-hooks.ts +91 -9
  61. package/src/patient-registration/patient-registration.component.tsx +55 -13
  62. package/src/patient-registration/{patient-registration.resource.test.tsx → patient-registration.resource.testt.tsx} +4 -4
  63. package/src/patient-registration/patient-registration.resource.ts +14 -74
  64. package/src/patient-registration/patient-registration.scss +0 -8
  65. package/src/patient-registration/patient-registration.types.ts +7 -1
  66. package/src/patient-registration/section/patient-relationships/relationships-section.component.tsx +5 -1
  67. package/src/patient-registration/section/patient-relationships/relationships.resource.tsx +2 -2
  68. package/src/patient-verification/assets/counties.json +236 -0
  69. package/src/patient-verification/assets/verification-assets.ts +11 -0
  70. package/src/patient-verification/patient-verification-hook.tsx +176 -0
  71. package/src/patient-verification/patient-verification-utils.ts +179 -0
  72. package/src/patient-verification/patient-verification.component.tsx +124 -0
  73. package/src/patient-verification/patient-verification.scss +25 -0
  74. package/src/patient-verification/verification-modal/confirm-prompt.component.tsx +72 -0
  75. package/src/patient-verification/verification-modal/empty-prompt.component.tsx +35 -0
  76. package/src/patient-verification/verification-types.ts +50 -0
  77. package/src/routes.json +12 -3
  78. package/translations/am.json +26 -12
  79. package/translations/ar.json +26 -12
  80. package/translations/en.json +18 -4
  81. package/translations/es.json +10 -0
  82. package/translations/fr.json +6 -0
  83. package/translations/he.json +18 -0
  84. package/translations/km.json +18 -0
  85. package/translations/zh.json +30 -22
  86. package/translations/zh_CN.json +30 -22
  87. package/dist/537.js +0 -1
  88. package/dist/537.js.map +0 -1
  89. package/dist/658.js +0 -2
  90. package/dist/658.js.LICENSE.txt +0 -56
  91. package/dist/658.js.map +0 -1
  92. package/dist/885.js +0 -1
  93. package/dist/885.js.map +0 -1
  94. package/dist/918.js +0 -1
  95. package/dist/918.js.map +0 -1
  96. package/src/patient-registration/field/address/tests/address-hierarchy.test.tsx +0 -214
  97. package/src/patient-registration/field/address/tests/address-search-component.test.tsx +0 -135
  98. package/src/patient-registration/field/dob/dob.test.tsx +0 -75
  99. package/src/patient-registration/field/field.test.tsx +0 -294
  100. package/src/patient-registration/field/id/id-field.test.tsx +0 -107
  101. package/src/patient-registration/field/person-attributes/coded-attributes.component.tsx +0 -60
  102. package/src/patient-registration/field/person-attributes/coded-person-attribute-field.test.tsx +0 -127
  103. package/src/patient-registration/field/person-attributes/person-attribute-field.test.tsx +0 -187
  104. package/src/patient-registration/field/person-attributes/text-person-attribute-field.test.tsx +0 -88
  105. package/src/patient-registration/form-manager.test.ts +0 -67
  106. package/src/patient-registration/input/basic-input/select/select-input.test.tsx +0 -49
  107. package/src/patient-registration/input/custom-input/autosuggest/autosuggest.test.tsx +0 -132
  108. package/src/patient-registration/input/custom-input/identifier/identifier-input.test.tsx +0 -107
  109. package/src/patient-registration/patient-registration.test.tsx +0 -471
  110. package/src/patient-registration/section/death-info/death-info-section.test.tsx +0 -64
  111. package/src/patient-registration/section/demographics/demographics-section.test.tsx +0 -83
  112. package/src/patient-registration/section/patient-relationships/relationships-section.test.tsx +0 -100
  113. package/src/patient-verification/client-registry-constants.ts +0 -13
  114. package/src/patient-verification/client-registry.component.tsx +0 -66
  115. package/src/patient-verification/client-registry.scss +0 -1
  116. package/src/patient-verification/utils.tsx +0 -56
  117. package/src/patient-verification/verification-modal.scss +0 -20
  118. package/src/patient-verification/verification.component.tsx +0 -48
  119. package/src/root.test.tsx +0 -32
  120. package/src/widgets/cancel-patient-edit.test.tsx +0 -27
  121. package/src/widgets/display-photo.component.tsx +0 -30
  122. package/src/widgets/display-photo.test.tsx +0 -37
  123. package/src/widgets/edit-patient-details-button.test.tsx +0 -41
  124. /package/src/patient-registration/input/custom-input/identifier/{utils.test.ts → utils.testt.ts} +0 -0
  125. /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": "11f6dfdee9d6821b",
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": "de1c2bcbf5911274",
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": "16f50e955a5efa42",
70
+ "hash": "cf76e201c9294973",
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": "0d827fe7eac9df46",
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": "4fb388ec5486bc09",
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,7 +133,7 @@
133
133
  "197.js"
134
134
  ],
135
135
  "auxiliaryFiles": [],
136
- "hash": "91cfdfe9ed59a12b",
136
+ "hash": "a274cec39eee9f5c",
137
137
  "childrenByOrder": {}
138
138
  },
139
139
  {
@@ -157,7 +157,7 @@
157
157
  "auxiliaryFiles": [
158
158
  "236.js.map"
159
159
  ],
160
- "hash": "1a5cc5c42d558f61",
160
+ "hash": "55e2b9a58077c251",
161
161
  "childrenByOrder": {}
162
162
  },
163
163
  {
@@ -165,9 +165,9 @@
165
165
  "initial": false,
166
166
  "entry": false,
167
167
  "recorded": false,
168
- "size": 4806,
168
+ "size": 5588,
169
169
  "sizes": {
170
- "javascript": 4806
170
+ "javascript": 5588
171
171
  },
172
172
  "names": [],
173
173
  "idHints": [],
@@ -179,7 +179,7 @@
179
179
  "300.js"
180
180
  ],
181
181
  "auxiliaryFiles": [],
182
- "hash": "73d6dbac8a288bee",
182
+ "hash": "d73225f652cab7b7",
183
183
  "childrenByOrder": {}
184
184
  },
185
185
  {
@@ -187,9 +187,9 @@
187
187
  "initial": false,
188
188
  "entry": false,
189
189
  "recorded": false,
190
- "size": 4854,
190
+ "size": 5699,
191
191
  "sizes": {
192
- "javascript": 4854
192
+ "javascript": 5699
193
193
  },
194
194
  "names": [],
195
195
  "idHints": [],
@@ -201,7 +201,7 @@
201
201
  "335.js"
202
202
  ],
203
203
  "auxiliaryFiles": [],
204
- "hash": "cc3146ef67183050",
204
+ "hash": "fd8937ceb1c9d26c",
205
205
  "childrenByOrder": {}
206
206
  },
207
207
  {
@@ -222,7 +222,7 @@
222
222
  ],
223
223
  "files": [],
224
224
  "auxiliaryFiles": [],
225
- "hash": "c7201d50e1e4b6e7",
225
+ "hash": "c8ebe0ba3db047ff",
226
226
  "childrenByOrder": {}
227
227
  },
228
228
  {
@@ -249,7 +249,7 @@
249
249
  "auxiliaryFiles": [
250
250
  "372.js.map"
251
251
  ],
252
- "hash": "9e08bfefe2fef161",
252
+ "hash": "4ec02fb17c5fe28e",
253
253
  "childrenByOrder": {}
254
254
  },
255
255
  {
@@ -270,7 +270,31 @@
270
270
  ],
271
271
  "files": [],
272
272
  "auxiliaryFiles": [],
273
- "hash": "73c2354ac70299af",
273
+ "hash": "dc562cf18626e229",
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": "a9c9d5d67cce713d",
274
298
  "childrenByOrder": {}
275
299
  },
276
300
  {
@@ -294,7 +318,7 @@
294
318
  "auxiliaryFiles": [
295
319
  "464.js.map"
296
320
  ],
297
- "hash": "60a85772d2db8176",
321
+ "hash": "e1374c6ac9d95d3e",
298
322
  "childrenByOrder": {}
299
323
  },
300
324
  {
@@ -318,7 +342,7 @@
318
342
  "auxiliaryFiles": [
319
343
  "495.js.map"
320
344
  ],
321
- "hash": "73eecb84034ac11f",
345
+ "hash": "c69f92e28ec2730b",
322
346
  "childrenByOrder": {}
323
347
  },
324
348
  {
@@ -326,23 +350,23 @@
326
350
  "initial": false,
327
351
  "entry": false,
328
352
  "recorded": false,
329
- "size": 40067,
353
+ "size": 505438,
330
354
  "sizes": {
331
- "javascript": 40067
355
+ "javascript": 505228,
356
+ "consume-shared": 210
332
357
  },
333
358
  "names": [],
334
359
  "idHints": [],
335
360
  "runtime": [
336
- "@ampath/esm-patient-registration-app",
337
- "main"
361
+ "@ampath/esm-patient-registration-app"
338
362
  ],
339
363
  "files": [
340
- "537.js"
364
+ "621.js"
341
365
  ],
342
366
  "auxiliaryFiles": [
343
- "537.js.map"
367
+ "621.js.map"
344
368
  ],
345
- "hash": "84d60f82eb8567f4",
369
+ "hash": "cdb833693414efe7",
346
370
  "childrenByOrder": {}
347
371
  },
348
372
  {
@@ -350,9 +374,35 @@
350
374
  "initial": false,
351
375
  "entry": false,
352
376
  "recorded": false,
353
- "size": 4217,
377
+ "reason": "split chunk (cache group: defaultVendors)",
378
+ "size": 2202268,
354
379
  "sizes": {
355
- "javascript": 4217
380
+ "javascript": 2202268
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": "1913e4bb396081c5",
396
+ "childrenByOrder": {}
397
+ },
398
+ {
399
+ "rendered": true,
400
+ "initial": false,
401
+ "entry": false,
402
+ "recorded": false,
403
+ "size": 5062,
404
+ "sizes": {
405
+ "javascript": 5062
356
406
  },
357
407
  "names": [],
358
408
  "idHints": [],
@@ -364,7 +414,7 @@
364
414
  "652.js"
365
415
  ],
366
416
  "auxiliaryFiles": [],
367
- "hash": "820822559bf9a226",
417
+ "hash": "99562a296e07be80",
368
418
  "childrenByOrder": {}
369
419
  },
370
420
  {
@@ -372,25 +422,21 @@
372
422
  "initial": false,
373
423
  "entry": false,
374
424
  "recorded": false,
375
- "reason": "split chunk (cache group: defaultVendors)",
376
- "size": 2764863,
425
+ "size": 3174,
377
426
  "sizes": {
378
- "javascript": 2764863
427
+ "javascript": 3174
379
428
  },
380
429
  "names": [],
381
- "idHints": [
382
- "vendors"
383
- ],
430
+ "idHints": [],
384
431
  "runtime": [
385
- "@ampath/esm-patient-registration-app"
432
+ "@ampath/esm-patient-registration-app",
433
+ "main"
386
434
  ],
387
435
  "files": [
388
- "658.js"
389
- ],
390
- "auxiliaryFiles": [
391
- "658.js.map"
436
+ "661.js"
392
437
  ],
393
- "hash": "9407c58b2e9b1a6d",
438
+ "auxiliaryFiles": [],
439
+ "hash": "20c70b988ce84f6d",
394
440
  "childrenByOrder": {}
395
441
  },
396
442
  {
@@ -398,9 +444,9 @@
398
444
  "initial": false,
399
445
  "entry": false,
400
446
  "recorded": false,
401
- "size": 2346,
447
+ "size": 1200,
402
448
  "sizes": {
403
- "javascript": 2346
449
+ "javascript": 1200
404
450
  },
405
451
  "names": [],
406
452
  "idHints": [],
@@ -409,10 +455,12 @@
409
455
  "main"
410
456
  ],
411
457
  "files": [
412
- "661.js"
458
+ "757.js"
413
459
  ],
414
- "auxiliaryFiles": [],
415
- "hash": "4e4ffdc1de2e1d27",
460
+ "auxiliaryFiles": [
461
+ "757.js.map"
462
+ ],
463
+ "hash": "2341925fb5ad7a24",
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": 3243133,
471
+ "size": 2730104,
424
472
  "sizes": {
425
473
  "consume-shared": 294,
426
- "javascript": 3220562,
474
+ "javascript": 2707496,
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": "fe6dd8aa023be790",
491
+ "hash": "faa444593b36bf4e",
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": "4647108cd9b89465",
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": "3058f48908dbe36a",
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": 1788331,
503
549
  "sizes": {
504
- "javascript": 2346
550
+ "javascript": 1788331
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": "ec42275c1de87a18",
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": 455909,
574
+ "size": 25557,
525
575
  "sizes": {
526
- "javascript": 455699,
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": "550556056be97bc1",
590
+ "hash": "8f9c2924feb192f4",
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": "414ceae47a381a83",
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": "e242856720c45b50",
639
+ "hash": "827cfb27930439e5",
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": 418461,
648
+ "size": 427621,
577
649
  "sizes": {
578
- "javascript": 418461
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": "0baaafed59fec970",
666
+ "hash": "536115ffbf4a0d61",
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": "a9bf6d0ff30d17db",
619
691
  "childrenByOrder": {}
620
692
  }
621
693
  ]