@itwin/reports-config-widget-react 0.6.0 → 0.7.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 (116) hide show
  1. package/CHANGELOG.json +30 -1
  2. package/CHANGELOG.md +15 -2
  3. package/api/reports-config-widget-react.api.md +11 -15
  4. package/api/reports-config-widget-react.exports.csv +1 -1
  5. package/api/temp/reports-config-widget-react.api.md +11 -15
  6. package/coverage/clover.xml +133 -134
  7. package/coverage/coverage-final.json +9 -9
  8. package/coverage/lcov-report/index.html +14 -14
  9. package/coverage/lcov-report/src/ReportsConfigWidget.ts.html +2 -2
  10. package/coverage/lcov-report/src/index.html +1 -1
  11. package/coverage/lcov-report/src/test/index.html +1 -1
  12. package/coverage/lcov-report/src/test/test-utils.tsx.html +1 -1
  13. package/coverage/lcov-report/src/widget/ReportsConfigUiProvider.tsx.html +11 -26
  14. package/coverage/lcov-report/src/widget/components/ActionPanel.tsx.html +1 -1
  15. package/coverage/lcov-report/src/widget/components/AddMappingsModal.tsx.html +3 -3
  16. package/coverage/lcov-report/src/widget/components/BulkExtractor.ts.html +7 -10
  17. package/coverage/lcov-report/src/widget/components/Constants.ts.html +1 -1
  18. package/coverage/lcov-report/src/widget/components/DeleteModal.tsx.html +1 -1
  19. package/coverage/lcov-report/src/widget/components/ExtractionStates/FailedExtractionState.tsx.html +1 -1
  20. package/coverage/lcov-report/src/widget/components/ExtractionStates/QueuedExtractionState.tsx.html +1 -1
  21. package/coverage/lcov-report/src/widget/components/ExtractionStates/RunningExtractionState.tsx.html +1 -1
  22. package/coverage/lcov-report/src/widget/components/ExtractionStates/StartingExtractionState.tsx.html +1 -1
  23. package/coverage/lcov-report/src/widget/components/ExtractionStates/SucceededExtractionState.tsx.html +1 -1
  24. package/coverage/lcov-report/src/widget/components/ExtractionStates/index.html +1 -1
  25. package/coverage/lcov-report/src/widget/components/ExtractionStatus.tsx.html +1 -1
  26. package/coverage/lcov-report/src/widget/components/ExtractionToast.tsx.html +1 -1
  27. package/coverage/lcov-report/src/widget/components/HorizontalTile.tsx.html +3 -3
  28. package/coverage/lcov-report/src/widget/components/LocalizedTablePaginator.tsx.html +1 -1
  29. package/coverage/lcov-report/src/widget/components/ReportAction.tsx.html +1 -1
  30. package/coverage/lcov-report/src/widget/components/ReportHorizontalTile.tsx.html +15 -15
  31. package/coverage/lcov-report/src/widget/components/ReportMappingHorizontalTile.tsx.html +1 -1
  32. package/coverage/lcov-report/src/widget/components/ReportMappings.tsx.html +4 -4
  33. package/coverage/lcov-report/src/widget/components/Reports.tsx.html +6 -6
  34. package/coverage/lcov-report/src/widget/components/ReportsConfigContext.tsx.html +112 -13
  35. package/coverage/lcov-report/src/widget/components/ReportsContainer.tsx.html +8 -17
  36. package/coverage/lcov-report/src/widget/components/ReportsHeader.tsx.html +1 -1
  37. package/coverage/lcov-report/src/widget/components/ReportsRouter.tsx.html +1 -1
  38. package/coverage/lcov-report/src/widget/components/SearchBar.tsx.html +1 -1
  39. package/coverage/lcov-report/src/widget/components/SelectIModel.tsx.html +1 -1
  40. package/coverage/lcov-report/src/widget/components/index.html +1 -1
  41. package/coverage/lcov-report/src/widget/components/utils.tsx.html +1 -1
  42. package/coverage/lcov-report/src/widget/context/BulkExtractorContext.tsx.html +1 -1
  43. package/coverage/lcov-report/src/widget/context/ReportsConfigApiContext.tsx.html +7 -4
  44. package/coverage/lcov-report/src/widget/context/index.html +1 -1
  45. package/coverage/lcov-report/src/widget/hooks/index.html +1 -1
  46. package/coverage/lcov-report/src/widget/hooks/useValidator.ts.html +1 -1
  47. package/coverage/lcov-report/src/widget/index.html +13 -13
  48. package/coverage/lcov.info +240 -242
  49. package/lib/cjs/reports-config-widget-react.d.ts +1 -0
  50. package/lib/cjs/reports-config-widget-react.d.ts.map +1 -1
  51. package/lib/cjs/reports-config-widget-react.js +1 -0
  52. package/lib/cjs/reports-config-widget-react.js.map +1 -1
  53. package/lib/cjs/tsconfig.tsbuildinfo +1 -1
  54. package/lib/cjs/widget/ReportsConfigUiProvider.d.ts +3 -4
  55. package/lib/cjs/widget/ReportsConfigUiProvider.d.ts.map +1 -1
  56. package/lib/cjs/widget/ReportsConfigUiProvider.js +3 -4
  57. package/lib/cjs/widget/ReportsConfigUiProvider.js.map +1 -1
  58. package/lib/cjs/widget/components/AddMappingsModal.d.ts.map +1 -1
  59. package/lib/cjs/widget/components/AddMappingsModal.js.map +1 -1
  60. package/lib/cjs/widget/components/BulkExtractor.d.ts +2 -2
  61. package/lib/cjs/widget/components/BulkExtractor.d.ts.map +1 -1
  62. package/lib/cjs/widget/components/BulkExtractor.js.map +1 -1
  63. package/lib/cjs/widget/components/ReportMappings.d.ts.map +1 -1
  64. package/lib/cjs/widget/components/ReportMappings.js.map +1 -1
  65. package/lib/cjs/widget/components/Reports.d.ts.map +1 -1
  66. package/lib/cjs/widget/components/Reports.js.map +1 -1
  67. package/lib/cjs/widget/components/ReportsConfigContext.d.ts +26 -4
  68. package/lib/cjs/widget/components/ReportsConfigContext.d.ts.map +1 -1
  69. package/lib/cjs/widget/components/ReportsConfigContext.js +15 -5
  70. package/lib/cjs/widget/components/ReportsConfigContext.js.map +1 -1
  71. package/lib/cjs/widget/components/ReportsContainer.d.ts +3 -6
  72. package/lib/cjs/widget/components/ReportsContainer.d.ts.map +1 -1
  73. package/lib/cjs/widget/components/ReportsContainer.js +6 -2
  74. package/lib/cjs/widget/components/ReportsContainer.js.map +1 -1
  75. package/lib/cjs/widget/context/ReportsConfigApiContext.d.ts +3 -3
  76. package/lib/cjs/widget/context/ReportsConfigApiContext.d.ts.map +1 -1
  77. package/lib/cjs/widget/context/ReportsConfigApiContext.js.map +1 -1
  78. package/lib/esm/reports-config-widget-react.d.ts +1 -0
  79. package/lib/esm/reports-config-widget-react.d.ts.map +1 -1
  80. package/lib/esm/reports-config-widget-react.js +1 -0
  81. package/lib/esm/reports-config-widget-react.js.map +1 -1
  82. package/lib/esm/tsconfig.tsbuildinfo +1 -1
  83. package/lib/esm/widget/ReportsConfigUiProvider.d.ts +3 -4
  84. package/lib/esm/widget/ReportsConfigUiProvider.d.ts.map +1 -1
  85. package/lib/esm/widget/ReportsConfigUiProvider.js +3 -4
  86. package/lib/esm/widget/ReportsConfigUiProvider.js.map +1 -1
  87. package/lib/esm/widget/components/AddMappingsModal.d.ts.map +1 -1
  88. package/lib/esm/widget/components/AddMappingsModal.js.map +1 -1
  89. package/lib/esm/widget/components/BulkExtractor.d.ts +2 -2
  90. package/lib/esm/widget/components/BulkExtractor.d.ts.map +1 -1
  91. package/lib/esm/widget/components/BulkExtractor.js.map +1 -1
  92. package/lib/esm/widget/components/ReportMappings.d.ts.map +1 -1
  93. package/lib/esm/widget/components/ReportMappings.js.map +1 -1
  94. package/lib/esm/widget/components/Reports.d.ts.map +1 -1
  95. package/lib/esm/widget/components/Reports.js.map +1 -1
  96. package/lib/esm/widget/components/ReportsConfigContext.d.ts +26 -4
  97. package/lib/esm/widget/components/ReportsConfigContext.d.ts.map +1 -1
  98. package/lib/esm/widget/components/ReportsConfigContext.js +15 -5
  99. package/lib/esm/widget/components/ReportsConfigContext.js.map +1 -1
  100. package/lib/esm/widget/components/ReportsContainer.d.ts +3 -6
  101. package/lib/esm/widget/components/ReportsContainer.d.ts.map +1 -1
  102. package/lib/esm/widget/components/ReportsContainer.js +6 -2
  103. package/lib/esm/widget/components/ReportsContainer.js.map +1 -1
  104. package/lib/esm/widget/context/ReportsConfigApiContext.d.ts +3 -3
  105. package/lib/esm/widget/context/ReportsConfigApiContext.d.ts.map +1 -1
  106. package/lib/esm/widget/context/ReportsConfigApiContext.js.map +1 -1
  107. package/package.json +1 -1
  108. package/src/reports-config-widget-react.ts +1 -0
  109. package/src/widget/ReportsConfigUiProvider.tsx +3 -8
  110. package/src/widget/components/AddMappingsModal.tsx +2 -2
  111. package/src/widget/components/BulkExtractor.ts +5 -6
  112. package/src/widget/components/ReportMappings.tsx +3 -3
  113. package/src/widget/components/Reports.tsx +2 -2
  114. package/src/widget/components/ReportsConfigContext.tsx +42 -9
  115. package/src/widget/components/ReportsContainer.tsx +5 -8
  116. package/src/widget/context/ReportsConfigApiContext.tsx +3 -2
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1718041097535" clover="3.2.0">
3
- <project timestamp="1718041097535" name="All files">
4
- <metrics statements="745" coveredstatements="639" conditionals="222" coveredconditionals="149" methods="189" coveredmethods="147" elements="1156" coveredelements="935" complexity="0" loc="745" ncloc="745" packages="7" files="32" classes="32"/>
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"/>
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="5032" type="stmt"/>
12
+ <line num="21" count="5180" 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"/>
@@ -45,23 +45,22 @@
45
45
  </file>
46
46
  </package>
47
47
  <package name="src.widget">
48
- <metrics statements="14" coveredstatements="6" conditionals="5" coveredconditionals="0" methods="2" coveredmethods="0"/>
48
+ <metrics statements="13" coveredstatements="6" conditionals="4" coveredconditionals="0" methods="2" coveredmethods="0"/>
49
49
  <file name="ReportsConfigUiProvider.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/ReportsConfigUiProvider.tsx">
50
- <metrics statements="14" coveredstatements="6" conditionals="5" coveredconditionals="0" methods="2" coveredmethods="0"/>
50
+ <metrics statements="13" coveredstatements="6" conditionals="4" coveredconditionals="0" methods="2" coveredmethods="0"/>
51
51
  <line num="6" count="7" type="stmt"/>
52
+ <line num="8" count="7" type="stmt"/>
52
53
  <line num="9" count="7" type="stmt"/>
53
- <line num="10" count="7" type="stmt"/>
54
54
  <line num="11" count="7" type="stmt"/>
55
55
  <line num="16" count="7" type="stmt"/>
56
56
  <line num="22" count="7" type="stmt"/>
57
57
  <line num="23" count="0" type="stmt"/>
58
+ <line num="25" count="0" type="stmt"/>
58
59
  <line num="28" count="0" type="stmt"/>
59
- <line num="29" count="0" type="stmt"/>
60
- <line num="33" count="0" type="stmt"/>
61
- <line num="34" count="0" type="cond" truecount="0" falsecount="4"/>
62
- <line num="35" count="0" type="stmt"/>
63
- <line num="41" count="0" type="stmt"/>
64
- <line num="44" count="0" type="stmt"/>
60
+ <line num="29" count="0" type="cond" truecount="0" falsecount="4"/>
61
+ <line num="30" count="0" type="stmt"/>
62
+ <line num="36" count="0" type="stmt"/>
63
+ <line num="39" count="0" type="stmt"/>
65
64
  </file>
66
65
  </package>
67
66
  <package name="src.widget.components">
@@ -131,98 +130,98 @@
131
130
  <line num="7" count="8" type="stmt"/>
132
131
  <line num="8" count="8" type="stmt"/>
133
132
  <line num="21" count="8" type="stmt"/>
133
+ <line num="25" count="68" type="stmt"/>
134
134
  <line num="26" count="68" type="stmt"/>
135
135
  <line num="27" count="68" type="stmt"/>
136
136
  <line num="28" count="68" type="stmt"/>
137
137
  <line num="29" count="68" type="stmt"/>
138
- <line num="30" count="68" type="stmt"/>
139
- <line num="34" count="68" type="stmt"/>
138
+ <line num="33" count="68" type="stmt"/>
139
+ <line num="42" count="68" type="stmt"/>
140
140
  <line num="43" count="68" type="stmt"/>
141
141
  <line num="44" count="68" type="stmt"/>
142
142
  <line num="45" count="68" type="stmt"/>
143
143
  <line num="46" count="68" type="stmt"/>
144
- <line num="47" count="68" type="stmt"/>
145
- <line num="51" count="17" type="stmt"/>
146
- <line num="52" count="21" type="stmt"/>
147
- <line num="53" count="21" type="cond" truecount="3" falsecount="0"/>
148
- <line num="54" count="5" type="stmt"/>
149
- <line num="56" count="21" type="stmt"/>
150
- <line num="61" count="7" type="cond" truecount="1" falsecount="0"/>
144
+ <line num="50" count="17" type="stmt"/>
145
+ <line num="51" count="21" type="stmt"/>
146
+ <line num="52" count="21" type="cond" truecount="3" falsecount="0"/>
147
+ <line num="53" count="5" type="stmt"/>
148
+ <line num="55" count="21" type="stmt"/>
149
+ <line num="60" count="7" type="cond" truecount="1" falsecount="0"/>
150
+ <line num="61" count="7" type="stmt"/>
151
151
  <line num="62" count="7" type="stmt"/>
152
- <line num="63" count="7" type="stmt"/>
153
- <line num="66" count="7" type="stmt"/>
154
- <line num="67" count="7" type="cond" truecount="1" falsecount="0"/>
152
+ <line num="65" count="7" type="stmt"/>
153
+ <line num="66" count="7" type="cond" truecount="1" falsecount="0"/>
154
+ <line num="67" count="6" type="stmt"/>
155
155
  <line num="68" count="6" type="stmt"/>
156
- <line num="69" count="6" type="stmt"/>
157
- <line num="70" count="8" type="stmt"/>
158
- <line num="71" count="8" type="cond" truecount="0" falsecount="1"/>
159
- <line num="72" count="8" type="stmt"/>
160
- <line num="74" count="6" type="stmt"/>
161
- <line num="78" count="10" type="cond" truecount="1" falsecount="0"/>
156
+ <line num="69" count="8" type="stmt"/>
157
+ <line num="70" count="8" type="cond" truecount="0" falsecount="1"/>
158
+ <line num="71" count="8" type="stmt"/>
159
+ <line num="73" count="6" type="stmt"/>
160
+ <line num="77" count="10" type="cond" truecount="1" falsecount="0"/>
161
+ <line num="78" count="10" type="stmt"/>
162
162
  <line num="79" count="10" type="stmt"/>
163
- <line num="80" count="10" type="stmt"/>
164
- <line num="83" count="10" type="stmt"/>
165
- <line num="84" count="10" type="cond" truecount="1" falsecount="0"/>
166
- <line num="85" count="9" type="cond" truecount="1" falsecount="0"/>
167
- <line num="86" count="9" type="cond" truecount="2" falsecount="0"/>
163
+ <line num="82" count="10" type="stmt"/>
164
+ <line num="83" count="10" type="cond" truecount="1" falsecount="0"/>
165
+ <line num="84" count="9" type="cond" truecount="1" falsecount="0"/>
166
+ <line num="85" count="9" type="cond" truecount="2" falsecount="0"/>
167
+ <line num="86" count="1" type="stmt"/>
168
168
  <line num="87" count="1" type="stmt"/>
169
169
  <line num="88" count="1" type="stmt"/>
170
- <line num="89" count="1" type="stmt"/>
171
- <line num="90" count="8" type="cond" truecount="1" falsecount="0"/>
170
+ <line num="89" count="8" type="cond" truecount="1" falsecount="0"/>
171
+ <line num="90" count="1" type="stmt"/>
172
172
  <line num="91" count="1" type="stmt"/>
173
173
  <line num="92" count="1" type="stmt"/>
174
- <line num="93" count="1" type="stmt"/>
175
- <line num="96" count="9" type="stmt"/>
176
- <line num="100" count="15" type="cond" truecount="1" falsecount="0"/>
177
- <line num="102" count="13" type="cond" truecount="1" falsecount="0"/>
178
- <line num="104" count="8" type="cond" truecount="1" falsecount="0"/>
179
- <line num="106" count="2" type="cond" truecount="1" falsecount="0"/>
180
- <line num="108" count="0" type="stmt"/>
174
+ <line num="95" count="9" type="stmt"/>
175
+ <line num="99" count="15" type="cond" truecount="1" falsecount="0"/>
176
+ <line num="101" count="13" type="cond" truecount="1" falsecount="0"/>
177
+ <line num="103" count="8" type="cond" truecount="1" falsecount="0"/>
178
+ <line num="105" count="2" type="cond" truecount="1" falsecount="0"/>
179
+ <line num="107" count="0" type="stmt"/>
180
+ <line num="111" count="21" type="stmt"/>
181
181
  <line num="112" count="21" type="stmt"/>
182
182
  <line num="113" count="21" type="stmt"/>
183
183
  <line num="114" count="21" type="stmt"/>
184
- <line num="115" count="21" type="stmt"/>
185
- <line num="117" count="0" type="stmt"/>
186
- <line num="119" count="0" type="stmt"/>
187
- <line num="123" count="24" type="cond" truecount="1" falsecount="0"/>
184
+ <line num="116" count="0" type="stmt"/>
185
+ <line num="118" count="0" type="stmt"/>
186
+ <line num="122" count="24" type="cond" truecount="1" falsecount="0"/>
187
+ <line num="123" count="13" type="stmt"/>
188
188
  <line num="124" count="13" type="stmt"/>
189
- <line num="125" count="13" type="stmt"/>
190
- <line num="126" count="8" type="stmt"/>
191
- <line num="127" count="8" type="cond" truecount="2" falsecount="1"/>
192
- <line num="128" count="0" type="stmt"/>
193
- <line num="132" count="13" type="stmt"/>
189
+ <line num="125" count="8" type="stmt"/>
190
+ <line num="126" count="8" type="cond" truecount="2" falsecount="1"/>
191
+ <line num="127" count="0" type="stmt"/>
192
+ <line num="131" count="13" type="stmt"/>
193
+ <line num="136" count="5" type="stmt"/>
194
194
  <line num="137" count="5" type="stmt"/>
195
195
  <line num="138" count="5" type="stmt"/>
196
- <line num="139" count="5" type="stmt"/>
197
- <line num="140" count="8" type="stmt"/>
196
+ <line num="139" count="8" type="stmt"/>
197
+ <line num="140" count="5" type="stmt"/>
198
198
  <line num="141" count="5" type="stmt"/>
199
- <line num="142" count="5" type="stmt"/>
200
- <line num="143" count="8" type="cond" truecount="2" falsecount="0"/>
201
- <line num="144" count="8" type="stmt"/>
202
- <line num="148" count="5" type="stmt"/>
199
+ <line num="142" count="8" type="cond" truecount="2" falsecount="0"/>
200
+ <line num="143" count="8" type="stmt"/>
201
+ <line num="147" count="5" type="stmt"/>
202
+ <line num="148" count="8" type="stmt"/>
203
203
  <line num="149" count="8" type="stmt"/>
204
- <line num="150" count="8" type="stmt"/>
205
- <line num="155" count="5" type="stmt"/>
204
+ <line num="154" count="5" type="stmt"/>
205
+ <line num="158" count="13" type="stmt"/>
206
206
  <line num="159" count="13" type="stmt"/>
207
207
  <line num="160" count="13" type="stmt"/>
208
208
  <line num="161" count="13" type="stmt"/>
209
- <line num="162" count="13" type="stmt"/>
210
- <line num="164" count="0" type="stmt"/>
211
- <line num="166" count="0" type="stmt"/>
212
- <line num="170" count="3" type="stmt"/>
209
+ <line num="163" count="0" type="stmt"/>
210
+ <line num="165" count="0" type="stmt"/>
211
+ <line num="169" count="3" type="stmt"/>
212
+ <line num="173" count="13" type="stmt"/>
213
213
  <line num="174" count="13" type="stmt"/>
214
214
  <line num="175" count="13" type="stmt"/>
215
- <line num="176" count="13" type="stmt"/>
216
- <line num="180" count="9" type="stmt"/>
217
- <line num="182" count="13" type="stmt"/>
218
- <line num="183" count="13" type="cond" truecount="1" falsecount="0"/>
215
+ <line num="179" count="9" type="stmt"/>
216
+ <line num="181" count="13" type="stmt"/>
217
+ <line num="182" count="13" type="cond" truecount="1" falsecount="0"/>
218
+ <line num="183" count="13" type="stmt"/>
219
219
  <line num="184" count="13" type="stmt"/>
220
- <line num="185" count="13" type="stmt"/>
221
- <line num="189" count="9" type="stmt"/>
220
+ <line num="188" count="9" type="stmt"/>
221
+ <line num="192" count="5" type="stmt"/>
222
222
  <line num="193" count="5" type="stmt"/>
223
- <line num="194" count="5" type="stmt"/>
224
- <line num="195" count="8" type="stmt"/>
225
- <line num="200" count="5" type="stmt"/>
223
+ <line num="194" count="8" type="stmt"/>
224
+ <line num="199" count="5" type="stmt"/>
226
225
  </file>
227
226
  <file name="Constants.ts" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/Constants.ts">
228
227
  <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
@@ -306,8 +305,8 @@
306
305
  <line num="8" count="7" type="stmt"/>
307
306
  <line num="9" count="7" type="stmt"/>
308
307
  <line num="21" count="7" type="stmt"/>
309
- <line num="22" count="161" type="stmt"/>
310
- <line num="24" count="161" type="stmt"/>
308
+ <line num="22" count="234" type="stmt"/>
309
+ <line num="24" count="234" type="stmt"/>
311
310
  </file>
312
311
  <file name="LocalizedTablePaginator.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/LocalizedTablePaginator.tsx">
313
312
  <metrics statements="11" coveredstatements="11" conditionals="2" coveredconditionals="1" methods="6" coveredmethods="6"/>
@@ -369,19 +368,19 @@
369
368
  <line num="13" count="7" type="stmt"/>
370
369
  <line num="14" count="7" type="stmt"/>
371
370
  <line num="27" count="7" type="stmt"/>
372
- <line num="28" count="143" type="stmt"/>
373
- <line num="29" count="143" type="stmt"/>
374
- <line num="30" count="143" type="stmt"/>
375
- <line num="32" count="143" type="stmt"/>
376
- <line num="33" count="27" 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"/>
377
376
  <line num="34" count="0" type="cond" truecount="0" falsecount="1"/>
378
377
  <line num="35" count="0" type="stmt"/>
379
378
  <line num="36" count="0" type="stmt"/>
380
- <line num="39" count="27" type="stmt"/>
381
- <line num="41" count="27" type="stmt"/>
382
- <line num="42" count="27" type="stmt"/>
383
- <line num="46" count="143" type="stmt"/>
384
- <line num="47" count="27" type="cond" truecount="0" falsecount="1"/>
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"/>
385
384
  <line num="48" count="0" type="stmt"/>
386
385
  <line num="49" count="0" type="stmt"/>
387
386
  <line num="50" count="0" type="stmt"/>
@@ -389,13 +388,13 @@
389
388
  <line num="52" count="0" type="stmt"/>
390
389
  <line num="53" count="0" type="cond" truecount="0" falsecount="3"/>
391
390
  <line num="54" count="0" type="stmt"/>
392
- <line num="59" count="27" type="stmt"/>
393
- <line num="62" count="143" type="stmt"/>
391
+ <line num="59" count="34" type="stmt"/>
392
+ <line num="62" count="216" type="stmt"/>
394
393
  <line num="63" count="4" type="cond" truecount="1" falsecount="0"/>
395
394
  <line num="64" count="4" type="stmt"/>
396
- <line num="68" count="143" type="stmt"/>
395
+ <line num="68" count="216" type="stmt"/>
397
396
  <line num="75" count="1" type="stmt"/>
398
- <line num="82" count="143" type="stmt"/>
397
+ <line num="82" count="216" type="stmt"/>
399
398
  <line num="84" count="2" type="stmt"/>
400
399
  <line num="93" count="1" type="stmt"/>
401
400
  <line num="94" count="1" type="stmt"/>
@@ -569,7 +568,7 @@
569
568
  <line num="71" count="75" type="stmt"/>
570
569
  <line num="72" count="1" type="stmt"/>
571
570
  <line num="75" count="75" type="stmt"/>
572
- <line num="76" count="124" type="stmt"/>
571
+ <line num="76" count="196" type="stmt"/>
573
572
  <line num="80" count="75" type="stmt"/>
574
573
  <line num="81" count="4" type="cond" truecount="1" falsecount="0"/>
575
574
  <line num="83" count="4" type="cond" truecount="1" falsecount="1"/>
@@ -580,9 +579,9 @@
580
579
  <line num="90" count="0" type="stmt"/>
581
580
  <line num="93" count="75" type="cond" truecount="0" falsecount="1"/>
582
581
  <line num="95" count="75" type="stmt"/>
583
- <line num="141" count="143" type="stmt"/>
582
+ <line num="141" count="216" type="stmt"/>
584
583
  <line num="148" count="1" type="stmt"/>
585
- <line num="152" count="23" type="stmt"/>
584
+ <line num="152" count="28" type="stmt"/>
586
585
  <line num="160" count="1" type="stmt"/>
587
586
  <line num="162" count="1" type="stmt"/>
588
587
  <line num="163" count="1" type="cond" truecount="1" falsecount="1"/>
@@ -591,61 +590,61 @@
591
590
  <metrics statements="32" coveredstatements="30" conditionals="33" coveredconditionals="29" methods="11" coveredmethods="8"/>
592
591
  <line num="5" count="7" type="stmt"/>
593
592
  <line num="7" count="7" type="stmt"/>
594
- <line num="8" count="7" type="stmt"/>
595
593
  <line num="9" count="7" type="stmt"/>
596
594
  <line num="10" count="7" type="stmt"/>
597
595
  <line num="11" count="7" type="stmt"/>
598
- <line num="13" count="7" type="stmt"/>
596
+ <line num="12" count="7" type="stmt"/>
599
597
  <line num="14" count="7" type="stmt"/>
600
598
  <line num="15" count="7" type="stmt"/>
601
599
  <line num="16" count="7" type="stmt"/>
602
600
  <line num="17" count="7" type="stmt"/>
603
601
  <line num="18" count="7" type="stmt"/>
604
- <line num="36" count="7" type="cond" truecount="0" falsecount="2"/>
605
- <line num="42" count="7" type="stmt"/>
606
- <line num="43" count="210" type="cond" truecount="2" falsecount="0"/>
607
- <line num="44" count="58" type="cond" truecount="2" falsecount="0"/>
608
- <line num="45" count="58" type="stmt"/>
609
- <line num="46" count="29" type="stmt"/>
610
- <line num="51" count="58" type="cond" truecount="2" falsecount="0"/>
611
- <line num="53" count="58" type="stmt"/>
612
- <line num="62" count="58" type="stmt"/>
613
- <line num="63" count="29" type="cond" truecount="1" falsecount="0"/>
614
- <line num="64" count="29" type="cond" truecount="2" falsecount="0"/>
602
+ <line num="19" count="7" type="stmt"/>
603
+ <line num="59" count="7" type="cond" truecount="0" falsecount="2"/>
604
+ <line num="65" count="7" type="stmt"/>
605
+ <line num="66" count="158" type="cond" truecount="2" falsecount="0"/>
606
+ <line num="67" count="98" type="cond" truecount="2" falsecount="0"/>
615
607
  <line num="68" count="58" type="stmt"/>
616
- <line num="69" count="0" type="stmt"/>
617
- <line num="72" count="58" type="stmt"/>
618
- <line num="73" count="0" type="stmt"/>
608
+ <line num="69" count="29" type="stmt"/>
609
+ <line num="74" count="58" type="cond" truecount="2" falsecount="0"/>
619
610
  <line num="76" count="58" type="stmt"/>
620
- <line num="77" count="58" type="stmt"/>
621
611
  <line num="85" count="58" type="stmt"/>
622
- <line num="86" count="29" type="stmt"/>
623
- <line num="96" count="58" type="stmt"/>
612
+ <line num="86" count="29" type="cond" truecount="1" falsecount="0"/>
613
+ <line num="87" count="29" type="cond" truecount="2" falsecount="0"/>
614
+ <line num="91" count="58" type="stmt"/>
615
+ <line num="92" count="0" type="stmt"/>
616
+ <line num="95" count="58" type="stmt"/>
617
+ <line num="96" count="0" type="stmt"/>
618
+ <line num="99" count="58" type="stmt"/>
619
+ <line num="100" count="58" type="stmt"/>
620
+ <line num="108" count="58" type="stmt"/>
621
+ <line num="109" count="29" type="stmt"/>
622
+ <line num="129" count="58" type="stmt"/>
624
623
  </file>
625
624
  <file name="ReportsContainer.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ReportsContainer.tsx">
626
625
  <metrics statements="22" coveredstatements="12" conditionals="4" coveredconditionals="2" methods="5" coveredmethods="1"/>
626
+ <line num="5" count="7" type="stmt"/>
627
627
  <line num="6" count="7" type="stmt"/>
628
- <line num="7" count="7" type="stmt"/>
628
+ <line num="8" count="7" type="stmt"/>
629
629
  <line num="9" count="7" type="stmt"/>
630
630
  <line num="10" count="7" type="stmt"/>
631
- <line num="11" count="7" type="stmt"/>
632
631
  <line num="12" count="7" type="stmt"/>
633
- <line num="19" count="7" type="cond" truecount="2" falsecount="0"/>
634
- <line num="20" count="7" type="stmt"/>
635
- <line num="21" count="7" type="stmt"/>
636
- <line num="22" count="7" type="stmt"/>
637
- <line num="35" count="7" type="stmt"/>
632
+ <line num="16" count="7" type="cond" truecount="2" falsecount="0"/>
633
+ <line num="17" count="7" type="stmt"/>
634
+ <line num="18" count="7" type="stmt"/>
635
+ <line num="19" count="7" type="stmt"/>
636
+ <line num="32" count="7" type="stmt"/>
637
+ <line num="33" count="0" type="stmt"/>
638
+ <line num="34" count="0" type="stmt"/>
639
+ <line num="35" count="0" type="cond" truecount="0" falsecount="2"/>
638
640
  <line num="36" count="0" type="stmt"/>
639
641
  <line num="37" count="0" type="stmt"/>
640
- <line num="38" count="0" type="cond" truecount="0" falsecount="2"/>
641
- <line num="39" count="0" type="stmt"/>
642
642
  <line num="40" count="0" type="stmt"/>
643
+ <line num="41" count="0" type="stmt"/>
644
+ <line num="42" count="0" type="stmt"/>
643
645
  <line num="43" count="0" type="stmt"/>
644
- <line num="44" count="0" type="stmt"/>
645
- <line num="45" count="0" type="stmt"/>
646
646
  <line num="46" count="0" type="stmt"/>
647
- <line num="49" count="0" type="stmt"/>
648
- <line num="59" count="7" type="stmt"/>
647
+ <line num="56" count="7" type="stmt"/>
649
648
  </file>
650
649
  <file name="ReportsHeader.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ReportsHeader.tsx">
651
650
  <metrics statements="6" coveredstatements="4" conditionals="4" coveredconditionals="0" methods="1" coveredmethods="0"/>
@@ -829,16 +828,16 @@
829
828
  <file name="ReportsConfigApiContext.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/context/ReportsConfigApiContext.tsx">
830
829
  <metrics statements="11" coveredstatements="9" conditionals="1" coveredconditionals="0" methods="2" coveredmethods="1"/>
831
830
  <line num="6" count="7" type="stmt"/>
832
- <line num="7" count="7" type="stmt"/>
833
831
  <line num="8" count="7" type="stmt"/>
834
832
  <line num="9" count="7" type="stmt"/>
835
- <line num="22" count="7" type="stmt"/>
836
- <line num="23" count="0" type="stmt"/>
837
- <line num="31" count="7" type="stmt"/>
838
- <line num="32" count="444" type="stmt"/>
839
- <line num="33" count="444" type="cond" truecount="0" falsecount="1"/>
840
- <line num="34" count="0" type="stmt"/>
841
- <line num="36" count="444" type="stmt"/>
833
+ <line num="10" count="7" type="stmt"/>
834
+ <line num="23" count="7" type="stmt"/>
835
+ <line num="24" count="0" type="stmt"/>
836
+ <line num="32" count="7" type="stmt"/>
837
+ <line num="33" count="444" type="stmt"/>
838
+ <line num="34" count="444" type="cond" truecount="0" falsecount="1"/>
839
+ <line num="35" count="0" type="stmt"/>
840
+ <line num="37" count="444" type="stmt"/>
842
841
  </file>
843
842
  </package>
844
843
  <package name="src.widget.hooks">