@ampath/esm-patient-registration-app 6.0.1-pre.9 → 6.0.1-pre.93

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 (160) hide show
  1. package/.turbo/turbo-build.log +23 -24
  2. package/dist/132.js +1 -0
  3. package/dist/197.js +1 -0
  4. package/dist/236.js +1 -0
  5. package/dist/{735.js.map → 236.js.map} +1 -1
  6. package/dist/300.js +1 -0
  7. package/dist/335.js +1 -0
  8. package/dist/372.js +1 -0
  9. package/dist/372.js.map +1 -0
  10. package/dist/41.js +2 -0
  11. package/dist/41.js.map +1 -0
  12. package/dist/449.js +1 -0
  13. package/dist/449.js.map +1 -0
  14. package/dist/464.js +1 -0
  15. package/dist/464.js.map +1 -0
  16. package/dist/495.js +1 -0
  17. package/dist/495.js.map +1 -0
  18. package/dist/55.js +1 -0
  19. package/dist/56.js +1 -0
  20. package/dist/56.js.map +1 -0
  21. package/dist/621.js +1 -1
  22. package/dist/621.js.map +1 -1
  23. package/dist/629.js +2 -0
  24. package/dist/629.js.LICENSE.txt +24 -0
  25. package/dist/629.js.map +1 -0
  26. package/dist/652.js +1 -0
  27. package/dist/661.js +1 -0
  28. package/dist/757.js +1 -1
  29. package/dist/757.js.map +1 -0
  30. package/dist/828.js +1 -0
  31. package/dist/828.js.map +1 -0
  32. package/dist/830.js +1 -0
  33. package/dist/830.js.map +1 -0
  34. package/dist/831.js +2 -0
  35. package/dist/831.js.map +1 -0
  36. package/dist/876.js +2 -0
  37. package/dist/876.js.map +1 -0
  38. package/dist/879.js +1 -1
  39. package/dist/913.js +2 -0
  40. package/dist/{591.js.LICENSE.txt → 913.js.LICENSE.txt} +23 -3
  41. package/dist/913.js.map +1 -0
  42. package/dist/927.js +1 -0
  43. package/dist/927.js.map +1 -0
  44. package/dist/99.js +1 -0
  45. package/dist/ampath-esm-patient-registration-app.js +1 -1
  46. package/dist/ampath-esm-patient-registration-app.js.buildmanifest.json +236 -191
  47. package/dist/ampath-esm-patient-registration-app.js.map +1 -1
  48. package/dist/main.js +1 -1
  49. package/dist/main.js.LICENSE.txt +0 -32
  50. package/dist/main.js.map +1 -1
  51. package/dist/routes.json +1 -1
  52. package/package.json +6 -9
  53. package/src/config-schema.ts +19 -10
  54. package/src/index.ts +11 -4
  55. package/src/offline.resources.ts +13 -18
  56. package/src/offline.ts +6 -4
  57. package/src/patient-photo.extension.tsx +9 -0
  58. package/src/patient-registration/field/address/custom-address-field.component.tsx +1 -0
  59. package/src/patient-registration/field/custom-field.component.tsx +6 -0
  60. package/src/patient-registration/field/dob/dob.component.tsx +17 -14
  61. package/src/patient-registration/field/field.resource.ts +3 -3
  62. package/src/patient-registration/field/person-attributes/coded-person-attribute-field.component.tsx +4 -0
  63. package/src/patient-registration/field/person-attributes/custom-person-attribute-field.component.tsx +56 -0
  64. package/src/patient-registration/field/person-attributes/person-attribute-field.component.tsx +22 -7
  65. package/src/patient-registration/field/person-attributes/person-attributes.resource.ts +2 -2
  66. package/src/patient-registration/field/phone/phone-field.component.tsx +1 -0
  67. package/src/patient-registration/form-manager.ts +13 -6
  68. package/src/patient-registration/patient-registration-hooks.ts +133 -9
  69. package/src/patient-registration/patient-registration.component.tsx +55 -13
  70. package/src/patient-registration/{patient-registration.resource.test.tsx → patient-registration.resource.testt.tsx} +3 -3
  71. package/src/patient-registration/patient-registration.resource.ts +15 -75
  72. package/src/patient-registration/patient-registration.scss +0 -8
  73. package/src/patient-registration/patient-registration.types.ts +7 -1
  74. package/src/patient-registration/section/patient-relationships/relationships-section.component.tsx +5 -1
  75. package/src/patient-registration/section/patient-relationships/relationships.resource.tsx +2 -2
  76. package/src/patient-verification/assets/counties.json +236 -0
  77. package/src/patient-verification/assets/verification-assets.ts +11 -0
  78. package/src/patient-verification/patient-verification-hook.tsx +176 -0
  79. package/src/patient-verification/patient-verification-utils.ts +179 -0
  80. package/src/patient-verification/patient-verification.component.tsx +124 -0
  81. package/src/patient-verification/patient-verification.scss +25 -0
  82. package/src/patient-verification/verification-modal/confirm-prompt.component.tsx +72 -0
  83. package/src/patient-verification/verification-modal/empty-prompt.component.tsx +35 -0
  84. package/src/patient-verification/verification-types.ts +50 -0
  85. package/src/routes.json +12 -3
  86. package/translations/am.json +26 -12
  87. package/translations/ar.json +26 -12
  88. package/translations/en.json +19 -5
  89. package/translations/es.json +10 -0
  90. package/translations/fr.json +6 -0
  91. package/translations/he.json +18 -0
  92. package/translations/km.json +18 -0
  93. package/translations/zh.json +30 -22
  94. package/translations/zh_CN.json +30 -22
  95. package/dist/130.js +0 -2
  96. package/dist/130.js.map +0 -1
  97. package/dist/152.js +0 -1
  98. package/dist/152.js.map +0 -1
  99. package/dist/249.js +0 -2
  100. package/dist/249.js.LICENSE.txt +0 -46
  101. package/dist/249.js.map +0 -1
  102. package/dist/255.js +0 -2
  103. package/dist/255.js.map +0 -1
  104. package/dist/271.js +0 -1
  105. package/dist/303.js +0 -1
  106. package/dist/303.js.map +0 -1
  107. package/dist/319.js +0 -1
  108. package/dist/365.js +0 -1
  109. package/dist/365.js.map +0 -1
  110. package/dist/460.js +0 -1
  111. package/dist/525.js +0 -1
  112. package/dist/525.js.map +0 -1
  113. package/dist/537.js +0 -1
  114. package/dist/537.js.map +0 -1
  115. package/dist/574.js +0 -1
  116. package/dist/591.js +0 -2
  117. package/dist/591.js.map +0 -1
  118. package/dist/644.js +0 -1
  119. package/dist/729.js +0 -1
  120. package/dist/729.js.map +0 -1
  121. package/dist/735.js +0 -1
  122. package/dist/784.js +0 -2
  123. package/dist/784.js.map +0 -1
  124. package/dist/788.js +0 -1
  125. package/dist/807.js +0 -1
  126. package/dist/833.js +0 -1
  127. package/dist/879.js.map +0 -1
  128. package/src/patient-registration/field/address/tests/address-hierarchy.test.tsx +0 -214
  129. package/src/patient-registration/field/address/tests/address-search-component.test.tsx +0 -135
  130. package/src/patient-registration/field/dob/dob.test.tsx +0 -75
  131. package/src/patient-registration/field/field.test.tsx +0 -294
  132. package/src/patient-registration/field/id/id-field.test.tsx +0 -107
  133. package/src/patient-registration/field/person-attributes/coded-attributes.component.tsx +0 -60
  134. package/src/patient-registration/field/person-attributes/coded-person-attribute-field.test.tsx +0 -127
  135. package/src/patient-registration/field/person-attributes/person-attribute-field.test.tsx +0 -187
  136. package/src/patient-registration/field/person-attributes/text-person-attribute-field.test.tsx +0 -88
  137. package/src/patient-registration/form-manager.test.ts +0 -67
  138. package/src/patient-registration/input/basic-input/select/select-input.test.tsx +0 -49
  139. package/src/patient-registration/input/custom-input/autosuggest/autosuggest.test.tsx +0 -132
  140. package/src/patient-registration/input/custom-input/identifier/identifier-input.test.tsx +0 -107
  141. package/src/patient-registration/patient-registration.test.tsx +0 -471
  142. package/src/patient-registration/section/death-info/death-info-section.test.tsx +0 -64
  143. package/src/patient-registration/section/demographics/demographics-section.test.tsx +0 -83
  144. package/src/patient-registration/section/patient-relationships/relationships-section.test.tsx +0 -100
  145. package/src/patient-verification/client-registry-constants.ts +0 -13
  146. package/src/patient-verification/client-registry.component.tsx +0 -66
  147. package/src/patient-verification/client-registry.scss +0 -1
  148. package/src/patient-verification/utils.tsx +0 -56
  149. package/src/patient-verification/verification-modal.scss +0 -20
  150. package/src/patient-verification/verification.component.tsx +0 -48
  151. package/src/root.test.tsx +0 -32
  152. package/src/widgets/cancel-patient-edit.test.tsx +0 -27
  153. package/src/widgets/display-photo.component.tsx +0 -30
  154. package/src/widgets/display-photo.test.tsx +0 -37
  155. package/src/widgets/edit-patient-details-button.test.tsx +0 -41
  156. /package/dist/{784.js.LICENSE.txt → 41.js.LICENSE.txt} +0 -0
  157. /package/dist/{130.js.LICENSE.txt → 831.js.LICENSE.txt} +0 -0
  158. /package/dist/{255.js.LICENSE.txt → 876.js.LICENSE.txt} +0 -0
  159. /package/src/patient-registration/input/custom-input/identifier/{utils.test.ts → utils.testt.ts} +0 -0
  160. /package/src/widgets/{delete-identifier-confirmation-modal.test.tsx → delete-identifier-confirmation-modal.testt.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": 1212882,
8
+ "size": 7120,
10
9
  "sizes": {
11
- "javascript": 1212882
10
+ "javascript": 7120
12
11
  },
13
12
  "names": [],
14
- "idHints": [
15
- "vendors"
16
- ],
13
+ "idHints": [],
17
14
  "runtime": [
18
15
  "@ampath/esm-patient-registration-app",
19
16
  "main"
20
17
  ],
21
18
  "files": [
22
- "130.js"
19
+ "41.js"
23
20
  ],
24
21
  "auxiliaryFiles": [
25
- "130.js.map"
22
+ "41.js.map"
26
23
  ],
27
- "hash": "c5dbaa9d783aec8b",
24
+ "hash": "11f6dfdee9d6821b",
28
25
  "childrenByOrder": {}
29
26
  },
30
27
  {
@@ -32,9 +29,9 @@
32
29
  "initial": false,
33
30
  "entry": false,
34
31
  "recorded": false,
35
- "size": 458,
32
+ "size": 5480,
36
33
  "sizes": {
37
- "javascript": 458
34
+ "javascript": 5480
38
35
  },
39
36
  "names": [],
40
37
  "idHints": [],
@@ -43,40 +40,34 @@
43
40
  "main"
44
41
  ],
45
42
  "files": [
46
- "152.js"
47
- ],
48
- "auxiliaryFiles": [
49
- "152.js.map"
43
+ "55.js"
50
44
  ],
51
- "hash": "b05566c22cf25db7",
45
+ "auxiliaryFiles": [],
46
+ "hash": "de1c2bcbf5911274",
52
47
  "childrenByOrder": {}
53
48
  },
54
49
  {
55
50
  "rendered": true,
56
- "initial": true,
57
- "entry": true,
51
+ "initial": false,
52
+ "entry": false,
58
53
  "recorded": false,
59
- "size": 3212998,
54
+ "size": 10957,
60
55
  "sizes": {
61
- "consume-shared": 294,
62
- "javascript": 3191680,
63
- "share-init": 294,
64
- "runtime": 20730
56
+ "javascript": 10957
65
57
  },
66
- "names": [
67
- "main"
68
- ],
58
+ "names": [],
69
59
  "idHints": [],
70
60
  "runtime": [
61
+ "@ampath/esm-patient-registration-app",
71
62
  "main"
72
63
  ],
73
64
  "files": [
74
- "main.js"
65
+ "56.js"
75
66
  ],
76
67
  "auxiliaryFiles": [
77
- "main.js.map"
68
+ "56.js.map"
78
69
  ],
79
- "hash": "7ac5c2d61cec766d",
70
+ "hash": "cf76e201c9294973",
80
71
  "childrenByOrder": {}
81
72
  },
82
73
  {
@@ -84,25 +75,21 @@
84
75
  "initial": false,
85
76
  "entry": false,
86
77
  "recorded": false,
87
- "reason": "split chunk (cache group: defaultVendors)",
88
- "size": 2734122,
78
+ "size": 5503,
89
79
  "sizes": {
90
- "javascript": 2734122
80
+ "javascript": 5503
91
81
  },
92
82
  "names": [],
93
- "idHints": [
94
- "vendors"
95
- ],
83
+ "idHints": [],
96
84
  "runtime": [
97
- "@ampath/esm-patient-registration-app"
85
+ "@ampath/esm-patient-registration-app",
86
+ "main"
98
87
  ],
99
88
  "files": [
100
- "249.js"
89
+ "99.js"
101
90
  ],
102
- "auxiliaryFiles": [
103
- "249.js.map"
104
- ],
105
- "hash": "6a40924b706b7249",
91
+ "auxiliaryFiles": [],
92
+ "hash": "0d827fe7eac9df46",
106
93
  "childrenByOrder": {}
107
94
  },
108
95
  {
@@ -110,37 +97,31 @@
110
97
  "initial": false,
111
98
  "entry": false,
112
99
  "recorded": false,
113
- "reason": "split chunk (cache group: defaultVendors)",
114
- "size": 21668,
100
+ "size": 5296,
115
101
  "sizes": {
116
- "javascript": 21668
102
+ "javascript": 5296
117
103
  },
118
104
  "names": [],
119
- "idHints": [
120
- "vendors"
121
- ],
105
+ "idHints": [],
122
106
  "runtime": [
123
107
  "@ampath/esm-patient-registration-app",
124
108
  "main"
125
109
  ],
126
110
  "files": [
127
- "255.js"
111
+ "132.js"
128
112
  ],
129
- "auxiliaryFiles": [
130
- "255.js.map"
131
- ],
132
- "hash": "c10f6693b9c72208",
113
+ "auxiliaryFiles": [],
114
+ "hash": "4fb388ec5486bc09",
133
115
  "childrenByOrder": {}
134
116
  },
135
117
  {
136
- "rendered": false,
118
+ "rendered": true,
137
119
  "initial": false,
138
120
  "entry": false,
139
121
  "recorded": false,
140
- "reason": "reused as split chunk (cache group: default)",
141
- "size": 42,
122
+ "size": 5352,
142
123
  "sizes": {
143
- "consume-shared": 42
124
+ "javascript": 5352
144
125
  },
145
126
  "names": [],
146
127
  "idHints": [],
@@ -148,9 +129,11 @@
148
129
  "@ampath/esm-patient-registration-app",
149
130
  "main"
150
131
  ],
151
- "files": [],
132
+ "files": [
133
+ "197.js"
134
+ ],
152
135
  "auxiliaryFiles": [],
153
- "hash": "37c61c70ba806bf9",
136
+ "hash": "a274cec39eee9f5c",
154
137
  "childrenByOrder": {}
155
138
  },
156
139
  {
@@ -158,9 +141,9 @@
158
141
  "initial": false,
159
142
  "entry": false,
160
143
  "recorded": false,
161
- "size": 2346,
144
+ "size": 1183,
162
145
  "sizes": {
163
- "javascript": 2346
146
+ "javascript": 1183
164
147
  },
165
148
  "names": [],
166
149
  "idHints": [],
@@ -169,10 +152,12 @@
169
152
  "main"
170
153
  ],
171
154
  "files": [
172
- "271.js"
155
+ "236.js"
173
156
  ],
174
- "auxiliaryFiles": [],
175
- "hash": "d889e7c4dbc28e28",
157
+ "auxiliaryFiles": [
158
+ "236.js.map"
159
+ ],
160
+ "hash": "55e2b9a58077c251",
176
161
  "childrenByOrder": {}
177
162
  },
178
163
  {
@@ -180,9 +165,9 @@
180
165
  "initial": false,
181
166
  "entry": false,
182
167
  "recorded": false,
183
- "size": 458,
168
+ "size": 5588,
184
169
  "sizes": {
185
- "javascript": 458
170
+ "javascript": 5588
186
171
  },
187
172
  "names": [],
188
173
  "idHints": [],
@@ -191,12 +176,10 @@
191
176
  "main"
192
177
  ],
193
178
  "files": [
194
- "303.js"
179
+ "300.js"
195
180
  ],
196
- "auxiliaryFiles": [
197
- "303.js.map"
198
- ],
199
- "hash": "7ea06af77284c93d",
181
+ "auxiliaryFiles": [],
182
+ "hash": "d73225f652cab7b7",
200
183
  "childrenByOrder": {}
201
184
  },
202
185
  {
@@ -204,9 +187,9 @@
204
187
  "initial": false,
205
188
  "entry": false,
206
189
  "recorded": false,
207
- "size": 5099,
190
+ "size": 5699,
208
191
  "sizes": {
209
- "javascript": 5099
192
+ "javascript": 5699
210
193
  },
211
194
  "names": [],
212
195
  "idHints": [],
@@ -215,37 +198,58 @@
215
198
  "main"
216
199
  ],
217
200
  "files": [
218
- "319.js"
201
+ "335.js"
202
+ ],
203
+ "auxiliaryFiles": [],
204
+ "hash": "fd8937ceb1c9d26c",
205
+ "childrenByOrder": {}
206
+ },
207
+ {
208
+ "rendered": false,
209
+ "initial": false,
210
+ "entry": false,
211
+ "recorded": false,
212
+ "reason": "reused as split chunk (cache group: default)",
213
+ "size": 42,
214
+ "sizes": {
215
+ "consume-shared": 42
216
+ },
217
+ "names": [],
218
+ "idHints": [],
219
+ "runtime": [
220
+ "@ampath/esm-patient-registration-app",
221
+ "main"
219
222
  ],
223
+ "files": [],
220
224
  "auxiliaryFiles": [],
221
- "hash": "f9ebd525e699a153",
225
+ "hash": "c8ebe0ba3db047ff",
222
226
  "childrenByOrder": {}
223
227
  },
224
228
  {
225
229
  "rendered": true,
226
- "initial": true,
227
- "entry": true,
230
+ "initial": false,
231
+ "entry": false,
228
232
  "recorded": false,
229
- "size": 20666,
233
+ "reason": "reused as split chunk (cache group: defaultVendors)",
234
+ "size": 25608,
230
235
  "sizes": {
231
- "javascript": 42,
232
- "share-init": 294,
233
- "runtime": 20330
236
+ "javascript": 25608
234
237
  },
235
- "names": [
236
- "@ampath/esm-patient-registration-app"
238
+ "names": [],
239
+ "idHints": [
240
+ "vendors"
237
241
  ],
238
- "idHints": [],
239
242
  "runtime": [
240
- "@ampath/esm-patient-registration-app"
243
+ "@ampath/esm-patient-registration-app",
244
+ "main"
241
245
  ],
242
246
  "files": [
243
- "ampath-esm-patient-registration-app.js"
247
+ "372.js"
244
248
  ],
245
249
  "auxiliaryFiles": [
246
- "ampath-esm-patient-registration-app.js.map"
250
+ "372.js.map"
247
251
  ],
248
- "hash": "d4dd3de2ec9c7158",
252
+ "hash": "4ec02fb17c5fe28e",
249
253
  "childrenByOrder": {}
250
254
  },
251
255
  {
@@ -266,7 +270,7 @@
266
270
  ],
267
271
  "files": [],
268
272
  "auxiliaryFiles": [],
269
- "hash": "394a8b327cd4cb3f",
273
+ "hash": "dc562cf18626e229",
270
274
  "childrenByOrder": {}
271
275
  },
272
276
  {
@@ -274,23 +278,23 @@
274
278
  "initial": false,
275
279
  "entry": false,
276
280
  "recorded": false,
277
- "size": 436100,
281
+ "size": 39680,
278
282
  "sizes": {
279
- "javascript": 435890,
280
- "consume-shared": 210
283
+ "javascript": 39680
281
284
  },
282
285
  "names": [],
283
286
  "idHints": [],
284
287
  "runtime": [
285
- "@ampath/esm-patient-registration-app"
288
+ "@ampath/esm-patient-registration-app",
289
+ "main"
286
290
  ],
287
291
  "files": [
288
- "365.js"
292
+ "449.js"
289
293
  ],
290
294
  "auxiliaryFiles": [
291
- "365.js.map"
295
+ "449.js.map"
292
296
  ],
293
- "hash": "7799b3c9588d3923",
297
+ "hash": "a9c9d5d67cce713d",
294
298
  "childrenByOrder": {}
295
299
  },
296
300
  {
@@ -298,9 +302,9 @@
298
302
  "initial": false,
299
303
  "entry": false,
300
304
  "recorded": false,
301
- "size": 4284,
305
+ "size": 7160,
302
306
  "sizes": {
303
- "javascript": 4284
307
+ "javascript": 7160
304
308
  },
305
309
  "names": [],
306
310
  "idHints": [],
@@ -309,10 +313,12 @@
309
313
  "main"
310
314
  ],
311
315
  "files": [
312
- "460.js"
316
+ "464.js"
313
317
  ],
314
- "auxiliaryFiles": [],
315
- "hash": "ce62947b3eec11e4",
318
+ "auxiliaryFiles": [
319
+ "464.js.map"
320
+ ],
321
+ "hash": "e1374c6ac9d95d3e",
316
322
  "childrenByOrder": {}
317
323
  },
318
324
  {
@@ -320,9 +326,9 @@
320
326
  "initial": false,
321
327
  "entry": false,
322
328
  "recorded": false,
323
- "size": 39276,
329
+ "size": 24274,
324
330
  "sizes": {
325
- "javascript": 39276
331
+ "javascript": 24274
326
332
  },
327
333
  "names": [],
328
334
  "idHints": [],
@@ -331,12 +337,12 @@
331
337
  "main"
332
338
  ],
333
339
  "files": [
334
- "525.js"
340
+ "495.js"
335
341
  ],
336
342
  "auxiliaryFiles": [
337
- "525.js.map"
343
+ "495.js.map"
338
344
  ],
339
- "hash": "45fa65800ed6e7f8",
345
+ "hash": "c69f92e28ec2730b",
340
346
  "childrenByOrder": {}
341
347
  },
342
348
  {
@@ -344,23 +350,23 @@
344
350
  "initial": false,
345
351
  "entry": false,
346
352
  "recorded": false,
347
- "size": 11122,
353
+ "size": 507084,
348
354
  "sizes": {
349
- "javascript": 11122
355
+ "javascript": 506874,
356
+ "consume-shared": 210
350
357
  },
351
358
  "names": [],
352
359
  "idHints": [],
353
360
  "runtime": [
354
- "@ampath/esm-patient-registration-app",
355
- "main"
361
+ "@ampath/esm-patient-registration-app"
356
362
  ],
357
363
  "files": [
358
- "537.js"
364
+ "621.js"
359
365
  ],
360
366
  "auxiliaryFiles": [
361
- "537.js.map"
367
+ "621.js.map"
362
368
  ],
363
- "hash": "90259bfcc110d114",
369
+ "hash": "3524b2db2b2cb0fe",
364
370
  "childrenByOrder": {}
365
371
  },
366
372
  {
@@ -368,21 +374,25 @@
368
374
  "initial": false,
369
375
  "entry": false,
370
376
  "recorded": false,
371
- "size": 4810,
377
+ "reason": "split chunk (cache group: defaultVendors)",
378
+ "size": 2202268,
372
379
  "sizes": {
373
- "javascript": 4810
380
+ "javascript": 2202268
374
381
  },
375
382
  "names": [],
376
- "idHints": [],
383
+ "idHints": [
384
+ "vendors"
385
+ ],
377
386
  "runtime": [
378
- "@ampath/esm-patient-registration-app",
379
- "main"
387
+ "@ampath/esm-patient-registration-app"
380
388
  ],
381
389
  "files": [
382
- "574.js"
390
+ "629.js"
383
391
  ],
384
- "auxiliaryFiles": [],
385
- "hash": "4d7d83e71f3620ed",
392
+ "auxiliaryFiles": [
393
+ "629.js.map"
394
+ ],
395
+ "hash": "1913e4bb396081c5",
386
396
  "childrenByOrder": {}
387
397
  },
388
398
  {
@@ -390,26 +400,21 @@
390
400
  "initial": false,
391
401
  "entry": false,
392
402
  "recorded": false,
393
- "reason": "reused as split chunk (cache group: defaultVendors)",
394
- "size": 190348,
403
+ "size": 5062,
395
404
  "sizes": {
396
- "javascript": 190348
405
+ "javascript": 5062
397
406
  },
398
407
  "names": [],
399
- "idHints": [
400
- "vendors"
401
- ],
408
+ "idHints": [],
402
409
  "runtime": [
403
410
  "@ampath/esm-patient-registration-app",
404
411
  "main"
405
412
  ],
406
413
  "files": [
407
- "591.js"
408
- ],
409
- "auxiliaryFiles": [
410
- "591.js.map"
414
+ "652.js"
411
415
  ],
412
- "hash": "23bcbd664b17b0b4",
416
+ "auxiliaryFiles": [],
417
+ "hash": "99562a296e07be80",
413
418
  "childrenByOrder": {}
414
419
  },
415
420
  {
@@ -417,9 +422,9 @@
417
422
  "initial": false,
418
423
  "entry": false,
419
424
  "recorded": false,
420
- "size": 35796,
425
+ "size": 3174,
421
426
  "sizes": {
422
- "javascript": 35796
427
+ "javascript": 3174
423
428
  },
424
429
  "names": [],
425
430
  "idHints": [],
@@ -428,12 +433,10 @@
428
433
  "main"
429
434
  ],
430
435
  "files": [
431
- "621.js"
436
+ "661.js"
432
437
  ],
433
- "auxiliaryFiles": [
434
- "621.js.map"
435
- ],
436
- "hash": "03b77f54b89fd923",
438
+ "auxiliaryFiles": [],
439
+ "hash": "20c70b988ce84f6d",
437
440
  "childrenByOrder": {}
438
441
  },
439
442
  {
@@ -441,9 +444,9 @@
441
444
  "initial": false,
442
445
  "entry": false,
443
446
  "recorded": false,
444
- "size": 2346,
447
+ "size": 1200,
445
448
  "sizes": {
446
- "javascript": 2346
449
+ "javascript": 1200
447
450
  },
448
451
  "names": [],
449
452
  "idHints": [],
@@ -452,37 +455,40 @@
452
455
  "main"
453
456
  ],
454
457
  "files": [
455
- "644.js"
458
+ "757.js"
456
459
  ],
457
- "auxiliaryFiles": [],
458
- "hash": "a982fe8004f7fe98",
460
+ "auxiliaryFiles": [
461
+ "757.js.map"
462
+ ],
463
+ "hash": "2341925fb5ad7a24",
459
464
  "childrenByOrder": {}
460
465
  },
461
466
  {
462
467
  "rendered": true,
463
- "initial": false,
464
- "entry": false,
468
+ "initial": true,
469
+ "entry": true,
465
470
  "recorded": false,
466
- "reason": "reused as split chunk (cache group: defaultVendors)",
467
- "size": 26095,
471
+ "size": 2731750,
468
472
  "sizes": {
469
- "javascript": 26095
473
+ "consume-shared": 294,
474
+ "javascript": 2709142,
475
+ "share-init": 294,
476
+ "runtime": 22020
470
477
  },
471
- "names": [],
472
- "idHints": [
473
- "vendors"
478
+ "names": [
479
+ "main"
474
480
  ],
481
+ "idHints": [],
475
482
  "runtime": [
476
- "@ampath/esm-patient-registration-app",
477
483
  "main"
478
484
  ],
479
485
  "files": [
480
- "729.js"
486
+ "main.js"
481
487
  ],
482
488
  "auxiliaryFiles": [
483
- "729.js.map"
489
+ "main.js.map"
484
490
  ],
485
- "hash": "7872c3509a0262e6",
491
+ "hash": "a66b451b474ba8a0",
486
492
  "childrenByOrder": {}
487
493
  },
488
494
  {
@@ -490,9 +496,9 @@
490
496
  "initial": false,
491
497
  "entry": false,
492
498
  "recorded": false,
493
- "size": 1183,
499
+ "size": 4167,
494
500
  "sizes": {
495
- "javascript": 1183
501
+ "javascript": 4167
496
502
  },
497
503
  "names": [],
498
504
  "idHints": [],
@@ -501,12 +507,12 @@
501
507
  "main"
502
508
  ],
503
509
  "files": [
504
- "735.js"
510
+ "828.js"
505
511
  ],
506
512
  "auxiliaryFiles": [
507
- "735.js.map"
513
+ "828.js.map"
508
514
  ],
509
- "hash": "5ea4d5fe24e4e76f",
515
+ "hash": "4647108cd9b89465",
510
516
  "childrenByOrder": {}
511
517
  },
512
518
  {
@@ -514,9 +520,9 @@
514
520
  "initial": false,
515
521
  "entry": false,
516
522
  "recorded": false,
517
- "size": 5188,
523
+ "size": 37905,
518
524
  "sizes": {
519
- "javascript": 5188
525
+ "javascript": 37905
520
526
  },
521
527
  "names": [],
522
528
  "idHints": [],
@@ -525,10 +531,12 @@
525
531
  "main"
526
532
  ],
527
533
  "files": [
528
- "757.js"
534
+ "830.js"
529
535
  ],
530
- "auxiliaryFiles": [],
531
- "hash": "95ba164e3fe844a4",
536
+ "auxiliaryFiles": [
537
+ "830.js.map"
538
+ ],
539
+ "hash": "3058f48908dbe36a",
532
540
  "childrenByOrder": {}
533
541
  },
534
542
  {
@@ -536,23 +544,26 @@
536
544
  "initial": false,
537
545
  "entry": false,
538
546
  "recorded": false,
539
- "size": 7103,
547
+ "reason": "reused as split chunk (cache group: defaultVendors)",
548
+ "size": 1793489,
540
549
  "sizes": {
541
- "javascript": 7103
550
+ "javascript": 1793489
542
551
  },
543
552
  "names": [],
544
- "idHints": [],
553
+ "idHints": [
554
+ "vendors"
555
+ ],
545
556
  "runtime": [
546
557
  "@ampath/esm-patient-registration-app",
547
558
  "main"
548
559
  ],
549
560
  "files": [
550
- "784.js"
561
+ "831.js"
551
562
  ],
552
563
  "auxiliaryFiles": [
553
- "784.js.map"
564
+ "831.js.map"
554
565
  ],
555
- "hash": "9d5c1714da535052",
566
+ "hash": "23e15331d78abb39",
556
567
  "childrenByOrder": {}
557
568
  },
558
569
  {
@@ -560,9 +571,9 @@
560
571
  "initial": false,
561
572
  "entry": false,
562
573
  "recorded": false,
563
- "size": 4340,
574
+ "size": 25557,
564
575
  "sizes": {
565
- "javascript": 4340
576
+ "javascript": 25557
566
577
  },
567
578
  "names": [],
568
579
  "idHints": [],
@@ -571,10 +582,12 @@
571
582
  "main"
572
583
  ],
573
584
  "files": [
574
- "788.js"
585
+ "876.js"
575
586
  ],
576
- "auxiliaryFiles": [],
577
- "hash": "ff6d40a4360190ae",
587
+ "auxiliaryFiles": [
588
+ "876.js.map"
589
+ ],
590
+ "hash": "8f9c2924feb192f4",
578
591
  "childrenByOrder": {}
579
592
  },
580
593
  {
@@ -582,9 +595,9 @@
582
595
  "initial": false,
583
596
  "entry": false,
584
597
  "recorded": false,
585
- "size": 4854,
598
+ "size": 3174,
586
599
  "sizes": {
587
- "javascript": 4854
600
+ "javascript": 3174
588
601
  },
589
602
  "names": [],
590
603
  "idHints": [],
@@ -593,10 +606,37 @@
593
606
  "main"
594
607
  ],
595
608
  "files": [
596
- "807.js"
609
+ "879.js"
597
610
  ],
598
611
  "auxiliaryFiles": [],
599
- "hash": "050ece1654060057",
612
+ "hash": "414ceae47a381a83",
613
+ "childrenByOrder": {}
614
+ },
615
+ {
616
+ "rendered": true,
617
+ "initial": true,
618
+ "entry": true,
619
+ "recorded": false,
620
+ "size": 21955,
621
+ "sizes": {
622
+ "javascript": 42,
623
+ "share-init": 294,
624
+ "runtime": 21619
625
+ },
626
+ "names": [
627
+ "@ampath/esm-patient-registration-app"
628
+ ],
629
+ "idHints": [],
630
+ "runtime": [
631
+ "@ampath/esm-patient-registration-app"
632
+ ],
633
+ "files": [
634
+ "ampath-esm-patient-registration-app.js"
635
+ ],
636
+ "auxiliaryFiles": [
637
+ "ampath-esm-patient-registration-app.js.map"
638
+ ],
639
+ "hash": "6ddea9b2735f8fdb",
600
640
  "childrenByOrder": {}
601
641
  },
602
642
  {
@@ -604,21 +644,26 @@
604
644
  "initial": false,
605
645
  "entry": false,
606
646
  "recorded": false,
607
- "size": 4217,
647
+ "reason": "reused as split chunk (cache group: defaultVendors)",
648
+ "size": 427621,
608
649
  "sizes": {
609
- "javascript": 4217
650
+ "javascript": 427621
610
651
  },
611
652
  "names": [],
612
- "idHints": [],
653
+ "idHints": [
654
+ "vendors"
655
+ ],
613
656
  "runtime": [
614
657
  "@ampath/esm-patient-registration-app",
615
658
  "main"
616
659
  ],
617
660
  "files": [
618
- "833.js"
661
+ "913.js"
619
662
  ],
620
- "auxiliaryFiles": [],
621
- "hash": "67b062ab7c0defd5",
663
+ "auxiliaryFiles": [
664
+ "913.js.map"
665
+ ],
666
+ "hash": "536115ffbf4a0d61",
622
667
  "childrenByOrder": {}
623
668
  },
624
669
  {
@@ -626,9 +671,9 @@
626
671
  "initial": false,
627
672
  "entry": false,
628
673
  "recorded": false,
629
- "size": 6670,
674
+ "size": 1942,
630
675
  "sizes": {
631
- "javascript": 6670
676
+ "javascript": 1942
632
677
  },
633
678
  "names": [],
634
679
  "idHints": [],
@@ -637,12 +682,12 @@
637
682
  "main"
638
683
  ],
639
684
  "files": [
640
- "879.js"
685
+ "927.js"
641
686
  ],
642
687
  "auxiliaryFiles": [
643
- "879.js.map"
688
+ "927.js.map"
644
689
  ],
645
- "hash": "dd0e0d916d5eab6b",
690
+ "hash": "a9bf6d0ff30d17db",
646
691
  "childrenByOrder": {}
647
692
  }
648
693
  ]