@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
|
@@ -1,694 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"chunks": [
|
|
3
|
-
{
|
|
4
|
-
"rendered": true,
|
|
5
|
-
"initial": false,
|
|
6
|
-
"entry": false,
|
|
7
|
-
"recorded": false,
|
|
8
|
-
"size": 7120,
|
|
9
|
-
"sizes": {
|
|
10
|
-
"javascript": 7120
|
|
11
|
-
},
|
|
12
|
-
"names": [],
|
|
13
|
-
"idHints": [],
|
|
14
|
-
"runtime": [
|
|
15
|
-
"@ampath/esm-patient-registration-app",
|
|
16
|
-
"main"
|
|
17
|
-
],
|
|
18
|
-
"files": [
|
|
19
|
-
"41.js"
|
|
20
|
-
],
|
|
21
|
-
"auxiliaryFiles": [
|
|
22
|
-
"41.js.map"
|
|
23
|
-
],
|
|
24
|
-
"hash": "11f6dfdee9d6821b",
|
|
25
|
-
"childrenByOrder": {}
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"rendered": true,
|
|
29
|
-
"initial": false,
|
|
30
|
-
"entry": false,
|
|
31
|
-
"recorded": false,
|
|
32
|
-
"size": 5480,
|
|
33
|
-
"sizes": {
|
|
34
|
-
"javascript": 5480
|
|
35
|
-
},
|
|
36
|
-
"names": [],
|
|
37
|
-
"idHints": [],
|
|
38
|
-
"runtime": [
|
|
39
|
-
"@ampath/esm-patient-registration-app",
|
|
40
|
-
"main"
|
|
41
|
-
],
|
|
42
|
-
"files": [
|
|
43
|
-
"55.js"
|
|
44
|
-
],
|
|
45
|
-
"auxiliaryFiles": [],
|
|
46
|
-
"hash": "de1c2bcbf5911274",
|
|
47
|
-
"childrenByOrder": {}
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"rendered": true,
|
|
51
|
-
"initial": false,
|
|
52
|
-
"entry": false,
|
|
53
|
-
"recorded": false,
|
|
54
|
-
"size": 10957,
|
|
55
|
-
"sizes": {
|
|
56
|
-
"javascript": 10957
|
|
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": "cf76e201c9294973",
|
|
71
|
-
"childrenByOrder": {}
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"rendered": true,
|
|
75
|
-
"initial": false,
|
|
76
|
-
"entry": false,
|
|
77
|
-
"recorded": false,
|
|
78
|
-
"size": 5503,
|
|
79
|
-
"sizes": {
|
|
80
|
-
"javascript": 5503
|
|
81
|
-
},
|
|
82
|
-
"names": [],
|
|
83
|
-
"idHints": [],
|
|
84
|
-
"runtime": [
|
|
85
|
-
"@ampath/esm-patient-registration-app",
|
|
86
|
-
"main"
|
|
87
|
-
],
|
|
88
|
-
"files": [
|
|
89
|
-
"99.js"
|
|
90
|
-
],
|
|
91
|
-
"auxiliaryFiles": [],
|
|
92
|
-
"hash": "0d827fe7eac9df46",
|
|
93
|
-
"childrenByOrder": {}
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
"rendered": true,
|
|
97
|
-
"initial": false,
|
|
98
|
-
"entry": false,
|
|
99
|
-
"recorded": false,
|
|
100
|
-
"size": 5296,
|
|
101
|
-
"sizes": {
|
|
102
|
-
"javascript": 5296
|
|
103
|
-
},
|
|
104
|
-
"names": [],
|
|
105
|
-
"idHints": [],
|
|
106
|
-
"runtime": [
|
|
107
|
-
"@ampath/esm-patient-registration-app",
|
|
108
|
-
"main"
|
|
109
|
-
],
|
|
110
|
-
"files": [
|
|
111
|
-
"132.js"
|
|
112
|
-
],
|
|
113
|
-
"auxiliaryFiles": [],
|
|
114
|
-
"hash": "4fb388ec5486bc09",
|
|
115
|
-
"childrenByOrder": {}
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
"rendered": true,
|
|
119
|
-
"initial": false,
|
|
120
|
-
"entry": false,
|
|
121
|
-
"recorded": false,
|
|
122
|
-
"size": 5352,
|
|
123
|
-
"sizes": {
|
|
124
|
-
"javascript": 5352
|
|
125
|
-
},
|
|
126
|
-
"names": [],
|
|
127
|
-
"idHints": [],
|
|
128
|
-
"runtime": [
|
|
129
|
-
"@ampath/esm-patient-registration-app",
|
|
130
|
-
"main"
|
|
131
|
-
],
|
|
132
|
-
"files": [
|
|
133
|
-
"197.js"
|
|
134
|
-
],
|
|
135
|
-
"auxiliaryFiles": [],
|
|
136
|
-
"hash": "a274cec39eee9f5c",
|
|
137
|
-
"childrenByOrder": {}
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
"rendered": true,
|
|
141
|
-
"initial": false,
|
|
142
|
-
"entry": false,
|
|
143
|
-
"recorded": false,
|
|
144
|
-
"size": 1183,
|
|
145
|
-
"sizes": {
|
|
146
|
-
"javascript": 1183
|
|
147
|
-
},
|
|
148
|
-
"names": [],
|
|
149
|
-
"idHints": [],
|
|
150
|
-
"runtime": [
|
|
151
|
-
"@ampath/esm-patient-registration-app",
|
|
152
|
-
"main"
|
|
153
|
-
],
|
|
154
|
-
"files": [
|
|
155
|
-
"236.js"
|
|
156
|
-
],
|
|
157
|
-
"auxiliaryFiles": [
|
|
158
|
-
"236.js.map"
|
|
159
|
-
],
|
|
160
|
-
"hash": "55e2b9a58077c251",
|
|
161
|
-
"childrenByOrder": {}
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
"rendered": true,
|
|
165
|
-
"initial": false,
|
|
166
|
-
"entry": false,
|
|
167
|
-
"recorded": false,
|
|
168
|
-
"size": 5588,
|
|
169
|
-
"sizes": {
|
|
170
|
-
"javascript": 5588
|
|
171
|
-
},
|
|
172
|
-
"names": [],
|
|
173
|
-
"idHints": [],
|
|
174
|
-
"runtime": [
|
|
175
|
-
"@ampath/esm-patient-registration-app",
|
|
176
|
-
"main"
|
|
177
|
-
],
|
|
178
|
-
"files": [
|
|
179
|
-
"300.js"
|
|
180
|
-
],
|
|
181
|
-
"auxiliaryFiles": [],
|
|
182
|
-
"hash": "d73225f652cab7b7",
|
|
183
|
-
"childrenByOrder": {}
|
|
184
|
-
},
|
|
185
|
-
{
|
|
186
|
-
"rendered": true,
|
|
187
|
-
"initial": false,
|
|
188
|
-
"entry": false,
|
|
189
|
-
"recorded": false,
|
|
190
|
-
"size": 5699,
|
|
191
|
-
"sizes": {
|
|
192
|
-
"javascript": 5699
|
|
193
|
-
},
|
|
194
|
-
"names": [],
|
|
195
|
-
"idHints": [],
|
|
196
|
-
"runtime": [
|
|
197
|
-
"@ampath/esm-patient-registration-app",
|
|
198
|
-
"main"
|
|
199
|
-
],
|
|
200
|
-
"files": [
|
|
201
|
-
"335.js"
|
|
202
|
-
],
|
|
203
|
-
"auxiliaryFiles": [],
|
|
204
|
-
"hash": "fd8937ceb1c9d26c",
|
|
205
|
-
"childrenByOrder": {}
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
"rendered": false,
|
|
209
|
-
"initial": false,
|
|
210
|
-
"entry": false,
|
|
211
|
-
"recorded": false,
|
|
212
|
-
"reason": "reused as split chunk (cache group: default)",
|
|
213
|
-
"size": 42,
|
|
214
|
-
"sizes": {
|
|
215
|
-
"consume-shared": 42
|
|
216
|
-
},
|
|
217
|
-
"names": [],
|
|
218
|
-
"idHints": [],
|
|
219
|
-
"runtime": [
|
|
220
|
-
"@ampath/esm-patient-registration-app",
|
|
221
|
-
"main"
|
|
222
|
-
],
|
|
223
|
-
"files": [],
|
|
224
|
-
"auxiliaryFiles": [],
|
|
225
|
-
"hash": "c8ebe0ba3db047ff",
|
|
226
|
-
"childrenByOrder": {}
|
|
227
|
-
},
|
|
228
|
-
{
|
|
229
|
-
"rendered": true,
|
|
230
|
-
"initial": false,
|
|
231
|
-
"entry": false,
|
|
232
|
-
"recorded": false,
|
|
233
|
-
"reason": "reused as split chunk (cache group: defaultVendors)",
|
|
234
|
-
"size": 25608,
|
|
235
|
-
"sizes": {
|
|
236
|
-
"javascript": 25608
|
|
237
|
-
},
|
|
238
|
-
"names": [],
|
|
239
|
-
"idHints": [
|
|
240
|
-
"vendors"
|
|
241
|
-
],
|
|
242
|
-
"runtime": [
|
|
243
|
-
"@ampath/esm-patient-registration-app",
|
|
244
|
-
"main"
|
|
245
|
-
],
|
|
246
|
-
"files": [
|
|
247
|
-
"372.js"
|
|
248
|
-
],
|
|
249
|
-
"auxiliaryFiles": [
|
|
250
|
-
"372.js.map"
|
|
251
|
-
],
|
|
252
|
-
"hash": "4ec02fb17c5fe28e",
|
|
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": 42,
|
|
262
|
-
"sizes": {
|
|
263
|
-
"consume-shared": 42
|
|
264
|
-
},
|
|
265
|
-
"names": [],
|
|
266
|
-
"idHints": [],
|
|
267
|
-
"runtime": [
|
|
268
|
-
"@ampath/esm-patient-registration-app",
|
|
269
|
-
"main"
|
|
270
|
-
],
|
|
271
|
-
"files": [],
|
|
272
|
-
"auxiliaryFiles": [],
|
|
273
|
-
"hash": "dc562cf18626e229",
|
|
274
|
-
"childrenByOrder": {}
|
|
275
|
-
},
|
|
276
|
-
{
|
|
277
|
-
"rendered": true,
|
|
278
|
-
"initial": false,
|
|
279
|
-
"entry": false,
|
|
280
|
-
"recorded": false,
|
|
281
|
-
"size": 39680,
|
|
282
|
-
"sizes": {
|
|
283
|
-
"javascript": 39680
|
|
284
|
-
},
|
|
285
|
-
"names": [],
|
|
286
|
-
"idHints": [],
|
|
287
|
-
"runtime": [
|
|
288
|
-
"@ampath/esm-patient-registration-app",
|
|
289
|
-
"main"
|
|
290
|
-
],
|
|
291
|
-
"files": [
|
|
292
|
-
"449.js"
|
|
293
|
-
],
|
|
294
|
-
"auxiliaryFiles": [
|
|
295
|
-
"449.js.map"
|
|
296
|
-
],
|
|
297
|
-
"hash": "a9c9d5d67cce713d",
|
|
298
|
-
"childrenByOrder": {}
|
|
299
|
-
},
|
|
300
|
-
{
|
|
301
|
-
"rendered": true,
|
|
302
|
-
"initial": false,
|
|
303
|
-
"entry": false,
|
|
304
|
-
"recorded": false,
|
|
305
|
-
"size": 7160,
|
|
306
|
-
"sizes": {
|
|
307
|
-
"javascript": 7160
|
|
308
|
-
},
|
|
309
|
-
"names": [],
|
|
310
|
-
"idHints": [],
|
|
311
|
-
"runtime": [
|
|
312
|
-
"@ampath/esm-patient-registration-app",
|
|
313
|
-
"main"
|
|
314
|
-
],
|
|
315
|
-
"files": [
|
|
316
|
-
"464.js"
|
|
317
|
-
],
|
|
318
|
-
"auxiliaryFiles": [
|
|
319
|
-
"464.js.map"
|
|
320
|
-
],
|
|
321
|
-
"hash": "e1374c6ac9d95d3e",
|
|
322
|
-
"childrenByOrder": {}
|
|
323
|
-
},
|
|
324
|
-
{
|
|
325
|
-
"rendered": true,
|
|
326
|
-
"initial": false,
|
|
327
|
-
"entry": false,
|
|
328
|
-
"recorded": false,
|
|
329
|
-
"size": 24274,
|
|
330
|
-
"sizes": {
|
|
331
|
-
"javascript": 24274
|
|
332
|
-
},
|
|
333
|
-
"names": [],
|
|
334
|
-
"idHints": [],
|
|
335
|
-
"runtime": [
|
|
336
|
-
"@ampath/esm-patient-registration-app",
|
|
337
|
-
"main"
|
|
338
|
-
],
|
|
339
|
-
"files": [
|
|
340
|
-
"495.js"
|
|
341
|
-
],
|
|
342
|
-
"auxiliaryFiles": [
|
|
343
|
-
"495.js.map"
|
|
344
|
-
],
|
|
345
|
-
"hash": "c69f92e28ec2730b",
|
|
346
|
-
"childrenByOrder": {}
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
"rendered": true,
|
|
350
|
-
"initial": false,
|
|
351
|
-
"entry": false,
|
|
352
|
-
"recorded": false,
|
|
353
|
-
"size": 506662,
|
|
354
|
-
"sizes": {
|
|
355
|
-
"javascript": 506452,
|
|
356
|
-
"consume-shared": 210
|
|
357
|
-
},
|
|
358
|
-
"names": [],
|
|
359
|
-
"idHints": [],
|
|
360
|
-
"runtime": [
|
|
361
|
-
"@ampath/esm-patient-registration-app"
|
|
362
|
-
],
|
|
363
|
-
"files": [
|
|
364
|
-
"621.js"
|
|
365
|
-
],
|
|
366
|
-
"auxiliaryFiles": [
|
|
367
|
-
"621.js.map"
|
|
368
|
-
],
|
|
369
|
-
"hash": "3200cb25b3736a15",
|
|
370
|
-
"childrenByOrder": {}
|
|
371
|
-
},
|
|
372
|
-
{
|
|
373
|
-
"rendered": true,
|
|
374
|
-
"initial": false,
|
|
375
|
-
"entry": false,
|
|
376
|
-
"recorded": false,
|
|
377
|
-
"reason": "split chunk (cache group: defaultVendors)",
|
|
378
|
-
"size": 2202268,
|
|
379
|
-
"sizes": {
|
|
380
|
-
"javascript": 2202268
|
|
381
|
-
},
|
|
382
|
-
"names": [],
|
|
383
|
-
"idHints": [
|
|
384
|
-
"vendors"
|
|
385
|
-
],
|
|
386
|
-
"runtime": [
|
|
387
|
-
"@ampath/esm-patient-registration-app"
|
|
388
|
-
],
|
|
389
|
-
"files": [
|
|
390
|
-
"629.js"
|
|
391
|
-
],
|
|
392
|
-
"auxiliaryFiles": [
|
|
393
|
-
"629.js.map"
|
|
394
|
-
],
|
|
395
|
-
"hash": "1913e4bb396081c5",
|
|
396
|
-
"childrenByOrder": {}
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
"rendered": true,
|
|
400
|
-
"initial": false,
|
|
401
|
-
"entry": false,
|
|
402
|
-
"recorded": false,
|
|
403
|
-
"size": 5062,
|
|
404
|
-
"sizes": {
|
|
405
|
-
"javascript": 5062
|
|
406
|
-
},
|
|
407
|
-
"names": [],
|
|
408
|
-
"idHints": [],
|
|
409
|
-
"runtime": [
|
|
410
|
-
"@ampath/esm-patient-registration-app",
|
|
411
|
-
"main"
|
|
412
|
-
],
|
|
413
|
-
"files": [
|
|
414
|
-
"652.js"
|
|
415
|
-
],
|
|
416
|
-
"auxiliaryFiles": [],
|
|
417
|
-
"hash": "99562a296e07be80",
|
|
418
|
-
"childrenByOrder": {}
|
|
419
|
-
},
|
|
420
|
-
{
|
|
421
|
-
"rendered": true,
|
|
422
|
-
"initial": false,
|
|
423
|
-
"entry": false,
|
|
424
|
-
"recorded": false,
|
|
425
|
-
"size": 3174,
|
|
426
|
-
"sizes": {
|
|
427
|
-
"javascript": 3174
|
|
428
|
-
},
|
|
429
|
-
"names": [],
|
|
430
|
-
"idHints": [],
|
|
431
|
-
"runtime": [
|
|
432
|
-
"@ampath/esm-patient-registration-app",
|
|
433
|
-
"main"
|
|
434
|
-
],
|
|
435
|
-
"files": [
|
|
436
|
-
"661.js"
|
|
437
|
-
],
|
|
438
|
-
"auxiliaryFiles": [],
|
|
439
|
-
"hash": "20c70b988ce84f6d",
|
|
440
|
-
"childrenByOrder": {}
|
|
441
|
-
},
|
|
442
|
-
{
|
|
443
|
-
"rendered": true,
|
|
444
|
-
"initial": false,
|
|
445
|
-
"entry": false,
|
|
446
|
-
"recorded": false,
|
|
447
|
-
"size": 1200,
|
|
448
|
-
"sizes": {
|
|
449
|
-
"javascript": 1200
|
|
450
|
-
},
|
|
451
|
-
"names": [],
|
|
452
|
-
"idHints": [],
|
|
453
|
-
"runtime": [
|
|
454
|
-
"@ampath/esm-patient-registration-app",
|
|
455
|
-
"main"
|
|
456
|
-
],
|
|
457
|
-
"files": [
|
|
458
|
-
"757.js"
|
|
459
|
-
],
|
|
460
|
-
"auxiliaryFiles": [
|
|
461
|
-
"757.js.map"
|
|
462
|
-
],
|
|
463
|
-
"hash": "2341925fb5ad7a24",
|
|
464
|
-
"childrenByOrder": {}
|
|
465
|
-
},
|
|
466
|
-
{
|
|
467
|
-
"rendered": true,
|
|
468
|
-
"initial": true,
|
|
469
|
-
"entry": true,
|
|
470
|
-
"recorded": false,
|
|
471
|
-
"size": 2731328,
|
|
472
|
-
"sizes": {
|
|
473
|
-
"consume-shared": 294,
|
|
474
|
-
"javascript": 2708720,
|
|
475
|
-
"share-init": 294,
|
|
476
|
-
"runtime": 22020
|
|
477
|
-
},
|
|
478
|
-
"names": [
|
|
479
|
-
"main"
|
|
480
|
-
],
|
|
481
|
-
"idHints": [],
|
|
482
|
-
"runtime": [
|
|
483
|
-
"main"
|
|
484
|
-
],
|
|
485
|
-
"files": [
|
|
486
|
-
"main.js"
|
|
487
|
-
],
|
|
488
|
-
"auxiliaryFiles": [
|
|
489
|
-
"main.js.map"
|
|
490
|
-
],
|
|
491
|
-
"hash": "9159264415a3eb60",
|
|
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": [],
|
|
505
|
-
"runtime": [
|
|
506
|
-
"@ampath/esm-patient-registration-app",
|
|
507
|
-
"main"
|
|
508
|
-
],
|
|
509
|
-
"files": [
|
|
510
|
-
"828.js"
|
|
511
|
-
],
|
|
512
|
-
"auxiliaryFiles": [
|
|
513
|
-
"828.js.map"
|
|
514
|
-
],
|
|
515
|
-
"hash": "4647108cd9b89465",
|
|
516
|
-
"childrenByOrder": {}
|
|
517
|
-
},
|
|
518
|
-
{
|
|
519
|
-
"rendered": true,
|
|
520
|
-
"initial": false,
|
|
521
|
-
"entry": false,
|
|
522
|
-
"recorded": false,
|
|
523
|
-
"size": 37905,
|
|
524
|
-
"sizes": {
|
|
525
|
-
"javascript": 37905
|
|
526
|
-
},
|
|
527
|
-
"names": [],
|
|
528
|
-
"idHints": [],
|
|
529
|
-
"runtime": [
|
|
530
|
-
"@ampath/esm-patient-registration-app",
|
|
531
|
-
"main"
|
|
532
|
-
],
|
|
533
|
-
"files": [
|
|
534
|
-
"830.js"
|
|
535
|
-
],
|
|
536
|
-
"auxiliaryFiles": [
|
|
537
|
-
"830.js.map"
|
|
538
|
-
],
|
|
539
|
-
"hash": "3058f48908dbe36a",
|
|
540
|
-
"childrenByOrder": {}
|
|
541
|
-
},
|
|
542
|
-
{
|
|
543
|
-
"rendered": true,
|
|
544
|
-
"initial": false,
|
|
545
|
-
"entry": false,
|
|
546
|
-
"recorded": false,
|
|
547
|
-
"reason": "reused as split chunk (cache group: defaultVendors)",
|
|
548
|
-
"size": 1788331,
|
|
549
|
-
"sizes": {
|
|
550
|
-
"javascript": 1788331
|
|
551
|
-
},
|
|
552
|
-
"names": [],
|
|
553
|
-
"idHints": [
|
|
554
|
-
"vendors"
|
|
555
|
-
],
|
|
556
|
-
"runtime": [
|
|
557
|
-
"@ampath/esm-patient-registration-app",
|
|
558
|
-
"main"
|
|
559
|
-
],
|
|
560
|
-
"files": [
|
|
561
|
-
"831.js"
|
|
562
|
-
],
|
|
563
|
-
"auxiliaryFiles": [
|
|
564
|
-
"831.js.map"
|
|
565
|
-
],
|
|
566
|
-
"hash": "5cd45cdd9a6cf899",
|
|
567
|
-
"childrenByOrder": {}
|
|
568
|
-
},
|
|
569
|
-
{
|
|
570
|
-
"rendered": true,
|
|
571
|
-
"initial": false,
|
|
572
|
-
"entry": false,
|
|
573
|
-
"recorded": false,
|
|
574
|
-
"size": 25557,
|
|
575
|
-
"sizes": {
|
|
576
|
-
"javascript": 25557
|
|
577
|
-
},
|
|
578
|
-
"names": [],
|
|
579
|
-
"idHints": [],
|
|
580
|
-
"runtime": [
|
|
581
|
-
"@ampath/esm-patient-registration-app",
|
|
582
|
-
"main"
|
|
583
|
-
],
|
|
584
|
-
"files": [
|
|
585
|
-
"876.js"
|
|
586
|
-
],
|
|
587
|
-
"auxiliaryFiles": [
|
|
588
|
-
"876.js.map"
|
|
589
|
-
],
|
|
590
|
-
"hash": "8f9c2924feb192f4",
|
|
591
|
-
"childrenByOrder": {}
|
|
592
|
-
},
|
|
593
|
-
{
|
|
594
|
-
"rendered": true,
|
|
595
|
-
"initial": false,
|
|
596
|
-
"entry": false,
|
|
597
|
-
"recorded": false,
|
|
598
|
-
"size": 3174,
|
|
599
|
-
"sizes": {
|
|
600
|
-
"javascript": 3174
|
|
601
|
-
},
|
|
602
|
-
"names": [],
|
|
603
|
-
"idHints": [],
|
|
604
|
-
"runtime": [
|
|
605
|
-
"@ampath/esm-patient-registration-app",
|
|
606
|
-
"main"
|
|
607
|
-
],
|
|
608
|
-
"files": [
|
|
609
|
-
"879.js"
|
|
610
|
-
],
|
|
611
|
-
"auxiliaryFiles": [],
|
|
612
|
-
"hash": "414ceae47a381a83",
|
|
613
|
-
"childrenByOrder": {}
|
|
614
|
-
},
|
|
615
|
-
{
|
|
616
|
-
"rendered": true,
|
|
617
|
-
"initial": true,
|
|
618
|
-
"entry": true,
|
|
619
|
-
"recorded": false,
|
|
620
|
-
"size": 21955,
|
|
621
|
-
"sizes": {
|
|
622
|
-
"javascript": 42,
|
|
623
|
-
"share-init": 294,
|
|
624
|
-
"runtime": 21619
|
|
625
|
-
},
|
|
626
|
-
"names": [
|
|
627
|
-
"@ampath/esm-patient-registration-app"
|
|
628
|
-
],
|
|
629
|
-
"idHints": [],
|
|
630
|
-
"runtime": [
|
|
631
|
-
"@ampath/esm-patient-registration-app"
|
|
632
|
-
],
|
|
633
|
-
"files": [
|
|
634
|
-
"ampath-esm-patient-registration-app.js"
|
|
635
|
-
],
|
|
636
|
-
"auxiliaryFiles": [
|
|
637
|
-
"ampath-esm-patient-registration-app.js.map"
|
|
638
|
-
],
|
|
639
|
-
"hash": "6ddea9b2735f8fdb",
|
|
640
|
-
"childrenByOrder": {}
|
|
641
|
-
},
|
|
642
|
-
{
|
|
643
|
-
"rendered": true,
|
|
644
|
-
"initial": false,
|
|
645
|
-
"entry": false,
|
|
646
|
-
"recorded": false,
|
|
647
|
-
"reason": "reused as split chunk (cache group: defaultVendors)",
|
|
648
|
-
"size": 427621,
|
|
649
|
-
"sizes": {
|
|
650
|
-
"javascript": 427621
|
|
651
|
-
},
|
|
652
|
-
"names": [],
|
|
653
|
-
"idHints": [
|
|
654
|
-
"vendors"
|
|
655
|
-
],
|
|
656
|
-
"runtime": [
|
|
657
|
-
"@ampath/esm-patient-registration-app",
|
|
658
|
-
"main"
|
|
659
|
-
],
|
|
660
|
-
"files": [
|
|
661
|
-
"913.js"
|
|
662
|
-
],
|
|
663
|
-
"auxiliaryFiles": [
|
|
664
|
-
"913.js.map"
|
|
665
|
-
],
|
|
666
|
-
"hash": "536115ffbf4a0d61",
|
|
667
|
-
"childrenByOrder": {}
|
|
668
|
-
},
|
|
669
|
-
{
|
|
670
|
-
"rendered": true,
|
|
671
|
-
"initial": false,
|
|
672
|
-
"entry": false,
|
|
673
|
-
"recorded": false,
|
|
674
|
-
"size": 1942,
|
|
675
|
-
"sizes": {
|
|
676
|
-
"javascript": 1942
|
|
677
|
-
},
|
|
678
|
-
"names": [],
|
|
679
|
-
"idHints": [],
|
|
680
|
-
"runtime": [
|
|
681
|
-
"@ampath/esm-patient-registration-app",
|
|
682
|
-
"main"
|
|
683
|
-
],
|
|
684
|
-
"files": [
|
|
685
|
-
"927.js"
|
|
686
|
-
],
|
|
687
|
-
"auxiliaryFiles": [
|
|
688
|
-
"927.js.map"
|
|
689
|
-
],
|
|
690
|
-
"hash": "a9bf6d0ff30d17db",
|
|
691
|
-
"childrenByOrder": {}
|
|
692
|
-
}
|
|
693
|
-
]
|
|
694
|
-
}
|