@openmrs/esm-billing-app 1.0.2-pre.78 → 1.0.2-pre.790
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/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/942.js +1 -0
- package/dist/942.js.map +1 -0
- 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 +368 -262
- 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/patient-bills.component.tsx +3 -3
- package/src/billable-services/billable-service.resource.ts +17 -9
- 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 +345 -298
- package/src/billable-services/create-edit/add-billable-service.scss +5 -6
- package/src/billable-services/create-edit/add-billable-service.test.tsx +37 -36
- 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 +16 -19
- 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 +35 -69
- package/src/invoice/invoice-table.scss +1 -5
- package/src/invoice/invoice-table.test.tsx +273 -62
- package/src/invoice/invoice.component.tsx +36 -29
- package/src/invoice/invoice.scss +7 -4
- package/src/invoice/invoice.test.tsx +324 -120
- 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.test.tsx +282 -0
- package/src/invoice/payments/utils.ts +5 -23
- 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 +26 -17
- package/translations/am.json +70 -21
- package/translations/ar.json +70 -21
- package/translations/ar_SY.json +70 -21
- package/translations/bn.json +75 -26
- package/translations/de.json +70 -21
- package/translations/en.json +70 -21
- package/translations/en_US.json +70 -21
- package/translations/es.json +70 -21
- package/translations/es_MX.json +70 -21
- package/translations/fr.json +83 -34
- package/translations/he.json +70 -21
- package/translations/hi.json +70 -21
- package/translations/hi_IN.json +70 -21
- package/translations/id.json +70 -21
- package/translations/it.json +105 -56
- package/translations/ka.json +70 -21
- package/translations/km.json +70 -21
- package/translations/ku.json +70 -21
- package/translations/ky.json +70 -21
- package/translations/lg.json +70 -21
- package/translations/ne.json +70 -21
- package/translations/pl.json +70 -21
- package/translations/pt.json +70 -21
- package/translations/pt_BR.json +70 -21
- package/translations/qu.json +70 -21
- package/translations/ro_RO.json +214 -165
- package/translations/ru_RU.json +70 -21
- package/translations/si.json +70 -21
- package/translations/sw.json +70 -21
- package/translations/sw_KE.json +70 -21
- package/translations/tr.json +70 -21
- package/translations/tr_TR.json +70 -21
- package/translations/uk.json +70 -21
- package/translations/uz.json +70 -21
- package/translations/uz@Latn.json +70 -21
- package/translations/uz_UZ.json +70 -21
- package/translations/vi.json +70 -21
- package/translations/zh.json +70 -21
- package/translations/zh_CN.json +125 -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,36 +5,9 @@
|
|
|
5
5
|
"initial": false,
|
|
6
6
|
"entry": false,
|
|
7
7
|
"recorded": false,
|
|
8
|
-
"
|
|
9
|
-
"size": 247849,
|
|
8
|
+
"size": 8850,
|
|
10
9
|
"sizes": {
|
|
11
|
-
"javascript":
|
|
12
|
-
},
|
|
13
|
-
"names": [],
|
|
14
|
-
"idHints": [
|
|
15
|
-
"vendors"
|
|
16
|
-
],
|
|
17
|
-
"runtime": [
|
|
18
|
-
"@openmrs/esm-billing-app",
|
|
19
|
-
"main"
|
|
20
|
-
],
|
|
21
|
-
"files": [
|
|
22
|
-
"246.js"
|
|
23
|
-
],
|
|
24
|
-
"auxiliaryFiles": [
|
|
25
|
-
"246.js.map"
|
|
26
|
-
],
|
|
27
|
-
"hash": "fb125503ae6ad166",
|
|
28
|
-
"childrenByOrder": {}
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"rendered": true,
|
|
32
|
-
"initial": false,
|
|
33
|
-
"entry": false,
|
|
34
|
-
"recorded": false,
|
|
35
|
-
"size": 6629,
|
|
36
|
-
"sizes": {
|
|
37
|
-
"javascript": 6629
|
|
10
|
+
"javascript": 8850
|
|
38
11
|
},
|
|
39
12
|
"names": [],
|
|
40
13
|
"idHints": [],
|
|
@@ -46,7 +19,7 @@
|
|
|
46
19
|
"723.js"
|
|
47
20
|
],
|
|
48
21
|
"auxiliaryFiles": [],
|
|
49
|
-
"hash": "
|
|
22
|
+
"hash": "bc4daa80215ca2e0",
|
|
50
23
|
"childrenByOrder": {}
|
|
51
24
|
},
|
|
52
25
|
{
|
|
@@ -54,9 +27,9 @@
|
|
|
54
27
|
"initial": false,
|
|
55
28
|
"entry": false,
|
|
56
29
|
"recorded": false,
|
|
57
|
-
"size":
|
|
30
|
+
"size": 9129,
|
|
58
31
|
"sizes": {
|
|
59
|
-
"javascript":
|
|
32
|
+
"javascript": 9129
|
|
60
33
|
},
|
|
61
34
|
"names": [],
|
|
62
35
|
"idHints": [],
|
|
@@ -68,18 +41,17 @@
|
|
|
68
41
|
"795.js"
|
|
69
42
|
],
|
|
70
43
|
"auxiliaryFiles": [],
|
|
71
|
-
"hash": "
|
|
44
|
+
"hash": "5e6215f9923797d3",
|
|
72
45
|
"childrenByOrder": {}
|
|
73
46
|
},
|
|
74
47
|
{
|
|
75
|
-
"rendered":
|
|
48
|
+
"rendered": true,
|
|
76
49
|
"initial": false,
|
|
77
50
|
"entry": false,
|
|
78
51
|
"recorded": false,
|
|
79
|
-
"
|
|
80
|
-
"size": 42,
|
|
52
|
+
"size": 8850,
|
|
81
53
|
"sizes": {
|
|
82
|
-
"
|
|
54
|
+
"javascript": 8850
|
|
83
55
|
},
|
|
84
56
|
"names": [],
|
|
85
57
|
"idHints": [],
|
|
@@ -87,9 +59,11 @@
|
|
|
87
59
|
"@openmrs/esm-billing-app",
|
|
88
60
|
"main"
|
|
89
61
|
],
|
|
90
|
-
"files": [
|
|
62
|
+
"files": [
|
|
63
|
+
"890.js"
|
|
64
|
+
],
|
|
91
65
|
"auxiliaryFiles": [],
|
|
92
|
-
"hash": "
|
|
66
|
+
"hash": "ba797418169ca288",
|
|
93
67
|
"childrenByOrder": {}
|
|
94
68
|
},
|
|
95
69
|
{
|
|
@@ -97,21 +71,23 @@
|
|
|
97
71
|
"initial": false,
|
|
98
72
|
"entry": false,
|
|
99
73
|
"recorded": false,
|
|
100
|
-
"size":
|
|
74
|
+
"size": 1174852,
|
|
101
75
|
"sizes": {
|
|
102
|
-
"javascript":
|
|
76
|
+
"javascript": 1174810,
|
|
77
|
+
"consume-shared": 42
|
|
103
78
|
},
|
|
104
79
|
"names": [],
|
|
105
80
|
"idHints": [],
|
|
106
81
|
"runtime": [
|
|
107
|
-
"@openmrs/esm-billing-app"
|
|
108
|
-
"main"
|
|
82
|
+
"@openmrs/esm-billing-app"
|
|
109
83
|
],
|
|
110
84
|
"files": [
|
|
111
|
-
"
|
|
85
|
+
"942.js"
|
|
112
86
|
],
|
|
113
|
-
"auxiliaryFiles": [
|
|
114
|
-
|
|
87
|
+
"auxiliaryFiles": [
|
|
88
|
+
"942.js.map"
|
|
89
|
+
],
|
|
90
|
+
"hash": "8082026a6dee408f",
|
|
115
91
|
"childrenByOrder": {}
|
|
116
92
|
},
|
|
117
93
|
{
|
|
@@ -120,9 +96,9 @@
|
|
|
120
96
|
"entry": false,
|
|
121
97
|
"recorded": false,
|
|
122
98
|
"reason": "reused as split chunk (cache group: defaultVendors)",
|
|
123
|
-
"size":
|
|
99
|
+
"size": 137481,
|
|
124
100
|
"sizes": {
|
|
125
|
-
"javascript":
|
|
101
|
+
"javascript": 137481
|
|
126
102
|
},
|
|
127
103
|
"names": [],
|
|
128
104
|
"idHints": [
|
|
@@ -138,7 +114,7 @@
|
|
|
138
114
|
"auxiliaryFiles": [
|
|
139
115
|
"961.js.map"
|
|
140
116
|
],
|
|
141
|
-
"hash": "
|
|
117
|
+
"hash": "d05c495a0f5dc99e",
|
|
142
118
|
"childrenByOrder": {}
|
|
143
119
|
},
|
|
144
120
|
{
|
|
@@ -146,9 +122,9 @@
|
|
|
146
122
|
"initial": false,
|
|
147
123
|
"entry": false,
|
|
148
124
|
"recorded": false,
|
|
149
|
-
"size":
|
|
125
|
+
"size": 8850,
|
|
150
126
|
"sizes": {
|
|
151
|
-
"javascript":
|
|
127
|
+
"javascript": 8850
|
|
152
128
|
},
|
|
153
129
|
"names": [],
|
|
154
130
|
"idHints": [],
|
|
@@ -160,7 +136,7 @@
|
|
|
160
136
|
"986.js"
|
|
161
137
|
],
|
|
162
138
|
"auxiliaryFiles": [],
|
|
163
|
-
"hash": "
|
|
139
|
+
"hash": "2258d29c995c3ce7",
|
|
164
140
|
"childrenByOrder": {}
|
|
165
141
|
},
|
|
166
142
|
{
|
|
@@ -168,9 +144,9 @@
|
|
|
168
144
|
"initial": false,
|
|
169
145
|
"entry": false,
|
|
170
146
|
"recorded": false,
|
|
171
|
-
"size":
|
|
147
|
+
"size": 8850,
|
|
172
148
|
"sizes": {
|
|
173
|
-
"javascript":
|
|
149
|
+
"javascript": 8850
|
|
174
150
|
},
|
|
175
151
|
"names": [],
|
|
176
152
|
"idHints": [],
|
|
@@ -182,7 +158,7 @@
|
|
|
182
158
|
"1119.js"
|
|
183
159
|
],
|
|
184
160
|
"auxiliaryFiles": [],
|
|
185
|
-
"hash": "
|
|
161
|
+
"hash": "58b3a91899b81401",
|
|
186
162
|
"childrenByOrder": {}
|
|
187
163
|
},
|
|
188
164
|
{
|
|
@@ -191,9 +167,9 @@
|
|
|
191
167
|
"entry": false,
|
|
192
168
|
"recorded": false,
|
|
193
169
|
"reason": "split chunk (cache group: defaultVendors)",
|
|
194
|
-
"size":
|
|
170
|
+
"size": 66148,
|
|
195
171
|
"sizes": {
|
|
196
|
-
"javascript":
|
|
172
|
+
"javascript": 66148
|
|
197
173
|
},
|
|
198
174
|
"names": [],
|
|
199
175
|
"idHints": [
|
|
@@ -209,7 +185,7 @@
|
|
|
209
185
|
"auxiliaryFiles": [
|
|
210
186
|
"1146.js.map"
|
|
211
187
|
],
|
|
212
|
-
"hash": "
|
|
188
|
+
"hash": "1babe92d7f44de13",
|
|
213
189
|
"childrenByOrder": {}
|
|
214
190
|
},
|
|
215
191
|
{
|
|
@@ -217,9 +193,9 @@
|
|
|
217
193
|
"initial": false,
|
|
218
194
|
"entry": false,
|
|
219
195
|
"recorded": false,
|
|
220
|
-
"size":
|
|
196
|
+
"size": 8845,
|
|
221
197
|
"sizes": {
|
|
222
|
-
"javascript":
|
|
198
|
+
"javascript": 8845
|
|
223
199
|
},
|
|
224
200
|
"names": [],
|
|
225
201
|
"idHints": [],
|
|
@@ -231,7 +207,7 @@
|
|
|
231
207
|
"1197.js"
|
|
232
208
|
],
|
|
233
209
|
"auxiliaryFiles": [],
|
|
234
|
-
"hash": "
|
|
210
|
+
"hash": "8ebcdf1078a8f6d0",
|
|
235
211
|
"childrenByOrder": {}
|
|
236
212
|
},
|
|
237
213
|
{
|
|
@@ -239,9 +215,57 @@
|
|
|
239
215
|
"initial": false,
|
|
240
216
|
"entry": false,
|
|
241
217
|
"recorded": false,
|
|
242
|
-
"
|
|
218
|
+
"reason": "split chunk (cache group: defaultVendors)",
|
|
219
|
+
"size": 87093,
|
|
243
220
|
"sizes": {
|
|
244
|
-
"javascript":
|
|
221
|
+
"javascript": 87093
|
|
222
|
+
},
|
|
223
|
+
"names": [],
|
|
224
|
+
"idHints": [
|
|
225
|
+
"vendors"
|
|
226
|
+
],
|
|
227
|
+
"runtime": [
|
|
228
|
+
"@openmrs/esm-billing-app",
|
|
229
|
+
"main"
|
|
230
|
+
],
|
|
231
|
+
"files": [
|
|
232
|
+
"1856.js"
|
|
233
|
+
],
|
|
234
|
+
"auxiliaryFiles": [
|
|
235
|
+
"1856.js.map"
|
|
236
|
+
],
|
|
237
|
+
"hash": "a229e4319f026aa0",
|
|
238
|
+
"childrenByOrder": {}
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"rendered": false,
|
|
242
|
+
"initial": false,
|
|
243
|
+
"entry": false,
|
|
244
|
+
"recorded": false,
|
|
245
|
+
"reason": "reused as split chunk (cache group: default)",
|
|
246
|
+
"size": 126,
|
|
247
|
+
"sizes": {
|
|
248
|
+
"consume-shared": 126
|
|
249
|
+
},
|
|
250
|
+
"names": [],
|
|
251
|
+
"idHints": [],
|
|
252
|
+
"runtime": [
|
|
253
|
+
"@openmrs/esm-billing-app",
|
|
254
|
+
"main"
|
|
255
|
+
],
|
|
256
|
+
"files": [],
|
|
257
|
+
"auxiliaryFiles": [],
|
|
258
|
+
"hash": "3fd3458fb5613650",
|
|
259
|
+
"childrenByOrder": {}
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"rendered": true,
|
|
263
|
+
"initial": false,
|
|
264
|
+
"entry": false,
|
|
265
|
+
"recorded": false,
|
|
266
|
+
"size": 8850,
|
|
267
|
+
"sizes": {
|
|
268
|
+
"javascript": 8850
|
|
245
269
|
},
|
|
246
270
|
"names": [],
|
|
247
271
|
"idHints": [],
|
|
@@ -253,7 +277,7 @@
|
|
|
253
277
|
"2146.js"
|
|
254
278
|
],
|
|
255
279
|
"auxiliaryFiles": [],
|
|
256
|
-
"hash": "
|
|
280
|
+
"hash": "79393c1c121cf8a6",
|
|
257
281
|
"childrenByOrder": {}
|
|
258
282
|
},
|
|
259
283
|
{
|
|
@@ -261,23 +285,26 @@
|
|
|
261
285
|
"initial": false,
|
|
262
286
|
"entry": false,
|
|
263
287
|
"recorded": false,
|
|
264
|
-
"
|
|
288
|
+
"reason": "split chunk (cache group: defaultVendors)",
|
|
289
|
+
"size": 58548,
|
|
265
290
|
"sizes": {
|
|
266
|
-
"javascript":
|
|
291
|
+
"javascript": 58548
|
|
267
292
|
},
|
|
268
293
|
"names": [],
|
|
269
|
-
"idHints": [
|
|
294
|
+
"idHints": [
|
|
295
|
+
"vendors"
|
|
296
|
+
],
|
|
270
297
|
"runtime": [
|
|
271
298
|
"@openmrs/esm-billing-app",
|
|
272
299
|
"main"
|
|
273
300
|
],
|
|
274
301
|
"files": [
|
|
275
|
-
"
|
|
302
|
+
"2177.js"
|
|
276
303
|
],
|
|
277
304
|
"auxiliaryFiles": [
|
|
278
|
-
"
|
|
305
|
+
"2177.js.map"
|
|
279
306
|
],
|
|
280
|
-
"hash": "
|
|
307
|
+
"hash": "e8d9508efa2d693c",
|
|
281
308
|
"childrenByOrder": {}
|
|
282
309
|
},
|
|
283
310
|
{
|
|
@@ -285,9 +312,35 @@
|
|
|
285
312
|
"initial": false,
|
|
286
313
|
"entry": false,
|
|
287
314
|
"recorded": false,
|
|
288
|
-
"
|
|
315
|
+
"reason": "split chunk (cache group: defaultVendors)",
|
|
316
|
+
"size": 645634,
|
|
289
317
|
"sizes": {
|
|
290
|
-
"javascript":
|
|
318
|
+
"javascript": 645634
|
|
319
|
+
},
|
|
320
|
+
"names": [],
|
|
321
|
+
"idHints": [
|
|
322
|
+
"vendors"
|
|
323
|
+
],
|
|
324
|
+
"runtime": [
|
|
325
|
+
"@openmrs/esm-billing-app"
|
|
326
|
+
],
|
|
327
|
+
"files": [
|
|
328
|
+
"2524.js"
|
|
329
|
+
],
|
|
330
|
+
"auxiliaryFiles": [
|
|
331
|
+
"2524.js.map"
|
|
332
|
+
],
|
|
333
|
+
"hash": "86b6ac78db2c40f1",
|
|
334
|
+
"childrenByOrder": {}
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"rendered": true,
|
|
338
|
+
"initial": false,
|
|
339
|
+
"entry": false,
|
|
340
|
+
"recorded": false,
|
|
341
|
+
"size": 9159,
|
|
342
|
+
"sizes": {
|
|
343
|
+
"javascript": 9159
|
|
291
344
|
},
|
|
292
345
|
"names": [],
|
|
293
346
|
"idHints": [],
|
|
@@ -299,7 +352,7 @@
|
|
|
299
352
|
"2690.js"
|
|
300
353
|
],
|
|
301
354
|
"auxiliaryFiles": [],
|
|
302
|
-
"hash": "
|
|
355
|
+
"hash": "6f1a3d5154fa5b1e",
|
|
303
356
|
"childrenByOrder": {}
|
|
304
357
|
},
|
|
305
358
|
{
|
|
@@ -308,9 +361,9 @@
|
|
|
308
361
|
"entry": false,
|
|
309
362
|
"recorded": false,
|
|
310
363
|
"reason": "reused as split chunk (cache group: default)",
|
|
311
|
-
"size":
|
|
364
|
+
"size": 126,
|
|
312
365
|
"sizes": {
|
|
313
|
-
"consume-shared":
|
|
366
|
+
"consume-shared": 126
|
|
314
367
|
},
|
|
315
368
|
"names": [],
|
|
316
369
|
"idHints": [],
|
|
@@ -320,18 +373,17 @@
|
|
|
320
373
|
],
|
|
321
374
|
"files": [],
|
|
322
375
|
"auxiliaryFiles": [],
|
|
323
|
-
"hash": "
|
|
376
|
+
"hash": "d93481d586182eef",
|
|
324
377
|
"childrenByOrder": {}
|
|
325
378
|
},
|
|
326
379
|
{
|
|
327
|
-
"rendered":
|
|
380
|
+
"rendered": true,
|
|
328
381
|
"initial": false,
|
|
329
382
|
"entry": false,
|
|
330
383
|
"recorded": false,
|
|
331
|
-
"
|
|
332
|
-
"size": 126,
|
|
384
|
+
"size": 14433,
|
|
333
385
|
"sizes": {
|
|
334
|
-
"
|
|
386
|
+
"javascript": 14433
|
|
335
387
|
},
|
|
336
388
|
"names": [],
|
|
337
389
|
"idHints": [],
|
|
@@ -339,9 +391,13 @@
|
|
|
339
391
|
"@openmrs/esm-billing-app",
|
|
340
392
|
"main"
|
|
341
393
|
],
|
|
342
|
-
"files": [
|
|
343
|
-
|
|
344
|
-
|
|
394
|
+
"files": [
|
|
395
|
+
"3041.js"
|
|
396
|
+
],
|
|
397
|
+
"auxiliaryFiles": [
|
|
398
|
+
"3041.js.map"
|
|
399
|
+
],
|
|
400
|
+
"hash": "df58f1f0a7647d6a",
|
|
345
401
|
"childrenByOrder": {}
|
|
346
402
|
},
|
|
347
403
|
{
|
|
@@ -349,9 +405,9 @@
|
|
|
349
405
|
"initial": false,
|
|
350
406
|
"entry": false,
|
|
351
407
|
"recorded": false,
|
|
352
|
-
"size":
|
|
408
|
+
"size": 8943,
|
|
353
409
|
"sizes": {
|
|
354
|
-
"javascript":
|
|
410
|
+
"javascript": 8943
|
|
355
411
|
},
|
|
356
412
|
"names": [],
|
|
357
413
|
"idHints": [],
|
|
@@ -363,7 +419,7 @@
|
|
|
363
419
|
"3099.js"
|
|
364
420
|
],
|
|
365
421
|
"auxiliaryFiles": [],
|
|
366
|
-
"hash": "
|
|
422
|
+
"hash": "f5da1578611bfe5a",
|
|
367
423
|
"childrenByOrder": {}
|
|
368
424
|
},
|
|
369
425
|
{
|
|
@@ -398,9 +454,9 @@
|
|
|
398
454
|
"initial": false,
|
|
399
455
|
"entry": false,
|
|
400
456
|
"recorded": false,
|
|
401
|
-
"size":
|
|
457
|
+
"size": 8850,
|
|
402
458
|
"sizes": {
|
|
403
|
-
"javascript":
|
|
459
|
+
"javascript": 8850
|
|
404
460
|
},
|
|
405
461
|
"names": [],
|
|
406
462
|
"idHints": [],
|
|
@@ -412,7 +468,7 @@
|
|
|
412
468
|
"3584.js"
|
|
413
469
|
],
|
|
414
470
|
"auxiliaryFiles": [],
|
|
415
|
-
"hash": "
|
|
471
|
+
"hash": "6b0ec947382e9ba6",
|
|
416
472
|
"childrenByOrder": {}
|
|
417
473
|
},
|
|
418
474
|
{
|
|
@@ -420,9 +476,9 @@
|
|
|
420
476
|
"initial": false,
|
|
421
477
|
"entry": false,
|
|
422
478
|
"recorded": false,
|
|
423
|
-
"size":
|
|
479
|
+
"size": 8942,
|
|
424
480
|
"sizes": {
|
|
425
|
-
"javascript":
|
|
481
|
+
"javascript": 8942
|
|
426
482
|
},
|
|
427
483
|
"names": [],
|
|
428
484
|
"idHints": [],
|
|
@@ -434,7 +490,7 @@
|
|
|
434
490
|
"4055.js"
|
|
435
491
|
],
|
|
436
492
|
"auxiliaryFiles": [],
|
|
437
|
-
"hash": "
|
|
493
|
+
"hash": "fd9f8e7c24696eab",
|
|
438
494
|
"childrenByOrder": {}
|
|
439
495
|
},
|
|
440
496
|
{
|
|
@@ -442,9 +498,9 @@
|
|
|
442
498
|
"initial": false,
|
|
443
499
|
"entry": false,
|
|
444
500
|
"recorded": false,
|
|
445
|
-
"size":
|
|
501
|
+
"size": 8850,
|
|
446
502
|
"sizes": {
|
|
447
|
-
"javascript":
|
|
503
|
+
"javascript": 8850
|
|
448
504
|
},
|
|
449
505
|
"names": [],
|
|
450
506
|
"idHints": [],
|
|
@@ -456,7 +512,7 @@
|
|
|
456
512
|
"4132.js"
|
|
457
513
|
],
|
|
458
514
|
"auxiliaryFiles": [],
|
|
459
|
-
"hash": "
|
|
515
|
+
"hash": "704bcee0b72589d6",
|
|
460
516
|
"childrenByOrder": {}
|
|
461
517
|
},
|
|
462
518
|
{
|
|
@@ -464,9 +520,33 @@
|
|
|
464
520
|
"initial": false,
|
|
465
521
|
"entry": false,
|
|
466
522
|
"recorded": false,
|
|
467
|
-
"size":
|
|
523
|
+
"size": 504,
|
|
468
524
|
"sizes": {
|
|
469
|
-
"javascript":
|
|
525
|
+
"javascript": 504
|
|
526
|
+
},
|
|
527
|
+
"names": [],
|
|
528
|
+
"idHints": [],
|
|
529
|
+
"runtime": [
|
|
530
|
+
"@openmrs/esm-billing-app",
|
|
531
|
+
"main"
|
|
532
|
+
],
|
|
533
|
+
"files": [
|
|
534
|
+
"4225.js"
|
|
535
|
+
],
|
|
536
|
+
"auxiliaryFiles": [
|
|
537
|
+
"4225.js.map"
|
|
538
|
+
],
|
|
539
|
+
"hash": "9c2806e8813dece5",
|
|
540
|
+
"childrenByOrder": {}
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"rendered": true,
|
|
544
|
+
"initial": false,
|
|
545
|
+
"entry": false,
|
|
546
|
+
"recorded": false,
|
|
547
|
+
"size": 8850,
|
|
548
|
+
"sizes": {
|
|
549
|
+
"javascript": 8850
|
|
470
550
|
},
|
|
471
551
|
"names": [],
|
|
472
552
|
"idHints": [],
|
|
@@ -478,7 +558,7 @@
|
|
|
478
558
|
"4300.js"
|
|
479
559
|
],
|
|
480
560
|
"auxiliaryFiles": [],
|
|
481
|
-
"hash": "
|
|
561
|
+
"hash": "4e1e7e3ab3cd456c",
|
|
482
562
|
"childrenByOrder": {}
|
|
483
563
|
},
|
|
484
564
|
{
|
|
@@ -486,9 +566,9 @@
|
|
|
486
566
|
"initial": false,
|
|
487
567
|
"entry": false,
|
|
488
568
|
"recorded": false,
|
|
489
|
-
"size":
|
|
569
|
+
"size": 8845,
|
|
490
570
|
"sizes": {
|
|
491
|
-
"javascript":
|
|
571
|
+
"javascript": 8845
|
|
492
572
|
},
|
|
493
573
|
"names": [],
|
|
494
574
|
"idHints": [],
|
|
@@ -500,7 +580,7 @@
|
|
|
500
580
|
"4335.js"
|
|
501
581
|
],
|
|
502
582
|
"auxiliaryFiles": [],
|
|
503
|
-
"hash": "
|
|
583
|
+
"hash": "2d07faa64f41a58c",
|
|
504
584
|
"childrenByOrder": {}
|
|
505
585
|
},
|
|
506
586
|
{
|
|
@@ -508,9 +588,9 @@
|
|
|
508
588
|
"initial": false,
|
|
509
589
|
"entry": false,
|
|
510
590
|
"recorded": false,
|
|
511
|
-
"size":
|
|
591
|
+
"size": 8850,
|
|
512
592
|
"sizes": {
|
|
513
|
-
"javascript":
|
|
593
|
+
"javascript": 8850
|
|
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": "99c58d50ba576997",
|
|
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": 8845,
|
|
534
614
|
"sizes": {
|
|
535
|
-
"javascript":
|
|
615
|
+
"javascript": 8845
|
|
536
616
|
},
|
|
537
617
|
"names": [],
|
|
538
618
|
"idHints": [],
|
|
@@ -544,7 +624,7 @@
|
|
|
544
624
|
"4652.js"
|
|
545
625
|
],
|
|
546
626
|
"auxiliaryFiles": [],
|
|
547
|
-
"hash": "
|
|
627
|
+
"hash": "23a98e471bb2b038",
|
|
548
628
|
"childrenByOrder": {}
|
|
549
629
|
},
|
|
550
630
|
{
|
|
@@ -552,9 +632,36 @@
|
|
|
552
632
|
"initial": false,
|
|
553
633
|
"entry": false,
|
|
554
634
|
"recorded": false,
|
|
555
|
-
"
|
|
635
|
+
"reason": "split chunk (cache group: defaultVendors)",
|
|
636
|
+
"size": 237612,
|
|
556
637
|
"sizes": {
|
|
557
|
-
"javascript":
|
|
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",
|
|
655
|
+
"childrenByOrder": {}
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"rendered": true,
|
|
659
|
+
"initial": false,
|
|
660
|
+
"entry": false,
|
|
661
|
+
"recorded": false,
|
|
662
|
+
"size": 38056,
|
|
663
|
+
"sizes": {
|
|
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": 8850,
|
|
580
687
|
"sizes": {
|
|
581
|
-
"javascript":
|
|
688
|
+
"javascript": 8850
|
|
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": "ca248775a82cb1c2",
|
|
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": 8850,
|
|
602
709
|
"sizes": {
|
|
603
|
-
"javascript":
|
|
710
|
+
"javascript": 8850
|
|
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": "6260a51d8ea5231f",
|
|
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": 8850,
|
|
624
731
|
"sizes": {
|
|
625
|
-
"javascript":
|
|
732
|
+
"javascript": 8850
|
|
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": "7151c6cefe956663",
|
|
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": 8850,
|
|
777
|
+
"sizes": {
|
|
778
|
+
"javascript": 8850
|
|
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": "88ff501e51ddf95e",
|
|
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": 8850,
|
|
668
799
|
"sizes": {
|
|
669
|
-
"javascript":
|
|
800
|
+
"javascript": 8850
|
|
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": "96173c568b8d9a46",
|
|
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": 9224,
|
|
690
821
|
"sizes": {
|
|
691
|
-
"javascript":
|
|
822
|
+
"javascript": 9224
|
|
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": "3753ad000761ab74",
|
|
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": 8850,
|
|
733
864
|
"sizes": {
|
|
734
|
-
"javascript":
|
|
865
|
+
"javascript": 8850
|
|
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": "9f97bc600488df8f",
|
|
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": 8850,
|
|
806
934
|
"sizes": {
|
|
807
|
-
"javascript":
|
|
935
|
+
"javascript": 8850
|
|
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": "6e12fb7a33037d8b",
|
|
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": 21977,
|
|
828
956
|
"sizes": {
|
|
829
957
|
"javascript": 42,
|
|
830
|
-
"share-init":
|
|
831
|
-
"runtime":
|
|
958
|
+
"share-init": 336,
|
|
959
|
+
"runtime": 21599
|
|
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": "a574e7cd126bfbda",
|
|
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": 8850,
|
|
855
983
|
"sizes": {
|
|
856
|
-
"javascript":
|
|
984
|
+
"javascript": 8850
|
|
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": "6c2c661926ff4db6",
|
|
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": 8850,
|
|
877
1005
|
"sizes": {
|
|
878
|
-
"javascript":
|
|
1006
|
+
"javascript": 8850
|
|
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": "6ce3ad5e126a8209",
|
|
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": 8850,
|
|
899
1027
|
"sizes": {
|
|
900
|
-
"javascript":
|
|
1028
|
+
"javascript": 8850
|
|
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": "65275abfc2b80f49",
|
|
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": 8842,
|
|
921
1049
|
"sizes": {
|
|
922
|
-
"javascript":
|
|
1050
|
+
"javascript": 8842
|
|
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": "82301cbf142091e3",
|
|
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": 4074509,
|
|
970
1099
|
"sizes": {
|
|
971
|
-
"javascript":
|
|
1100
|
+
"javascript": 4074509
|
|
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": "f6159abaa2195e90",
|
|
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": 8850,
|
|
992
1125
|
"sizes": {
|
|
993
|
-
"javascript":
|
|
1126
|
+
"javascript": 8850
|
|
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": "ed5b36b62931a5f3",
|
|
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": 8850,
|
|
1014
1147
|
"sizes": {
|
|
1015
|
-
"javascript":
|
|
1148
|
+
"javascript": 8850
|
|
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": "feb15497aa3d0e8b",
|
|
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": 8850,
|
|
1037
1169
|
"sizes": {
|
|
1038
|
-
"javascript":
|
|
1170
|
+
"javascript": 8850
|
|
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": "f80eb919ac30b23d",
|
|
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": 8850,
|
|
1063
1191
|
"sizes": {
|
|
1064
|
-
"javascript":
|
|
1192
|
+
"javascript": 8850
|
|
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": "90f45c825ba1aeb8",
|
|
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": 5472682,
|
|
1085
1213
|
"sizes": {
|
|
1086
|
-
"
|
|
1214
|
+
"consume-shared": 210,
|
|
1215
|
+
"javascript": 5450027,
|
|
1216
|
+
"share-init": 336,
|
|
1217
|
+
"runtime": 22109
|
|
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": "d65a262accf2442c",
|
|
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": 8850,
|
|
1136
1268
|
"sizes": {
|
|
1137
|
-
"javascript":
|
|
1269
|
+
"javascript": 8850
|
|
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": "0e2b0fcf6e193e8b",
|
|
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": 9075,
|
|
1158
1290
|
"sizes": {
|
|
1159
|
-
"javascript":
|
|
1291
|
+
"javascript": 9075
|
|
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": "deaa70fc1ec593a4",
|
|
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": 8850,
|
|
1180
1312
|
"sizes": {
|
|
1181
|
-
"javascript":
|
|
1313
|
+
"javascript": 8850
|
|
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": "e7fdc719d2af59b7",
|
|
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": 8003,
|
|
1202
1334
|
"sizes": {
|
|
1203
|
-
"javascript":
|
|
1335
|
+
"javascript": 8003
|
|
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": "71c1e975e2cab917",
|
|
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": 8850,
|
|
1224
1356
|
"sizes": {
|
|
1225
|
-
"javascript":
|
|
1357
|
+
"javascript": 8850
|
|
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": "30b8b1d3e4c3f54c",
|
|
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": 8850,
|
|
1246
1378
|
"sizes": {
|
|
1247
|
-
"javascript":
|
|
1379
|
+
"javascript": 8850
|
|
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": "b3caf31d3d58b983",
|
|
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": 8850,
|
|
1268
1400
|
"sizes": {
|
|
1269
|
-
"javascript":
|
|
1401
|
+
"javascript": 8850
|
|
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": "f92770aca3461a8a",
|
|
1308
1414
|
"childrenByOrder": {}
|
|
1309
1415
|
}
|
|
1310
1416
|
]
|