@ampath/esm-patient-registration-app 6.0.1-pre.24 → 6.0.1-pre.245
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.
- package/.turbo/turbo-build.log +24 -23
- package/dist/132.js +1 -1
- package/dist/197.js +1 -1
- package/dist/236.js +1 -1
- package/dist/300.js +1 -1
- package/dist/335.js +1 -1
- package/dist/41.js +1 -1
- package/dist/41.js.map +1 -1
- package/dist/421.js +1 -0
- package/dist/421.js.map +1 -0
- package/dist/449.js +1 -0
- package/dist/449.js.map +1 -0
- package/dist/531.js +2 -0
- package/dist/531.js.LICENSE.txt +24 -0
- package/dist/531.js.map +1 -0
- package/dist/55.js +1 -1
- package/dist/652.js +1 -1
- package/dist/661.js +1 -1
- package/dist/757.js +1 -0
- package/dist/757.js.map +1 -0
- package/dist/813.js +1 -0
- package/dist/813.js.map +1 -0
- package/dist/828.js +1 -0
- package/dist/828.js.map +1 -0
- package/dist/830.js +1 -0
- package/dist/830.js.map +1 -0
- package/dist/831.js +1 -1
- package/dist/831.js.map +1 -1
- package/dist/879.js +1 -1
- package/dist/913.js +1 -1
- package/dist/913.js.LICENSE.txt +3 -3
- package/dist/913.js.map +1 -1
- package/dist/927.js +1 -0
- package/dist/927.js.map +1 -0
- package/dist/99.js +1 -1
- package/dist/ampath-esm-patient-registration-app.js +1 -1
- package/dist/ampath-esm-patient-registration-app.js.buildmanifest.json +204 -132
- package/dist/ampath-esm-patient-registration-app.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.LICENSE.txt +0 -32
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +7 -10
- package/src/config-schema.ts +19 -10
- package/src/index.ts +11 -4
- package/src/offline.resources.ts +13 -18
- package/src/offline.ts +6 -4
- package/src/patient-photo.extension.tsx +9 -0
- package/src/patient-registration/field/address/custom-address-field.component.tsx +1 -0
- package/src/patient-registration/field/custom-field.component.tsx +6 -0
- package/src/patient-registration/field/dob/dob.component.tsx +45 -49
- package/src/patient-registration/field/field.resource.ts +3 -3
- package/src/patient-registration/field/obs/obs-field.component.tsx +1 -1
- package/src/patient-registration/field/person-attributes/coded-person-attribute-field.component.tsx +4 -0
- package/src/patient-registration/field/person-attributes/custom-person-attribute-field.component.tsx +56 -0
- package/src/patient-registration/field/person-attributes/person-attribute-field.component.tsx +22 -7
- package/src/patient-registration/field/person-attributes/person-attributes.resource.ts +2 -2
- package/src/patient-registration/field/phone/phone-field.component.tsx +1 -0
- package/src/patient-registration/form-manager.ts +13 -6
- package/src/patient-registration/patient-registration-hooks.ts +133 -9
- package/src/patient-registration/patient-registration.component.tsx +55 -13
- package/src/patient-registration/{patient-registration.resource.test.tsx → patient-registration.resource.testt.tsx} +4 -4
- package/src/patient-registration/patient-registration.resource.ts +15 -75
- package/src/patient-registration/patient-registration.scss +0 -8
- package/src/patient-registration/patient-registration.types.ts +7 -1
- package/src/patient-registration/section/patient-relationships/relationships-section.component.tsx +5 -1
- package/src/patient-registration/section/patient-relationships/relationships.resource.tsx +2 -2
- package/src/patient-verification/assets/counties.json +236 -0
- package/src/patient-verification/assets/verification-assets.ts +11 -0
- package/src/patient-verification/patient-verification-hook.tsx +181 -0
- package/src/patient-verification/patient-verification-utils.ts +179 -0
- package/src/patient-verification/patient-verification.component.tsx +124 -0
- package/src/patient-verification/patient-verification.scss +25 -0
- package/src/patient-verification/verification-modal/confirm-prompt.component.tsx +72 -0
- package/src/patient-verification/verification-modal/empty-prompt.component.tsx +35 -0
- package/src/patient-verification/verification-types.ts +50 -0
- package/src/patient-verification-HIE/assets/counties.json +236 -0
- package/src/patient-verification-HIE/assets/verification-assets.ts +11 -0
- package/src/patient-verification-HIE/patient-verification-hook.tsx +181 -0
- package/src/patient-verification-HIE/patient-verification-utils.ts +179 -0
- package/src/patient-verification-HIE/patient-verification.component.tsx +124 -0
- package/src/patient-verification-HIE/patient-verification.scss +25 -0
- package/src/patient-verification-HIE/verification-modal/confirm-prompt.component.tsx +72 -0
- package/src/patient-verification-HIE/verification-modal/empty-prompt.component.tsx +35 -0
- package/src/patient-verification-HIE/verification-types.ts +50 -0
- package/src/routes.json +12 -3
- package/translations/am.json +26 -12
- package/translations/ar.json +26 -12
- package/translations/en.json +18 -4
- package/translations/es.json +10 -0
- package/translations/fr.json +6 -0
- package/translations/he.json +18 -0
- package/translations/km.json +18 -0
- package/translations/zh.json +30 -22
- package/translations/zh_CN.json +30 -22
- package/dist/229.js +0 -2
- package/dist/229.js.LICENSE.txt +0 -56
- package/dist/229.js.map +0 -1
- package/dist/537.js +0 -1
- package/dist/537.js.map +0 -1
- package/dist/56.js +0 -1
- package/dist/56.js.map +0 -1
- package/dist/885.js +0 -1
- package/dist/885.js.map +0 -1
- package/dist/918.js +0 -1
- package/dist/918.js.map +0 -1
- package/src/patient-registration/field/address/tests/address-hierarchy.test.tsx +0 -214
- package/src/patient-registration/field/address/tests/address-search-component.test.tsx +0 -135
- package/src/patient-registration/field/dob/dob.test.tsx +0 -75
- package/src/patient-registration/field/field.test.tsx +0 -294
- package/src/patient-registration/field/id/id-field.test.tsx +0 -107
- package/src/patient-registration/field/person-attributes/coded-attributes.component.tsx +0 -60
- package/src/patient-registration/field/person-attributes/coded-person-attribute-field.test.tsx +0 -127
- package/src/patient-registration/field/person-attributes/person-attribute-field.test.tsx +0 -187
- package/src/patient-registration/field/person-attributes/text-person-attribute-field.test.tsx +0 -88
- package/src/patient-registration/form-manager.test.ts +0 -67
- package/src/patient-registration/input/basic-input/select/select-input.test.tsx +0 -49
- package/src/patient-registration/input/custom-input/autosuggest/autosuggest.test.tsx +0 -132
- package/src/patient-registration/input/custom-input/identifier/identifier-input.test.tsx +0 -107
- package/src/patient-registration/patient-registration.test.tsx +0 -471
- package/src/patient-registration/section/death-info/death-info-section.test.tsx +0 -64
- package/src/patient-registration/section/demographics/demographics-section.test.tsx +0 -83
- package/src/patient-registration/section/patient-relationships/relationships-section.test.tsx +0 -100
- package/src/patient-verification/client-registry-constants.ts +0 -13
- package/src/patient-verification/client-registry.component.tsx +0 -66
- package/src/patient-verification/client-registry.scss +0 -1
- package/src/patient-verification/utils.tsx +0 -56
- package/src/patient-verification/verification-modal.scss +0 -20
- package/src/patient-verification/verification.component.tsx +0 -48
- package/src/root.test.tsx +0 -32
- package/src/widgets/cancel-patient-edit.test.tsx +0 -27
- package/src/widgets/display-photo.component.tsx +0 -30
- package/src/widgets/display-photo.test.tsx +0 -37
- package/src/widgets/edit-patient-details-button.test.tsx +0 -41
- /package/src/patient-registration/input/custom-input/identifier/{utils.test.ts → utils.testt.ts} +0 -0
- /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":
|
|
8
|
+
"size": 7120,
|
|
9
9
|
"sizes": {
|
|
10
|
-
"javascript":
|
|
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": "
|
|
24
|
+
"hash": "4a8351ae02d3cbb9",
|
|
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":
|
|
32
|
+
"size": 5480,
|
|
33
33
|
"sizes": {
|
|
34
|
-
"javascript":
|
|
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": "
|
|
46
|
+
"hash": "fd465d5118646822",
|
|
47
47
|
"childrenByOrder": {}
|
|
48
48
|
},
|
|
49
49
|
{
|
|
@@ -51,33 +51,9 @@
|
|
|
51
51
|
"initial": false,
|
|
52
52
|
"entry": false,
|
|
53
53
|
"recorded": false,
|
|
54
|
-
"size":
|
|
54
|
+
"size": 5503,
|
|
55
55
|
"sizes": {
|
|
56
|
-
"javascript":
|
|
57
|
-
},
|
|
58
|
-
"names": [],
|
|
59
|
-
"idHints": [],
|
|
60
|
-
"runtime": [
|
|
61
|
-
"@ampath/esm-patient-registration-app",
|
|
62
|
-
"main"
|
|
63
|
-
],
|
|
64
|
-
"files": [
|
|
65
|
-
"56.js"
|
|
66
|
-
],
|
|
67
|
-
"auxiliaryFiles": [
|
|
68
|
-
"56.js.map"
|
|
69
|
-
],
|
|
70
|
-
"hash": "cdbb663c9765658e",
|
|
71
|
-
"childrenByOrder": {}
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"rendered": true,
|
|
75
|
-
"initial": false,
|
|
76
|
-
"entry": false,
|
|
77
|
-
"recorded": false,
|
|
78
|
-
"size": 5099,
|
|
79
|
-
"sizes": {
|
|
80
|
-
"javascript": 5099
|
|
56
|
+
"javascript": 5503
|
|
81
57
|
},
|
|
82
58
|
"names": [],
|
|
83
59
|
"idHints": [],
|
|
@@ -89,7 +65,7 @@
|
|
|
89
65
|
"99.js"
|
|
90
66
|
],
|
|
91
67
|
"auxiliaryFiles": [],
|
|
92
|
-
"hash": "
|
|
68
|
+
"hash": "b889d4d086a3da5c",
|
|
93
69
|
"childrenByOrder": {}
|
|
94
70
|
},
|
|
95
71
|
{
|
|
@@ -97,9 +73,9 @@
|
|
|
97
73
|
"initial": false,
|
|
98
74
|
"entry": false,
|
|
99
75
|
"recorded": false,
|
|
100
|
-
"size":
|
|
76
|
+
"size": 5296,
|
|
101
77
|
"sizes": {
|
|
102
|
-
"javascript":
|
|
78
|
+
"javascript": 5296
|
|
103
79
|
},
|
|
104
80
|
"names": [],
|
|
105
81
|
"idHints": [],
|
|
@@ -111,7 +87,7 @@
|
|
|
111
87
|
"132.js"
|
|
112
88
|
],
|
|
113
89
|
"auxiliaryFiles": [],
|
|
114
|
-
"hash": "
|
|
90
|
+
"hash": "314cbf99bcd76a1b",
|
|
115
91
|
"childrenByOrder": {}
|
|
116
92
|
},
|
|
117
93
|
{
|
|
@@ -119,9 +95,9 @@
|
|
|
119
95
|
"initial": false,
|
|
120
96
|
"entry": false,
|
|
121
97
|
"recorded": false,
|
|
122
|
-
"size":
|
|
98
|
+
"size": 5352,
|
|
123
99
|
"sizes": {
|
|
124
|
-
"javascript":
|
|
100
|
+
"javascript": 5352
|
|
125
101
|
},
|
|
126
102
|
"names": [],
|
|
127
103
|
"idHints": [],
|
|
@@ -133,33 +109,7 @@
|
|
|
133
109
|
"197.js"
|
|
134
110
|
],
|
|
135
111
|
"auxiliaryFiles": [],
|
|
136
|
-
"hash": "
|
|
137
|
-
"childrenByOrder": {}
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
"rendered": true,
|
|
141
|
-
"initial": false,
|
|
142
|
-
"entry": false,
|
|
143
|
-
"recorded": false,
|
|
144
|
-
"reason": "split chunk (cache group: defaultVendors)",
|
|
145
|
-
"size": 2759915,
|
|
146
|
-
"sizes": {
|
|
147
|
-
"javascript": 2759915
|
|
148
|
-
},
|
|
149
|
-
"names": [],
|
|
150
|
-
"idHints": [
|
|
151
|
-
"vendors"
|
|
152
|
-
],
|
|
153
|
-
"runtime": [
|
|
154
|
-
"@ampath/esm-patient-registration-app"
|
|
155
|
-
],
|
|
156
|
-
"files": [
|
|
157
|
-
"229.js"
|
|
158
|
-
],
|
|
159
|
-
"auxiliaryFiles": [
|
|
160
|
-
"229.js.map"
|
|
161
|
-
],
|
|
162
|
-
"hash": "78d5fa698aa2d7fd",
|
|
112
|
+
"hash": "0b9e1b6f3d7c68ee",
|
|
163
113
|
"childrenByOrder": {}
|
|
164
114
|
},
|
|
165
115
|
{
|
|
@@ -183,7 +133,7 @@
|
|
|
183
133
|
"auxiliaryFiles": [
|
|
184
134
|
"236.js.map"
|
|
185
135
|
],
|
|
186
|
-
"hash": "
|
|
136
|
+
"hash": "48c7a938916bb25e",
|
|
187
137
|
"childrenByOrder": {}
|
|
188
138
|
},
|
|
189
139
|
{
|
|
@@ -191,9 +141,9 @@
|
|
|
191
141
|
"initial": false,
|
|
192
142
|
"entry": false,
|
|
193
143
|
"recorded": false,
|
|
194
|
-
"size":
|
|
144
|
+
"size": 5588,
|
|
195
145
|
"sizes": {
|
|
196
|
-
"javascript":
|
|
146
|
+
"javascript": 5588
|
|
197
147
|
},
|
|
198
148
|
"names": [],
|
|
199
149
|
"idHints": [],
|
|
@@ -205,7 +155,7 @@
|
|
|
205
155
|
"300.js"
|
|
206
156
|
],
|
|
207
157
|
"auxiliaryFiles": [],
|
|
208
|
-
"hash": "
|
|
158
|
+
"hash": "3b27aa5a21939f92",
|
|
209
159
|
"childrenByOrder": {}
|
|
210
160
|
},
|
|
211
161
|
{
|
|
@@ -213,9 +163,9 @@
|
|
|
213
163
|
"initial": false,
|
|
214
164
|
"entry": false,
|
|
215
165
|
"recorded": false,
|
|
216
|
-
"size":
|
|
166
|
+
"size": 5699,
|
|
217
167
|
"sizes": {
|
|
218
|
-
"javascript":
|
|
168
|
+
"javascript": 5699
|
|
219
169
|
},
|
|
220
170
|
"names": [],
|
|
221
171
|
"idHints": [],
|
|
@@ -227,7 +177,7 @@
|
|
|
227
177
|
"335.js"
|
|
228
178
|
],
|
|
229
179
|
"auxiliaryFiles": [],
|
|
230
|
-
"hash": "
|
|
180
|
+
"hash": "04db39ab74cc4a48",
|
|
231
181
|
"childrenByOrder": {}
|
|
232
182
|
},
|
|
233
183
|
{
|
|
@@ -248,7 +198,7 @@
|
|
|
248
198
|
],
|
|
249
199
|
"files": [],
|
|
250
200
|
"auxiliaryFiles": [],
|
|
251
|
-
"hash": "
|
|
201
|
+
"hash": "8a8b783e7e6dfa83",
|
|
252
202
|
"childrenByOrder": {}
|
|
253
203
|
},
|
|
254
204
|
{
|
|
@@ -275,7 +225,31 @@
|
|
|
275
225
|
"auxiliaryFiles": [
|
|
276
226
|
"372.js.map"
|
|
277
227
|
],
|
|
278
|
-
"hash": "
|
|
228
|
+
"hash": "7ffe48d4a36377ee",
|
|
229
|
+
"childrenByOrder": {}
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"rendered": true,
|
|
233
|
+
"initial": false,
|
|
234
|
+
"entry": false,
|
|
235
|
+
"recorded": false,
|
|
236
|
+
"size": 41718,
|
|
237
|
+
"sizes": {
|
|
238
|
+
"javascript": 41718
|
|
239
|
+
},
|
|
240
|
+
"names": [],
|
|
241
|
+
"idHints": [],
|
|
242
|
+
"runtime": [
|
|
243
|
+
"@ampath/esm-patient-registration-app",
|
|
244
|
+
"main"
|
|
245
|
+
],
|
|
246
|
+
"files": [
|
|
247
|
+
"421.js"
|
|
248
|
+
],
|
|
249
|
+
"auxiliaryFiles": [
|
|
250
|
+
"421.js.map"
|
|
251
|
+
],
|
|
252
|
+
"hash": "14a23eb7c3dc36c5",
|
|
279
253
|
"childrenByOrder": {}
|
|
280
254
|
},
|
|
281
255
|
{
|
|
@@ -296,7 +270,31 @@
|
|
|
296
270
|
],
|
|
297
271
|
"files": [],
|
|
298
272
|
"auxiliaryFiles": [],
|
|
299
|
-
"hash": "
|
|
273
|
+
"hash": "502cd9b91a4aa3a5",
|
|
274
|
+
"childrenByOrder": {}
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"rendered": true,
|
|
278
|
+
"initial": false,
|
|
279
|
+
"entry": false,
|
|
280
|
+
"recorded": false,
|
|
281
|
+
"size": 39672,
|
|
282
|
+
"sizes": {
|
|
283
|
+
"javascript": 39672
|
|
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": "f3e8953ea0651905",
|
|
300
298
|
"childrenByOrder": {}
|
|
301
299
|
},
|
|
302
300
|
{
|
|
@@ -320,7 +318,7 @@
|
|
|
320
318
|
"auxiliaryFiles": [
|
|
321
319
|
"464.js.map"
|
|
322
320
|
],
|
|
323
|
-
"hash": "
|
|
321
|
+
"hash": "d5bd62417d6b38be",
|
|
324
322
|
"childrenByOrder": {}
|
|
325
323
|
},
|
|
326
324
|
{
|
|
@@ -344,7 +342,7 @@
|
|
|
344
342
|
"auxiliaryFiles": [
|
|
345
343
|
"495.js.map"
|
|
346
344
|
],
|
|
347
|
-
"hash": "
|
|
345
|
+
"hash": "b925f803b02c2e4e",
|
|
348
346
|
"childrenByOrder": {}
|
|
349
347
|
},
|
|
350
348
|
{
|
|
@@ -352,23 +350,25 @@
|
|
|
352
350
|
"initial": false,
|
|
353
351
|
"entry": false,
|
|
354
352
|
"recorded": false,
|
|
355
|
-
"
|
|
353
|
+
"reason": "split chunk (cache group: defaultVendors)",
|
|
354
|
+
"size": 2216885,
|
|
356
355
|
"sizes": {
|
|
357
|
-
"javascript":
|
|
356
|
+
"javascript": 2216885
|
|
358
357
|
},
|
|
359
358
|
"names": [],
|
|
360
|
-
"idHints": [
|
|
359
|
+
"idHints": [
|
|
360
|
+
"vendors"
|
|
361
|
+
],
|
|
361
362
|
"runtime": [
|
|
362
|
-
"@ampath/esm-patient-registration-app"
|
|
363
|
-
"main"
|
|
363
|
+
"@ampath/esm-patient-registration-app"
|
|
364
364
|
],
|
|
365
365
|
"files": [
|
|
366
|
-
"
|
|
366
|
+
"531.js"
|
|
367
367
|
],
|
|
368
368
|
"auxiliaryFiles": [
|
|
369
|
-
"
|
|
369
|
+
"531.js.map"
|
|
370
370
|
],
|
|
371
|
-
"hash": "
|
|
371
|
+
"hash": "3292099992605fa8",
|
|
372
372
|
"childrenByOrder": {}
|
|
373
373
|
},
|
|
374
374
|
{
|
|
@@ -376,9 +376,9 @@
|
|
|
376
376
|
"initial": false,
|
|
377
377
|
"entry": false,
|
|
378
378
|
"recorded": false,
|
|
379
|
-
"size":
|
|
379
|
+
"size": 5062,
|
|
380
380
|
"sizes": {
|
|
381
|
-
"javascript":
|
|
381
|
+
"javascript": 5062
|
|
382
382
|
},
|
|
383
383
|
"names": [],
|
|
384
384
|
"idHints": [],
|
|
@@ -390,7 +390,7 @@
|
|
|
390
390
|
"652.js"
|
|
391
391
|
],
|
|
392
392
|
"auxiliaryFiles": [],
|
|
393
|
-
"hash": "
|
|
393
|
+
"hash": "6ceca373e41d7fff",
|
|
394
394
|
"childrenByOrder": {}
|
|
395
395
|
},
|
|
396
396
|
{
|
|
@@ -398,9 +398,9 @@
|
|
|
398
398
|
"initial": false,
|
|
399
399
|
"entry": false,
|
|
400
400
|
"recorded": false,
|
|
401
|
-
"size":
|
|
401
|
+
"size": 3174,
|
|
402
402
|
"sizes": {
|
|
403
|
-
"javascript":
|
|
403
|
+
"javascript": 3174
|
|
404
404
|
},
|
|
405
405
|
"names": [],
|
|
406
406
|
"idHints": [],
|
|
@@ -412,7 +412,31 @@
|
|
|
412
412
|
"661.js"
|
|
413
413
|
],
|
|
414
414
|
"auxiliaryFiles": [],
|
|
415
|
-
"hash": "
|
|
415
|
+
"hash": "4c005ab399de335e",
|
|
416
|
+
"childrenByOrder": {}
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"rendered": true,
|
|
420
|
+
"initial": false,
|
|
421
|
+
"entry": false,
|
|
422
|
+
"recorded": false,
|
|
423
|
+
"size": 1200,
|
|
424
|
+
"sizes": {
|
|
425
|
+
"javascript": 1200
|
|
426
|
+
},
|
|
427
|
+
"names": [],
|
|
428
|
+
"idHints": [],
|
|
429
|
+
"runtime": [
|
|
430
|
+
"@ampath/esm-patient-registration-app",
|
|
431
|
+
"main"
|
|
432
|
+
],
|
|
433
|
+
"files": [
|
|
434
|
+
"757.js"
|
|
435
|
+
],
|
|
436
|
+
"auxiliaryFiles": [
|
|
437
|
+
"757.js.map"
|
|
438
|
+
],
|
|
439
|
+
"hash": "b4a99d1757a486ba",
|
|
416
440
|
"childrenByOrder": {}
|
|
417
441
|
},
|
|
418
442
|
{
|
|
@@ -420,12 +444,12 @@
|
|
|
420
444
|
"initial": true,
|
|
421
445
|
"entry": true,
|
|
422
446
|
"recorded": false,
|
|
423
|
-
"size":
|
|
447
|
+
"size": 3047711,
|
|
424
448
|
"sizes": {
|
|
425
449
|
"consume-shared": 294,
|
|
426
|
-
"javascript":
|
|
450
|
+
"javascript": 3026069,
|
|
427
451
|
"share-init": 294,
|
|
428
|
-
"runtime":
|
|
452
|
+
"runtime": 21054
|
|
429
453
|
},
|
|
430
454
|
"names": [
|
|
431
455
|
"main"
|
|
@@ -440,7 +464,7 @@
|
|
|
440
464
|
"auxiliaryFiles": [
|
|
441
465
|
"main.js.map"
|
|
442
466
|
],
|
|
443
|
-
"hash": "
|
|
467
|
+
"hash": "e449b818735b7957",
|
|
444
468
|
"childrenByOrder": {}
|
|
445
469
|
},
|
|
446
470
|
{
|
|
@@ -448,26 +472,47 @@
|
|
|
448
472
|
"initial": false,
|
|
449
473
|
"entry": false,
|
|
450
474
|
"recorded": false,
|
|
451
|
-
"
|
|
452
|
-
"size": 1215476,
|
|
475
|
+
"size": 809394,
|
|
453
476
|
"sizes": {
|
|
454
|
-
"javascript":
|
|
477
|
+
"javascript": 809184,
|
|
478
|
+
"consume-shared": 210
|
|
455
479
|
},
|
|
456
480
|
"names": [],
|
|
457
|
-
"idHints": [
|
|
458
|
-
|
|
481
|
+
"idHints": [],
|
|
482
|
+
"runtime": [
|
|
483
|
+
"@ampath/esm-patient-registration-app"
|
|
484
|
+
],
|
|
485
|
+
"files": [
|
|
486
|
+
"813.js"
|
|
459
487
|
],
|
|
488
|
+
"auxiliaryFiles": [
|
|
489
|
+
"813.js.map"
|
|
490
|
+
],
|
|
491
|
+
"hash": "c5bcecc1a100f803",
|
|
492
|
+
"childrenByOrder": {}
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"rendered": true,
|
|
496
|
+
"initial": false,
|
|
497
|
+
"entry": false,
|
|
498
|
+
"recorded": false,
|
|
499
|
+
"size": 4167,
|
|
500
|
+
"sizes": {
|
|
501
|
+
"javascript": 4167
|
|
502
|
+
},
|
|
503
|
+
"names": [],
|
|
504
|
+
"idHints": [],
|
|
460
505
|
"runtime": [
|
|
461
506
|
"@ampath/esm-patient-registration-app",
|
|
462
507
|
"main"
|
|
463
508
|
],
|
|
464
509
|
"files": [
|
|
465
|
-
"
|
|
510
|
+
"828.js"
|
|
466
511
|
],
|
|
467
512
|
"auxiliaryFiles": [
|
|
468
|
-
"
|
|
513
|
+
"828.js.map"
|
|
469
514
|
],
|
|
470
|
-
"hash": "
|
|
515
|
+
"hash": "da4c58d39b249d22",
|
|
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":
|
|
523
|
+
"size": 37901,
|
|
479
524
|
"sizes": {
|
|
480
|
-
"javascript":
|
|
525
|
+
"javascript": 37901
|
|
481
526
|
},
|
|
482
527
|
"names": [],
|
|
483
528
|
"idHints": [],
|
|
@@ -486,12 +531,12 @@
|
|
|
486
531
|
"main"
|
|
487
532
|
],
|
|
488
533
|
"files": [
|
|
489
|
-
"
|
|
534
|
+
"830.js"
|
|
490
535
|
],
|
|
491
536
|
"auxiliaryFiles": [
|
|
492
|
-
"
|
|
537
|
+
"830.js.map"
|
|
493
538
|
],
|
|
494
|
-
"hash": "
|
|
539
|
+
"hash": "3ef186af7aeb5882",
|
|
495
540
|
"childrenByOrder": {}
|
|
496
541
|
},
|
|
497
542
|
{
|
|
@@ -499,21 +544,26 @@
|
|
|
499
544
|
"initial": false,
|
|
500
545
|
"entry": false,
|
|
501
546
|
"recorded": false,
|
|
502
|
-
"
|
|
547
|
+
"reason": "reused as split chunk (cache group: defaultVendors)",
|
|
548
|
+
"size": 2015805,
|
|
503
549
|
"sizes": {
|
|
504
|
-
"javascript":
|
|
550
|
+
"javascript": 2015805
|
|
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
|
-
"
|
|
561
|
+
"831.js"
|
|
514
562
|
],
|
|
515
|
-
"auxiliaryFiles": [
|
|
516
|
-
|
|
563
|
+
"auxiliaryFiles": [
|
|
564
|
+
"831.js.map"
|
|
565
|
+
],
|
|
566
|
+
"hash": "ee89ab0dcd15286e",
|
|
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":
|
|
574
|
+
"size": 25557,
|
|
525
575
|
"sizes": {
|
|
526
|
-
"javascript":
|
|
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
|
-
"
|
|
585
|
+
"876.js"
|
|
536
586
|
],
|
|
537
587
|
"auxiliaryFiles": [
|
|
538
|
-
"
|
|
588
|
+
"876.js.map"
|
|
539
589
|
],
|
|
540
|
-
"hash": "
|
|
590
|
+
"hash": "a5759c272f597eae",
|
|
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": "234636aa7288237f",
|
|
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":
|
|
620
|
+
"size": 20989,
|
|
549
621
|
"sizes": {
|
|
550
622
|
"javascript": 42,
|
|
551
623
|
"share-init": 294,
|
|
552
|
-
"runtime":
|
|
624
|
+
"runtime": 20653
|
|
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": "
|
|
639
|
+
"hash": "089b95286d437b92",
|
|
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":
|
|
648
|
+
"size": 442789,
|
|
577
649
|
"sizes": {
|
|
578
|
-
"javascript":
|
|
650
|
+
"javascript": 442789
|
|
579
651
|
},
|
|
580
652
|
"names": [],
|
|
581
653
|
"idHints": [
|
|
@@ -591,7 +663,7 @@
|
|
|
591
663
|
"auxiliaryFiles": [
|
|
592
664
|
"913.js.map"
|
|
593
665
|
],
|
|
594
|
-
"hash": "
|
|
666
|
+
"hash": "7d40475910f3b7ca",
|
|
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":
|
|
674
|
+
"size": 1942,
|
|
603
675
|
"sizes": {
|
|
604
|
-
"javascript":
|
|
676
|
+
"javascript": 1942
|
|
605
677
|
},
|
|
606
678
|
"names": [],
|
|
607
679
|
"idHints": [],
|
|
@@ -610,12 +682,12 @@
|
|
|
610
682
|
"main"
|
|
611
683
|
],
|
|
612
684
|
"files": [
|
|
613
|
-
"
|
|
685
|
+
"927.js"
|
|
614
686
|
],
|
|
615
687
|
"auxiliaryFiles": [
|
|
616
|
-
"
|
|
688
|
+
"927.js.map"
|
|
617
689
|
],
|
|
618
|
-
"hash": "
|
|
690
|
+
"hash": "932469cf8a5133ef",
|
|
619
691
|
"childrenByOrder": {}
|
|
620
692
|
}
|
|
621
693
|
]
|