@openmrs/esm-patient-chart-app 11.3.1-pre.9294 → 11.3.1-pre.9304
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/.turbo/turbo-build.log +9 -9
- package/dist/1119.js +1 -1
- package/dist/1197.js +1 -1
- package/dist/2146.js +1 -1
- package/dist/2690.js +1 -1
- package/dist/276.js +1 -1
- package/dist/276.js.map +1 -1
- package/dist/2761.js +1 -1
- package/dist/2761.js.map +1 -1
- package/dist/2859.js +1 -1
- package/dist/2859.js.map +1 -1
- package/dist/3099.js +1 -1
- package/dist/3119.js +1 -1
- package/dist/3119.js.map +1 -1
- package/dist/3584.js +1 -1
- 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/4727.js +1 -1
- package/dist/4727.js.map +1 -1
- package/dist/4944.js +1 -1
- package/dist/5048.js +1 -1
- package/dist/5048.js.map +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/6568.js +1 -0
- package/dist/6568.js.map +1 -0
- package/dist/6679.js +1 -1
- package/dist/6840.js +1 -1
- package/dist/6859.js +1 -1
- package/dist/7097.js +1 -1
- package/dist/7159.js +1 -1
- package/dist/723.js +1 -1
- package/dist/7617.js +1 -1
- package/dist/795.js +1 -1
- package/dist/8163.js +1 -1
- package/dist/8260.js +1 -0
- package/dist/8260.js.map +1 -0
- package/dist/8349.js +1 -1
- package/dist/8454.js +1 -1
- package/dist/8454.js.map +1 -1
- package/dist/8618.js +1 -1
- package/dist/890.js +1 -1
- package/dist/9214.js +1 -1
- package/dist/9329.js +1 -0
- package/dist/9329.js.map +1 -0
- package/dist/9538.js +1 -1
- package/dist/9569.js +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-patient-chart-app.js +1 -1
- package/dist/openmrs-esm-patient-chart-app.js.buildmanifest.json +214 -214
- package/dist/openmrs-esm-patient-chart-app.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +2 -2
- package/src/actions-buttons/delete-visit.component.tsx +8 -3
- package/src/actions-buttons/stop-visit.component.tsx +1 -1
- package/src/clinical-views/encounter-list/{encounter-list-tabs.component.tsx → encounter-list-tabs.extension.tsx} +10 -6
- package/src/index.ts +4 -4
- package/src/mark-patient-deceased/mark-patient-deceased-form.test.tsx +2 -0
- package/src/patient-banner-tags/{visit-attribute-tags.component.tsx → visit-attribute-tags.extension.tsx} +6 -4
- package/src/patient-chart/patient-chart.component.tsx +39 -65
- package/src/patient-chart/patient-chart.resources.ts +108 -0
- package/src/visit/hooks/useDeleteVisit.test.tsx +39 -42
- package/src/visit/hooks/useDeleteVisit.tsx +33 -17
- package/src/visit/visit-form/visit-form.test.tsx +3 -9
- package/src/visit/visit-form/visit-form.workspace.tsx +17 -7
- package/src/visit/visit-prompt/delete-visit-dialog.component.tsx +10 -4
- package/src/visit/visit-prompt/delete-visit-dialog.test.tsx +20 -2
- package/src/visit/visit-prompt/end-visit-dialog.component.tsx +7 -1
- package/src/visit/visit-prompt/end-visit-dialog.test.tsx +19 -0
- package/src/visit/visits-widget/active-visit-buttons/active-visit-buttons.tsx +7 -6
- package/src/visit/visits-widget/{current-visit-summary.component.tsx → current-visit-summary.extension.tsx} +13 -20
- package/src/visit/visits-widget/current-visit-summary.test.tsx +45 -25
- package/src/visit/visits-widget/past-visits-components/encounters-table/encounters-table.component.tsx +4 -3
- package/src/visit/visits-widget/past-visits-components/encounters-table/encounters-table.resource.ts +0 -1
- package/src/visit/visits-widget/visit-context/retrospective-data-date-time-picker/retrospective-date-time-picker.component.tsx +6 -8
- package/src/visit/visits-widget/visit-context/{visit-context-header.component.tsx → visit-context-header.extension.tsx} +17 -15
- package/src/visit/visits-widget/visit-context/visit-context-header.test.tsx +35 -29
- package/src/visit/visits-widget/visit-context/visit-context-switcher.modal.tsx +13 -11
- package/src/visit/visits-widget/visit-context/visit-context-switcher.test.tsx +50 -30
- package/src/visit/visits-widget/visit.resource.tsx +1 -1
- package/translations/am.json +1 -3
- package/translations/ar.json +1 -3
- package/translations/ar_SY.json +1 -3
- package/translations/bn.json +1 -3
- package/translations/de.json +1 -3
- package/translations/en.json +1 -3
- package/translations/en_US.json +1 -3
- package/translations/es.json +1 -3
- package/translations/es_MX.json +1 -3
- package/translations/fr.json +1 -3
- package/translations/he.json +1 -3
- package/translations/hi.json +1 -3
- package/translations/hi_IN.json +1 -3
- package/translations/id.json +1 -3
- package/translations/it.json +1 -3
- package/translations/ka.json +1 -3
- package/translations/km.json +1 -3
- package/translations/ku.json +1 -3
- package/translations/ky.json +1 -3
- package/translations/lg.json +1 -3
- package/translations/ne.json +1 -3
- package/translations/pl.json +1 -3
- package/translations/pt.json +1 -3
- package/translations/pt_BR.json +1 -3
- package/translations/qu.json +1 -3
- package/translations/ro_RO.json +1 -3
- package/translations/ru_RU.json +1 -3
- package/translations/si.json +1 -3
- package/translations/sw.json +1 -3
- package/translations/sw_KE.json +1 -3
- package/translations/tr.json +1 -3
- package/translations/tr_TR.json +1 -3
- package/translations/uk.json +1 -3
- package/translations/uz.json +1 -3
- package/translations/uz@Latn.json +1 -3
- package/translations/uz_UZ.json +1 -3
- package/translations/vi.json +1 -3
- package/translations/zh.json +1 -3
- package/translations/zh_CN.json +1 -3
- package/dist/2442.js +0 -1
- package/dist/2442.js.map +0 -1
- package/dist/3042.js +0 -1
- package/dist/3042.js.map +0 -1
- package/dist/4713.js +0 -1
- package/dist/4713.js.map +0 -1
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"initial": false,
|
|
57
57
|
"entry": false,
|
|
58
58
|
"recorded": false,
|
|
59
|
-
"size":
|
|
59
|
+
"size": 33030,
|
|
60
60
|
"sizes": {
|
|
61
|
-
"javascript":
|
|
61
|
+
"javascript": 33030
|
|
62
62
|
},
|
|
63
63
|
"names": [],
|
|
64
64
|
"idHints": [],
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"auxiliaryFiles": [
|
|
73
73
|
"276.js.map"
|
|
74
74
|
],
|
|
75
|
-
"hash": "
|
|
75
|
+
"hash": "f2a52cbb93ff7837",
|
|
76
76
|
"childrenByOrder": {}
|
|
77
77
|
},
|
|
78
78
|
{
|
|
@@ -80,9 +80,9 @@
|
|
|
80
80
|
"initial": false,
|
|
81
81
|
"entry": false,
|
|
82
82
|
"recorded": false,
|
|
83
|
-
"size":
|
|
83
|
+
"size": 8272,
|
|
84
84
|
"sizes": {
|
|
85
|
-
"javascript":
|
|
85
|
+
"javascript": 8272
|
|
86
86
|
},
|
|
87
87
|
"names": [],
|
|
88
88
|
"idHints": [],
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"723.js"
|
|
95
95
|
],
|
|
96
96
|
"auxiliaryFiles": [],
|
|
97
|
-
"hash": "
|
|
97
|
+
"hash": "2ca6f69576222c50",
|
|
98
98
|
"childrenByOrder": {}
|
|
99
99
|
},
|
|
100
100
|
{
|
|
@@ -102,9 +102,9 @@
|
|
|
102
102
|
"initial": false,
|
|
103
103
|
"entry": false,
|
|
104
104
|
"recorded": false,
|
|
105
|
-
"size":
|
|
105
|
+
"size": 8749,
|
|
106
106
|
"sizes": {
|
|
107
|
-
"javascript":
|
|
107
|
+
"javascript": 8749
|
|
108
108
|
},
|
|
109
109
|
"names": [],
|
|
110
110
|
"idHints": [],
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"795.js"
|
|
117
117
|
],
|
|
118
118
|
"auxiliaryFiles": [],
|
|
119
|
-
"hash": "
|
|
119
|
+
"hash": "7f7bc9e5b00c2daa",
|
|
120
120
|
"childrenByOrder": {}
|
|
121
121
|
},
|
|
122
122
|
{
|
|
@@ -176,9 +176,9 @@
|
|
|
176
176
|
"initial": false,
|
|
177
177
|
"entry": false,
|
|
178
178
|
"recorded": false,
|
|
179
|
-
"size":
|
|
179
|
+
"size": 8272,
|
|
180
180
|
"sizes": {
|
|
181
|
-
"javascript":
|
|
181
|
+
"javascript": 8272
|
|
182
182
|
},
|
|
183
183
|
"names": [],
|
|
184
184
|
"idHints": [],
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
"890.js"
|
|
191
191
|
],
|
|
192
192
|
"auxiliaryFiles": [],
|
|
193
|
-
"hash": "
|
|
193
|
+
"hash": "42b537ec1562bddd",
|
|
194
194
|
"childrenByOrder": {}
|
|
195
195
|
},
|
|
196
196
|
{
|
|
@@ -198,9 +198,9 @@
|
|
|
198
198
|
"initial": false,
|
|
199
199
|
"entry": false,
|
|
200
200
|
"recorded": false,
|
|
201
|
-
"size":
|
|
201
|
+
"size": 8272,
|
|
202
202
|
"sizes": {
|
|
203
|
-
"javascript":
|
|
203
|
+
"javascript": 8272
|
|
204
204
|
},
|
|
205
205
|
"names": [],
|
|
206
206
|
"idHints": [],
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
"986.js"
|
|
213
213
|
],
|
|
214
214
|
"auxiliaryFiles": [],
|
|
215
|
-
"hash": "
|
|
215
|
+
"hash": "adc9840e0686889c",
|
|
216
216
|
"childrenByOrder": {}
|
|
217
217
|
},
|
|
218
218
|
{
|
|
@@ -220,9 +220,9 @@
|
|
|
220
220
|
"initial": false,
|
|
221
221
|
"entry": false,
|
|
222
222
|
"recorded": false,
|
|
223
|
-
"size":
|
|
223
|
+
"size": 8272,
|
|
224
224
|
"sizes": {
|
|
225
|
-
"javascript":
|
|
225
|
+
"javascript": 8272
|
|
226
226
|
},
|
|
227
227
|
"names": [],
|
|
228
228
|
"idHints": [],
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
"1119.js"
|
|
235
235
|
],
|
|
236
236
|
"auxiliaryFiles": [],
|
|
237
|
-
"hash": "
|
|
237
|
+
"hash": "08639ed596cbbc1d",
|
|
238
238
|
"childrenByOrder": {}
|
|
239
239
|
},
|
|
240
240
|
{
|
|
@@ -242,9 +242,9 @@
|
|
|
242
242
|
"initial": false,
|
|
243
243
|
"entry": false,
|
|
244
244
|
"recorded": false,
|
|
245
|
-
"size":
|
|
245
|
+
"size": 8260,
|
|
246
246
|
"sizes": {
|
|
247
|
-
"javascript":
|
|
247
|
+
"javascript": 8260
|
|
248
248
|
},
|
|
249
249
|
"names": [],
|
|
250
250
|
"idHints": [],
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"1197.js"
|
|
257
257
|
],
|
|
258
258
|
"auxiliaryFiles": [],
|
|
259
|
-
"hash": "
|
|
259
|
+
"hash": "152e83e92de743c1",
|
|
260
260
|
"childrenByOrder": {}
|
|
261
261
|
},
|
|
262
262
|
{
|
|
@@ -362,9 +362,9 @@
|
|
|
362
362
|
"initial": false,
|
|
363
363
|
"entry": false,
|
|
364
364
|
"recorded": false,
|
|
365
|
-
"size":
|
|
365
|
+
"size": 8272,
|
|
366
366
|
"sizes": {
|
|
367
|
-
"javascript":
|
|
367
|
+
"javascript": 8272
|
|
368
368
|
},
|
|
369
369
|
"names": [],
|
|
370
370
|
"idHints": [],
|
|
@@ -376,7 +376,7 @@
|
|
|
376
376
|
"2146.js"
|
|
377
377
|
],
|
|
378
378
|
"auxiliaryFiles": [],
|
|
379
|
-
"hash": "
|
|
379
|
+
"hash": "38741f2ec181ffab",
|
|
380
380
|
"childrenByOrder": {}
|
|
381
381
|
},
|
|
382
382
|
{
|
|
@@ -430,30 +430,6 @@
|
|
|
430
430
|
"hash": "2e47838593e315d3",
|
|
431
431
|
"childrenByOrder": {}
|
|
432
432
|
},
|
|
433
|
-
{
|
|
434
|
-
"rendered": true,
|
|
435
|
-
"initial": false,
|
|
436
|
-
"entry": false,
|
|
437
|
-
"recorded": false,
|
|
438
|
-
"size": 452883,
|
|
439
|
-
"sizes": {
|
|
440
|
-
"javascript": 452799,
|
|
441
|
-
"consume-shared": 84
|
|
442
|
-
},
|
|
443
|
-
"names": [],
|
|
444
|
-
"idHints": [],
|
|
445
|
-
"runtime": [
|
|
446
|
-
"@openmrs/esm-patient-chart-app"
|
|
447
|
-
],
|
|
448
|
-
"files": [
|
|
449
|
-
"2442.js"
|
|
450
|
-
],
|
|
451
|
-
"auxiliaryFiles": [
|
|
452
|
-
"2442.js.map"
|
|
453
|
-
],
|
|
454
|
-
"hash": "680a8de61802bcc1",
|
|
455
|
-
"childrenByOrder": {}
|
|
456
|
-
},
|
|
457
433
|
{
|
|
458
434
|
"rendered": true,
|
|
459
435
|
"initial": false,
|
|
@@ -537,9 +513,9 @@
|
|
|
537
513
|
"initial": false,
|
|
538
514
|
"entry": false,
|
|
539
515
|
"recorded": false,
|
|
540
|
-
"size":
|
|
516
|
+
"size": 8814,
|
|
541
517
|
"sizes": {
|
|
542
|
-
"javascript":
|
|
518
|
+
"javascript": 8814
|
|
543
519
|
},
|
|
544
520
|
"names": [],
|
|
545
521
|
"idHints": [],
|
|
@@ -551,7 +527,7 @@
|
|
|
551
527
|
"2690.js"
|
|
552
528
|
],
|
|
553
529
|
"auxiliaryFiles": [],
|
|
554
|
-
"hash": "
|
|
530
|
+
"hash": "eb2eed5a7fed30f6",
|
|
555
531
|
"childrenByOrder": {}
|
|
556
532
|
},
|
|
557
533
|
{
|
|
@@ -559,9 +535,9 @@
|
|
|
559
535
|
"initial": false,
|
|
560
536
|
"entry": false,
|
|
561
537
|
"recorded": false,
|
|
562
|
-
"size":
|
|
538
|
+
"size": 16144,
|
|
563
539
|
"sizes": {
|
|
564
|
-
"javascript":
|
|
540
|
+
"javascript": 16144
|
|
565
541
|
},
|
|
566
542
|
"names": [],
|
|
567
543
|
"idHints": [],
|
|
@@ -575,7 +551,7 @@
|
|
|
575
551
|
"auxiliaryFiles": [
|
|
576
552
|
"2761.js.map"
|
|
577
553
|
],
|
|
578
|
-
"hash": "
|
|
554
|
+
"hash": "a038a14f3e35657d",
|
|
579
555
|
"childrenByOrder": {}
|
|
580
556
|
},
|
|
581
557
|
{
|
|
@@ -583,9 +559,9 @@
|
|
|
583
559
|
"initial": false,
|
|
584
560
|
"entry": false,
|
|
585
561
|
"recorded": false,
|
|
586
|
-
"size":
|
|
562
|
+
"size": 12182,
|
|
587
563
|
"sizes": {
|
|
588
|
-
"javascript":
|
|
564
|
+
"javascript": 12182
|
|
589
565
|
},
|
|
590
566
|
"names": [],
|
|
591
567
|
"idHints": [],
|
|
@@ -599,7 +575,7 @@
|
|
|
599
575
|
"auxiliaryFiles": [
|
|
600
576
|
"2859.js.map"
|
|
601
577
|
],
|
|
602
|
-
"hash": "
|
|
578
|
+
"hash": "10a822f5bced164c",
|
|
603
579
|
"childrenByOrder": {}
|
|
604
580
|
},
|
|
605
581
|
{
|
|
@@ -634,33 +610,9 @@
|
|
|
634
610
|
"initial": false,
|
|
635
611
|
"entry": false,
|
|
636
612
|
"recorded": false,
|
|
637
|
-
"size":
|
|
613
|
+
"size": 9202,
|
|
638
614
|
"sizes": {
|
|
639
|
-
"javascript":
|
|
640
|
-
},
|
|
641
|
-
"names": [],
|
|
642
|
-
"idHints": [],
|
|
643
|
-
"runtime": [
|
|
644
|
-
"@openmrs/esm-patient-chart-app",
|
|
645
|
-
"main"
|
|
646
|
-
],
|
|
647
|
-
"files": [
|
|
648
|
-
"3042.js"
|
|
649
|
-
],
|
|
650
|
-
"auxiliaryFiles": [
|
|
651
|
-
"3042.js.map"
|
|
652
|
-
],
|
|
653
|
-
"hash": "5bcb6cb1d4372de5",
|
|
654
|
-
"childrenByOrder": {}
|
|
655
|
-
},
|
|
656
|
-
{
|
|
657
|
-
"rendered": true,
|
|
658
|
-
"initial": false,
|
|
659
|
-
"entry": false,
|
|
660
|
-
"recorded": false,
|
|
661
|
-
"size": 9314,
|
|
662
|
-
"sizes": {
|
|
663
|
-
"javascript": 9314
|
|
615
|
+
"javascript": 9202
|
|
664
616
|
},
|
|
665
617
|
"names": [],
|
|
666
618
|
"idHints": [],
|
|
@@ -672,7 +624,7 @@
|
|
|
672
624
|
"3099.js"
|
|
673
625
|
],
|
|
674
626
|
"auxiliaryFiles": [],
|
|
675
|
-
"hash": "
|
|
627
|
+
"hash": "a541b84da6935b38",
|
|
676
628
|
"childrenByOrder": {}
|
|
677
629
|
},
|
|
678
630
|
{
|
|
@@ -680,9 +632,9 @@
|
|
|
680
632
|
"initial": false,
|
|
681
633
|
"entry": false,
|
|
682
634
|
"recorded": false,
|
|
683
|
-
"size":
|
|
635
|
+
"size": 10284,
|
|
684
636
|
"sizes": {
|
|
685
|
-
"javascript":
|
|
637
|
+
"javascript": 10284
|
|
686
638
|
},
|
|
687
639
|
"names": [],
|
|
688
640
|
"idHints": [],
|
|
@@ -696,7 +648,7 @@
|
|
|
696
648
|
"auxiliaryFiles": [
|
|
697
649
|
"3119.js.map"
|
|
698
650
|
],
|
|
699
|
-
"hash": "
|
|
651
|
+
"hash": "ae5309e3bb0598bd",
|
|
700
652
|
"childrenByOrder": {}
|
|
701
653
|
},
|
|
702
654
|
{
|
|
@@ -752,9 +704,9 @@
|
|
|
752
704
|
"initial": false,
|
|
753
705
|
"entry": false,
|
|
754
706
|
"recorded": false,
|
|
755
|
-
"size":
|
|
707
|
+
"size": 8272,
|
|
756
708
|
"sizes": {
|
|
757
|
-
"javascript":
|
|
709
|
+
"javascript": 8272
|
|
758
710
|
},
|
|
759
711
|
"names": [],
|
|
760
712
|
"idHints": [],
|
|
@@ -766,7 +718,7 @@
|
|
|
766
718
|
"3584.js"
|
|
767
719
|
],
|
|
768
720
|
"auxiliaryFiles": [],
|
|
769
|
-
"hash": "
|
|
721
|
+
"hash": "9d3731ef5ca9ff2c",
|
|
770
722
|
"childrenByOrder": {}
|
|
771
723
|
},
|
|
772
724
|
{
|
|
@@ -843,9 +795,9 @@
|
|
|
843
795
|
"initial": false,
|
|
844
796
|
"entry": false,
|
|
845
797
|
"recorded": false,
|
|
846
|
-
"size":
|
|
798
|
+
"size": 9482,
|
|
847
799
|
"sizes": {
|
|
848
|
-
"javascript":
|
|
800
|
+
"javascript": 9482
|
|
849
801
|
},
|
|
850
802
|
"names": [],
|
|
851
803
|
"idHints": [],
|
|
@@ -857,7 +809,7 @@
|
|
|
857
809
|
"4055.js"
|
|
858
810
|
],
|
|
859
811
|
"auxiliaryFiles": [],
|
|
860
|
-
"hash": "
|
|
812
|
+
"hash": "8ef9530fc4315b95",
|
|
861
813
|
"childrenByOrder": {}
|
|
862
814
|
},
|
|
863
815
|
{
|
|
@@ -865,9 +817,9 @@
|
|
|
865
817
|
"initial": false,
|
|
866
818
|
"entry": false,
|
|
867
819
|
"recorded": false,
|
|
868
|
-
"size":
|
|
820
|
+
"size": 8133,
|
|
869
821
|
"sizes": {
|
|
870
|
-
"javascript":
|
|
822
|
+
"javascript": 8133
|
|
871
823
|
},
|
|
872
824
|
"names": [],
|
|
873
825
|
"idHints": [],
|
|
@@ -879,7 +831,7 @@
|
|
|
879
831
|
"4132.js"
|
|
880
832
|
],
|
|
881
833
|
"auxiliaryFiles": [],
|
|
882
|
-
"hash": "
|
|
834
|
+
"hash": "2a0406b035517ff6",
|
|
883
835
|
"childrenByOrder": {}
|
|
884
836
|
},
|
|
885
837
|
{
|
|
@@ -887,9 +839,9 @@
|
|
|
887
839
|
"initial": false,
|
|
888
840
|
"entry": false,
|
|
889
841
|
"recorded": false,
|
|
890
|
-
"size":
|
|
842
|
+
"size": 8272,
|
|
891
843
|
"sizes": {
|
|
892
|
-
"javascript":
|
|
844
|
+
"javascript": 8272
|
|
893
845
|
},
|
|
894
846
|
"names": [],
|
|
895
847
|
"idHints": [],
|
|
@@ -901,7 +853,7 @@
|
|
|
901
853
|
"4300.js"
|
|
902
854
|
],
|
|
903
855
|
"auxiliaryFiles": [],
|
|
904
|
-
"hash": "
|
|
856
|
+
"hash": "2b9b3f2ba21ef5b6",
|
|
905
857
|
"childrenByOrder": {}
|
|
906
858
|
},
|
|
907
859
|
{
|
|
@@ -909,9 +861,9 @@
|
|
|
909
861
|
"initial": false,
|
|
910
862
|
"entry": false,
|
|
911
863
|
"recorded": false,
|
|
912
|
-
"size":
|
|
864
|
+
"size": 8749,
|
|
913
865
|
"sizes": {
|
|
914
|
-
"javascript":
|
|
866
|
+
"javascript": 8749
|
|
915
867
|
},
|
|
916
868
|
"names": [],
|
|
917
869
|
"idHints": [],
|
|
@@ -923,7 +875,7 @@
|
|
|
923
875
|
"4335.js"
|
|
924
876
|
],
|
|
925
877
|
"auxiliaryFiles": [],
|
|
926
|
-
"hash": "
|
|
878
|
+
"hash": "5be508ab90a60bf0",
|
|
927
879
|
"childrenByOrder": {}
|
|
928
880
|
},
|
|
929
881
|
{
|
|
@@ -931,9 +883,9 @@
|
|
|
931
883
|
"initial": false,
|
|
932
884
|
"entry": false,
|
|
933
885
|
"recorded": false,
|
|
934
|
-
"size":
|
|
886
|
+
"size": 8272,
|
|
935
887
|
"sizes": {
|
|
936
|
-
"javascript":
|
|
888
|
+
"javascript": 8272
|
|
937
889
|
},
|
|
938
890
|
"names": [],
|
|
939
891
|
"idHints": [],
|
|
@@ -945,7 +897,7 @@
|
|
|
945
897
|
"4618.js"
|
|
946
898
|
],
|
|
947
899
|
"auxiliaryFiles": [],
|
|
948
|
-
"hash": "
|
|
900
|
+
"hash": "89e0f4c948b01db8",
|
|
949
901
|
"childrenByOrder": {}
|
|
950
902
|
},
|
|
951
903
|
{
|
|
@@ -980,9 +932,9 @@
|
|
|
980
932
|
"initial": false,
|
|
981
933
|
"entry": false,
|
|
982
934
|
"recorded": false,
|
|
983
|
-
"size":
|
|
935
|
+
"size": 7931,
|
|
984
936
|
"sizes": {
|
|
985
|
-
"javascript":
|
|
937
|
+
"javascript": 7931
|
|
986
938
|
},
|
|
987
939
|
"names": [],
|
|
988
940
|
"idHints": [],
|
|
@@ -994,31 +946,7 @@
|
|
|
994
946
|
"4652.js"
|
|
995
947
|
],
|
|
996
948
|
"auxiliaryFiles": [],
|
|
997
|
-
"hash": "
|
|
998
|
-
"childrenByOrder": {}
|
|
999
|
-
},
|
|
1000
|
-
{
|
|
1001
|
-
"rendered": true,
|
|
1002
|
-
"initial": false,
|
|
1003
|
-
"entry": false,
|
|
1004
|
-
"recorded": false,
|
|
1005
|
-
"size": 26365,
|
|
1006
|
-
"sizes": {
|
|
1007
|
-
"javascript": 26365
|
|
1008
|
-
},
|
|
1009
|
-
"names": [],
|
|
1010
|
-
"idHints": [],
|
|
1011
|
-
"runtime": [
|
|
1012
|
-
"@openmrs/esm-patient-chart-app",
|
|
1013
|
-
"main"
|
|
1014
|
-
],
|
|
1015
|
-
"files": [
|
|
1016
|
-
"4713.js"
|
|
1017
|
-
],
|
|
1018
|
-
"auxiliaryFiles": [
|
|
1019
|
-
"4713.js.map"
|
|
1020
|
-
],
|
|
1021
|
-
"hash": "f63d1141cedb8c99",
|
|
949
|
+
"hash": "8af17ecc247e8dca",
|
|
1022
950
|
"childrenByOrder": {}
|
|
1023
951
|
},
|
|
1024
952
|
{
|
|
@@ -1050,9 +978,9 @@
|
|
|
1050
978
|
"initial": false,
|
|
1051
979
|
"entry": false,
|
|
1052
980
|
"recorded": false,
|
|
1053
|
-
"size":
|
|
981
|
+
"size": 192655,
|
|
1054
982
|
"sizes": {
|
|
1055
|
-
"javascript":
|
|
983
|
+
"javascript": 192655
|
|
1056
984
|
},
|
|
1057
985
|
"names": [],
|
|
1058
986
|
"idHints": [],
|
|
@@ -1066,7 +994,7 @@
|
|
|
1066
994
|
"auxiliaryFiles": [
|
|
1067
995
|
"4727.js.map"
|
|
1068
996
|
],
|
|
1069
|
-
"hash": "
|
|
997
|
+
"hash": "0f10a2c2cced6fb4",
|
|
1070
998
|
"childrenByOrder": {}
|
|
1071
999
|
},
|
|
1072
1000
|
{
|
|
@@ -1098,9 +1026,9 @@
|
|
|
1098
1026
|
"initial": false,
|
|
1099
1027
|
"entry": false,
|
|
1100
1028
|
"recorded": false,
|
|
1101
|
-
"size":
|
|
1029
|
+
"size": 8272,
|
|
1102
1030
|
"sizes": {
|
|
1103
|
-
"javascript":
|
|
1031
|
+
"javascript": 8272
|
|
1104
1032
|
},
|
|
1105
1033
|
"names": [],
|
|
1106
1034
|
"idHints": [],
|
|
@@ -1112,7 +1040,7 @@
|
|
|
1112
1040
|
"4944.js"
|
|
1113
1041
|
],
|
|
1114
1042
|
"auxiliaryFiles": [],
|
|
1115
|
-
"hash": "
|
|
1043
|
+
"hash": "f1eab9c3fa8d76e0",
|
|
1116
1044
|
"childrenByOrder": {}
|
|
1117
1045
|
},
|
|
1118
1046
|
{
|
|
@@ -1121,9 +1049,9 @@
|
|
|
1121
1049
|
"entry": false,
|
|
1122
1050
|
"recorded": false,
|
|
1123
1051
|
"reason": "reused as split chunk (cache group: default)",
|
|
1124
|
-
"size":
|
|
1052
|
+
"size": 233859,
|
|
1125
1053
|
"sizes": {
|
|
1126
|
-
"javascript":
|
|
1054
|
+
"javascript": 233859
|
|
1127
1055
|
},
|
|
1128
1056
|
"names": [],
|
|
1129
1057
|
"idHints": [],
|
|
@@ -1137,7 +1065,7 @@
|
|
|
1137
1065
|
"auxiliaryFiles": [
|
|
1138
1066
|
"5048.js.map"
|
|
1139
1067
|
],
|
|
1140
|
-
"hash": "
|
|
1068
|
+
"hash": "93cd692cdda62c76",
|
|
1141
1069
|
"childrenByOrder": {}
|
|
1142
1070
|
},
|
|
1143
1071
|
{
|
|
@@ -1145,9 +1073,9 @@
|
|
|
1145
1073
|
"initial": false,
|
|
1146
1074
|
"entry": false,
|
|
1147
1075
|
"recorded": false,
|
|
1148
|
-
"size":
|
|
1076
|
+
"size": 8272,
|
|
1149
1077
|
"sizes": {
|
|
1150
|
-
"javascript":
|
|
1078
|
+
"javascript": 8272
|
|
1151
1079
|
},
|
|
1152
1080
|
"names": [],
|
|
1153
1081
|
"idHints": [],
|
|
@@ -1159,7 +1087,7 @@
|
|
|
1159
1087
|
"5173.js"
|
|
1160
1088
|
],
|
|
1161
1089
|
"auxiliaryFiles": [],
|
|
1162
|
-
"hash": "
|
|
1090
|
+
"hash": "df0bda5cf8bb2be5",
|
|
1163
1091
|
"childrenByOrder": {}
|
|
1164
1092
|
},
|
|
1165
1093
|
{
|
|
@@ -1191,9 +1119,9 @@
|
|
|
1191
1119
|
"initial": false,
|
|
1192
1120
|
"entry": false,
|
|
1193
1121
|
"recorded": false,
|
|
1194
|
-
"size":
|
|
1122
|
+
"size": 8272,
|
|
1195
1123
|
"sizes": {
|
|
1196
|
-
"javascript":
|
|
1124
|
+
"javascript": 8272
|
|
1197
1125
|
},
|
|
1198
1126
|
"names": [],
|
|
1199
1127
|
"idHints": [],
|
|
@@ -1205,7 +1133,7 @@
|
|
|
1205
1133
|
"5241.js"
|
|
1206
1134
|
],
|
|
1207
1135
|
"auxiliaryFiles": [],
|
|
1208
|
-
"hash": "
|
|
1136
|
+
"hash": "5a9261c75b75a31f",
|
|
1209
1137
|
"childrenByOrder": {}
|
|
1210
1138
|
},
|
|
1211
1139
|
{
|
|
@@ -1234,9 +1162,9 @@
|
|
|
1234
1162
|
"initial": false,
|
|
1235
1163
|
"entry": false,
|
|
1236
1164
|
"recorded": false,
|
|
1237
|
-
"size":
|
|
1165
|
+
"size": 8272,
|
|
1238
1166
|
"sizes": {
|
|
1239
|
-
"javascript":
|
|
1167
|
+
"javascript": 8272
|
|
1240
1168
|
},
|
|
1241
1169
|
"names": [],
|
|
1242
1170
|
"idHints": [],
|
|
@@ -1248,7 +1176,7 @@
|
|
|
1248
1176
|
"5442.js"
|
|
1249
1177
|
],
|
|
1250
1178
|
"auxiliaryFiles": [],
|
|
1251
|
-
"hash": "
|
|
1179
|
+
"hash": "b7cfdec55df5ad43",
|
|
1252
1180
|
"childrenByOrder": {}
|
|
1253
1181
|
},
|
|
1254
1182
|
{
|
|
@@ -1256,9 +1184,9 @@
|
|
|
1256
1184
|
"initial": false,
|
|
1257
1185
|
"entry": false,
|
|
1258
1186
|
"recorded": false,
|
|
1259
|
-
"size":
|
|
1187
|
+
"size": 7100,
|
|
1260
1188
|
"sizes": {
|
|
1261
|
-
"javascript":
|
|
1189
|
+
"javascript": 7100
|
|
1262
1190
|
},
|
|
1263
1191
|
"names": [],
|
|
1264
1192
|
"idHints": [],
|
|
@@ -1270,7 +1198,7 @@
|
|
|
1270
1198
|
"5661.js"
|
|
1271
1199
|
],
|
|
1272
1200
|
"auxiliaryFiles": [],
|
|
1273
|
-
"hash": "
|
|
1201
|
+
"hash": "4051ccf6e64af604",
|
|
1274
1202
|
"childrenByOrder": {}
|
|
1275
1203
|
},
|
|
1276
1204
|
{
|
|
@@ -1332,9 +1260,9 @@
|
|
|
1332
1260
|
"initial": false,
|
|
1333
1261
|
"entry": false,
|
|
1334
1262
|
"recorded": false,
|
|
1335
|
-
"size":
|
|
1263
|
+
"size": 8553,
|
|
1336
1264
|
"sizes": {
|
|
1337
|
-
"javascript":
|
|
1265
|
+
"javascript": 8553
|
|
1338
1266
|
},
|
|
1339
1267
|
"names": [],
|
|
1340
1268
|
"idHints": [],
|
|
@@ -1346,7 +1274,7 @@
|
|
|
1346
1274
|
"6022.js"
|
|
1347
1275
|
],
|
|
1348
1276
|
"auxiliaryFiles": [],
|
|
1349
|
-
"hash": "
|
|
1277
|
+
"hash": "6967787895d7fcdf",
|
|
1350
1278
|
"childrenByOrder": {}
|
|
1351
1279
|
},
|
|
1352
1280
|
{
|
|
@@ -1405,9 +1333,9 @@
|
|
|
1405
1333
|
"initial": false,
|
|
1406
1334
|
"entry": false,
|
|
1407
1335
|
"recorded": false,
|
|
1408
|
-
"size":
|
|
1336
|
+
"size": 8696,
|
|
1409
1337
|
"sizes": {
|
|
1410
|
-
"javascript":
|
|
1338
|
+
"javascript": 8696
|
|
1411
1339
|
},
|
|
1412
1340
|
"names": [],
|
|
1413
1341
|
"idHints": [],
|
|
@@ -1419,7 +1347,7 @@
|
|
|
1419
1347
|
"6468.js"
|
|
1420
1348
|
],
|
|
1421
1349
|
"auxiliaryFiles": [],
|
|
1422
|
-
"hash": "
|
|
1350
|
+
"hash": "78d3c76e0e9a0a4f",
|
|
1423
1351
|
"childrenByOrder": {}
|
|
1424
1352
|
},
|
|
1425
1353
|
{
|
|
@@ -1451,9 +1379,33 @@
|
|
|
1451
1379
|
"initial": false,
|
|
1452
1380
|
"entry": false,
|
|
1453
1381
|
"recorded": false,
|
|
1454
|
-
"size":
|
|
1382
|
+
"size": 111426,
|
|
1455
1383
|
"sizes": {
|
|
1456
|
-
"javascript":
|
|
1384
|
+
"javascript": 111426
|
|
1385
|
+
},
|
|
1386
|
+
"names": [],
|
|
1387
|
+
"idHints": [],
|
|
1388
|
+
"runtime": [
|
|
1389
|
+
"@openmrs/esm-patient-chart-app",
|
|
1390
|
+
"main"
|
|
1391
|
+
],
|
|
1392
|
+
"files": [
|
|
1393
|
+
"6568.js"
|
|
1394
|
+
],
|
|
1395
|
+
"auxiliaryFiles": [
|
|
1396
|
+
"6568.js.map"
|
|
1397
|
+
],
|
|
1398
|
+
"hash": "a85e1e1fc9557a88",
|
|
1399
|
+
"childrenByOrder": {}
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
"rendered": true,
|
|
1403
|
+
"initial": false,
|
|
1404
|
+
"entry": false,
|
|
1405
|
+
"recorded": false,
|
|
1406
|
+
"size": 8650,
|
|
1407
|
+
"sizes": {
|
|
1408
|
+
"javascript": 8650
|
|
1457
1409
|
},
|
|
1458
1410
|
"names": [],
|
|
1459
1411
|
"idHints": [],
|
|
@@ -1465,7 +1417,7 @@
|
|
|
1465
1417
|
"6679.js"
|
|
1466
1418
|
],
|
|
1467
1419
|
"auxiliaryFiles": [],
|
|
1468
|
-
"hash": "
|
|
1420
|
+
"hash": "9967b05f38e845fc",
|
|
1469
1421
|
"childrenByOrder": {}
|
|
1470
1422
|
},
|
|
1471
1423
|
{
|
|
@@ -1473,9 +1425,9 @@
|
|
|
1473
1425
|
"initial": false,
|
|
1474
1426
|
"entry": false,
|
|
1475
1427
|
"recorded": false,
|
|
1476
|
-
"size":
|
|
1428
|
+
"size": 8272,
|
|
1477
1429
|
"sizes": {
|
|
1478
|
-
"javascript":
|
|
1430
|
+
"javascript": 8272
|
|
1479
1431
|
},
|
|
1480
1432
|
"names": [],
|
|
1481
1433
|
"idHints": [],
|
|
@@ -1487,7 +1439,7 @@
|
|
|
1487
1439
|
"6840.js"
|
|
1488
1440
|
],
|
|
1489
1441
|
"auxiliaryFiles": [],
|
|
1490
|
-
"hash": "
|
|
1442
|
+
"hash": "8f919662cac2c77a",
|
|
1491
1443
|
"childrenByOrder": {}
|
|
1492
1444
|
},
|
|
1493
1445
|
{
|
|
@@ -1495,9 +1447,9 @@
|
|
|
1495
1447
|
"initial": false,
|
|
1496
1448
|
"entry": false,
|
|
1497
1449
|
"recorded": false,
|
|
1498
|
-
"size":
|
|
1450
|
+
"size": 8272,
|
|
1499
1451
|
"sizes": {
|
|
1500
|
-
"javascript":
|
|
1452
|
+
"javascript": 8272
|
|
1501
1453
|
},
|
|
1502
1454
|
"names": [],
|
|
1503
1455
|
"idHints": [],
|
|
@@ -1509,7 +1461,7 @@
|
|
|
1509
1461
|
"6859.js"
|
|
1510
1462
|
],
|
|
1511
1463
|
"auxiliaryFiles": [],
|
|
1512
|
-
"hash": "
|
|
1464
|
+
"hash": "d3d7a0a30a1f3f80",
|
|
1513
1465
|
"childrenByOrder": {}
|
|
1514
1466
|
},
|
|
1515
1467
|
{
|
|
@@ -1544,9 +1496,9 @@
|
|
|
1544
1496
|
"initial": false,
|
|
1545
1497
|
"entry": false,
|
|
1546
1498
|
"recorded": false,
|
|
1547
|
-
"size":
|
|
1499
|
+
"size": 8272,
|
|
1548
1500
|
"sizes": {
|
|
1549
|
-
"javascript":
|
|
1501
|
+
"javascript": 8272
|
|
1550
1502
|
},
|
|
1551
1503
|
"names": [],
|
|
1552
1504
|
"idHints": [],
|
|
@@ -1558,7 +1510,7 @@
|
|
|
1558
1510
|
"7097.js"
|
|
1559
1511
|
],
|
|
1560
1512
|
"auxiliaryFiles": [],
|
|
1561
|
-
"hash": "
|
|
1513
|
+
"hash": "4272652d848a0e59",
|
|
1562
1514
|
"childrenByOrder": {}
|
|
1563
1515
|
},
|
|
1564
1516
|
{
|
|
@@ -1566,9 +1518,9 @@
|
|
|
1566
1518
|
"initial": false,
|
|
1567
1519
|
"entry": false,
|
|
1568
1520
|
"recorded": false,
|
|
1569
|
-
"size":
|
|
1521
|
+
"size": 8272,
|
|
1570
1522
|
"sizes": {
|
|
1571
|
-
"javascript":
|
|
1523
|
+
"javascript": 8272
|
|
1572
1524
|
},
|
|
1573
1525
|
"names": [],
|
|
1574
1526
|
"idHints": [],
|
|
@@ -1580,7 +1532,7 @@
|
|
|
1580
1532
|
"7159.js"
|
|
1581
1533
|
],
|
|
1582
1534
|
"auxiliaryFiles": [],
|
|
1583
|
-
"hash": "
|
|
1535
|
+
"hash": "164092f1b015fbdb",
|
|
1584
1536
|
"childrenByOrder": {}
|
|
1585
1537
|
},
|
|
1586
1538
|
{
|
|
@@ -1612,9 +1564,9 @@
|
|
|
1612
1564
|
"initial": false,
|
|
1613
1565
|
"entry": false,
|
|
1614
1566
|
"recorded": false,
|
|
1615
|
-
"size":
|
|
1567
|
+
"size": 8272,
|
|
1616
1568
|
"sizes": {
|
|
1617
|
-
"javascript":
|
|
1569
|
+
"javascript": 8272
|
|
1618
1570
|
},
|
|
1619
1571
|
"names": [],
|
|
1620
1572
|
"idHints": [],
|
|
@@ -1626,7 +1578,7 @@
|
|
|
1626
1578
|
"7617.js"
|
|
1627
1579
|
],
|
|
1628
1580
|
"auxiliaryFiles": [],
|
|
1629
|
-
"hash": "
|
|
1581
|
+
"hash": "80a0eea4919ed7d3",
|
|
1630
1582
|
"childrenByOrder": {}
|
|
1631
1583
|
},
|
|
1632
1584
|
{
|
|
@@ -1731,9 +1683,9 @@
|
|
|
1731
1683
|
"initial": false,
|
|
1732
1684
|
"entry": false,
|
|
1733
1685
|
"recorded": false,
|
|
1734
|
-
"size":
|
|
1686
|
+
"size": 8272,
|
|
1735
1687
|
"sizes": {
|
|
1736
|
-
"javascript":
|
|
1688
|
+
"javascript": 8272
|
|
1737
1689
|
},
|
|
1738
1690
|
"names": [],
|
|
1739
1691
|
"idHints": [],
|
|
@@ -1745,7 +1697,7 @@
|
|
|
1745
1697
|
"8163.js"
|
|
1746
1698
|
],
|
|
1747
1699
|
"auxiliaryFiles": [],
|
|
1748
|
-
"hash": "
|
|
1700
|
+
"hash": "5017d79880426fb9",
|
|
1749
1701
|
"childrenByOrder": {}
|
|
1750
1702
|
},
|
|
1751
1703
|
{
|
|
@@ -1753,9 +1705,33 @@
|
|
|
1753
1705
|
"initial": false,
|
|
1754
1706
|
"entry": false,
|
|
1755
1707
|
"recorded": false,
|
|
1756
|
-
"size":
|
|
1708
|
+
"size": 26613,
|
|
1757
1709
|
"sizes": {
|
|
1758
|
-
"javascript":
|
|
1710
|
+
"javascript": 26613
|
|
1711
|
+
},
|
|
1712
|
+
"names": [],
|
|
1713
|
+
"idHints": [],
|
|
1714
|
+
"runtime": [
|
|
1715
|
+
"@openmrs/esm-patient-chart-app",
|
|
1716
|
+
"main"
|
|
1717
|
+
],
|
|
1718
|
+
"files": [
|
|
1719
|
+
"8260.js"
|
|
1720
|
+
],
|
|
1721
|
+
"auxiliaryFiles": [
|
|
1722
|
+
"8260.js.map"
|
|
1723
|
+
],
|
|
1724
|
+
"hash": "1027c7d55bbf35be",
|
|
1725
|
+
"childrenByOrder": {}
|
|
1726
|
+
},
|
|
1727
|
+
{
|
|
1728
|
+
"rendered": true,
|
|
1729
|
+
"initial": false,
|
|
1730
|
+
"entry": false,
|
|
1731
|
+
"recorded": false,
|
|
1732
|
+
"size": 8272,
|
|
1733
|
+
"sizes": {
|
|
1734
|
+
"javascript": 8272
|
|
1759
1735
|
},
|
|
1760
1736
|
"names": [],
|
|
1761
1737
|
"idHints": [],
|
|
@@ -1767,7 +1743,7 @@
|
|
|
1767
1743
|
"8349.js"
|
|
1768
1744
|
],
|
|
1769
1745
|
"auxiliaryFiles": [],
|
|
1770
|
-
"hash": "
|
|
1746
|
+
"hash": "312b25217ed303d6",
|
|
1771
1747
|
"childrenByOrder": {}
|
|
1772
1748
|
},
|
|
1773
1749
|
{
|
|
@@ -1775,9 +1751,9 @@
|
|
|
1775
1751
|
"initial": false,
|
|
1776
1752
|
"entry": false,
|
|
1777
1753
|
"recorded": false,
|
|
1778
|
-
"size":
|
|
1754
|
+
"size": 61835,
|
|
1779
1755
|
"sizes": {
|
|
1780
|
-
"javascript":
|
|
1756
|
+
"javascript": 61835
|
|
1781
1757
|
},
|
|
1782
1758
|
"names": [],
|
|
1783
1759
|
"idHints": [],
|
|
@@ -1791,7 +1767,7 @@
|
|
|
1791
1767
|
"auxiliaryFiles": [
|
|
1792
1768
|
"8454.js.map"
|
|
1793
1769
|
],
|
|
1794
|
-
"hash": "
|
|
1770
|
+
"hash": "d3d2a07a479e7e9e",
|
|
1795
1771
|
"childrenByOrder": {}
|
|
1796
1772
|
},
|
|
1797
1773
|
{
|
|
@@ -1824,9 +1800,9 @@
|
|
|
1824
1800
|
"initial": false,
|
|
1825
1801
|
"entry": false,
|
|
1826
1802
|
"recorded": false,
|
|
1827
|
-
"size":
|
|
1803
|
+
"size": 8272,
|
|
1828
1804
|
"sizes": {
|
|
1829
|
-
"javascript":
|
|
1805
|
+
"javascript": 8272
|
|
1830
1806
|
},
|
|
1831
1807
|
"names": [],
|
|
1832
1808
|
"idHints": [],
|
|
@@ -1838,7 +1814,7 @@
|
|
|
1838
1814
|
"8618.js"
|
|
1839
1815
|
],
|
|
1840
1816
|
"auxiliaryFiles": [],
|
|
1841
|
-
"hash": "
|
|
1817
|
+
"hash": "0d1a5c43b393ef54",
|
|
1842
1818
|
"childrenByOrder": {}
|
|
1843
1819
|
},
|
|
1844
1820
|
{
|
|
@@ -1870,10 +1846,10 @@
|
|
|
1870
1846
|
"initial": true,
|
|
1871
1847
|
"entry": true,
|
|
1872
1848
|
"recorded": false,
|
|
1873
|
-
"size":
|
|
1849
|
+
"size": 521260,
|
|
1874
1850
|
"sizes": {
|
|
1875
1851
|
"consume-shared": 378,
|
|
1876
|
-
"javascript":
|
|
1852
|
+
"javascript": 495659,
|
|
1877
1853
|
"share-init": 588,
|
|
1878
1854
|
"runtime": 24635
|
|
1879
1855
|
},
|
|
@@ -1890,7 +1866,7 @@
|
|
|
1890
1866
|
"auxiliaryFiles": [
|
|
1891
1867
|
"main.js.map"
|
|
1892
1868
|
],
|
|
1893
|
-
"hash": "
|
|
1869
|
+
"hash": "b60f559a06c160c9",
|
|
1894
1870
|
"childrenByOrder": {}
|
|
1895
1871
|
},
|
|
1896
1872
|
{
|
|
@@ -1925,9 +1901,9 @@
|
|
|
1925
1901
|
"initial": false,
|
|
1926
1902
|
"entry": false,
|
|
1927
1903
|
"recorded": false,
|
|
1928
|
-
"size":
|
|
1904
|
+
"size": 8746,
|
|
1929
1905
|
"sizes": {
|
|
1930
|
-
"javascript":
|
|
1906
|
+
"javascript": 8746
|
|
1931
1907
|
},
|
|
1932
1908
|
"names": [],
|
|
1933
1909
|
"idHints": [],
|
|
@@ -1939,7 +1915,31 @@
|
|
|
1939
1915
|
"9214.js"
|
|
1940
1916
|
],
|
|
1941
1917
|
"auxiliaryFiles": [],
|
|
1942
|
-
"hash": "
|
|
1918
|
+
"hash": "4e95c0d9b9cbf920",
|
|
1919
|
+
"childrenByOrder": {}
|
|
1920
|
+
},
|
|
1921
|
+
{
|
|
1922
|
+
"rendered": true,
|
|
1923
|
+
"initial": false,
|
|
1924
|
+
"entry": false,
|
|
1925
|
+
"recorded": false,
|
|
1926
|
+
"size": 458037,
|
|
1927
|
+
"sizes": {
|
|
1928
|
+
"javascript": 457953,
|
|
1929
|
+
"consume-shared": 84
|
|
1930
|
+
},
|
|
1931
|
+
"names": [],
|
|
1932
|
+
"idHints": [],
|
|
1933
|
+
"runtime": [
|
|
1934
|
+
"@openmrs/esm-patient-chart-app"
|
|
1935
|
+
],
|
|
1936
|
+
"files": [
|
|
1937
|
+
"9329.js"
|
|
1938
|
+
],
|
|
1939
|
+
"auxiliaryFiles": [
|
|
1940
|
+
"9329.js.map"
|
|
1941
|
+
],
|
|
1942
|
+
"hash": "ea245789aad36c07",
|
|
1943
1943
|
"childrenByOrder": {}
|
|
1944
1944
|
},
|
|
1945
1945
|
{
|
|
@@ -1966,7 +1966,7 @@
|
|
|
1966
1966
|
"auxiliaryFiles": [
|
|
1967
1967
|
"openmrs-esm-patient-chart-app.js.map"
|
|
1968
1968
|
],
|
|
1969
|
-
"hash": "
|
|
1969
|
+
"hash": "96960ec08df99a51",
|
|
1970
1970
|
"childrenByOrder": {}
|
|
1971
1971
|
},
|
|
1972
1972
|
{
|
|
@@ -1995,9 +1995,9 @@
|
|
|
1995
1995
|
"initial": false,
|
|
1996
1996
|
"entry": false,
|
|
1997
1997
|
"recorded": false,
|
|
1998
|
-
"size":
|
|
1998
|
+
"size": 9251,
|
|
1999
1999
|
"sizes": {
|
|
2000
|
-
"javascript":
|
|
2000
|
+
"javascript": 9251
|
|
2001
2001
|
},
|
|
2002
2002
|
"names": [],
|
|
2003
2003
|
"idHints": [],
|
|
@@ -2009,7 +2009,7 @@
|
|
|
2009
2009
|
"9538.js"
|
|
2010
2010
|
],
|
|
2011
2011
|
"auxiliaryFiles": [],
|
|
2012
|
-
"hash": "
|
|
2012
|
+
"hash": "366428c7e536094f",
|
|
2013
2013
|
"childrenByOrder": {}
|
|
2014
2014
|
},
|
|
2015
2015
|
{
|
|
@@ -2017,9 +2017,9 @@
|
|
|
2017
2017
|
"initial": false,
|
|
2018
2018
|
"entry": false,
|
|
2019
2019
|
"recorded": false,
|
|
2020
|
-
"size":
|
|
2020
|
+
"size": 8272,
|
|
2021
2021
|
"sizes": {
|
|
2022
|
-
"javascript":
|
|
2022
|
+
"javascript": 8272
|
|
2023
2023
|
},
|
|
2024
2024
|
"names": [],
|
|
2025
2025
|
"idHints": [],
|
|
@@ -2031,7 +2031,7 @@
|
|
|
2031
2031
|
"9569.js"
|
|
2032
2032
|
],
|
|
2033
2033
|
"auxiliaryFiles": [],
|
|
2034
|
-
"hash": "
|
|
2034
|
+
"hash": "3c461a76e6db7ab9",
|
|
2035
2035
|
"childrenByOrder": {}
|
|
2036
2036
|
},
|
|
2037
2037
|
{
|
|
@@ -2063,9 +2063,9 @@
|
|
|
2063
2063
|
"initial": false,
|
|
2064
2064
|
"entry": false,
|
|
2065
2065
|
"recorded": false,
|
|
2066
|
-
"size":
|
|
2066
|
+
"size": 5704,
|
|
2067
2067
|
"sizes": {
|
|
2068
|
-
"javascript":
|
|
2068
|
+
"javascript": 5704
|
|
2069
2069
|
},
|
|
2070
2070
|
"names": [],
|
|
2071
2071
|
"idHints": [],
|
|
@@ -2077,7 +2077,7 @@
|
|
|
2077
2077
|
"9879.js"
|
|
2078
2078
|
],
|
|
2079
2079
|
"auxiliaryFiles": [],
|
|
2080
|
-
"hash": "
|
|
2080
|
+
"hash": "0ebc904da030ef67",
|
|
2081
2081
|
"childrenByOrder": {}
|
|
2082
2082
|
},
|
|
2083
2083
|
{
|
|
@@ -2085,9 +2085,9 @@
|
|
|
2085
2085
|
"initial": false,
|
|
2086
2086
|
"entry": false,
|
|
2087
2087
|
"recorded": false,
|
|
2088
|
-
"size":
|
|
2088
|
+
"size": 8272,
|
|
2089
2089
|
"sizes": {
|
|
2090
|
-
"javascript":
|
|
2090
|
+
"javascript": 8272
|
|
2091
2091
|
},
|
|
2092
2092
|
"names": [],
|
|
2093
2093
|
"idHints": [],
|
|
@@ -2099,7 +2099,7 @@
|
|
|
2099
2099
|
"9895.js"
|
|
2100
2100
|
],
|
|
2101
2101
|
"auxiliaryFiles": [],
|
|
2102
|
-
"hash": "
|
|
2102
|
+
"hash": "99c4b8a511d4bc78",
|
|
2103
2103
|
"childrenByOrder": {}
|
|
2104
2104
|
},
|
|
2105
2105
|
{
|
|
@@ -2107,9 +2107,9 @@
|
|
|
2107
2107
|
"initial": false,
|
|
2108
2108
|
"entry": false,
|
|
2109
2109
|
"recorded": false,
|
|
2110
|
-
"size":
|
|
2110
|
+
"size": 8272,
|
|
2111
2111
|
"sizes": {
|
|
2112
|
-
"javascript":
|
|
2112
|
+
"javascript": 8272
|
|
2113
2113
|
},
|
|
2114
2114
|
"names": [],
|
|
2115
2115
|
"idHints": [],
|
|
@@ -2121,7 +2121,7 @@
|
|
|
2121
2121
|
"9900.js"
|
|
2122
2122
|
],
|
|
2123
2123
|
"auxiliaryFiles": [],
|
|
2124
|
-
"hash": "
|
|
2124
|
+
"hash": "e29dd7094d6da198",
|
|
2125
2125
|
"childrenByOrder": {}
|
|
2126
2126
|
},
|
|
2127
2127
|
{
|
|
@@ -2129,9 +2129,9 @@
|
|
|
2129
2129
|
"initial": false,
|
|
2130
2130
|
"entry": false,
|
|
2131
2131
|
"recorded": false,
|
|
2132
|
-
"size":
|
|
2132
|
+
"size": 8272,
|
|
2133
2133
|
"sizes": {
|
|
2134
|
-
"javascript":
|
|
2134
|
+
"javascript": 8272
|
|
2135
2135
|
},
|
|
2136
2136
|
"names": [],
|
|
2137
2137
|
"idHints": [],
|
|
@@ -2143,7 +2143,7 @@
|
|
|
2143
2143
|
"9913.js"
|
|
2144
2144
|
],
|
|
2145
2145
|
"auxiliaryFiles": [],
|
|
2146
|
-
"hash": "
|
|
2146
|
+
"hash": "656a43e6b95e2d93",
|
|
2147
2147
|
"childrenByOrder": {}
|
|
2148
2148
|
}
|
|
2149
2149
|
]
|