@itwin/reports-config-widget-react 0.7.0 → 0.7.1

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 (76) hide show
  1. package/CHANGELOG.json +16 -1
  2. package/CHANGELOG.md +10 -2
  3. package/README.md +1 -5
  4. package/coverage/clover.xml +76 -78
  5. package/coverage/coverage-final.json +7 -7
  6. package/coverage/lcov-report/index.html +10 -10
  7. package/coverage/lcov-report/src/ReportsConfigWidget.ts.html +2 -2
  8. package/coverage/lcov-report/src/index.html +1 -1
  9. package/coverage/lcov-report/src/test/index.html +1 -1
  10. package/coverage/lcov-report/src/test/test-utils.tsx.html +1 -1
  11. package/coverage/lcov-report/src/widget/ReportsConfigUiProvider.tsx.html +1 -1
  12. package/coverage/lcov-report/src/widget/components/ActionPanel.tsx.html +1 -1
  13. package/coverage/lcov-report/src/widget/components/AddMappingsModal.tsx.html +1 -1
  14. package/coverage/lcov-report/src/widget/components/BulkExtractor.ts.html +1 -1
  15. package/coverage/lcov-report/src/widget/components/Constants.ts.html +1 -1
  16. package/coverage/lcov-report/src/widget/components/DeleteModal.tsx.html +1 -1
  17. package/coverage/lcov-report/src/widget/components/ExtractionStates/FailedExtractionState.tsx.html +1 -1
  18. package/coverage/lcov-report/src/widget/components/ExtractionStates/QueuedExtractionState.tsx.html +1 -1
  19. package/coverage/lcov-report/src/widget/components/ExtractionStates/RunningExtractionState.tsx.html +1 -1
  20. package/coverage/lcov-report/src/widget/components/ExtractionStates/StartingExtractionState.tsx.html +1 -1
  21. package/coverage/lcov-report/src/widget/components/ExtractionStates/SucceededExtractionState.tsx.html +1 -1
  22. package/coverage/lcov-report/src/widget/components/ExtractionStates/index.html +1 -1
  23. package/coverage/lcov-report/src/widget/components/ExtractionStatus.tsx.html +1 -1
  24. package/coverage/lcov-report/src/widget/components/ExtractionToast.tsx.html +1 -1
  25. package/coverage/lcov-report/src/widget/components/HorizontalTile.tsx.html +3 -3
  26. package/coverage/lcov-report/src/widget/components/LocalizedTablePaginator.tsx.html +1 -1
  27. package/coverage/lcov-report/src/widget/components/ReportAction.tsx.html +1 -1
  28. package/coverage/lcov-report/src/widget/components/ReportHorizontalTile.tsx.html +15 -15
  29. package/coverage/lcov-report/src/widget/components/ReportMappingHorizontalTile.tsx.html +1 -1
  30. package/coverage/lcov-report/src/widget/components/ReportMappings.tsx.html +11 -20
  31. package/coverage/lcov-report/src/widget/components/Reports.tsx.html +3 -3
  32. package/coverage/lcov-report/src/widget/components/ReportsConfigContext.tsx.html +4 -4
  33. package/coverage/lcov-report/src/widget/components/ReportsContainer.tsx.html +1 -1
  34. package/coverage/lcov-report/src/widget/components/ReportsHeader.tsx.html +1 -1
  35. package/coverage/lcov-report/src/widget/components/ReportsRouter.tsx.html +1 -1
  36. package/coverage/lcov-report/src/widget/components/SearchBar.tsx.html +1 -1
  37. package/coverage/lcov-report/src/widget/components/SelectIModel.tsx.html +1 -1
  38. package/coverage/lcov-report/src/widget/components/index.html +11 -11
  39. package/coverage/lcov-report/src/widget/components/utils.tsx.html +2 -2
  40. package/coverage/lcov-report/src/widget/context/BulkExtractorContext.tsx.html +1 -1
  41. package/coverage/lcov-report/src/widget/context/ReportsConfigApiContext.tsx.html +1 -1
  42. package/coverage/lcov-report/src/widget/context/index.html +1 -1
  43. package/coverage/lcov-report/src/widget/hooks/index.html +1 -1
  44. package/coverage/lcov-report/src/widget/hooks/useValidator.ts.html +1 -1
  45. package/coverage/lcov-report/src/widget/index.html +1 -1
  46. package/coverage/lcov.info +132 -134
  47. package/lib/cjs/test/ReportAction.test.js +3 -0
  48. package/lib/cjs/test/ReportAction.test.js.map +1 -1
  49. package/lib/cjs/test/ReportMappings.test.js +4 -1
  50. package/lib/cjs/test/ReportMappings.test.js.map +1 -1
  51. package/lib/cjs/test/Reports.test.js +3 -0
  52. package/lib/cjs/test/Reports.test.js.map +1 -1
  53. package/lib/cjs/tsconfig.tsbuildinfo +1 -1
  54. package/lib/cjs/widget/components/ReportMappings.d.ts.map +1 -1
  55. package/lib/cjs/widget/components/ReportMappings.js +4 -6
  56. package/lib/cjs/widget/components/ReportMappings.js.map +1 -1
  57. package/lib/cjs/widget/components/ReportsConfigContext.js +3 -3
  58. package/lib/cjs/widget/components/ReportsConfigContext.js.map +1 -1
  59. package/lib/esm/test/ReportAction.test.js +3 -0
  60. package/lib/esm/test/ReportAction.test.js.map +1 -1
  61. package/lib/esm/test/ReportMappings.test.js +4 -1
  62. package/lib/esm/test/ReportMappings.test.js.map +1 -1
  63. package/lib/esm/test/Reports.test.js +3 -0
  64. package/lib/esm/test/Reports.test.js.map +1 -1
  65. package/lib/esm/tsconfig.tsbuildinfo +1 -1
  66. package/lib/esm/widget/components/ReportMappings.d.ts.map +1 -1
  67. package/lib/esm/widget/components/ReportMappings.js +5 -7
  68. package/lib/esm/widget/components/ReportMappings.js.map +1 -1
  69. package/lib/esm/widget/components/ReportsConfigContext.js +3 -3
  70. package/lib/esm/widget/components/ReportsConfigContext.js.map +1 -1
  71. package/package.json +2 -2
  72. package/src/test/ReportAction.test.tsx +3 -0
  73. package/src/test/ReportMappings.test.tsx +4 -1
  74. package/src/test/Reports.test.tsx +3 -0
  75. package/src/widget/components/ReportMappings.tsx +5 -8
  76. package/src/widget/components/ReportsConfigContext.tsx +3 -3
package/CHANGELOG.json CHANGED
@@ -2,7 +2,22 @@
2
2
  "name": "@itwin/reports-config-widget-react",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 11 Jun 2024 15:52:04 GMT",
5
+ "date": "Thu, 12 Sep 2024 12:18:15 GMT",
6
+ "version": "0.7.1",
7
+ "tag": "@itwin/reports-config-widget-react_v0.7.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "Mindaugas.Butkus@bentley.com",
12
+ "package": "@itwin/reports-config-widget-react",
13
+ "commit": "c25f5cbe072325e1e09e0dc04bee0c0471ea4481",
14
+ "comment": "Upgraded insights-client to v0.13.0"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 11 Jun 2024 15:52:38 GMT",
6
21
  "version": "0.7.0",
7
22
  "tag": "@itwin/reports-config-widget-react_v0.7.0",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @itwin/reports-config-widget-react
2
2
 
3
- This log was last generated on Tue, 11 Jun 2024 15:52:04 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 12 Sep 2024 12:18:15 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.7.1
8
+
9
+ Thu, 12 Sep 2024 12:18:15 GMT
10
+
11
+ ### Patches
12
+
13
+ - Upgraded insights-client to v0.13.0 ([#1041](https://github.com/iTwin/viewer-components-react/pull/1041))
14
+
7
15
  ## 0.7.0
8
16
 
9
- Tue, 11 Jun 2024 15:52:04 GMT
17
+ Tue, 11 Jun 2024 15:52:38 GMT
10
18
 
11
19
  ### Minor changes
12
20
 
package/README.md CHANGED
@@ -12,11 +12,7 @@ This package provides a viewer 'widget'. Documentation on how to add a widget to
12
12
 
13
13
  ## Permissions and Scopes
14
14
 
15
- The SPA client used by your iTwin viewer must have these additional scopes:
16
-
17
- - `insights:read`
18
- - `insights:modify`
19
- - `projects:read`
15
+ The SPA client used by your iTwin viewer must have the `itwin-platform` scope.
20
16
 
21
17
  In addition, users must have the `imodels_read` and `imodels_write` [permissions](https://developer.bentley.com/apis/insights/operations/create-mapping/#authorization) assigned at either the Project or iModel level. Further instruction on how to create roles and assign permissions can be found in the [iTwin Platform Projects API documentation](https://developer.bentley.com/apis/projects/tutorials/).
22
18
 
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1718120969475" clover="3.2.0">
3
- <project timestamp="1718120969476" name="All files">
4
- <metrics statements="744" coveredstatements="639" conditionals="221" coveredconditionals="149" methods="189" coveredmethods="147" elements="1154" coveredelements="935" complexity="0" loc="744" ncloc="744" packages="7" files="32" classes="32"/>
2
+ <coverage generated="1726143328390" clover="3.2.0">
3
+ <project timestamp="1726143328390" name="All files">
4
+ <metrics statements="742" coveredstatements="637" conditionals="221" coveredconditionals="149" methods="189" coveredmethods="147" elements="1152" coveredelements="933" complexity="0" loc="742" ncloc="742" packages="7" files="32" classes="32"/>
5
5
  <package name="src">
6
6
  <metrics statements="9" coveredstatements="7" conditionals="2" coveredconditionals="1" methods="4" coveredmethods="2"/>
7
7
  <file name="ReportsConfigWidget.ts" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/ReportsConfigWidget.ts">
@@ -9,7 +9,7 @@
9
9
  <line num="6" count="8" type="stmt"/>
10
10
  <line num="12" count="8" type="stmt"/>
11
11
  <line num="17" count="0" type="stmt"/>
12
- <line num="21" count="5180" type="stmt"/>
12
+ <line num="21" count="5110" type="stmt"/>
13
13
  <line num="25" count="7" type="cond" truecount="1" falsecount="1"/>
14
14
  <line num="27" count="7" type="stmt"/>
15
15
  <line num="28" count="7" type="stmt"/>
@@ -64,7 +64,7 @@
64
64
  </file>
65
65
  </package>
66
66
  <package name="src.widget.components">
67
- <metrics statements="638" coveredstatements="548" conditionals="205" coveredconditionals="143" methods="165" coveredmethods="131"/>
67
+ <metrics statements="636" coveredstatements="546" conditionals="205" coveredconditionals="143" methods="165" coveredmethods="131"/>
68
68
  <file name="ActionPanel.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ActionPanel.tsx">
69
69
  <metrics statements="8" coveredstatements="8" conditionals="11" coveredconditionals="10" methods="1" coveredmethods="1"/>
70
70
  <line num="5" count="7" type="stmt"/>
@@ -305,8 +305,8 @@
305
305
  <line num="8" count="7" type="stmt"/>
306
306
  <line num="9" count="7" type="stmt"/>
307
307
  <line num="21" count="7" type="stmt"/>
308
- <line num="22" count="234" type="stmt"/>
309
- <line num="24" count="234" type="stmt"/>
308
+ <line num="22" count="201" type="stmt"/>
309
+ <line num="24" count="201" type="stmt"/>
310
310
  </file>
311
311
  <file name="LocalizedTablePaginator.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/LocalizedTablePaginator.tsx">
312
312
  <metrics statements="11" coveredstatements="11" conditionals="2" coveredconditionals="1" methods="6" coveredmethods="6"/>
@@ -368,19 +368,19 @@
368
368
  <line num="13" count="7" type="stmt"/>
369
369
  <line num="14" count="7" type="stmt"/>
370
370
  <line num="27" count="7" type="stmt"/>
371
- <line num="28" count="216" type="stmt"/>
372
- <line num="29" count="216" type="stmt"/>
373
- <line num="30" count="216" type="stmt"/>
374
- <line num="32" count="216" type="stmt"/>
375
- <line num="33" count="34" type="stmt"/>
371
+ <line num="28" count="183" type="stmt"/>
372
+ <line num="29" count="183" type="stmt"/>
373
+ <line num="30" count="183" type="stmt"/>
374
+ <line num="32" count="183" type="stmt"/>
375
+ <line num="33" count="32" type="stmt"/>
376
376
  <line num="34" count="0" type="cond" truecount="0" falsecount="1"/>
377
377
  <line num="35" count="0" type="stmt"/>
378
378
  <line num="36" count="0" type="stmt"/>
379
- <line num="39" count="34" type="stmt"/>
380
- <line num="41" count="34" type="stmt"/>
381
- <line num="42" count="34" type="stmt"/>
382
- <line num="46" count="216" type="stmt"/>
383
- <line num="47" count="34" type="cond" truecount="0" falsecount="1"/>
379
+ <line num="39" count="32" type="stmt"/>
380
+ <line num="41" count="32" type="stmt"/>
381
+ <line num="42" count="32" type="stmt"/>
382
+ <line num="46" count="183" type="stmt"/>
383
+ <line num="47" count="32" type="cond" truecount="0" falsecount="1"/>
384
384
  <line num="48" count="0" type="stmt"/>
385
385
  <line num="49" count="0" type="stmt"/>
386
386
  <line num="50" count="0" type="stmt"/>
@@ -388,13 +388,13 @@
388
388
  <line num="52" count="0" type="stmt"/>
389
389
  <line num="53" count="0" type="cond" truecount="0" falsecount="3"/>
390
390
  <line num="54" count="0" type="stmt"/>
391
- <line num="59" count="34" type="stmt"/>
392
- <line num="62" count="216" type="stmt"/>
391
+ <line num="59" count="32" type="stmt"/>
392
+ <line num="62" count="183" type="stmt"/>
393
393
  <line num="63" count="4" type="cond" truecount="1" falsecount="0"/>
394
394
  <line num="64" count="4" type="stmt"/>
395
- <line num="68" count="216" type="stmt"/>
395
+ <line num="68" count="183" type="stmt"/>
396
396
  <line num="75" count="1" type="stmt"/>
397
- <line num="82" count="216" type="stmt"/>
397
+ <line num="82" count="183" type="stmt"/>
398
398
  <line num="84" count="2" type="stmt"/>
399
399
  <line num="93" count="1" type="stmt"/>
400
400
  <line num="94" count="1" type="stmt"/>
@@ -446,7 +446,7 @@
446
446
  <line num="112" count="1" type="stmt"/>
447
447
  </file>
448
448
  <file name="ReportMappings.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ReportMappings.tsx">
449
- <metrics statements="83" coveredstatements="78" conditionals="21" coveredconditionals="13" methods="23" coveredmethods="20"/>
449
+ <metrics statements="81" coveredstatements="76" conditionals="21" coveredconditionals="13" methods="23" coveredmethods="20"/>
450
450
  <line num="5" count="7" type="stmt"/>
451
451
  <line num="6" count="7" type="stmt"/>
452
452
  <line num="7" count="7" type="stmt"/>
@@ -454,38 +454,38 @@
454
454
  <line num="10" count="7" type="stmt"/>
455
455
  <line num="11" count="7" type="stmt"/>
456
456
  <line num="13" count="7" type="stmt"/>
457
- <line num="14" count="7" type="stmt"/>
457
+ <line num="15" count="7" type="stmt"/>
458
458
  <line num="16" count="7" type="stmt"/>
459
459
  <line num="17" count="7" type="stmt"/>
460
460
  <line num="18" count="7" type="stmt"/>
461
461
  <line num="19" count="7" type="stmt"/>
462
- <line num="20" count="7" type="stmt"/>
462
+ <line num="21" count="7" type="stmt"/>
463
463
  <line num="22" count="7" type="stmt"/>
464
- <line num="23" count="7" type="stmt"/>
465
- <line num="32" count="7" type="stmt"/>
464
+ <line num="31" count="7" type="stmt"/>
465
+ <line num="40" count="6" type="stmt"/>
466
466
  <line num="41" count="6" type="stmt"/>
467
467
  <line num="42" count="6" type="stmt"/>
468
468
  <line num="43" count="6" type="stmt"/>
469
469
  <line num="44" count="6" type="stmt"/>
470
470
  <line num="45" count="6" type="stmt"/>
471
- <line num="46" count="6" type="stmt"/>
471
+ <line num="47" count="6" type="stmt"/>
472
472
  <line num="48" count="6" type="stmt"/>
473
- <line num="49" count="6" type="stmt"/>
473
+ <line num="49" count="8" type="stmt"/>
474
474
  <line num="50" count="8" type="stmt"/>
475
475
  <line num="51" count="8" type="stmt"/>
476
- <line num="52" count="8" type="stmt"/>
477
- <line num="53" count="8" type="cond" truecount="1" falsecount="1"/>
478
- <line num="54" count="0" type="cond" truecount="0" falsecount="2"/>
479
- <line num="56" count="8" type="stmt"/>
476
+ <line num="52" count="8" type="cond" truecount="1" falsecount="1"/>
477
+ <line num="53" count="0" type="cond" truecount="0" falsecount="2"/>
478
+ <line num="55" count="8" type="stmt"/>
479
+ <line num="59" count="8" type="stmt"/>
480
480
  <line num="60" count="8" type="stmt"/>
481
481
  <line num="61" count="8" type="stmt"/>
482
- <line num="62" count="8" type="stmt"/>
483
- <line num="64" count="8" type="stmt"/>
484
- <line num="70" count="8" type="stmt"/>
485
- <line num="73" count="4" type="stmt"/>
486
- <line num="75" count="2" type="stmt"/>
487
- <line num="77" count="6" type="stmt"/>
488
- <line num="95" count="7" type="stmt"/>
482
+ <line num="63" count="8" type="stmt"/>
483
+ <line num="69" count="8" type="stmt"/>
484
+ <line num="72" count="4" type="stmt"/>
485
+ <line num="74" count="2" type="stmt"/>
486
+ <line num="76" count="6" type="stmt"/>
487
+ <line num="94" count="7" type="stmt"/>
488
+ <line num="95" count="87" type="stmt"/>
489
489
  <line num="96" count="87" type="stmt"/>
490
490
  <line num="97" count="87" type="stmt"/>
491
491
  <line num="98" count="87" type="stmt"/>
@@ -494,42 +494,40 @@
494
494
  <line num="101" count="87" type="stmt"/>
495
495
  <line num="102" count="87" type="stmt"/>
496
496
  <line num="103" count="87" type="stmt"/>
497
- <line num="104" count="87" type="stmt"/>
498
- <line num="106" count="87" type="stmt"/>
499
- <line num="107" count="5" type="stmt"/>
500
- <line num="110" count="87" type="stmt"/>
501
- <line num="111" count="13" type="cond" truecount="0" falsecount="1"/>
502
- <line num="112" count="13" type="stmt"/>
503
- <line num="114" count="8" type="stmt"/>
504
- <line num="118" count="87" type="stmt"/>
505
- <line num="119" count="1" type="stmt"/>
506
- <line num="122" count="87" type="stmt"/>
507
- <line num="124" count="87" type="stmt"/>
508
- <line num="125" count="1" type="stmt"/>
509
- <line num="128" count="87" type="stmt"/>
510
- <line num="129" count="126" type="stmt"/>
511
- <line num="133" count="87" type="stmt"/>
512
- <line num="134" count="1" type="stmt"/>
513
- <line num="135" count="1" type="stmt"/>
514
- <line num="138" count="87" type="cond" truecount="0" falsecount="1"/>
515
- <line num="140" count="87" type="stmt"/>
516
- <line num="152" count="1" type="stmt"/>
517
- <line num="153" count="1" type="stmt"/>
518
- <line num="162" count="1" type="stmt"/>
519
- <line num="193" count="131" type="stmt"/>
520
- <line num="198" count="0" type="stmt"/>
521
- <line num="217" count="0" type="stmt"/>
522
- <line num="218" count="0" type="cond" truecount="0" falsecount="2"/>
523
- <line num="221" count="0" type="stmt"/>
524
- <line num="229" count="1" type="stmt"/>
525
- <line num="230" count="2" type="stmt"/>
526
- <line num="231" count="1" type="stmt"/>
527
- <line num="232" count="2" type="stmt"/>
528
- <line num="235" count="4" type="stmt"/>
529
- <line num="236" count="2" type="stmt"/>
530
- <line num="241" count="1" type="stmt"/>
531
- <line num="242" count="1" type="stmt"/>
532
- <line num="243" count="2" type="stmt"/>
497
+ <line num="105" count="87" type="stmt"/>
498
+ <line num="106" count="5" type="stmt"/>
499
+ <line num="109" count="87" type="stmt"/>
500
+ <line num="110" count="13" type="cond" truecount="0" falsecount="1"/>
501
+ <line num="111" count="13" type="stmt"/>
502
+ <line num="113" count="8" type="stmt"/>
503
+ <line num="117" count="87" type="stmt"/>
504
+ <line num="118" count="1" type="stmt"/>
505
+ <line num="121" count="87" type="stmt"/>
506
+ <line num="122" count="1" type="stmt"/>
507
+ <line num="125" count="87" type="stmt"/>
508
+ <line num="126" count="126" type="stmt"/>
509
+ <line num="130" count="87" type="stmt"/>
510
+ <line num="131" count="1" type="stmt"/>
511
+ <line num="132" count="1" type="stmt"/>
512
+ <line num="135" count="87" type="cond" truecount="0" falsecount="1"/>
513
+ <line num="137" count="87" type="stmt"/>
514
+ <line num="149" count="1" type="stmt"/>
515
+ <line num="150" count="1" type="stmt"/>
516
+ <line num="159" count="1" type="stmt"/>
517
+ <line num="190" count="131" type="stmt"/>
518
+ <line num="195" count="0" type="stmt"/>
519
+ <line num="214" count="0" type="stmt"/>
520
+ <line num="215" count="0" type="cond" truecount="0" falsecount="2"/>
521
+ <line num="218" count="0" type="stmt"/>
522
+ <line num="226" count="1" type="stmt"/>
523
+ <line num="227" count="2" type="stmt"/>
524
+ <line num="228" count="1" type="stmt"/>
525
+ <line num="229" count="2" type="stmt"/>
526
+ <line num="232" count="4" type="stmt"/>
527
+ <line num="233" count="2" type="stmt"/>
528
+ <line num="238" count="1" type="stmt"/>
529
+ <line num="239" count="1" type="stmt"/>
530
+ <line num="240" count="2" type="stmt"/>
533
531
  </file>
534
532
  <file name="Reports.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/Reports.tsx">
535
533
  <metrics statements="52" coveredstatements="47" conditionals="18" coveredconditionals="12" methods="18" coveredmethods="14"/>
@@ -568,7 +566,7 @@
568
566
  <line num="71" count="75" type="stmt"/>
569
567
  <line num="72" count="1" type="stmt"/>
570
568
  <line num="75" count="75" type="stmt"/>
571
- <line num="76" count="196" type="stmt"/>
569
+ <line num="76" count="161" type="stmt"/>
572
570
  <line num="80" count="75" type="stmt"/>
573
571
  <line num="81" count="4" type="cond" truecount="1" falsecount="0"/>
574
572
  <line num="83" count="4" type="cond" truecount="1" falsecount="1"/>
@@ -579,7 +577,7 @@
579
577
  <line num="90" count="0" type="stmt"/>
580
578
  <line num="93" count="75" type="cond" truecount="0" falsecount="1"/>
581
579
  <line num="95" count="75" type="stmt"/>
582
- <line num="141" count="216" type="stmt"/>
580
+ <line num="141" count="183" type="stmt"/>
583
581
  <line num="148" count="1" type="stmt"/>
584
582
  <line num="152" count="28" type="stmt"/>
585
583
  <line num="160" count="1" type="stmt"/>
@@ -764,7 +762,7 @@
764
762
  <line num="97" count="25" type="stmt"/>
765
763
  <line num="104" count="8" type="stmt"/>
766
764
  <line num="106" count="8" type="stmt"/>
767
- <line num="107" count="372" type="stmt"/>
765
+ <line num="107" count="285" type="stmt"/>
768
766
  </file>
769
767
  </package>
770
768
  <package name="src.widget.components.ExtractionStates">