@openmrs/esm-billing-app 1.0.2-pre.92 → 1.0.2-pre.933
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/1537.js +1 -0
- package/dist/1537.js.map +1 -0
- package/dist/1856.js +1 -0
- package/dist/1856.js.map +1 -0
- package/dist/2146.js +1 -1
- package/dist/2524.js +1 -0
- package/dist/2524.js.map +1 -0
- package/dist/2690.js +1 -1
- package/dist/3099.js +1 -1
- package/dist/3584.js +1 -1
- package/dist/3717.js +2 -0
- package/dist/3717.js.map +1 -0
- package/dist/4055.js +1 -1
- package/dist/4132.js +1 -1
- 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/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/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/7255.js +1 -1
- package/dist/7255.js.map +1 -1
- 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/8572.js +1 -0
- package/dist/8572.js.map +1 -0
- package/dist/8618.js +1 -1
- package/dist/8708.js +2 -0
- package/dist/{6557.js.LICENSE.txt → 8708.js.LICENSE.txt} +22 -0
- package/dist/8708.js.map +1 -0
- package/dist/890.js +1 -1
- 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 +271 -285
- 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 +18 -15
- package/src/bill-history/bill-history.component.tsx +20 -28
- 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 +21 -5
- package/src/bill-item-actions/edit-bill-item.modal.tsx +225 -0
- package/src/bill-item-actions/edit-bill-item.test.tsx +214 -40
- package/src/billable-services/bill-waiver/bill-selection.component.tsx +5 -5
- package/src/billable-services/bill-waiver/bill-waiver-form.component.tsx +28 -32
- package/src/billable-services/bill-waiver/patient-bills.component.tsx +7 -7
- package/src/billable-services/bill-waiver/utils.ts +13 -3
- package/src/billable-services/{create-edit/add-billable-service.scss → billable-service-form/billable-service-form.scss} +32 -64
- package/src/billable-services/billable-service-form/billable-service-form.test.tsx +898 -0
- package/src/billable-services/billable-service-form/billable-service-form.workspace.tsx +504 -0
- package/src/billable-services/billable-service.resource.ts +71 -27
- package/src/billable-services/billable-services-home.component.tsx +13 -42
- package/src/billable-services/billable-services-left-panel-link.component.tsx +48 -0
- package/src/billable-services/billable-services-left-panel-menu.component.tsx +46 -0
- package/src/billable-services/billable-services-menu-item/item.component.tsx +5 -4
- package/src/billable-services/billable-services.component.tsx +156 -152
- package/src/billable-services/billable-services.scss +29 -0
- package/src/billable-services/billable-services.test.tsx +6 -49
- package/src/billable-services/cash-point/add-cash-point.modal.tsx +170 -0
- package/src/billable-services/cash-point/cash-point-configuration.component.tsx +19 -193
- package/src/billable-services/cash-point/cash-point-configuration.scss +1 -5
- package/src/billable-services/dashboard/dashboard.component.tsx +0 -2
- package/src/billable-services/payment-modes/delete-payment-mode.modal.tsx +77 -0
- package/src/billable-services/payment-modes/payment-mode-form.modal.tsx +131 -0
- package/src/billable-services/payment-modes/payment-modes-config.component.tsx +139 -0
- package/src/billable-services/{payyment-modes → payment-modes}/payment-modes-config.scss +5 -4
- package/src/billable-services-admin-card-link.component.test.tsx +2 -2
- package/src/billable-services-admin-card-link.component.tsx +1 -1
- package/src/billing-dashboard/billing-dashboard.scss +1 -1
- package/src/billing-form/billing-checkin-form.component.tsx +21 -17
- package/src/billing-form/billing-checkin-form.test.tsx +99 -26
- package/src/billing-form/billing-form.component.tsx +222 -292
- package/src/billing-form/billing-form.scss +143 -0
- package/src/billing-form/visit-attributes/visit-attributes-form.component.tsx +1 -1
- package/src/billing.resource.ts +69 -74
- package/src/bills-table/bills-table.component.tsx +3 -3
- 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 +71 -9
- package/src/invoice/invoice-table.component.tsx +36 -70
- package/src/invoice/invoice-table.scss +8 -5
- package/src/invoice/invoice-table.test.tsx +273 -62
- package/src/invoice/invoice.component.tsx +39 -32
- 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 +55 -67
- 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 +20 -34
- package/src/left-panel-link.test.tsx +1 -4
- package/src/metrics-cards/metrics-cards.component.tsx +16 -6
- package/src/metrics-cards/metrics-cards.scss +4 -0
- 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} +18 -19
- package/src/routes.json +44 -20
- package/src/types/index.ts +86 -23
- package/translations/am.json +132 -77
- package/translations/ar.json +133 -78
- package/translations/ar_SY.json +133 -78
- package/translations/bn.json +135 -80
- package/translations/de.json +133 -78
- package/translations/en.json +134 -79
- package/translations/en_US.json +133 -78
- package/translations/es.json +132 -77
- package/translations/es_MX.json +133 -78
- package/translations/fr.json +138 -83
- package/translations/he.json +132 -77
- package/translations/hi.json +133 -78
- package/translations/hi_IN.json +133 -78
- package/translations/id.json +133 -78
- package/translations/it.json +159 -104
- package/translations/ka.json +133 -78
- package/translations/km.json +132 -77
- package/translations/ku.json +133 -78
- package/translations/ky.json +133 -78
- package/translations/lg.json +133 -78
- package/translations/ne.json +133 -78
- package/translations/pl.json +133 -78
- package/translations/pt.json +133 -78
- package/translations/pt_BR.json +133 -78
- package/translations/qu.json +133 -78
- package/translations/ro_RO.json +220 -165
- package/translations/ru_RU.json +133 -78
- package/translations/si.json +133 -78
- package/translations/sw.json +133 -78
- package/translations/sw_KE.json +133 -78
- package/translations/tr.json +133 -78
- package/translations/tr_TR.json +133 -78
- package/translations/uk.json +133 -78
- package/translations/uz.json +133 -78
- package/translations/uz@Latn.json +133 -78
- package/translations/uz_UZ.json +133 -78
- package/translations/vi.json +133 -78
- package/translations/zh.json +133 -78
- package/translations/zh_CN.json +163 -108
- 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/4689.js +0 -2
- package/dist/4689.js.map +0 -1
- package/dist/6557.js +0 -2
- package/dist/6557.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/bill-item-actions/edit-bill-item.component.tsx +0 -221
- package/src/billable-services/create-edit/add-billable-service.component.tsx +0 -401
- package/src/billable-services/create-edit/add-billable-service.test.tsx +0 -154
- package/src/billable-services/dashboard/service-metrics.component.tsx +0 -41
- 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/{4689.js.LICENSE.txt → 3717.js.LICENSE.txt} +0 -0
|
@@ -5,26 +5,21 @@
|
|
|
5
5
|
"initial": false,
|
|
6
6
|
"entry": false,
|
|
7
7
|
"recorded": false,
|
|
8
|
-
"
|
|
9
|
-
"size": 247345,
|
|
8
|
+
"size": 9163,
|
|
10
9
|
"sizes": {
|
|
11
|
-
"javascript":
|
|
10
|
+
"javascript": 9163
|
|
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": "0d219497fb0e7ad1",
|
|
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": 9324,
|
|
36
31
|
"sizes": {
|
|
37
|
-
"javascript":
|
|
32
|
+
"javascript": 9324
|
|
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": "4144bb9216c2fd00",
|
|
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": 9163,
|
|
58
53
|
"sizes": {
|
|
59
|
-
"javascript":
|
|
54
|
+
"javascript": 9163
|
|
60
55
|
},
|
|
61
56
|
"names": [],
|
|
62
57
|
"idHints": [],
|
|
@@ -65,21 +60,47 @@
|
|
|
65
60
|
"main"
|
|
66
61
|
],
|
|
67
62
|
"files": [
|
|
68
|
-
"
|
|
63
|
+
"890.js"
|
|
69
64
|
],
|
|
70
65
|
"auxiliaryFiles": [],
|
|
71
|
-
"hash": "
|
|
66
|
+
"hash": "94299ff1bce855ac",
|
|
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
|
|
78
|
+
},
|
|
79
|
+
"names": [],
|
|
80
|
+
"idHints": [
|
|
81
|
+
"vendors"
|
|
82
|
+
],
|
|
83
|
+
"runtime": [
|
|
84
|
+
"@openmrs/esm-billing-app",
|
|
85
|
+
"main"
|
|
86
|
+
],
|
|
87
|
+
"files": [
|
|
88
|
+
"961.js"
|
|
89
|
+
],
|
|
90
|
+
"auxiliaryFiles": [
|
|
91
|
+
"961.js.map"
|
|
92
|
+
],
|
|
93
|
+
"hash": "d05c495a0f5dc99e",
|
|
94
|
+
"childrenByOrder": {}
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"rendered": true,
|
|
98
|
+
"initial": false,
|
|
99
|
+
"entry": false,
|
|
100
|
+
"recorded": false,
|
|
101
|
+
"size": 9163,
|
|
102
|
+
"sizes": {
|
|
103
|
+
"javascript": 9163
|
|
83
104
|
},
|
|
84
105
|
"names": [],
|
|
85
106
|
"idHints": [],
|
|
@@ -87,9 +108,11 @@
|
|
|
87
108
|
"@openmrs/esm-billing-app",
|
|
88
109
|
"main"
|
|
89
110
|
],
|
|
90
|
-
"files": [
|
|
111
|
+
"files": [
|
|
112
|
+
"986.js"
|
|
113
|
+
],
|
|
91
114
|
"auxiliaryFiles": [],
|
|
92
|
-
"hash": "
|
|
115
|
+
"hash": "a59e4c3fb1a32436",
|
|
93
116
|
"childrenByOrder": {}
|
|
94
117
|
},
|
|
95
118
|
{
|
|
@@ -97,9 +120,9 @@
|
|
|
97
120
|
"initial": false,
|
|
98
121
|
"entry": false,
|
|
99
122
|
"recorded": false,
|
|
100
|
-
"size":
|
|
123
|
+
"size": 9163,
|
|
101
124
|
"sizes": {
|
|
102
|
-
"javascript":
|
|
125
|
+
"javascript": 9163
|
|
103
126
|
},
|
|
104
127
|
"names": [],
|
|
105
128
|
"idHints": [],
|
|
@@ -108,10 +131,10 @@
|
|
|
108
131
|
"main"
|
|
109
132
|
],
|
|
110
133
|
"files": [
|
|
111
|
-
"
|
|
134
|
+
"1119.js"
|
|
112
135
|
],
|
|
113
136
|
"auxiliaryFiles": [],
|
|
114
|
-
"hash": "
|
|
137
|
+
"hash": "6d5b76d200654d3d",
|
|
115
138
|
"childrenByOrder": {}
|
|
116
139
|
},
|
|
117
140
|
{
|
|
@@ -119,10 +142,10 @@
|
|
|
119
142
|
"initial": false,
|
|
120
143
|
"entry": false,
|
|
121
144
|
"recorded": false,
|
|
122
|
-
"reason": "
|
|
123
|
-
"size":
|
|
145
|
+
"reason": "split chunk (cache group: defaultVendors)",
|
|
146
|
+
"size": 66148,
|
|
124
147
|
"sizes": {
|
|
125
|
-
"javascript":
|
|
148
|
+
"javascript": 66148
|
|
126
149
|
},
|
|
127
150
|
"names": [],
|
|
128
151
|
"idHints": [
|
|
@@ -133,12 +156,12 @@
|
|
|
133
156
|
"main"
|
|
134
157
|
],
|
|
135
158
|
"files": [
|
|
136
|
-
"
|
|
159
|
+
"1146.js"
|
|
137
160
|
],
|
|
138
161
|
"auxiliaryFiles": [
|
|
139
|
-
"
|
|
162
|
+
"1146.js.map"
|
|
140
163
|
],
|
|
141
|
-
"hash": "
|
|
164
|
+
"hash": "1babe92d7f44de13",
|
|
142
165
|
"childrenByOrder": {}
|
|
143
166
|
},
|
|
144
167
|
{
|
|
@@ -146,9 +169,9 @@
|
|
|
146
169
|
"initial": false,
|
|
147
170
|
"entry": false,
|
|
148
171
|
"recorded": false,
|
|
149
|
-
"size":
|
|
172
|
+
"size": 9163,
|
|
150
173
|
"sizes": {
|
|
151
|
-
"javascript":
|
|
174
|
+
"javascript": 9163
|
|
152
175
|
},
|
|
153
176
|
"names": [],
|
|
154
177
|
"idHints": [],
|
|
@@ -157,10 +180,10 @@
|
|
|
157
180
|
"main"
|
|
158
181
|
],
|
|
159
182
|
"files": [
|
|
160
|
-
"
|
|
183
|
+
"1197.js"
|
|
161
184
|
],
|
|
162
185
|
"auxiliaryFiles": [],
|
|
163
|
-
"hash": "
|
|
186
|
+
"hash": "ef35d2cf65c00779",
|
|
164
187
|
"childrenByOrder": {}
|
|
165
188
|
},
|
|
166
189
|
{
|
|
@@ -168,9 +191,9 @@
|
|
|
168
191
|
"initial": false,
|
|
169
192
|
"entry": false,
|
|
170
193
|
"recorded": false,
|
|
171
|
-
"size":
|
|
194
|
+
"size": 80461,
|
|
172
195
|
"sizes": {
|
|
173
|
-
"javascript":
|
|
196
|
+
"javascript": 80461
|
|
174
197
|
},
|
|
175
198
|
"names": [],
|
|
176
199
|
"idHints": [],
|
|
@@ -179,10 +202,12 @@
|
|
|
179
202
|
"main"
|
|
180
203
|
],
|
|
181
204
|
"files": [
|
|
182
|
-
"
|
|
205
|
+
"1537.js"
|
|
183
206
|
],
|
|
184
|
-
"auxiliaryFiles": [
|
|
185
|
-
|
|
207
|
+
"auxiliaryFiles": [
|
|
208
|
+
"1537.js.map"
|
|
209
|
+
],
|
|
210
|
+
"hash": "85151d57a7d6825e",
|
|
186
211
|
"childrenByOrder": {}
|
|
187
212
|
},
|
|
188
213
|
{
|
|
@@ -191,9 +216,9 @@
|
|
|
191
216
|
"entry": false,
|
|
192
217
|
"recorded": false,
|
|
193
218
|
"reason": "split chunk (cache group: defaultVendors)",
|
|
194
|
-
"size":
|
|
219
|
+
"size": 87093,
|
|
195
220
|
"sizes": {
|
|
196
|
-
"javascript":
|
|
221
|
+
"javascript": 87093
|
|
197
222
|
},
|
|
198
223
|
"names": [],
|
|
199
224
|
"idHints": [
|
|
@@ -204,22 +229,23 @@
|
|
|
204
229
|
"main"
|
|
205
230
|
],
|
|
206
231
|
"files": [
|
|
207
|
-
"
|
|
232
|
+
"1856.js"
|
|
208
233
|
],
|
|
209
234
|
"auxiliaryFiles": [
|
|
210
|
-
"
|
|
235
|
+
"1856.js.map"
|
|
211
236
|
],
|
|
212
|
-
"hash": "
|
|
237
|
+
"hash": "378c5082189c8658",
|
|
213
238
|
"childrenByOrder": {}
|
|
214
239
|
},
|
|
215
240
|
{
|
|
216
|
-
"rendered":
|
|
241
|
+
"rendered": false,
|
|
217
242
|
"initial": false,
|
|
218
243
|
"entry": false,
|
|
219
244
|
"recorded": false,
|
|
220
|
-
"
|
|
245
|
+
"reason": "reused as split chunk (cache group: default)",
|
|
246
|
+
"size": 126,
|
|
221
247
|
"sizes": {
|
|
222
|
-
"
|
|
248
|
+
"consume-shared": 126
|
|
223
249
|
},
|
|
224
250
|
"names": [],
|
|
225
251
|
"idHints": [],
|
|
@@ -227,11 +253,9 @@
|
|
|
227
253
|
"@openmrs/esm-billing-app",
|
|
228
254
|
"main"
|
|
229
255
|
],
|
|
230
|
-
"files": [
|
|
231
|
-
"1197.js"
|
|
232
|
-
],
|
|
256
|
+
"files": [],
|
|
233
257
|
"auxiliaryFiles": [],
|
|
234
|
-
"hash": "
|
|
258
|
+
"hash": "3fd3458fb5613650",
|
|
235
259
|
"childrenByOrder": {}
|
|
236
260
|
},
|
|
237
261
|
{
|
|
@@ -239,9 +263,9 @@
|
|
|
239
263
|
"initial": false,
|
|
240
264
|
"entry": false,
|
|
241
265
|
"recorded": false,
|
|
242
|
-
"size":
|
|
266
|
+
"size": 9163,
|
|
243
267
|
"sizes": {
|
|
244
|
-
"javascript":
|
|
268
|
+
"javascript": 9163
|
|
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": "7a10fc6968ce31ac",
|
|
257
281
|
"childrenByOrder": {}
|
|
258
282
|
},
|
|
259
283
|
{
|
|
@@ -288,23 +312,25 @@
|
|
|
288
312
|
"initial": false,
|
|
289
313
|
"entry": false,
|
|
290
314
|
"recorded": false,
|
|
291
|
-
"
|
|
315
|
+
"reason": "split chunk (cache group: defaultVendors)",
|
|
316
|
+
"size": 645634,
|
|
292
317
|
"sizes": {
|
|
293
|
-
"javascript":
|
|
318
|
+
"javascript": 645634
|
|
294
319
|
},
|
|
295
320
|
"names": [],
|
|
296
|
-
"idHints": [
|
|
321
|
+
"idHints": [
|
|
322
|
+
"vendors"
|
|
323
|
+
],
|
|
297
324
|
"runtime": [
|
|
298
|
-
"@openmrs/esm-billing-app"
|
|
299
|
-
"main"
|
|
325
|
+
"@openmrs/esm-billing-app"
|
|
300
326
|
],
|
|
301
327
|
"files": [
|
|
302
|
-
"
|
|
328
|
+
"2524.js"
|
|
303
329
|
],
|
|
304
330
|
"auxiliaryFiles": [
|
|
305
|
-
"
|
|
331
|
+
"2524.js.map"
|
|
306
332
|
],
|
|
307
|
-
"hash": "
|
|
333
|
+
"hash": "86b6ac78db2c40f1",
|
|
308
334
|
"childrenByOrder": {}
|
|
309
335
|
},
|
|
310
336
|
{
|
|
@@ -312,9 +338,9 @@
|
|
|
312
338
|
"initial": false,
|
|
313
339
|
"entry": false,
|
|
314
340
|
"recorded": false,
|
|
315
|
-
"size":
|
|
341
|
+
"size": 9382,
|
|
316
342
|
"sizes": {
|
|
317
|
-
"javascript":
|
|
343
|
+
"javascript": 9382
|
|
318
344
|
},
|
|
319
345
|
"names": [],
|
|
320
346
|
"idHints": [],
|
|
@@ -326,7 +352,7 @@
|
|
|
326
352
|
"2690.js"
|
|
327
353
|
],
|
|
328
354
|
"auxiliaryFiles": [],
|
|
329
|
-
"hash": "
|
|
355
|
+
"hash": "b82a34d6aaedad34",
|
|
330
356
|
"childrenByOrder": {}
|
|
331
357
|
},
|
|
332
358
|
{
|
|
@@ -353,35 +379,14 @@
|
|
|
353
379
|
"hash": "df58f1f0a7647d6a",
|
|
354
380
|
"childrenByOrder": {}
|
|
355
381
|
},
|
|
356
|
-
{
|
|
357
|
-
"rendered": false,
|
|
358
|
-
"initial": false,
|
|
359
|
-
"entry": false,
|
|
360
|
-
"recorded": false,
|
|
361
|
-
"reason": "split chunk (cache group: default)",
|
|
362
|
-
"size": 126,
|
|
363
|
-
"sizes": {
|
|
364
|
-
"consume-shared": 126
|
|
365
|
-
},
|
|
366
|
-
"names": [],
|
|
367
|
-
"idHints": [],
|
|
368
|
-
"runtime": [
|
|
369
|
-
"@openmrs/esm-billing-app",
|
|
370
|
-
"main"
|
|
371
|
-
],
|
|
372
|
-
"files": [],
|
|
373
|
-
"auxiliaryFiles": [],
|
|
374
|
-
"hash": "cd4662fcf23dc64c",
|
|
375
|
-
"childrenByOrder": {}
|
|
376
|
-
},
|
|
377
382
|
{
|
|
378
383
|
"rendered": true,
|
|
379
384
|
"initial": false,
|
|
380
385
|
"entry": false,
|
|
381
386
|
"recorded": false,
|
|
382
|
-
"size":
|
|
387
|
+
"size": 9207,
|
|
383
388
|
"sizes": {
|
|
384
|
-
"javascript":
|
|
389
|
+
"javascript": 9207
|
|
385
390
|
},
|
|
386
391
|
"names": [],
|
|
387
392
|
"idHints": [],
|
|
@@ -393,7 +398,7 @@
|
|
|
393
398
|
"3099.js"
|
|
394
399
|
],
|
|
395
400
|
"auxiliaryFiles": [],
|
|
396
|
-
"hash": "
|
|
401
|
+
"hash": "82125fc47ec53035",
|
|
397
402
|
"childrenByOrder": {}
|
|
398
403
|
},
|
|
399
404
|
{
|
|
@@ -428,9 +433,9 @@
|
|
|
428
433
|
"initial": false,
|
|
429
434
|
"entry": false,
|
|
430
435
|
"recorded": false,
|
|
431
|
-
"size":
|
|
436
|
+
"size": 9163,
|
|
432
437
|
"sizes": {
|
|
433
|
-
"javascript":
|
|
438
|
+
"javascript": 9163
|
|
434
439
|
},
|
|
435
440
|
"names": [],
|
|
436
441
|
"idHints": [],
|
|
@@ -442,7 +447,7 @@
|
|
|
442
447
|
"3584.js"
|
|
443
448
|
],
|
|
444
449
|
"auxiliaryFiles": [],
|
|
445
|
-
"hash": "
|
|
450
|
+
"hash": "1a91d53eddb8d851",
|
|
446
451
|
"childrenByOrder": {}
|
|
447
452
|
},
|
|
448
453
|
{
|
|
@@ -450,21 +455,26 @@
|
|
|
450
455
|
"initial": false,
|
|
451
456
|
"entry": false,
|
|
452
457
|
"recorded": false,
|
|
453
|
-
"
|
|
458
|
+
"reason": "split chunk (cache group: defaultVendors)",
|
|
459
|
+
"size": 4064283,
|
|
454
460
|
"sizes": {
|
|
455
|
-
"javascript":
|
|
461
|
+
"javascript": 4064283
|
|
456
462
|
},
|
|
457
463
|
"names": [],
|
|
458
|
-
"idHints": [
|
|
464
|
+
"idHints": [
|
|
465
|
+
"vendors"
|
|
466
|
+
],
|
|
459
467
|
"runtime": [
|
|
460
468
|
"@openmrs/esm-billing-app",
|
|
461
469
|
"main"
|
|
462
470
|
],
|
|
463
471
|
"files": [
|
|
464
|
-
"
|
|
472
|
+
"3717.js"
|
|
465
473
|
],
|
|
466
|
-
"auxiliaryFiles": [
|
|
467
|
-
|
|
474
|
+
"auxiliaryFiles": [
|
|
475
|
+
"3717.js.map"
|
|
476
|
+
],
|
|
477
|
+
"hash": "807e2dd425e2928c",
|
|
468
478
|
"childrenByOrder": {}
|
|
469
479
|
},
|
|
470
480
|
{
|
|
@@ -472,9 +482,9 @@
|
|
|
472
482
|
"initial": false,
|
|
473
483
|
"entry": false,
|
|
474
484
|
"recorded": false,
|
|
475
|
-
"size":
|
|
485
|
+
"size": 9177,
|
|
476
486
|
"sizes": {
|
|
477
|
-
"javascript":
|
|
487
|
+
"javascript": 9177
|
|
478
488
|
},
|
|
479
489
|
"names": [],
|
|
480
490
|
"idHints": [],
|
|
@@ -483,21 +493,20 @@
|
|
|
483
493
|
"main"
|
|
484
494
|
],
|
|
485
495
|
"files": [
|
|
486
|
-
"
|
|
496
|
+
"4055.js"
|
|
487
497
|
],
|
|
488
498
|
"auxiliaryFiles": [],
|
|
489
|
-
"hash": "
|
|
499
|
+
"hash": "4be565ddf18d40bb",
|
|
490
500
|
"childrenByOrder": {}
|
|
491
501
|
},
|
|
492
502
|
{
|
|
493
|
-
"rendered":
|
|
503
|
+
"rendered": true,
|
|
494
504
|
"initial": false,
|
|
495
505
|
"entry": false,
|
|
496
506
|
"recorded": false,
|
|
497
|
-
"
|
|
498
|
-
"size": 42,
|
|
507
|
+
"size": 9163,
|
|
499
508
|
"sizes": {
|
|
500
|
-
"
|
|
509
|
+
"javascript": 9163
|
|
501
510
|
},
|
|
502
511
|
"names": [],
|
|
503
512
|
"idHints": [],
|
|
@@ -505,9 +514,11 @@
|
|
|
505
514
|
"@openmrs/esm-billing-app",
|
|
506
515
|
"main"
|
|
507
516
|
],
|
|
508
|
-
"files": [
|
|
517
|
+
"files": [
|
|
518
|
+
"4132.js"
|
|
519
|
+
],
|
|
509
520
|
"auxiliaryFiles": [],
|
|
510
|
-
"hash": "
|
|
521
|
+
"hash": "da0bcafcb8e51929",
|
|
511
522
|
"childrenByOrder": {}
|
|
512
523
|
},
|
|
513
524
|
{
|
|
@@ -539,9 +550,9 @@
|
|
|
539
550
|
"initial": false,
|
|
540
551
|
"entry": false,
|
|
541
552
|
"recorded": false,
|
|
542
|
-
"size":
|
|
553
|
+
"size": 9123,
|
|
543
554
|
"sizes": {
|
|
544
|
-
"javascript":
|
|
555
|
+
"javascript": 9123
|
|
545
556
|
},
|
|
546
557
|
"names": [],
|
|
547
558
|
"idHints": [],
|
|
@@ -553,7 +564,7 @@
|
|
|
553
564
|
"4300.js"
|
|
554
565
|
],
|
|
555
566
|
"auxiliaryFiles": [],
|
|
556
|
-
"hash": "
|
|
567
|
+
"hash": "2fc64a48f3982f87",
|
|
557
568
|
"childrenByOrder": {}
|
|
558
569
|
},
|
|
559
570
|
{
|
|
@@ -561,9 +572,9 @@
|
|
|
561
572
|
"initial": false,
|
|
562
573
|
"entry": false,
|
|
563
574
|
"recorded": false,
|
|
564
|
-
"size":
|
|
575
|
+
"size": 9163,
|
|
565
576
|
"sizes": {
|
|
566
|
-
"javascript":
|
|
577
|
+
"javascript": 9163
|
|
567
578
|
},
|
|
568
579
|
"names": [],
|
|
569
580
|
"idHints": [],
|
|
@@ -575,7 +586,7 @@
|
|
|
575
586
|
"4335.js"
|
|
576
587
|
],
|
|
577
588
|
"auxiliaryFiles": [],
|
|
578
|
-
"hash": "
|
|
589
|
+
"hash": "f10246a29351bc60",
|
|
579
590
|
"childrenByOrder": {}
|
|
580
591
|
},
|
|
581
592
|
{
|
|
@@ -583,9 +594,9 @@
|
|
|
583
594
|
"initial": false,
|
|
584
595
|
"entry": false,
|
|
585
596
|
"recorded": false,
|
|
586
|
-
"size":
|
|
597
|
+
"size": 9163,
|
|
587
598
|
"sizes": {
|
|
588
|
-
"javascript":
|
|
599
|
+
"javascript": 9163
|
|
589
600
|
},
|
|
590
601
|
"names": [],
|
|
591
602
|
"idHints": [],
|
|
@@ -597,7 +608,7 @@
|
|
|
597
608
|
"4618.js"
|
|
598
609
|
],
|
|
599
610
|
"auxiliaryFiles": [],
|
|
600
|
-
"hash": "
|
|
611
|
+
"hash": "744a3d8ad89dc5b9",
|
|
601
612
|
"childrenByOrder": {}
|
|
602
613
|
},
|
|
603
614
|
{
|
|
@@ -605,9 +616,9 @@
|
|
|
605
616
|
"initial": false,
|
|
606
617
|
"entry": false,
|
|
607
618
|
"recorded": false,
|
|
608
|
-
"size":
|
|
619
|
+
"size": 9163,
|
|
609
620
|
"sizes": {
|
|
610
|
-
"javascript":
|
|
621
|
+
"javascript": 9163
|
|
611
622
|
},
|
|
612
623
|
"names": [],
|
|
613
624
|
"idHints": [],
|
|
@@ -619,7 +630,7 @@
|
|
|
619
630
|
"4652.js"
|
|
620
631
|
],
|
|
621
632
|
"auxiliaryFiles": [],
|
|
622
|
-
"hash": "
|
|
633
|
+
"hash": "c0a8ea97ada52480",
|
|
623
634
|
"childrenByOrder": {}
|
|
624
635
|
},
|
|
625
636
|
{
|
|
@@ -628,9 +639,9 @@
|
|
|
628
639
|
"entry": false,
|
|
629
640
|
"recorded": false,
|
|
630
641
|
"reason": "split chunk (cache group: defaultVendors)",
|
|
631
|
-
"size":
|
|
642
|
+
"size": 237612,
|
|
632
643
|
"sizes": {
|
|
633
|
-
"javascript":
|
|
644
|
+
"javascript": 237612
|
|
634
645
|
},
|
|
635
646
|
"names": [],
|
|
636
647
|
"idHints": [
|
|
@@ -641,12 +652,12 @@
|
|
|
641
652
|
"main"
|
|
642
653
|
],
|
|
643
654
|
"files": [
|
|
644
|
-
"
|
|
655
|
+
"4724.js"
|
|
645
656
|
],
|
|
646
657
|
"auxiliaryFiles": [
|
|
647
|
-
"
|
|
658
|
+
"4724.js.map"
|
|
648
659
|
],
|
|
649
|
-
"hash": "
|
|
660
|
+
"hash": "3106e0c930618bae",
|
|
650
661
|
"childrenByOrder": {}
|
|
651
662
|
},
|
|
652
663
|
{
|
|
@@ -654,9 +665,9 @@
|
|
|
654
665
|
"initial": false,
|
|
655
666
|
"entry": false,
|
|
656
667
|
"recorded": false,
|
|
657
|
-
"size":
|
|
668
|
+
"size": 43608,
|
|
658
669
|
"sizes": {
|
|
659
|
-
"javascript":
|
|
670
|
+
"javascript": 43608
|
|
660
671
|
},
|
|
661
672
|
"names": [],
|
|
662
673
|
"idHints": [],
|
|
@@ -670,7 +681,7 @@
|
|
|
670
681
|
"auxiliaryFiles": [
|
|
671
682
|
"4739.js.map"
|
|
672
683
|
],
|
|
673
|
-
"hash": "
|
|
684
|
+
"hash": "9e4b1737c952553a",
|
|
674
685
|
"childrenByOrder": {}
|
|
675
686
|
},
|
|
676
687
|
{
|
|
@@ -678,9 +689,9 @@
|
|
|
678
689
|
"initial": false,
|
|
679
690
|
"entry": false,
|
|
680
691
|
"recorded": false,
|
|
681
|
-
"size":
|
|
692
|
+
"size": 9163,
|
|
682
693
|
"sizes": {
|
|
683
|
-
"javascript":
|
|
694
|
+
"javascript": 9163
|
|
684
695
|
},
|
|
685
696
|
"names": [],
|
|
686
697
|
"idHints": [],
|
|
@@ -692,7 +703,7 @@
|
|
|
692
703
|
"4944.js"
|
|
693
704
|
],
|
|
694
705
|
"auxiliaryFiles": [],
|
|
695
|
-
"hash": "
|
|
706
|
+
"hash": "cced46ca2701342e",
|
|
696
707
|
"childrenByOrder": {}
|
|
697
708
|
},
|
|
698
709
|
{
|
|
@@ -700,9 +711,9 @@
|
|
|
700
711
|
"initial": false,
|
|
701
712
|
"entry": false,
|
|
702
713
|
"recorded": false,
|
|
703
|
-
"size":
|
|
714
|
+
"size": 9163,
|
|
704
715
|
"sizes": {
|
|
705
|
-
"javascript":
|
|
716
|
+
"javascript": 9163
|
|
706
717
|
},
|
|
707
718
|
"names": [],
|
|
708
719
|
"idHints": [],
|
|
@@ -714,7 +725,7 @@
|
|
|
714
725
|
"5173.js"
|
|
715
726
|
],
|
|
716
727
|
"auxiliaryFiles": [],
|
|
717
|
-
"hash": "
|
|
728
|
+
"hash": "42da26321db8bf89",
|
|
718
729
|
"childrenByOrder": {}
|
|
719
730
|
},
|
|
720
731
|
{
|
|
@@ -722,9 +733,9 @@
|
|
|
722
733
|
"initial": false,
|
|
723
734
|
"entry": false,
|
|
724
735
|
"recorded": false,
|
|
725
|
-
"size":
|
|
736
|
+
"size": 9163,
|
|
726
737
|
"sizes": {
|
|
727
|
-
"javascript":
|
|
738
|
+
"javascript": 9163
|
|
728
739
|
},
|
|
729
740
|
"names": [],
|
|
730
741
|
"idHints": [],
|
|
@@ -736,7 +747,7 @@
|
|
|
736
747
|
"5241.js"
|
|
737
748
|
],
|
|
738
749
|
"auxiliaryFiles": [],
|
|
739
|
-
"hash": "
|
|
750
|
+
"hash": "66724ab4a0eabbca",
|
|
740
751
|
"childrenByOrder": {}
|
|
741
752
|
},
|
|
742
753
|
{
|
|
@@ -768,9 +779,9 @@
|
|
|
768
779
|
"initial": false,
|
|
769
780
|
"entry": false,
|
|
770
781
|
"recorded": false,
|
|
771
|
-
"size":
|
|
782
|
+
"size": 9163,
|
|
772
783
|
"sizes": {
|
|
773
|
-
"javascript":
|
|
784
|
+
"javascript": 9163
|
|
774
785
|
},
|
|
775
786
|
"names": [],
|
|
776
787
|
"idHints": [],
|
|
@@ -782,7 +793,7 @@
|
|
|
782
793
|
"5442.js"
|
|
783
794
|
],
|
|
784
795
|
"auxiliaryFiles": [],
|
|
785
|
-
"hash": "
|
|
796
|
+
"hash": "4fb7a31796ec62c5",
|
|
786
797
|
"childrenByOrder": {}
|
|
787
798
|
},
|
|
788
799
|
{
|
|
@@ -790,9 +801,9 @@
|
|
|
790
801
|
"initial": false,
|
|
791
802
|
"entry": false,
|
|
792
803
|
"recorded": false,
|
|
793
|
-
"size":
|
|
804
|
+
"size": 9163,
|
|
794
805
|
"sizes": {
|
|
795
|
-
"javascript":
|
|
806
|
+
"javascript": 9163
|
|
796
807
|
},
|
|
797
808
|
"names": [],
|
|
798
809
|
"idHints": [],
|
|
@@ -804,17 +815,18 @@
|
|
|
804
815
|
"5661.js"
|
|
805
816
|
],
|
|
806
817
|
"auxiliaryFiles": [],
|
|
807
|
-
"hash": "
|
|
818
|
+
"hash": "b634b7a9bcbb4b70",
|
|
808
819
|
"childrenByOrder": {}
|
|
809
820
|
},
|
|
810
821
|
{
|
|
811
|
-
"rendered":
|
|
822
|
+
"rendered": false,
|
|
812
823
|
"initial": false,
|
|
813
824
|
"entry": false,
|
|
814
825
|
"recorded": false,
|
|
815
|
-
"
|
|
826
|
+
"reason": "reused as split chunk (cache group: default)",
|
|
827
|
+
"size": 126,
|
|
816
828
|
"sizes": {
|
|
817
|
-
"
|
|
829
|
+
"consume-shared": 126
|
|
818
830
|
},
|
|
819
831
|
"names": [],
|
|
820
832
|
"idHints": [],
|
|
@@ -822,22 +834,19 @@
|
|
|
822
834
|
"@openmrs/esm-billing-app",
|
|
823
835
|
"main"
|
|
824
836
|
],
|
|
825
|
-
"files": [
|
|
826
|
-
"6022.js"
|
|
827
|
-
],
|
|
837
|
+
"files": [],
|
|
828
838
|
"auxiliaryFiles": [],
|
|
829
|
-
"hash": "
|
|
839
|
+
"hash": "2f282cbad1ee9f7e",
|
|
830
840
|
"childrenByOrder": {}
|
|
831
841
|
},
|
|
832
842
|
{
|
|
833
|
-
"rendered":
|
|
843
|
+
"rendered": true,
|
|
834
844
|
"initial": false,
|
|
835
845
|
"entry": false,
|
|
836
846
|
"recorded": false,
|
|
837
|
-
"
|
|
838
|
-
"size": 42,
|
|
847
|
+
"size": 9364,
|
|
839
848
|
"sizes": {
|
|
840
|
-
"
|
|
849
|
+
"javascript": 9364
|
|
841
850
|
},
|
|
842
851
|
"names": [],
|
|
843
852
|
"idHints": [],
|
|
@@ -845,19 +854,22 @@
|
|
|
845
854
|
"@openmrs/esm-billing-app",
|
|
846
855
|
"main"
|
|
847
856
|
],
|
|
848
|
-
"files": [
|
|
857
|
+
"files": [
|
|
858
|
+
"6022.js"
|
|
859
|
+
],
|
|
849
860
|
"auxiliaryFiles": [],
|
|
850
|
-
"hash": "
|
|
861
|
+
"hash": "0d1747b0b44e52b0",
|
|
851
862
|
"childrenByOrder": {}
|
|
852
863
|
},
|
|
853
864
|
{
|
|
854
|
-
"rendered":
|
|
865
|
+
"rendered": false,
|
|
855
866
|
"initial": false,
|
|
856
867
|
"entry": false,
|
|
857
868
|
"recorded": false,
|
|
858
|
-
"
|
|
869
|
+
"reason": "reused as split chunk (cache group: default)",
|
|
870
|
+
"size": 42,
|
|
859
871
|
"sizes": {
|
|
860
|
-
"
|
|
872
|
+
"consume-shared": 42
|
|
861
873
|
},
|
|
862
874
|
"names": [],
|
|
863
875
|
"idHints": [],
|
|
@@ -865,11 +877,9 @@
|
|
|
865
877
|
"@openmrs/esm-billing-app",
|
|
866
878
|
"main"
|
|
867
879
|
],
|
|
868
|
-
"files": [
|
|
869
|
-
"6468.js"
|
|
870
|
-
],
|
|
880
|
+
"files": [],
|
|
871
881
|
"auxiliaryFiles": [],
|
|
872
|
-
"hash": "
|
|
882
|
+
"hash": "a8e8b59b9e85f503",
|
|
873
883
|
"childrenByOrder": {}
|
|
874
884
|
},
|
|
875
885
|
{
|
|
@@ -877,9 +887,9 @@
|
|
|
877
887
|
"initial": false,
|
|
878
888
|
"entry": false,
|
|
879
889
|
"recorded": false,
|
|
880
|
-
"size":
|
|
890
|
+
"size": 9163,
|
|
881
891
|
"sizes": {
|
|
882
|
-
"javascript":
|
|
892
|
+
"javascript": 9163
|
|
883
893
|
},
|
|
884
894
|
"names": [],
|
|
885
895
|
"idHints": [],
|
|
@@ -888,12 +898,10 @@
|
|
|
888
898
|
"main"
|
|
889
899
|
],
|
|
890
900
|
"files": [
|
|
891
|
-
"
|
|
892
|
-
],
|
|
893
|
-
"auxiliaryFiles": [
|
|
894
|
-
"6540.js.map"
|
|
901
|
+
"6468.js"
|
|
895
902
|
],
|
|
896
|
-
"
|
|
903
|
+
"auxiliaryFiles": [],
|
|
904
|
+
"hash": "750f6577204fd7b9",
|
|
897
905
|
"childrenByOrder": {}
|
|
898
906
|
},
|
|
899
907
|
{
|
|
@@ -901,26 +909,23 @@
|
|
|
901
909
|
"initial": false,
|
|
902
910
|
"entry": false,
|
|
903
911
|
"recorded": false,
|
|
904
|
-
"
|
|
905
|
-
"size": 3082135,
|
|
912
|
+
"size": 7120,
|
|
906
913
|
"sizes": {
|
|
907
|
-
"javascript":
|
|
914
|
+
"javascript": 7120
|
|
908
915
|
},
|
|
909
916
|
"names": [],
|
|
910
|
-
"idHints": [
|
|
911
|
-
"vendors"
|
|
912
|
-
],
|
|
917
|
+
"idHints": [],
|
|
913
918
|
"runtime": [
|
|
914
919
|
"@openmrs/esm-billing-app",
|
|
915
920
|
"main"
|
|
916
921
|
],
|
|
917
922
|
"files": [
|
|
918
|
-
"
|
|
923
|
+
"6540.js"
|
|
919
924
|
],
|
|
920
925
|
"auxiliaryFiles": [
|
|
921
|
-
"
|
|
926
|
+
"6540.js.map"
|
|
922
927
|
],
|
|
923
|
-
"hash": "
|
|
928
|
+
"hash": "ddd4d294b14a01f3",
|
|
924
929
|
"childrenByOrder": {}
|
|
925
930
|
},
|
|
926
931
|
{
|
|
@@ -952,9 +957,9 @@
|
|
|
952
957
|
"initial": false,
|
|
953
958
|
"entry": false,
|
|
954
959
|
"recorded": false,
|
|
955
|
-
"size":
|
|
960
|
+
"size": 9163,
|
|
956
961
|
"sizes": {
|
|
957
|
-
"javascript":
|
|
962
|
+
"javascript": 9163
|
|
958
963
|
},
|
|
959
964
|
"names": [],
|
|
960
965
|
"idHints": [],
|
|
@@ -966,7 +971,7 @@
|
|
|
966
971
|
"6679.js"
|
|
967
972
|
],
|
|
968
973
|
"auxiliaryFiles": [],
|
|
969
|
-
"hash": "
|
|
974
|
+
"hash": "61e7c5896dc5b531",
|
|
970
975
|
"childrenByOrder": {}
|
|
971
976
|
},
|
|
972
977
|
{
|
|
@@ -974,11 +979,11 @@
|
|
|
974
979
|
"initial": true,
|
|
975
980
|
"entry": true,
|
|
976
981
|
"recorded": false,
|
|
977
|
-
"size":
|
|
982
|
+
"size": 21976,
|
|
978
983
|
"sizes": {
|
|
979
984
|
"javascript": 42,
|
|
980
985
|
"share-init": 336,
|
|
981
|
-
"runtime":
|
|
986
|
+
"runtime": 21598
|
|
982
987
|
},
|
|
983
988
|
"names": [
|
|
984
989
|
"@openmrs/esm-billing-app"
|
|
@@ -993,7 +998,7 @@
|
|
|
993
998
|
"auxiliaryFiles": [
|
|
994
999
|
"openmrs-esm-billing-app.js.map"
|
|
995
1000
|
],
|
|
996
|
-
"hash": "
|
|
1001
|
+
"hash": "0acefd9c2eebda8a",
|
|
997
1002
|
"childrenByOrder": {}
|
|
998
1003
|
},
|
|
999
1004
|
{
|
|
@@ -1001,9 +1006,9 @@
|
|
|
1001
1006
|
"initial": false,
|
|
1002
1007
|
"entry": false,
|
|
1003
1008
|
"recorded": false,
|
|
1004
|
-
"size":
|
|
1009
|
+
"size": 9163,
|
|
1005
1010
|
"sizes": {
|
|
1006
|
-
"javascript":
|
|
1011
|
+
"javascript": 9163
|
|
1007
1012
|
},
|
|
1008
1013
|
"names": [],
|
|
1009
1014
|
"idHints": [],
|
|
@@ -1015,7 +1020,7 @@
|
|
|
1015
1020
|
"6840.js"
|
|
1016
1021
|
],
|
|
1017
1022
|
"auxiliaryFiles": [],
|
|
1018
|
-
"hash": "
|
|
1023
|
+
"hash": "d2a9fcd397c7fd48",
|
|
1019
1024
|
"childrenByOrder": {}
|
|
1020
1025
|
},
|
|
1021
1026
|
{
|
|
@@ -1023,9 +1028,9 @@
|
|
|
1023
1028
|
"initial": false,
|
|
1024
1029
|
"entry": false,
|
|
1025
1030
|
"recorded": false,
|
|
1026
|
-
"size":
|
|
1031
|
+
"size": 9163,
|
|
1027
1032
|
"sizes": {
|
|
1028
|
-
"javascript":
|
|
1033
|
+
"javascript": 9163
|
|
1029
1034
|
},
|
|
1030
1035
|
"names": [],
|
|
1031
1036
|
"idHints": [],
|
|
@@ -1037,7 +1042,7 @@
|
|
|
1037
1042
|
"6859.js"
|
|
1038
1043
|
],
|
|
1039
1044
|
"auxiliaryFiles": [],
|
|
1040
|
-
"hash": "
|
|
1045
|
+
"hash": "60fd3d9f48e21b9c",
|
|
1041
1046
|
"childrenByOrder": {}
|
|
1042
1047
|
},
|
|
1043
1048
|
{
|
|
@@ -1045,9 +1050,9 @@
|
|
|
1045
1050
|
"initial": false,
|
|
1046
1051
|
"entry": false,
|
|
1047
1052
|
"recorded": false,
|
|
1048
|
-
"size":
|
|
1053
|
+
"size": 9163,
|
|
1049
1054
|
"sizes": {
|
|
1050
|
-
"javascript":
|
|
1055
|
+
"javascript": 9163
|
|
1051
1056
|
},
|
|
1052
1057
|
"names": [],
|
|
1053
1058
|
"idHints": [],
|
|
@@ -1059,7 +1064,7 @@
|
|
|
1059
1064
|
"7097.js"
|
|
1060
1065
|
],
|
|
1061
1066
|
"auxiliaryFiles": [],
|
|
1062
|
-
"hash": "
|
|
1067
|
+
"hash": "8fab314377eac85c",
|
|
1063
1068
|
"childrenByOrder": {}
|
|
1064
1069
|
},
|
|
1065
1070
|
{
|
|
@@ -1067,9 +1072,9 @@
|
|
|
1067
1072
|
"initial": false,
|
|
1068
1073
|
"entry": false,
|
|
1069
1074
|
"recorded": false,
|
|
1070
|
-
"size":
|
|
1075
|
+
"size": 9157,
|
|
1071
1076
|
"sizes": {
|
|
1072
|
-
"javascript":
|
|
1077
|
+
"javascript": 9157
|
|
1073
1078
|
},
|
|
1074
1079
|
"names": [],
|
|
1075
1080
|
"idHints": [],
|
|
@@ -1081,7 +1086,7 @@
|
|
|
1081
1086
|
"7159.js"
|
|
1082
1087
|
],
|
|
1083
1088
|
"auxiliaryFiles": [],
|
|
1084
|
-
"hash": "
|
|
1089
|
+
"hash": "afb9487ee7e30c76",
|
|
1085
1090
|
"childrenByOrder": {}
|
|
1086
1091
|
},
|
|
1087
1092
|
{
|
|
@@ -1090,9 +1095,9 @@
|
|
|
1090
1095
|
"entry": false,
|
|
1091
1096
|
"recorded": false,
|
|
1092
1097
|
"reason": "reused as split chunk (cache group: defaultVendors)",
|
|
1093
|
-
"size":
|
|
1098
|
+
"size": 29620,
|
|
1094
1099
|
"sizes": {
|
|
1095
|
-
"javascript":
|
|
1100
|
+
"javascript": 29620
|
|
1096
1101
|
},
|
|
1097
1102
|
"names": [],
|
|
1098
1103
|
"idHints": [
|
|
@@ -1108,7 +1113,7 @@
|
|
|
1108
1113
|
"auxiliaryFiles": [
|
|
1109
1114
|
"7255.js.map"
|
|
1110
1115
|
],
|
|
1111
|
-
"hash": "
|
|
1116
|
+
"hash": "a3408bc8f6e66d82",
|
|
1112
1117
|
"childrenByOrder": {}
|
|
1113
1118
|
},
|
|
1114
1119
|
{
|
|
@@ -1116,9 +1121,9 @@
|
|
|
1116
1121
|
"initial": false,
|
|
1117
1122
|
"entry": false,
|
|
1118
1123
|
"recorded": false,
|
|
1119
|
-
"size":
|
|
1124
|
+
"size": 9163,
|
|
1120
1125
|
"sizes": {
|
|
1121
|
-
"javascript":
|
|
1126
|
+
"javascript": 9163
|
|
1122
1127
|
},
|
|
1123
1128
|
"names": [],
|
|
1124
1129
|
"idHints": [],
|
|
@@ -1130,7 +1135,7 @@
|
|
|
1130
1135
|
"7617.js"
|
|
1131
1136
|
],
|
|
1132
1137
|
"auxiliaryFiles": [],
|
|
1133
|
-
"hash": "
|
|
1138
|
+
"hash": "767cd936046bae0c",
|
|
1134
1139
|
"childrenByOrder": {}
|
|
1135
1140
|
},
|
|
1136
1141
|
{
|
|
@@ -1138,9 +1143,9 @@
|
|
|
1138
1143
|
"initial": false,
|
|
1139
1144
|
"entry": false,
|
|
1140
1145
|
"recorded": false,
|
|
1141
|
-
"size":
|
|
1146
|
+
"size": 9163,
|
|
1142
1147
|
"sizes": {
|
|
1143
|
-
"javascript":
|
|
1148
|
+
"javascript": 9163
|
|
1144
1149
|
},
|
|
1145
1150
|
"names": [],
|
|
1146
1151
|
"idHints": [],
|
|
@@ -1152,18 +1157,17 @@
|
|
|
1152
1157
|
"8163.js"
|
|
1153
1158
|
],
|
|
1154
1159
|
"auxiliaryFiles": [],
|
|
1155
|
-
"hash": "
|
|
1160
|
+
"hash": "7b559d836c7f5c81",
|
|
1156
1161
|
"childrenByOrder": {}
|
|
1157
1162
|
},
|
|
1158
1163
|
{
|
|
1159
|
-
"rendered":
|
|
1164
|
+
"rendered": true,
|
|
1160
1165
|
"initial": false,
|
|
1161
1166
|
"entry": false,
|
|
1162
1167
|
"recorded": false,
|
|
1163
|
-
"
|
|
1164
|
-
"size": 84,
|
|
1168
|
+
"size": 9163,
|
|
1165
1169
|
"sizes": {
|
|
1166
|
-
"
|
|
1170
|
+
"javascript": 9163
|
|
1167
1171
|
},
|
|
1168
1172
|
"names": [],
|
|
1169
1173
|
"idHints": [],
|
|
@@ -1171,9 +1175,11 @@
|
|
|
1171
1175
|
"@openmrs/esm-billing-app",
|
|
1172
1176
|
"main"
|
|
1173
1177
|
],
|
|
1174
|
-
"files": [
|
|
1178
|
+
"files": [
|
|
1179
|
+
"8349.js"
|
|
1180
|
+
],
|
|
1175
1181
|
"auxiliaryFiles": [],
|
|
1176
|
-
"hash": "
|
|
1182
|
+
"hash": "642dc7bd07de2e13",
|
|
1177
1183
|
"childrenByOrder": {}
|
|
1178
1184
|
},
|
|
1179
1185
|
{
|
|
@@ -1181,21 +1187,23 @@
|
|
|
1181
1187
|
"initial": false,
|
|
1182
1188
|
"entry": false,
|
|
1183
1189
|
"recorded": false,
|
|
1184
|
-
"size":
|
|
1190
|
+
"size": 1109251,
|
|
1185
1191
|
"sizes": {
|
|
1186
|
-
"javascript":
|
|
1192
|
+
"javascript": 1109209,
|
|
1193
|
+
"consume-shared": 42
|
|
1187
1194
|
},
|
|
1188
1195
|
"names": [],
|
|
1189
1196
|
"idHints": [],
|
|
1190
1197
|
"runtime": [
|
|
1191
|
-
"@openmrs/esm-billing-app"
|
|
1192
|
-
"main"
|
|
1198
|
+
"@openmrs/esm-billing-app"
|
|
1193
1199
|
],
|
|
1194
1200
|
"files": [
|
|
1195
|
-
"
|
|
1201
|
+
"8572.js"
|
|
1196
1202
|
],
|
|
1197
|
-
"auxiliaryFiles": [
|
|
1198
|
-
|
|
1203
|
+
"auxiliaryFiles": [
|
|
1204
|
+
"8572.js.map"
|
|
1205
|
+
],
|
|
1206
|
+
"hash": "07501778dff95e3a",
|
|
1199
1207
|
"childrenByOrder": {}
|
|
1200
1208
|
},
|
|
1201
1209
|
{
|
|
@@ -1203,9 +1211,9 @@
|
|
|
1203
1211
|
"initial": false,
|
|
1204
1212
|
"entry": false,
|
|
1205
1213
|
"recorded": false,
|
|
1206
|
-
"size":
|
|
1214
|
+
"size": 9163,
|
|
1207
1215
|
"sizes": {
|
|
1208
|
-
"javascript":
|
|
1216
|
+
"javascript": 9163
|
|
1209
1217
|
},
|
|
1210
1218
|
"names": [],
|
|
1211
1219
|
"idHints": [],
|
|
@@ -1217,7 +1225,7 @@
|
|
|
1217
1225
|
"8618.js"
|
|
1218
1226
|
],
|
|
1219
1227
|
"auxiliaryFiles": [],
|
|
1220
|
-
"hash": "
|
|
1228
|
+
"hash": "f510eaf449dafd8d",
|
|
1221
1229
|
"childrenByOrder": {}
|
|
1222
1230
|
},
|
|
1223
1231
|
{
|
|
@@ -1225,22 +1233,26 @@
|
|
|
1225
1233
|
"initial": false,
|
|
1226
1234
|
"entry": false,
|
|
1227
1235
|
"recorded": false,
|
|
1228
|
-
"
|
|
1236
|
+
"reason": "split chunk (cache group: defaultVendors)",
|
|
1237
|
+
"size": 3488682,
|
|
1229
1238
|
"sizes": {
|
|
1230
|
-
"javascript":
|
|
1239
|
+
"javascript": 3488682
|
|
1231
1240
|
},
|
|
1232
1241
|
"names": [],
|
|
1233
|
-
"idHints": [
|
|
1242
|
+
"idHints": [
|
|
1243
|
+
"vendors"
|
|
1244
|
+
],
|
|
1234
1245
|
"runtime": [
|
|
1235
|
-
"@openmrs/esm-billing-app"
|
|
1246
|
+
"@openmrs/esm-billing-app",
|
|
1247
|
+
"main"
|
|
1236
1248
|
],
|
|
1237
1249
|
"files": [
|
|
1238
|
-
"
|
|
1250
|
+
"8708.js"
|
|
1239
1251
|
],
|
|
1240
1252
|
"auxiliaryFiles": [
|
|
1241
|
-
"
|
|
1253
|
+
"8708.js.map"
|
|
1242
1254
|
],
|
|
1243
|
-
"hash": "
|
|
1255
|
+
"hash": "6c18dff945b0c906",
|
|
1244
1256
|
"childrenByOrder": {}
|
|
1245
1257
|
},
|
|
1246
1258
|
{
|
|
@@ -1248,12 +1260,12 @@
|
|
|
1248
1260
|
"initial": true,
|
|
1249
1261
|
"entry": true,
|
|
1250
1262
|
"recorded": false,
|
|
1251
|
-
"size":
|
|
1263
|
+
"size": 5390873,
|
|
1252
1264
|
"sizes": {
|
|
1253
1265
|
"consume-shared": 210,
|
|
1254
|
-
"javascript":
|
|
1266
|
+
"javascript": 5368221,
|
|
1255
1267
|
"share-init": 336,
|
|
1256
|
-
"runtime":
|
|
1268
|
+
"runtime": 22106
|
|
1257
1269
|
},
|
|
1258
1270
|
"names": [
|
|
1259
1271
|
"main"
|
|
@@ -1268,7 +1280,7 @@
|
|
|
1268
1280
|
"auxiliaryFiles": [
|
|
1269
1281
|
"main.js.map"
|
|
1270
1282
|
],
|
|
1271
|
-
"hash": "
|
|
1283
|
+
"hash": "4561a14d7a7baf2c",
|
|
1272
1284
|
"childrenByOrder": {}
|
|
1273
1285
|
},
|
|
1274
1286
|
{
|
|
@@ -1276,9 +1288,9 @@
|
|
|
1276
1288
|
"initial": false,
|
|
1277
1289
|
"entry": false,
|
|
1278
1290
|
"recorded": false,
|
|
1279
|
-
"size":
|
|
1291
|
+
"size": 9163,
|
|
1280
1292
|
"sizes": {
|
|
1281
|
-
"javascript":
|
|
1293
|
+
"javascript": 9163
|
|
1282
1294
|
},
|
|
1283
1295
|
"names": [],
|
|
1284
1296
|
"idHints": [],
|
|
@@ -1290,7 +1302,7 @@
|
|
|
1290
1302
|
"9214.js"
|
|
1291
1303
|
],
|
|
1292
1304
|
"auxiliaryFiles": [],
|
|
1293
|
-
"hash": "
|
|
1305
|
+
"hash": "3272454bf449ddfc",
|
|
1294
1306
|
"childrenByOrder": {}
|
|
1295
1307
|
},
|
|
1296
1308
|
{
|
|
@@ -1298,9 +1310,9 @@
|
|
|
1298
1310
|
"initial": false,
|
|
1299
1311
|
"entry": false,
|
|
1300
1312
|
"recorded": false,
|
|
1301
|
-
"size":
|
|
1313
|
+
"size": 9334,
|
|
1302
1314
|
"sizes": {
|
|
1303
|
-
"javascript":
|
|
1315
|
+
"javascript": 9334
|
|
1304
1316
|
},
|
|
1305
1317
|
"names": [],
|
|
1306
1318
|
"idHints": [],
|
|
@@ -1312,7 +1324,7 @@
|
|
|
1312
1324
|
"9538.js"
|
|
1313
1325
|
],
|
|
1314
1326
|
"auxiliaryFiles": [],
|
|
1315
|
-
"hash": "
|
|
1327
|
+
"hash": "e940c7bf780bdf30",
|
|
1316
1328
|
"childrenByOrder": {}
|
|
1317
1329
|
},
|
|
1318
1330
|
{
|
|
@@ -1320,9 +1332,9 @@
|
|
|
1320
1332
|
"initial": false,
|
|
1321
1333
|
"entry": false,
|
|
1322
1334
|
"recorded": false,
|
|
1323
|
-
"size":
|
|
1335
|
+
"size": 9163,
|
|
1324
1336
|
"sizes": {
|
|
1325
|
-
"javascript":
|
|
1337
|
+
"javascript": 9163
|
|
1326
1338
|
},
|
|
1327
1339
|
"names": [],
|
|
1328
1340
|
"idHints": [],
|
|
@@ -1334,7 +1346,7 @@
|
|
|
1334
1346
|
"9569.js"
|
|
1335
1347
|
],
|
|
1336
1348
|
"auxiliaryFiles": [],
|
|
1337
|
-
"hash": "
|
|
1349
|
+
"hash": "acbf9aad6610db30",
|
|
1338
1350
|
"childrenByOrder": {}
|
|
1339
1351
|
},
|
|
1340
1352
|
{
|
|
@@ -1342,9 +1354,9 @@
|
|
|
1342
1354
|
"initial": false,
|
|
1343
1355
|
"entry": false,
|
|
1344
1356
|
"recorded": false,
|
|
1345
|
-
"size":
|
|
1357
|
+
"size": 8631,
|
|
1346
1358
|
"sizes": {
|
|
1347
|
-
"javascript":
|
|
1359
|
+
"javascript": 8631
|
|
1348
1360
|
},
|
|
1349
1361
|
"names": [],
|
|
1350
1362
|
"idHints": [],
|
|
@@ -1356,7 +1368,7 @@
|
|
|
1356
1368
|
"9879.js"
|
|
1357
1369
|
],
|
|
1358
1370
|
"auxiliaryFiles": [],
|
|
1359
|
-
"hash": "
|
|
1371
|
+
"hash": "cd9066956703aba6",
|
|
1360
1372
|
"childrenByOrder": {}
|
|
1361
1373
|
},
|
|
1362
1374
|
{
|
|
@@ -1364,9 +1376,9 @@
|
|
|
1364
1376
|
"initial": false,
|
|
1365
1377
|
"entry": false,
|
|
1366
1378
|
"recorded": false,
|
|
1367
|
-
"size":
|
|
1379
|
+
"size": 9163,
|
|
1368
1380
|
"sizes": {
|
|
1369
|
-
"javascript":
|
|
1381
|
+
"javascript": 9163
|
|
1370
1382
|
},
|
|
1371
1383
|
"names": [],
|
|
1372
1384
|
"idHints": [],
|
|
@@ -1378,7 +1390,7 @@
|
|
|
1378
1390
|
"9895.js"
|
|
1379
1391
|
],
|
|
1380
1392
|
"auxiliaryFiles": [],
|
|
1381
|
-
"hash": "
|
|
1393
|
+
"hash": "9487d403b3415b23",
|
|
1382
1394
|
"childrenByOrder": {}
|
|
1383
1395
|
},
|
|
1384
1396
|
{
|
|
@@ -1386,9 +1398,9 @@
|
|
|
1386
1398
|
"initial": false,
|
|
1387
1399
|
"entry": false,
|
|
1388
1400
|
"recorded": false,
|
|
1389
|
-
"size":
|
|
1401
|
+
"size": 9163,
|
|
1390
1402
|
"sizes": {
|
|
1391
|
-
"javascript":
|
|
1403
|
+
"javascript": 9163
|
|
1392
1404
|
},
|
|
1393
1405
|
"names": [],
|
|
1394
1406
|
"idHints": [],
|
|
@@ -1400,7 +1412,7 @@
|
|
|
1400
1412
|
"9900.js"
|
|
1401
1413
|
],
|
|
1402
1414
|
"auxiliaryFiles": [],
|
|
1403
|
-
"hash": "
|
|
1415
|
+
"hash": "1ef93ad4f3c32663",
|
|
1404
1416
|
"childrenByOrder": {}
|
|
1405
1417
|
},
|
|
1406
1418
|
{
|
|
@@ -1408,9 +1420,9 @@
|
|
|
1408
1420
|
"initial": false,
|
|
1409
1421
|
"entry": false,
|
|
1410
1422
|
"recorded": false,
|
|
1411
|
-
"size":
|
|
1423
|
+
"size": 9163,
|
|
1412
1424
|
"sizes": {
|
|
1413
|
-
"javascript":
|
|
1425
|
+
"javascript": 9163
|
|
1414
1426
|
},
|
|
1415
1427
|
"names": [],
|
|
1416
1428
|
"idHints": [],
|
|
@@ -1422,33 +1434,7 @@
|
|
|
1422
1434
|
"9913.js"
|
|
1423
1435
|
],
|
|
1424
1436
|
"auxiliaryFiles": [],
|
|
1425
|
-
"hash": "
|
|
1426
|
-
"childrenByOrder": {}
|
|
1427
|
-
},
|
|
1428
|
-
{
|
|
1429
|
-
"rendered": true,
|
|
1430
|
-
"initial": false,
|
|
1431
|
-
"entry": false,
|
|
1432
|
-
"recorded": false,
|
|
1433
|
-
"reason": "split chunk (cache group: defaultVendors)",
|
|
1434
|
-
"size": 561818,
|
|
1435
|
-
"sizes": {
|
|
1436
|
-
"javascript": 561818
|
|
1437
|
-
},
|
|
1438
|
-
"names": [],
|
|
1439
|
-
"idHints": [
|
|
1440
|
-
"vendors"
|
|
1441
|
-
],
|
|
1442
|
-
"runtime": [
|
|
1443
|
-
"@openmrs/esm-billing-app"
|
|
1444
|
-
],
|
|
1445
|
-
"files": [
|
|
1446
|
-
"9968.js"
|
|
1447
|
-
],
|
|
1448
|
-
"auxiliaryFiles": [
|
|
1449
|
-
"9968.js.map"
|
|
1450
|
-
],
|
|
1451
|
-
"hash": "4a0454a4e45e8720",
|
|
1437
|
+
"hash": "f5ceb0bd777ef979",
|
|
1452
1438
|
"childrenByOrder": {}
|
|
1453
1439
|
}
|
|
1454
1440
|
]
|