@openmrs/esm-dispensing-app 1.9.1 → 1.9.2-pre.1002
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 +8 -0
- package/.turbo/cache/f95995cd573a4ae0-meta.json +1 -0
- package/.turbo/cache/f95995cd573a4ae0.tar.zst +0 -0
- package/.turbo/turbo-build.log +38 -0
- package/README.md +14 -4
- package/dist/1119.js +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/2690.js +1 -1
- package/dist/2898.js +1 -1
- package/dist/2898.js.map +1 -1
- package/dist/3099.js +1 -1
- package/dist/3584.js +1 -1
- package/dist/4055.js +1 -1
- package/dist/4099.js +1 -1
- package/dist/4099.js.map +1 -1
- package/dist/4132.js +1 -1
- package/dist/4300.js +1 -1
- package/dist/4335.js +1 -1
- package/dist/445.js +2 -0
- package/dist/445.js.map +1 -0
- package/dist/4618.js +1 -1
- package/dist/4652.js +1 -1
- package/dist/4944.js +1 -1
- package/dist/4999.js +2 -0
- package/dist/4999.js.map +1 -0
- package/dist/5173.js +1 -1
- package/dist/5241.js +1 -1
- package/dist/5379.js +1 -0
- package/dist/5379.js.map +1 -0
- package/dist/5442.js +1 -1
- package/dist/561.js +1 -0
- package/dist/561.js.map +1 -0
- package/dist/5661.js +1 -1
- package/dist/5897.js +1 -1
- package/dist/5897.js.map +1 -1
- package/dist/6022.js +1 -1
- package/dist/609.js +1 -1
- package/dist/609.js.map +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/67.js +1 -1
- package/dist/67.js.map +1 -1
- package/dist/6840.js +1 -1
- package/dist/6841.js +1 -1
- package/dist/6841.js.map +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 -0
- package/dist/7255.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/8600.js +1 -1
- package/dist/8600.js.map +1 -1
- package/dist/8618.js +1 -1
- 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/963.js +1 -1
- package/dist/963.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-dispensing-app.js +1 -1
- package/dist/openmrs-esm-dispensing-app.js.buildmanifest.json +302 -323
- package/dist/openmrs-esm-dispensing-app.js.map +1 -1
- package/dist/routes.json +1 -1
- package/e2e/commands/drug-order-operations.ts +2 -3
- package/e2e/commands/encounter-operations.ts +4 -8
- package/e2e/commands/index.ts +3 -3
- package/e2e/commands/patient-operations.ts +1 -1
- package/e2e/commands/provider-operations.ts +2 -5
- package/e2e/commands/visit-operations.ts +1 -1
- package/e2e/fixtures/api.ts +1 -1
- package/e2e/specs/close-prescription.spec.ts +5 -0
- package/e2e/specs/dispense-medication.spec.ts +4 -0
- package/e2e/specs/pause-prescription.spec.ts +5 -0
- package/e2e/support/github/Dockerfile +1 -1
- package/e2e/support/github/run-e2e-docker-env.sh +23 -29
- package/package.json +12 -11
- package/src/components/action-buttons.component.tsx +8 -3
- package/src/components/action-buttons.test.tsx +3 -0
- package/src/components/prescription-actions/close-action-button.component.tsx +3 -1
- package/src/components/prescription-actions/dispense-action-button.component.tsx +3 -1
- package/src/components/prescription-actions/pause-action-button.component.tsx +3 -1
- package/src/dashboard/dispensing-dashboard.component.tsx +3 -0
- package/src/fill-prescription/fill-prescription-button.comonent.tsx +43 -0
- package/src/fill-prescription/fill-prescription-button.scss +8 -0
- package/src/forms/close-dispense-form.workspace.tsx +2 -1
- package/src/forms/dispense-form.workspace.tsx +16 -16
- package/src/forms/forms.scss +15 -0
- package/src/forms/medication-dispense-review.component.tsx +34 -87
- package/src/forms/medication-dispense-review.test.tsx +1 -1
- package/src/forms/pause-dispense-form.workspace.tsx +2 -1
- package/src/history/history-and-comments.component.tsx +2 -0
- package/src/medication-dispense/medication-dispense.resource.tsx +11 -9
- package/src/medication-request/medication-request.resource.test.tsx +7 -3
- package/src/medication-request/medication-request.resource.tsx +47 -44
- package/src/prescriptions/patient-search-tab-panel.component.tsx +58 -0
- package/src/prescriptions/patient-search-tab-panel.scss +26 -0
- package/src/prescriptions/prescription-details.component.tsx +3 -1
- package/src/prescriptions/prescription-tab-lists.component.tsx +18 -84
- package/src/prescriptions/prescription-tab-panel.component.tsx +45 -148
- package/src/prescriptions/prescriptions-table.component.tsx +164 -0
- package/src/routes.json +2 -2
- package/src/types.ts +10 -1
- package/src/utils.ts +31 -4
- package/tools/setup-tests.ts +7 -0
- package/translations/am.json +3 -0
- package/translations/ar.json +3 -0
- package/translations/ar_SY.json +3 -0
- package/translations/bn.json +3 -0
- package/translations/de.json +3 -0
- package/translations/en.json +3 -0
- package/translations/en_US.json +3 -0
- package/translations/es.json +3 -0
- package/translations/es_MX.json +3 -0
- package/translations/fr.json +3 -0
- package/translations/he.json +3 -0
- package/translations/hi.json +3 -0
- package/translations/hi_IN.json +3 -0
- package/translations/id.json +3 -0
- package/translations/it.json +28 -25
- package/translations/ka.json +3 -0
- package/translations/km.json +3 -0
- package/translations/ku.json +3 -0
- package/translations/ky.json +3 -0
- package/translations/lg.json +3 -0
- package/translations/ne.json +3 -0
- package/translations/pl.json +3 -0
- package/translations/pt.json +3 -0
- package/translations/pt_BR.json +3 -0
- package/translations/qu.json +3 -0
- package/translations/ro_RO.json +3 -0
- package/translations/ru_RU.json +3 -0
- package/translations/si.json +3 -0
- package/translations/sw.json +3 -0
- package/translations/sw_KE.json +3 -0
- package/translations/tr.json +3 -0
- package/translations/tr_TR.json +3 -0
- package/translations/uk.json +3 -0
- package/translations/uz.json +3 -0
- package/translations/uz@Latn.json +3 -0
- package/translations/uz_UZ.json +3 -0
- package/translations/vi.json +3 -0
- package/translations/zh.json +3 -0
- package/translations/zh_CN.json +28 -25
- package/dist/1033.js +0 -1
- package/dist/1033.js.map +0 -1
- package/dist/3414.js +0 -1
- package/dist/3414.js.map +0 -1
- package/dist/6411.js +0 -1
- package/dist/6411.js.map +0 -1
- package/dist/6741.js +0 -2
- package/dist/6741.js.map +0 -1
- package/dist/7268.js +0 -2
- package/dist/7268.js.map +0 -1
- package/dist/7556.js +0 -1
- package/dist/7556.js.map +0 -1
- package/dist/7935.js +0 -1
- package/dist/7935.js.map +0 -1
- package/e2e/commands/medication-request-operation.ts +0 -97
- /package/dist/{7268.js.LICENSE.txt → 445.js.LICENSE.txt} +0 -0
- /package/dist/{6741.js.LICENSE.txt → 4999.js.LICENSE.txt} +0 -0
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
"entry": false,
|
|
7
7
|
"recorded": false,
|
|
8
8
|
"reason": "split chunk (cache group: defaultVendors)",
|
|
9
|
-
"size":
|
|
9
|
+
"size": 159211,
|
|
10
10
|
"sizes": {
|
|
11
|
-
"javascript":
|
|
11
|
+
"javascript": 159211
|
|
12
12
|
},
|
|
13
13
|
"names": [],
|
|
14
14
|
"idHints": [
|
|
@@ -23,7 +23,61 @@
|
|
|
23
23
|
"auxiliaryFiles": [
|
|
24
24
|
"67.js.map"
|
|
25
25
|
],
|
|
26
|
-
"hash": "
|
|
26
|
+
"hash": "67e34d44d156d0d4",
|
|
27
|
+
"childrenByOrder": {}
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"rendered": true,
|
|
31
|
+
"initial": false,
|
|
32
|
+
"entry": false,
|
|
33
|
+
"recorded": false,
|
|
34
|
+
"reason": "split chunk (cache group: defaultVendors)",
|
|
35
|
+
"size": 4156985,
|
|
36
|
+
"sizes": {
|
|
37
|
+
"javascript": 4156985
|
|
38
|
+
},
|
|
39
|
+
"names": [],
|
|
40
|
+
"idHints": [
|
|
41
|
+
"vendors"
|
|
42
|
+
],
|
|
43
|
+
"runtime": [
|
|
44
|
+
"@openmrs/esm-dispensing-app",
|
|
45
|
+
"main"
|
|
46
|
+
],
|
|
47
|
+
"files": [
|
|
48
|
+
"445.js"
|
|
49
|
+
],
|
|
50
|
+
"auxiliaryFiles": [
|
|
51
|
+
"445.js.map"
|
|
52
|
+
],
|
|
53
|
+
"hash": "e3ae221d124b9e25",
|
|
54
|
+
"childrenByOrder": {}
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"rendered": true,
|
|
58
|
+
"initial": false,
|
|
59
|
+
"entry": false,
|
|
60
|
+
"recorded": false,
|
|
61
|
+
"reason": "split chunk (cache group: defaultVendors)",
|
|
62
|
+
"size": 248070,
|
|
63
|
+
"sizes": {
|
|
64
|
+
"javascript": 248070
|
|
65
|
+
},
|
|
66
|
+
"names": [],
|
|
67
|
+
"idHints": [
|
|
68
|
+
"vendors"
|
|
69
|
+
],
|
|
70
|
+
"runtime": [
|
|
71
|
+
"@openmrs/esm-dispensing-app",
|
|
72
|
+
"main"
|
|
73
|
+
],
|
|
74
|
+
"files": [
|
|
75
|
+
"561.js"
|
|
76
|
+
],
|
|
77
|
+
"auxiliaryFiles": [
|
|
78
|
+
"561.js.map"
|
|
79
|
+
],
|
|
80
|
+
"hash": "96ec5794683087e7",
|
|
27
81
|
"childrenByOrder": {}
|
|
28
82
|
},
|
|
29
83
|
{
|
|
@@ -32,9 +86,9 @@
|
|
|
32
86
|
"entry": false,
|
|
33
87
|
"recorded": false,
|
|
34
88
|
"reason": "split chunk (cache group: default)",
|
|
35
|
-
"size":
|
|
89
|
+
"size": 40251,
|
|
36
90
|
"sizes": {
|
|
37
|
-
"javascript":
|
|
91
|
+
"javascript": 40251
|
|
38
92
|
},
|
|
39
93
|
"names": [],
|
|
40
94
|
"idHints": [],
|
|
@@ -48,7 +102,7 @@
|
|
|
48
102
|
"auxiliaryFiles": [
|
|
49
103
|
"609.js.map"
|
|
50
104
|
],
|
|
51
|
-
"hash": "
|
|
105
|
+
"hash": "30db6c50dc91259e",
|
|
52
106
|
"childrenByOrder": {}
|
|
53
107
|
},
|
|
54
108
|
{
|
|
@@ -56,9 +110,9 @@
|
|
|
56
110
|
"initial": false,
|
|
57
111
|
"entry": false,
|
|
58
112
|
"recorded": false,
|
|
59
|
-
"size":
|
|
113
|
+
"size": 4582,
|
|
60
114
|
"sizes": {
|
|
61
|
-
"javascript":
|
|
115
|
+
"javascript": 4582
|
|
62
116
|
},
|
|
63
117
|
"names": [],
|
|
64
118
|
"idHints": [],
|
|
@@ -70,7 +124,7 @@
|
|
|
70
124
|
"723.js"
|
|
71
125
|
],
|
|
72
126
|
"auxiliaryFiles": [],
|
|
73
|
-
"hash": "
|
|
127
|
+
"hash": "3d82fa7a1e0702da",
|
|
74
128
|
"childrenByOrder": {}
|
|
75
129
|
},
|
|
76
130
|
{
|
|
@@ -78,9 +132,9 @@
|
|
|
78
132
|
"initial": false,
|
|
79
133
|
"entry": false,
|
|
80
134
|
"recorded": false,
|
|
81
|
-
"size":
|
|
135
|
+
"size": 4785,
|
|
82
136
|
"sizes": {
|
|
83
|
-
"javascript":
|
|
137
|
+
"javascript": 4785
|
|
84
138
|
},
|
|
85
139
|
"names": [],
|
|
86
140
|
"idHints": [],
|
|
@@ -92,7 +146,7 @@
|
|
|
92
146
|
"795.js"
|
|
93
147
|
],
|
|
94
148
|
"auxiliaryFiles": [],
|
|
95
|
-
"hash": "
|
|
149
|
+
"hash": "50fd46bc4a5e143d",
|
|
96
150
|
"childrenByOrder": {}
|
|
97
151
|
},
|
|
98
152
|
{
|
|
@@ -100,9 +154,9 @@
|
|
|
100
154
|
"initial": false,
|
|
101
155
|
"entry": false,
|
|
102
156
|
"recorded": false,
|
|
103
|
-
"size":
|
|
157
|
+
"size": 4582,
|
|
104
158
|
"sizes": {
|
|
105
|
-
"javascript":
|
|
159
|
+
"javascript": 4582
|
|
106
160
|
},
|
|
107
161
|
"names": [],
|
|
108
162
|
"idHints": [],
|
|
@@ -114,7 +168,7 @@
|
|
|
114
168
|
"890.js"
|
|
115
169
|
],
|
|
116
170
|
"auxiliaryFiles": [],
|
|
117
|
-
"hash": "
|
|
171
|
+
"hash": "3bd9d05611640013",
|
|
118
172
|
"childrenByOrder": {}
|
|
119
173
|
},
|
|
120
174
|
{
|
|
@@ -123,9 +177,9 @@
|
|
|
123
177
|
"entry": false,
|
|
124
178
|
"recorded": false,
|
|
125
179
|
"reason": "reused as split chunk (cache group: defaultVendors)",
|
|
126
|
-
"size":
|
|
180
|
+
"size": 137481,
|
|
127
181
|
"sizes": {
|
|
128
|
-
"javascript":
|
|
182
|
+
"javascript": 137481
|
|
129
183
|
},
|
|
130
184
|
"names": [],
|
|
131
185
|
"idHints": [
|
|
@@ -141,7 +195,7 @@
|
|
|
141
195
|
"auxiliaryFiles": [
|
|
142
196
|
"961.js.map"
|
|
143
197
|
],
|
|
144
|
-
"hash": "
|
|
198
|
+
"hash": "da8dd7182da52c15",
|
|
145
199
|
"childrenByOrder": {}
|
|
146
200
|
},
|
|
147
201
|
{
|
|
@@ -149,9 +203,9 @@
|
|
|
149
203
|
"initial": false,
|
|
150
204
|
"entry": false,
|
|
151
205
|
"recorded": false,
|
|
152
|
-
"size":
|
|
206
|
+
"size": 12622,
|
|
153
207
|
"sizes": {
|
|
154
|
-
"javascript":
|
|
208
|
+
"javascript": 12622
|
|
155
209
|
},
|
|
156
210
|
"names": [],
|
|
157
211
|
"idHints": [],
|
|
@@ -165,7 +219,7 @@
|
|
|
165
219
|
"auxiliaryFiles": [
|
|
166
220
|
"963.js.map"
|
|
167
221
|
],
|
|
168
|
-
"hash": "
|
|
222
|
+
"hash": "e0f0c91c42cc4cc8",
|
|
169
223
|
"childrenByOrder": {}
|
|
170
224
|
},
|
|
171
225
|
{
|
|
@@ -173,9 +227,9 @@
|
|
|
173
227
|
"initial": false,
|
|
174
228
|
"entry": false,
|
|
175
229
|
"recorded": false,
|
|
176
|
-
"size":
|
|
230
|
+
"size": 4582,
|
|
177
231
|
"sizes": {
|
|
178
|
-
"javascript":
|
|
232
|
+
"javascript": 4582
|
|
179
233
|
},
|
|
180
234
|
"names": [],
|
|
181
235
|
"idHints": [],
|
|
@@ -187,7 +241,7 @@
|
|
|
187
241
|
"986.js"
|
|
188
242
|
],
|
|
189
243
|
"auxiliaryFiles": [],
|
|
190
|
-
"hash": "
|
|
244
|
+
"hash": "dabb3b481829bfe0",
|
|
191
245
|
"childrenByOrder": {}
|
|
192
246
|
},
|
|
193
247
|
{
|
|
@@ -195,9 +249,9 @@
|
|
|
195
249
|
"initial": false,
|
|
196
250
|
"entry": false,
|
|
197
251
|
"recorded": false,
|
|
198
|
-
"size":
|
|
252
|
+
"size": 4582,
|
|
199
253
|
"sizes": {
|
|
200
|
-
"javascript":
|
|
254
|
+
"javascript": 4582
|
|
201
255
|
},
|
|
202
256
|
"names": [],
|
|
203
257
|
"idHints": [],
|
|
@@ -206,12 +260,10 @@
|
|
|
206
260
|
"main"
|
|
207
261
|
],
|
|
208
262
|
"files": [
|
|
209
|
-
"
|
|
210
|
-
],
|
|
211
|
-
"auxiliaryFiles": [
|
|
212
|
-
"1033.js.map"
|
|
263
|
+
"1119.js"
|
|
213
264
|
],
|
|
214
|
-
"
|
|
265
|
+
"auxiliaryFiles": [],
|
|
266
|
+
"hash": "27d373a90df6adaf",
|
|
215
267
|
"childrenByOrder": {}
|
|
216
268
|
},
|
|
217
269
|
{
|
|
@@ -219,9 +271,9 @@
|
|
|
219
271
|
"initial": false,
|
|
220
272
|
"entry": false,
|
|
221
273
|
"recorded": false,
|
|
222
|
-
"size":
|
|
274
|
+
"size": 4582,
|
|
223
275
|
"sizes": {
|
|
224
|
-
"javascript":
|
|
276
|
+
"javascript": 4582
|
|
225
277
|
},
|
|
226
278
|
"names": [],
|
|
227
279
|
"idHints": [],
|
|
@@ -230,20 +282,21 @@
|
|
|
230
282
|
"main"
|
|
231
283
|
],
|
|
232
284
|
"files": [
|
|
233
|
-
"
|
|
285
|
+
"1197.js"
|
|
234
286
|
],
|
|
235
287
|
"auxiliaryFiles": [],
|
|
236
|
-
"hash": "
|
|
288
|
+
"hash": "0ddc6b7874974f5b",
|
|
237
289
|
"childrenByOrder": {}
|
|
238
290
|
},
|
|
239
291
|
{
|
|
240
|
-
"rendered":
|
|
292
|
+
"rendered": false,
|
|
241
293
|
"initial": false,
|
|
242
294
|
"entry": false,
|
|
243
295
|
"recorded": false,
|
|
244
|
-
"
|
|
296
|
+
"reason": "split chunk (cache group: default)",
|
|
297
|
+
"size": 42,
|
|
245
298
|
"sizes": {
|
|
246
|
-
"
|
|
299
|
+
"consume-shared": 42
|
|
247
300
|
},
|
|
248
301
|
"names": [],
|
|
249
302
|
"idHints": [],
|
|
@@ -251,32 +304,36 @@
|
|
|
251
304
|
"@openmrs/esm-dispensing-app",
|
|
252
305
|
"main"
|
|
253
306
|
],
|
|
254
|
-
"files": [
|
|
255
|
-
"1197.js"
|
|
256
|
-
],
|
|
307
|
+
"files": [],
|
|
257
308
|
"auxiliaryFiles": [],
|
|
258
|
-
"hash": "
|
|
309
|
+
"hash": "d368ad98e43e9843",
|
|
259
310
|
"childrenByOrder": {}
|
|
260
311
|
},
|
|
261
312
|
{
|
|
262
|
-
"rendered":
|
|
313
|
+
"rendered": true,
|
|
263
314
|
"initial": false,
|
|
264
315
|
"entry": false,
|
|
265
316
|
"recorded": false,
|
|
266
|
-
"reason": "split chunk (cache group:
|
|
267
|
-
"size":
|
|
317
|
+
"reason": "split chunk (cache group: defaultVendors)",
|
|
318
|
+
"size": 87093,
|
|
268
319
|
"sizes": {
|
|
269
|
-
"
|
|
320
|
+
"javascript": 87093
|
|
270
321
|
},
|
|
271
322
|
"names": [],
|
|
272
|
-
"idHints": [
|
|
323
|
+
"idHints": [
|
|
324
|
+
"vendors"
|
|
325
|
+
],
|
|
273
326
|
"runtime": [
|
|
274
327
|
"@openmrs/esm-dispensing-app",
|
|
275
328
|
"main"
|
|
276
329
|
],
|
|
277
|
-
"files": [
|
|
278
|
-
|
|
279
|
-
|
|
330
|
+
"files": [
|
|
331
|
+
"1856.js"
|
|
332
|
+
],
|
|
333
|
+
"auxiliaryFiles": [
|
|
334
|
+
"1856.js.map"
|
|
335
|
+
],
|
|
336
|
+
"hash": "6a96d7b8cfd1e592",
|
|
280
337
|
"childrenByOrder": {}
|
|
281
338
|
},
|
|
282
339
|
{
|
|
@@ -305,9 +362,9 @@
|
|
|
305
362
|
"initial": false,
|
|
306
363
|
"entry": false,
|
|
307
364
|
"recorded": false,
|
|
308
|
-
"size":
|
|
365
|
+
"size": 4582,
|
|
309
366
|
"sizes": {
|
|
310
|
-
"javascript":
|
|
367
|
+
"javascript": 4582
|
|
311
368
|
},
|
|
312
369
|
"names": [],
|
|
313
370
|
"idHints": [],
|
|
@@ -319,7 +376,7 @@
|
|
|
319
376
|
"2146.js"
|
|
320
377
|
],
|
|
321
378
|
"auxiliaryFiles": [],
|
|
322
|
-
"hash": "
|
|
379
|
+
"hash": "d894c8d685841b71",
|
|
323
380
|
"childrenByOrder": {}
|
|
324
381
|
},
|
|
325
382
|
{
|
|
@@ -354,9 +411,9 @@
|
|
|
354
411
|
"initial": false,
|
|
355
412
|
"entry": false,
|
|
356
413
|
"recorded": false,
|
|
357
|
-
"size":
|
|
414
|
+
"size": 4594,
|
|
358
415
|
"sizes": {
|
|
359
|
-
"javascript":
|
|
416
|
+
"javascript": 4594
|
|
360
417
|
},
|
|
361
418
|
"names": [],
|
|
362
419
|
"idHints": [],
|
|
@@ -368,7 +425,7 @@
|
|
|
368
425
|
"2690.js"
|
|
369
426
|
],
|
|
370
427
|
"auxiliaryFiles": [],
|
|
371
|
-
"hash": "
|
|
428
|
+
"hash": "ccc4408f0bd29231",
|
|
372
429
|
"childrenByOrder": {}
|
|
373
430
|
},
|
|
374
431
|
{
|
|
@@ -392,7 +449,7 @@
|
|
|
392
449
|
"auxiliaryFiles": [
|
|
393
450
|
"2898.js.map"
|
|
394
451
|
],
|
|
395
|
-
"hash": "
|
|
452
|
+
"hash": "61bb093a8119a368",
|
|
396
453
|
"childrenByOrder": {}
|
|
397
454
|
},
|
|
398
455
|
{
|
|
@@ -424,9 +481,9 @@
|
|
|
424
481
|
"initial": false,
|
|
425
482
|
"entry": false,
|
|
426
483
|
"recorded": false,
|
|
427
|
-
"size":
|
|
484
|
+
"size": 4915,
|
|
428
485
|
"sizes": {
|
|
429
|
-
"javascript":
|
|
486
|
+
"javascript": 4915
|
|
430
487
|
},
|
|
431
488
|
"names": [],
|
|
432
489
|
"idHints": [],
|
|
@@ -438,7 +495,7 @@
|
|
|
438
495
|
"3099.js"
|
|
439
496
|
],
|
|
440
497
|
"auxiliaryFiles": [],
|
|
441
|
-
"hash": "
|
|
498
|
+
"hash": "510f36d55c79598e",
|
|
442
499
|
"childrenByOrder": {}
|
|
443
500
|
},
|
|
444
501
|
{
|
|
@@ -473,9 +530,9 @@
|
|
|
473
530
|
"initial": false,
|
|
474
531
|
"entry": false,
|
|
475
532
|
"recorded": false,
|
|
476
|
-
"size":
|
|
533
|
+
"size": 4582,
|
|
477
534
|
"sizes": {
|
|
478
|
-
"javascript":
|
|
535
|
+
"javascript": 4582
|
|
479
536
|
},
|
|
480
537
|
"names": [],
|
|
481
538
|
"idHints": [],
|
|
@@ -484,12 +541,10 @@
|
|
|
484
541
|
"main"
|
|
485
542
|
],
|
|
486
543
|
"files": [
|
|
487
|
-
"
|
|
488
|
-
],
|
|
489
|
-
"auxiliaryFiles": [
|
|
490
|
-
"3414.js.map"
|
|
544
|
+
"3584.js"
|
|
491
545
|
],
|
|
492
|
-
"
|
|
546
|
+
"auxiliaryFiles": [],
|
|
547
|
+
"hash": "96381366fb2b8d4a",
|
|
493
548
|
"childrenByOrder": {}
|
|
494
549
|
},
|
|
495
550
|
{
|
|
@@ -497,9 +552,9 @@
|
|
|
497
552
|
"initial": false,
|
|
498
553
|
"entry": false,
|
|
499
554
|
"recorded": false,
|
|
500
|
-
"size":
|
|
555
|
+
"size": 5018,
|
|
501
556
|
"sizes": {
|
|
502
|
-
"javascript":
|
|
557
|
+
"javascript": 5018
|
|
503
558
|
},
|
|
504
559
|
"names": [],
|
|
505
560
|
"idHints": [],
|
|
@@ -508,21 +563,20 @@
|
|
|
508
563
|
"main"
|
|
509
564
|
],
|
|
510
565
|
"files": [
|
|
511
|
-
"
|
|
566
|
+
"4055.js"
|
|
512
567
|
],
|
|
513
568
|
"auxiliaryFiles": [],
|
|
514
|
-
"hash": "
|
|
569
|
+
"hash": "68e8bb74b9c16a13",
|
|
515
570
|
"childrenByOrder": {}
|
|
516
571
|
},
|
|
517
572
|
{
|
|
518
|
-
"rendered":
|
|
573
|
+
"rendered": true,
|
|
519
574
|
"initial": false,
|
|
520
575
|
"entry": false,
|
|
521
576
|
"recorded": false,
|
|
522
|
-
"
|
|
523
|
-
"size": 168,
|
|
577
|
+
"size": 113788,
|
|
524
578
|
"sizes": {
|
|
525
|
-
"
|
|
579
|
+
"javascript": 113788
|
|
526
580
|
},
|
|
527
581
|
"names": [],
|
|
528
582
|
"idHints": [],
|
|
@@ -530,9 +584,13 @@
|
|
|
530
584
|
"@openmrs/esm-dispensing-app",
|
|
531
585
|
"main"
|
|
532
586
|
],
|
|
533
|
-
"files": [
|
|
534
|
-
|
|
535
|
-
|
|
587
|
+
"files": [
|
|
588
|
+
"4099.js"
|
|
589
|
+
],
|
|
590
|
+
"auxiliaryFiles": [
|
|
591
|
+
"4099.js.map"
|
|
592
|
+
],
|
|
593
|
+
"hash": "af94fae23559acc3",
|
|
536
594
|
"childrenByOrder": {}
|
|
537
595
|
},
|
|
538
596
|
{
|
|
@@ -540,9 +598,9 @@
|
|
|
540
598
|
"initial": false,
|
|
541
599
|
"entry": false,
|
|
542
600
|
"recorded": false,
|
|
543
|
-
"size":
|
|
601
|
+
"size": 4533,
|
|
544
602
|
"sizes": {
|
|
545
|
-
"javascript":
|
|
603
|
+
"javascript": 4533
|
|
546
604
|
},
|
|
547
605
|
"names": [],
|
|
548
606
|
"idHints": [],
|
|
@@ -551,10 +609,10 @@
|
|
|
551
609
|
"main"
|
|
552
610
|
],
|
|
553
611
|
"files": [
|
|
554
|
-
"
|
|
612
|
+
"4132.js"
|
|
555
613
|
],
|
|
556
614
|
"auxiliaryFiles": [],
|
|
557
|
-
"hash": "
|
|
615
|
+
"hash": "cc6b8dd14f6bc52f",
|
|
558
616
|
"childrenByOrder": {}
|
|
559
617
|
},
|
|
560
618
|
{
|
|
@@ -562,9 +620,9 @@
|
|
|
562
620
|
"initial": false,
|
|
563
621
|
"entry": false,
|
|
564
622
|
"recorded": false,
|
|
565
|
-
"size":
|
|
623
|
+
"size": 504,
|
|
566
624
|
"sizes": {
|
|
567
|
-
"javascript":
|
|
625
|
+
"javascript": 504
|
|
568
626
|
},
|
|
569
627
|
"names": [],
|
|
570
628
|
"idHints": [],
|
|
@@ -573,12 +631,12 @@
|
|
|
573
631
|
"main"
|
|
574
632
|
],
|
|
575
633
|
"files": [
|
|
576
|
-
"
|
|
634
|
+
"4225.js"
|
|
577
635
|
],
|
|
578
636
|
"auxiliaryFiles": [
|
|
579
|
-
"
|
|
637
|
+
"4225.js.map"
|
|
580
638
|
],
|
|
581
|
-
"hash": "
|
|
639
|
+
"hash": "2af9239f0d653493",
|
|
582
640
|
"childrenByOrder": {}
|
|
583
641
|
},
|
|
584
642
|
{
|
|
@@ -586,9 +644,9 @@
|
|
|
586
644
|
"initial": false,
|
|
587
645
|
"entry": false,
|
|
588
646
|
"recorded": false,
|
|
589
|
-
"size":
|
|
647
|
+
"size": 4582,
|
|
590
648
|
"sizes": {
|
|
591
|
-
"javascript":
|
|
649
|
+
"javascript": 4582
|
|
592
650
|
},
|
|
593
651
|
"names": [],
|
|
594
652
|
"idHints": [],
|
|
@@ -597,10 +655,10 @@
|
|
|
597
655
|
"main"
|
|
598
656
|
],
|
|
599
657
|
"files": [
|
|
600
|
-
"
|
|
658
|
+
"4300.js"
|
|
601
659
|
],
|
|
602
660
|
"auxiliaryFiles": [],
|
|
603
|
-
"hash": "
|
|
661
|
+
"hash": "995802a5bc3040d8",
|
|
604
662
|
"childrenByOrder": {}
|
|
605
663
|
},
|
|
606
664
|
{
|
|
@@ -608,9 +666,9 @@
|
|
|
608
666
|
"initial": false,
|
|
609
667
|
"entry": false,
|
|
610
668
|
"recorded": false,
|
|
611
|
-
"size":
|
|
669
|
+
"size": 4582,
|
|
612
670
|
"sizes": {
|
|
613
|
-
"javascript":
|
|
671
|
+
"javascript": 4582
|
|
614
672
|
},
|
|
615
673
|
"names": [],
|
|
616
674
|
"idHints": [],
|
|
@@ -619,12 +677,10 @@
|
|
|
619
677
|
"main"
|
|
620
678
|
],
|
|
621
679
|
"files": [
|
|
622
|
-
"
|
|
623
|
-
],
|
|
624
|
-
"auxiliaryFiles": [
|
|
625
|
-
"4225.js.map"
|
|
680
|
+
"4335.js"
|
|
626
681
|
],
|
|
627
|
-
"
|
|
682
|
+
"auxiliaryFiles": [],
|
|
683
|
+
"hash": "7d5ba39209cccf9a",
|
|
628
684
|
"childrenByOrder": {}
|
|
629
685
|
},
|
|
630
686
|
{
|
|
@@ -632,9 +688,9 @@
|
|
|
632
688
|
"initial": false,
|
|
633
689
|
"entry": false,
|
|
634
690
|
"recorded": false,
|
|
635
|
-
"size":
|
|
691
|
+
"size": 7160,
|
|
636
692
|
"sizes": {
|
|
637
|
-
"javascript":
|
|
693
|
+
"javascript": 7160
|
|
638
694
|
},
|
|
639
695
|
"names": [],
|
|
640
696
|
"idHints": [],
|
|
@@ -643,20 +699,23 @@
|
|
|
643
699
|
"main"
|
|
644
700
|
],
|
|
645
701
|
"files": [
|
|
646
|
-
"
|
|
702
|
+
"4353.js"
|
|
647
703
|
],
|
|
648
|
-
"auxiliaryFiles": [
|
|
649
|
-
|
|
704
|
+
"auxiliaryFiles": [
|
|
705
|
+
"4353.js.map"
|
|
706
|
+
],
|
|
707
|
+
"hash": "af62ca3bf54b7a1f",
|
|
650
708
|
"childrenByOrder": {}
|
|
651
709
|
},
|
|
652
710
|
{
|
|
653
|
-
"rendered":
|
|
711
|
+
"rendered": false,
|
|
654
712
|
"initial": false,
|
|
655
713
|
"entry": false,
|
|
656
714
|
"recorded": false,
|
|
657
|
-
"
|
|
715
|
+
"reason": "reused as split chunk (cache group: default)",
|
|
716
|
+
"size": 168,
|
|
658
717
|
"sizes": {
|
|
659
|
-
"
|
|
718
|
+
"consume-shared": 168
|
|
660
719
|
},
|
|
661
720
|
"names": [],
|
|
662
721
|
"idHints": [],
|
|
@@ -664,11 +723,9 @@
|
|
|
664
723
|
"@openmrs/esm-dispensing-app",
|
|
665
724
|
"main"
|
|
666
725
|
],
|
|
667
|
-
"files": [
|
|
668
|
-
"4335.js"
|
|
669
|
-
],
|
|
726
|
+
"files": [],
|
|
670
727
|
"auxiliaryFiles": [],
|
|
671
|
-
"hash": "
|
|
728
|
+
"hash": "761e12e7d4e32407",
|
|
672
729
|
"childrenByOrder": {}
|
|
673
730
|
},
|
|
674
731
|
{
|
|
@@ -676,9 +733,9 @@
|
|
|
676
733
|
"initial": false,
|
|
677
734
|
"entry": false,
|
|
678
735
|
"recorded": false,
|
|
679
|
-
"size":
|
|
736
|
+
"size": 4582,
|
|
680
737
|
"sizes": {
|
|
681
|
-
"javascript":
|
|
738
|
+
"javascript": 4582
|
|
682
739
|
},
|
|
683
740
|
"names": [],
|
|
684
741
|
"idHints": [],
|
|
@@ -687,12 +744,10 @@
|
|
|
687
744
|
"main"
|
|
688
745
|
],
|
|
689
746
|
"files": [
|
|
690
|
-
"
|
|
691
|
-
],
|
|
692
|
-
"auxiliaryFiles": [
|
|
693
|
-
"4353.js.map"
|
|
747
|
+
"4618.js"
|
|
694
748
|
],
|
|
695
|
-
"
|
|
749
|
+
"auxiliaryFiles": [],
|
|
750
|
+
"hash": "f47d4774807633cd",
|
|
696
751
|
"childrenByOrder": {}
|
|
697
752
|
},
|
|
698
753
|
{
|
|
@@ -700,9 +755,9 @@
|
|
|
700
755
|
"initial": false,
|
|
701
756
|
"entry": false,
|
|
702
757
|
"recorded": false,
|
|
703
|
-
"size":
|
|
758
|
+
"size": 4417,
|
|
704
759
|
"sizes": {
|
|
705
|
-
"javascript":
|
|
760
|
+
"javascript": 4417
|
|
706
761
|
},
|
|
707
762
|
"names": [],
|
|
708
763
|
"idHints": [],
|
|
@@ -711,10 +766,10 @@
|
|
|
711
766
|
"main"
|
|
712
767
|
],
|
|
713
768
|
"files": [
|
|
714
|
-
"
|
|
769
|
+
"4652.js"
|
|
715
770
|
],
|
|
716
771
|
"auxiliaryFiles": [],
|
|
717
|
-
"hash": "
|
|
772
|
+
"hash": "bcb312cfc72934f6",
|
|
718
773
|
"childrenByOrder": {}
|
|
719
774
|
},
|
|
720
775
|
{
|
|
@@ -722,9 +777,9 @@
|
|
|
722
777
|
"initial": false,
|
|
723
778
|
"entry": false,
|
|
724
779
|
"recorded": false,
|
|
725
|
-
"size":
|
|
780
|
+
"size": 4603,
|
|
726
781
|
"sizes": {
|
|
727
|
-
"javascript":
|
|
782
|
+
"javascript": 4603
|
|
728
783
|
},
|
|
729
784
|
"names": [],
|
|
730
785
|
"idHints": [],
|
|
@@ -733,10 +788,10 @@
|
|
|
733
788
|
"main"
|
|
734
789
|
],
|
|
735
790
|
"files": [
|
|
736
|
-
"
|
|
791
|
+
"4944.js"
|
|
737
792
|
],
|
|
738
793
|
"auxiliaryFiles": [],
|
|
739
|
-
"hash": "
|
|
794
|
+
"hash": "9f1611c7eb5eb734",
|
|
740
795
|
"childrenByOrder": {}
|
|
741
796
|
},
|
|
742
797
|
{
|
|
@@ -744,21 +799,26 @@
|
|
|
744
799
|
"initial": false,
|
|
745
800
|
"entry": false,
|
|
746
801
|
"recorded": false,
|
|
747
|
-
"
|
|
802
|
+
"reason": "split chunk (cache group: defaultVendors)",
|
|
803
|
+
"size": 2996415,
|
|
748
804
|
"sizes": {
|
|
749
|
-
"javascript":
|
|
805
|
+
"javascript": 2996415
|
|
750
806
|
},
|
|
751
807
|
"names": [],
|
|
752
|
-
"idHints": [
|
|
808
|
+
"idHints": [
|
|
809
|
+
"vendors"
|
|
810
|
+
],
|
|
753
811
|
"runtime": [
|
|
754
812
|
"@openmrs/esm-dispensing-app",
|
|
755
813
|
"main"
|
|
756
814
|
],
|
|
757
815
|
"files": [
|
|
758
|
-
"
|
|
816
|
+
"4999.js"
|
|
759
817
|
],
|
|
760
|
-
"auxiliaryFiles": [
|
|
761
|
-
|
|
818
|
+
"auxiliaryFiles": [
|
|
819
|
+
"4999.js.map"
|
|
820
|
+
],
|
|
821
|
+
"hash": "8d9e5c0b61ba1a36",
|
|
762
822
|
"childrenByOrder": {}
|
|
763
823
|
},
|
|
764
824
|
{
|
|
@@ -766,9 +826,9 @@
|
|
|
766
826
|
"initial": false,
|
|
767
827
|
"entry": false,
|
|
768
828
|
"recorded": false,
|
|
769
|
-
"size":
|
|
829
|
+
"size": 4582,
|
|
770
830
|
"sizes": {
|
|
771
|
-
"javascript":
|
|
831
|
+
"javascript": 4582
|
|
772
832
|
},
|
|
773
833
|
"names": [],
|
|
774
834
|
"idHints": [],
|
|
@@ -780,7 +840,7 @@
|
|
|
780
840
|
"5173.js"
|
|
781
841
|
],
|
|
782
842
|
"auxiliaryFiles": [],
|
|
783
|
-
"hash": "
|
|
843
|
+
"hash": "2fc383a130f194b1",
|
|
784
844
|
"childrenByOrder": {}
|
|
785
845
|
},
|
|
786
846
|
{
|
|
@@ -788,9 +848,9 @@
|
|
|
788
848
|
"initial": false,
|
|
789
849
|
"entry": false,
|
|
790
850
|
"recorded": false,
|
|
791
|
-
"size":
|
|
851
|
+
"size": 4582,
|
|
792
852
|
"sizes": {
|
|
793
|
-
"javascript":
|
|
853
|
+
"javascript": 4582
|
|
794
854
|
},
|
|
795
855
|
"names": [],
|
|
796
856
|
"idHints": [],
|
|
@@ -802,7 +862,30 @@
|
|
|
802
862
|
"5241.js"
|
|
803
863
|
],
|
|
804
864
|
"auxiliaryFiles": [],
|
|
805
|
-
"hash": "
|
|
865
|
+
"hash": "6dbc333b5dc92a13",
|
|
866
|
+
"childrenByOrder": {}
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
"rendered": true,
|
|
870
|
+
"initial": false,
|
|
871
|
+
"entry": false,
|
|
872
|
+
"recorded": false,
|
|
873
|
+
"size": 366476,
|
|
874
|
+
"sizes": {
|
|
875
|
+
"javascript": 366476
|
|
876
|
+
},
|
|
877
|
+
"names": [],
|
|
878
|
+
"idHints": [],
|
|
879
|
+
"runtime": [
|
|
880
|
+
"@openmrs/esm-dispensing-app"
|
|
881
|
+
],
|
|
882
|
+
"files": [
|
|
883
|
+
"5379.js"
|
|
884
|
+
],
|
|
885
|
+
"auxiliaryFiles": [
|
|
886
|
+
"5379.js.map"
|
|
887
|
+
],
|
|
888
|
+
"hash": "7e8bf5e3011f7492",
|
|
806
889
|
"childrenByOrder": {}
|
|
807
890
|
},
|
|
808
891
|
{
|
|
@@ -834,9 +917,9 @@
|
|
|
834
917
|
"initial": false,
|
|
835
918
|
"entry": false,
|
|
836
919
|
"recorded": false,
|
|
837
|
-
"size":
|
|
920
|
+
"size": 4582,
|
|
838
921
|
"sizes": {
|
|
839
|
-
"javascript":
|
|
922
|
+
"javascript": 4582
|
|
840
923
|
},
|
|
841
924
|
"names": [],
|
|
842
925
|
"idHints": [],
|
|
@@ -848,7 +931,7 @@
|
|
|
848
931
|
"5442.js"
|
|
849
932
|
],
|
|
850
933
|
"auxiliaryFiles": [],
|
|
851
|
-
"hash": "
|
|
934
|
+
"hash": "8ced951ace249f56",
|
|
852
935
|
"childrenByOrder": {}
|
|
853
936
|
},
|
|
854
937
|
{
|
|
@@ -856,9 +939,9 @@
|
|
|
856
939
|
"initial": false,
|
|
857
940
|
"entry": false,
|
|
858
941
|
"recorded": false,
|
|
859
|
-
"size":
|
|
942
|
+
"size": 3603,
|
|
860
943
|
"sizes": {
|
|
861
|
-
"javascript":
|
|
944
|
+
"javascript": 3603
|
|
862
945
|
},
|
|
863
946
|
"names": [],
|
|
864
947
|
"idHints": [],
|
|
@@ -870,7 +953,7 @@
|
|
|
870
953
|
"5661.js"
|
|
871
954
|
],
|
|
872
955
|
"auxiliaryFiles": [],
|
|
873
|
-
"hash": "
|
|
956
|
+
"hash": "e26464a8f40437ed",
|
|
874
957
|
"childrenByOrder": {}
|
|
875
958
|
},
|
|
876
959
|
{
|
|
@@ -894,7 +977,7 @@
|
|
|
894
977
|
"auxiliaryFiles": [
|
|
895
978
|
"5897.js.map"
|
|
896
979
|
],
|
|
897
|
-
"hash": "
|
|
980
|
+
"hash": "d979fdfcfeaa7cb5",
|
|
898
981
|
"childrenByOrder": {}
|
|
899
982
|
},
|
|
900
983
|
{
|
|
@@ -902,9 +985,9 @@
|
|
|
902
985
|
"initial": false,
|
|
903
986
|
"entry": false,
|
|
904
987
|
"recorded": false,
|
|
905
|
-
"size":
|
|
988
|
+
"size": 4852,
|
|
906
989
|
"sizes": {
|
|
907
|
-
"javascript":
|
|
990
|
+
"javascript": 4852
|
|
908
991
|
},
|
|
909
992
|
"names": [],
|
|
910
993
|
"idHints": [],
|
|
@@ -916,7 +999,7 @@
|
|
|
916
999
|
"6022.js"
|
|
917
1000
|
],
|
|
918
1001
|
"auxiliaryFiles": [],
|
|
919
|
-
"hash": "
|
|
1002
|
+
"hash": "4d1a19bc93e6170f",
|
|
920
1003
|
"childrenByOrder": {}
|
|
921
1004
|
},
|
|
922
1005
|
{
|
|
@@ -937,30 +1020,7 @@
|
|
|
937
1020
|
],
|
|
938
1021
|
"files": [],
|
|
939
1022
|
"auxiliaryFiles": [],
|
|
940
|
-
"hash": "
|
|
941
|
-
"childrenByOrder": {}
|
|
942
|
-
},
|
|
943
|
-
{
|
|
944
|
-
"rendered": true,
|
|
945
|
-
"initial": false,
|
|
946
|
-
"entry": false,
|
|
947
|
-
"recorded": false,
|
|
948
|
-
"size": 335990,
|
|
949
|
-
"sizes": {
|
|
950
|
-
"javascript": 335990
|
|
951
|
-
},
|
|
952
|
-
"names": [],
|
|
953
|
-
"idHints": [],
|
|
954
|
-
"runtime": [
|
|
955
|
-
"@openmrs/esm-dispensing-app"
|
|
956
|
-
],
|
|
957
|
-
"files": [
|
|
958
|
-
"6411.js"
|
|
959
|
-
],
|
|
960
|
-
"auxiliaryFiles": [
|
|
961
|
-
"6411.js.map"
|
|
962
|
-
],
|
|
963
|
-
"hash": "e4813030b5d298c1",
|
|
1023
|
+
"hash": "6664f0149bfe9e06",
|
|
964
1024
|
"childrenByOrder": {}
|
|
965
1025
|
},
|
|
966
1026
|
{
|
|
@@ -968,9 +1028,9 @@
|
|
|
968
1028
|
"initial": false,
|
|
969
1029
|
"entry": false,
|
|
970
1030
|
"recorded": false,
|
|
971
|
-
"size":
|
|
1031
|
+
"size": 4819,
|
|
972
1032
|
"sizes": {
|
|
973
|
-
"javascript":
|
|
1033
|
+
"javascript": 4819
|
|
974
1034
|
},
|
|
975
1035
|
"names": [],
|
|
976
1036
|
"idHints": [],
|
|
@@ -982,7 +1042,7 @@
|
|
|
982
1042
|
"6468.js"
|
|
983
1043
|
],
|
|
984
1044
|
"auxiliaryFiles": [],
|
|
985
|
-
"hash": "
|
|
1045
|
+
"hash": "29819c6bdda230c6",
|
|
986
1046
|
"childrenByOrder": {}
|
|
987
1047
|
},
|
|
988
1048
|
{
|
|
@@ -990,9 +1050,9 @@
|
|
|
990
1050
|
"initial": false,
|
|
991
1051
|
"entry": false,
|
|
992
1052
|
"recorded": false,
|
|
993
|
-
"size":
|
|
1053
|
+
"size": 7120,
|
|
994
1054
|
"sizes": {
|
|
995
|
-
"javascript":
|
|
1055
|
+
"javascript": 7120
|
|
996
1056
|
},
|
|
997
1057
|
"names": [],
|
|
998
1058
|
"idHints": [],
|
|
@@ -1006,7 +1066,7 @@
|
|
|
1006
1066
|
"auxiliaryFiles": [
|
|
1007
1067
|
"6540.js.map"
|
|
1008
1068
|
],
|
|
1009
|
-
"hash": "
|
|
1069
|
+
"hash": "c2da243f119637c7",
|
|
1010
1070
|
"childrenByOrder": {}
|
|
1011
1071
|
},
|
|
1012
1072
|
{
|
|
@@ -1038,9 +1098,9 @@
|
|
|
1038
1098
|
"initial": false,
|
|
1039
1099
|
"entry": false,
|
|
1040
1100
|
"recorded": false,
|
|
1041
|
-
"size":
|
|
1101
|
+
"size": 4747,
|
|
1042
1102
|
"sizes": {
|
|
1043
|
-
"javascript":
|
|
1103
|
+
"javascript": 4747
|
|
1044
1104
|
},
|
|
1045
1105
|
"names": [],
|
|
1046
1106
|
"idHints": [],
|
|
@@ -1052,7 +1112,7 @@
|
|
|
1052
1112
|
"6679.js"
|
|
1053
1113
|
],
|
|
1054
1114
|
"auxiliaryFiles": [],
|
|
1055
|
-
"hash": "
|
|
1115
|
+
"hash": "8ad4b14ba2c3ae23",
|
|
1056
1116
|
"childrenByOrder": {}
|
|
1057
1117
|
},
|
|
1058
1118
|
{
|
|
@@ -1060,36 +1120,9 @@
|
|
|
1060
1120
|
"initial": false,
|
|
1061
1121
|
"entry": false,
|
|
1062
1122
|
"recorded": false,
|
|
1063
|
-
"
|
|
1064
|
-
"size": 2789968,
|
|
1123
|
+
"size": 4582,
|
|
1065
1124
|
"sizes": {
|
|
1066
|
-
"javascript":
|
|
1067
|
-
},
|
|
1068
|
-
"names": [],
|
|
1069
|
-
"idHints": [
|
|
1070
|
-
"vendors"
|
|
1071
|
-
],
|
|
1072
|
-
"runtime": [
|
|
1073
|
-
"@openmrs/esm-dispensing-app",
|
|
1074
|
-
"main"
|
|
1075
|
-
],
|
|
1076
|
-
"files": [
|
|
1077
|
-
"6741.js"
|
|
1078
|
-
],
|
|
1079
|
-
"auxiliaryFiles": [
|
|
1080
|
-
"6741.js.map"
|
|
1081
|
-
],
|
|
1082
|
-
"hash": "fb215d58c06e1c67",
|
|
1083
|
-
"childrenByOrder": {}
|
|
1084
|
-
},
|
|
1085
|
-
{
|
|
1086
|
-
"rendered": true,
|
|
1087
|
-
"initial": false,
|
|
1088
|
-
"entry": false,
|
|
1089
|
-
"recorded": false,
|
|
1090
|
-
"size": 4445,
|
|
1091
|
-
"sizes": {
|
|
1092
|
-
"javascript": 4445
|
|
1125
|
+
"javascript": 4582
|
|
1093
1126
|
},
|
|
1094
1127
|
"names": [],
|
|
1095
1128
|
"idHints": [],
|
|
@@ -1101,7 +1134,7 @@
|
|
|
1101
1134
|
"6840.js"
|
|
1102
1135
|
],
|
|
1103
1136
|
"auxiliaryFiles": [],
|
|
1104
|
-
"hash": "
|
|
1137
|
+
"hash": "93fb155eaab12f8e",
|
|
1105
1138
|
"childrenByOrder": {}
|
|
1106
1139
|
},
|
|
1107
1140
|
{
|
|
@@ -1109,9 +1142,9 @@
|
|
|
1109
1142
|
"initial": false,
|
|
1110
1143
|
"entry": false,
|
|
1111
1144
|
"recorded": false,
|
|
1112
|
-
"size":
|
|
1145
|
+
"size": 12620,
|
|
1113
1146
|
"sizes": {
|
|
1114
|
-
"javascript":
|
|
1147
|
+
"javascript": 12620
|
|
1115
1148
|
},
|
|
1116
1149
|
"names": [],
|
|
1117
1150
|
"idHints": [],
|
|
@@ -1125,7 +1158,7 @@
|
|
|
1125
1158
|
"auxiliaryFiles": [
|
|
1126
1159
|
"6841.js.map"
|
|
1127
1160
|
],
|
|
1128
|
-
"hash": "
|
|
1161
|
+
"hash": "8e5d44defbd7b3d1",
|
|
1129
1162
|
"childrenByOrder": {}
|
|
1130
1163
|
},
|
|
1131
1164
|
{
|
|
@@ -1133,9 +1166,9 @@
|
|
|
1133
1166
|
"initial": false,
|
|
1134
1167
|
"entry": false,
|
|
1135
1168
|
"recorded": false,
|
|
1136
|
-
"size":
|
|
1169
|
+
"size": 4582,
|
|
1137
1170
|
"sizes": {
|
|
1138
|
-
"javascript":
|
|
1171
|
+
"javascript": 4582
|
|
1139
1172
|
},
|
|
1140
1173
|
"names": [],
|
|
1141
1174
|
"idHints": [],
|
|
@@ -1147,7 +1180,7 @@
|
|
|
1147
1180
|
"6859.js"
|
|
1148
1181
|
],
|
|
1149
1182
|
"auxiliaryFiles": [],
|
|
1150
|
-
"hash": "
|
|
1183
|
+
"hash": "a4465ac00202d0a8",
|
|
1151
1184
|
"childrenByOrder": {}
|
|
1152
1185
|
},
|
|
1153
1186
|
{
|
|
@@ -1155,9 +1188,9 @@
|
|
|
1155
1188
|
"initial": false,
|
|
1156
1189
|
"entry": false,
|
|
1157
1190
|
"recorded": false,
|
|
1158
|
-
"size":
|
|
1191
|
+
"size": 4582,
|
|
1159
1192
|
"sizes": {
|
|
1160
|
-
"javascript":
|
|
1193
|
+
"javascript": 4582
|
|
1161
1194
|
},
|
|
1162
1195
|
"names": [],
|
|
1163
1196
|
"idHints": [],
|
|
@@ -1169,7 +1202,7 @@
|
|
|
1169
1202
|
"7097.js"
|
|
1170
1203
|
],
|
|
1171
1204
|
"auxiliaryFiles": [],
|
|
1172
|
-
"hash": "
|
|
1205
|
+
"hash": "d04d6069de5db24a",
|
|
1173
1206
|
"childrenByOrder": {}
|
|
1174
1207
|
},
|
|
1175
1208
|
{
|
|
@@ -1177,9 +1210,9 @@
|
|
|
1177
1210
|
"initial": false,
|
|
1178
1211
|
"entry": false,
|
|
1179
1212
|
"recorded": false,
|
|
1180
|
-
"size":
|
|
1213
|
+
"size": 4582,
|
|
1181
1214
|
"sizes": {
|
|
1182
|
-
"javascript":
|
|
1215
|
+
"javascript": 4582
|
|
1183
1216
|
},
|
|
1184
1217
|
"names": [],
|
|
1185
1218
|
"idHints": [],
|
|
@@ -1191,34 +1224,7 @@
|
|
|
1191
1224
|
"7159.js"
|
|
1192
1225
|
],
|
|
1193
1226
|
"auxiliaryFiles": [],
|
|
1194
|
-
"hash": "
|
|
1195
|
-
"childrenByOrder": {}
|
|
1196
|
-
},
|
|
1197
|
-
{
|
|
1198
|
-
"rendered": true,
|
|
1199
|
-
"initial": false,
|
|
1200
|
-
"entry": false,
|
|
1201
|
-
"recorded": false,
|
|
1202
|
-
"reason": "split chunk (cache group: defaultVendors)",
|
|
1203
|
-
"size": 4113402,
|
|
1204
|
-
"sizes": {
|
|
1205
|
-
"javascript": 4113402
|
|
1206
|
-
},
|
|
1207
|
-
"names": [],
|
|
1208
|
-
"idHints": [
|
|
1209
|
-
"vendors"
|
|
1210
|
-
],
|
|
1211
|
-
"runtime": [
|
|
1212
|
-
"@openmrs/esm-dispensing-app",
|
|
1213
|
-
"main"
|
|
1214
|
-
],
|
|
1215
|
-
"files": [
|
|
1216
|
-
"7268.js"
|
|
1217
|
-
],
|
|
1218
|
-
"auxiliaryFiles": [
|
|
1219
|
-
"7268.js.map"
|
|
1220
|
-
],
|
|
1221
|
-
"hash": "fbc969328ec77e82",
|
|
1227
|
+
"hash": "205493030aca7484",
|
|
1222
1228
|
"childrenByOrder": {}
|
|
1223
1229
|
},
|
|
1224
1230
|
{
|
|
@@ -1226,10 +1232,10 @@
|
|
|
1226
1232
|
"initial": false,
|
|
1227
1233
|
"entry": false,
|
|
1228
1234
|
"recorded": false,
|
|
1229
|
-
"reason": "split chunk (cache group: defaultVendors)",
|
|
1230
|
-
"size":
|
|
1235
|
+
"reason": "reused as split chunk (cache group: defaultVendors)",
|
|
1236
|
+
"size": 29620,
|
|
1231
1237
|
"sizes": {
|
|
1232
|
-
"javascript":
|
|
1238
|
+
"javascript": 29620
|
|
1233
1239
|
},
|
|
1234
1240
|
"names": [],
|
|
1235
1241
|
"idHints": [
|
|
@@ -1240,12 +1246,12 @@
|
|
|
1240
1246
|
"main"
|
|
1241
1247
|
],
|
|
1242
1248
|
"files": [
|
|
1243
|
-
"
|
|
1249
|
+
"7255.js"
|
|
1244
1250
|
],
|
|
1245
1251
|
"auxiliaryFiles": [
|
|
1246
|
-
"
|
|
1252
|
+
"7255.js.map"
|
|
1247
1253
|
],
|
|
1248
|
-
"hash": "
|
|
1254
|
+
"hash": "ea82a083bcc98d08",
|
|
1249
1255
|
"childrenByOrder": {}
|
|
1250
1256
|
},
|
|
1251
1257
|
{
|
|
@@ -1253,9 +1259,9 @@
|
|
|
1253
1259
|
"initial": false,
|
|
1254
1260
|
"entry": false,
|
|
1255
1261
|
"recorded": false,
|
|
1256
|
-
"size":
|
|
1262
|
+
"size": 4582,
|
|
1257
1263
|
"sizes": {
|
|
1258
|
-
"javascript":
|
|
1264
|
+
"javascript": 4582
|
|
1259
1265
|
},
|
|
1260
1266
|
"names": [],
|
|
1261
1267
|
"idHints": [],
|
|
@@ -1267,34 +1273,7 @@
|
|
|
1267
1273
|
"7617.js"
|
|
1268
1274
|
],
|
|
1269
1275
|
"auxiliaryFiles": [],
|
|
1270
|
-
"hash": "
|
|
1271
|
-
"childrenByOrder": {}
|
|
1272
|
-
},
|
|
1273
|
-
{
|
|
1274
|
-
"rendered": true,
|
|
1275
|
-
"initial": false,
|
|
1276
|
-
"entry": false,
|
|
1277
|
-
"recorded": false,
|
|
1278
|
-
"reason": "split chunk (cache group: defaultVendors)",
|
|
1279
|
-
"size": 99434,
|
|
1280
|
-
"sizes": {
|
|
1281
|
-
"javascript": 99434
|
|
1282
|
-
},
|
|
1283
|
-
"names": [],
|
|
1284
|
-
"idHints": [
|
|
1285
|
-
"vendors"
|
|
1286
|
-
],
|
|
1287
|
-
"runtime": [
|
|
1288
|
-
"@openmrs/esm-dispensing-app",
|
|
1289
|
-
"main"
|
|
1290
|
-
],
|
|
1291
|
-
"files": [
|
|
1292
|
-
"7935.js"
|
|
1293
|
-
],
|
|
1294
|
-
"auxiliaryFiles": [
|
|
1295
|
-
"7935.js.map"
|
|
1296
|
-
],
|
|
1297
|
-
"hash": "946fb22534763e09",
|
|
1276
|
+
"hash": "dc0797e0b2dc60c1",
|
|
1298
1277
|
"childrenByOrder": {}
|
|
1299
1278
|
},
|
|
1300
1279
|
{
|
|
@@ -1302,9 +1281,9 @@
|
|
|
1302
1281
|
"initial": false,
|
|
1303
1282
|
"entry": false,
|
|
1304
1283
|
"recorded": false,
|
|
1305
|
-
"size":
|
|
1284
|
+
"size": 4582,
|
|
1306
1285
|
"sizes": {
|
|
1307
|
-
"javascript":
|
|
1286
|
+
"javascript": 4582
|
|
1308
1287
|
},
|
|
1309
1288
|
"names": [],
|
|
1310
1289
|
"idHints": [],
|
|
@@ -1316,7 +1295,7 @@
|
|
|
1316
1295
|
"8163.js"
|
|
1317
1296
|
],
|
|
1318
1297
|
"auxiliaryFiles": [],
|
|
1319
|
-
"hash": "
|
|
1298
|
+
"hash": "99965f54f4c70277",
|
|
1320
1299
|
"childrenByOrder": {}
|
|
1321
1300
|
},
|
|
1322
1301
|
{
|
|
@@ -1324,9 +1303,9 @@
|
|
|
1324
1303
|
"initial": false,
|
|
1325
1304
|
"entry": false,
|
|
1326
1305
|
"recorded": false,
|
|
1327
|
-
"size":
|
|
1306
|
+
"size": 4582,
|
|
1328
1307
|
"sizes": {
|
|
1329
|
-
"javascript":
|
|
1308
|
+
"javascript": 4582
|
|
1330
1309
|
},
|
|
1331
1310
|
"names": [],
|
|
1332
1311
|
"idHints": [],
|
|
@@ -1338,7 +1317,7 @@
|
|
|
1338
1317
|
"8349.js"
|
|
1339
1318
|
],
|
|
1340
1319
|
"auxiliaryFiles": [],
|
|
1341
|
-
"hash": "
|
|
1320
|
+
"hash": "688ec574edd4ba74",
|
|
1342
1321
|
"childrenByOrder": {}
|
|
1343
1322
|
},
|
|
1344
1323
|
{
|
|
@@ -1362,7 +1341,7 @@
|
|
|
1362
1341
|
"auxiliaryFiles": [
|
|
1363
1342
|
"8600.js.map"
|
|
1364
1343
|
],
|
|
1365
|
-
"hash": "
|
|
1344
|
+
"hash": "58be02ffd1204dfe",
|
|
1366
1345
|
"childrenByOrder": {}
|
|
1367
1346
|
},
|
|
1368
1347
|
{
|
|
@@ -1370,9 +1349,9 @@
|
|
|
1370
1349
|
"initial": false,
|
|
1371
1350
|
"entry": false,
|
|
1372
1351
|
"recorded": false,
|
|
1373
|
-
"size":
|
|
1352
|
+
"size": 4582,
|
|
1374
1353
|
"sizes": {
|
|
1375
|
-
"javascript":
|
|
1354
|
+
"javascript": 4582
|
|
1376
1355
|
},
|
|
1377
1356
|
"names": [],
|
|
1378
1357
|
"idHints": [],
|
|
@@ -1384,7 +1363,7 @@
|
|
|
1384
1363
|
"8618.js"
|
|
1385
1364
|
],
|
|
1386
1365
|
"auxiliaryFiles": [],
|
|
1387
|
-
"hash": "
|
|
1366
|
+
"hash": "837903fd632c5da9",
|
|
1388
1367
|
"childrenByOrder": {}
|
|
1389
1368
|
},
|
|
1390
1369
|
{
|
|
@@ -1416,12 +1395,12 @@
|
|
|
1416
1395
|
"initial": true,
|
|
1417
1396
|
"entry": true,
|
|
1418
1397
|
"recorded": false,
|
|
1419
|
-
"size":
|
|
1398
|
+
"size": 3603534,
|
|
1420
1399
|
"sizes": {
|
|
1421
1400
|
"consume-shared": 210,
|
|
1422
|
-
"javascript":
|
|
1401
|
+
"javascript": 3580650,
|
|
1423
1402
|
"share-init": 378,
|
|
1424
|
-
"runtime":
|
|
1403
|
+
"runtime": 22296
|
|
1425
1404
|
},
|
|
1426
1405
|
"names": [
|
|
1427
1406
|
"main"
|
|
@@ -1436,7 +1415,7 @@
|
|
|
1436
1415
|
"auxiliaryFiles": [
|
|
1437
1416
|
"main.js.map"
|
|
1438
1417
|
],
|
|
1439
|
-
"hash": "
|
|
1418
|
+
"hash": "93c640538b4022fe",
|
|
1440
1419
|
"childrenByOrder": {}
|
|
1441
1420
|
},
|
|
1442
1421
|
{
|
|
@@ -1444,9 +1423,9 @@
|
|
|
1444
1423
|
"initial": false,
|
|
1445
1424
|
"entry": false,
|
|
1446
1425
|
"recorded": false,
|
|
1447
|
-
"size":
|
|
1426
|
+
"size": 4619,
|
|
1448
1427
|
"sizes": {
|
|
1449
|
-
"javascript":
|
|
1428
|
+
"javascript": 4619
|
|
1450
1429
|
},
|
|
1451
1430
|
"names": [],
|
|
1452
1431
|
"idHints": [],
|
|
@@ -1458,7 +1437,7 @@
|
|
|
1458
1437
|
"9214.js"
|
|
1459
1438
|
],
|
|
1460
1439
|
"auxiliaryFiles": [],
|
|
1461
|
-
"hash": "
|
|
1440
|
+
"hash": "6c289a98a451741f",
|
|
1462
1441
|
"childrenByOrder": {}
|
|
1463
1442
|
},
|
|
1464
1443
|
{
|
|
@@ -1466,9 +1445,9 @@
|
|
|
1466
1445
|
"initial": false,
|
|
1467
1446
|
"entry": false,
|
|
1468
1447
|
"recorded": false,
|
|
1469
|
-
"size":
|
|
1448
|
+
"size": 5019,
|
|
1470
1449
|
"sizes": {
|
|
1471
|
-
"javascript":
|
|
1450
|
+
"javascript": 5019
|
|
1472
1451
|
},
|
|
1473
1452
|
"names": [],
|
|
1474
1453
|
"idHints": [],
|
|
@@ -1480,7 +1459,7 @@
|
|
|
1480
1459
|
"9538.js"
|
|
1481
1460
|
],
|
|
1482
1461
|
"auxiliaryFiles": [],
|
|
1483
|
-
"hash": "
|
|
1462
|
+
"hash": "e7f8e331cb12dc15",
|
|
1484
1463
|
"childrenByOrder": {}
|
|
1485
1464
|
},
|
|
1486
1465
|
{
|
|
@@ -1488,9 +1467,9 @@
|
|
|
1488
1467
|
"initial": false,
|
|
1489
1468
|
"entry": false,
|
|
1490
1469
|
"recorded": false,
|
|
1491
|
-
"size":
|
|
1470
|
+
"size": 4582,
|
|
1492
1471
|
"sizes": {
|
|
1493
|
-
"javascript":
|
|
1472
|
+
"javascript": 4582
|
|
1494
1473
|
},
|
|
1495
1474
|
"names": [],
|
|
1496
1475
|
"idHints": [],
|
|
@@ -1502,7 +1481,7 @@
|
|
|
1502
1481
|
"9569.js"
|
|
1503
1482
|
],
|
|
1504
1483
|
"auxiliaryFiles": [],
|
|
1505
|
-
"hash": "
|
|
1484
|
+
"hash": "e5193a14903b23e6",
|
|
1506
1485
|
"childrenByOrder": {}
|
|
1507
1486
|
},
|
|
1508
1487
|
{
|
|
@@ -1510,9 +1489,9 @@
|
|
|
1510
1489
|
"initial": false,
|
|
1511
1490
|
"entry": false,
|
|
1512
1491
|
"recorded": false,
|
|
1513
|
-
"size":
|
|
1492
|
+
"size": 3155,
|
|
1514
1493
|
"sizes": {
|
|
1515
|
-
"javascript":
|
|
1494
|
+
"javascript": 3155
|
|
1516
1495
|
},
|
|
1517
1496
|
"names": [],
|
|
1518
1497
|
"idHints": [],
|
|
@@ -1524,7 +1503,7 @@
|
|
|
1524
1503
|
"9879.js"
|
|
1525
1504
|
],
|
|
1526
1505
|
"auxiliaryFiles": [],
|
|
1527
|
-
"hash": "
|
|
1506
|
+
"hash": "b0d65c452df71280",
|
|
1528
1507
|
"childrenByOrder": {}
|
|
1529
1508
|
},
|
|
1530
1509
|
{
|
|
@@ -1532,9 +1511,9 @@
|
|
|
1532
1511
|
"initial": false,
|
|
1533
1512
|
"entry": false,
|
|
1534
1513
|
"recorded": false,
|
|
1535
|
-
"size":
|
|
1514
|
+
"size": 4582,
|
|
1536
1515
|
"sizes": {
|
|
1537
|
-
"javascript":
|
|
1516
|
+
"javascript": 4582
|
|
1538
1517
|
},
|
|
1539
1518
|
"names": [],
|
|
1540
1519
|
"idHints": [],
|
|
@@ -1546,7 +1525,7 @@
|
|
|
1546
1525
|
"9895.js"
|
|
1547
1526
|
],
|
|
1548
1527
|
"auxiliaryFiles": [],
|
|
1549
|
-
"hash": "
|
|
1528
|
+
"hash": "566f59d42f5be393",
|
|
1550
1529
|
"childrenByOrder": {}
|
|
1551
1530
|
},
|
|
1552
1531
|
{
|
|
@@ -1554,9 +1533,9 @@
|
|
|
1554
1533
|
"initial": false,
|
|
1555
1534
|
"entry": false,
|
|
1556
1535
|
"recorded": false,
|
|
1557
|
-
"size":
|
|
1536
|
+
"size": 4582,
|
|
1558
1537
|
"sizes": {
|
|
1559
|
-
"javascript":
|
|
1538
|
+
"javascript": 4582
|
|
1560
1539
|
},
|
|
1561
1540
|
"names": [],
|
|
1562
1541
|
"idHints": [],
|
|
@@ -1568,7 +1547,7 @@
|
|
|
1568
1547
|
"9900.js"
|
|
1569
1548
|
],
|
|
1570
1549
|
"auxiliaryFiles": [],
|
|
1571
|
-
"hash": "
|
|
1550
|
+
"hash": "0b6155b24439de24",
|
|
1572
1551
|
"childrenByOrder": {}
|
|
1573
1552
|
},
|
|
1574
1553
|
{
|
|
@@ -1576,9 +1555,9 @@
|
|
|
1576
1555
|
"initial": false,
|
|
1577
1556
|
"entry": false,
|
|
1578
1557
|
"recorded": false,
|
|
1579
|
-
"size":
|
|
1558
|
+
"size": 4582,
|
|
1580
1559
|
"sizes": {
|
|
1581
|
-
"javascript":
|
|
1560
|
+
"javascript": 4582
|
|
1582
1561
|
},
|
|
1583
1562
|
"names": [],
|
|
1584
1563
|
"idHints": [],
|
|
@@ -1590,7 +1569,7 @@
|
|
|
1590
1569
|
"9913.js"
|
|
1591
1570
|
],
|
|
1592
1571
|
"auxiliaryFiles": [],
|
|
1593
|
-
"hash": "
|
|
1572
|
+
"hash": "70abc498e148c51c",
|
|
1594
1573
|
"childrenByOrder": {}
|
|
1595
1574
|
},
|
|
1596
1575
|
{
|
|
@@ -1598,11 +1577,11 @@
|
|
|
1598
1577
|
"initial": true,
|
|
1599
1578
|
"entry": true,
|
|
1600
1579
|
"recorded": false,
|
|
1601
|
-
"size":
|
|
1580
|
+
"size": 22187,
|
|
1602
1581
|
"sizes": {
|
|
1603
1582
|
"javascript": 42,
|
|
1604
1583
|
"share-init": 378,
|
|
1605
|
-
"runtime":
|
|
1584
|
+
"runtime": 21767
|
|
1606
1585
|
},
|
|
1607
1586
|
"names": [
|
|
1608
1587
|
"@openmrs/esm-dispensing-app"
|
|
@@ -1617,7 +1596,7 @@
|
|
|
1617
1596
|
"auxiliaryFiles": [
|
|
1618
1597
|
"openmrs-esm-dispensing-app.js.map"
|
|
1619
1598
|
],
|
|
1620
|
-
"hash": "
|
|
1599
|
+
"hash": "3baf46a0712950cd",
|
|
1621
1600
|
"childrenByOrder": {}
|
|
1622
1601
|
}
|
|
1623
1602
|
]
|