@ampath/esm-patient-registration-app 6.0.1-pre.98 → 9.2.0-next.14

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 (285) hide show
  1. package/dist/1119.js +1 -0
  2. package/dist/1197.js +1 -0
  3. package/dist/1909.js +2 -0
  4. package/dist/{629.js.LICENSE.txt → 1909.js.LICENSE.txt} +9 -3
  5. package/dist/1909.js.map +1 -0
  6. package/dist/2146.js +1 -0
  7. package/dist/2372.js +1 -0
  8. package/dist/2372.js.map +1 -0
  9. package/dist/2470.js +1 -0
  10. package/dist/2470.js.map +1 -0
  11. package/dist/2690.js +1 -0
  12. package/dist/2913.js +2 -0
  13. package/dist/{913.js.LICENSE.txt → 2913.js.LICENSE.txt} +3 -23
  14. package/dist/2913.js.map +1 -0
  15. package/dist/3093.js +1 -0
  16. package/dist/3093.js.map +1 -0
  17. package/dist/3099.js +1 -0
  18. package/dist/3144.js +2 -0
  19. package/dist/3144.js.LICENSE.txt +19 -0
  20. package/dist/3144.js.map +1 -0
  21. package/dist/320.js +2 -0
  22. package/dist/{876.js.LICENSE.txt → 320.js.LICENSE.txt} +2 -3
  23. package/dist/320.js.map +1 -0
  24. package/dist/3464.js +1 -0
  25. package/dist/3464.js.map +1 -0
  26. package/dist/3474.js +2 -0
  27. package/dist/3474.js.LICENSE.txt +8 -0
  28. package/dist/3474.js.map +1 -0
  29. package/dist/3584.js +1 -0
  30. package/dist/4041.js +2 -0
  31. package/dist/4041.js.map +1 -0
  32. package/dist/4055.js +1 -0
  33. package/dist/4132.js +1 -0
  34. package/dist/4300.js +1 -0
  35. package/dist/4335.js +1 -0
  36. package/dist/4463.js +1 -0
  37. package/dist/4463.js.map +1 -0
  38. package/dist/4618.js +1 -0
  39. package/dist/4652.js +1 -0
  40. package/dist/4944.js +1 -0
  41. package/dist/5173.js +1 -0
  42. package/dist/5239.js +2 -0
  43. package/dist/5239.js.LICENSE.txt +29 -0
  44. package/dist/5239.js.map +1 -0
  45. package/dist/5241.js +1 -0
  46. package/dist/5442.js +1 -0
  47. package/dist/5661.js +1 -0
  48. package/dist/6022.js +1 -0
  49. package/dist/627.js +1 -0
  50. package/dist/627.js.map +1 -0
  51. package/dist/6276.js +1 -0
  52. package/dist/6276.js.map +1 -0
  53. package/dist/6336.js +1 -0
  54. package/dist/6336.js.map +1 -0
  55. package/dist/6468.js +1 -0
  56. package/dist/6679.js +1 -0
  57. package/dist/6840.js +1 -0
  58. package/dist/6859.js +1 -0
  59. package/dist/7071.js +1 -0
  60. package/dist/7071.js.map +1 -0
  61. package/dist/7097.js +1 -0
  62. package/dist/7159.js +1 -0
  63. package/dist/723.js +1 -0
  64. package/dist/729.js +2 -0
  65. package/dist/729.js.LICENSE.txt +9 -0
  66. package/dist/729.js.map +1 -0
  67. package/dist/7495.js +2 -0
  68. package/dist/7495.js.LICENSE.txt +9 -0
  69. package/dist/7495.js.map +1 -0
  70. package/dist/7617.js +1 -0
  71. package/dist/795.js +1 -0
  72. package/dist/8163.js +1 -0
  73. package/dist/8349.js +1 -0
  74. package/dist/8434.js +1 -0
  75. package/dist/8434.js.map +1 -0
  76. package/dist/8618.js +1 -0
  77. package/dist/89.js +2 -0
  78. package/dist/89.js.LICENSE.txt +9 -0
  79. package/dist/89.js.map +1 -0
  80. package/dist/890.js +1 -0
  81. package/dist/9214.js +1 -0
  82. package/dist/9538.js +1 -0
  83. package/dist/9569.js +1 -0
  84. package/dist/986.js +1 -0
  85. package/dist/9876.js +1 -0
  86. package/dist/9876.js.map +1 -0
  87. package/dist/9879.js +1 -0
  88. package/dist/9895.js +1 -0
  89. package/dist/9900.js +1 -0
  90. package/dist/9913.js +1 -0
  91. package/dist/main.js +1 -1
  92. package/dist/main.js.LICENSE.txt +36 -1
  93. package/dist/main.js.map +1 -1
  94. package/dist/openmrs-esm-patient-registration-app.js +1 -0
  95. package/dist/openmrs-esm-patient-registration-app.js.buildmanifest.json +1549 -0
  96. package/dist/openmrs-esm-patient-registration-app.js.map +1 -0
  97. package/dist/routes.json +1 -1
  98. package/package.json +15 -13
  99. package/src/{add-patient-link.tsx → add-patient-link.extension.tsx} +4 -2
  100. package/src/add-patient-link.test.tsx +6 -10
  101. package/src/config-schema.ts +109 -55
  102. package/src/constants.ts +1 -1
  103. package/src/declarations.d.ts +5 -4
  104. package/src/index.ts +10 -29
  105. package/src/nav-link.test.tsx +3 -3
  106. package/src/offline.resources.ts +26 -18
  107. package/src/patient-photo.extension.tsx +3 -1
  108. package/src/patient-registration/field/address/address-field.component.tsx +58 -37
  109. package/src/patient-registration/field/address/address-hierarchy-levels.component.tsx +16 -18
  110. package/src/patient-registration/field/address/address-hierarchy.resource.tsx +3 -3
  111. package/src/patient-registration/field/address/address-hierarchy.test.tsx +290 -0
  112. package/src/patient-registration/field/address/address-search.component.tsx +7 -5
  113. package/src/patient-registration/field/address/address-search.scss +5 -5
  114. package/src/patient-registration/field/address/address-search.test.tsx +140 -0
  115. package/src/patient-registration/field/cause-of-death/cause-of-death.component.tsx +98 -0
  116. package/src/patient-registration/field/custom-field.component.tsx +3 -9
  117. package/src/patient-registration/field/date-and-time-of-death/date-and-time-of-death.component.tsx +84 -0
  118. package/src/patient-registration/field/dob/dob.component.tsx +55 -50
  119. package/src/patient-registration/field/dob/dob.test.tsx +90 -0
  120. package/src/patient-registration/field/field.component.tsx +12 -6
  121. package/src/patient-registration/field/field.resource.ts +11 -4
  122. package/src/patient-registration/field/field.scss +69 -25
  123. package/src/patient-registration/field/field.test.tsx +329 -0
  124. package/src/patient-registration/field/gender/gender-field.component.tsx +14 -9
  125. package/src/patient-registration/field/gender/gender-field.test.tsx +73 -33
  126. package/src/patient-registration/field/id/id-field.component.tsx +24 -23
  127. package/src/patient-registration/field/id/id-field.test.tsx +147 -0
  128. package/src/patient-registration/field/id/identifier-selection-overlay.component.tsx +12 -10
  129. package/src/patient-registration/field/id/identifier-selection.scss +12 -8
  130. package/src/patient-registration/field/name/name-field.component.tsx +10 -5
  131. package/src/patient-registration/field/obs/obs-field.component.tsx +59 -2
  132. package/src/patient-registration/field/obs/obs-field.test.tsx +133 -39
  133. package/src/patient-registration/field/person-attributes/coded-person-attribute-field.component.tsx +3 -3
  134. package/src/patient-registration/field/person-attributes/coded-person-attribute-field.test.tsx +141 -0
  135. package/src/patient-registration/field/person-attributes/location-person-attribute-field.component.tsx +105 -0
  136. package/src/patient-registration/field/person-attributes/location-person-attribute-field.resource.tsx +48 -0
  137. package/src/patient-registration/field/person-attributes/person-attribute-field.component.tsx +19 -22
  138. package/src/patient-registration/field/person-attributes/person-attribute-field.test.tsx +193 -0
  139. package/src/patient-registration/field/person-attributes/text-person-attribute-field.test.tsx +90 -0
  140. package/src/patient-registration/form-manager.test.ts +91 -0
  141. package/src/patient-registration/form-manager.ts +49 -23
  142. package/src/patient-registration/input/basic-input/input/input.component.tsx +6 -2
  143. package/src/patient-registration/input/basic-input/select/select-input.test.tsx +49 -0
  144. package/src/patient-registration/input/custom-input/autosuggest/autosuggest.scss +5 -5
  145. package/src/patient-registration/input/custom-input/autosuggest/autosuggest.test.tsx +164 -0
  146. package/src/patient-registration/input/custom-input/identifier/identifier-input.component.tsx +73 -36
  147. package/src/patient-registration/input/custom-input/identifier/identifier-input.test.tsx +335 -0
  148. package/src/patient-registration/input/dummy-data/dummy-data-input.component.tsx +3 -0
  149. package/src/patient-registration/input/dummy-data/dummy-data-input.test.tsx +2 -11
  150. package/src/patient-registration/input/input.scss +17 -13
  151. package/src/patient-registration/patient-registration-context.ts +22 -11
  152. package/src/patient-registration/patient-registration-hooks.ts +158 -193
  153. package/src/patient-registration/patient-registration-utils.test.ts +33 -0
  154. package/src/patient-registration/patient-registration-utils.ts +11 -13
  155. package/src/patient-registration/patient-registration.component.tsx +87 -103
  156. package/src/patient-registration/{patient-registration.resource.testt.tsx → patient-registration.resource.test.tsx} +0 -4
  157. package/src/patient-registration/patient-registration.resource.ts +27 -3
  158. package/src/patient-registration/patient-registration.scss +27 -38
  159. package/src/patient-registration/patient-registration.test.tsx +579 -0
  160. package/src/patient-registration/patient-registration.types.ts +23 -25
  161. package/src/patient-registration/section/death-info/death-info-section.component.tsx +22 -17
  162. package/src/patient-registration/section/death-info/death-info-section.test.tsx +47 -0
  163. package/src/patient-registration/section/demographics/demographics-section.component.tsx +5 -5
  164. package/src/patient-registration/section/demographics/demographics-section.test.tsx +98 -0
  165. package/src/patient-registration/section/patient-relationships/relationships-section.component.tsx +8 -7
  166. package/src/patient-registration/section/patient-relationships/relationships-section.test.tsx +113 -0
  167. package/src/patient-registration/section/patient-relationships/relationships.resource.tsx +28 -28
  168. package/src/patient-registration/section/patient-relationships/relationships.scss +4 -4
  169. package/src/patient-registration/section/section-wrapper.component.tsx +1 -1
  170. package/src/patient-registration/section/section.component.tsx +1 -1
  171. package/src/patient-registration/section/section.scss +21 -1
  172. package/src/patient-registration/ui-components/overlay/overlay.scss +8 -8
  173. package/src/patient-registration/validation/{patient-registration-validation.test.tsx → patient-registration-validation.test.ts} +71 -23
  174. package/src/patient-registration/validation/patient-registration-validation.ts +123 -0
  175. package/src/resources-context.ts +14 -0
  176. package/src/root.component.tsx +3 -3
  177. package/src/routes.json +10 -24
  178. package/src/widgets/cancel-patient-edit.modal.tsx +33 -0
  179. package/src/widgets/cancel-patient-edit.test.tsx +22 -0
  180. package/src/widgets/delete-identifier-confirmation.modal.tsx +48 -0
  181. package/src/widgets/{delete-identifier-confirmation-modal.testt.tsx → delete-identifier-confirmation.test.tsx} +5 -7
  182. package/src/widgets/edit-patient-details-button.component.tsx +0 -1
  183. package/src/widgets/edit-patient-details-button.test.tsx +35 -0
  184. package/translations/am.json +43 -35
  185. package/translations/ar.json +41 -33
  186. package/translations/ar_SY.json +119 -0
  187. package/translations/bn.json +119 -0
  188. package/translations/de.json +119 -0
  189. package/translations/en.json +44 -42
  190. package/translations/en_US.json +119 -0
  191. package/translations/es.json +69 -57
  192. package/translations/es_MX.json +119 -0
  193. package/translations/fr.json +74 -58
  194. package/translations/he.json +44 -40
  195. package/translations/hi.json +119 -0
  196. package/translations/hi_IN.json +119 -0
  197. package/translations/id.json +119 -0
  198. package/translations/it.json +119 -0
  199. package/translations/ka.json +119 -0
  200. package/translations/km.json +44 -40
  201. package/translations/ku.json +119 -0
  202. package/translations/ky.json +119 -0
  203. package/translations/lg.json +119 -0
  204. package/translations/ne.json +119 -0
  205. package/translations/pl.json +119 -0
  206. package/translations/pt.json +119 -0
  207. package/translations/pt_BR.json +119 -0
  208. package/translations/qu.json +119 -0
  209. package/translations/ro_RO.json +119 -0
  210. package/translations/ru_RU.json +119 -0
  211. package/translations/si.json +119 -0
  212. package/translations/sw.json +119 -0
  213. package/translations/sw_KE.json +119 -0
  214. package/translations/tr.json +119 -0
  215. package/translations/tr_TR.json +119 -0
  216. package/translations/uk.json +119 -0
  217. package/translations/uz.json +119 -0
  218. package/translations/uz@Latn.json +119 -0
  219. package/translations/uz_UZ.json +119 -0
  220. package/translations/vi.json +119 -0
  221. package/translations/zh.json +45 -23
  222. package/translations/zh_CN.json +39 -17
  223. package/.turbo/turbo-build.log +0 -40
  224. package/dist/132.js +0 -1
  225. package/dist/197.js +0 -1
  226. package/dist/236.js +0 -1
  227. package/dist/236.js.map +0 -1
  228. package/dist/300.js +0 -1
  229. package/dist/335.js +0 -1
  230. package/dist/372.js +0 -1
  231. package/dist/372.js.map +0 -1
  232. package/dist/41.js +0 -2
  233. package/dist/41.js.map +0 -1
  234. package/dist/449.js +0 -1
  235. package/dist/449.js.map +0 -1
  236. package/dist/464.js +0 -1
  237. package/dist/464.js.map +0 -1
  238. package/dist/495.js +0 -1
  239. package/dist/495.js.map +0 -1
  240. package/dist/55.js +0 -1
  241. package/dist/56.js +0 -1
  242. package/dist/56.js.map +0 -1
  243. package/dist/621.js +0 -1
  244. package/dist/621.js.map +0 -1
  245. package/dist/629.js +0 -2
  246. package/dist/629.js.map +0 -1
  247. package/dist/652.js +0 -1
  248. package/dist/661.js +0 -1
  249. package/dist/757.js +0 -1
  250. package/dist/757.js.map +0 -1
  251. package/dist/828.js +0 -1
  252. package/dist/828.js.map +0 -1
  253. package/dist/830.js +0 -1
  254. package/dist/830.js.map +0 -1
  255. package/dist/831.js +0 -2
  256. package/dist/831.js.LICENSE.txt +0 -3
  257. package/dist/831.js.map +0 -1
  258. package/dist/876.js +0 -2
  259. package/dist/876.js.map +0 -1
  260. package/dist/879.js +0 -1
  261. package/dist/913.js +0 -2
  262. package/dist/913.js.map +0 -1
  263. package/dist/927.js +0 -1
  264. package/dist/927.js.map +0 -1
  265. package/dist/99.js +0 -1
  266. package/dist/ampath-esm-patient-registration-app.js +0 -1
  267. package/dist/ampath-esm-patient-registration-app.js.buildmanifest.json +0 -694
  268. package/dist/ampath-esm-patient-registration-app.js.map +0 -1
  269. package/src/patient-registration/date-util.ts +0 -52
  270. package/src/patient-registration/field/person-attributes/custom-person-attribute-field.component.tsx +0 -56
  271. package/src/patient-registration/validation/patient-registration-validation.tsx +0 -60
  272. package/src/patient-verification/assets/counties.json +0 -236
  273. package/src/patient-verification/assets/verification-assets.ts +0 -11
  274. package/src/patient-verification/patient-verification-hook.tsx +0 -176
  275. package/src/patient-verification/patient-verification-utils.ts +0 -179
  276. package/src/patient-verification/patient-verification.component.tsx +0 -124
  277. package/src/patient-verification/patient-verification.scss +0 -25
  278. package/src/patient-verification/verification-modal/confirm-prompt.component.tsx +0 -72
  279. package/src/patient-verification/verification-modal/empty-prompt.component.tsx +0 -35
  280. package/src/patient-verification/verification-types.ts +0 -50
  281. package/src/widgets/cancel-patient-edit.component.tsx +0 -37
  282. package/src/widgets/delete-identifier-confirmation-modal.tsx +0 -41
  283. package/src/widgets/delete-identifier-modal.scss +0 -34
  284. /package/dist/{41.js.LICENSE.txt → 4041.js.LICENSE.txt} +0 -0
  285. /package/src/patient-registration/input/custom-input/identifier/{utils.testt.ts → utils.test.ts} +0 -0
@@ -0,0 +1,1549 @@
1
+ {
2
+ "chunks": [
3
+ {
4
+ "rendered": true,
5
+ "initial": false,
6
+ "entry": false,
7
+ "recorded": false,
8
+ "size": 36924,
9
+ "sizes": {
10
+ "javascript": 36924
11
+ },
12
+ "names": [],
13
+ "idHints": [],
14
+ "runtime": [
15
+ "@ampath/esm-patient-registration-app",
16
+ "main"
17
+ ],
18
+ "files": [
19
+ "89.js"
20
+ ],
21
+ "auxiliaryFiles": [
22
+ "89.js.map"
23
+ ],
24
+ "hash": "00c9567d3bcbafdd",
25
+ "childrenByOrder": {}
26
+ },
27
+ {
28
+ "rendered": true,
29
+ "initial": false,
30
+ "entry": false,
31
+ "recorded": false,
32
+ "size": 2554,
33
+ "sizes": {
34
+ "javascript": 2554
35
+ },
36
+ "names": [],
37
+ "idHints": [],
38
+ "runtime": [
39
+ "@ampath/esm-patient-registration-app",
40
+ "main"
41
+ ],
42
+ "files": [
43
+ "320.js"
44
+ ],
45
+ "auxiliaryFiles": [
46
+ "320.js.map"
47
+ ],
48
+ "hash": "a8d1e9725e2296c1",
49
+ "childrenByOrder": {}
50
+ },
51
+ {
52
+ "rendered": true,
53
+ "initial": false,
54
+ "entry": false,
55
+ "recorded": false,
56
+ "size": 596866,
57
+ "sizes": {
58
+ "javascript": 596866
59
+ },
60
+ "names": [],
61
+ "idHints": [],
62
+ "runtime": [
63
+ "@ampath/esm-patient-registration-app",
64
+ "main"
65
+ ],
66
+ "files": [
67
+ "627.js"
68
+ ],
69
+ "auxiliaryFiles": [
70
+ "627.js.map"
71
+ ],
72
+ "hash": "829aa5bc3ab05266",
73
+ "childrenByOrder": {}
74
+ },
75
+ {
76
+ "rendered": true,
77
+ "initial": false,
78
+ "entry": false,
79
+ "recorded": false,
80
+ "size": 6021,
81
+ "sizes": {
82
+ "javascript": 6021
83
+ },
84
+ "names": [],
85
+ "idHints": [],
86
+ "runtime": [
87
+ "@ampath/esm-patient-registration-app",
88
+ "main"
89
+ ],
90
+ "files": [
91
+ "723.js"
92
+ ],
93
+ "auxiliaryFiles": [],
94
+ "hash": "fce259979fee2cec",
95
+ "childrenByOrder": {}
96
+ },
97
+ {
98
+ "rendered": true,
99
+ "initial": false,
100
+ "entry": false,
101
+ "recorded": false,
102
+ "reason": "split chunk (cache group: defaultVendors)",
103
+ "size": 58539,
104
+ "sizes": {
105
+ "javascript": 58539
106
+ },
107
+ "names": [],
108
+ "idHints": [
109
+ "vendors"
110
+ ],
111
+ "runtime": [
112
+ "@ampath/esm-patient-registration-app",
113
+ "main"
114
+ ],
115
+ "files": [
116
+ "729.js"
117
+ ],
118
+ "auxiliaryFiles": [
119
+ "729.js.map"
120
+ ],
121
+ "hash": "96e6f90bb0009d51",
122
+ "childrenByOrder": {}
123
+ },
124
+ {
125
+ "rendered": true,
126
+ "initial": false,
127
+ "entry": false,
128
+ "recorded": false,
129
+ "size": 6312,
130
+ "sizes": {
131
+ "javascript": 6312
132
+ },
133
+ "names": [],
134
+ "idHints": [],
135
+ "runtime": [
136
+ "@ampath/esm-patient-registration-app",
137
+ "main"
138
+ ],
139
+ "files": [
140
+ "795.js"
141
+ ],
142
+ "auxiliaryFiles": [],
143
+ "hash": "a6cc39b011df719b",
144
+ "childrenByOrder": {}
145
+ },
146
+ {
147
+ "rendered": true,
148
+ "initial": false,
149
+ "entry": false,
150
+ "recorded": false,
151
+ "size": 6021,
152
+ "sizes": {
153
+ "javascript": 6021
154
+ },
155
+ "names": [],
156
+ "idHints": [],
157
+ "runtime": [
158
+ "@ampath/esm-patient-registration-app",
159
+ "main"
160
+ ],
161
+ "files": [
162
+ "890.js"
163
+ ],
164
+ "auxiliaryFiles": [],
165
+ "hash": "93dbf8eb54b0a75b",
166
+ "childrenByOrder": {}
167
+ },
168
+ {
169
+ "rendered": true,
170
+ "initial": false,
171
+ "entry": false,
172
+ "recorded": false,
173
+ "size": 6021,
174
+ "sizes": {
175
+ "javascript": 6021
176
+ },
177
+ "names": [],
178
+ "idHints": [],
179
+ "runtime": [
180
+ "@ampath/esm-patient-registration-app",
181
+ "main"
182
+ ],
183
+ "files": [
184
+ "986.js"
185
+ ],
186
+ "auxiliaryFiles": [],
187
+ "hash": "129c32c0a78e8fe7",
188
+ "childrenByOrder": {}
189
+ },
190
+ {
191
+ "rendered": true,
192
+ "initial": false,
193
+ "entry": false,
194
+ "recorded": false,
195
+ "size": 6021,
196
+ "sizes": {
197
+ "javascript": 6021
198
+ },
199
+ "names": [],
200
+ "idHints": [],
201
+ "runtime": [
202
+ "@ampath/esm-patient-registration-app",
203
+ "main"
204
+ ],
205
+ "files": [
206
+ "1119.js"
207
+ ],
208
+ "auxiliaryFiles": [],
209
+ "hash": "16fb86622dfeba08",
210
+ "childrenByOrder": {}
211
+ },
212
+ {
213
+ "rendered": true,
214
+ "initial": false,
215
+ "entry": false,
216
+ "recorded": false,
217
+ "size": 6021,
218
+ "sizes": {
219
+ "javascript": 6021
220
+ },
221
+ "names": [],
222
+ "idHints": [],
223
+ "runtime": [
224
+ "@ampath/esm-patient-registration-app",
225
+ "main"
226
+ ],
227
+ "files": [
228
+ "1197.js"
229
+ ],
230
+ "auxiliaryFiles": [],
231
+ "hash": "7d00262ebd9f7a1c",
232
+ "childrenByOrder": {}
233
+ },
234
+ {
235
+ "rendered": false,
236
+ "initial": false,
237
+ "entry": false,
238
+ "recorded": false,
239
+ "reason": "reused as split chunk (cache group: default)",
240
+ "size": 42,
241
+ "sizes": {
242
+ "consume-shared": 42
243
+ },
244
+ "names": [],
245
+ "idHints": [],
246
+ "runtime": [
247
+ "@ampath/esm-patient-registration-app",
248
+ "main"
249
+ ],
250
+ "files": [],
251
+ "auxiliaryFiles": [],
252
+ "hash": "8015d68cc6468b4f",
253
+ "childrenByOrder": {}
254
+ },
255
+ {
256
+ "rendered": true,
257
+ "initial": false,
258
+ "entry": false,
259
+ "recorded": false,
260
+ "reason": "split chunk (cache group: defaultVendors)",
261
+ "size": 2105822,
262
+ "sizes": {
263
+ "javascript": 2105822
264
+ },
265
+ "names": [],
266
+ "idHints": [
267
+ "vendors"
268
+ ],
269
+ "runtime": [
270
+ "@ampath/esm-patient-registration-app",
271
+ "main"
272
+ ],
273
+ "files": [
274
+ "1909.js"
275
+ ],
276
+ "auxiliaryFiles": [
277
+ "1909.js.map"
278
+ ],
279
+ "hash": "4ed18d4f674ab1fd",
280
+ "childrenByOrder": {}
281
+ },
282
+ {
283
+ "rendered": false,
284
+ "initial": false,
285
+ "entry": false,
286
+ "recorded": false,
287
+ "reason": "split chunk (cache group: default)",
288
+ "size": 84,
289
+ "sizes": {
290
+ "consume-shared": 84
291
+ },
292
+ "names": [],
293
+ "idHints": [],
294
+ "runtime": [
295
+ "@ampath/esm-patient-registration-app",
296
+ "main"
297
+ ],
298
+ "files": [],
299
+ "auxiliaryFiles": [],
300
+ "hash": "a960e2f650ce2e03",
301
+ "childrenByOrder": {}
302
+ },
303
+ {
304
+ "rendered": true,
305
+ "initial": false,
306
+ "entry": false,
307
+ "recorded": false,
308
+ "size": 6021,
309
+ "sizes": {
310
+ "javascript": 6021
311
+ },
312
+ "names": [],
313
+ "idHints": [],
314
+ "runtime": [
315
+ "@ampath/esm-patient-registration-app",
316
+ "main"
317
+ ],
318
+ "files": [
319
+ "2146.js"
320
+ ],
321
+ "auxiliaryFiles": [],
322
+ "hash": "860bfee0b777302b",
323
+ "childrenByOrder": {}
324
+ },
325
+ {
326
+ "rendered": true,
327
+ "initial": false,
328
+ "entry": false,
329
+ "recorded": false,
330
+ "reason": "reused as split chunk (cache group: defaultVendors)",
331
+ "size": 25608,
332
+ "sizes": {
333
+ "javascript": 25608
334
+ },
335
+ "names": [],
336
+ "idHints": [
337
+ "vendors"
338
+ ],
339
+ "runtime": [
340
+ "@ampath/esm-patient-registration-app",
341
+ "main"
342
+ ],
343
+ "files": [
344
+ "2372.js"
345
+ ],
346
+ "auxiliaryFiles": [
347
+ "2372.js.map"
348
+ ],
349
+ "hash": "6b718b5d763b8955",
350
+ "childrenByOrder": {}
351
+ },
352
+ {
353
+ "rendered": true,
354
+ "initial": false,
355
+ "entry": false,
356
+ "recorded": false,
357
+ "size": 34723,
358
+ "sizes": {
359
+ "javascript": 34723
360
+ },
361
+ "names": [],
362
+ "idHints": [],
363
+ "runtime": [
364
+ "@ampath/esm-patient-registration-app",
365
+ "main"
366
+ ],
367
+ "files": [
368
+ "2470.js"
369
+ ],
370
+ "auxiliaryFiles": [
371
+ "2470.js.map"
372
+ ],
373
+ "hash": "c49aaded432ec875",
374
+ "childrenByOrder": {}
375
+ },
376
+ {
377
+ "rendered": true,
378
+ "initial": false,
379
+ "entry": false,
380
+ "recorded": false,
381
+ "size": 6273,
382
+ "sizes": {
383
+ "javascript": 6273
384
+ },
385
+ "names": [],
386
+ "idHints": [],
387
+ "runtime": [
388
+ "@ampath/esm-patient-registration-app",
389
+ "main"
390
+ ],
391
+ "files": [
392
+ "2690.js"
393
+ ],
394
+ "auxiliaryFiles": [],
395
+ "hash": "3da986c55d07a9ea",
396
+ "childrenByOrder": {}
397
+ },
398
+ {
399
+ "rendered": true,
400
+ "initial": false,
401
+ "entry": false,
402
+ "recorded": false,
403
+ "reason": "reused as split chunk (cache group: defaultVendors)",
404
+ "size": 314795,
405
+ "sizes": {
406
+ "javascript": 314795
407
+ },
408
+ "names": [],
409
+ "idHints": [
410
+ "vendors"
411
+ ],
412
+ "runtime": [
413
+ "@ampath/esm-patient-registration-app",
414
+ "main"
415
+ ],
416
+ "files": [
417
+ "2913.js"
418
+ ],
419
+ "auxiliaryFiles": [
420
+ "2913.js.map"
421
+ ],
422
+ "hash": "5003ebd743b0c7f1",
423
+ "childrenByOrder": {}
424
+ },
425
+ {
426
+ "rendered": true,
427
+ "initial": false,
428
+ "entry": false,
429
+ "recorded": false,
430
+ "size": 1079,
431
+ "sizes": {
432
+ "javascript": 1079
433
+ },
434
+ "names": [],
435
+ "idHints": [],
436
+ "runtime": [
437
+ "@ampath/esm-patient-registration-app",
438
+ "main"
439
+ ],
440
+ "files": [
441
+ "3093.js"
442
+ ],
443
+ "auxiliaryFiles": [
444
+ "3093.js.map"
445
+ ],
446
+ "hash": "549999c42147184d",
447
+ "childrenByOrder": {}
448
+ },
449
+ {
450
+ "rendered": true,
451
+ "initial": false,
452
+ "entry": false,
453
+ "recorded": false,
454
+ "size": 6823,
455
+ "sizes": {
456
+ "javascript": 6823
457
+ },
458
+ "names": [],
459
+ "idHints": [],
460
+ "runtime": [
461
+ "@ampath/esm-patient-registration-app",
462
+ "main"
463
+ ],
464
+ "files": [
465
+ "3099.js"
466
+ ],
467
+ "auxiliaryFiles": [],
468
+ "hash": "438d78ee9fa141c0",
469
+ "childrenByOrder": {}
470
+ },
471
+ {
472
+ "rendered": true,
473
+ "initial": false,
474
+ "entry": false,
475
+ "recorded": false,
476
+ "reason": "split chunk (cache group: defaultVendors)",
477
+ "size": 137481,
478
+ "sizes": {
479
+ "javascript": 137481
480
+ },
481
+ "names": [],
482
+ "idHints": [
483
+ "vendors"
484
+ ],
485
+ "runtime": [
486
+ "@ampath/esm-patient-registration-app",
487
+ "main"
488
+ ],
489
+ "files": [
490
+ "3144.js"
491
+ ],
492
+ "auxiliaryFiles": [
493
+ "3144.js.map"
494
+ ],
495
+ "hash": "f2fd4330b449f174",
496
+ "childrenByOrder": {}
497
+ },
498
+ {
499
+ "rendered": true,
500
+ "initial": false,
501
+ "entry": false,
502
+ "recorded": false,
503
+ "size": 7160,
504
+ "sizes": {
505
+ "javascript": 7160
506
+ },
507
+ "names": [],
508
+ "idHints": [],
509
+ "runtime": [
510
+ "@ampath/esm-patient-registration-app",
511
+ "main"
512
+ ],
513
+ "files": [
514
+ "3464.js"
515
+ ],
516
+ "auxiliaryFiles": [
517
+ "3464.js.map"
518
+ ],
519
+ "hash": "586bba39a5ea91b9",
520
+ "childrenByOrder": {}
521
+ },
522
+ {
523
+ "rendered": true,
524
+ "initial": false,
525
+ "entry": false,
526
+ "recorded": false,
527
+ "size": 147538,
528
+ "sizes": {
529
+ "javascript": 147538
530
+ },
531
+ "names": [],
532
+ "idHints": [],
533
+ "runtime": [
534
+ "@ampath/esm-patient-registration-app"
535
+ ],
536
+ "files": [
537
+ "3474.js"
538
+ ],
539
+ "auxiliaryFiles": [
540
+ "3474.js.map"
541
+ ],
542
+ "hash": "2bf565009debbb7d",
543
+ "childrenByOrder": {}
544
+ },
545
+ {
546
+ "rendered": true,
547
+ "initial": false,
548
+ "entry": false,
549
+ "recorded": false,
550
+ "size": 6021,
551
+ "sizes": {
552
+ "javascript": 6021
553
+ },
554
+ "names": [],
555
+ "idHints": [],
556
+ "runtime": [
557
+ "@ampath/esm-patient-registration-app",
558
+ "main"
559
+ ],
560
+ "files": [
561
+ "3584.js"
562
+ ],
563
+ "auxiliaryFiles": [],
564
+ "hash": "f203408326541f86",
565
+ "childrenByOrder": {}
566
+ },
567
+ {
568
+ "rendered": true,
569
+ "initial": false,
570
+ "entry": false,
571
+ "recorded": false,
572
+ "size": 7120,
573
+ "sizes": {
574
+ "javascript": 7120
575
+ },
576
+ "names": [],
577
+ "idHints": [],
578
+ "runtime": [
579
+ "@ampath/esm-patient-registration-app",
580
+ "main"
581
+ ],
582
+ "files": [
583
+ "4041.js"
584
+ ],
585
+ "auxiliaryFiles": [
586
+ "4041.js.map"
587
+ ],
588
+ "hash": "48d51f63569e6dfd",
589
+ "childrenByOrder": {}
590
+ },
591
+ {
592
+ "rendered": true,
593
+ "initial": false,
594
+ "entry": false,
595
+ "recorded": false,
596
+ "size": 6632,
597
+ "sizes": {
598
+ "javascript": 6632
599
+ },
600
+ "names": [],
601
+ "idHints": [],
602
+ "runtime": [
603
+ "@ampath/esm-patient-registration-app",
604
+ "main"
605
+ ],
606
+ "files": [
607
+ "4055.js"
608
+ ],
609
+ "auxiliaryFiles": [],
610
+ "hash": "fa7a1670f34b0381",
611
+ "childrenByOrder": {}
612
+ },
613
+ {
614
+ "rendered": true,
615
+ "initial": false,
616
+ "entry": false,
617
+ "recorded": false,
618
+ "size": 5970,
619
+ "sizes": {
620
+ "javascript": 5970
621
+ },
622
+ "names": [],
623
+ "idHints": [],
624
+ "runtime": [
625
+ "@ampath/esm-patient-registration-app",
626
+ "main"
627
+ ],
628
+ "files": [
629
+ "4132.js"
630
+ ],
631
+ "auxiliaryFiles": [],
632
+ "hash": "bc14449caa3a4ff8",
633
+ "childrenByOrder": {}
634
+ },
635
+ {
636
+ "rendered": true,
637
+ "initial": false,
638
+ "entry": false,
639
+ "recorded": false,
640
+ "size": 6021,
641
+ "sizes": {
642
+ "javascript": 6021
643
+ },
644
+ "names": [],
645
+ "idHints": [],
646
+ "runtime": [
647
+ "@ampath/esm-patient-registration-app",
648
+ "main"
649
+ ],
650
+ "files": [
651
+ "4300.js"
652
+ ],
653
+ "auxiliaryFiles": [],
654
+ "hash": "dfb4eefa416f575c",
655
+ "childrenByOrder": {}
656
+ },
657
+ {
658
+ "rendered": true,
659
+ "initial": false,
660
+ "entry": false,
661
+ "recorded": false,
662
+ "size": 6168,
663
+ "sizes": {
664
+ "javascript": 6168
665
+ },
666
+ "names": [],
667
+ "idHints": [],
668
+ "runtime": [
669
+ "@ampath/esm-patient-registration-app",
670
+ "main"
671
+ ],
672
+ "files": [
673
+ "4335.js"
674
+ ],
675
+ "auxiliaryFiles": [],
676
+ "hash": "93419d8f25067437",
677
+ "childrenByOrder": {}
678
+ },
679
+ {
680
+ "rendered": true,
681
+ "initial": false,
682
+ "entry": false,
683
+ "recorded": false,
684
+ "size": 395,
685
+ "sizes": {
686
+ "javascript": 395
687
+ },
688
+ "names": [],
689
+ "idHints": [],
690
+ "runtime": [
691
+ "@ampath/esm-patient-registration-app",
692
+ "main"
693
+ ],
694
+ "files": [
695
+ "4463.js"
696
+ ],
697
+ "auxiliaryFiles": [
698
+ "4463.js.map"
699
+ ],
700
+ "hash": "05484e8d2474c8a0",
701
+ "childrenByOrder": {}
702
+ },
703
+ {
704
+ "rendered": true,
705
+ "initial": false,
706
+ "entry": false,
707
+ "recorded": false,
708
+ "size": 6021,
709
+ "sizes": {
710
+ "javascript": 6021
711
+ },
712
+ "names": [],
713
+ "idHints": [],
714
+ "runtime": [
715
+ "@ampath/esm-patient-registration-app",
716
+ "main"
717
+ ],
718
+ "files": [
719
+ "4618.js"
720
+ ],
721
+ "auxiliaryFiles": [],
722
+ "hash": "e400d0d4bc418795",
723
+ "childrenByOrder": {}
724
+ },
725
+ {
726
+ "rendered": true,
727
+ "initial": false,
728
+ "entry": false,
729
+ "recorded": false,
730
+ "size": 5708,
731
+ "sizes": {
732
+ "javascript": 5708
733
+ },
734
+ "names": [],
735
+ "idHints": [],
736
+ "runtime": [
737
+ "@ampath/esm-patient-registration-app",
738
+ "main"
739
+ ],
740
+ "files": [
741
+ "4652.js"
742
+ ],
743
+ "auxiliaryFiles": [],
744
+ "hash": "6ce3d7eee5177a82",
745
+ "childrenByOrder": {}
746
+ },
747
+ {
748
+ "rendered": true,
749
+ "initial": false,
750
+ "entry": false,
751
+ "recorded": false,
752
+ "size": 6021,
753
+ "sizes": {
754
+ "javascript": 6021
755
+ },
756
+ "names": [],
757
+ "idHints": [],
758
+ "runtime": [
759
+ "@ampath/esm-patient-registration-app",
760
+ "main"
761
+ ],
762
+ "files": [
763
+ "4944.js"
764
+ ],
765
+ "auxiliaryFiles": [],
766
+ "hash": "b8ff8494c032a678",
767
+ "childrenByOrder": {}
768
+ },
769
+ {
770
+ "rendered": true,
771
+ "initial": false,
772
+ "entry": false,
773
+ "recorded": false,
774
+ "size": 6021,
775
+ "sizes": {
776
+ "javascript": 6021
777
+ },
778
+ "names": [],
779
+ "idHints": [],
780
+ "runtime": [
781
+ "@ampath/esm-patient-registration-app",
782
+ "main"
783
+ ],
784
+ "files": [
785
+ "5173.js"
786
+ ],
787
+ "auxiliaryFiles": [],
788
+ "hash": "9a0fd144a2e71251",
789
+ "childrenByOrder": {}
790
+ },
791
+ {
792
+ "rendered": true,
793
+ "initial": false,
794
+ "entry": false,
795
+ "recorded": false,
796
+ "reason": "split chunk (cache group: defaultVendors)",
797
+ "size": 4389141,
798
+ "sizes": {
799
+ "javascript": 4389141
800
+ },
801
+ "names": [],
802
+ "idHints": [
803
+ "vendors"
804
+ ],
805
+ "runtime": [
806
+ "@ampath/esm-patient-registration-app",
807
+ "main"
808
+ ],
809
+ "files": [
810
+ "5239.js"
811
+ ],
812
+ "auxiliaryFiles": [
813
+ "5239.js.map"
814
+ ],
815
+ "hash": "00f426eb67ad4b57",
816
+ "childrenByOrder": {}
817
+ },
818
+ {
819
+ "rendered": true,
820
+ "initial": false,
821
+ "entry": false,
822
+ "recorded": false,
823
+ "size": 6021,
824
+ "sizes": {
825
+ "javascript": 6021
826
+ },
827
+ "names": [],
828
+ "idHints": [],
829
+ "runtime": [
830
+ "@ampath/esm-patient-registration-app",
831
+ "main"
832
+ ],
833
+ "files": [
834
+ "5241.js"
835
+ ],
836
+ "auxiliaryFiles": [],
837
+ "hash": "11d6c538ff8696d5",
838
+ "childrenByOrder": {}
839
+ },
840
+ {
841
+ "rendered": false,
842
+ "initial": false,
843
+ "entry": false,
844
+ "recorded": false,
845
+ "reason": "split chunk (cache group: default)",
846
+ "size": 42,
847
+ "sizes": {
848
+ "consume-shared": 42
849
+ },
850
+ "names": [],
851
+ "idHints": [],
852
+ "runtime": [
853
+ "@ampath/esm-patient-registration-app",
854
+ "main"
855
+ ],
856
+ "files": [],
857
+ "auxiliaryFiles": [],
858
+ "hash": "e04f5858b0d14047",
859
+ "childrenByOrder": {}
860
+ },
861
+ {
862
+ "rendered": true,
863
+ "initial": false,
864
+ "entry": false,
865
+ "recorded": false,
866
+ "size": 6021,
867
+ "sizes": {
868
+ "javascript": 6021
869
+ },
870
+ "names": [],
871
+ "idHints": [],
872
+ "runtime": [
873
+ "@ampath/esm-patient-registration-app",
874
+ "main"
875
+ ],
876
+ "files": [
877
+ "5442.js"
878
+ ],
879
+ "auxiliaryFiles": [],
880
+ "hash": "4fac90cd03e3140a",
881
+ "childrenByOrder": {}
882
+ },
883
+ {
884
+ "rendered": true,
885
+ "initial": false,
886
+ "entry": false,
887
+ "recorded": false,
888
+ "size": 4902,
889
+ "sizes": {
890
+ "javascript": 4902
891
+ },
892
+ "names": [],
893
+ "idHints": [],
894
+ "runtime": [
895
+ "@ampath/esm-patient-registration-app",
896
+ "main"
897
+ ],
898
+ "files": [
899
+ "5661.js"
900
+ ],
901
+ "auxiliaryFiles": [],
902
+ "hash": "b122f3b250a44c9e",
903
+ "childrenByOrder": {}
904
+ },
905
+ {
906
+ "rendered": true,
907
+ "initial": true,
908
+ "entry": true,
909
+ "recorded": false,
910
+ "size": 21940,
911
+ "sizes": {
912
+ "javascript": 42,
913
+ "share-init": 336,
914
+ "runtime": 21562
915
+ },
916
+ "names": [
917
+ "@ampath/esm-patient-registration-app"
918
+ ],
919
+ "idHints": [],
920
+ "runtime": [
921
+ "@ampath/esm-patient-registration-app"
922
+ ],
923
+ "files": [
924
+ "openmrs-esm-patient-registration-app.js"
925
+ ],
926
+ "auxiliaryFiles": [
927
+ "openmrs-esm-patient-registration-app.js.map"
928
+ ],
929
+ "hash": "409221d5bc7a16f6",
930
+ "childrenByOrder": {}
931
+ },
932
+ {
933
+ "rendered": true,
934
+ "initial": false,
935
+ "entry": false,
936
+ "recorded": false,
937
+ "size": 6129,
938
+ "sizes": {
939
+ "javascript": 6129
940
+ },
941
+ "names": [],
942
+ "idHints": [],
943
+ "runtime": [
944
+ "@ampath/esm-patient-registration-app",
945
+ "main"
946
+ ],
947
+ "files": [
948
+ "6022.js"
949
+ ],
950
+ "auxiliaryFiles": [],
951
+ "hash": "4e6f3dcda3eb6b92",
952
+ "childrenByOrder": {}
953
+ },
954
+ {
955
+ "rendered": true,
956
+ "initial": false,
957
+ "entry": false,
958
+ "recorded": false,
959
+ "size": 1592,
960
+ "sizes": {
961
+ "javascript": 1592
962
+ },
963
+ "names": [],
964
+ "idHints": [],
965
+ "runtime": [
966
+ "@ampath/esm-patient-registration-app",
967
+ "main"
968
+ ],
969
+ "files": [
970
+ "6276.js"
971
+ ],
972
+ "auxiliaryFiles": [
973
+ "6276.js.map"
974
+ ],
975
+ "hash": "a60b14e7fb147c29",
976
+ "childrenByOrder": {}
977
+ },
978
+ {
979
+ "rendered": true,
980
+ "initial": false,
981
+ "entry": false,
982
+ "recorded": false,
983
+ "reason": "reused as split chunk (cache group: defaultVendors)",
984
+ "size": 29620,
985
+ "sizes": {
986
+ "javascript": 29620
987
+ },
988
+ "names": [],
989
+ "idHints": [
990
+ "vendors"
991
+ ],
992
+ "runtime": [
993
+ "@ampath/esm-patient-registration-app",
994
+ "main"
995
+ ],
996
+ "files": [
997
+ "6336.js"
998
+ ],
999
+ "auxiliaryFiles": [
1000
+ "6336.js.map"
1001
+ ],
1002
+ "hash": "c8162e990b678900",
1003
+ "childrenByOrder": {}
1004
+ },
1005
+ {
1006
+ "rendered": true,
1007
+ "initial": false,
1008
+ "entry": false,
1009
+ "recorded": false,
1010
+ "size": 6664,
1011
+ "sizes": {
1012
+ "javascript": 6664
1013
+ },
1014
+ "names": [],
1015
+ "idHints": [],
1016
+ "runtime": [
1017
+ "@ampath/esm-patient-registration-app",
1018
+ "main"
1019
+ ],
1020
+ "files": [
1021
+ "6468.js"
1022
+ ],
1023
+ "auxiliaryFiles": [],
1024
+ "hash": "656e7bd949f38477",
1025
+ "childrenByOrder": {}
1026
+ },
1027
+ {
1028
+ "rendered": true,
1029
+ "initial": false,
1030
+ "entry": false,
1031
+ "recorded": false,
1032
+ "size": 6547,
1033
+ "sizes": {
1034
+ "javascript": 6547
1035
+ },
1036
+ "names": [],
1037
+ "idHints": [],
1038
+ "runtime": [
1039
+ "@ampath/esm-patient-registration-app",
1040
+ "main"
1041
+ ],
1042
+ "files": [
1043
+ "6679.js"
1044
+ ],
1045
+ "auxiliaryFiles": [],
1046
+ "hash": "6a2dc2d473cfe02a",
1047
+ "childrenByOrder": {}
1048
+ },
1049
+ {
1050
+ "rendered": true,
1051
+ "initial": false,
1052
+ "entry": false,
1053
+ "recorded": false,
1054
+ "size": 6021,
1055
+ "sizes": {
1056
+ "javascript": 6021
1057
+ },
1058
+ "names": [],
1059
+ "idHints": [],
1060
+ "runtime": [
1061
+ "@ampath/esm-patient-registration-app",
1062
+ "main"
1063
+ ],
1064
+ "files": [
1065
+ "6840.js"
1066
+ ],
1067
+ "auxiliaryFiles": [],
1068
+ "hash": "b4bd4e2d67c8aa87",
1069
+ "childrenByOrder": {}
1070
+ },
1071
+ {
1072
+ "rendered": true,
1073
+ "initial": false,
1074
+ "entry": false,
1075
+ "recorded": false,
1076
+ "size": 6021,
1077
+ "sizes": {
1078
+ "javascript": 6021
1079
+ },
1080
+ "names": [],
1081
+ "idHints": [],
1082
+ "runtime": [
1083
+ "@ampath/esm-patient-registration-app",
1084
+ "main"
1085
+ ],
1086
+ "files": [
1087
+ "6859.js"
1088
+ ],
1089
+ "auxiliaryFiles": [],
1090
+ "hash": "c7a1883334928490",
1091
+ "childrenByOrder": {}
1092
+ },
1093
+ {
1094
+ "rendered": true,
1095
+ "initial": false,
1096
+ "entry": false,
1097
+ "recorded": false,
1098
+ "reason": "split chunk (cache group: defaultVendors)",
1099
+ "size": 394404,
1100
+ "sizes": {
1101
+ "javascript": 394404
1102
+ },
1103
+ "names": [],
1104
+ "idHints": [
1105
+ "vendors"
1106
+ ],
1107
+ "runtime": [
1108
+ "@ampath/esm-patient-registration-app",
1109
+ "main"
1110
+ ],
1111
+ "files": [
1112
+ "7071.js"
1113
+ ],
1114
+ "auxiliaryFiles": [
1115
+ "7071.js.map"
1116
+ ],
1117
+ "hash": "d2b5e6846e95c025",
1118
+ "childrenByOrder": {}
1119
+ },
1120
+ {
1121
+ "rendered": true,
1122
+ "initial": false,
1123
+ "entry": false,
1124
+ "recorded": false,
1125
+ "size": 6021,
1126
+ "sizes": {
1127
+ "javascript": 6021
1128
+ },
1129
+ "names": [],
1130
+ "idHints": [],
1131
+ "runtime": [
1132
+ "@ampath/esm-patient-registration-app",
1133
+ "main"
1134
+ ],
1135
+ "files": [
1136
+ "7097.js"
1137
+ ],
1138
+ "auxiliaryFiles": [],
1139
+ "hash": "bbc663a1e0e3058b",
1140
+ "childrenByOrder": {}
1141
+ },
1142
+ {
1143
+ "rendered": true,
1144
+ "initial": false,
1145
+ "entry": false,
1146
+ "recorded": false,
1147
+ "size": 6020,
1148
+ "sizes": {
1149
+ "javascript": 6020
1150
+ },
1151
+ "names": [],
1152
+ "idHints": [],
1153
+ "runtime": [
1154
+ "@ampath/esm-patient-registration-app",
1155
+ "main"
1156
+ ],
1157
+ "files": [
1158
+ "7159.js"
1159
+ ],
1160
+ "auxiliaryFiles": [],
1161
+ "hash": "8607fa950315470d",
1162
+ "childrenByOrder": {}
1163
+ },
1164
+ {
1165
+ "rendered": false,
1166
+ "initial": false,
1167
+ "entry": false,
1168
+ "recorded": false,
1169
+ "reason": "split chunk (cache group: default)",
1170
+ "size": 126,
1171
+ "sizes": {
1172
+ "consume-shared": 126
1173
+ },
1174
+ "names": [],
1175
+ "idHints": [],
1176
+ "runtime": [
1177
+ "@ampath/esm-patient-registration-app",
1178
+ "main"
1179
+ ],
1180
+ "files": [],
1181
+ "auxiliaryFiles": [],
1182
+ "hash": "1272f1b5b5b82d6e",
1183
+ "childrenByOrder": {}
1184
+ },
1185
+ {
1186
+ "rendered": true,
1187
+ "initial": false,
1188
+ "entry": false,
1189
+ "recorded": false,
1190
+ "size": 26475,
1191
+ "sizes": {
1192
+ "javascript": 26475
1193
+ },
1194
+ "names": [],
1195
+ "idHints": [],
1196
+ "runtime": [
1197
+ "@ampath/esm-patient-registration-app",
1198
+ "main"
1199
+ ],
1200
+ "files": [
1201
+ "7495.js"
1202
+ ],
1203
+ "auxiliaryFiles": [
1204
+ "7495.js.map"
1205
+ ],
1206
+ "hash": "f300d8bff027e5fd",
1207
+ "childrenByOrder": {}
1208
+ },
1209
+ {
1210
+ "rendered": true,
1211
+ "initial": false,
1212
+ "entry": false,
1213
+ "recorded": false,
1214
+ "size": 6021,
1215
+ "sizes": {
1216
+ "javascript": 6021
1217
+ },
1218
+ "names": [],
1219
+ "idHints": [],
1220
+ "runtime": [
1221
+ "@ampath/esm-patient-registration-app",
1222
+ "main"
1223
+ ],
1224
+ "files": [
1225
+ "7617.js"
1226
+ ],
1227
+ "auxiliaryFiles": [],
1228
+ "hash": "8eb01ecec80bf70f",
1229
+ "childrenByOrder": {}
1230
+ },
1231
+ {
1232
+ "rendered": true,
1233
+ "initial": false,
1234
+ "entry": false,
1235
+ "recorded": false,
1236
+ "size": 6021,
1237
+ "sizes": {
1238
+ "javascript": 6021
1239
+ },
1240
+ "names": [],
1241
+ "idHints": [],
1242
+ "runtime": [
1243
+ "@ampath/esm-patient-registration-app",
1244
+ "main"
1245
+ ],
1246
+ "files": [
1247
+ "8163.js"
1248
+ ],
1249
+ "auxiliaryFiles": [],
1250
+ "hash": "6017010a8d4597cf",
1251
+ "childrenByOrder": {}
1252
+ },
1253
+ {
1254
+ "rendered": true,
1255
+ "initial": false,
1256
+ "entry": false,
1257
+ "recorded": false,
1258
+ "size": 6021,
1259
+ "sizes": {
1260
+ "javascript": 6021
1261
+ },
1262
+ "names": [],
1263
+ "idHints": [],
1264
+ "runtime": [
1265
+ "@ampath/esm-patient-registration-app",
1266
+ "main"
1267
+ ],
1268
+ "files": [
1269
+ "8349.js"
1270
+ ],
1271
+ "auxiliaryFiles": [],
1272
+ "hash": "e3eb5d1870611409",
1273
+ "childrenByOrder": {}
1274
+ },
1275
+ {
1276
+ "rendered": false,
1277
+ "initial": false,
1278
+ "entry": false,
1279
+ "recorded": false,
1280
+ "reason": "reused as split chunk (cache group: default)",
1281
+ "size": 42,
1282
+ "sizes": {
1283
+ "consume-shared": 42
1284
+ },
1285
+ "names": [],
1286
+ "idHints": [],
1287
+ "runtime": [
1288
+ "@ampath/esm-patient-registration-app",
1289
+ "main"
1290
+ ],
1291
+ "files": [],
1292
+ "auxiliaryFiles": [],
1293
+ "hash": "4b5ed9f01bf7bdbc",
1294
+ "childrenByOrder": {}
1295
+ },
1296
+ {
1297
+ "rendered": true,
1298
+ "initial": false,
1299
+ "entry": false,
1300
+ "recorded": false,
1301
+ "size": 1095,
1302
+ "sizes": {
1303
+ "javascript": 1095
1304
+ },
1305
+ "names": [],
1306
+ "idHints": [],
1307
+ "runtime": [
1308
+ "@ampath/esm-patient-registration-app",
1309
+ "main"
1310
+ ],
1311
+ "files": [
1312
+ "8434.js"
1313
+ ],
1314
+ "auxiliaryFiles": [
1315
+ "8434.js.map"
1316
+ ],
1317
+ "hash": "4b067d4198d9bd78",
1318
+ "childrenByOrder": {}
1319
+ },
1320
+ {
1321
+ "rendered": true,
1322
+ "initial": false,
1323
+ "entry": false,
1324
+ "recorded": false,
1325
+ "size": 6021,
1326
+ "sizes": {
1327
+ "javascript": 6021
1328
+ },
1329
+ "names": [],
1330
+ "idHints": [],
1331
+ "runtime": [
1332
+ "@ampath/esm-patient-registration-app",
1333
+ "main"
1334
+ ],
1335
+ "files": [
1336
+ "8618.js"
1337
+ ],
1338
+ "auxiliaryFiles": [],
1339
+ "hash": "85e218ecb0b383a4",
1340
+ "childrenByOrder": {}
1341
+ },
1342
+ {
1343
+ "rendered": true,
1344
+ "initial": true,
1345
+ "entry": true,
1346
+ "recorded": false,
1347
+ "size": 2413412,
1348
+ "sizes": {
1349
+ "consume-shared": 168,
1350
+ "javascript": 2390841,
1351
+ "share-init": 336,
1352
+ "runtime": 22067
1353
+ },
1354
+ "names": [
1355
+ "main"
1356
+ ],
1357
+ "idHints": [],
1358
+ "runtime": [
1359
+ "main"
1360
+ ],
1361
+ "files": [
1362
+ "main.js"
1363
+ ],
1364
+ "auxiliaryFiles": [
1365
+ "main.js.map"
1366
+ ],
1367
+ "hash": "90be232945f9188b",
1368
+ "childrenByOrder": {}
1369
+ },
1370
+ {
1371
+ "rendered": true,
1372
+ "initial": false,
1373
+ "entry": false,
1374
+ "recorded": false,
1375
+ "size": 6145,
1376
+ "sizes": {
1377
+ "javascript": 6145
1378
+ },
1379
+ "names": [],
1380
+ "idHints": [],
1381
+ "runtime": [
1382
+ "@ampath/esm-patient-registration-app",
1383
+ "main"
1384
+ ],
1385
+ "files": [
1386
+ "9214.js"
1387
+ ],
1388
+ "auxiliaryFiles": [],
1389
+ "hash": "557d45dd8b80aac2",
1390
+ "childrenByOrder": {}
1391
+ },
1392
+ {
1393
+ "rendered": true,
1394
+ "initial": false,
1395
+ "entry": false,
1396
+ "recorded": false,
1397
+ "size": 6573,
1398
+ "sizes": {
1399
+ "javascript": 6573
1400
+ },
1401
+ "names": [],
1402
+ "idHints": [],
1403
+ "runtime": [
1404
+ "@ampath/esm-patient-registration-app",
1405
+ "main"
1406
+ ],
1407
+ "files": [
1408
+ "9538.js"
1409
+ ],
1410
+ "auxiliaryFiles": [],
1411
+ "hash": "834a8b67aa62ebba",
1412
+ "childrenByOrder": {}
1413
+ },
1414
+ {
1415
+ "rendered": true,
1416
+ "initial": false,
1417
+ "entry": false,
1418
+ "recorded": false,
1419
+ "size": 6021,
1420
+ "sizes": {
1421
+ "javascript": 6021
1422
+ },
1423
+ "names": [],
1424
+ "idHints": [],
1425
+ "runtime": [
1426
+ "@ampath/esm-patient-registration-app",
1427
+ "main"
1428
+ ],
1429
+ "files": [
1430
+ "9569.js"
1431
+ ],
1432
+ "auxiliaryFiles": [],
1433
+ "hash": "4d989f532c63737b",
1434
+ "childrenByOrder": {}
1435
+ },
1436
+ {
1437
+ "rendered": true,
1438
+ "initial": false,
1439
+ "entry": false,
1440
+ "recorded": false,
1441
+ "size": 24274,
1442
+ "sizes": {
1443
+ "javascript": 24274
1444
+ },
1445
+ "names": [],
1446
+ "idHints": [],
1447
+ "runtime": [
1448
+ "@ampath/esm-patient-registration-app",
1449
+ "main"
1450
+ ],
1451
+ "files": [
1452
+ "9876.js"
1453
+ ],
1454
+ "auxiliaryFiles": [
1455
+ "9876.js.map"
1456
+ ],
1457
+ "hash": "092895a5b14e19d0",
1458
+ "childrenByOrder": {}
1459
+ },
1460
+ {
1461
+ "rendered": true,
1462
+ "initial": false,
1463
+ "entry": false,
1464
+ "recorded": false,
1465
+ "size": 4088,
1466
+ "sizes": {
1467
+ "javascript": 4088
1468
+ },
1469
+ "names": [],
1470
+ "idHints": [],
1471
+ "runtime": [
1472
+ "@ampath/esm-patient-registration-app",
1473
+ "main"
1474
+ ],
1475
+ "files": [
1476
+ "9879.js"
1477
+ ],
1478
+ "auxiliaryFiles": [],
1479
+ "hash": "b31a1fd5408f93d9",
1480
+ "childrenByOrder": {}
1481
+ },
1482
+ {
1483
+ "rendered": true,
1484
+ "initial": false,
1485
+ "entry": false,
1486
+ "recorded": false,
1487
+ "size": 6021,
1488
+ "sizes": {
1489
+ "javascript": 6021
1490
+ },
1491
+ "names": [],
1492
+ "idHints": [],
1493
+ "runtime": [
1494
+ "@ampath/esm-patient-registration-app",
1495
+ "main"
1496
+ ],
1497
+ "files": [
1498
+ "9895.js"
1499
+ ],
1500
+ "auxiliaryFiles": [],
1501
+ "hash": "0a0d6aeaf46102cf",
1502
+ "childrenByOrder": {}
1503
+ },
1504
+ {
1505
+ "rendered": true,
1506
+ "initial": false,
1507
+ "entry": false,
1508
+ "recorded": false,
1509
+ "size": 6021,
1510
+ "sizes": {
1511
+ "javascript": 6021
1512
+ },
1513
+ "names": [],
1514
+ "idHints": [],
1515
+ "runtime": [
1516
+ "@ampath/esm-patient-registration-app",
1517
+ "main"
1518
+ ],
1519
+ "files": [
1520
+ "9900.js"
1521
+ ],
1522
+ "auxiliaryFiles": [],
1523
+ "hash": "78de75433a4ed1bf",
1524
+ "childrenByOrder": {}
1525
+ },
1526
+ {
1527
+ "rendered": true,
1528
+ "initial": false,
1529
+ "entry": false,
1530
+ "recorded": false,
1531
+ "size": 6021,
1532
+ "sizes": {
1533
+ "javascript": 6021
1534
+ },
1535
+ "names": [],
1536
+ "idHints": [],
1537
+ "runtime": [
1538
+ "@ampath/esm-patient-registration-app",
1539
+ "main"
1540
+ ],
1541
+ "files": [
1542
+ "9913.js"
1543
+ ],
1544
+ "auxiliaryFiles": [],
1545
+ "hash": "c31b082d3fd3243f",
1546
+ "childrenByOrder": {}
1547
+ }
1548
+ ]
1549
+ }