@itwin/reports-config-widget-react 0.0.1 → 0.0.2
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/.rush/temp/package-deps_rebuild.json +8 -6
- package/.rush/temp/shrinkwrap-deps.json +45 -48
- package/CHANGELOG.json +18 -0
- package/CHANGELOG.md +10 -1
- package/README.md +3 -3
- package/coverage/clover.xml +99 -99
- package/coverage/coverage-final.json +13 -13
- package/coverage/lcov-report/index.html +1 -1
- package/coverage/lcov-report/src/ReportsConfigWidget.ts.html +2 -2
- package/coverage/lcov-report/src/index.html +1 -1
- package/coverage/lcov-report/src/test/index.html +1 -1
- package/coverage/lcov-report/src/test/test-utils.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/ReportsConfigUiProvider.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/components/ActionPanel.tsx.html +2 -2
- package/coverage/lcov-report/src/widget/components/AddMappingsModal.tsx.html +10 -10
- package/coverage/lcov-report/src/widget/components/DeleteModal.tsx.html +4 -4
- package/coverage/lcov-report/src/widget/components/Extraction.tsx.html +15 -15
- package/coverage/lcov-report/src/widget/components/HorizontalTile.tsx.html +2 -2
- package/coverage/lcov-report/src/widget/components/LocalizedTablePaginator.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/components/ReportAction.tsx.html +10 -10
- package/coverage/lcov-report/src/widget/components/ReportMappings.tsx.html +21 -21
- package/coverage/lcov-report/src/widget/components/Reports.tsx.html +19 -19
- package/coverage/lcov-report/src/widget/components/ReportsContainer.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/components/SearchBar.tsx.html +5 -5
- package/coverage/lcov-report/src/widget/components/SelectIModel.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/components/index.html +1 -1
- package/coverage/lcov-report/src/widget/components/utils.tsx.html +5 -5
- package/coverage/lcov-report/src/widget/context/ReportsApiConfigContext.tsx.html +4 -4
- package/coverage/lcov-report/src/widget/context/index.html +1 -1
- package/coverage/lcov-report/src/widget/hooks/index.html +1 -1
- package/coverage/lcov-report/src/widget/hooks/useValidator.ts.html +11 -11
- package/coverage/lcov-report/src/widget/index.html +1 -1
- package/coverage/lcov.info +202 -202
- package/lib/cjs/test/ReportAction.test.js +3 -3
- package/lib/cjs/test/ReportAction.test.js.map +1 -1
- package/lib/cjs/test/ReportMappings.test.js +14 -13
- package/lib/cjs/test/ReportMappings.test.js.map +1 -1
- package/lib/cjs/test/Reports.test.js +3 -3
- package/lib/cjs/test/Reports.test.js.map +1 -1
- package/lib/cjs/tsconfig.tsbuildinfo +1 -1
- package/lib/esm/test/ReportAction.test.js +3 -3
- package/lib/esm/test/ReportAction.test.js.map +1 -1
- package/lib/esm/test/ReportMappings.test.js +14 -13
- package/lib/esm/test/ReportMappings.test.js.map +1 -1
- package/lib/esm/test/Reports.test.js +3 -3
- package/lib/esm/test/Reports.test.js.map +1 -1
- package/lib/esm/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/reports-config-widget-react.build.error.log +4 -4
- package/reports-config-widget-react.build.log +5 -5
- package/src/test/ReportAction.test.tsx +3 -3
- package/src/test/ReportMappings.test.tsx +14 -13
- package/src/test/Reports.test.tsx +3 -3
package/coverage/clover.xml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
2
|
+
<coverage generated="1655388574907" clover="3.2.0">
|
|
3
|
+
<project timestamp="1655388574907" name="All files">
|
|
4
4
|
<metrics statements="534" coveredstatements="468" conditionals="330" coveredconditionals="232" methods="117" coveredmethods="101" elements="981" coveredelements="801" complexity="0" loc="534" ncloc="534" packages="6" files="18" classes="18"/>
|
|
5
5
|
<package name="src">
|
|
6
6
|
<metrics statements="9" coveredstatements="9" conditionals="4" coveredconditionals="3" methods="4" coveredmethods="4"/>
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<line num="6" count="4" type="stmt"/>
|
|
10
10
|
<line num="8" count="4" type="stmt"/>
|
|
11
11
|
<line num="13" count="3" type="stmt"/>
|
|
12
|
-
<line num="17" count="
|
|
12
|
+
<line num="17" count="5527" type="stmt"/>
|
|
13
13
|
<line num="21" count="3" type="cond" truecount="3" falsecount="1"/>
|
|
14
14
|
<line num="23" count="3" type="stmt"/>
|
|
15
15
|
<line num="24" count="3" type="stmt"/>
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
<line num="8" count="4" type="stmt"/>
|
|
76
76
|
<line num="9" count="4" type="stmt"/>
|
|
77
77
|
<line num="20" count="4" type="stmt"/>
|
|
78
|
-
<line num="28" count="
|
|
78
|
+
<line num="28" count="278" type="stmt"/>
|
|
79
79
|
<line num="56" count="4" type="stmt"/>
|
|
80
80
|
</file>
|
|
81
81
|
<file name="AddMappingsModal.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/AddMappingsModal.tsx">
|
|
@@ -100,17 +100,17 @@
|
|
|
100
100
|
<line num="40" count="0" type="stmt"/>
|
|
101
101
|
<line num="42" count="1" type="stmt"/>
|
|
102
102
|
<line num="53" count="2" type="stmt"/>
|
|
103
|
-
<line num="59" count="
|
|
104
|
-
<line num="60" count="
|
|
105
|
-
<line num="61" count="
|
|
106
|
-
<line num="62" count="
|
|
107
|
-
<line num="63" count="
|
|
108
|
-
<line num="65" count="
|
|
103
|
+
<line num="59" count="99" type="stmt"/>
|
|
104
|
+
<line num="60" count="99" type="stmt"/>
|
|
105
|
+
<line num="61" count="99" type="stmt"/>
|
|
106
|
+
<line num="62" count="99" type="stmt"/>
|
|
107
|
+
<line num="63" count="99" type="stmt"/>
|
|
108
|
+
<line num="65" count="99" type="stmt"/>
|
|
109
109
|
<line num="66" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
110
110
|
<line num="67" count="1" type="stmt"/>
|
|
111
|
-
<line num="76" count="
|
|
111
|
+
<line num="76" count="99" type="stmt"/>
|
|
112
112
|
<line num="77" count="6" type="stmt"/>
|
|
113
|
-
<line num="103" count="
|
|
113
|
+
<line num="103" count="99" type="stmt"/>
|
|
114
114
|
<line num="104" count="1" type="stmt"/>
|
|
115
115
|
<line num="105" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
116
116
|
<line num="106" count="1" type="stmt"/>
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
<line num="118" count="1" type="stmt"/>
|
|
122
122
|
<line num="120" count="0" type="stmt"/>
|
|
123
123
|
<line num="122" count="1" type="stmt"/>
|
|
124
|
-
<line num="126" count="
|
|
124
|
+
<line num="126" count="99" type="stmt"/>
|
|
125
125
|
<line num="134" count="0" type="stmt"/>
|
|
126
126
|
<line num="154" count="153" type="stmt"/>
|
|
127
127
|
<line num="157" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -135,8 +135,8 @@
|
|
|
135
135
|
<line num="15" count="4" type="stmt"/>
|
|
136
136
|
<line num="16" count="4" type="stmt"/>
|
|
137
137
|
<line num="26" count="4" type="stmt"/>
|
|
138
|
-
<line num="33" count="
|
|
139
|
-
<line num="35" count="
|
|
138
|
+
<line num="33" count="160" type="stmt"/>
|
|
139
|
+
<line num="35" count="160" type="stmt"/>
|
|
140
140
|
<line num="36" count="2" type="stmt"/>
|
|
141
141
|
<line num="37" count="2" type="stmt"/>
|
|
142
142
|
<line num="38" count="2" type="stmt"/>
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
<line num="40" count="2" type="stmt"/>
|
|
145
145
|
<line num="42" count="0" type="stmt"/>
|
|
146
146
|
<line num="44" count="2" type="stmt"/>
|
|
147
|
-
<line num="48" count="
|
|
147
|
+
<line num="48" count="160" type="stmt"/>
|
|
148
148
|
<line num="56" count="0" type="stmt"/>
|
|
149
149
|
<line num="87" count="0" type="stmt"/>
|
|
150
150
|
<line num="100" count="4" type="stmt"/>
|
|
@@ -170,30 +170,30 @@
|
|
|
170
170
|
<line num="34" count="2" type="stmt"/>
|
|
171
171
|
<line num="35" count="2" type="stmt"/>
|
|
172
172
|
<line num="43" count="2" type="stmt"/>
|
|
173
|
-
<line num="48" count="
|
|
174
|
-
<line num="50" count="
|
|
173
|
+
<line num="48" count="156" type="stmt"/>
|
|
174
|
+
<line num="50" count="156" type="stmt"/>
|
|
175
175
|
<line num="51" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
176
176
|
<line num="52" count="0" type="stmt"/>
|
|
177
177
|
<line num="53" count="0" type="stmt"/>
|
|
178
|
-
<line num="57" count="
|
|
178
|
+
<line num="57" count="156" type="stmt"/>
|
|
179
179
|
<line num="59" count="27" type="cond" truecount="2" falsecount="0"/>
|
|
180
180
|
<line num="62" count="2" type="stmt"/>
|
|
181
181
|
<line num="64" count="27" type="stmt"/>
|
|
182
|
-
<line num="67" count="
|
|
182
|
+
<line num="67" count="156" type="cond" truecount="6" falsecount="1"/>
|
|
183
183
|
<line num="69" count="3" type="stmt"/>
|
|
184
184
|
<line num="82" count="2" type="stmt"/>
|
|
185
185
|
<line num="93" count="2" type="stmt"/>
|
|
186
186
|
<line num="106" count="2" type="stmt"/>
|
|
187
187
|
<line num="117" count="4" type="stmt"/>
|
|
188
188
|
<line num="138" count="0" type="stmt"/>
|
|
189
|
-
<line num="159" count="
|
|
189
|
+
<line num="159" count="143" type="stmt"/>
|
|
190
190
|
<line num="171" count="2" type="stmt"/>
|
|
191
|
-
<line num="178" count="
|
|
192
|
-
<line num="179" count="
|
|
193
|
-
<line num="180" count="
|
|
194
|
-
<line num="181" count="
|
|
195
|
-
<line num="182" count="
|
|
196
|
-
<line num="184" count="
|
|
191
|
+
<line num="178" count="95" type="stmt"/>
|
|
192
|
+
<line num="179" count="95" type="stmt"/>
|
|
193
|
+
<line num="180" count="95" type="stmt"/>
|
|
194
|
+
<line num="181" count="95" type="stmt"/>
|
|
195
|
+
<line num="182" count="95" type="stmt"/>
|
|
196
|
+
<line num="184" count="95" type="stmt"/>
|
|
197
197
|
<line num="185" count="1" type="stmt"/>
|
|
198
198
|
<line num="186" count="1" type="stmt"/>
|
|
199
199
|
<line num="187" count="1" type="stmt"/>
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
<line num="201" count="0" type="stmt"/>
|
|
208
208
|
<line num="202" count="0" type="stmt"/>
|
|
209
209
|
<line num="203" count="0" type="stmt"/>
|
|
210
|
-
<line num="207" count="
|
|
210
|
+
<line num="207" count="95" type="stmt"/>
|
|
211
211
|
<line num="208" count="8" type="cond" truecount="4" falsecount="0"/>
|
|
212
212
|
<line num="209" count="1" type="stmt"/>
|
|
213
213
|
<line num="210" count="3" type="stmt"/>
|
|
@@ -230,12 +230,12 @@
|
|
|
230
230
|
<line num="234" count="7" type="stmt"/>
|
|
231
231
|
<line num="235" count="7" type="stmt"/>
|
|
232
232
|
<line num="237" count="8" type="stmt"/>
|
|
233
|
-
<line num="240" count="
|
|
233
|
+
<line num="240" count="95" type="stmt"/>
|
|
234
234
|
<line num="242" count="19" type="stmt"/>
|
|
235
235
|
<line num="244" count="19" type="stmt"/>
|
|
236
236
|
<line num="245" count="25" type="stmt"/>
|
|
237
237
|
<line num="252" count="19" type="stmt"/>
|
|
238
|
-
<line num="255" count="
|
|
238
|
+
<line num="255" count="95" type="stmt"/>
|
|
239
239
|
<line num="270" count="1" type="stmt"/>
|
|
240
240
|
<line num="271" count="1" type="stmt"/>
|
|
241
241
|
<line num="288" count="8" type="cond" truecount="2" falsecount="1"/>
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
<line num="7" count="4" type="stmt"/>
|
|
250
250
|
<line num="8" count="4" type="stmt"/>
|
|
251
251
|
<line num="19" count="4" type="stmt"/>
|
|
252
|
-
<line num="27" count="
|
|
252
|
+
<line num="27" count="352" type="stmt"/>
|
|
253
253
|
</file>
|
|
254
254
|
<file name="LocalizedTablePaginator.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/LocalizedTablePaginator.tsx">
|
|
255
255
|
<metrics statements="11" coveredstatements="11" conditionals="2" coveredconditionals="1" methods="6" coveredmethods="6"/>
|
|
@@ -277,11 +277,11 @@
|
|
|
277
277
|
<line num="18" count="4" type="stmt"/>
|
|
278
278
|
<line num="19" count="4" type="stmt"/>
|
|
279
279
|
<line num="27" count="4" type="stmt"/>
|
|
280
|
-
<line num="28" count="
|
|
281
|
-
<line num="29" count="
|
|
282
|
-
<line num="33" count="
|
|
283
|
-
<line num="34" count="
|
|
284
|
-
<line num="36" count="
|
|
280
|
+
<line num="28" count="267" type="stmt"/>
|
|
281
|
+
<line num="29" count="267" type="stmt"/>
|
|
282
|
+
<line num="33" count="267" type="stmt"/>
|
|
283
|
+
<line num="34" count="267" type="stmt"/>
|
|
284
|
+
<line num="36" count="267" type="stmt"/>
|
|
285
285
|
<line num="37" count="5" type="stmt"/>
|
|
286
286
|
<line num="38" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
287
287
|
<line num="39" count="4" type="stmt"/>
|
|
@@ -294,13 +294,13 @@
|
|
|
294
294
|
<line num="59" count="0" type="stmt"/>
|
|
295
295
|
<line num="60" count="0" type="stmt"/>
|
|
296
296
|
<line num="62" count="5" type="stmt"/>
|
|
297
|
-
<line num="66" count="
|
|
298
|
-
<line num="102" count="
|
|
299
|
-
<line num="103" count="
|
|
297
|
+
<line num="66" count="267" type="stmt"/>
|
|
298
|
+
<line num="102" count="230" type="stmt"/>
|
|
299
|
+
<line num="103" count="230" type="stmt"/>
|
|
300
300
|
<line num="112" count="5" type="stmt"/>
|
|
301
301
|
<line num="115" count="5" type="stmt"/>
|
|
302
302
|
<line num="116" count="5" type="stmt"/>
|
|
303
|
-
<line num="127" count="
|
|
303
|
+
<line num="127" count="16" type="stmt"/>
|
|
304
304
|
<line num="146" count="4" type="stmt"/>
|
|
305
305
|
</file>
|
|
306
306
|
<file name="ReportMappings.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ReportMappings.tsx">
|
|
@@ -349,36 +349,36 @@
|
|
|
349
349
|
<line num="119" count="0" type="stmt"/>
|
|
350
350
|
<line num="121" count="8" type="stmt"/>
|
|
351
351
|
<line num="130" count="2" type="stmt"/>
|
|
352
|
-
<line num="131" count="
|
|
353
|
-
<line num="133" count="
|
|
354
|
-
<line num="134" count="
|
|
355
|
-
<line num="137" count="
|
|
356
|
-
<line num="138" count="
|
|
357
|
-
<line num="140" count="
|
|
358
|
-
<line num="143" count="
|
|
359
|
-
<line num="144" count="
|
|
360
|
-
<line num="145" count="
|
|
361
|
-
<line num="149" count="
|
|
352
|
+
<line num="131" count="92" type="stmt"/>
|
|
353
|
+
<line num="133" count="92" type="stmt"/>
|
|
354
|
+
<line num="134" count="92" type="stmt"/>
|
|
355
|
+
<line num="137" count="92" type="stmt"/>
|
|
356
|
+
<line num="138" count="92" type="stmt"/>
|
|
357
|
+
<line num="140" count="92" type="stmt"/>
|
|
358
|
+
<line num="143" count="92" type="stmt"/>
|
|
359
|
+
<line num="144" count="92" type="stmt"/>
|
|
360
|
+
<line num="145" count="92" type="stmt"/>
|
|
361
|
+
<line num="149" count="92" type="stmt"/>
|
|
362
362
|
<line num="150" count="6" type="stmt"/>
|
|
363
|
-
<line num="158" count="
|
|
363
|
+
<line num="158" count="92" type="stmt"/>
|
|
364
364
|
<line num="159" count="2" type="stmt"/>
|
|
365
365
|
<line num="160" count="2" type="stmt"/>
|
|
366
|
-
<line num="168" count="
|
|
366
|
+
<line num="168" count="92" type="stmt"/>
|
|
367
367
|
<line num="169" count="1" type="stmt"/>
|
|
368
|
-
<line num="172" count="
|
|
368
|
+
<line num="172" count="92" type="stmt"/>
|
|
369
369
|
<line num="174" count="14" type="stmt"/>
|
|
370
370
|
<line num="175" count="15" type="stmt"/>
|
|
371
|
-
<line num="183" count="
|
|
372
|
-
<line num="188" count="
|
|
373
|
-
<line num="190" count="
|
|
374
|
-
<line num="191" count="
|
|
375
|
-
<line num="199" count="
|
|
371
|
+
<line num="183" count="92" type="stmt"/>
|
|
372
|
+
<line num="188" count="92" type="stmt"/>
|
|
373
|
+
<line num="190" count="73" type="stmt"/>
|
|
374
|
+
<line num="191" count="133" type="stmt"/>
|
|
375
|
+
<line num="199" count="92" type="stmt"/>
|
|
376
376
|
<line num="217" count="1" type="stmt"/>
|
|
377
377
|
<line num="218" count="1" type="stmt"/>
|
|
378
378
|
<line num="242" count="1" type="stmt"/>
|
|
379
379
|
<line num="268" count="0" type="stmt"/>
|
|
380
|
-
<line num="279" count="
|
|
381
|
-
<line num="293" count="
|
|
380
|
+
<line num="279" count="148" type="stmt"/>
|
|
381
|
+
<line num="293" count="143" type="stmt"/>
|
|
382
382
|
<line num="297" count="1" type="stmt"/>
|
|
383
383
|
<line num="298" count="1" type="stmt"/>
|
|
384
384
|
<line num="299" count="1" type="stmt"/>
|
|
@@ -418,36 +418,36 @@
|
|
|
418
418
|
<line num="65" count="0" type="stmt"/>
|
|
419
419
|
<line num="67" count="9" type="stmt"/>
|
|
420
420
|
<line num="71" count="4" type="stmt"/>
|
|
421
|
-
<line num="72" count="
|
|
422
|
-
<line num="73" count="
|
|
423
|
-
<line num="74" count="
|
|
424
|
-
<line num="75" count="
|
|
425
|
-
<line num="78" count="
|
|
426
|
-
<line num="81" count="
|
|
427
|
-
<line num="82" count="
|
|
428
|
-
<line num="83" count="
|
|
429
|
-
<line num="85" count="
|
|
421
|
+
<line num="72" count="69" type="cond" truecount="6" falsecount="2"/>
|
|
422
|
+
<line num="73" count="69" type="stmt"/>
|
|
423
|
+
<line num="74" count="69" type="stmt"/>
|
|
424
|
+
<line num="75" count="69" type="stmt"/>
|
|
425
|
+
<line num="78" count="69" type="stmt"/>
|
|
426
|
+
<line num="81" count="69" type="stmt"/>
|
|
427
|
+
<line num="82" count="69" type="stmt"/>
|
|
428
|
+
<line num="83" count="69" type="stmt"/>
|
|
429
|
+
<line num="85" count="69" type="stmt"/>
|
|
430
430
|
<line num="86" count="8" type="stmt"/>
|
|
431
|
-
<line num="89" count="
|
|
431
|
+
<line num="89" count="69" type="stmt"/>
|
|
432
432
|
<line num="90" count="1" type="stmt"/>
|
|
433
433
|
<line num="91" count="1" type="stmt"/>
|
|
434
434
|
<line num="92" count="1" type="stmt"/>
|
|
435
|
-
<line num="95" count="
|
|
435
|
+
<line num="95" count="69" type="stmt"/>
|
|
436
436
|
<line num="96" count="2" type="stmt"/>
|
|
437
|
-
<line num="99" count="
|
|
438
|
-
<line num="101" count="
|
|
439
|
-
<line num="102" count="
|
|
440
|
-
<line num="110" count="
|
|
437
|
+
<line num="99" count="69" type="stmt"/>
|
|
438
|
+
<line num="101" count="51" type="stmt"/>
|
|
439
|
+
<line num="102" count="200" type="stmt"/>
|
|
440
|
+
<line num="110" count="69" type="cond" truecount="4" falsecount="0"/>
|
|
441
441
|
<line num="112" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
442
442
|
<line num="116" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
443
443
|
<line num="124" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
444
|
-
<line num="128" count="
|
|
444
|
+
<line num="128" count="64" type="stmt"/>
|
|
445
445
|
<line num="139" count="1" type="stmt"/>
|
|
446
446
|
<line num="163" count="1" type="stmt"/>
|
|
447
|
-
<line num="173" count="
|
|
447
|
+
<line num="173" count="204" type="stmt"/>
|
|
448
448
|
<line num="181" count="1" type="stmt"/>
|
|
449
449
|
<line num="182" count="1" type="stmt"/>
|
|
450
|
-
<line num="186" count="
|
|
450
|
+
<line num="186" count="204" type="stmt"/>
|
|
451
451
|
<line num="190" count="2" type="stmt"/>
|
|
452
452
|
<line num="191" count="2" type="stmt"/>
|
|
453
453
|
<line num="202" count="1" type="stmt"/>
|
|
@@ -477,15 +477,15 @@
|
|
|
477
477
|
<line num="8" count="4" type="stmt"/>
|
|
478
478
|
<line num="9" count="4" type="stmt"/>
|
|
479
479
|
<line num="17" count="4" type="stmt"/>
|
|
480
|
-
<line num="22" count="
|
|
481
|
-
<line num="23" count="
|
|
482
|
-
<line num="25" count="
|
|
480
|
+
<line num="22" count="158" type="stmt"/>
|
|
481
|
+
<line num="23" count="158" type="stmt"/>
|
|
482
|
+
<line num="25" count="158" type="cond" truecount="4" falsecount="0"/>
|
|
483
483
|
<line num="31" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
484
484
|
<line num="32" count="0" type="stmt"/>
|
|
485
485
|
<line num="33" count="0" type="stmt"/>
|
|
486
486
|
<line num="34" count="0" type="stmt"/>
|
|
487
487
|
<line num="45" count="0" type="stmt"/>
|
|
488
|
-
<line num="53" count="
|
|
488
|
+
<line num="53" count="93" type="stmt"/>
|
|
489
489
|
<line num="58" count="2" type="stmt"/>
|
|
490
490
|
</file>
|
|
491
491
|
<file name="SelectIModel.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/SelectIModel.tsx">
|
|
@@ -531,7 +531,7 @@
|
|
|
531
531
|
<line num="13" count="4" type="stmt"/>
|
|
532
532
|
<line num="14" count="4" type="stmt"/>
|
|
533
533
|
<line num="22" count="4" type="stmt"/>
|
|
534
|
-
<line num="27" count="
|
|
534
|
+
<line num="27" count="425" type="stmt"/>
|
|
535
535
|
<line num="45" count="4" type="stmt"/>
|
|
536
536
|
<line num="46" count="0" type="stmt"/>
|
|
537
537
|
<line num="49" count="0" type="cond" truecount="0" falsecount="10"/>
|
|
@@ -560,14 +560,14 @@
|
|
|
560
560
|
<line num="121" count="4" type="stmt"/>
|
|
561
561
|
<line num="122" count="2" type="stmt"/>
|
|
562
562
|
<line num="125" count="4" type="stmt"/>
|
|
563
|
-
<line num="130" count="
|
|
564
|
-
<line num="132" count="
|
|
563
|
+
<line num="130" count="251" type="stmt"/>
|
|
564
|
+
<line num="132" count="251" type="stmt"/>
|
|
565
565
|
<line num="138" count="4" type="stmt"/>
|
|
566
566
|
<line num="139" count="20" type="stmt"/>
|
|
567
567
|
<line num="149" count="4" type="stmt"/>
|
|
568
568
|
<line num="150" count="16" type="stmt"/>
|
|
569
569
|
<line num="153" count="4" type="stmt"/>
|
|
570
|
-
<line num="154" count="
|
|
570
|
+
<line num="154" count="127" type="stmt"/>
|
|
571
571
|
</file>
|
|
572
572
|
</package>
|
|
573
573
|
<package name="src.widget.context">
|
|
@@ -579,10 +579,10 @@
|
|
|
579
579
|
<line num="14" count="4" type="stmt"/>
|
|
580
580
|
<line num="15" count="0" type="stmt"/>
|
|
581
581
|
<line num="19" count="4" type="stmt"/>
|
|
582
|
-
<line num="20" count="
|
|
583
|
-
<line num="21" count="
|
|
582
|
+
<line num="20" count="634" type="stmt"/>
|
|
583
|
+
<line num="21" count="634" type="cond" truecount="0" falsecount="1"/>
|
|
584
584
|
<line num="22" count="0" type="stmt"/>
|
|
585
|
-
<line num="26" count="
|
|
585
|
+
<line num="26" count="634" type="stmt"/>
|
|
586
586
|
</file>
|
|
587
587
|
</package>
|
|
588
588
|
<package name="src.widget.hooks">
|
|
@@ -594,17 +594,17 @@
|
|
|
594
594
|
<line num="7" count="4" type="stmt"/>
|
|
595
595
|
<line num="9" count="4" type="stmt"/>
|
|
596
596
|
<line num="12" count="4" type="stmt"/>
|
|
597
|
-
<line num="16" count="
|
|
598
|
-
<line num="17" count="
|
|
599
|
-
<line num="23" count="
|
|
600
|
-
<line num="31" count="
|
|
601
|
-
<line num="39" count="
|
|
602
|
-
<line num="47" count="
|
|
603
|
-
<line num="52" count="
|
|
604
|
-
<line num="58" count="
|
|
605
|
-
<line num="63" count="
|
|
597
|
+
<line num="16" count="267" type="stmt"/>
|
|
598
|
+
<line num="17" count="267" type="stmt"/>
|
|
599
|
+
<line num="23" count="518" type="stmt"/>
|
|
600
|
+
<line num="31" count="516" type="stmt"/>
|
|
601
|
+
<line num="39" count="514" type="stmt"/>
|
|
602
|
+
<line num="47" count="512" type="stmt"/>
|
|
603
|
+
<line num="52" count="267" type="stmt"/>
|
|
604
|
+
<line num="58" count="267" type="stmt"/>
|
|
605
|
+
<line num="63" count="267" type="cond" truecount="1" falsecount="0"/>
|
|
606
606
|
<line num="64" count="4" type="stmt"/>
|
|
607
|
-
<line num="67" count="
|
|
607
|
+
<line num="67" count="267" type="stmt"/>
|
|
608
608
|
<line num="70" count="4" type="stmt"/>
|
|
609
609
|
</file>
|
|
610
610
|
</package>
|