@openmrs/esm-billing-app 1.0.2-pre.82 → 1.0.2-pre.820
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/.eslintrc +16 -2
- package/README.md +54 -9
- package/__mocks__/bills.mock.ts +12 -0
- package/__mocks__/react-i18next.js +6 -5
- package/dist/1119.js +1 -1
- package/dist/1146.js +1 -2
- package/dist/1146.js.map +1 -1
- package/dist/1197.js +1 -1
- package/dist/1856.js +1 -0
- package/dist/1856.js.map +1 -0
- package/dist/2146.js +1 -1
- package/dist/2177.js +2 -0
- package/dist/2177.js.LICENSE.txt +9 -0
- package/dist/2177.js.map +1 -0
- package/dist/2524.js +1 -0
- package/dist/2524.js.map +1 -0
- package/dist/2690.js +1 -1
- package/dist/3041.js +1 -0
- package/dist/3041.js.map +1 -0
- package/dist/3099.js +1 -1
- package/dist/3584.js +1 -1
- package/dist/4055.js +1 -1
- package/dist/4132.js +1 -1
- package/dist/4225.js +1 -0
- package/dist/4225.js.map +1 -0
- package/dist/4300.js +1 -1
- package/dist/4335.js +1 -1
- package/dist/4344.js +1 -0
- package/dist/4344.js.map +1 -0
- package/dist/4618.js +1 -1
- package/dist/4652.js +1 -1
- package/dist/4724.js +1 -0
- package/dist/4724.js.map +1 -0
- package/dist/4739.js +1 -1
- package/dist/4739.js.map +1 -1
- package/dist/4944.js +1 -1
- package/dist/5173.js +1 -1
- package/dist/5241.js +1 -1
- package/dist/5422.js +1 -0
- package/dist/5422.js.map +1 -0
- package/dist/5442.js +1 -1
- package/dist/5661.js +1 -1
- package/dist/6022.js +1 -1
- package/dist/6468.js +1 -1
- package/dist/6540.js +1 -1
- package/dist/6540.js.map +1 -1
- package/dist/6606.js +1 -0
- package/dist/6606.js.map +1 -0
- package/dist/6679.js +1 -1
- package/dist/6840.js +1 -1
- package/dist/6859.js +1 -1
- package/dist/7097.js +1 -1
- package/dist/7159.js +1 -1
- package/dist/723.js +1 -1
- package/dist/7452.js +2 -0
- package/dist/7452.js.map +1 -0
- package/dist/7617.js +1 -1
- package/dist/795.js +1 -1
- package/dist/8163.js +1 -1
- package/dist/8349.js +1 -1
- package/dist/8618.js +1 -1
- package/dist/890.js +1 -1
- package/dist/8930.js +2 -0
- package/dist/{6525.js.LICENSE.txt → 8930.js.LICENSE.txt} +16 -4
- package/dist/8930.js.map +1 -0
- package/dist/9214.js +1 -1
- package/dist/9538.js +1 -1
- package/dist/9569.js +1 -1
- package/dist/961.js +1 -1
- package/dist/961.js.map +1 -1
- package/dist/986.js +1 -1
- package/dist/9879.js +1 -1
- package/dist/9895.js +1 -1
- package/dist/9900.js +1 -1
- package/dist/9913.js +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-billing-app.js +1 -1
- package/dist/openmrs-esm-billing-app.js.buildmanifest.json +371 -265
- package/dist/openmrs-esm-billing-app.js.map +1 -1
- package/dist/routes.json +1 -1
- package/e2e/README.md +19 -18
- package/e2e/core/test.ts +1 -1
- package/e2e/fixtures/api.ts +1 -1
- package/e2e/specs/sample-test.spec.ts +0 -1
- package/e2e/support/github/Dockerfile +1 -1
- package/package.json +13 -10
- package/src/bill-history/bill-history.component.tsx +17 -25
- package/src/bill-history/bill-history.scss +4 -94
- package/src/bill-history/bill-history.test.tsx +37 -78
- package/src/bill-item-actions/bill-item-actions.scss +0 -4
- package/src/bill-item-actions/{edit-bill-item.component.tsx → edit-bill-item.modal.tsx} +100 -78
- package/src/bill-item-actions/edit-bill-item.test.tsx +116 -31
- package/src/billable-services/bill-waiver/bill-selection.component.tsx +2 -2
- package/src/billable-services/bill-waiver/bill-waiver-form.component.tsx +2 -3
- package/src/billable-services/bill-waiver/patient-bills.component.tsx +3 -3
- package/src/billable-services/bill-waiver/utils.ts +13 -3
- package/src/billable-services/billable-service.resource.ts +28 -12
- package/src/billable-services/billable-services-home.component.tsx +1 -1
- package/src/billable-services/billable-services.component.tsx +142 -145
- package/src/billable-services/billable-services.scss +3 -0
- package/src/billable-services/billable-services.test.tsx +2 -45
- package/src/billable-services/cash-point/add-cash-point.modal.tsx +168 -0
- package/src/billable-services/cash-point/cash-point-configuration.component.tsx +18 -192
- package/src/billable-services/cash-point/cash-point-configuration.scss +1 -5
- package/src/billable-services/create-edit/add-billable-service.component.tsx +358 -300
- package/src/billable-services/create-edit/add-billable-service.scss +6 -65
- package/src/billable-services/create-edit/add-billable-service.test.tsx +166 -80
- package/src/billable-services/create-edit/edit-billable-service.modal.tsx +51 -0
- package/src/billable-services/payment-modes/add-payment-mode.modal.tsx +121 -0
- package/src/billable-services/payment-modes/delete-payment-mode.modal.tsx +72 -0
- package/src/billable-services/payment-modes/payment-modes-config.component.tsx +125 -0
- package/src/billable-services/{payyment-modes → payment-modes}/payment-modes-config.scss +5 -4
- package/src/billing-form/billing-checkin-form.component.tsx +2 -3
- package/src/billing-form/billing-checkin-form.test.tsx +97 -24
- package/src/billing-form/billing-form.component.tsx +216 -269
- package/src/billing-form/billing-form.scss +143 -0
- package/src/billing.resource.ts +52 -68
- package/src/bills-table/bills-table.test.tsx +98 -54
- package/src/config-schema.ts +52 -24
- package/src/dashboard.meta.ts +4 -2
- package/src/helpers/functions.ts +5 -4
- package/src/index.ts +17 -6
- package/src/invoice/invoice-table.component.tsx +34 -68
- package/src/invoice/invoice-table.scss +8 -5
- package/src/invoice/invoice-table.test.tsx +273 -62
- package/src/invoice/invoice.component.tsx +38 -29
- package/src/invoice/invoice.scss +11 -4
- package/src/invoice/invoice.test.tsx +324 -120
- package/src/invoice/payments/invoice-breakdown/invoice-breakdown.scss +9 -9
- package/src/invoice/payments/payment-form/payment-form.component.tsx +43 -34
- package/src/invoice/payments/payment-form/payment-form.scss +5 -6
- package/src/invoice/payments/payment-form/payment-form.test.tsx +216 -66
- package/src/invoice/payments/payment-history/payment-history.component.tsx +6 -4
- package/src/invoice/payments/payment-history/payment-history.test.tsx +9 -14
- package/src/invoice/payments/payments.component.tsx +53 -65
- package/src/invoice/payments/payments.scss +4 -3
- package/src/invoice/payments/payments.test.tsx +282 -0
- package/src/invoice/payments/utils.ts +15 -27
- package/src/invoice/printable-invoice/print-receipt.component.tsx +3 -2
- package/src/invoice/printable-invoice/print-receipt.test.tsx +14 -25
- package/src/invoice/printable-invoice/printable-footer.component.tsx +2 -2
- package/src/invoice/printable-invoice/printable-footer.test.tsx +4 -13
- package/src/invoice/printable-invoice/printable-invoice-header.component.tsx +12 -11
- package/src/invoice/printable-invoice/printable-invoice-header.test.tsx +16 -14
- package/src/invoice/printable-invoice/printable-invoice.component.tsx +19 -33
- package/src/left-panel-link.test.tsx +1 -4
- package/src/metrics-cards/metrics-cards.test.tsx +18 -5
- package/src/modal/require-payment-modal.test.tsx +27 -22
- package/src/modal/{require-payment-modal.component.tsx → require-payment.modal.tsx} +17 -18
- package/src/routes.json +22 -2
- package/src/types/index.ts +80 -18
- package/translations/am.json +69 -21
- package/translations/ar.json +69 -21
- package/translations/ar_SY.json +69 -21
- package/translations/bn.json +74 -26
- package/translations/de.json +69 -21
- package/translations/en.json +69 -21
- package/translations/en_US.json +69 -21
- package/translations/es.json +69 -21
- package/translations/es_MX.json +69 -21
- package/translations/fr.json +82 -34
- package/translations/he.json +69 -21
- package/translations/hi.json +69 -21
- package/translations/hi_IN.json +69 -21
- package/translations/id.json +69 -21
- package/translations/it.json +104 -56
- package/translations/ka.json +69 -21
- package/translations/km.json +69 -21
- package/translations/ku.json +69 -21
- package/translations/ky.json +69 -21
- package/translations/lg.json +69 -21
- package/translations/ne.json +69 -21
- package/translations/pl.json +69 -21
- package/translations/pt.json +69 -21
- package/translations/pt_BR.json +69 -21
- package/translations/qu.json +69 -21
- package/translations/ro_RO.json +213 -165
- package/translations/ru_RU.json +69 -21
- package/translations/si.json +69 -21
- package/translations/sw.json +69 -21
- package/translations/sw_KE.json +69 -21
- package/translations/tr.json +69 -21
- package/translations/tr_TR.json +69 -21
- package/translations/uk.json +69 -21
- package/translations/uz.json +69 -21
- package/translations/uz@Latn.json +69 -21
- package/translations/uz_UZ.json +69 -21
- package/translations/vi.json +69 -21
- package/translations/zh.json +69 -21
- package/translations/zh_CN.json +124 -76
- package/dist/1146.js.LICENSE.txt +0 -21
- package/dist/2352.js +0 -1
- package/dist/2352.js.map +0 -1
- package/dist/246.js +0 -1
- package/dist/246.js.map +0 -1
- package/dist/6525.js +0 -2
- package/dist/6525.js.map +0 -1
- package/dist/8556.js +0 -2
- package/dist/8556.js.map +0 -1
- package/dist/8638.js +0 -1
- package/dist/8638.js.map +0 -1
- package/dist/9968.js +0 -1
- package/dist/9968.js.map +0 -1
- package/src/billable-services/payyment-modes/payment-modes-config.component.tsx +0 -280
- package/src/invoice/payments/payments.component.test.tsx +0 -121
- /package/dist/{8556.js.LICENSE.txt → 7452.js.LICENSE.txt} +0 -0
|
@@ -5,26 +5,21 @@
|
|
|
5
5
|
"initial": false,
|
|
6
6
|
"entry": false,
|
|
7
7
|
"recorded": false,
|
|
8
|
-
"
|
|
9
|
-
"size": 247849,
|
|
8
|
+
"size": 8777,
|
|
10
9
|
"sizes": {
|
|
11
|
-
"javascript":
|
|
10
|
+
"javascript": 8777
|
|
12
11
|
},
|
|
13
12
|
"names": [],
|
|
14
|
-
"idHints": [
|
|
15
|
-
"vendors"
|
|
16
|
-
],
|
|
13
|
+
"idHints": [],
|
|
17
14
|
"runtime": [
|
|
18
15
|
"@openmrs/esm-billing-app",
|
|
19
16
|
"main"
|
|
20
17
|
],
|
|
21
18
|
"files": [
|
|
22
|
-
"
|
|
23
|
-
],
|
|
24
|
-
"auxiliaryFiles": [
|
|
25
|
-
"246.js.map"
|
|
19
|
+
"723.js"
|
|
26
20
|
],
|
|
27
|
-
"
|
|
21
|
+
"auxiliaryFiles": [],
|
|
22
|
+
"hash": "bb51e941f0e09c51",
|
|
28
23
|
"childrenByOrder": {}
|
|
29
24
|
},
|
|
30
25
|
{
|
|
@@ -32,9 +27,9 @@
|
|
|
32
27
|
"initial": false,
|
|
33
28
|
"entry": false,
|
|
34
29
|
"recorded": false,
|
|
35
|
-
"size":
|
|
30
|
+
"size": 9056,
|
|
36
31
|
"sizes": {
|
|
37
|
-
"javascript":
|
|
32
|
+
"javascript": 9056
|
|
38
33
|
},
|
|
39
34
|
"names": [],
|
|
40
35
|
"idHints": [],
|
|
@@ -43,10 +38,10 @@
|
|
|
43
38
|
"main"
|
|
44
39
|
],
|
|
45
40
|
"files": [
|
|
46
|
-
"
|
|
41
|
+
"795.js"
|
|
47
42
|
],
|
|
48
43
|
"auxiliaryFiles": [],
|
|
49
|
-
"hash": "
|
|
44
|
+
"hash": "08f0c7f99f6c1aa4",
|
|
50
45
|
"childrenByOrder": {}
|
|
51
46
|
},
|
|
52
47
|
{
|
|
@@ -54,9 +49,9 @@
|
|
|
54
49
|
"initial": false,
|
|
55
50
|
"entry": false,
|
|
56
51
|
"recorded": false,
|
|
57
|
-
"size":
|
|
52
|
+
"size": 8777,
|
|
58
53
|
"sizes": {
|
|
59
|
-
"javascript":
|
|
54
|
+
"javascript": 8777
|
|
60
55
|
},
|
|
61
56
|
"names": [],
|
|
62
57
|
"idHints": [],
|
|
@@ -65,31 +60,37 @@
|
|
|
65
60
|
"main"
|
|
66
61
|
],
|
|
67
62
|
"files": [
|
|
68
|
-
"
|
|
63
|
+
"890.js"
|
|
69
64
|
],
|
|
70
65
|
"auxiliaryFiles": [],
|
|
71
|
-
"hash": "
|
|
66
|
+
"hash": "93a5d6b5f3b07379",
|
|
72
67
|
"childrenByOrder": {}
|
|
73
68
|
},
|
|
74
69
|
{
|
|
75
|
-
"rendered":
|
|
70
|
+
"rendered": true,
|
|
76
71
|
"initial": false,
|
|
77
72
|
"entry": false,
|
|
78
73
|
"recorded": false,
|
|
79
|
-
"reason": "reused as split chunk (cache group:
|
|
80
|
-
"size":
|
|
74
|
+
"reason": "reused as split chunk (cache group: defaultVendors)",
|
|
75
|
+
"size": 137481,
|
|
81
76
|
"sizes": {
|
|
82
|
-
"
|
|
77
|
+
"javascript": 137481
|
|
83
78
|
},
|
|
84
79
|
"names": [],
|
|
85
|
-
"idHints": [
|
|
80
|
+
"idHints": [
|
|
81
|
+
"vendors"
|
|
82
|
+
],
|
|
86
83
|
"runtime": [
|
|
87
84
|
"@openmrs/esm-billing-app",
|
|
88
85
|
"main"
|
|
89
86
|
],
|
|
90
|
-
"files": [
|
|
91
|
-
|
|
92
|
-
|
|
87
|
+
"files": [
|
|
88
|
+
"961.js"
|
|
89
|
+
],
|
|
90
|
+
"auxiliaryFiles": [
|
|
91
|
+
"961.js.map"
|
|
92
|
+
],
|
|
93
|
+
"hash": "d05c495a0f5dc99e",
|
|
93
94
|
"childrenByOrder": {}
|
|
94
95
|
},
|
|
95
96
|
{
|
|
@@ -97,9 +98,9 @@
|
|
|
97
98
|
"initial": false,
|
|
98
99
|
"entry": false,
|
|
99
100
|
"recorded": false,
|
|
100
|
-
"size":
|
|
101
|
+
"size": 8777,
|
|
101
102
|
"sizes": {
|
|
102
|
-
"javascript":
|
|
103
|
+
"javascript": 8777
|
|
103
104
|
},
|
|
104
105
|
"names": [],
|
|
105
106
|
"idHints": [],
|
|
@@ -108,10 +109,10 @@
|
|
|
108
109
|
"main"
|
|
109
110
|
],
|
|
110
111
|
"files": [
|
|
111
|
-
"
|
|
112
|
+
"986.js"
|
|
112
113
|
],
|
|
113
114
|
"auxiliaryFiles": [],
|
|
114
|
-
"hash": "
|
|
115
|
+
"hash": "a09aca97a19f7cc4",
|
|
115
116
|
"childrenByOrder": {}
|
|
116
117
|
},
|
|
117
118
|
{
|
|
@@ -119,26 +120,21 @@
|
|
|
119
120
|
"initial": false,
|
|
120
121
|
"entry": false,
|
|
121
122
|
"recorded": false,
|
|
122
|
-
"
|
|
123
|
-
"size": 137533,
|
|
123
|
+
"size": 8777,
|
|
124
124
|
"sizes": {
|
|
125
|
-
"javascript":
|
|
125
|
+
"javascript": 8777
|
|
126
126
|
},
|
|
127
127
|
"names": [],
|
|
128
|
-
"idHints": [
|
|
129
|
-
"vendors"
|
|
130
|
-
],
|
|
128
|
+
"idHints": [],
|
|
131
129
|
"runtime": [
|
|
132
130
|
"@openmrs/esm-billing-app",
|
|
133
131
|
"main"
|
|
134
132
|
],
|
|
135
133
|
"files": [
|
|
136
|
-
"
|
|
137
|
-
],
|
|
138
|
-
"auxiliaryFiles": [
|
|
139
|
-
"961.js.map"
|
|
134
|
+
"1119.js"
|
|
140
135
|
],
|
|
141
|
-
"
|
|
136
|
+
"auxiliaryFiles": [],
|
|
137
|
+
"hash": "cff76c7082f3af18",
|
|
142
138
|
"childrenByOrder": {}
|
|
143
139
|
},
|
|
144
140
|
{
|
|
@@ -146,21 +142,26 @@
|
|
|
146
142
|
"initial": false,
|
|
147
143
|
"entry": false,
|
|
148
144
|
"recorded": false,
|
|
149
|
-
"
|
|
145
|
+
"reason": "split chunk (cache group: defaultVendors)",
|
|
146
|
+
"size": 66148,
|
|
150
147
|
"sizes": {
|
|
151
|
-
"javascript":
|
|
148
|
+
"javascript": 66148
|
|
152
149
|
},
|
|
153
150
|
"names": [],
|
|
154
|
-
"idHints": [
|
|
151
|
+
"idHints": [
|
|
152
|
+
"vendors"
|
|
153
|
+
],
|
|
155
154
|
"runtime": [
|
|
156
155
|
"@openmrs/esm-billing-app",
|
|
157
156
|
"main"
|
|
158
157
|
],
|
|
159
158
|
"files": [
|
|
160
|
-
"
|
|
159
|
+
"1146.js"
|
|
161
160
|
],
|
|
162
|
-
"auxiliaryFiles": [
|
|
163
|
-
|
|
161
|
+
"auxiliaryFiles": [
|
|
162
|
+
"1146.js.map"
|
|
163
|
+
],
|
|
164
|
+
"hash": "1babe92d7f44de13",
|
|
164
165
|
"childrenByOrder": {}
|
|
165
166
|
},
|
|
166
167
|
{
|
|
@@ -168,9 +169,9 @@
|
|
|
168
169
|
"initial": false,
|
|
169
170
|
"entry": false,
|
|
170
171
|
"recorded": false,
|
|
171
|
-
"size":
|
|
172
|
+
"size": 8772,
|
|
172
173
|
"sizes": {
|
|
173
|
-
"javascript":
|
|
174
|
+
"javascript": 8772
|
|
174
175
|
},
|
|
175
176
|
"names": [],
|
|
176
177
|
"idHints": [],
|
|
@@ -179,10 +180,10 @@
|
|
|
179
180
|
"main"
|
|
180
181
|
],
|
|
181
182
|
"files": [
|
|
182
|
-
"
|
|
183
|
+
"1197.js"
|
|
183
184
|
],
|
|
184
185
|
"auxiliaryFiles": [],
|
|
185
|
-
"hash": "
|
|
186
|
+
"hash": "c67efa09f9eeaa6b",
|
|
186
187
|
"childrenByOrder": {}
|
|
187
188
|
},
|
|
188
189
|
{
|
|
@@ -191,9 +192,9 @@
|
|
|
191
192
|
"entry": false,
|
|
192
193
|
"recorded": false,
|
|
193
194
|
"reason": "split chunk (cache group: defaultVendors)",
|
|
194
|
-
"size":
|
|
195
|
+
"size": 87093,
|
|
195
196
|
"sizes": {
|
|
196
|
-
"javascript":
|
|
197
|
+
"javascript": 87093
|
|
197
198
|
},
|
|
198
199
|
"names": [],
|
|
199
200
|
"idHints": [
|
|
@@ -204,22 +205,23 @@
|
|
|
204
205
|
"main"
|
|
205
206
|
],
|
|
206
207
|
"files": [
|
|
207
|
-
"
|
|
208
|
+
"1856.js"
|
|
208
209
|
],
|
|
209
210
|
"auxiliaryFiles": [
|
|
210
|
-
"
|
|
211
|
+
"1856.js.map"
|
|
211
212
|
],
|
|
212
|
-
"hash": "
|
|
213
|
+
"hash": "a229e4319f026aa0",
|
|
213
214
|
"childrenByOrder": {}
|
|
214
215
|
},
|
|
215
216
|
{
|
|
216
|
-
"rendered":
|
|
217
|
+
"rendered": false,
|
|
217
218
|
"initial": false,
|
|
218
219
|
"entry": false,
|
|
219
220
|
"recorded": false,
|
|
220
|
-
"
|
|
221
|
+
"reason": "reused as split chunk (cache group: default)",
|
|
222
|
+
"size": 126,
|
|
221
223
|
"sizes": {
|
|
222
|
-
"
|
|
224
|
+
"consume-shared": 126
|
|
223
225
|
},
|
|
224
226
|
"names": [],
|
|
225
227
|
"idHints": [],
|
|
@@ -227,11 +229,9 @@
|
|
|
227
229
|
"@openmrs/esm-billing-app",
|
|
228
230
|
"main"
|
|
229
231
|
],
|
|
230
|
-
"files": [
|
|
231
|
-
"1197.js"
|
|
232
|
-
],
|
|
232
|
+
"files": [],
|
|
233
233
|
"auxiliaryFiles": [],
|
|
234
|
-
"hash": "
|
|
234
|
+
"hash": "3fd3458fb5613650",
|
|
235
235
|
"childrenByOrder": {}
|
|
236
236
|
},
|
|
237
237
|
{
|
|
@@ -239,9 +239,9 @@
|
|
|
239
239
|
"initial": false,
|
|
240
240
|
"entry": false,
|
|
241
241
|
"recorded": false,
|
|
242
|
-
"size":
|
|
242
|
+
"size": 8777,
|
|
243
243
|
"sizes": {
|
|
244
|
-
"javascript":
|
|
244
|
+
"javascript": 8777
|
|
245
245
|
},
|
|
246
246
|
"names": [],
|
|
247
247
|
"idHints": [],
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
"2146.js"
|
|
254
254
|
],
|
|
255
255
|
"auxiliaryFiles": [],
|
|
256
|
-
"hash": "
|
|
256
|
+
"hash": "04a71f8e6f65d68a",
|
|
257
257
|
"childrenByOrder": {}
|
|
258
258
|
},
|
|
259
259
|
{
|
|
@@ -261,23 +261,52 @@
|
|
|
261
261
|
"initial": false,
|
|
262
262
|
"entry": false,
|
|
263
263
|
"recorded": false,
|
|
264
|
-
"
|
|
264
|
+
"reason": "split chunk (cache group: defaultVendors)",
|
|
265
|
+
"size": 58548,
|
|
265
266
|
"sizes": {
|
|
266
|
-
"javascript":
|
|
267
|
+
"javascript": 58548
|
|
267
268
|
},
|
|
268
269
|
"names": [],
|
|
269
|
-
"idHints": [
|
|
270
|
+
"idHints": [
|
|
271
|
+
"vendors"
|
|
272
|
+
],
|
|
270
273
|
"runtime": [
|
|
271
274
|
"@openmrs/esm-billing-app",
|
|
272
275
|
"main"
|
|
273
276
|
],
|
|
274
277
|
"files": [
|
|
275
|
-
"
|
|
278
|
+
"2177.js"
|
|
279
|
+
],
|
|
280
|
+
"auxiliaryFiles": [
|
|
281
|
+
"2177.js.map"
|
|
282
|
+
],
|
|
283
|
+
"hash": "e8d9508efa2d693c",
|
|
284
|
+
"childrenByOrder": {}
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"rendered": true,
|
|
288
|
+
"initial": false,
|
|
289
|
+
"entry": false,
|
|
290
|
+
"recorded": false,
|
|
291
|
+
"reason": "split chunk (cache group: defaultVendors)",
|
|
292
|
+
"size": 645634,
|
|
293
|
+
"sizes": {
|
|
294
|
+
"javascript": 645634
|
|
295
|
+
},
|
|
296
|
+
"names": [],
|
|
297
|
+
"idHints": [
|
|
298
|
+
"vendors"
|
|
299
|
+
],
|
|
300
|
+
"runtime": [
|
|
301
|
+
"@openmrs/esm-billing-app"
|
|
302
|
+
],
|
|
303
|
+
"files": [
|
|
304
|
+
"2524.js"
|
|
276
305
|
],
|
|
277
306
|
"auxiliaryFiles": [
|
|
278
|
-
"
|
|
307
|
+
"2524.js.map"
|
|
279
308
|
],
|
|
280
|
-
"hash": "
|
|
309
|
+
"hash": "86b6ac78db2c40f1",
|
|
281
310
|
"childrenByOrder": {}
|
|
282
311
|
},
|
|
283
312
|
{
|
|
@@ -285,9 +314,9 @@
|
|
|
285
314
|
"initial": false,
|
|
286
315
|
"entry": false,
|
|
287
316
|
"recorded": false,
|
|
288
|
-
"size":
|
|
317
|
+
"size": 9086,
|
|
289
318
|
"sizes": {
|
|
290
|
-
"javascript":
|
|
319
|
+
"javascript": 9086
|
|
291
320
|
},
|
|
292
321
|
"names": [],
|
|
293
322
|
"idHints": [],
|
|
@@ -299,7 +328,7 @@
|
|
|
299
328
|
"2690.js"
|
|
300
329
|
],
|
|
301
330
|
"auxiliaryFiles": [],
|
|
302
|
-
"hash": "
|
|
331
|
+
"hash": "448cfaadece5bd22",
|
|
303
332
|
"childrenByOrder": {}
|
|
304
333
|
},
|
|
305
334
|
{
|
|
@@ -308,9 +337,9 @@
|
|
|
308
337
|
"entry": false,
|
|
309
338
|
"recorded": false,
|
|
310
339
|
"reason": "reused as split chunk (cache group: default)",
|
|
311
|
-
"size":
|
|
340
|
+
"size": 126,
|
|
312
341
|
"sizes": {
|
|
313
|
-
"consume-shared":
|
|
342
|
+
"consume-shared": 126
|
|
314
343
|
},
|
|
315
344
|
"names": [],
|
|
316
345
|
"idHints": [],
|
|
@@ -320,18 +349,17 @@
|
|
|
320
349
|
],
|
|
321
350
|
"files": [],
|
|
322
351
|
"auxiliaryFiles": [],
|
|
323
|
-
"hash": "
|
|
352
|
+
"hash": "d93481d586182eef",
|
|
324
353
|
"childrenByOrder": {}
|
|
325
354
|
},
|
|
326
355
|
{
|
|
327
|
-
"rendered":
|
|
356
|
+
"rendered": true,
|
|
328
357
|
"initial": false,
|
|
329
358
|
"entry": false,
|
|
330
359
|
"recorded": false,
|
|
331
|
-
"
|
|
332
|
-
"size": 126,
|
|
360
|
+
"size": 14433,
|
|
333
361
|
"sizes": {
|
|
334
|
-
"
|
|
362
|
+
"javascript": 14433
|
|
335
363
|
},
|
|
336
364
|
"names": [],
|
|
337
365
|
"idHints": [],
|
|
@@ -339,9 +367,13 @@
|
|
|
339
367
|
"@openmrs/esm-billing-app",
|
|
340
368
|
"main"
|
|
341
369
|
],
|
|
342
|
-
"files": [
|
|
343
|
-
|
|
344
|
-
|
|
370
|
+
"files": [
|
|
371
|
+
"3041.js"
|
|
372
|
+
],
|
|
373
|
+
"auxiliaryFiles": [
|
|
374
|
+
"3041.js.map"
|
|
375
|
+
],
|
|
376
|
+
"hash": "df58f1f0a7647d6a",
|
|
345
377
|
"childrenByOrder": {}
|
|
346
378
|
},
|
|
347
379
|
{
|
|
@@ -349,9 +381,9 @@
|
|
|
349
381
|
"initial": false,
|
|
350
382
|
"entry": false,
|
|
351
383
|
"recorded": false,
|
|
352
|
-
"size":
|
|
384
|
+
"size": 8870,
|
|
353
385
|
"sizes": {
|
|
354
|
-
"javascript":
|
|
386
|
+
"javascript": 8870
|
|
355
387
|
},
|
|
356
388
|
"names": [],
|
|
357
389
|
"idHints": [],
|
|
@@ -363,7 +395,7 @@
|
|
|
363
395
|
"3099.js"
|
|
364
396
|
],
|
|
365
397
|
"auxiliaryFiles": [],
|
|
366
|
-
"hash": "
|
|
398
|
+
"hash": "44faebc99f936f64",
|
|
367
399
|
"childrenByOrder": {}
|
|
368
400
|
},
|
|
369
401
|
{
|
|
@@ -398,9 +430,9 @@
|
|
|
398
430
|
"initial": false,
|
|
399
431
|
"entry": false,
|
|
400
432
|
"recorded": false,
|
|
401
|
-
"size":
|
|
433
|
+
"size": 8777,
|
|
402
434
|
"sizes": {
|
|
403
|
-
"javascript":
|
|
435
|
+
"javascript": 8777
|
|
404
436
|
},
|
|
405
437
|
"names": [],
|
|
406
438
|
"idHints": [],
|
|
@@ -412,7 +444,7 @@
|
|
|
412
444
|
"3584.js"
|
|
413
445
|
],
|
|
414
446
|
"auxiliaryFiles": [],
|
|
415
|
-
"hash": "
|
|
447
|
+
"hash": "5296c25725dc9a51",
|
|
416
448
|
"childrenByOrder": {}
|
|
417
449
|
},
|
|
418
450
|
{
|
|
@@ -420,9 +452,9 @@
|
|
|
420
452
|
"initial": false,
|
|
421
453
|
"entry": false,
|
|
422
454
|
"recorded": false,
|
|
423
|
-
"size":
|
|
455
|
+
"size": 8869,
|
|
424
456
|
"sizes": {
|
|
425
|
-
"javascript":
|
|
457
|
+
"javascript": 8869
|
|
426
458
|
},
|
|
427
459
|
"names": [],
|
|
428
460
|
"idHints": [],
|
|
@@ -434,7 +466,7 @@
|
|
|
434
466
|
"4055.js"
|
|
435
467
|
],
|
|
436
468
|
"auxiliaryFiles": [],
|
|
437
|
-
"hash": "
|
|
469
|
+
"hash": "2c0141cd16eab34f",
|
|
438
470
|
"childrenByOrder": {}
|
|
439
471
|
},
|
|
440
472
|
{
|
|
@@ -442,9 +474,9 @@
|
|
|
442
474
|
"initial": false,
|
|
443
475
|
"entry": false,
|
|
444
476
|
"recorded": false,
|
|
445
|
-
"size":
|
|
477
|
+
"size": 8777,
|
|
446
478
|
"sizes": {
|
|
447
|
-
"javascript":
|
|
479
|
+
"javascript": 8777
|
|
448
480
|
},
|
|
449
481
|
"names": [],
|
|
450
482
|
"idHints": [],
|
|
@@ -456,7 +488,7 @@
|
|
|
456
488
|
"4132.js"
|
|
457
489
|
],
|
|
458
490
|
"auxiliaryFiles": [],
|
|
459
|
-
"hash": "
|
|
491
|
+
"hash": "199edf509b39a730",
|
|
460
492
|
"childrenByOrder": {}
|
|
461
493
|
},
|
|
462
494
|
{
|
|
@@ -464,9 +496,33 @@
|
|
|
464
496
|
"initial": false,
|
|
465
497
|
"entry": false,
|
|
466
498
|
"recorded": false,
|
|
467
|
-
"size":
|
|
499
|
+
"size": 504,
|
|
468
500
|
"sizes": {
|
|
469
|
-
"javascript":
|
|
501
|
+
"javascript": 504
|
|
502
|
+
},
|
|
503
|
+
"names": [],
|
|
504
|
+
"idHints": [],
|
|
505
|
+
"runtime": [
|
|
506
|
+
"@openmrs/esm-billing-app",
|
|
507
|
+
"main"
|
|
508
|
+
],
|
|
509
|
+
"files": [
|
|
510
|
+
"4225.js"
|
|
511
|
+
],
|
|
512
|
+
"auxiliaryFiles": [
|
|
513
|
+
"4225.js.map"
|
|
514
|
+
],
|
|
515
|
+
"hash": "9c2806e8813dece5",
|
|
516
|
+
"childrenByOrder": {}
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"rendered": true,
|
|
520
|
+
"initial": false,
|
|
521
|
+
"entry": false,
|
|
522
|
+
"recorded": false,
|
|
523
|
+
"size": 8777,
|
|
524
|
+
"sizes": {
|
|
525
|
+
"javascript": 8777
|
|
470
526
|
},
|
|
471
527
|
"names": [],
|
|
472
528
|
"idHints": [],
|
|
@@ -478,7 +534,7 @@
|
|
|
478
534
|
"4300.js"
|
|
479
535
|
],
|
|
480
536
|
"auxiliaryFiles": [],
|
|
481
|
-
"hash": "
|
|
537
|
+
"hash": "5e3aefcd437e10e9",
|
|
482
538
|
"childrenByOrder": {}
|
|
483
539
|
},
|
|
484
540
|
{
|
|
@@ -486,9 +542,9 @@
|
|
|
486
542
|
"initial": false,
|
|
487
543
|
"entry": false,
|
|
488
544
|
"recorded": false,
|
|
489
|
-
"size":
|
|
545
|
+
"size": 8772,
|
|
490
546
|
"sizes": {
|
|
491
|
-
"javascript":
|
|
547
|
+
"javascript": 8772
|
|
492
548
|
},
|
|
493
549
|
"names": [],
|
|
494
550
|
"idHints": [],
|
|
@@ -500,7 +556,7 @@
|
|
|
500
556
|
"4335.js"
|
|
501
557
|
],
|
|
502
558
|
"auxiliaryFiles": [],
|
|
503
|
-
"hash": "
|
|
559
|
+
"hash": "65a94592d996a316",
|
|
504
560
|
"childrenByOrder": {}
|
|
505
561
|
},
|
|
506
562
|
{
|
|
@@ -508,9 +564,33 @@
|
|
|
508
564
|
"initial": false,
|
|
509
565
|
"entry": false,
|
|
510
566
|
"recorded": false,
|
|
511
|
-
"size":
|
|
567
|
+
"size": 1166398,
|
|
512
568
|
"sizes": {
|
|
513
|
-
"javascript":
|
|
569
|
+
"javascript": 1166356,
|
|
570
|
+
"consume-shared": 42
|
|
571
|
+
},
|
|
572
|
+
"names": [],
|
|
573
|
+
"idHints": [],
|
|
574
|
+
"runtime": [
|
|
575
|
+
"@openmrs/esm-billing-app"
|
|
576
|
+
],
|
|
577
|
+
"files": [
|
|
578
|
+
"4344.js"
|
|
579
|
+
],
|
|
580
|
+
"auxiliaryFiles": [
|
|
581
|
+
"4344.js.map"
|
|
582
|
+
],
|
|
583
|
+
"hash": "f506d0d12e301fca",
|
|
584
|
+
"childrenByOrder": {}
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"rendered": true,
|
|
588
|
+
"initial": false,
|
|
589
|
+
"entry": false,
|
|
590
|
+
"recorded": false,
|
|
591
|
+
"size": 8777,
|
|
592
|
+
"sizes": {
|
|
593
|
+
"javascript": 8777
|
|
514
594
|
},
|
|
515
595
|
"names": [],
|
|
516
596
|
"idHints": [],
|
|
@@ -522,7 +602,7 @@
|
|
|
522
602
|
"4618.js"
|
|
523
603
|
],
|
|
524
604
|
"auxiliaryFiles": [],
|
|
525
|
-
"hash": "
|
|
605
|
+
"hash": "37f661657ed5028a",
|
|
526
606
|
"childrenByOrder": {}
|
|
527
607
|
},
|
|
528
608
|
{
|
|
@@ -530,9 +610,9 @@
|
|
|
530
610
|
"initial": false,
|
|
531
611
|
"entry": false,
|
|
532
612
|
"recorded": false,
|
|
533
|
-
"size":
|
|
613
|
+
"size": 8772,
|
|
534
614
|
"sizes": {
|
|
535
|
-
"javascript":
|
|
615
|
+
"javascript": 8772
|
|
536
616
|
},
|
|
537
617
|
"names": [],
|
|
538
618
|
"idHints": [],
|
|
@@ -544,7 +624,34 @@
|
|
|
544
624
|
"4652.js"
|
|
545
625
|
],
|
|
546
626
|
"auxiliaryFiles": [],
|
|
547
|
-
"hash": "
|
|
627
|
+
"hash": "4630a37fbb66b5db",
|
|
628
|
+
"childrenByOrder": {}
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"rendered": true,
|
|
632
|
+
"initial": false,
|
|
633
|
+
"entry": false,
|
|
634
|
+
"recorded": false,
|
|
635
|
+
"reason": "split chunk (cache group: defaultVendors)",
|
|
636
|
+
"size": 237612,
|
|
637
|
+
"sizes": {
|
|
638
|
+
"javascript": 237612
|
|
639
|
+
},
|
|
640
|
+
"names": [],
|
|
641
|
+
"idHints": [
|
|
642
|
+
"vendors"
|
|
643
|
+
],
|
|
644
|
+
"runtime": [
|
|
645
|
+
"@openmrs/esm-billing-app",
|
|
646
|
+
"main"
|
|
647
|
+
],
|
|
648
|
+
"files": [
|
|
649
|
+
"4724.js"
|
|
650
|
+
],
|
|
651
|
+
"auxiliaryFiles": [
|
|
652
|
+
"4724.js.map"
|
|
653
|
+
],
|
|
654
|
+
"hash": "e2aa66c60df99690",
|
|
548
655
|
"childrenByOrder": {}
|
|
549
656
|
},
|
|
550
657
|
{
|
|
@@ -552,9 +659,9 @@
|
|
|
552
659
|
"initial": false,
|
|
553
660
|
"entry": false,
|
|
554
661
|
"recorded": false,
|
|
555
|
-
"size":
|
|
662
|
+
"size": 38056,
|
|
556
663
|
"sizes": {
|
|
557
|
-
"javascript":
|
|
664
|
+
"javascript": 38056
|
|
558
665
|
},
|
|
559
666
|
"names": [],
|
|
560
667
|
"idHints": [],
|
|
@@ -568,7 +675,7 @@
|
|
|
568
675
|
"auxiliaryFiles": [
|
|
569
676
|
"4739.js.map"
|
|
570
677
|
],
|
|
571
|
-
"hash": "
|
|
678
|
+
"hash": "76e266d7cea98afc",
|
|
572
679
|
"childrenByOrder": {}
|
|
573
680
|
},
|
|
574
681
|
{
|
|
@@ -576,9 +683,9 @@
|
|
|
576
683
|
"initial": false,
|
|
577
684
|
"entry": false,
|
|
578
685
|
"recorded": false,
|
|
579
|
-
"size":
|
|
686
|
+
"size": 8777,
|
|
580
687
|
"sizes": {
|
|
581
|
-
"javascript":
|
|
688
|
+
"javascript": 8777
|
|
582
689
|
},
|
|
583
690
|
"names": [],
|
|
584
691
|
"idHints": [],
|
|
@@ -590,7 +697,7 @@
|
|
|
590
697
|
"4944.js"
|
|
591
698
|
],
|
|
592
699
|
"auxiliaryFiles": [],
|
|
593
|
-
"hash": "
|
|
700
|
+
"hash": "5aa34f6173f0aa36",
|
|
594
701
|
"childrenByOrder": {}
|
|
595
702
|
},
|
|
596
703
|
{
|
|
@@ -598,9 +705,9 @@
|
|
|
598
705
|
"initial": false,
|
|
599
706
|
"entry": false,
|
|
600
707
|
"recorded": false,
|
|
601
|
-
"size":
|
|
708
|
+
"size": 8777,
|
|
602
709
|
"sizes": {
|
|
603
|
-
"javascript":
|
|
710
|
+
"javascript": 8777
|
|
604
711
|
},
|
|
605
712
|
"names": [],
|
|
606
713
|
"idHints": [],
|
|
@@ -612,7 +719,7 @@
|
|
|
612
719
|
"5173.js"
|
|
613
720
|
],
|
|
614
721
|
"auxiliaryFiles": [],
|
|
615
|
-
"hash": "
|
|
722
|
+
"hash": "e0e188f0e0093c20",
|
|
616
723
|
"childrenByOrder": {}
|
|
617
724
|
},
|
|
618
725
|
{
|
|
@@ -620,9 +727,9 @@
|
|
|
620
727
|
"initial": false,
|
|
621
728
|
"entry": false,
|
|
622
729
|
"recorded": false,
|
|
623
|
-
"size":
|
|
730
|
+
"size": 8777,
|
|
624
731
|
"sizes": {
|
|
625
|
-
"javascript":
|
|
732
|
+
"javascript": 8777
|
|
626
733
|
},
|
|
627
734
|
"names": [],
|
|
628
735
|
"idHints": [],
|
|
@@ -634,7 +741,7 @@
|
|
|
634
741
|
"5241.js"
|
|
635
742
|
],
|
|
636
743
|
"auxiliaryFiles": [],
|
|
637
|
-
"hash": "
|
|
744
|
+
"hash": "bae7881ad6e5ccad",
|
|
638
745
|
"childrenByOrder": {}
|
|
639
746
|
},
|
|
640
747
|
{
|
|
@@ -642,9 +749,33 @@
|
|
|
642
749
|
"initial": false,
|
|
643
750
|
"entry": false,
|
|
644
751
|
"recorded": false,
|
|
645
|
-
"size":
|
|
752
|
+
"size": 14433,
|
|
646
753
|
"sizes": {
|
|
647
|
-
"javascript":
|
|
754
|
+
"javascript": 14433
|
|
755
|
+
},
|
|
756
|
+
"names": [],
|
|
757
|
+
"idHints": [],
|
|
758
|
+
"runtime": [
|
|
759
|
+
"@openmrs/esm-billing-app",
|
|
760
|
+
"main"
|
|
761
|
+
],
|
|
762
|
+
"files": [
|
|
763
|
+
"5422.js"
|
|
764
|
+
],
|
|
765
|
+
"auxiliaryFiles": [
|
|
766
|
+
"5422.js.map"
|
|
767
|
+
],
|
|
768
|
+
"hash": "0f6740d65ae31bff",
|
|
769
|
+
"childrenByOrder": {}
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
"rendered": true,
|
|
773
|
+
"initial": false,
|
|
774
|
+
"entry": false,
|
|
775
|
+
"recorded": false,
|
|
776
|
+
"size": 8777,
|
|
777
|
+
"sizes": {
|
|
778
|
+
"javascript": 8777
|
|
648
779
|
},
|
|
649
780
|
"names": [],
|
|
650
781
|
"idHints": [],
|
|
@@ -656,7 +787,7 @@
|
|
|
656
787
|
"5442.js"
|
|
657
788
|
],
|
|
658
789
|
"auxiliaryFiles": [],
|
|
659
|
-
"hash": "
|
|
790
|
+
"hash": "652e21a394ab99ce",
|
|
660
791
|
"childrenByOrder": {}
|
|
661
792
|
},
|
|
662
793
|
{
|
|
@@ -664,9 +795,9 @@
|
|
|
664
795
|
"initial": false,
|
|
665
796
|
"entry": false,
|
|
666
797
|
"recorded": false,
|
|
667
|
-
"size":
|
|
798
|
+
"size": 8777,
|
|
668
799
|
"sizes": {
|
|
669
|
-
"javascript":
|
|
800
|
+
"javascript": 8777
|
|
670
801
|
},
|
|
671
802
|
"names": [],
|
|
672
803
|
"idHints": [],
|
|
@@ -678,7 +809,7 @@
|
|
|
678
809
|
"5661.js"
|
|
679
810
|
],
|
|
680
811
|
"auxiliaryFiles": [],
|
|
681
|
-
"hash": "
|
|
812
|
+
"hash": "584964169647aac4",
|
|
682
813
|
"childrenByOrder": {}
|
|
683
814
|
},
|
|
684
815
|
{
|
|
@@ -686,9 +817,9 @@
|
|
|
686
817
|
"initial": false,
|
|
687
818
|
"entry": false,
|
|
688
819
|
"recorded": false,
|
|
689
|
-
"size":
|
|
820
|
+
"size": 9151,
|
|
690
821
|
"sizes": {
|
|
691
|
-
"javascript":
|
|
822
|
+
"javascript": 9151
|
|
692
823
|
},
|
|
693
824
|
"names": [],
|
|
694
825
|
"idHints": [],
|
|
@@ -700,7 +831,7 @@
|
|
|
700
831
|
"6022.js"
|
|
701
832
|
],
|
|
702
833
|
"auxiliaryFiles": [],
|
|
703
|
-
"hash": "
|
|
834
|
+
"hash": "670aff5c55052a6e",
|
|
704
835
|
"childrenByOrder": {}
|
|
705
836
|
},
|
|
706
837
|
{
|
|
@@ -721,7 +852,7 @@
|
|
|
721
852
|
],
|
|
722
853
|
"files": [],
|
|
723
854
|
"auxiliaryFiles": [],
|
|
724
|
-
"hash": "
|
|
855
|
+
"hash": "a8e8b59b9e85f503",
|
|
725
856
|
"childrenByOrder": {}
|
|
726
857
|
},
|
|
727
858
|
{
|
|
@@ -729,9 +860,9 @@
|
|
|
729
860
|
"initial": false,
|
|
730
861
|
"entry": false,
|
|
731
862
|
"recorded": false,
|
|
732
|
-
"size":
|
|
863
|
+
"size": 8777,
|
|
733
864
|
"sizes": {
|
|
734
|
-
"javascript":
|
|
865
|
+
"javascript": 8777
|
|
735
866
|
},
|
|
736
867
|
"names": [],
|
|
737
868
|
"idHints": [],
|
|
@@ -743,7 +874,7 @@
|
|
|
743
874
|
"6468.js"
|
|
744
875
|
],
|
|
745
876
|
"auxiliaryFiles": [],
|
|
746
|
-
"hash": "
|
|
877
|
+
"hash": "5a62b115bd04df2c",
|
|
747
878
|
"childrenByOrder": {}
|
|
748
879
|
},
|
|
749
880
|
{
|
|
@@ -751,26 +882,23 @@
|
|
|
751
882
|
"initial": false,
|
|
752
883
|
"entry": false,
|
|
753
884
|
"recorded": false,
|
|
754
|
-
"
|
|
755
|
-
"size": 3140683,
|
|
885
|
+
"size": 7120,
|
|
756
886
|
"sizes": {
|
|
757
|
-
"javascript":
|
|
887
|
+
"javascript": 7120
|
|
758
888
|
},
|
|
759
889
|
"names": [],
|
|
760
|
-
"idHints": [
|
|
761
|
-
"vendors"
|
|
762
|
-
],
|
|
890
|
+
"idHints": [],
|
|
763
891
|
"runtime": [
|
|
764
892
|
"@openmrs/esm-billing-app",
|
|
765
893
|
"main"
|
|
766
894
|
],
|
|
767
895
|
"files": [
|
|
768
|
-
"
|
|
896
|
+
"6540.js"
|
|
769
897
|
],
|
|
770
898
|
"auxiliaryFiles": [
|
|
771
|
-
"
|
|
899
|
+
"6540.js.map"
|
|
772
900
|
],
|
|
773
|
-
"hash": "
|
|
901
|
+
"hash": "ddd4d294b14a01f3",
|
|
774
902
|
"childrenByOrder": {}
|
|
775
903
|
},
|
|
776
904
|
{
|
|
@@ -778,9 +906,9 @@
|
|
|
778
906
|
"initial": false,
|
|
779
907
|
"entry": false,
|
|
780
908
|
"recorded": false,
|
|
781
|
-
"size":
|
|
909
|
+
"size": 504,
|
|
782
910
|
"sizes": {
|
|
783
|
-
"javascript":
|
|
911
|
+
"javascript": 504
|
|
784
912
|
},
|
|
785
913
|
"names": [],
|
|
786
914
|
"idHints": [],
|
|
@@ -789,12 +917,12 @@
|
|
|
789
917
|
"main"
|
|
790
918
|
],
|
|
791
919
|
"files": [
|
|
792
|
-
"
|
|
920
|
+
"6606.js"
|
|
793
921
|
],
|
|
794
922
|
"auxiliaryFiles": [
|
|
795
|
-
"
|
|
923
|
+
"6606.js.map"
|
|
796
924
|
],
|
|
797
|
-
"hash": "
|
|
925
|
+
"hash": "db8e8285570fb30f",
|
|
798
926
|
"childrenByOrder": {}
|
|
799
927
|
},
|
|
800
928
|
{
|
|
@@ -802,9 +930,9 @@
|
|
|
802
930
|
"initial": false,
|
|
803
931
|
"entry": false,
|
|
804
932
|
"recorded": false,
|
|
805
|
-
"size":
|
|
933
|
+
"size": 8777,
|
|
806
934
|
"sizes": {
|
|
807
|
-
"javascript":
|
|
935
|
+
"javascript": 8777
|
|
808
936
|
},
|
|
809
937
|
"names": [],
|
|
810
938
|
"idHints": [],
|
|
@@ -816,7 +944,7 @@
|
|
|
816
944
|
"6679.js"
|
|
817
945
|
],
|
|
818
946
|
"auxiliaryFiles": [],
|
|
819
|
-
"hash": "
|
|
947
|
+
"hash": "4a6bcd290734450b",
|
|
820
948
|
"childrenByOrder": {}
|
|
821
949
|
},
|
|
822
950
|
{
|
|
@@ -824,11 +952,11 @@
|
|
|
824
952
|
"initial": true,
|
|
825
953
|
"entry": true,
|
|
826
954
|
"recorded": false,
|
|
827
|
-
"size":
|
|
955
|
+
"size": 21978,
|
|
828
956
|
"sizes": {
|
|
829
957
|
"javascript": 42,
|
|
830
|
-
"share-init":
|
|
831
|
-
"runtime":
|
|
958
|
+
"share-init": 336,
|
|
959
|
+
"runtime": 21600
|
|
832
960
|
},
|
|
833
961
|
"names": [
|
|
834
962
|
"@openmrs/esm-billing-app"
|
|
@@ -843,7 +971,7 @@
|
|
|
843
971
|
"auxiliaryFiles": [
|
|
844
972
|
"openmrs-esm-billing-app.js.map"
|
|
845
973
|
],
|
|
846
|
-
"hash": "
|
|
974
|
+
"hash": "aa142b9e6961f799",
|
|
847
975
|
"childrenByOrder": {}
|
|
848
976
|
},
|
|
849
977
|
{
|
|
@@ -851,9 +979,9 @@
|
|
|
851
979
|
"initial": false,
|
|
852
980
|
"entry": false,
|
|
853
981
|
"recorded": false,
|
|
854
|
-
"size":
|
|
982
|
+
"size": 8777,
|
|
855
983
|
"sizes": {
|
|
856
|
-
"javascript":
|
|
984
|
+
"javascript": 8777
|
|
857
985
|
},
|
|
858
986
|
"names": [],
|
|
859
987
|
"idHints": [],
|
|
@@ -865,7 +993,7 @@
|
|
|
865
993
|
"6840.js"
|
|
866
994
|
],
|
|
867
995
|
"auxiliaryFiles": [],
|
|
868
|
-
"hash": "
|
|
996
|
+
"hash": "8f966e605c7f4634",
|
|
869
997
|
"childrenByOrder": {}
|
|
870
998
|
},
|
|
871
999
|
{
|
|
@@ -873,9 +1001,9 @@
|
|
|
873
1001
|
"initial": false,
|
|
874
1002
|
"entry": false,
|
|
875
1003
|
"recorded": false,
|
|
876
|
-
"size":
|
|
1004
|
+
"size": 8777,
|
|
877
1005
|
"sizes": {
|
|
878
|
-
"javascript":
|
|
1006
|
+
"javascript": 8777
|
|
879
1007
|
},
|
|
880
1008
|
"names": [],
|
|
881
1009
|
"idHints": [],
|
|
@@ -887,7 +1015,7 @@
|
|
|
887
1015
|
"6859.js"
|
|
888
1016
|
],
|
|
889
1017
|
"auxiliaryFiles": [],
|
|
890
|
-
"hash": "
|
|
1018
|
+
"hash": "c9cccc8b05e27430",
|
|
891
1019
|
"childrenByOrder": {}
|
|
892
1020
|
},
|
|
893
1021
|
{
|
|
@@ -895,9 +1023,9 @@
|
|
|
895
1023
|
"initial": false,
|
|
896
1024
|
"entry": false,
|
|
897
1025
|
"recorded": false,
|
|
898
|
-
"size":
|
|
1026
|
+
"size": 8777,
|
|
899
1027
|
"sizes": {
|
|
900
|
-
"javascript":
|
|
1028
|
+
"javascript": 8777
|
|
901
1029
|
},
|
|
902
1030
|
"names": [],
|
|
903
1031
|
"idHints": [],
|
|
@@ -909,7 +1037,7 @@
|
|
|
909
1037
|
"7097.js"
|
|
910
1038
|
],
|
|
911
1039
|
"auxiliaryFiles": [],
|
|
912
|
-
"hash": "
|
|
1040
|
+
"hash": "a477a9b4db3159f2",
|
|
913
1041
|
"childrenByOrder": {}
|
|
914
1042
|
},
|
|
915
1043
|
{
|
|
@@ -917,9 +1045,9 @@
|
|
|
917
1045
|
"initial": false,
|
|
918
1046
|
"entry": false,
|
|
919
1047
|
"recorded": false,
|
|
920
|
-
"size":
|
|
1048
|
+
"size": 8769,
|
|
921
1049
|
"sizes": {
|
|
922
|
-
"javascript":
|
|
1050
|
+
"javascript": 8769
|
|
923
1051
|
},
|
|
924
1052
|
"names": [],
|
|
925
1053
|
"idHints": [],
|
|
@@ -931,7 +1059,7 @@
|
|
|
931
1059
|
"7159.js"
|
|
932
1060
|
],
|
|
933
1061
|
"auxiliaryFiles": [],
|
|
934
|
-
"hash": "
|
|
1062
|
+
"hash": "0121d7057fde4b1a",
|
|
935
1063
|
"childrenByOrder": {}
|
|
936
1064
|
},
|
|
937
1065
|
{
|
|
@@ -966,21 +1094,26 @@
|
|
|
966
1094
|
"initial": false,
|
|
967
1095
|
"entry": false,
|
|
968
1096
|
"recorded": false,
|
|
969
|
-
"
|
|
1097
|
+
"reason": "split chunk (cache group: defaultVendors)",
|
|
1098
|
+
"size": 4075443,
|
|
970
1099
|
"sizes": {
|
|
971
|
-
"javascript":
|
|
1100
|
+
"javascript": 4075443
|
|
972
1101
|
},
|
|
973
1102
|
"names": [],
|
|
974
|
-
"idHints": [
|
|
1103
|
+
"idHints": [
|
|
1104
|
+
"vendors"
|
|
1105
|
+
],
|
|
975
1106
|
"runtime": [
|
|
976
1107
|
"@openmrs/esm-billing-app",
|
|
977
1108
|
"main"
|
|
978
1109
|
],
|
|
979
1110
|
"files": [
|
|
980
|
-
"
|
|
1111
|
+
"7452.js"
|
|
981
1112
|
],
|
|
982
|
-
"auxiliaryFiles": [
|
|
983
|
-
|
|
1113
|
+
"auxiliaryFiles": [
|
|
1114
|
+
"7452.js.map"
|
|
1115
|
+
],
|
|
1116
|
+
"hash": "41beee450fa10580",
|
|
984
1117
|
"childrenByOrder": {}
|
|
985
1118
|
},
|
|
986
1119
|
{
|
|
@@ -988,9 +1121,9 @@
|
|
|
988
1121
|
"initial": false,
|
|
989
1122
|
"entry": false,
|
|
990
1123
|
"recorded": false,
|
|
991
|
-
"size":
|
|
1124
|
+
"size": 8777,
|
|
992
1125
|
"sizes": {
|
|
993
|
-
"javascript":
|
|
1126
|
+
"javascript": 8777
|
|
994
1127
|
},
|
|
995
1128
|
"names": [],
|
|
996
1129
|
"idHints": [],
|
|
@@ -999,10 +1132,10 @@
|
|
|
999
1132
|
"main"
|
|
1000
1133
|
],
|
|
1001
1134
|
"files": [
|
|
1002
|
-
"
|
|
1135
|
+
"7617.js"
|
|
1003
1136
|
],
|
|
1004
1137
|
"auxiliaryFiles": [],
|
|
1005
|
-
"hash": "
|
|
1138
|
+
"hash": "baa45d66e5a02602",
|
|
1006
1139
|
"childrenByOrder": {}
|
|
1007
1140
|
},
|
|
1008
1141
|
{
|
|
@@ -1010,9 +1143,9 @@
|
|
|
1010
1143
|
"initial": false,
|
|
1011
1144
|
"entry": false,
|
|
1012
1145
|
"recorded": false,
|
|
1013
|
-
"size":
|
|
1146
|
+
"size": 8777,
|
|
1014
1147
|
"sizes": {
|
|
1015
|
-
"javascript":
|
|
1148
|
+
"javascript": 8777
|
|
1016
1149
|
},
|
|
1017
1150
|
"names": [],
|
|
1018
1151
|
"idHints": [],
|
|
@@ -1021,10 +1154,10 @@
|
|
|
1021
1154
|
"main"
|
|
1022
1155
|
],
|
|
1023
1156
|
"files": [
|
|
1024
|
-
"
|
|
1157
|
+
"8163.js"
|
|
1025
1158
|
],
|
|
1026
1159
|
"auxiliaryFiles": [],
|
|
1027
|
-
"hash": "
|
|
1160
|
+
"hash": "269f9ebfc9e82002",
|
|
1028
1161
|
"childrenByOrder": {}
|
|
1029
1162
|
},
|
|
1030
1163
|
{
|
|
@@ -1032,26 +1165,21 @@
|
|
|
1032
1165
|
"initial": false,
|
|
1033
1166
|
"entry": false,
|
|
1034
1167
|
"recorded": false,
|
|
1035
|
-
"
|
|
1036
|
-
"size": 3790050,
|
|
1168
|
+
"size": 8777,
|
|
1037
1169
|
"sizes": {
|
|
1038
|
-
"javascript":
|
|
1170
|
+
"javascript": 8777
|
|
1039
1171
|
},
|
|
1040
1172
|
"names": [],
|
|
1041
|
-
"idHints": [
|
|
1042
|
-
"vendors"
|
|
1043
|
-
],
|
|
1173
|
+
"idHints": [],
|
|
1044
1174
|
"runtime": [
|
|
1045
1175
|
"@openmrs/esm-billing-app",
|
|
1046
1176
|
"main"
|
|
1047
1177
|
],
|
|
1048
1178
|
"files": [
|
|
1049
|
-
"
|
|
1050
|
-
],
|
|
1051
|
-
"auxiliaryFiles": [
|
|
1052
|
-
"8556.js.map"
|
|
1179
|
+
"8349.js"
|
|
1053
1180
|
],
|
|
1054
|
-
"
|
|
1181
|
+
"auxiliaryFiles": [],
|
|
1182
|
+
"hash": "95c24c251f4b417a",
|
|
1055
1183
|
"childrenByOrder": {}
|
|
1056
1184
|
},
|
|
1057
1185
|
{
|
|
@@ -1059,9 +1187,9 @@
|
|
|
1059
1187
|
"initial": false,
|
|
1060
1188
|
"entry": false,
|
|
1061
1189
|
"recorded": false,
|
|
1062
|
-
"size":
|
|
1190
|
+
"size": 8777,
|
|
1063
1191
|
"sizes": {
|
|
1064
|
-
"javascript":
|
|
1192
|
+
"javascript": 8777
|
|
1065
1193
|
},
|
|
1066
1194
|
"names": [],
|
|
1067
1195
|
"idHints": [],
|
|
@@ -1073,58 +1201,62 @@
|
|
|
1073
1201
|
"8618.js"
|
|
1074
1202
|
],
|
|
1075
1203
|
"auxiliaryFiles": [],
|
|
1076
|
-
"hash": "
|
|
1204
|
+
"hash": "987b4764e8215b9a",
|
|
1077
1205
|
"childrenByOrder": {}
|
|
1078
1206
|
},
|
|
1079
1207
|
{
|
|
1080
1208
|
"rendered": true,
|
|
1081
|
-
"initial":
|
|
1082
|
-
"entry":
|
|
1209
|
+
"initial": true,
|
|
1210
|
+
"entry": true,
|
|
1083
1211
|
"recorded": false,
|
|
1084
|
-
"size":
|
|
1212
|
+
"size": 5464229,
|
|
1085
1213
|
"sizes": {
|
|
1086
|
-
"
|
|
1214
|
+
"consume-shared": 210,
|
|
1215
|
+
"javascript": 5441573,
|
|
1216
|
+
"share-init": 336,
|
|
1217
|
+
"runtime": 22110
|
|
1087
1218
|
},
|
|
1088
|
-
"names": [
|
|
1219
|
+
"names": [
|
|
1220
|
+
"main"
|
|
1221
|
+
],
|
|
1089
1222
|
"idHints": [],
|
|
1090
1223
|
"runtime": [
|
|
1091
|
-
"
|
|
1224
|
+
"main"
|
|
1092
1225
|
],
|
|
1093
1226
|
"files": [
|
|
1094
|
-
"
|
|
1227
|
+
"main.js"
|
|
1095
1228
|
],
|
|
1096
1229
|
"auxiliaryFiles": [
|
|
1097
|
-
"
|
|
1230
|
+
"main.js.map"
|
|
1098
1231
|
],
|
|
1099
|
-
"hash": "
|
|
1232
|
+
"hash": "df3eed0f46f00380",
|
|
1100
1233
|
"childrenByOrder": {}
|
|
1101
1234
|
},
|
|
1102
1235
|
{
|
|
1103
1236
|
"rendered": true,
|
|
1104
|
-
"initial":
|
|
1105
|
-
"entry":
|
|
1237
|
+
"initial": false,
|
|
1238
|
+
"entry": false,
|
|
1106
1239
|
"recorded": false,
|
|
1107
|
-
"
|
|
1240
|
+
"reason": "split chunk (cache group: defaultVendors)",
|
|
1241
|
+
"size": 3504887,
|
|
1108
1242
|
"sizes": {
|
|
1109
|
-
"
|
|
1110
|
-
"javascript": 5088038,
|
|
1111
|
-
"share-init": 252,
|
|
1112
|
-
"runtime": 21045
|
|
1243
|
+
"javascript": 3504887
|
|
1113
1244
|
},
|
|
1114
|
-
"names": [
|
|
1115
|
-
|
|
1245
|
+
"names": [],
|
|
1246
|
+
"idHints": [
|
|
1247
|
+
"vendors"
|
|
1116
1248
|
],
|
|
1117
|
-
"idHints": [],
|
|
1118
1249
|
"runtime": [
|
|
1250
|
+
"@openmrs/esm-billing-app",
|
|
1119
1251
|
"main"
|
|
1120
1252
|
],
|
|
1121
1253
|
"files": [
|
|
1122
|
-
"
|
|
1254
|
+
"8930.js"
|
|
1123
1255
|
],
|
|
1124
1256
|
"auxiliaryFiles": [
|
|
1125
|
-
"
|
|
1257
|
+
"8930.js.map"
|
|
1126
1258
|
],
|
|
1127
|
-
"hash": "
|
|
1259
|
+
"hash": "0de6e75cceba2702",
|
|
1128
1260
|
"childrenByOrder": {}
|
|
1129
1261
|
},
|
|
1130
1262
|
{
|
|
@@ -1132,9 +1264,9 @@
|
|
|
1132
1264
|
"initial": false,
|
|
1133
1265
|
"entry": false,
|
|
1134
1266
|
"recorded": false,
|
|
1135
|
-
"size":
|
|
1267
|
+
"size": 8777,
|
|
1136
1268
|
"sizes": {
|
|
1137
|
-
"javascript":
|
|
1269
|
+
"javascript": 8777
|
|
1138
1270
|
},
|
|
1139
1271
|
"names": [],
|
|
1140
1272
|
"idHints": [],
|
|
@@ -1146,7 +1278,7 @@
|
|
|
1146
1278
|
"9214.js"
|
|
1147
1279
|
],
|
|
1148
1280
|
"auxiliaryFiles": [],
|
|
1149
|
-
"hash": "
|
|
1281
|
+
"hash": "ff219561917127d3",
|
|
1150
1282
|
"childrenByOrder": {}
|
|
1151
1283
|
},
|
|
1152
1284
|
{
|
|
@@ -1154,9 +1286,9 @@
|
|
|
1154
1286
|
"initial": false,
|
|
1155
1287
|
"entry": false,
|
|
1156
1288
|
"recorded": false,
|
|
1157
|
-
"size":
|
|
1289
|
+
"size": 9002,
|
|
1158
1290
|
"sizes": {
|
|
1159
|
-
"javascript":
|
|
1291
|
+
"javascript": 9002
|
|
1160
1292
|
},
|
|
1161
1293
|
"names": [],
|
|
1162
1294
|
"idHints": [],
|
|
@@ -1168,7 +1300,7 @@
|
|
|
1168
1300
|
"9538.js"
|
|
1169
1301
|
],
|
|
1170
1302
|
"auxiliaryFiles": [],
|
|
1171
|
-
"hash": "
|
|
1303
|
+
"hash": "98a26f0ea8d4c2f2",
|
|
1172
1304
|
"childrenByOrder": {}
|
|
1173
1305
|
},
|
|
1174
1306
|
{
|
|
@@ -1176,9 +1308,9 @@
|
|
|
1176
1308
|
"initial": false,
|
|
1177
1309
|
"entry": false,
|
|
1178
1310
|
"recorded": false,
|
|
1179
|
-
"size":
|
|
1311
|
+
"size": 8777,
|
|
1180
1312
|
"sizes": {
|
|
1181
|
-
"javascript":
|
|
1313
|
+
"javascript": 8777
|
|
1182
1314
|
},
|
|
1183
1315
|
"names": [],
|
|
1184
1316
|
"idHints": [],
|
|
@@ -1190,7 +1322,7 @@
|
|
|
1190
1322
|
"9569.js"
|
|
1191
1323
|
],
|
|
1192
1324
|
"auxiliaryFiles": [],
|
|
1193
|
-
"hash": "
|
|
1325
|
+
"hash": "980b6494731c18b3",
|
|
1194
1326
|
"childrenByOrder": {}
|
|
1195
1327
|
},
|
|
1196
1328
|
{
|
|
@@ -1198,9 +1330,9 @@
|
|
|
1198
1330
|
"initial": false,
|
|
1199
1331
|
"entry": false,
|
|
1200
1332
|
"recorded": false,
|
|
1201
|
-
"size":
|
|
1333
|
+
"size": 7930,
|
|
1202
1334
|
"sizes": {
|
|
1203
|
-
"javascript":
|
|
1335
|
+
"javascript": 7930
|
|
1204
1336
|
},
|
|
1205
1337
|
"names": [],
|
|
1206
1338
|
"idHints": [],
|
|
@@ -1212,7 +1344,7 @@
|
|
|
1212
1344
|
"9879.js"
|
|
1213
1345
|
],
|
|
1214
1346
|
"auxiliaryFiles": [],
|
|
1215
|
-
"hash": "
|
|
1347
|
+
"hash": "f60f23d905cb1699",
|
|
1216
1348
|
"childrenByOrder": {}
|
|
1217
1349
|
},
|
|
1218
1350
|
{
|
|
@@ -1220,9 +1352,9 @@
|
|
|
1220
1352
|
"initial": false,
|
|
1221
1353
|
"entry": false,
|
|
1222
1354
|
"recorded": false,
|
|
1223
|
-
"size":
|
|
1355
|
+
"size": 8777,
|
|
1224
1356
|
"sizes": {
|
|
1225
|
-
"javascript":
|
|
1357
|
+
"javascript": 8777
|
|
1226
1358
|
},
|
|
1227
1359
|
"names": [],
|
|
1228
1360
|
"idHints": [],
|
|
@@ -1234,7 +1366,7 @@
|
|
|
1234
1366
|
"9895.js"
|
|
1235
1367
|
],
|
|
1236
1368
|
"auxiliaryFiles": [],
|
|
1237
|
-
"hash": "
|
|
1369
|
+
"hash": "51e03c49e2fc06d8",
|
|
1238
1370
|
"childrenByOrder": {}
|
|
1239
1371
|
},
|
|
1240
1372
|
{
|
|
@@ -1242,9 +1374,9 @@
|
|
|
1242
1374
|
"initial": false,
|
|
1243
1375
|
"entry": false,
|
|
1244
1376
|
"recorded": false,
|
|
1245
|
-
"size":
|
|
1377
|
+
"size": 8777,
|
|
1246
1378
|
"sizes": {
|
|
1247
|
-
"javascript":
|
|
1379
|
+
"javascript": 8777
|
|
1248
1380
|
},
|
|
1249
1381
|
"names": [],
|
|
1250
1382
|
"idHints": [],
|
|
@@ -1256,7 +1388,7 @@
|
|
|
1256
1388
|
"9900.js"
|
|
1257
1389
|
],
|
|
1258
1390
|
"auxiliaryFiles": [],
|
|
1259
|
-
"hash": "
|
|
1391
|
+
"hash": "2a0bbc163b55ab66",
|
|
1260
1392
|
"childrenByOrder": {}
|
|
1261
1393
|
},
|
|
1262
1394
|
{
|
|
@@ -1264,9 +1396,9 @@
|
|
|
1264
1396
|
"initial": false,
|
|
1265
1397
|
"entry": false,
|
|
1266
1398
|
"recorded": false,
|
|
1267
|
-
"size":
|
|
1399
|
+
"size": 8777,
|
|
1268
1400
|
"sizes": {
|
|
1269
|
-
"javascript":
|
|
1401
|
+
"javascript": 8777
|
|
1270
1402
|
},
|
|
1271
1403
|
"names": [],
|
|
1272
1404
|
"idHints": [],
|
|
@@ -1278,33 +1410,7 @@
|
|
|
1278
1410
|
"9913.js"
|
|
1279
1411
|
],
|
|
1280
1412
|
"auxiliaryFiles": [],
|
|
1281
|
-
"hash": "
|
|
1282
|
-
"childrenByOrder": {}
|
|
1283
|
-
},
|
|
1284
|
-
{
|
|
1285
|
-
"rendered": true,
|
|
1286
|
-
"initial": false,
|
|
1287
|
-
"entry": false,
|
|
1288
|
-
"recorded": false,
|
|
1289
|
-
"reason": "split chunk (cache group: defaultVendors)",
|
|
1290
|
-
"size": 561818,
|
|
1291
|
-
"sizes": {
|
|
1292
|
-
"javascript": 561818
|
|
1293
|
-
},
|
|
1294
|
-
"names": [],
|
|
1295
|
-
"idHints": [
|
|
1296
|
-
"vendors"
|
|
1297
|
-
],
|
|
1298
|
-
"runtime": [
|
|
1299
|
-
"@openmrs/esm-billing-app"
|
|
1300
|
-
],
|
|
1301
|
-
"files": [
|
|
1302
|
-
"9968.js"
|
|
1303
|
-
],
|
|
1304
|
-
"auxiliaryFiles": [
|
|
1305
|
-
"9968.js.map"
|
|
1306
|
-
],
|
|
1307
|
-
"hash": "4a0454a4e45e8720",
|
|
1413
|
+
"hash": "349af8e2eb7c5b3a",
|
|
1308
1414
|
"childrenByOrder": {}
|
|
1309
1415
|
}
|
|
1310
1416
|
]
|