@palladium-ethiopia/esm-reports-app 5.4.2-pre.200

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 (59) hide show
  1. package/.turbo/turbo-build.log +7 -0
  2. package/dist/117.js +1 -0
  3. package/dist/152.js +1 -0
  4. package/dist/152.js.map +1 -0
  5. package/dist/209.js +1 -0
  6. package/dist/209.js.map +1 -0
  7. package/dist/256.js +1 -0
  8. package/dist/256.js.map +1 -0
  9. package/dist/383.js +43 -0
  10. package/dist/383.js.map +1 -0
  11. package/dist/442.js +1 -0
  12. package/dist/442.js.map +1 -0
  13. package/dist/466.js +1 -0
  14. package/dist/466.js.map +1 -0
  15. package/dist/61.js +1 -0
  16. package/dist/61.js.map +1 -0
  17. package/dist/689.js +1 -0
  18. package/dist/689.js.map +1 -0
  19. package/dist/697.js +1 -0
  20. package/dist/697.js.map +1 -0
  21. package/dist/712.js +1 -0
  22. package/dist/712.js.map +1 -0
  23. package/dist/743.js +1 -0
  24. package/dist/743.js.map +1 -0
  25. package/dist/771.js +1 -0
  26. package/dist/771.js.map +1 -0
  27. package/dist/789.js +1 -0
  28. package/dist/789.js.map +1 -0
  29. package/dist/806.js +1 -0
  30. package/dist/908.js +15 -0
  31. package/dist/908.js.map +1 -0
  32. package/dist/esm-reports-app.js +6 -0
  33. package/dist/esm-reports-app.js.buildmanifest.json +544 -0
  34. package/dist/esm-reports-app.js.map +1 -0
  35. package/dist/main.js +6 -0
  36. package/dist/main.js.map +1 -0
  37. package/dist/routes.json +1 -0
  38. package/jest.config.js +3 -0
  39. package/package.json +55 -0
  40. package/rspack.config.js +1 -0
  41. package/src/api/report-request.ts +118 -0
  42. package/src/api/reports.resource.ts +70 -0
  43. package/src/config-schema.ts +75 -0
  44. package/src/declarations.d.ts +2 -0
  45. package/src/index.ts +17 -0
  46. package/src/left-nav/reports-left-nav.component.scss +23 -0
  47. package/src/left-nav/reports-left-nav.component.tsx +77 -0
  48. package/src/report/info-landing.component.scss +31 -0
  49. package/src/report/info-landing.component.tsx +23 -0
  50. package/src/report/report-results.component.scss +26 -0
  51. package/src/report/report-results.component.tsx +131 -0
  52. package/src/report/report-runner.component.scss +44 -0
  53. package/src/report/report-runner.component.tsx +220 -0
  54. package/src/root.component.tsx +24 -0
  55. package/src/root.scss +11 -0
  56. package/src/routes.json +15 -0
  57. package/translations/am.json +20 -0
  58. package/translations/en.json +20 -0
  59. package/tsconfig.json +4 -0
@@ -0,0 +1,544 @@
1
+ {
2
+ "chunks": [
3
+ {
4
+ "type": "chunk",
5
+ "rendered": true,
6
+ "initial": false,
7
+ "entry": false,
8
+ "size": 741,
9
+ "sizes": {
10
+ "javascript": 741
11
+ },
12
+ "names": [],
13
+ "idHints": [],
14
+ "runtime": [
15
+ "@palladium-ethiopia/esm-reports-app",
16
+ "main"
17
+ ],
18
+ "files": [
19
+ "117.js"
20
+ ],
21
+ "auxiliaryFiles": [],
22
+ "hash": "a3316b30591418bd",
23
+ "childrenByOrder": {}
24
+ },
25
+ {
26
+ "type": "chunk",
27
+ "rendered": false,
28
+ "initial": false,
29
+ "entry": false,
30
+ "size": 126,
31
+ "sizes": {
32
+ "consume-shared": 126
33
+ },
34
+ "names": [],
35
+ "idHints": [
36
+ ""
37
+ ],
38
+ "runtime": [
39
+ "@palladium-ethiopia/esm-reports-app",
40
+ "main"
41
+ ],
42
+ "files": [],
43
+ "auxiliaryFiles": [],
44
+ "hash": "84ae6cde1b869e02",
45
+ "childrenByOrder": {}
46
+ },
47
+ {
48
+ "type": "chunk",
49
+ "rendered": true,
50
+ "initial": false,
51
+ "entry": false,
52
+ "size": 14472,
53
+ "sizes": {
54
+ "javascript": 14472
55
+ },
56
+ "names": [],
57
+ "idHints": [],
58
+ "runtime": [
59
+ "@palladium-ethiopia/esm-reports-app",
60
+ "main"
61
+ ],
62
+ "files": [
63
+ "152.js"
64
+ ],
65
+ "auxiliaryFiles": [
66
+ "152.js.map"
67
+ ],
68
+ "hash": "076753fbca9b9376",
69
+ "childrenByOrder": {}
70
+ },
71
+ {
72
+ "type": "chunk",
73
+ "rendered": true,
74
+ "initial": false,
75
+ "entry": false,
76
+ "reason": "split chunk (cache group: defaultVendors)",
77
+ "size": 61603,
78
+ "sizes": {
79
+ "javascript": 61603
80
+ },
81
+ "names": [],
82
+ "idHints": [
83
+ "vendors"
84
+ ],
85
+ "runtime": [
86
+ "@palladium-ethiopia/esm-reports-app",
87
+ "main"
88
+ ],
89
+ "files": [
90
+ "209.js"
91
+ ],
92
+ "auxiliaryFiles": [
93
+ "209.js.map"
94
+ ],
95
+ "hash": "cab9fe71c8c8bf14",
96
+ "childrenByOrder": {}
97
+ },
98
+ {
99
+ "type": "chunk",
100
+ "rendered": true,
101
+ "initial": false,
102
+ "entry": false,
103
+ "size": 182220,
104
+ "sizes": {
105
+ "javascript": 182220
106
+ },
107
+ "names": [],
108
+ "idHints": [],
109
+ "runtime": [
110
+ "@palladium-ethiopia/esm-reports-app",
111
+ "main"
112
+ ],
113
+ "files": [
114
+ "256.js"
115
+ ],
116
+ "auxiliaryFiles": [
117
+ "256.js.map"
118
+ ],
119
+ "hash": "1c3f36cbc941bfe5",
120
+ "childrenByOrder": {}
121
+ },
122
+ {
123
+ "type": "chunk",
124
+ "rendered": false,
125
+ "initial": false,
126
+ "entry": false,
127
+ "reason": "split chunk (cache group: default)",
128
+ "size": 84,
129
+ "sizes": {
130
+ "consume-shared": 84
131
+ },
132
+ "names": [],
133
+ "idHints": [
134
+ ""
135
+ ],
136
+ "runtime": [
137
+ "@palladium-ethiopia/esm-reports-app",
138
+ "main"
139
+ ],
140
+ "files": [],
141
+ "auxiliaryFiles": [],
142
+ "hash": "8a514e7fe6d2518b",
143
+ "childrenByOrder": {}
144
+ },
145
+ {
146
+ "type": "chunk",
147
+ "rendered": false,
148
+ "initial": false,
149
+ "entry": false,
150
+ "size": 42,
151
+ "sizes": {
152
+ "consume-shared": 42
153
+ },
154
+ "names": [],
155
+ "idHints": [
156
+ ""
157
+ ],
158
+ "runtime": [
159
+ "@palladium-ethiopia/esm-reports-app",
160
+ "main"
161
+ ],
162
+ "files": [],
163
+ "auxiliaryFiles": [],
164
+ "hash": "fafce6bf7aaea64d",
165
+ "childrenByOrder": {}
166
+ },
167
+ {
168
+ "type": "chunk",
169
+ "rendered": true,
170
+ "initial": false,
171
+ "entry": false,
172
+ "reason": "split chunk (cache group: defaultVendors)",
173
+ "size": 4604645,
174
+ "sizes": {
175
+ "javascript": 4604645
176
+ },
177
+ "names": [],
178
+ "idHints": [
179
+ "vendors"
180
+ ],
181
+ "runtime": [
182
+ "@palladium-ethiopia/esm-reports-app",
183
+ "main"
184
+ ],
185
+ "files": [
186
+ "383.js"
187
+ ],
188
+ "auxiliaryFiles": [
189
+ "383.js.map"
190
+ ],
191
+ "hash": "a492dd0845524a88",
192
+ "childrenByOrder": {}
193
+ },
194
+ {
195
+ "type": "chunk",
196
+ "rendered": true,
197
+ "initial": false,
198
+ "entry": false,
199
+ "size": 504,
200
+ "sizes": {
201
+ "javascript": 504
202
+ },
203
+ "names": [],
204
+ "idHints": [],
205
+ "runtime": [
206
+ "@palladium-ethiopia/esm-reports-app",
207
+ "main"
208
+ ],
209
+ "files": [
210
+ "442.js"
211
+ ],
212
+ "auxiliaryFiles": [
213
+ "442.js.map"
214
+ ],
215
+ "hash": "50a7222896e83029",
216
+ "childrenByOrder": {}
217
+ },
218
+ {
219
+ "type": "chunk",
220
+ "rendered": true,
221
+ "initial": false,
222
+ "entry": false,
223
+ "size": 7120,
224
+ "sizes": {
225
+ "javascript": 7120
226
+ },
227
+ "names": [],
228
+ "idHints": [],
229
+ "runtime": [
230
+ "@palladium-ethiopia/esm-reports-app",
231
+ "main"
232
+ ],
233
+ "files": [
234
+ "466.js"
235
+ ],
236
+ "auxiliaryFiles": [
237
+ "466.js.map"
238
+ ],
239
+ "hash": "595ebbf1e229b5de",
240
+ "childrenByOrder": {}
241
+ },
242
+ {
243
+ "type": "chunk",
244
+ "rendered": true,
245
+ "initial": true,
246
+ "entry": true,
247
+ "size": 215477,
248
+ "sizes": {
249
+ "expose": 42,
250
+ "javascript": 215141,
251
+ "runtime": 14605,
252
+ "share-init": 294
253
+ },
254
+ "names": [
255
+ "@palladium-ethiopia/esm-reports-app"
256
+ ],
257
+ "idHints": [],
258
+ "runtime": [
259
+ "@palladium-ethiopia/esm-reports-app"
260
+ ],
261
+ "files": [
262
+ "esm-reports-app.js"
263
+ ],
264
+ "auxiliaryFiles": [
265
+ "esm-reports-app.js.map"
266
+ ],
267
+ "hash": "752675deb57e8696",
268
+ "childrenByOrder": {}
269
+ },
270
+ {
271
+ "type": "chunk",
272
+ "rendered": true,
273
+ "initial": false,
274
+ "entry": false,
275
+ "size": 504,
276
+ "sizes": {
277
+ "javascript": 504
278
+ },
279
+ "names": [],
280
+ "idHints": [],
281
+ "runtime": [
282
+ "@palladium-ethiopia/esm-reports-app",
283
+ "main"
284
+ ],
285
+ "files": [
286
+ "61.js"
287
+ ],
288
+ "auxiliaryFiles": [
289
+ "61.js.map"
290
+ ],
291
+ "hash": "0b41e7600840d6b9",
292
+ "childrenByOrder": {}
293
+ },
294
+ {
295
+ "type": "chunk",
296
+ "rendered": true,
297
+ "initial": false,
298
+ "entry": false,
299
+ "reason": "split chunk (cache group: defaultVendors)",
300
+ "size": 137481,
301
+ "sizes": {
302
+ "javascript": 137481
303
+ },
304
+ "names": [],
305
+ "idHints": [
306
+ "vendors"
307
+ ],
308
+ "runtime": [
309
+ "@palladium-ethiopia/esm-reports-app",
310
+ "main"
311
+ ],
312
+ "files": [
313
+ "689.js"
314
+ ],
315
+ "auxiliaryFiles": [
316
+ "689.js.map"
317
+ ],
318
+ "hash": "2c58e64ff73b0ce9",
319
+ "childrenByOrder": {}
320
+ },
321
+ {
322
+ "type": "chunk",
323
+ "rendered": true,
324
+ "initial": false,
325
+ "entry": false,
326
+ "size": 7160,
327
+ "sizes": {
328
+ "javascript": 7160
329
+ },
330
+ "names": [],
331
+ "idHints": [],
332
+ "runtime": [
333
+ "@palladium-ethiopia/esm-reports-app",
334
+ "main"
335
+ ],
336
+ "files": [
337
+ "697.js"
338
+ ],
339
+ "auxiliaryFiles": [
340
+ "697.js.map"
341
+ ],
342
+ "hash": "d08f262d5b216e14",
343
+ "childrenByOrder": {}
344
+ },
345
+ {
346
+ "type": "chunk",
347
+ "rendered": true,
348
+ "initial": false,
349
+ "entry": false,
350
+ "size": 315411,
351
+ "sizes": {
352
+ "javascript": 315411
353
+ },
354
+ "names": [],
355
+ "idHints": [
356
+ "vendors"
357
+ ],
358
+ "runtime": [
359
+ "@palladium-ethiopia/esm-reports-app",
360
+ "main"
361
+ ],
362
+ "files": [
363
+ "712.js"
364
+ ],
365
+ "auxiliaryFiles": [
366
+ "712.js.map"
367
+ ],
368
+ "hash": "72cca3660ba8db5e",
369
+ "childrenByOrder": {}
370
+ },
371
+ {
372
+ "type": "chunk",
373
+ "rendered": true,
374
+ "initial": false,
375
+ "entry": false,
376
+ "size": 3504,
377
+ "sizes": {
378
+ "javascript": 3504
379
+ },
380
+ "names": [],
381
+ "idHints": [],
382
+ "runtime": [
383
+ "@palladium-ethiopia/esm-reports-app"
384
+ ],
385
+ "files": [
386
+ "743.js"
387
+ ],
388
+ "auxiliaryFiles": [
389
+ "743.js.map"
390
+ ],
391
+ "hash": "3e2c0432fe01a265",
392
+ "childrenByOrder": {}
393
+ },
394
+ {
395
+ "type": "chunk",
396
+ "rendered": true,
397
+ "initial": false,
398
+ "entry": false,
399
+ "size": 14472,
400
+ "sizes": {
401
+ "javascript": 14472
402
+ },
403
+ "names": [],
404
+ "idHints": [],
405
+ "runtime": [
406
+ "@palladium-ethiopia/esm-reports-app",
407
+ "main"
408
+ ],
409
+ "files": [
410
+ "771.js"
411
+ ],
412
+ "auxiliaryFiles": [
413
+ "771.js.map"
414
+ ],
415
+ "hash": "e28fc67cc9e61be8",
416
+ "childrenByOrder": {}
417
+ },
418
+ {
419
+ "type": "chunk",
420
+ "rendered": true,
421
+ "initial": false,
422
+ "entry": false,
423
+ "size": 29620,
424
+ "sizes": {
425
+ "javascript": 29620
426
+ },
427
+ "names": [],
428
+ "idHints": [
429
+ "vendors"
430
+ ],
431
+ "runtime": [
432
+ "@palladium-ethiopia/esm-reports-app",
433
+ "main"
434
+ ],
435
+ "files": [
436
+ "789.js"
437
+ ],
438
+ "auxiliaryFiles": [
439
+ "789.js.map"
440
+ ],
441
+ "hash": "e24ef0df2be305ec",
442
+ "childrenByOrder": {}
443
+ },
444
+ {
445
+ "type": "chunk",
446
+ "rendered": true,
447
+ "initial": false,
448
+ "entry": false,
449
+ "size": 699,
450
+ "sizes": {
451
+ "javascript": 699
452
+ },
453
+ "names": [],
454
+ "idHints": [],
455
+ "runtime": [
456
+ "@palladium-ethiopia/esm-reports-app",
457
+ "main"
458
+ ],
459
+ "files": [
460
+ "806.js"
461
+ ],
462
+ "auxiliaryFiles": [],
463
+ "hash": "9fae5fedb508e95e",
464
+ "childrenByOrder": {}
465
+ },
466
+ {
467
+ "type": "chunk",
468
+ "rendered": true,
469
+ "initial": true,
470
+ "entry": true,
471
+ "size": 218939,
472
+ "sizes": {
473
+ "consume-shared": 42,
474
+ "javascript": 218603,
475
+ "runtime": 14072,
476
+ "share-init": 294
477
+ },
478
+ "names": [
479
+ "main"
480
+ ],
481
+ "idHints": [],
482
+ "runtime": [
483
+ "main"
484
+ ],
485
+ "files": [
486
+ "main.js"
487
+ ],
488
+ "auxiliaryFiles": [
489
+ "main.js.map"
490
+ ],
491
+ "hash": "50ce154fc02fd7bb",
492
+ "childrenByOrder": {}
493
+ },
494
+ {
495
+ "type": "chunk",
496
+ "rendered": true,
497
+ "initial": false,
498
+ "entry": false,
499
+ "reason": "split chunk (cache group: defaultVendors)",
500
+ "size": 2521485,
501
+ "sizes": {
502
+ "javascript": 2521485
503
+ },
504
+ "names": [],
505
+ "idHints": [
506
+ "vendors"
507
+ ],
508
+ "runtime": [
509
+ "@palladium-ethiopia/esm-reports-app",
510
+ "main"
511
+ ],
512
+ "files": [
513
+ "908.js"
514
+ ],
515
+ "auxiliaryFiles": [
516
+ "908.js.map"
517
+ ],
518
+ "hash": "914b4fd9050f769f",
519
+ "childrenByOrder": {}
520
+ },
521
+ {
522
+ "type": "chunk",
523
+ "rendered": false,
524
+ "initial": false,
525
+ "entry": false,
526
+ "size": 42,
527
+ "sizes": {
528
+ "consume-shared": 42
529
+ },
530
+ "names": [],
531
+ "idHints": [
532
+ ""
533
+ ],
534
+ "runtime": [
535
+ "@palladium-ethiopia/esm-reports-app",
536
+ "main"
537
+ ],
538
+ "files": [],
539
+ "auxiliaryFiles": [],
540
+ "hash": "3b8ba79e63e4b06b",
541
+ "childrenByOrder": {}
542
+ }
543
+ ]
544
+ }