@ampath/esm-patient-registration-app 6.0.1-pre.96 → 9.2.0-next.12
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/dist/1119.js +1 -0
- package/dist/1197.js +1 -0
- package/dist/21.js +1 -0
- package/dist/21.js.map +1 -0
- package/dist/2146.js +1 -0
- package/dist/2372.js +1 -0
- package/dist/2372.js.map +1 -0
- package/dist/2470.js +1 -0
- package/dist/2470.js.map +1 -0
- package/dist/2690.js +1 -0
- package/dist/2913.js +2 -0
- package/dist/{913.js.LICENSE.txt → 2913.js.LICENSE.txt} +3 -23
- package/dist/2913.js.map +1 -0
- package/dist/3093.js +1 -0
- package/dist/3093.js.map +1 -0
- package/dist/3099.js +1 -0
- package/dist/3144.js +2 -0
- package/dist/3144.js.LICENSE.txt +19 -0
- package/dist/3144.js.map +1 -0
- package/dist/320.js +2 -0
- package/dist/{876.js.LICENSE.txt → 320.js.LICENSE.txt} +2 -3
- package/dist/320.js.map +1 -0
- package/dist/3464.js +1 -0
- package/dist/3464.js.map +1 -0
- package/dist/3474.js +2 -0
- package/dist/3474.js.LICENSE.txt +8 -0
- package/dist/3474.js.map +1 -0
- package/dist/3584.js +1 -0
- package/dist/4041.js +2 -0
- package/dist/4041.js.map +1 -0
- package/dist/4055.js +1 -0
- package/dist/4132.js +1 -0
- package/dist/4300.js +1 -0
- package/dist/4335.js +1 -0
- package/dist/4463.js +1 -0
- package/dist/4463.js.map +1 -0
- package/dist/4618.js +1 -0
- package/dist/4652.js +1 -0
- package/dist/4944.js +1 -0
- package/dist/5173.js +1 -0
- package/dist/5220.js +2 -0
- package/dist/5220.js.LICENSE.txt +29 -0
- package/dist/5220.js.map +1 -0
- package/dist/5241.js +1 -0
- package/dist/5442.js +1 -0
- package/dist/5661.js +1 -0
- package/dist/6022.js +1 -0
- package/dist/6078.js +2 -0
- package/dist/6078.js.LICENSE.txt +9 -0
- package/dist/6078.js.map +1 -0
- package/dist/627.js +1 -0
- package/dist/627.js.map +1 -0
- package/dist/6276.js +1 -0
- package/dist/6276.js.map +1 -0
- package/dist/6468.js +1 -0
- package/dist/6679.js +1 -0
- package/dist/6737.js +2 -0
- package/dist/6737.js.LICENSE.txt +9 -0
- package/dist/6737.js.map +1 -0
- package/dist/6840.js +1 -0
- package/dist/6859.js +1 -0
- package/dist/7092.js +1 -0
- package/dist/7092.js.map +1 -0
- package/dist/7097.js +1 -0
- package/dist/7159.js +1 -0
- package/dist/723.js +1 -0
- package/dist/7495.js +2 -0
- package/dist/7495.js.LICENSE.txt +9 -0
- package/dist/7495.js.map +1 -0
- package/dist/7617.js +1 -0
- package/dist/795.js +1 -0
- package/dist/8163.js +1 -0
- package/dist/8349.js +1 -0
- package/dist/8404.js +2 -0
- package/dist/{629.js.LICENSE.txt → 8404.js.LICENSE.txt} +9 -3
- package/dist/8404.js.map +1 -0
- package/dist/8434.js +1 -0
- package/dist/8434.js.map +1 -0
- package/dist/8618.js +1 -0
- package/dist/89.js +2 -0
- package/dist/89.js.LICENSE.txt +9 -0
- package/dist/89.js.map +1 -0
- package/dist/890.js +1 -0
- package/dist/9214.js +1 -0
- package/dist/9538.js +1 -0
- package/dist/9569.js +1 -0
- package/dist/986.js +1 -0
- package/dist/9876.js +1 -0
- package/dist/9876.js.map +1 -0
- package/dist/9879.js +1 -0
- package/dist/9895.js +1 -0
- package/dist/9900.js +1 -0
- package/dist/9913.js +1 -0
- package/dist/main.js +1 -1
- package/dist/main.js.LICENSE.txt +36 -1
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-patient-registration-app.js +1 -0
- package/dist/openmrs-esm-patient-registration-app.js.buildmanifest.json +1576 -0
- package/dist/openmrs-esm-patient-registration-app.js.map +1 -0
- package/dist/routes.json +1 -1
- package/package.json +16 -15
- package/src/{add-patient-link.tsx → add-patient-link.extension.tsx} +4 -2
- package/src/add-patient-link.test.tsx +6 -10
- package/src/config-schema.ts +109 -55
- package/src/constants.ts +1 -1
- package/src/declarations.d.ts +5 -4
- package/src/index.ts +10 -29
- package/src/nav-link.test.tsx +3 -3
- package/src/offline.resources.ts +26 -18
- package/src/patient-photo.extension.tsx +3 -1
- package/src/patient-registration/field/address/address-field.component.tsx +58 -37
- package/src/patient-registration/field/address/address-hierarchy-levels.component.tsx +16 -18
- package/src/patient-registration/field/address/address-hierarchy.resource.tsx +3 -3
- package/src/patient-registration/field/address/address-hierarchy.test.tsx +290 -0
- package/src/patient-registration/field/address/address-search.component.tsx +7 -5
- package/src/patient-registration/field/address/address-search.scss +5 -5
- package/src/patient-registration/field/address/address-search.test.tsx +140 -0
- package/src/patient-registration/field/cause-of-death/cause-of-death.component.tsx +98 -0
- package/src/patient-registration/field/custom-field.component.tsx +3 -9
- package/src/patient-registration/field/date-and-time-of-death/date-and-time-of-death.component.tsx +84 -0
- package/src/patient-registration/field/dob/dob.component.tsx +55 -50
- package/src/patient-registration/field/dob/dob.test.tsx +90 -0
- package/src/patient-registration/field/field.component.tsx +12 -6
- package/src/patient-registration/field/field.resource.ts +11 -4
- package/src/patient-registration/field/field.scss +69 -25
- package/src/patient-registration/field/field.test.tsx +329 -0
- package/src/patient-registration/field/gender/gender-field.component.tsx +14 -9
- package/src/patient-registration/field/gender/gender-field.test.tsx +73 -33
- package/src/patient-registration/field/id/id-field.component.tsx +24 -23
- package/src/patient-registration/field/id/id-field.test.tsx +147 -0
- package/src/patient-registration/field/id/identifier-selection-overlay.component.tsx +12 -10
- package/src/patient-registration/field/id/identifier-selection.scss +12 -8
- package/src/patient-registration/field/name/name-field.component.tsx +10 -5
- package/src/patient-registration/field/obs/obs-field.component.tsx +59 -2
- package/src/patient-registration/field/obs/obs-field.test.tsx +133 -39
- package/src/patient-registration/field/person-attributes/coded-person-attribute-field.component.tsx +3 -3
- package/src/patient-registration/field/person-attributes/coded-person-attribute-field.test.tsx +141 -0
- package/src/patient-registration/field/person-attributes/location-person-attribute-field.component.tsx +105 -0
- package/src/patient-registration/field/person-attributes/location-person-attribute-field.resource.tsx +48 -0
- package/src/patient-registration/field/person-attributes/person-attribute-field.component.tsx +19 -22
- package/src/patient-registration/field/person-attributes/person-attribute-field.test.tsx +193 -0
- package/src/patient-registration/field/person-attributes/text-person-attribute-field.test.tsx +90 -0
- package/src/patient-registration/form-manager.test.ts +91 -0
- package/src/patient-registration/form-manager.ts +49 -23
- package/src/patient-registration/input/basic-input/input/input.component.tsx +6 -2
- package/src/patient-registration/input/basic-input/select/select-input.test.tsx +49 -0
- package/src/patient-registration/input/custom-input/autosuggest/autosuggest.scss +5 -5
- package/src/patient-registration/input/custom-input/autosuggest/autosuggest.test.tsx +164 -0
- package/src/patient-registration/input/custom-input/identifier/identifier-input.component.tsx +73 -36
- package/src/patient-registration/input/custom-input/identifier/identifier-input.test.tsx +335 -0
- package/src/patient-registration/input/dummy-data/dummy-data-input.component.tsx +3 -0
- package/src/patient-registration/input/dummy-data/dummy-data-input.test.tsx +2 -11
- package/src/patient-registration/input/input.scss +17 -13
- package/src/patient-registration/patient-registration-context.ts +22 -11
- package/src/patient-registration/patient-registration-hooks.ts +158 -193
- package/src/patient-registration/patient-registration-utils.test.ts +33 -0
- package/src/patient-registration/patient-registration-utils.ts +11 -13
- package/src/patient-registration/patient-registration.component.tsx +87 -103
- package/src/patient-registration/{patient-registration.resource.testt.tsx → patient-registration.resource.test.tsx} +0 -4
- package/src/patient-registration/patient-registration.resource.ts +27 -3
- package/src/patient-registration/patient-registration.scss +27 -38
- package/src/patient-registration/patient-registration.test.tsx +579 -0
- package/src/patient-registration/patient-registration.types.ts +23 -25
- package/src/patient-registration/section/death-info/death-info-section.component.tsx +22 -17
- package/src/patient-registration/section/death-info/death-info-section.test.tsx +47 -0
- package/src/patient-registration/section/demographics/demographics-section.component.tsx +5 -5
- package/src/patient-registration/section/demographics/demographics-section.test.tsx +98 -0
- package/src/patient-registration/section/patient-relationships/relationships-section.component.tsx +8 -7
- package/src/patient-registration/section/patient-relationships/relationships-section.test.tsx +113 -0
- package/src/patient-registration/section/patient-relationships/relationships.resource.tsx +28 -28
- package/src/patient-registration/section/patient-relationships/relationships.scss +4 -4
- package/src/patient-registration/section/section-wrapper.component.tsx +1 -1
- package/src/patient-registration/section/section.component.tsx +1 -1
- package/src/patient-registration/section/section.scss +21 -1
- package/src/patient-registration/ui-components/overlay/overlay.scss +8 -8
- package/src/patient-registration/validation/{patient-registration-validation.test.tsx → patient-registration-validation.test.ts} +71 -23
- package/src/patient-registration/validation/patient-registration-validation.ts +123 -0
- package/src/resources-context.ts +14 -0
- package/src/root.component.tsx +3 -3
- package/src/routes.json +10 -24
- package/src/widgets/cancel-patient-edit.modal.tsx +33 -0
- package/src/widgets/cancel-patient-edit.test.tsx +22 -0
- package/src/widgets/delete-identifier-confirmation.modal.tsx +48 -0
- package/src/widgets/{delete-identifier-confirmation-modal.testt.tsx → delete-identifier-confirmation.test.tsx} +5 -7
- package/src/widgets/edit-patient-details-button.component.tsx +0 -1
- package/src/widgets/edit-patient-details-button.test.tsx +35 -0
- package/translations/am.json +43 -35
- package/translations/ar.json +41 -33
- package/translations/ar_SY.json +119 -0
- package/translations/bn.json +119 -0
- package/translations/de.json +119 -0
- package/translations/en.json +44 -42
- package/translations/en_US.json +119 -0
- package/translations/es.json +69 -57
- package/translations/es_MX.json +119 -0
- package/translations/fr.json +74 -58
- package/translations/he.json +44 -40
- package/translations/hi.json +119 -0
- package/translations/hi_IN.json +119 -0
- package/translations/id.json +119 -0
- package/translations/it.json +119 -0
- package/translations/ka.json +119 -0
- package/translations/km.json +44 -40
- package/translations/ku.json +119 -0
- package/translations/ky.json +119 -0
- package/translations/lg.json +119 -0
- package/translations/ne.json +119 -0
- package/translations/pl.json +119 -0
- package/translations/pt.json +119 -0
- package/translations/pt_BR.json +119 -0
- package/translations/qu.json +119 -0
- package/translations/ro_RO.json +119 -0
- package/translations/ru_RU.json +119 -0
- package/translations/si.json +119 -0
- package/translations/sw.json +119 -0
- package/translations/sw_KE.json +119 -0
- package/translations/tr.json +119 -0
- package/translations/tr_TR.json +119 -0
- package/translations/uk.json +119 -0
- package/translations/uz.json +119 -0
- package/translations/uz@Latn.json +119 -0
- package/translations/uz_UZ.json +119 -0
- package/translations/vi.json +119 -0
- package/translations/zh.json +45 -23
- package/translations/zh_CN.json +39 -17
- package/.turbo/turbo-build.log +0 -40
- package/dist/132.js +0 -1
- package/dist/197.js +0 -1
- package/dist/236.js +0 -1
- package/dist/236.js.map +0 -1
- package/dist/300.js +0 -1
- package/dist/335.js +0 -1
- package/dist/372.js +0 -1
- package/dist/372.js.map +0 -1
- package/dist/41.js +0 -2
- package/dist/41.js.map +0 -1
- package/dist/449.js +0 -1
- package/dist/449.js.map +0 -1
- package/dist/464.js +0 -1
- package/dist/464.js.map +0 -1
- package/dist/495.js +0 -1
- package/dist/495.js.map +0 -1
- package/dist/55.js +0 -1
- package/dist/56.js +0 -1
- package/dist/56.js.map +0 -1
- package/dist/621.js +0 -1
- package/dist/621.js.map +0 -1
- package/dist/629.js +0 -2
- package/dist/629.js.map +0 -1
- package/dist/652.js +0 -1
- package/dist/661.js +0 -1
- package/dist/757.js +0 -1
- package/dist/757.js.map +0 -1
- package/dist/828.js +0 -1
- package/dist/828.js.map +0 -1
- package/dist/830.js +0 -1
- package/dist/830.js.map +0 -1
- package/dist/831.js +0 -2
- package/dist/831.js.LICENSE.txt +0 -3
- package/dist/831.js.map +0 -1
- package/dist/876.js +0 -2
- package/dist/876.js.map +0 -1
- package/dist/879.js +0 -1
- package/dist/913.js +0 -2
- package/dist/913.js.map +0 -1
- package/dist/927.js +0 -1
- package/dist/927.js.map +0 -1
- package/dist/99.js +0 -1
- package/dist/ampath-esm-patient-registration-app.js +0 -1
- package/dist/ampath-esm-patient-registration-app.js.buildmanifest.json +0 -694
- package/dist/ampath-esm-patient-registration-app.js.map +0 -1
- package/src/patient-registration/date-util.ts +0 -52
- package/src/patient-registration/field/person-attributes/custom-person-attribute-field.component.tsx +0 -56
- package/src/patient-registration/validation/patient-registration-validation.tsx +0 -60
- package/src/patient-verification/assets/counties.json +0 -236
- package/src/patient-verification/assets/verification-assets.ts +0 -11
- package/src/patient-verification/patient-verification-hook.tsx +0 -176
- package/src/patient-verification/patient-verification-utils.ts +0 -179
- package/src/patient-verification/patient-verification.component.tsx +0 -124
- package/src/patient-verification/patient-verification.scss +0 -25
- package/src/patient-verification/verification-modal/confirm-prompt.component.tsx +0 -72
- package/src/patient-verification/verification-modal/empty-prompt.component.tsx +0 -35
- package/src/patient-verification/verification-types.ts +0 -50
- package/src/widgets/cancel-patient-edit.component.tsx +0 -37
- package/src/widgets/delete-identifier-confirmation-modal.tsx +0 -41
- package/src/widgets/delete-identifier-modal.scss +0 -34
- /package/dist/{41.js.LICENSE.txt → 4041.js.LICENSE.txt} +0 -0
- /package/src/patient-registration/input/custom-input/identifier/{utils.testt.ts → utils.test.ts} +0 -0
|
@@ -0,0 +1,1576 @@
|
|
|
1
|
+
{
|
|
2
|
+
"chunks": [
|
|
3
|
+
{
|
|
4
|
+
"rendered": true,
|
|
5
|
+
"initial": false,
|
|
6
|
+
"entry": false,
|
|
7
|
+
"recorded": false,
|
|
8
|
+
"reason": "split chunk (cache group: defaultVendors)",
|
|
9
|
+
"size": 55831,
|
|
10
|
+
"sizes": {
|
|
11
|
+
"javascript": 55831
|
|
12
|
+
},
|
|
13
|
+
"names": [],
|
|
14
|
+
"idHints": [
|
|
15
|
+
"vendors"
|
|
16
|
+
],
|
|
17
|
+
"runtime": [
|
|
18
|
+
"@ampath/esm-patient-registration-app",
|
|
19
|
+
"main"
|
|
20
|
+
],
|
|
21
|
+
"files": [
|
|
22
|
+
"21.js"
|
|
23
|
+
],
|
|
24
|
+
"auxiliaryFiles": [
|
|
25
|
+
"21.js.map"
|
|
26
|
+
],
|
|
27
|
+
"hash": "fc3aa6db6269590c",
|
|
28
|
+
"childrenByOrder": {}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"rendered": true,
|
|
32
|
+
"initial": false,
|
|
33
|
+
"entry": false,
|
|
34
|
+
"recorded": false,
|
|
35
|
+
"size": 36924,
|
|
36
|
+
"sizes": {
|
|
37
|
+
"javascript": 36924
|
|
38
|
+
},
|
|
39
|
+
"names": [],
|
|
40
|
+
"idHints": [],
|
|
41
|
+
"runtime": [
|
|
42
|
+
"@ampath/esm-patient-registration-app",
|
|
43
|
+
"main"
|
|
44
|
+
],
|
|
45
|
+
"files": [
|
|
46
|
+
"89.js"
|
|
47
|
+
],
|
|
48
|
+
"auxiliaryFiles": [
|
|
49
|
+
"89.js.map"
|
|
50
|
+
],
|
|
51
|
+
"hash": "caab3b82b1be5d5f",
|
|
52
|
+
"childrenByOrder": {}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"rendered": true,
|
|
56
|
+
"initial": false,
|
|
57
|
+
"entry": false,
|
|
58
|
+
"recorded": false,
|
|
59
|
+
"size": 2554,
|
|
60
|
+
"sizes": {
|
|
61
|
+
"javascript": 2554
|
|
62
|
+
},
|
|
63
|
+
"names": [],
|
|
64
|
+
"idHints": [],
|
|
65
|
+
"runtime": [
|
|
66
|
+
"@ampath/esm-patient-registration-app",
|
|
67
|
+
"main"
|
|
68
|
+
],
|
|
69
|
+
"files": [
|
|
70
|
+
"320.js"
|
|
71
|
+
],
|
|
72
|
+
"auxiliaryFiles": [
|
|
73
|
+
"320.js.map"
|
|
74
|
+
],
|
|
75
|
+
"hash": "6cbf756ee1434643",
|
|
76
|
+
"childrenByOrder": {}
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"rendered": true,
|
|
80
|
+
"initial": false,
|
|
81
|
+
"entry": false,
|
|
82
|
+
"recorded": false,
|
|
83
|
+
"size": 596866,
|
|
84
|
+
"sizes": {
|
|
85
|
+
"javascript": 596866
|
|
86
|
+
},
|
|
87
|
+
"names": [],
|
|
88
|
+
"idHints": [],
|
|
89
|
+
"runtime": [
|
|
90
|
+
"@ampath/esm-patient-registration-app",
|
|
91
|
+
"main"
|
|
92
|
+
],
|
|
93
|
+
"files": [
|
|
94
|
+
"627.js"
|
|
95
|
+
],
|
|
96
|
+
"auxiliaryFiles": [
|
|
97
|
+
"627.js.map"
|
|
98
|
+
],
|
|
99
|
+
"hash": "8fb76495eaf472f2",
|
|
100
|
+
"childrenByOrder": {}
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"rendered": true,
|
|
104
|
+
"initial": false,
|
|
105
|
+
"entry": false,
|
|
106
|
+
"recorded": false,
|
|
107
|
+
"size": 6021,
|
|
108
|
+
"sizes": {
|
|
109
|
+
"javascript": 6021
|
|
110
|
+
},
|
|
111
|
+
"names": [],
|
|
112
|
+
"idHints": [],
|
|
113
|
+
"runtime": [
|
|
114
|
+
"@ampath/esm-patient-registration-app",
|
|
115
|
+
"main"
|
|
116
|
+
],
|
|
117
|
+
"files": [
|
|
118
|
+
"723.js"
|
|
119
|
+
],
|
|
120
|
+
"auxiliaryFiles": [],
|
|
121
|
+
"hash": "1e731e384f7f4413",
|
|
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": "9c2d884eed5a5b77",
|
|
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": "9b4c7c7d342150be",
|
|
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": "bb67a294e23881c1",
|
|
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": "d06667081943f440",
|
|
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": "19ac8defcf233aa5",
|
|
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": "304475e7cb414073",
|
|
253
|
+
"childrenByOrder": {}
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"rendered": false,
|
|
257
|
+
"initial": false,
|
|
258
|
+
"entry": false,
|
|
259
|
+
"recorded": false,
|
|
260
|
+
"reason": "split chunk (cache group: default)",
|
|
261
|
+
"size": 84,
|
|
262
|
+
"sizes": {
|
|
263
|
+
"consume-shared": 84
|
|
264
|
+
},
|
|
265
|
+
"names": [],
|
|
266
|
+
"idHints": [],
|
|
267
|
+
"runtime": [
|
|
268
|
+
"@ampath/esm-patient-registration-app",
|
|
269
|
+
"main"
|
|
270
|
+
],
|
|
271
|
+
"files": [],
|
|
272
|
+
"auxiliaryFiles": [],
|
|
273
|
+
"hash": "454703bf0d98d205",
|
|
274
|
+
"childrenByOrder": {}
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"rendered": true,
|
|
278
|
+
"initial": false,
|
|
279
|
+
"entry": false,
|
|
280
|
+
"recorded": false,
|
|
281
|
+
"size": 6021,
|
|
282
|
+
"sizes": {
|
|
283
|
+
"javascript": 6021
|
|
284
|
+
},
|
|
285
|
+
"names": [],
|
|
286
|
+
"idHints": [],
|
|
287
|
+
"runtime": [
|
|
288
|
+
"@ampath/esm-patient-registration-app",
|
|
289
|
+
"main"
|
|
290
|
+
],
|
|
291
|
+
"files": [
|
|
292
|
+
"2146.js"
|
|
293
|
+
],
|
|
294
|
+
"auxiliaryFiles": [],
|
|
295
|
+
"hash": "886a389c359735e9",
|
|
296
|
+
"childrenByOrder": {}
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"rendered": true,
|
|
300
|
+
"initial": false,
|
|
301
|
+
"entry": false,
|
|
302
|
+
"recorded": false,
|
|
303
|
+
"reason": "reused as split chunk (cache group: defaultVendors)",
|
|
304
|
+
"size": 25608,
|
|
305
|
+
"sizes": {
|
|
306
|
+
"javascript": 25608
|
|
307
|
+
},
|
|
308
|
+
"names": [],
|
|
309
|
+
"idHints": [
|
|
310
|
+
"vendors"
|
|
311
|
+
],
|
|
312
|
+
"runtime": [
|
|
313
|
+
"@ampath/esm-patient-registration-app",
|
|
314
|
+
"main"
|
|
315
|
+
],
|
|
316
|
+
"files": [
|
|
317
|
+
"2372.js"
|
|
318
|
+
],
|
|
319
|
+
"auxiliaryFiles": [
|
|
320
|
+
"2372.js.map"
|
|
321
|
+
],
|
|
322
|
+
"hash": "aec07ade50e6da74",
|
|
323
|
+
"childrenByOrder": {}
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"rendered": true,
|
|
327
|
+
"initial": false,
|
|
328
|
+
"entry": false,
|
|
329
|
+
"recorded": false,
|
|
330
|
+
"size": 34723,
|
|
331
|
+
"sizes": {
|
|
332
|
+
"javascript": 34723
|
|
333
|
+
},
|
|
334
|
+
"names": [],
|
|
335
|
+
"idHints": [],
|
|
336
|
+
"runtime": [
|
|
337
|
+
"@ampath/esm-patient-registration-app",
|
|
338
|
+
"main"
|
|
339
|
+
],
|
|
340
|
+
"files": [
|
|
341
|
+
"2470.js"
|
|
342
|
+
],
|
|
343
|
+
"auxiliaryFiles": [
|
|
344
|
+
"2470.js.map"
|
|
345
|
+
],
|
|
346
|
+
"hash": "271d64cb410f2b92",
|
|
347
|
+
"childrenByOrder": {}
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"rendered": true,
|
|
351
|
+
"initial": false,
|
|
352
|
+
"entry": false,
|
|
353
|
+
"recorded": false,
|
|
354
|
+
"size": 6273,
|
|
355
|
+
"sizes": {
|
|
356
|
+
"javascript": 6273
|
|
357
|
+
},
|
|
358
|
+
"names": [],
|
|
359
|
+
"idHints": [],
|
|
360
|
+
"runtime": [
|
|
361
|
+
"@ampath/esm-patient-registration-app",
|
|
362
|
+
"main"
|
|
363
|
+
],
|
|
364
|
+
"files": [
|
|
365
|
+
"2690.js"
|
|
366
|
+
],
|
|
367
|
+
"auxiliaryFiles": [],
|
|
368
|
+
"hash": "692e65623acebd9f",
|
|
369
|
+
"childrenByOrder": {}
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"rendered": true,
|
|
373
|
+
"initial": false,
|
|
374
|
+
"entry": false,
|
|
375
|
+
"recorded": false,
|
|
376
|
+
"reason": "reused as split chunk (cache group: defaultVendors)",
|
|
377
|
+
"size": 314795,
|
|
378
|
+
"sizes": {
|
|
379
|
+
"javascript": 314795
|
|
380
|
+
},
|
|
381
|
+
"names": [],
|
|
382
|
+
"idHints": [
|
|
383
|
+
"vendors"
|
|
384
|
+
],
|
|
385
|
+
"runtime": [
|
|
386
|
+
"@ampath/esm-patient-registration-app",
|
|
387
|
+
"main"
|
|
388
|
+
],
|
|
389
|
+
"files": [
|
|
390
|
+
"2913.js"
|
|
391
|
+
],
|
|
392
|
+
"auxiliaryFiles": [
|
|
393
|
+
"2913.js.map"
|
|
394
|
+
],
|
|
395
|
+
"hash": "df1b2e0fab5883b9",
|
|
396
|
+
"childrenByOrder": {}
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"rendered": true,
|
|
400
|
+
"initial": false,
|
|
401
|
+
"entry": false,
|
|
402
|
+
"recorded": false,
|
|
403
|
+
"size": 1079,
|
|
404
|
+
"sizes": {
|
|
405
|
+
"javascript": 1079
|
|
406
|
+
},
|
|
407
|
+
"names": [],
|
|
408
|
+
"idHints": [],
|
|
409
|
+
"runtime": [
|
|
410
|
+
"@ampath/esm-patient-registration-app",
|
|
411
|
+
"main"
|
|
412
|
+
],
|
|
413
|
+
"files": [
|
|
414
|
+
"3093.js"
|
|
415
|
+
],
|
|
416
|
+
"auxiliaryFiles": [
|
|
417
|
+
"3093.js.map"
|
|
418
|
+
],
|
|
419
|
+
"hash": "d4efba0f0380bf59",
|
|
420
|
+
"childrenByOrder": {}
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"rendered": true,
|
|
424
|
+
"initial": false,
|
|
425
|
+
"entry": false,
|
|
426
|
+
"recorded": false,
|
|
427
|
+
"size": 6823,
|
|
428
|
+
"sizes": {
|
|
429
|
+
"javascript": 6823
|
|
430
|
+
},
|
|
431
|
+
"names": [],
|
|
432
|
+
"idHints": [],
|
|
433
|
+
"runtime": [
|
|
434
|
+
"@ampath/esm-patient-registration-app",
|
|
435
|
+
"main"
|
|
436
|
+
],
|
|
437
|
+
"files": [
|
|
438
|
+
"3099.js"
|
|
439
|
+
],
|
|
440
|
+
"auxiliaryFiles": [],
|
|
441
|
+
"hash": "20e3867f64291f29",
|
|
442
|
+
"childrenByOrder": {}
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"rendered": true,
|
|
446
|
+
"initial": false,
|
|
447
|
+
"entry": false,
|
|
448
|
+
"recorded": false,
|
|
449
|
+
"reason": "split chunk (cache group: defaultVendors)",
|
|
450
|
+
"size": 137481,
|
|
451
|
+
"sizes": {
|
|
452
|
+
"javascript": 137481
|
|
453
|
+
},
|
|
454
|
+
"names": [],
|
|
455
|
+
"idHints": [
|
|
456
|
+
"vendors"
|
|
457
|
+
],
|
|
458
|
+
"runtime": [
|
|
459
|
+
"@ampath/esm-patient-registration-app",
|
|
460
|
+
"main"
|
|
461
|
+
],
|
|
462
|
+
"files": [
|
|
463
|
+
"3144.js"
|
|
464
|
+
],
|
|
465
|
+
"auxiliaryFiles": [
|
|
466
|
+
"3144.js.map"
|
|
467
|
+
],
|
|
468
|
+
"hash": "48fe4235fa77a4eb",
|
|
469
|
+
"childrenByOrder": {}
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"rendered": true,
|
|
473
|
+
"initial": false,
|
|
474
|
+
"entry": false,
|
|
475
|
+
"recorded": false,
|
|
476
|
+
"size": 7160,
|
|
477
|
+
"sizes": {
|
|
478
|
+
"javascript": 7160
|
|
479
|
+
},
|
|
480
|
+
"names": [],
|
|
481
|
+
"idHints": [],
|
|
482
|
+
"runtime": [
|
|
483
|
+
"@ampath/esm-patient-registration-app",
|
|
484
|
+
"main"
|
|
485
|
+
],
|
|
486
|
+
"files": [
|
|
487
|
+
"3464.js"
|
|
488
|
+
],
|
|
489
|
+
"auxiliaryFiles": [
|
|
490
|
+
"3464.js.map"
|
|
491
|
+
],
|
|
492
|
+
"hash": "2e82be29cd5601a2",
|
|
493
|
+
"childrenByOrder": {}
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"rendered": true,
|
|
497
|
+
"initial": false,
|
|
498
|
+
"entry": false,
|
|
499
|
+
"recorded": false,
|
|
500
|
+
"size": 147538,
|
|
501
|
+
"sizes": {
|
|
502
|
+
"javascript": 147538
|
|
503
|
+
},
|
|
504
|
+
"names": [],
|
|
505
|
+
"idHints": [],
|
|
506
|
+
"runtime": [
|
|
507
|
+
"@ampath/esm-patient-registration-app"
|
|
508
|
+
],
|
|
509
|
+
"files": [
|
|
510
|
+
"3474.js"
|
|
511
|
+
],
|
|
512
|
+
"auxiliaryFiles": [
|
|
513
|
+
"3474.js.map"
|
|
514
|
+
],
|
|
515
|
+
"hash": "2d8838b0208db916",
|
|
516
|
+
"childrenByOrder": {}
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"rendered": true,
|
|
520
|
+
"initial": false,
|
|
521
|
+
"entry": false,
|
|
522
|
+
"recorded": false,
|
|
523
|
+
"size": 6021,
|
|
524
|
+
"sizes": {
|
|
525
|
+
"javascript": 6021
|
|
526
|
+
},
|
|
527
|
+
"names": [],
|
|
528
|
+
"idHints": [],
|
|
529
|
+
"runtime": [
|
|
530
|
+
"@ampath/esm-patient-registration-app",
|
|
531
|
+
"main"
|
|
532
|
+
],
|
|
533
|
+
"files": [
|
|
534
|
+
"3584.js"
|
|
535
|
+
],
|
|
536
|
+
"auxiliaryFiles": [],
|
|
537
|
+
"hash": "61c391cc1854c0bc",
|
|
538
|
+
"childrenByOrder": {}
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"rendered": true,
|
|
542
|
+
"initial": false,
|
|
543
|
+
"entry": false,
|
|
544
|
+
"recorded": false,
|
|
545
|
+
"size": 7120,
|
|
546
|
+
"sizes": {
|
|
547
|
+
"javascript": 7120
|
|
548
|
+
},
|
|
549
|
+
"names": [],
|
|
550
|
+
"idHints": [],
|
|
551
|
+
"runtime": [
|
|
552
|
+
"@ampath/esm-patient-registration-app",
|
|
553
|
+
"main"
|
|
554
|
+
],
|
|
555
|
+
"files": [
|
|
556
|
+
"4041.js"
|
|
557
|
+
],
|
|
558
|
+
"auxiliaryFiles": [
|
|
559
|
+
"4041.js.map"
|
|
560
|
+
],
|
|
561
|
+
"hash": "a2dadb8edc703221",
|
|
562
|
+
"childrenByOrder": {}
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"rendered": true,
|
|
566
|
+
"initial": false,
|
|
567
|
+
"entry": false,
|
|
568
|
+
"recorded": false,
|
|
569
|
+
"size": 6632,
|
|
570
|
+
"sizes": {
|
|
571
|
+
"javascript": 6632
|
|
572
|
+
},
|
|
573
|
+
"names": [],
|
|
574
|
+
"idHints": [],
|
|
575
|
+
"runtime": [
|
|
576
|
+
"@ampath/esm-patient-registration-app",
|
|
577
|
+
"main"
|
|
578
|
+
],
|
|
579
|
+
"files": [
|
|
580
|
+
"4055.js"
|
|
581
|
+
],
|
|
582
|
+
"auxiliaryFiles": [],
|
|
583
|
+
"hash": "6ee98a34c9ed31e2",
|
|
584
|
+
"childrenByOrder": {}
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"rendered": true,
|
|
588
|
+
"initial": false,
|
|
589
|
+
"entry": false,
|
|
590
|
+
"recorded": false,
|
|
591
|
+
"size": 5970,
|
|
592
|
+
"sizes": {
|
|
593
|
+
"javascript": 5970
|
|
594
|
+
},
|
|
595
|
+
"names": [],
|
|
596
|
+
"idHints": [],
|
|
597
|
+
"runtime": [
|
|
598
|
+
"@ampath/esm-patient-registration-app",
|
|
599
|
+
"main"
|
|
600
|
+
],
|
|
601
|
+
"files": [
|
|
602
|
+
"4132.js"
|
|
603
|
+
],
|
|
604
|
+
"auxiliaryFiles": [],
|
|
605
|
+
"hash": "293ca6a574e0231e",
|
|
606
|
+
"childrenByOrder": {}
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"rendered": true,
|
|
610
|
+
"initial": false,
|
|
611
|
+
"entry": false,
|
|
612
|
+
"recorded": false,
|
|
613
|
+
"size": 6021,
|
|
614
|
+
"sizes": {
|
|
615
|
+
"javascript": 6021
|
|
616
|
+
},
|
|
617
|
+
"names": [],
|
|
618
|
+
"idHints": [],
|
|
619
|
+
"runtime": [
|
|
620
|
+
"@ampath/esm-patient-registration-app",
|
|
621
|
+
"main"
|
|
622
|
+
],
|
|
623
|
+
"files": [
|
|
624
|
+
"4300.js"
|
|
625
|
+
],
|
|
626
|
+
"auxiliaryFiles": [],
|
|
627
|
+
"hash": "a955e107acb2417f",
|
|
628
|
+
"childrenByOrder": {}
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"rendered": true,
|
|
632
|
+
"initial": false,
|
|
633
|
+
"entry": false,
|
|
634
|
+
"recorded": false,
|
|
635
|
+
"size": 6168,
|
|
636
|
+
"sizes": {
|
|
637
|
+
"javascript": 6168
|
|
638
|
+
},
|
|
639
|
+
"names": [],
|
|
640
|
+
"idHints": [],
|
|
641
|
+
"runtime": [
|
|
642
|
+
"@ampath/esm-patient-registration-app",
|
|
643
|
+
"main"
|
|
644
|
+
],
|
|
645
|
+
"files": [
|
|
646
|
+
"4335.js"
|
|
647
|
+
],
|
|
648
|
+
"auxiliaryFiles": [],
|
|
649
|
+
"hash": "2282738375fab431",
|
|
650
|
+
"childrenByOrder": {}
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"rendered": true,
|
|
654
|
+
"initial": false,
|
|
655
|
+
"entry": false,
|
|
656
|
+
"recorded": false,
|
|
657
|
+
"size": 395,
|
|
658
|
+
"sizes": {
|
|
659
|
+
"javascript": 395
|
|
660
|
+
},
|
|
661
|
+
"names": [],
|
|
662
|
+
"idHints": [],
|
|
663
|
+
"runtime": [
|
|
664
|
+
"@ampath/esm-patient-registration-app",
|
|
665
|
+
"main"
|
|
666
|
+
],
|
|
667
|
+
"files": [
|
|
668
|
+
"4463.js"
|
|
669
|
+
],
|
|
670
|
+
"auxiliaryFiles": [
|
|
671
|
+
"4463.js.map"
|
|
672
|
+
],
|
|
673
|
+
"hash": "35c134b98cce76d1",
|
|
674
|
+
"childrenByOrder": {}
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"rendered": true,
|
|
678
|
+
"initial": false,
|
|
679
|
+
"entry": false,
|
|
680
|
+
"recorded": false,
|
|
681
|
+
"size": 6021,
|
|
682
|
+
"sizes": {
|
|
683
|
+
"javascript": 6021
|
|
684
|
+
},
|
|
685
|
+
"names": [],
|
|
686
|
+
"idHints": [],
|
|
687
|
+
"runtime": [
|
|
688
|
+
"@ampath/esm-patient-registration-app",
|
|
689
|
+
"main"
|
|
690
|
+
],
|
|
691
|
+
"files": [
|
|
692
|
+
"4618.js"
|
|
693
|
+
],
|
|
694
|
+
"auxiliaryFiles": [],
|
|
695
|
+
"hash": "0d56efd4fc0c6574",
|
|
696
|
+
"childrenByOrder": {}
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"rendered": true,
|
|
700
|
+
"initial": false,
|
|
701
|
+
"entry": false,
|
|
702
|
+
"recorded": false,
|
|
703
|
+
"size": 5708,
|
|
704
|
+
"sizes": {
|
|
705
|
+
"javascript": 5708
|
|
706
|
+
},
|
|
707
|
+
"names": [],
|
|
708
|
+
"idHints": [],
|
|
709
|
+
"runtime": [
|
|
710
|
+
"@ampath/esm-patient-registration-app",
|
|
711
|
+
"main"
|
|
712
|
+
],
|
|
713
|
+
"files": [
|
|
714
|
+
"4652.js"
|
|
715
|
+
],
|
|
716
|
+
"auxiliaryFiles": [],
|
|
717
|
+
"hash": "92cb2f1243069128",
|
|
718
|
+
"childrenByOrder": {}
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"rendered": true,
|
|
722
|
+
"initial": false,
|
|
723
|
+
"entry": false,
|
|
724
|
+
"recorded": false,
|
|
725
|
+
"size": 6021,
|
|
726
|
+
"sizes": {
|
|
727
|
+
"javascript": 6021
|
|
728
|
+
},
|
|
729
|
+
"names": [],
|
|
730
|
+
"idHints": [],
|
|
731
|
+
"runtime": [
|
|
732
|
+
"@ampath/esm-patient-registration-app",
|
|
733
|
+
"main"
|
|
734
|
+
],
|
|
735
|
+
"files": [
|
|
736
|
+
"4944.js"
|
|
737
|
+
],
|
|
738
|
+
"auxiliaryFiles": [],
|
|
739
|
+
"hash": "402cdcc5c648eafa",
|
|
740
|
+
"childrenByOrder": {}
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"rendered": true,
|
|
744
|
+
"initial": false,
|
|
745
|
+
"entry": false,
|
|
746
|
+
"recorded": false,
|
|
747
|
+
"size": 6021,
|
|
748
|
+
"sizes": {
|
|
749
|
+
"javascript": 6021
|
|
750
|
+
},
|
|
751
|
+
"names": [],
|
|
752
|
+
"idHints": [],
|
|
753
|
+
"runtime": [
|
|
754
|
+
"@ampath/esm-patient-registration-app",
|
|
755
|
+
"main"
|
|
756
|
+
],
|
|
757
|
+
"files": [
|
|
758
|
+
"5173.js"
|
|
759
|
+
],
|
|
760
|
+
"auxiliaryFiles": [],
|
|
761
|
+
"hash": "282174c6cdb800b3",
|
|
762
|
+
"childrenByOrder": {}
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"rendered": true,
|
|
766
|
+
"initial": false,
|
|
767
|
+
"entry": false,
|
|
768
|
+
"recorded": false,
|
|
769
|
+
"reason": "split chunk (cache group: defaultVendors)",
|
|
770
|
+
"size": 4509623,
|
|
771
|
+
"sizes": {
|
|
772
|
+
"javascript": 4509623
|
|
773
|
+
},
|
|
774
|
+
"names": [],
|
|
775
|
+
"idHints": [
|
|
776
|
+
"vendors"
|
|
777
|
+
],
|
|
778
|
+
"runtime": [
|
|
779
|
+
"@ampath/esm-patient-registration-app",
|
|
780
|
+
"main"
|
|
781
|
+
],
|
|
782
|
+
"files": [
|
|
783
|
+
"5220.js"
|
|
784
|
+
],
|
|
785
|
+
"auxiliaryFiles": [
|
|
786
|
+
"5220.js.map"
|
|
787
|
+
],
|
|
788
|
+
"hash": "2f44c9544b265e94",
|
|
789
|
+
"childrenByOrder": {}
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"rendered": true,
|
|
793
|
+
"initial": false,
|
|
794
|
+
"entry": false,
|
|
795
|
+
"recorded": false,
|
|
796
|
+
"size": 6021,
|
|
797
|
+
"sizes": {
|
|
798
|
+
"javascript": 6021
|
|
799
|
+
},
|
|
800
|
+
"names": [],
|
|
801
|
+
"idHints": [],
|
|
802
|
+
"runtime": [
|
|
803
|
+
"@ampath/esm-patient-registration-app",
|
|
804
|
+
"main"
|
|
805
|
+
],
|
|
806
|
+
"files": [
|
|
807
|
+
"5241.js"
|
|
808
|
+
],
|
|
809
|
+
"auxiliaryFiles": [],
|
|
810
|
+
"hash": "a64e6883f1fe2f0a",
|
|
811
|
+
"childrenByOrder": {}
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
"rendered": false,
|
|
815
|
+
"initial": false,
|
|
816
|
+
"entry": false,
|
|
817
|
+
"recorded": false,
|
|
818
|
+
"reason": "split chunk (cache group: default)",
|
|
819
|
+
"size": 42,
|
|
820
|
+
"sizes": {
|
|
821
|
+
"consume-shared": 42
|
|
822
|
+
},
|
|
823
|
+
"names": [],
|
|
824
|
+
"idHints": [],
|
|
825
|
+
"runtime": [
|
|
826
|
+
"@ampath/esm-patient-registration-app",
|
|
827
|
+
"main"
|
|
828
|
+
],
|
|
829
|
+
"files": [],
|
|
830
|
+
"auxiliaryFiles": [],
|
|
831
|
+
"hash": "0304708f72f1e586",
|
|
832
|
+
"childrenByOrder": {}
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"rendered": true,
|
|
836
|
+
"initial": false,
|
|
837
|
+
"entry": false,
|
|
838
|
+
"recorded": false,
|
|
839
|
+
"size": 6021,
|
|
840
|
+
"sizes": {
|
|
841
|
+
"javascript": 6021
|
|
842
|
+
},
|
|
843
|
+
"names": [],
|
|
844
|
+
"idHints": [],
|
|
845
|
+
"runtime": [
|
|
846
|
+
"@ampath/esm-patient-registration-app",
|
|
847
|
+
"main"
|
|
848
|
+
],
|
|
849
|
+
"files": [
|
|
850
|
+
"5442.js"
|
|
851
|
+
],
|
|
852
|
+
"auxiliaryFiles": [],
|
|
853
|
+
"hash": "bec7bd94f20e63a1",
|
|
854
|
+
"childrenByOrder": {}
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
"rendered": true,
|
|
858
|
+
"initial": false,
|
|
859
|
+
"entry": false,
|
|
860
|
+
"recorded": false,
|
|
861
|
+
"size": 4902,
|
|
862
|
+
"sizes": {
|
|
863
|
+
"javascript": 4902
|
|
864
|
+
},
|
|
865
|
+
"names": [],
|
|
866
|
+
"idHints": [],
|
|
867
|
+
"runtime": [
|
|
868
|
+
"@ampath/esm-patient-registration-app",
|
|
869
|
+
"main"
|
|
870
|
+
],
|
|
871
|
+
"files": [
|
|
872
|
+
"5661.js"
|
|
873
|
+
],
|
|
874
|
+
"auxiliaryFiles": [],
|
|
875
|
+
"hash": "b044eb8c0524165d",
|
|
876
|
+
"childrenByOrder": {}
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"rendered": true,
|
|
880
|
+
"initial": true,
|
|
881
|
+
"entry": true,
|
|
882
|
+
"recorded": false,
|
|
883
|
+
"size": 22077,
|
|
884
|
+
"sizes": {
|
|
885
|
+
"javascript": 42,
|
|
886
|
+
"share-init": 336,
|
|
887
|
+
"runtime": 21699
|
|
888
|
+
},
|
|
889
|
+
"names": [
|
|
890
|
+
"@ampath/esm-patient-registration-app"
|
|
891
|
+
],
|
|
892
|
+
"idHints": [],
|
|
893
|
+
"runtime": [
|
|
894
|
+
"@ampath/esm-patient-registration-app"
|
|
895
|
+
],
|
|
896
|
+
"files": [
|
|
897
|
+
"openmrs-esm-patient-registration-app.js"
|
|
898
|
+
],
|
|
899
|
+
"auxiliaryFiles": [
|
|
900
|
+
"openmrs-esm-patient-registration-app.js.map"
|
|
901
|
+
],
|
|
902
|
+
"hash": "087c542a033764c8",
|
|
903
|
+
"childrenByOrder": {}
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"rendered": true,
|
|
907
|
+
"initial": false,
|
|
908
|
+
"entry": false,
|
|
909
|
+
"recorded": false,
|
|
910
|
+
"size": 6129,
|
|
911
|
+
"sizes": {
|
|
912
|
+
"javascript": 6129
|
|
913
|
+
},
|
|
914
|
+
"names": [],
|
|
915
|
+
"idHints": [],
|
|
916
|
+
"runtime": [
|
|
917
|
+
"@ampath/esm-patient-registration-app",
|
|
918
|
+
"main"
|
|
919
|
+
],
|
|
920
|
+
"files": [
|
|
921
|
+
"6022.js"
|
|
922
|
+
],
|
|
923
|
+
"auxiliaryFiles": [],
|
|
924
|
+
"hash": "ce5e296e88bdfbbc",
|
|
925
|
+
"childrenByOrder": {}
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
"rendered": true,
|
|
929
|
+
"initial": false,
|
|
930
|
+
"entry": false,
|
|
931
|
+
"recorded": false,
|
|
932
|
+
"reason": "split chunk (cache group: defaultVendors)",
|
|
933
|
+
"size": 82169,
|
|
934
|
+
"sizes": {
|
|
935
|
+
"javascript": 82169
|
|
936
|
+
},
|
|
937
|
+
"names": [],
|
|
938
|
+
"idHints": [
|
|
939
|
+
"vendors"
|
|
940
|
+
],
|
|
941
|
+
"runtime": [
|
|
942
|
+
"@ampath/esm-patient-registration-app",
|
|
943
|
+
"main"
|
|
944
|
+
],
|
|
945
|
+
"files": [
|
|
946
|
+
"6078.js"
|
|
947
|
+
],
|
|
948
|
+
"auxiliaryFiles": [
|
|
949
|
+
"6078.js.map"
|
|
950
|
+
],
|
|
951
|
+
"hash": "7e213082e5172bb2",
|
|
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": "aa3e948f98393814",
|
|
976
|
+
"childrenByOrder": {}
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"rendered": true,
|
|
980
|
+
"initial": false,
|
|
981
|
+
"entry": false,
|
|
982
|
+
"recorded": false,
|
|
983
|
+
"size": 6664,
|
|
984
|
+
"sizes": {
|
|
985
|
+
"javascript": 6664
|
|
986
|
+
},
|
|
987
|
+
"names": [],
|
|
988
|
+
"idHints": [],
|
|
989
|
+
"runtime": [
|
|
990
|
+
"@ampath/esm-patient-registration-app",
|
|
991
|
+
"main"
|
|
992
|
+
],
|
|
993
|
+
"files": [
|
|
994
|
+
"6468.js"
|
|
995
|
+
],
|
|
996
|
+
"auxiliaryFiles": [],
|
|
997
|
+
"hash": "2fbf8d82b7bd2e26",
|
|
998
|
+
"childrenByOrder": {}
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"rendered": true,
|
|
1002
|
+
"initial": false,
|
|
1003
|
+
"entry": false,
|
|
1004
|
+
"recorded": false,
|
|
1005
|
+
"size": 6547,
|
|
1006
|
+
"sizes": {
|
|
1007
|
+
"javascript": 6547
|
|
1008
|
+
},
|
|
1009
|
+
"names": [],
|
|
1010
|
+
"idHints": [],
|
|
1011
|
+
"runtime": [
|
|
1012
|
+
"@ampath/esm-patient-registration-app",
|
|
1013
|
+
"main"
|
|
1014
|
+
],
|
|
1015
|
+
"files": [
|
|
1016
|
+
"6679.js"
|
|
1017
|
+
],
|
|
1018
|
+
"auxiliaryFiles": [],
|
|
1019
|
+
"hash": "b8087217421615cf",
|
|
1020
|
+
"childrenByOrder": {}
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
"rendered": true,
|
|
1024
|
+
"initial": false,
|
|
1025
|
+
"entry": false,
|
|
1026
|
+
"recorded": false,
|
|
1027
|
+
"reason": "split chunk (cache group: defaultVendors)",
|
|
1028
|
+
"size": 433498,
|
|
1029
|
+
"sizes": {
|
|
1030
|
+
"javascript": 433498
|
|
1031
|
+
},
|
|
1032
|
+
"names": [],
|
|
1033
|
+
"idHints": [
|
|
1034
|
+
"vendors"
|
|
1035
|
+
],
|
|
1036
|
+
"runtime": [
|
|
1037
|
+
"@ampath/esm-patient-registration-app",
|
|
1038
|
+
"main"
|
|
1039
|
+
],
|
|
1040
|
+
"files": [
|
|
1041
|
+
"6737.js"
|
|
1042
|
+
],
|
|
1043
|
+
"auxiliaryFiles": [
|
|
1044
|
+
"6737.js.map"
|
|
1045
|
+
],
|
|
1046
|
+
"hash": "e80e3273c81d355e",
|
|
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": "ecd7f7d212ec2a65",
|
|
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": "c655883ca93b2925",
|
|
1091
|
+
"childrenByOrder": {}
|
|
1092
|
+
},
|
|
1093
|
+
{
|
|
1094
|
+
"rendered": true,
|
|
1095
|
+
"initial": false,
|
|
1096
|
+
"entry": false,
|
|
1097
|
+
"recorded": false,
|
|
1098
|
+
"reason": "reused as split chunk (cache group: defaultVendors)",
|
|
1099
|
+
"size": 43808,
|
|
1100
|
+
"sizes": {
|
|
1101
|
+
"javascript": 43808
|
|
1102
|
+
},
|
|
1103
|
+
"names": [],
|
|
1104
|
+
"idHints": [
|
|
1105
|
+
"vendors"
|
|
1106
|
+
],
|
|
1107
|
+
"runtime": [
|
|
1108
|
+
"@ampath/esm-patient-registration-app",
|
|
1109
|
+
"main"
|
|
1110
|
+
],
|
|
1111
|
+
"files": [
|
|
1112
|
+
"7092.js"
|
|
1113
|
+
],
|
|
1114
|
+
"auxiliaryFiles": [
|
|
1115
|
+
"7092.js.map"
|
|
1116
|
+
],
|
|
1117
|
+
"hash": "aa0a8e739cfbd775",
|
|
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": "c5073fa4a915fddf",
|
|
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": "a886514512bc23d1",
|
|
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": "eef0efc8df739158",
|
|
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": "e041ccf8fde3f5e4",
|
|
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": "4dacface7882f460",
|
|
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": "15f7537eff978d38",
|
|
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": "51be3ca24dcf8c1d",
|
|
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": "0f1302fb6a424adf",
|
|
1294
|
+
"childrenByOrder": {}
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
"rendered": true,
|
|
1298
|
+
"initial": false,
|
|
1299
|
+
"entry": false,
|
|
1300
|
+
"recorded": false,
|
|
1301
|
+
"reason": "split chunk (cache group: defaultVendors)",
|
|
1302
|
+
"size": 2104787,
|
|
1303
|
+
"sizes": {
|
|
1304
|
+
"javascript": 2104787
|
|
1305
|
+
},
|
|
1306
|
+
"names": [],
|
|
1307
|
+
"idHints": [
|
|
1308
|
+
"vendors"
|
|
1309
|
+
],
|
|
1310
|
+
"runtime": [
|
|
1311
|
+
"@ampath/esm-patient-registration-app",
|
|
1312
|
+
"main"
|
|
1313
|
+
],
|
|
1314
|
+
"files": [
|
|
1315
|
+
"8404.js"
|
|
1316
|
+
],
|
|
1317
|
+
"auxiliaryFiles": [
|
|
1318
|
+
"8404.js.map"
|
|
1319
|
+
],
|
|
1320
|
+
"hash": "bb0b0f89353ae87e",
|
|
1321
|
+
"childrenByOrder": {}
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
"rendered": true,
|
|
1325
|
+
"initial": false,
|
|
1326
|
+
"entry": false,
|
|
1327
|
+
"recorded": false,
|
|
1328
|
+
"size": 1095,
|
|
1329
|
+
"sizes": {
|
|
1330
|
+
"javascript": 1095
|
|
1331
|
+
},
|
|
1332
|
+
"names": [],
|
|
1333
|
+
"idHints": [],
|
|
1334
|
+
"runtime": [
|
|
1335
|
+
"@ampath/esm-patient-registration-app",
|
|
1336
|
+
"main"
|
|
1337
|
+
],
|
|
1338
|
+
"files": [
|
|
1339
|
+
"8434.js"
|
|
1340
|
+
],
|
|
1341
|
+
"auxiliaryFiles": [
|
|
1342
|
+
"8434.js.map"
|
|
1343
|
+
],
|
|
1344
|
+
"hash": "cc194c456a29cb2c",
|
|
1345
|
+
"childrenByOrder": {}
|
|
1346
|
+
},
|
|
1347
|
+
{
|
|
1348
|
+
"rendered": true,
|
|
1349
|
+
"initial": false,
|
|
1350
|
+
"entry": false,
|
|
1351
|
+
"recorded": false,
|
|
1352
|
+
"size": 6021,
|
|
1353
|
+
"sizes": {
|
|
1354
|
+
"javascript": 6021
|
|
1355
|
+
},
|
|
1356
|
+
"names": [],
|
|
1357
|
+
"idHints": [],
|
|
1358
|
+
"runtime": [
|
|
1359
|
+
"@ampath/esm-patient-registration-app",
|
|
1360
|
+
"main"
|
|
1361
|
+
],
|
|
1362
|
+
"files": [
|
|
1363
|
+
"8618.js"
|
|
1364
|
+
],
|
|
1365
|
+
"auxiliaryFiles": [],
|
|
1366
|
+
"hash": "36c9badb1aed07af",
|
|
1367
|
+
"childrenByOrder": {}
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
"rendered": true,
|
|
1371
|
+
"initial": true,
|
|
1372
|
+
"entry": true,
|
|
1373
|
+
"recorded": false,
|
|
1374
|
+
"size": 2412514,
|
|
1375
|
+
"sizes": {
|
|
1376
|
+
"consume-shared": 168,
|
|
1377
|
+
"javascript": 2389806,
|
|
1378
|
+
"share-init": 336,
|
|
1379
|
+
"runtime": 22204
|
|
1380
|
+
},
|
|
1381
|
+
"names": [
|
|
1382
|
+
"main"
|
|
1383
|
+
],
|
|
1384
|
+
"idHints": [],
|
|
1385
|
+
"runtime": [
|
|
1386
|
+
"main"
|
|
1387
|
+
],
|
|
1388
|
+
"files": [
|
|
1389
|
+
"main.js"
|
|
1390
|
+
],
|
|
1391
|
+
"auxiliaryFiles": [
|
|
1392
|
+
"main.js.map"
|
|
1393
|
+
],
|
|
1394
|
+
"hash": "2f08ef11da3057ef",
|
|
1395
|
+
"childrenByOrder": {}
|
|
1396
|
+
},
|
|
1397
|
+
{
|
|
1398
|
+
"rendered": true,
|
|
1399
|
+
"initial": false,
|
|
1400
|
+
"entry": false,
|
|
1401
|
+
"recorded": false,
|
|
1402
|
+
"size": 6145,
|
|
1403
|
+
"sizes": {
|
|
1404
|
+
"javascript": 6145
|
|
1405
|
+
},
|
|
1406
|
+
"names": [],
|
|
1407
|
+
"idHints": [],
|
|
1408
|
+
"runtime": [
|
|
1409
|
+
"@ampath/esm-patient-registration-app",
|
|
1410
|
+
"main"
|
|
1411
|
+
],
|
|
1412
|
+
"files": [
|
|
1413
|
+
"9214.js"
|
|
1414
|
+
],
|
|
1415
|
+
"auxiliaryFiles": [],
|
|
1416
|
+
"hash": "2d14126a74f30653",
|
|
1417
|
+
"childrenByOrder": {}
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"rendered": true,
|
|
1421
|
+
"initial": false,
|
|
1422
|
+
"entry": false,
|
|
1423
|
+
"recorded": false,
|
|
1424
|
+
"size": 6573,
|
|
1425
|
+
"sizes": {
|
|
1426
|
+
"javascript": 6573
|
|
1427
|
+
},
|
|
1428
|
+
"names": [],
|
|
1429
|
+
"idHints": [],
|
|
1430
|
+
"runtime": [
|
|
1431
|
+
"@ampath/esm-patient-registration-app",
|
|
1432
|
+
"main"
|
|
1433
|
+
],
|
|
1434
|
+
"files": [
|
|
1435
|
+
"9538.js"
|
|
1436
|
+
],
|
|
1437
|
+
"auxiliaryFiles": [],
|
|
1438
|
+
"hash": "a336955f05ba170a",
|
|
1439
|
+
"childrenByOrder": {}
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
"rendered": true,
|
|
1443
|
+
"initial": false,
|
|
1444
|
+
"entry": false,
|
|
1445
|
+
"recorded": false,
|
|
1446
|
+
"size": 6021,
|
|
1447
|
+
"sizes": {
|
|
1448
|
+
"javascript": 6021
|
|
1449
|
+
},
|
|
1450
|
+
"names": [],
|
|
1451
|
+
"idHints": [],
|
|
1452
|
+
"runtime": [
|
|
1453
|
+
"@ampath/esm-patient-registration-app",
|
|
1454
|
+
"main"
|
|
1455
|
+
],
|
|
1456
|
+
"files": [
|
|
1457
|
+
"9569.js"
|
|
1458
|
+
],
|
|
1459
|
+
"auxiliaryFiles": [],
|
|
1460
|
+
"hash": "3ba5b4102dec8790",
|
|
1461
|
+
"childrenByOrder": {}
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"rendered": true,
|
|
1465
|
+
"initial": false,
|
|
1466
|
+
"entry": false,
|
|
1467
|
+
"recorded": false,
|
|
1468
|
+
"size": 24274,
|
|
1469
|
+
"sizes": {
|
|
1470
|
+
"javascript": 24274
|
|
1471
|
+
},
|
|
1472
|
+
"names": [],
|
|
1473
|
+
"idHints": [],
|
|
1474
|
+
"runtime": [
|
|
1475
|
+
"@ampath/esm-patient-registration-app",
|
|
1476
|
+
"main"
|
|
1477
|
+
],
|
|
1478
|
+
"files": [
|
|
1479
|
+
"9876.js"
|
|
1480
|
+
],
|
|
1481
|
+
"auxiliaryFiles": [
|
|
1482
|
+
"9876.js.map"
|
|
1483
|
+
],
|
|
1484
|
+
"hash": "0aea0ec73b9c0adb",
|
|
1485
|
+
"childrenByOrder": {}
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
"rendered": true,
|
|
1489
|
+
"initial": false,
|
|
1490
|
+
"entry": false,
|
|
1491
|
+
"recorded": false,
|
|
1492
|
+
"size": 4088,
|
|
1493
|
+
"sizes": {
|
|
1494
|
+
"javascript": 4088
|
|
1495
|
+
},
|
|
1496
|
+
"names": [],
|
|
1497
|
+
"idHints": [],
|
|
1498
|
+
"runtime": [
|
|
1499
|
+
"@ampath/esm-patient-registration-app",
|
|
1500
|
+
"main"
|
|
1501
|
+
],
|
|
1502
|
+
"files": [
|
|
1503
|
+
"9879.js"
|
|
1504
|
+
],
|
|
1505
|
+
"auxiliaryFiles": [],
|
|
1506
|
+
"hash": "22a20d7178d888df",
|
|
1507
|
+
"childrenByOrder": {}
|
|
1508
|
+
},
|
|
1509
|
+
{
|
|
1510
|
+
"rendered": true,
|
|
1511
|
+
"initial": false,
|
|
1512
|
+
"entry": false,
|
|
1513
|
+
"recorded": false,
|
|
1514
|
+
"size": 6021,
|
|
1515
|
+
"sizes": {
|
|
1516
|
+
"javascript": 6021
|
|
1517
|
+
},
|
|
1518
|
+
"names": [],
|
|
1519
|
+
"idHints": [],
|
|
1520
|
+
"runtime": [
|
|
1521
|
+
"@ampath/esm-patient-registration-app",
|
|
1522
|
+
"main"
|
|
1523
|
+
],
|
|
1524
|
+
"files": [
|
|
1525
|
+
"9895.js"
|
|
1526
|
+
],
|
|
1527
|
+
"auxiliaryFiles": [],
|
|
1528
|
+
"hash": "42567ef401f4682b",
|
|
1529
|
+
"childrenByOrder": {}
|
|
1530
|
+
},
|
|
1531
|
+
{
|
|
1532
|
+
"rendered": true,
|
|
1533
|
+
"initial": false,
|
|
1534
|
+
"entry": false,
|
|
1535
|
+
"recorded": false,
|
|
1536
|
+
"size": 6021,
|
|
1537
|
+
"sizes": {
|
|
1538
|
+
"javascript": 6021
|
|
1539
|
+
},
|
|
1540
|
+
"names": [],
|
|
1541
|
+
"idHints": [],
|
|
1542
|
+
"runtime": [
|
|
1543
|
+
"@ampath/esm-patient-registration-app",
|
|
1544
|
+
"main"
|
|
1545
|
+
],
|
|
1546
|
+
"files": [
|
|
1547
|
+
"9900.js"
|
|
1548
|
+
],
|
|
1549
|
+
"auxiliaryFiles": [],
|
|
1550
|
+
"hash": "b8f4a63e6dcafeac",
|
|
1551
|
+
"childrenByOrder": {}
|
|
1552
|
+
},
|
|
1553
|
+
{
|
|
1554
|
+
"rendered": true,
|
|
1555
|
+
"initial": false,
|
|
1556
|
+
"entry": false,
|
|
1557
|
+
"recorded": false,
|
|
1558
|
+
"size": 6021,
|
|
1559
|
+
"sizes": {
|
|
1560
|
+
"javascript": 6021
|
|
1561
|
+
},
|
|
1562
|
+
"names": [],
|
|
1563
|
+
"idHints": [],
|
|
1564
|
+
"runtime": [
|
|
1565
|
+
"@ampath/esm-patient-registration-app",
|
|
1566
|
+
"main"
|
|
1567
|
+
],
|
|
1568
|
+
"files": [
|
|
1569
|
+
"9913.js"
|
|
1570
|
+
],
|
|
1571
|
+
"auxiliaryFiles": [],
|
|
1572
|
+
"hash": "23e9fbf390ea6fc0",
|
|
1573
|
+
"childrenByOrder": {}
|
|
1574
|
+
}
|
|
1575
|
+
]
|
|
1576
|
+
}
|