@openmrs/esm-dispensing-app 1.5.1-pre.367 → 1.6.0
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/.tx/config +1 -2
- package/dist/204.js +1 -1
- package/dist/204.js.map +1 -1
- package/dist/236.js +1 -0
- package/dist/240.js +1 -0
- package/dist/261.js +1 -0
- package/dist/271.js +1 -1
- package/dist/272.js +1 -0
- package/dist/319.js +1 -0
- package/dist/336.js +1 -0
- package/dist/378.js +1 -0
- package/dist/460.js +1 -0
- package/dist/524.js +2 -0
- package/dist/524.js.map +1 -0
- package/dist/539.js +1 -0
- package/dist/574.js +1 -1
- package/dist/626.js +1 -0
- package/dist/626.js.map +1 -0
- package/dist/637.js +1 -0
- package/dist/637.js.map +1 -0
- package/dist/644.js +1 -0
- package/dist/652.js +1 -0
- package/dist/673.js +1 -0
- package/dist/705.js +1 -0
- package/dist/711.js +1 -0
- package/dist/727.js +1 -0
- package/dist/737.js +1 -0
- package/dist/744.js +1 -0
- package/dist/757.js +1 -1
- package/dist/77.js +1 -0
- package/dist/77.js.map +1 -0
- package/dist/788.js +1 -0
- package/dist/807.js +1 -0
- package/dist/833.js +1 -0
- package/dist/890.js +1 -0
- package/dist/890.js.map +1 -0
- package/dist/899.js +1 -0
- package/dist/905.js +1 -0
- package/dist/905.js.map +1 -0
- 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 +596 -37
- package/dist/routes.json +1 -1
- package/i18next-parser.config.js +89 -0
- package/package.json +7 -4
- package/src/components/prescription-actions/close-action-button.component.tsx +14 -21
- package/src/components/prescription-actions/dispense-action-button.component.tsx +16 -23
- package/src/components/prescription-actions/pause-action-button.component.tsx +13 -21
- package/src/config-schema.ts +3 -23
- package/src/dashboard/dispensing-dashboard.component.tsx +2 -3
- package/src/dispensing-tiles/dispensing-tiles.component.tsx +1 -1
- package/src/dispensing-tiles/dispensing-tiles.resource.tsx +1 -1
- package/src/dispensing.test.tsx +0 -22
- package/src/forms/{close-dispense-form.component.tsx → close-dispense-form.workspace.tsx} +25 -25
- package/src/forms/{dispense-form.component.tsx → dispense-form.workspace.tsx} +40 -31
- package/src/forms/forms.scss +23 -19
- package/src/forms/{pause-dispense-form.component.tsx → pause-dispense-form.workspace.tsx} +27 -25
- package/src/forms/stock-dispense/stock-dispense.component.tsx +8 -0
- package/src/history/history-and-comments.component.tsx +49 -45
- package/src/index.ts +25 -14
- package/src/location/location.resource.tsx +1 -1
- package/src/medication-dispense/medication-dispense.resource.tsx +2 -2
- package/src/medication-request/medication-request.resource.tsx +2 -2
- package/src/prescriptions/prescription-actions.component.tsx +24 -0
- package/src/prescriptions/prescription-actions.scss +15 -0
- package/src/prescriptions/prescription-details.component.tsx +4 -7
- package/src/print-prescription/prescription-print-action.component.tsx +30 -0
- package/src/print-prescription/prescription-print-preview.modal.tsx +92 -0
- package/src/print-prescription/prescription-printout.component.tsx +128 -0
- package/src/print-prescription/print-prescription.scss +48 -0
- package/src/print-prescription/printable-prescriptions.component.tsx +57 -0
- package/src/routes.json +28 -0
- package/src/types.ts +1 -0
- package/translations/am.json +85 -0
- package/translations/ar.json +85 -0
- package/translations/de.json +85 -0
- package/translations/en.json +26 -43
- package/translations/es.json +85 -0
- package/translations/fr.json +81 -96
- package/translations/he.json +85 -0
- package/translations/hi.json +85 -0
- package/translations/hi_IN.json +85 -0
- package/translations/id.json +85 -0
- package/translations/it.json +85 -0
- package/translations/km.json +85 -0
- package/translations/ne.json +85 -0
- package/translations/pt.json +85 -0
- package/translations/qu.json +85 -0
- package/translations/si.json +85 -0
- package/translations/sw.json +85 -0
- package/translations/sw_KE.json +85 -0
- package/translations/tr.json +85 -0
- package/translations/tr_TR.json +85 -0
- package/translations/uk.json +85 -0
- package/translations/vi.json +85 -0
- package/translations/zh.json +83 -10
- package/translations/zh_CN.json +85 -0
- package/dist/191.js +0 -2
- package/dist/191.js.map +0 -1
- package/dist/829.js +0 -1
- package/dist/829.js.map +0 -1
- package/src/forms/overlay/overlay.component.tsx +0 -47
- package/src/forms/overlay/overlay.scss +0 -93
- package/src/hooks/useOverlay.tsx +0 -46
- /package/dist/{191.js.LICENSE.txt → 524.js.LICENSE.txt} +0 -0
|
@@ -27,15 +27,39 @@
|
|
|
27
27
|
"hash": "7aae0af4963fb3ab",
|
|
28
28
|
"childrenByOrder": {}
|
|
29
29
|
},
|
|
30
|
+
{
|
|
31
|
+
"rendered": true,
|
|
32
|
+
"initial": false,
|
|
33
|
+
"entry": false,
|
|
34
|
+
"recorded": false,
|
|
35
|
+
"size": 12883,
|
|
36
|
+
"sizes": {
|
|
37
|
+
"javascript": 12883
|
|
38
|
+
},
|
|
39
|
+
"names": [],
|
|
40
|
+
"idHints": [],
|
|
41
|
+
"runtime": [
|
|
42
|
+
"@openmrs/esm-dispensing-app",
|
|
43
|
+
"main"
|
|
44
|
+
],
|
|
45
|
+
"files": [
|
|
46
|
+
"77.js"
|
|
47
|
+
],
|
|
48
|
+
"auxiliaryFiles": [
|
|
49
|
+
"77.js.map"
|
|
50
|
+
],
|
|
51
|
+
"hash": "50bae553d715c2d3",
|
|
52
|
+
"childrenByOrder": {}
|
|
53
|
+
},
|
|
30
54
|
{
|
|
31
55
|
"rendered": true,
|
|
32
56
|
"initial": true,
|
|
33
57
|
"entry": true,
|
|
34
58
|
"recorded": false,
|
|
35
|
-
"size":
|
|
59
|
+
"size": 2859226,
|
|
36
60
|
"sizes": {
|
|
37
61
|
"consume-shared": 252,
|
|
38
|
-
"javascript":
|
|
62
|
+
"javascript": 2838453,
|
|
39
63
|
"share-init": 252,
|
|
40
64
|
"runtime": 20269
|
|
41
65
|
},
|
|
@@ -52,7 +76,7 @@
|
|
|
52
76
|
"auxiliaryFiles": [
|
|
53
77
|
"main.js.map"
|
|
54
78
|
],
|
|
55
|
-
"hash": "
|
|
79
|
+
"hash": "5c9b84eac8ea7d28",
|
|
56
80
|
"childrenByOrder": {}
|
|
57
81
|
},
|
|
58
82
|
{
|
|
@@ -60,25 +84,26 @@
|
|
|
60
84
|
"initial": false,
|
|
61
85
|
"entry": false,
|
|
62
86
|
"recorded": false,
|
|
63
|
-
"reason": "split chunk (cache group: defaultVendors)",
|
|
64
|
-
"size":
|
|
87
|
+
"reason": "reused as split chunk (cache group: defaultVendors)",
|
|
88
|
+
"size": 4890777,
|
|
65
89
|
"sizes": {
|
|
66
|
-
"javascript":
|
|
90
|
+
"javascript": 4890777
|
|
67
91
|
},
|
|
68
92
|
"names": [],
|
|
69
93
|
"idHints": [
|
|
70
94
|
"vendors"
|
|
71
95
|
],
|
|
72
96
|
"runtime": [
|
|
73
|
-
"@openmrs/esm-dispensing-app"
|
|
97
|
+
"@openmrs/esm-dispensing-app",
|
|
98
|
+
"main"
|
|
74
99
|
],
|
|
75
100
|
"files": [
|
|
76
|
-
"
|
|
101
|
+
"204.js"
|
|
77
102
|
],
|
|
78
103
|
"auxiliaryFiles": [
|
|
79
|
-
"
|
|
104
|
+
"204.js.map"
|
|
80
105
|
],
|
|
81
|
-
"hash": "
|
|
106
|
+
"hash": "2485dd6d068d87a5",
|
|
82
107
|
"childrenByOrder": {}
|
|
83
108
|
},
|
|
84
109
|
{
|
|
@@ -86,26 +111,65 @@
|
|
|
86
111
|
"initial": false,
|
|
87
112
|
"entry": false,
|
|
88
113
|
"recorded": false,
|
|
89
|
-
"
|
|
90
|
-
"size": 4881411,
|
|
114
|
+
"size": 3085,
|
|
91
115
|
"sizes": {
|
|
92
|
-
"javascript":
|
|
116
|
+
"javascript": 3085
|
|
93
117
|
},
|
|
94
118
|
"names": [],
|
|
95
|
-
"idHints": [
|
|
96
|
-
|
|
119
|
+
"idHints": [],
|
|
120
|
+
"runtime": [
|
|
121
|
+
"@openmrs/esm-dispensing-app",
|
|
122
|
+
"main"
|
|
123
|
+
],
|
|
124
|
+
"files": [
|
|
125
|
+
"236.js"
|
|
97
126
|
],
|
|
127
|
+
"auxiliaryFiles": [],
|
|
128
|
+
"hash": "91a3732807e9f27b",
|
|
129
|
+
"childrenByOrder": {}
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"rendered": true,
|
|
133
|
+
"initial": false,
|
|
134
|
+
"entry": false,
|
|
135
|
+
"recorded": false,
|
|
136
|
+
"size": 3085,
|
|
137
|
+
"sizes": {
|
|
138
|
+
"javascript": 3085
|
|
139
|
+
},
|
|
140
|
+
"names": [],
|
|
141
|
+
"idHints": [],
|
|
98
142
|
"runtime": [
|
|
99
143
|
"@openmrs/esm-dispensing-app",
|
|
100
144
|
"main"
|
|
101
145
|
],
|
|
102
146
|
"files": [
|
|
103
|
-
"
|
|
147
|
+
"240.js"
|
|
104
148
|
],
|
|
105
|
-
"auxiliaryFiles": [
|
|
106
|
-
|
|
149
|
+
"auxiliaryFiles": [],
|
|
150
|
+
"hash": "2afc127683147fe3",
|
|
151
|
+
"childrenByOrder": {}
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"rendered": true,
|
|
155
|
+
"initial": false,
|
|
156
|
+
"entry": false,
|
|
157
|
+
"recorded": false,
|
|
158
|
+
"size": 3085,
|
|
159
|
+
"sizes": {
|
|
160
|
+
"javascript": 3085
|
|
161
|
+
},
|
|
162
|
+
"names": [],
|
|
163
|
+
"idHints": [],
|
|
164
|
+
"runtime": [
|
|
165
|
+
"@openmrs/esm-dispensing-app",
|
|
166
|
+
"main"
|
|
167
|
+
],
|
|
168
|
+
"files": [
|
|
169
|
+
"261.js"
|
|
107
170
|
],
|
|
108
|
-
"
|
|
171
|
+
"auxiliaryFiles": [],
|
|
172
|
+
"hash": "f96c5159dca71e7b",
|
|
109
173
|
"childrenByOrder": {}
|
|
110
174
|
},
|
|
111
175
|
{
|
|
@@ -113,9 +177,9 @@
|
|
|
113
177
|
"initial": false,
|
|
114
178
|
"entry": false,
|
|
115
179
|
"recorded": false,
|
|
116
|
-
"size":
|
|
180
|
+
"size": 3085,
|
|
117
181
|
"sizes": {
|
|
118
|
-
"javascript":
|
|
182
|
+
"javascript": 3085
|
|
119
183
|
},
|
|
120
184
|
"names": [],
|
|
121
185
|
"idHints": [],
|
|
@@ -127,7 +191,29 @@
|
|
|
127
191
|
"271.js"
|
|
128
192
|
],
|
|
129
193
|
"auxiliaryFiles": [],
|
|
130
|
-
"hash": "
|
|
194
|
+
"hash": "58f3b85e5e22703e",
|
|
195
|
+
"childrenByOrder": {}
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"rendered": true,
|
|
199
|
+
"initial": false,
|
|
200
|
+
"entry": false,
|
|
201
|
+
"recorded": false,
|
|
202
|
+
"size": 3106,
|
|
203
|
+
"sizes": {
|
|
204
|
+
"javascript": 3106
|
|
205
|
+
},
|
|
206
|
+
"names": [],
|
|
207
|
+
"idHints": [],
|
|
208
|
+
"runtime": [
|
|
209
|
+
"@openmrs/esm-dispensing-app",
|
|
210
|
+
"main"
|
|
211
|
+
],
|
|
212
|
+
"files": [
|
|
213
|
+
"272.js"
|
|
214
|
+
],
|
|
215
|
+
"auxiliaryFiles": [],
|
|
216
|
+
"hash": "958eeeb291430baa",
|
|
131
217
|
"childrenByOrder": {}
|
|
132
218
|
},
|
|
133
219
|
{
|
|
@@ -154,6 +240,94 @@
|
|
|
154
240
|
"hash": "a3d76aa490fd5564",
|
|
155
241
|
"childrenByOrder": {}
|
|
156
242
|
},
|
|
243
|
+
{
|
|
244
|
+
"rendered": true,
|
|
245
|
+
"initial": false,
|
|
246
|
+
"entry": false,
|
|
247
|
+
"recorded": false,
|
|
248
|
+
"size": 3085,
|
|
249
|
+
"sizes": {
|
|
250
|
+
"javascript": 3085
|
|
251
|
+
},
|
|
252
|
+
"names": [],
|
|
253
|
+
"idHints": [],
|
|
254
|
+
"runtime": [
|
|
255
|
+
"@openmrs/esm-dispensing-app",
|
|
256
|
+
"main"
|
|
257
|
+
],
|
|
258
|
+
"files": [
|
|
259
|
+
"319.js"
|
|
260
|
+
],
|
|
261
|
+
"auxiliaryFiles": [],
|
|
262
|
+
"hash": "53d2b8aaddff8090",
|
|
263
|
+
"childrenByOrder": {}
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"rendered": true,
|
|
267
|
+
"initial": false,
|
|
268
|
+
"entry": false,
|
|
269
|
+
"recorded": false,
|
|
270
|
+
"size": 3085,
|
|
271
|
+
"sizes": {
|
|
272
|
+
"javascript": 3085
|
|
273
|
+
},
|
|
274
|
+
"names": [],
|
|
275
|
+
"idHints": [],
|
|
276
|
+
"runtime": [
|
|
277
|
+
"@openmrs/esm-dispensing-app",
|
|
278
|
+
"main"
|
|
279
|
+
],
|
|
280
|
+
"files": [
|
|
281
|
+
"336.js"
|
|
282
|
+
],
|
|
283
|
+
"auxiliaryFiles": [],
|
|
284
|
+
"hash": "ee7a14d95b64a230",
|
|
285
|
+
"childrenByOrder": {}
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"rendered": true,
|
|
289
|
+
"initial": false,
|
|
290
|
+
"entry": false,
|
|
291
|
+
"recorded": false,
|
|
292
|
+
"size": 3085,
|
|
293
|
+
"sizes": {
|
|
294
|
+
"javascript": 3085
|
|
295
|
+
},
|
|
296
|
+
"names": [],
|
|
297
|
+
"idHints": [],
|
|
298
|
+
"runtime": [
|
|
299
|
+
"@openmrs/esm-dispensing-app",
|
|
300
|
+
"main"
|
|
301
|
+
],
|
|
302
|
+
"files": [
|
|
303
|
+
"378.js"
|
|
304
|
+
],
|
|
305
|
+
"auxiliaryFiles": [],
|
|
306
|
+
"hash": "6a288c0f028d95ae",
|
|
307
|
+
"childrenByOrder": {}
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"rendered": true,
|
|
311
|
+
"initial": false,
|
|
312
|
+
"entry": false,
|
|
313
|
+
"recorded": false,
|
|
314
|
+
"size": 3085,
|
|
315
|
+
"sizes": {
|
|
316
|
+
"javascript": 3085
|
|
317
|
+
},
|
|
318
|
+
"names": [],
|
|
319
|
+
"idHints": [],
|
|
320
|
+
"runtime": [
|
|
321
|
+
"@openmrs/esm-dispensing-app",
|
|
322
|
+
"main"
|
|
323
|
+
],
|
|
324
|
+
"files": [
|
|
325
|
+
"460.js"
|
|
326
|
+
],
|
|
327
|
+
"auxiliaryFiles": [],
|
|
328
|
+
"hash": "aec8f4e5742e7b0b",
|
|
329
|
+
"childrenByOrder": {}
|
|
330
|
+
},
|
|
157
331
|
{
|
|
158
332
|
"rendered": true,
|
|
159
333
|
"initial": false,
|
|
@@ -183,9 +357,57 @@
|
|
|
183
357
|
"initial": false,
|
|
184
358
|
"entry": false,
|
|
185
359
|
"recorded": false,
|
|
186
|
-
"
|
|
360
|
+
"reason": "split chunk (cache group: defaultVendors)",
|
|
361
|
+
"size": 2532848,
|
|
362
|
+
"sizes": {
|
|
363
|
+
"javascript": 2532848
|
|
364
|
+
},
|
|
365
|
+
"names": [],
|
|
366
|
+
"idHints": [
|
|
367
|
+
"vendors"
|
|
368
|
+
],
|
|
369
|
+
"runtime": [
|
|
370
|
+
"@openmrs/esm-dispensing-app"
|
|
371
|
+
],
|
|
372
|
+
"files": [
|
|
373
|
+
"524.js"
|
|
374
|
+
],
|
|
375
|
+
"auxiliaryFiles": [
|
|
376
|
+
"524.js.map"
|
|
377
|
+
],
|
|
378
|
+
"hash": "9e3b6831c4416f39",
|
|
379
|
+
"childrenByOrder": {}
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"rendered": true,
|
|
383
|
+
"initial": false,
|
|
384
|
+
"entry": false,
|
|
385
|
+
"recorded": false,
|
|
386
|
+
"size": 3085,
|
|
187
387
|
"sizes": {
|
|
188
|
-
"javascript":
|
|
388
|
+
"javascript": 3085
|
|
389
|
+
},
|
|
390
|
+
"names": [],
|
|
391
|
+
"idHints": [],
|
|
392
|
+
"runtime": [
|
|
393
|
+
"@openmrs/esm-dispensing-app",
|
|
394
|
+
"main"
|
|
395
|
+
],
|
|
396
|
+
"files": [
|
|
397
|
+
"539.js"
|
|
398
|
+
],
|
|
399
|
+
"auxiliaryFiles": [],
|
|
400
|
+
"hash": "d94866a8de63a32a",
|
|
401
|
+
"childrenByOrder": {}
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"rendered": true,
|
|
405
|
+
"initial": false,
|
|
406
|
+
"entry": false,
|
|
407
|
+
"recorded": false,
|
|
408
|
+
"size": 3306,
|
|
409
|
+
"sizes": {
|
|
410
|
+
"javascript": 3306
|
|
189
411
|
},
|
|
190
412
|
"names": [],
|
|
191
413
|
"idHints": [],
|
|
@@ -197,7 +419,99 @@
|
|
|
197
419
|
"574.js"
|
|
198
420
|
],
|
|
199
421
|
"auxiliaryFiles": [],
|
|
200
|
-
"hash": "
|
|
422
|
+
"hash": "e5cc90911d3689f5",
|
|
423
|
+
"childrenByOrder": {}
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"rendered": true,
|
|
427
|
+
"initial": false,
|
|
428
|
+
"entry": false,
|
|
429
|
+
"recorded": false,
|
|
430
|
+
"size": 111633,
|
|
431
|
+
"sizes": {
|
|
432
|
+
"javascript": 111633
|
|
433
|
+
},
|
|
434
|
+
"names": [],
|
|
435
|
+
"idHints": [],
|
|
436
|
+
"runtime": [
|
|
437
|
+
"@openmrs/esm-dispensing-app",
|
|
438
|
+
"main"
|
|
439
|
+
],
|
|
440
|
+
"files": [
|
|
441
|
+
"626.js"
|
|
442
|
+
],
|
|
443
|
+
"auxiliaryFiles": [
|
|
444
|
+
"626.js.map"
|
|
445
|
+
],
|
|
446
|
+
"hash": "3fa09375b48df0b6",
|
|
447
|
+
"childrenByOrder": {}
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"rendered": true,
|
|
451
|
+
"initial": false,
|
|
452
|
+
"entry": false,
|
|
453
|
+
"recorded": false,
|
|
454
|
+
"size": 12840,
|
|
455
|
+
"sizes": {
|
|
456
|
+
"javascript": 12840
|
|
457
|
+
},
|
|
458
|
+
"names": [],
|
|
459
|
+
"idHints": [],
|
|
460
|
+
"runtime": [
|
|
461
|
+
"@openmrs/esm-dispensing-app",
|
|
462
|
+
"main"
|
|
463
|
+
],
|
|
464
|
+
"files": [
|
|
465
|
+
"637.js"
|
|
466
|
+
],
|
|
467
|
+
"auxiliaryFiles": [
|
|
468
|
+
"637.js.map"
|
|
469
|
+
],
|
|
470
|
+
"hash": "f3933794a619d355",
|
|
471
|
+
"childrenByOrder": {}
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"rendered": true,
|
|
475
|
+
"initial": false,
|
|
476
|
+
"entry": false,
|
|
477
|
+
"recorded": false,
|
|
478
|
+
"size": 3085,
|
|
479
|
+
"sizes": {
|
|
480
|
+
"javascript": 3085
|
|
481
|
+
},
|
|
482
|
+
"names": [],
|
|
483
|
+
"idHints": [],
|
|
484
|
+
"runtime": [
|
|
485
|
+
"@openmrs/esm-dispensing-app",
|
|
486
|
+
"main"
|
|
487
|
+
],
|
|
488
|
+
"files": [
|
|
489
|
+
"644.js"
|
|
490
|
+
],
|
|
491
|
+
"auxiliaryFiles": [],
|
|
492
|
+
"hash": "53116f49c729c252",
|
|
493
|
+
"childrenByOrder": {}
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"rendered": true,
|
|
497
|
+
"initial": false,
|
|
498
|
+
"entry": false,
|
|
499
|
+
"recorded": false,
|
|
500
|
+
"size": 3085,
|
|
501
|
+
"sizes": {
|
|
502
|
+
"javascript": 3085
|
|
503
|
+
},
|
|
504
|
+
"names": [],
|
|
505
|
+
"idHints": [],
|
|
506
|
+
"runtime": [
|
|
507
|
+
"@openmrs/esm-dispensing-app",
|
|
508
|
+
"main"
|
|
509
|
+
],
|
|
510
|
+
"files": [
|
|
511
|
+
"652.js"
|
|
512
|
+
],
|
|
513
|
+
"auxiliaryFiles": [],
|
|
514
|
+
"hash": "4e562cafa0f48e8c",
|
|
201
515
|
"childrenByOrder": {}
|
|
202
516
|
},
|
|
203
517
|
{
|
|
@@ -221,6 +535,138 @@
|
|
|
221
535
|
"hash": "98eb56b0f443991b",
|
|
222
536
|
"childrenByOrder": {}
|
|
223
537
|
},
|
|
538
|
+
{
|
|
539
|
+
"rendered": true,
|
|
540
|
+
"initial": false,
|
|
541
|
+
"entry": false,
|
|
542
|
+
"recorded": false,
|
|
543
|
+
"size": 3085,
|
|
544
|
+
"sizes": {
|
|
545
|
+
"javascript": 3085
|
|
546
|
+
},
|
|
547
|
+
"names": [],
|
|
548
|
+
"idHints": [],
|
|
549
|
+
"runtime": [
|
|
550
|
+
"@openmrs/esm-dispensing-app",
|
|
551
|
+
"main"
|
|
552
|
+
],
|
|
553
|
+
"files": [
|
|
554
|
+
"673.js"
|
|
555
|
+
],
|
|
556
|
+
"auxiliaryFiles": [],
|
|
557
|
+
"hash": "8fbd29e9cd097697",
|
|
558
|
+
"childrenByOrder": {}
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"rendered": true,
|
|
562
|
+
"initial": false,
|
|
563
|
+
"entry": false,
|
|
564
|
+
"recorded": false,
|
|
565
|
+
"size": 3085,
|
|
566
|
+
"sizes": {
|
|
567
|
+
"javascript": 3085
|
|
568
|
+
},
|
|
569
|
+
"names": [],
|
|
570
|
+
"idHints": [],
|
|
571
|
+
"runtime": [
|
|
572
|
+
"@openmrs/esm-dispensing-app",
|
|
573
|
+
"main"
|
|
574
|
+
],
|
|
575
|
+
"files": [
|
|
576
|
+
"705.js"
|
|
577
|
+
],
|
|
578
|
+
"auxiliaryFiles": [],
|
|
579
|
+
"hash": "05cf7db5b5c9f927",
|
|
580
|
+
"childrenByOrder": {}
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"rendered": true,
|
|
584
|
+
"initial": false,
|
|
585
|
+
"entry": false,
|
|
586
|
+
"recorded": false,
|
|
587
|
+
"size": 3085,
|
|
588
|
+
"sizes": {
|
|
589
|
+
"javascript": 3085
|
|
590
|
+
},
|
|
591
|
+
"names": [],
|
|
592
|
+
"idHints": [],
|
|
593
|
+
"runtime": [
|
|
594
|
+
"@openmrs/esm-dispensing-app",
|
|
595
|
+
"main"
|
|
596
|
+
],
|
|
597
|
+
"files": [
|
|
598
|
+
"711.js"
|
|
599
|
+
],
|
|
600
|
+
"auxiliaryFiles": [],
|
|
601
|
+
"hash": "363ed1a1427a4ddf",
|
|
602
|
+
"childrenByOrder": {}
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"rendered": true,
|
|
606
|
+
"initial": false,
|
|
607
|
+
"entry": false,
|
|
608
|
+
"recorded": false,
|
|
609
|
+
"size": 3085,
|
|
610
|
+
"sizes": {
|
|
611
|
+
"javascript": 3085
|
|
612
|
+
},
|
|
613
|
+
"names": [],
|
|
614
|
+
"idHints": [],
|
|
615
|
+
"runtime": [
|
|
616
|
+
"@openmrs/esm-dispensing-app",
|
|
617
|
+
"main"
|
|
618
|
+
],
|
|
619
|
+
"files": [
|
|
620
|
+
"727.js"
|
|
621
|
+
],
|
|
622
|
+
"auxiliaryFiles": [],
|
|
623
|
+
"hash": "f971701fc7063a80",
|
|
624
|
+
"childrenByOrder": {}
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"rendered": true,
|
|
628
|
+
"initial": false,
|
|
629
|
+
"entry": false,
|
|
630
|
+
"recorded": false,
|
|
631
|
+
"size": 3085,
|
|
632
|
+
"sizes": {
|
|
633
|
+
"javascript": 3085
|
|
634
|
+
},
|
|
635
|
+
"names": [],
|
|
636
|
+
"idHints": [],
|
|
637
|
+
"runtime": [
|
|
638
|
+
"@openmrs/esm-dispensing-app",
|
|
639
|
+
"main"
|
|
640
|
+
],
|
|
641
|
+
"files": [
|
|
642
|
+
"737.js"
|
|
643
|
+
],
|
|
644
|
+
"auxiliaryFiles": [],
|
|
645
|
+
"hash": "10837bca1fb0c7bc",
|
|
646
|
+
"childrenByOrder": {}
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"rendered": true,
|
|
650
|
+
"initial": false,
|
|
651
|
+
"entry": false,
|
|
652
|
+
"recorded": false,
|
|
653
|
+
"size": 3085,
|
|
654
|
+
"sizes": {
|
|
655
|
+
"javascript": 3085
|
|
656
|
+
},
|
|
657
|
+
"names": [],
|
|
658
|
+
"idHints": [],
|
|
659
|
+
"runtime": [
|
|
660
|
+
"@openmrs/esm-dispensing-app",
|
|
661
|
+
"main"
|
|
662
|
+
],
|
|
663
|
+
"files": [
|
|
664
|
+
"744.js"
|
|
665
|
+
],
|
|
666
|
+
"auxiliaryFiles": [],
|
|
667
|
+
"hash": "b83308f116abf68f",
|
|
668
|
+
"childrenByOrder": {}
|
|
669
|
+
},
|
|
224
670
|
{
|
|
225
671
|
"rendered": true,
|
|
226
672
|
"initial": false,
|
|
@@ -250,9 +696,9 @@
|
|
|
250
696
|
"initial": false,
|
|
251
697
|
"entry": false,
|
|
252
698
|
"recorded": false,
|
|
253
|
-
"size":
|
|
699
|
+
"size": 3085,
|
|
254
700
|
"sizes": {
|
|
255
|
-
"javascript":
|
|
701
|
+
"javascript": 3085
|
|
256
702
|
},
|
|
257
703
|
"names": [],
|
|
258
704
|
"idHints": [],
|
|
@@ -264,7 +710,29 @@
|
|
|
264
710
|
"757.js"
|
|
265
711
|
],
|
|
266
712
|
"auxiliaryFiles": [],
|
|
267
|
-
"hash": "
|
|
713
|
+
"hash": "05d8716990a0430a",
|
|
714
|
+
"childrenByOrder": {}
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"rendered": true,
|
|
718
|
+
"initial": false,
|
|
719
|
+
"entry": false,
|
|
720
|
+
"recorded": false,
|
|
721
|
+
"size": 3085,
|
|
722
|
+
"sizes": {
|
|
723
|
+
"javascript": 3085
|
|
724
|
+
},
|
|
725
|
+
"names": [],
|
|
726
|
+
"idHints": [],
|
|
727
|
+
"runtime": [
|
|
728
|
+
"@openmrs/esm-dispensing-app",
|
|
729
|
+
"main"
|
|
730
|
+
],
|
|
731
|
+
"files": [
|
|
732
|
+
"788.js"
|
|
733
|
+
],
|
|
734
|
+
"auxiliaryFiles": [],
|
|
735
|
+
"hash": "153851ec2fc6efec",
|
|
268
736
|
"childrenByOrder": {}
|
|
269
737
|
},
|
|
270
738
|
{
|
|
@@ -296,23 +764,43 @@
|
|
|
296
764
|
"initial": false,
|
|
297
765
|
"entry": false,
|
|
298
766
|
"recorded": false,
|
|
299
|
-
"size":
|
|
767
|
+
"size": 3085,
|
|
300
768
|
"sizes": {
|
|
301
|
-
"javascript":
|
|
302
|
-
"consume-shared": 210
|
|
769
|
+
"javascript": 3085
|
|
303
770
|
},
|
|
304
771
|
"names": [],
|
|
305
772
|
"idHints": [],
|
|
306
773
|
"runtime": [
|
|
307
|
-
"@openmrs/esm-dispensing-app"
|
|
774
|
+
"@openmrs/esm-dispensing-app",
|
|
775
|
+
"main"
|
|
308
776
|
],
|
|
309
777
|
"files": [
|
|
310
|
-
"
|
|
778
|
+
"807.js"
|
|
311
779
|
],
|
|
312
|
-
"auxiliaryFiles": [
|
|
313
|
-
|
|
780
|
+
"auxiliaryFiles": [],
|
|
781
|
+
"hash": "93b01c14162a01b8",
|
|
782
|
+
"childrenByOrder": {}
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"rendered": true,
|
|
786
|
+
"initial": false,
|
|
787
|
+
"entry": false,
|
|
788
|
+
"recorded": false,
|
|
789
|
+
"size": 3062,
|
|
790
|
+
"sizes": {
|
|
791
|
+
"javascript": 3062
|
|
792
|
+
},
|
|
793
|
+
"names": [],
|
|
794
|
+
"idHints": [],
|
|
795
|
+
"runtime": [
|
|
796
|
+
"@openmrs/esm-dispensing-app",
|
|
797
|
+
"main"
|
|
314
798
|
],
|
|
315
|
-
"
|
|
799
|
+
"files": [
|
|
800
|
+
"833.js"
|
|
801
|
+
],
|
|
802
|
+
"auxiliaryFiles": [],
|
|
803
|
+
"hash": "4f9cf76b4e65430d",
|
|
316
804
|
"childrenByOrder": {}
|
|
317
805
|
},
|
|
318
806
|
{
|
|
@@ -339,6 +827,77 @@
|
|
|
339
827
|
"hash": "dfac50d487a301ef",
|
|
340
828
|
"childrenByOrder": {}
|
|
341
829
|
},
|
|
830
|
+
{
|
|
831
|
+
"rendered": true,
|
|
832
|
+
"initial": false,
|
|
833
|
+
"entry": false,
|
|
834
|
+
"recorded": false,
|
|
835
|
+
"size": 305815,
|
|
836
|
+
"sizes": {
|
|
837
|
+
"javascript": 305605,
|
|
838
|
+
"consume-shared": 210
|
|
839
|
+
},
|
|
840
|
+
"names": [],
|
|
841
|
+
"idHints": [],
|
|
842
|
+
"runtime": [
|
|
843
|
+
"@openmrs/esm-dispensing-app"
|
|
844
|
+
],
|
|
845
|
+
"files": [
|
|
846
|
+
"890.js"
|
|
847
|
+
],
|
|
848
|
+
"auxiliaryFiles": [
|
|
849
|
+
"890.js.map"
|
|
850
|
+
],
|
|
851
|
+
"hash": "e45f705c29abdb1d",
|
|
852
|
+
"childrenByOrder": {}
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"rendered": true,
|
|
856
|
+
"initial": false,
|
|
857
|
+
"entry": false,
|
|
858
|
+
"recorded": false,
|
|
859
|
+
"size": 3085,
|
|
860
|
+
"sizes": {
|
|
861
|
+
"javascript": 3085
|
|
862
|
+
},
|
|
863
|
+
"names": [],
|
|
864
|
+
"idHints": [],
|
|
865
|
+
"runtime": [
|
|
866
|
+
"@openmrs/esm-dispensing-app",
|
|
867
|
+
"main"
|
|
868
|
+
],
|
|
869
|
+
"files": [
|
|
870
|
+
"899.js"
|
|
871
|
+
],
|
|
872
|
+
"auxiliaryFiles": [],
|
|
873
|
+
"hash": "2ffa6491c326ae10",
|
|
874
|
+
"childrenByOrder": {}
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
"rendered": true,
|
|
878
|
+
"initial": false,
|
|
879
|
+
"entry": false,
|
|
880
|
+
"recorded": false,
|
|
881
|
+
"reason": "split chunk (cache group: default)",
|
|
882
|
+
"size": 39194,
|
|
883
|
+
"sizes": {
|
|
884
|
+
"javascript": 39194
|
|
885
|
+
},
|
|
886
|
+
"names": [],
|
|
887
|
+
"idHints": [],
|
|
888
|
+
"runtime": [
|
|
889
|
+
"@openmrs/esm-dispensing-app",
|
|
890
|
+
"main"
|
|
891
|
+
],
|
|
892
|
+
"files": [
|
|
893
|
+
"905.js"
|
|
894
|
+
],
|
|
895
|
+
"auxiliaryFiles": [
|
|
896
|
+
"905.js.map"
|
|
897
|
+
],
|
|
898
|
+
"hash": "b5e32045ea63dce3",
|
|
899
|
+
"childrenByOrder": {}
|
|
900
|
+
},
|
|
342
901
|
{
|
|
343
902
|
"rendered": true,
|
|
344
903
|
"initial": false,
|
|
@@ -390,7 +949,7 @@
|
|
|
390
949
|
"auxiliaryFiles": [
|
|
391
950
|
"openmrs-esm-dispensing-app.js.map"
|
|
392
951
|
],
|
|
393
|
-
"hash": "
|
|
952
|
+
"hash": "cb719901b79f5066",
|
|
394
953
|
"childrenByOrder": {}
|
|
395
954
|
}
|
|
396
955
|
]
|