@sasindi/addresults 1.0.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.
Files changed (66) hide show
  1. package/LICENSE +354 -0
  2. package/README.md +167 -0
  3. package/dist/117.js +1 -0
  4. package/dist/117.js.map +1 -0
  5. package/dist/128.js +1 -0
  6. package/dist/128.js.map +1 -0
  7. package/dist/197.js +1 -0
  8. package/dist/197.js.map +1 -0
  9. package/dist/237.js +1 -0
  10. package/dist/237.js.map +1 -0
  11. package/dist/267.js +1 -0
  12. package/dist/267.js.map +1 -0
  13. package/dist/277.js +1 -0
  14. package/dist/277.js.map +1 -0
  15. package/dist/362.js +1 -0
  16. package/dist/362.js.map +1 -0
  17. package/dist/372.js +43 -0
  18. package/dist/372.js.map +1 -0
  19. package/dist/480.js +1 -0
  20. package/dist/480.js.map +1 -0
  21. package/dist/517.js +1 -0
  22. package/dist/517.js.map +1 -0
  23. package/dist/529.js +1 -0
  24. package/dist/529.js.map +1 -0
  25. package/dist/538.js +1 -0
  26. package/dist/538.js.map +1 -0
  27. package/dist/578.js +1 -0
  28. package/dist/578.js.map +1 -0
  29. package/dist/584.js +22 -0
  30. package/dist/584.js.map +1 -0
  31. package/dist/652.js +1 -0
  32. package/dist/652.js.map +1 -0
  33. package/dist/668.js +1 -0
  34. package/dist/668.js.map +1 -0
  35. package/dist/749.js +1 -0
  36. package/dist/749.js.map +1 -0
  37. package/dist/898.js +1 -0
  38. package/dist/898.js.map +1 -0
  39. package/dist/933.js +1 -0
  40. package/dist/933.js.map +1 -0
  41. package/dist/964.js +1 -0
  42. package/dist/964.js.map +1 -0
  43. package/dist/976.js +1 -0
  44. package/dist/976.js.map +1 -0
  45. package/dist/98.js +1 -0
  46. package/dist/98.js.map +1 -0
  47. package/dist/997.js +1 -0
  48. package/dist/997.js.map +1 -0
  49. package/dist/main.js +6 -0
  50. package/dist/main.js.map +1 -0
  51. package/dist/openmrs-esm-addresults.js +6 -0
  52. package/dist/openmrs-esm-addresults.js.buildmanifest.json +796 -0
  53. package/dist/openmrs-esm-addresults.js.map +1 -0
  54. package/dist/routes.json +1 -0
  55. package/package.json +103 -0
  56. package/src/add-results-form.component.tsx +831 -0
  57. package/src/add-results.component.tsx +258 -0
  58. package/src/add-results.scss +448 -0
  59. package/src/config-schema.ts +21 -0
  60. package/src/constants.ts +1 -0
  61. package/src/declarations.d.ts +23 -0
  62. package/src/index.ts +20 -0
  63. package/src/root.component.test.tsx +12 -0
  64. package/src/root.component.tsx +13 -0
  65. package/src/root.scss +5 -0
  66. package/src/routes.json +19 -0
@@ -0,0 +1,796 @@
1
+ {
2
+ "chunks": [
3
+ {
4
+ "type": "chunk",
5
+ "rendered": false,
6
+ "initial": false,
7
+ "entry": false,
8
+ "size": 42,
9
+ "sizes": {
10
+ "consume-shared": 42
11
+ },
12
+ "names": [],
13
+ "idHints": [
14
+ ""
15
+ ],
16
+ "runtime": [
17
+ "@sasindi/addresults",
18
+ "main"
19
+ ],
20
+ "files": [],
21
+ "auxiliaryFiles": [],
22
+ "hash": "9170c86ca9e80a47",
23
+ "childrenByOrder": {}
24
+ },
25
+ {
26
+ "type": "chunk",
27
+ "rendered": true,
28
+ "initial": false,
29
+ "entry": false,
30
+ "size": 116,
31
+ "sizes": {
32
+ "javascript": 116
33
+ },
34
+ "names": [],
35
+ "idHints": [],
36
+ "runtime": [
37
+ "@sasindi/addresults",
38
+ "main"
39
+ ],
40
+ "files": [
41
+ "117.js"
42
+ ],
43
+ "auxiliaryFiles": [
44
+ "117.js.map"
45
+ ],
46
+ "hash": "0eb66bbbc5a92208",
47
+ "childrenByOrder": {}
48
+ },
49
+ {
50
+ "type": "chunk",
51
+ "rendered": true,
52
+ "initial": false,
53
+ "entry": false,
54
+ "size": 24173,
55
+ "sizes": {
56
+ "javascript": 24173
57
+ },
58
+ "names": [],
59
+ "idHints": [],
60
+ "runtime": [
61
+ "@sasindi/addresults",
62
+ "main"
63
+ ],
64
+ "files": [
65
+ "128.js"
66
+ ],
67
+ "auxiliaryFiles": [
68
+ "128.js.map"
69
+ ],
70
+ "hash": "33d5cf8b556cfd69",
71
+ "childrenByOrder": {}
72
+ },
73
+ {
74
+ "type": "chunk",
75
+ "rendered": true,
76
+ "initial": true,
77
+ "entry": true,
78
+ "size": 216009,
79
+ "sizes": {
80
+ "expose": 42,
81
+ "javascript": 215379,
82
+ "runtime": 17154,
83
+ "share-init": 588
84
+ },
85
+ "names": [
86
+ "@sasindi/addresults"
87
+ ],
88
+ "idHints": [],
89
+ "runtime": [
90
+ "@sasindi/addresults"
91
+ ],
92
+ "files": [
93
+ "openmrs-esm-addresults.js"
94
+ ],
95
+ "auxiliaryFiles": [
96
+ "openmrs-esm-addresults.js.map"
97
+ ],
98
+ "hash": "c9b7ac8032d0d8f9",
99
+ "childrenByOrder": {}
100
+ },
101
+ {
102
+ "type": "chunk",
103
+ "rendered": true,
104
+ "initial": false,
105
+ "entry": false,
106
+ "size": 11746,
107
+ "sizes": {
108
+ "javascript": 11746
109
+ },
110
+ "names": [],
111
+ "idHints": [],
112
+ "runtime": [
113
+ "@sasindi/addresults",
114
+ "main"
115
+ ],
116
+ "files": [
117
+ "197.js"
118
+ ],
119
+ "auxiliaryFiles": [
120
+ "197.js.map"
121
+ ],
122
+ "hash": "7213e27db3c9197d",
123
+ "childrenByOrder": {}
124
+ },
125
+ {
126
+ "type": "chunk",
127
+ "rendered": false,
128
+ "initial": false,
129
+ "entry": false,
130
+ "size": 42,
131
+ "sizes": {
132
+ "consume-shared": 42
133
+ },
134
+ "names": [],
135
+ "idHints": [
136
+ ""
137
+ ],
138
+ "runtime": [
139
+ "@sasindi/addresults",
140
+ "main"
141
+ ],
142
+ "files": [],
143
+ "auxiliaryFiles": [],
144
+ "hash": "51cc26bcb5af08f2",
145
+ "childrenByOrder": {}
146
+ },
147
+ {
148
+ "type": "chunk",
149
+ "rendered": true,
150
+ "initial": false,
151
+ "entry": false,
152
+ "size": 7120,
153
+ "sizes": {
154
+ "javascript": 7120
155
+ },
156
+ "names": [],
157
+ "idHints": [],
158
+ "runtime": [
159
+ "@sasindi/addresults",
160
+ "main"
161
+ ],
162
+ "files": [
163
+ "237.js"
164
+ ],
165
+ "auxiliaryFiles": [
166
+ "237.js.map"
167
+ ],
168
+ "hash": "4bcfdf1145c07692",
169
+ "childrenByOrder": {}
170
+ },
171
+ {
172
+ "type": "chunk",
173
+ "rendered": true,
174
+ "initial": false,
175
+ "entry": false,
176
+ "reason": "split chunk (cache group: default)",
177
+ "size": 35190,
178
+ "sizes": {
179
+ "javascript": 35190
180
+ },
181
+ "names": [],
182
+ "idHints": [
183
+ ""
184
+ ],
185
+ "runtime": [
186
+ "@sasindi/addresults",
187
+ "main"
188
+ ],
189
+ "files": [
190
+ "267.js"
191
+ ],
192
+ "auxiliaryFiles": [
193
+ "267.js.map"
194
+ ],
195
+ "hash": "3066a7391f95c668",
196
+ "childrenByOrder": {}
197
+ },
198
+ {
199
+ "type": "chunk",
200
+ "rendered": true,
201
+ "initial": false,
202
+ "entry": false,
203
+ "size": 69037,
204
+ "sizes": {
205
+ "javascript": 69037
206
+ },
207
+ "names": [],
208
+ "idHints": [],
209
+ "runtime": [
210
+ "@sasindi/addresults",
211
+ "main"
212
+ ],
213
+ "files": [
214
+ "277.js"
215
+ ],
216
+ "auxiliaryFiles": [
217
+ "277.js.map"
218
+ ],
219
+ "hash": "6b2b79f5a555d1f3",
220
+ "childrenByOrder": {}
221
+ },
222
+ {
223
+ "type": "chunk",
224
+ "rendered": false,
225
+ "initial": false,
226
+ "entry": false,
227
+ "reason": "split chunk (cache group: default)",
228
+ "size": 42,
229
+ "sizes": {
230
+ "consume-shared": 42
231
+ },
232
+ "names": [],
233
+ "idHints": [
234
+ ""
235
+ ],
236
+ "runtime": [
237
+ "@sasindi/addresults",
238
+ "main"
239
+ ],
240
+ "files": [],
241
+ "auxiliaryFiles": [],
242
+ "hash": "760e338a07384bfb",
243
+ "childrenByOrder": {}
244
+ },
245
+ {
246
+ "type": "chunk",
247
+ "rendered": true,
248
+ "initial": false,
249
+ "entry": false,
250
+ "reason": "split chunk (cache group: defaultVendors)",
251
+ "size": 31934,
252
+ "sizes": {
253
+ "javascript": 31934
254
+ },
255
+ "names": [],
256
+ "idHints": [
257
+ "vendors"
258
+ ],
259
+ "runtime": [
260
+ "@sasindi/addresults",
261
+ "main"
262
+ ],
263
+ "files": [
264
+ "362.js"
265
+ ],
266
+ "auxiliaryFiles": [
267
+ "362.js.map"
268
+ ],
269
+ "hash": "a88e16804e279880",
270
+ "childrenByOrder": {}
271
+ },
272
+ {
273
+ "type": "chunk",
274
+ "rendered": true,
275
+ "initial": false,
276
+ "entry": false,
277
+ "reason": "split chunk (cache group: defaultVendors)",
278
+ "size": 3847621,
279
+ "sizes": {
280
+ "javascript": 3847621
281
+ },
282
+ "names": [],
283
+ "idHints": [
284
+ "vendors"
285
+ ],
286
+ "runtime": [
287
+ "@sasindi/addresults",
288
+ "main"
289
+ ],
290
+ "files": [
291
+ "372.js"
292
+ ],
293
+ "auxiliaryFiles": [
294
+ "372.js.map"
295
+ ],
296
+ "hash": "105cf47e1e1f5fdd",
297
+ "childrenByOrder": {}
298
+ },
299
+ {
300
+ "type": "chunk",
301
+ "rendered": false,
302
+ "initial": false,
303
+ "entry": false,
304
+ "size": 42,
305
+ "sizes": {
306
+ "consume-shared": 42
307
+ },
308
+ "names": [],
309
+ "idHints": [
310
+ ""
311
+ ],
312
+ "runtime": [
313
+ "@sasindi/addresults",
314
+ "main"
315
+ ],
316
+ "files": [],
317
+ "auxiliaryFiles": [],
318
+ "hash": "222a95fa725dcaed",
319
+ "childrenByOrder": {}
320
+ },
321
+ {
322
+ "type": "chunk",
323
+ "rendered": true,
324
+ "initial": false,
325
+ "entry": false,
326
+ "size": 2461,
327
+ "sizes": {
328
+ "javascript": 2461
329
+ },
330
+ "names": [],
331
+ "idHints": [],
332
+ "runtime": [
333
+ "@sasindi/addresults",
334
+ "main"
335
+ ],
336
+ "files": [
337
+ "480.js"
338
+ ],
339
+ "auxiliaryFiles": [
340
+ "480.js.map"
341
+ ],
342
+ "hash": "21c6a624e281f963",
343
+ "childrenByOrder": {}
344
+ },
345
+ {
346
+ "type": "chunk",
347
+ "rendered": true,
348
+ "initial": false,
349
+ "entry": false,
350
+ "size": 554,
351
+ "sizes": {
352
+ "javascript": 554
353
+ },
354
+ "names": [],
355
+ "idHints": [],
356
+ "runtime": [
357
+ "@sasindi/addresults",
358
+ "main"
359
+ ],
360
+ "files": [
361
+ "517.js"
362
+ ],
363
+ "auxiliaryFiles": [
364
+ "517.js.map"
365
+ ],
366
+ "hash": "f80cbef14ebbb591",
367
+ "childrenByOrder": {}
368
+ },
369
+ {
370
+ "type": "chunk",
371
+ "rendered": true,
372
+ "initial": false,
373
+ "entry": false,
374
+ "size": 1026,
375
+ "sizes": {
376
+ "consume-shared": 42,
377
+ "javascript": 984
378
+ },
379
+ "names": [],
380
+ "idHints": [],
381
+ "runtime": [
382
+ "@sasindi/addresults"
383
+ ],
384
+ "files": [
385
+ "529.js"
386
+ ],
387
+ "auxiliaryFiles": [
388
+ "529.js.map"
389
+ ],
390
+ "hash": "e0162bb1261c3477",
391
+ "childrenByOrder": {}
392
+ },
393
+ {
394
+ "type": "chunk",
395
+ "rendered": true,
396
+ "initial": false,
397
+ "entry": false,
398
+ "size": 7161,
399
+ "sizes": {
400
+ "javascript": 7161
401
+ },
402
+ "names": [],
403
+ "idHints": [],
404
+ "runtime": [
405
+ "@sasindi/addresults",
406
+ "main"
407
+ ],
408
+ "files": [
409
+ "538.js"
410
+ ],
411
+ "auxiliaryFiles": [
412
+ "538.js.map"
413
+ ],
414
+ "hash": "e5085df6490d66ec",
415
+ "childrenByOrder": {}
416
+ },
417
+ {
418
+ "type": "chunk",
419
+ "rendered": true,
420
+ "initial": false,
421
+ "entry": false,
422
+ "size": 11746,
423
+ "sizes": {
424
+ "javascript": 11746
425
+ },
426
+ "names": [],
427
+ "idHints": [],
428
+ "runtime": [
429
+ "@sasindi/addresults",
430
+ "main"
431
+ ],
432
+ "files": [
433
+ "578.js"
434
+ ],
435
+ "auxiliaryFiles": [
436
+ "578.js.map"
437
+ ],
438
+ "hash": "9b6f1045cb37b637",
439
+ "childrenByOrder": {}
440
+ },
441
+ {
442
+ "type": "chunk",
443
+ "rendered": true,
444
+ "initial": false,
445
+ "entry": false,
446
+ "reason": "split chunk (cache group: defaultVendors)",
447
+ "size": 3665816,
448
+ "sizes": {
449
+ "javascript": 3665816
450
+ },
451
+ "names": [],
452
+ "idHints": [
453
+ "vendors"
454
+ ],
455
+ "runtime": [
456
+ "@sasindi/addresults",
457
+ "main"
458
+ ],
459
+ "files": [
460
+ "584.js"
461
+ ],
462
+ "auxiliaryFiles": [
463
+ "584.js.map"
464
+ ],
465
+ "hash": "fa7e75b04e887ef3",
466
+ "childrenByOrder": {}
467
+ },
468
+ {
469
+ "type": "chunk",
470
+ "rendered": false,
471
+ "initial": false,
472
+ "entry": false,
473
+ "reason": "split chunk (cache group: default)",
474
+ "size": 42,
475
+ "sizes": {
476
+ "consume-shared": 42
477
+ },
478
+ "names": [],
479
+ "idHints": [
480
+ ""
481
+ ],
482
+ "runtime": [
483
+ "@sasindi/addresults",
484
+ "main"
485
+ ],
486
+ "files": [],
487
+ "auxiliaryFiles": [],
488
+ "hash": "5046c2ffc8034163",
489
+ "childrenByOrder": {}
490
+ },
491
+ {
492
+ "type": "chunk",
493
+ "rendered": true,
494
+ "initial": false,
495
+ "entry": false,
496
+ "size": 19062,
497
+ "sizes": {
498
+ "javascript": 19062
499
+ },
500
+ "names": [],
501
+ "idHints": [],
502
+ "runtime": [
503
+ "@sasindi/addresults",
504
+ "main"
505
+ ],
506
+ "files": [
507
+ "652.js"
508
+ ],
509
+ "auxiliaryFiles": [
510
+ "652.js.map"
511
+ ],
512
+ "hash": "c25672fe05228d80",
513
+ "childrenByOrder": {}
514
+ },
515
+ {
516
+ "type": "chunk",
517
+ "rendered": true,
518
+ "initial": false,
519
+ "entry": false,
520
+ "reason": "split chunk (cache group: defaultVendors)",
521
+ "size": 51131,
522
+ "sizes": {
523
+ "javascript": 51131
524
+ },
525
+ "names": [],
526
+ "idHints": [
527
+ "vendors"
528
+ ],
529
+ "runtime": [
530
+ "@sasindi/addresults",
531
+ "main"
532
+ ],
533
+ "files": [
534
+ "668.js"
535
+ ],
536
+ "auxiliaryFiles": [
537
+ "668.js.map"
538
+ ],
539
+ "hash": "6ab91c50d36a4f38",
540
+ "childrenByOrder": {}
541
+ },
542
+ {
543
+ "type": "chunk",
544
+ "rendered": true,
545
+ "initial": false,
546
+ "entry": false,
547
+ "reason": "split chunk (cache group: defaultVendors)",
548
+ "size": 315773,
549
+ "sizes": {
550
+ "javascript": 315773
551
+ },
552
+ "names": [],
553
+ "idHints": [
554
+ "vendors"
555
+ ],
556
+ "runtime": [
557
+ "@sasindi/addresults",
558
+ "main"
559
+ ],
560
+ "files": [
561
+ "749.js"
562
+ ],
563
+ "auxiliaryFiles": [
564
+ "749.js.map"
565
+ ],
566
+ "hash": "366b6a9d24344cfb",
567
+ "childrenByOrder": {}
568
+ },
569
+ {
570
+ "type": "chunk",
571
+ "rendered": false,
572
+ "initial": false,
573
+ "entry": false,
574
+ "size": 294,
575
+ "sizes": {
576
+ "consume-shared": 294
577
+ },
578
+ "names": [],
579
+ "idHints": [],
580
+ "runtime": [
581
+ "@sasindi/addresults",
582
+ "main"
583
+ ],
584
+ "files": [],
585
+ "auxiliaryFiles": [],
586
+ "hash": "186c3442b410145b",
587
+ "childrenByOrder": {}
588
+ },
589
+ {
590
+ "type": "chunk",
591
+ "rendered": false,
592
+ "initial": false,
593
+ "entry": false,
594
+ "size": 42,
595
+ "sizes": {
596
+ "consume-shared": 42
597
+ },
598
+ "names": [],
599
+ "idHints": [
600
+ ""
601
+ ],
602
+ "runtime": [
603
+ "@sasindi/addresults",
604
+ "main"
605
+ ],
606
+ "files": [],
607
+ "auxiliaryFiles": [],
608
+ "hash": "997dbb13ec103bc7",
609
+ "childrenByOrder": {}
610
+ },
611
+ {
612
+ "type": "chunk",
613
+ "rendered": true,
614
+ "initial": true,
615
+ "entry": true,
616
+ "size": 216920,
617
+ "sizes": {
618
+ "consume-shared": 42,
619
+ "javascript": 216290,
620
+ "runtime": 16651,
621
+ "share-init": 588
622
+ },
623
+ "names": [
624
+ "main"
625
+ ],
626
+ "idHints": [],
627
+ "runtime": [
628
+ "main"
629
+ ],
630
+ "files": [
631
+ "main.js"
632
+ ],
633
+ "auxiliaryFiles": [
634
+ "main.js.map"
635
+ ],
636
+ "hash": "9644bb8273c4a1cf",
637
+ "childrenByOrder": {}
638
+ },
639
+ {
640
+ "type": "chunk",
641
+ "rendered": true,
642
+ "initial": false,
643
+ "entry": false,
644
+ "size": 554,
645
+ "sizes": {
646
+ "javascript": 554
647
+ },
648
+ "names": [],
649
+ "idHints": [],
650
+ "runtime": [
651
+ "@sasindi/addresults",
652
+ "main"
653
+ ],
654
+ "files": [
655
+ "898.js"
656
+ ],
657
+ "auxiliaryFiles": [
658
+ "898.js.map"
659
+ ],
660
+ "hash": "b0d852ee91800e98",
661
+ "childrenByOrder": {}
662
+ },
663
+ {
664
+ "type": "chunk",
665
+ "rendered": true,
666
+ "initial": false,
667
+ "entry": false,
668
+ "reason": "split chunk (cache group: defaultVendors)",
669
+ "size": 33218,
670
+ "sizes": {
671
+ "javascript": 33218
672
+ },
673
+ "names": [],
674
+ "idHints": [
675
+ "vendors"
676
+ ],
677
+ "runtime": [
678
+ "@sasindi/addresults",
679
+ "main"
680
+ ],
681
+ "files": [
682
+ "933.js"
683
+ ],
684
+ "auxiliaryFiles": [
685
+ "933.js.map"
686
+ ],
687
+ "hash": "a4a32f8820af8625",
688
+ "childrenByOrder": {}
689
+ },
690
+ {
691
+ "type": "chunk",
692
+ "rendered": true,
693
+ "initial": false,
694
+ "entry": false,
695
+ "reason": "split chunk (cache group: defaultVendors)",
696
+ "size": 288610,
697
+ "sizes": {
698
+ "javascript": 288610
699
+ },
700
+ "names": [],
701
+ "idHints": [
702
+ "vendors"
703
+ ],
704
+ "runtime": [
705
+ "@sasindi/addresults",
706
+ "main"
707
+ ],
708
+ "files": [
709
+ "964.js"
710
+ ],
711
+ "auxiliaryFiles": [
712
+ "964.js.map"
713
+ ],
714
+ "hash": "ea6a9c926ff7e787",
715
+ "childrenByOrder": {}
716
+ },
717
+ {
718
+ "type": "chunk",
719
+ "rendered": true,
720
+ "initial": false,
721
+ "entry": false,
722
+ "size": 82840,
723
+ "sizes": {
724
+ "javascript": 82840
725
+ },
726
+ "names": [],
727
+ "idHints": [
728
+ "vendors"
729
+ ],
730
+ "runtime": [
731
+ "@sasindi/addresults",
732
+ "main"
733
+ ],
734
+ "files": [
735
+ "976.js"
736
+ ],
737
+ "auxiliaryFiles": [
738
+ "976.js.map"
739
+ ],
740
+ "hash": "d3183d7709eec962",
741
+ "childrenByOrder": {}
742
+ },
743
+ {
744
+ "type": "chunk",
745
+ "rendered": true,
746
+ "initial": false,
747
+ "entry": false,
748
+ "size": 137481,
749
+ "sizes": {
750
+ "javascript": 137481
751
+ },
752
+ "names": [],
753
+ "idHints": [
754
+ "vendors"
755
+ ],
756
+ "runtime": [
757
+ "@sasindi/addresults",
758
+ "main"
759
+ ],
760
+ "files": [
761
+ "98.js"
762
+ ],
763
+ "auxiliaryFiles": [
764
+ "98.js.map"
765
+ ],
766
+ "hash": "a8394c4a8a4ef563",
767
+ "childrenByOrder": {}
768
+ },
769
+ {
770
+ "type": "chunk",
771
+ "rendered": true,
772
+ "initial": false,
773
+ "entry": false,
774
+ "size": 163792,
775
+ "sizes": {
776
+ "javascript": 163792
777
+ },
778
+ "names": [],
779
+ "idHints": [
780
+ "vendors"
781
+ ],
782
+ "runtime": [
783
+ "@sasindi/addresults",
784
+ "main"
785
+ ],
786
+ "files": [
787
+ "997.js"
788
+ ],
789
+ "auxiliaryFiles": [
790
+ "997.js.map"
791
+ ],
792
+ "hash": "cc717d48e864aef8",
793
+ "childrenByOrder": {}
794
+ }
795
+ ]
796
+ }