@itwin/reports-config-widget-react 0.6.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.
- package/CHANGELOG.json +45 -1
- package/CHANGELOG.md +23 -2
- package/README.md +1 -5
- package/api/reports-config-widget-react.api.md +11 -15
- package/api/reports-config-widget-react.exports.csv +1 -1
- package/api/temp/reports-config-widget-react.api.md +11 -15
- package/coverage/clover.xml +187 -190
- package/coverage/coverage-final.json +11 -11
- package/coverage/lcov-report/index.html +19 -19
- 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 +11 -26
- package/coverage/lcov-report/src/widget/components/ActionPanel.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/components/AddMappingsModal.tsx.html +3 -3
- package/coverage/lcov-report/src/widget/components/BulkExtractor.ts.html +7 -10
- package/coverage/lcov-report/src/widget/components/Constants.ts.html +1 -1
- package/coverage/lcov-report/src/widget/components/DeleteModal.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/components/ExtractionStates/FailedExtractionState.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/components/ExtractionStates/QueuedExtractionState.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/components/ExtractionStates/RunningExtractionState.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/components/ExtractionStates/StartingExtractionState.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/components/ExtractionStates/SucceededExtractionState.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/components/ExtractionStates/index.html +1 -1
- package/coverage/lcov-report/src/widget/components/ExtractionStatus.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/components/ExtractionToast.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/components/HorizontalTile.tsx.html +3 -3
- package/coverage/lcov-report/src/widget/components/LocalizedTablePaginator.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/components/ReportAction.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/components/ReportHorizontalTile.tsx.html +15 -15
- package/coverage/lcov-report/src/widget/components/ReportMappingHorizontalTile.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/components/ReportMappings.tsx.html +14 -23
- package/coverage/lcov-report/src/widget/components/Reports.tsx.html +6 -6
- package/coverage/lcov-report/src/widget/components/ReportsConfigContext.tsx.html +111 -12
- package/coverage/lcov-report/src/widget/components/ReportsContainer.tsx.html +8 -17
- package/coverage/lcov-report/src/widget/components/ReportsHeader.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/components/ReportsRouter.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/components/SearchBar.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/components/SelectIModel.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/components/index.html +11 -11
- package/coverage/lcov-report/src/widget/components/utils.tsx.html +2 -2
- package/coverage/lcov-report/src/widget/context/BulkExtractorContext.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/context/ReportsConfigApiContext.tsx.html +7 -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 +1 -1
- package/coverage/lcov-report/src/widget/index.html +13 -13
- package/coverage/lcov.info +336 -340
- package/lib/cjs/reports-config-widget-react.d.ts +1 -0
- package/lib/cjs/reports-config-widget-react.d.ts.map +1 -1
- package/lib/cjs/reports-config-widget-react.js +1 -0
- package/lib/cjs/reports-config-widget-react.js.map +1 -1
- package/lib/cjs/test/ReportAction.test.js +3 -0
- package/lib/cjs/test/ReportAction.test.js.map +1 -1
- package/lib/cjs/test/ReportMappings.test.js +4 -1
- package/lib/cjs/test/ReportMappings.test.js.map +1 -1
- package/lib/cjs/test/Reports.test.js +3 -0
- package/lib/cjs/test/Reports.test.js.map +1 -1
- package/lib/cjs/tsconfig.tsbuildinfo +1 -1
- package/lib/cjs/widget/ReportsConfigUiProvider.d.ts +3 -4
- package/lib/cjs/widget/ReportsConfigUiProvider.d.ts.map +1 -1
- package/lib/cjs/widget/ReportsConfigUiProvider.js +3 -4
- package/lib/cjs/widget/ReportsConfigUiProvider.js.map +1 -1
- package/lib/cjs/widget/components/AddMappingsModal.d.ts.map +1 -1
- package/lib/cjs/widget/components/AddMappingsModal.js.map +1 -1
- package/lib/cjs/widget/components/BulkExtractor.d.ts +2 -2
- package/lib/cjs/widget/components/BulkExtractor.d.ts.map +1 -1
- package/lib/cjs/widget/components/BulkExtractor.js.map +1 -1
- package/lib/cjs/widget/components/ReportMappings.d.ts.map +1 -1
- package/lib/cjs/widget/components/ReportMappings.js +4 -6
- package/lib/cjs/widget/components/ReportMappings.js.map +1 -1
- package/lib/cjs/widget/components/Reports.d.ts.map +1 -1
- package/lib/cjs/widget/components/Reports.js.map +1 -1
- package/lib/cjs/widget/components/ReportsConfigContext.d.ts +26 -4
- package/lib/cjs/widget/components/ReportsConfigContext.d.ts.map +1 -1
- package/lib/cjs/widget/components/ReportsConfigContext.js +14 -4
- package/lib/cjs/widget/components/ReportsConfigContext.js.map +1 -1
- package/lib/cjs/widget/components/ReportsContainer.d.ts +3 -6
- package/lib/cjs/widget/components/ReportsContainer.d.ts.map +1 -1
- package/lib/cjs/widget/components/ReportsContainer.js +6 -2
- package/lib/cjs/widget/components/ReportsContainer.js.map +1 -1
- package/lib/cjs/widget/context/ReportsConfigApiContext.d.ts +3 -3
- package/lib/cjs/widget/context/ReportsConfigApiContext.d.ts.map +1 -1
- package/lib/cjs/widget/context/ReportsConfigApiContext.js.map +1 -1
- package/lib/esm/reports-config-widget-react.d.ts +1 -0
- package/lib/esm/reports-config-widget-react.d.ts.map +1 -1
- package/lib/esm/reports-config-widget-react.js +1 -0
- package/lib/esm/reports-config-widget-react.js.map +1 -1
- package/lib/esm/test/ReportAction.test.js +3 -0
- package/lib/esm/test/ReportAction.test.js.map +1 -1
- package/lib/esm/test/ReportMappings.test.js +4 -1
- package/lib/esm/test/ReportMappings.test.js.map +1 -1
- package/lib/esm/test/Reports.test.js +3 -0
- package/lib/esm/test/Reports.test.js.map +1 -1
- package/lib/esm/tsconfig.tsbuildinfo +1 -1
- package/lib/esm/widget/ReportsConfigUiProvider.d.ts +3 -4
- package/lib/esm/widget/ReportsConfigUiProvider.d.ts.map +1 -1
- package/lib/esm/widget/ReportsConfigUiProvider.js +3 -4
- package/lib/esm/widget/ReportsConfigUiProvider.js.map +1 -1
- package/lib/esm/widget/components/AddMappingsModal.d.ts.map +1 -1
- package/lib/esm/widget/components/AddMappingsModal.js.map +1 -1
- package/lib/esm/widget/components/BulkExtractor.d.ts +2 -2
- package/lib/esm/widget/components/BulkExtractor.d.ts.map +1 -1
- package/lib/esm/widget/components/BulkExtractor.js.map +1 -1
- package/lib/esm/widget/components/ReportMappings.d.ts.map +1 -1
- package/lib/esm/widget/components/ReportMappings.js +5 -7
- package/lib/esm/widget/components/ReportMappings.js.map +1 -1
- package/lib/esm/widget/components/Reports.d.ts.map +1 -1
- package/lib/esm/widget/components/Reports.js.map +1 -1
- package/lib/esm/widget/components/ReportsConfigContext.d.ts +26 -4
- package/lib/esm/widget/components/ReportsConfigContext.d.ts.map +1 -1
- package/lib/esm/widget/components/ReportsConfigContext.js +14 -4
- package/lib/esm/widget/components/ReportsConfigContext.js.map +1 -1
- package/lib/esm/widget/components/ReportsContainer.d.ts +3 -6
- package/lib/esm/widget/components/ReportsContainer.d.ts.map +1 -1
- package/lib/esm/widget/components/ReportsContainer.js +6 -2
- package/lib/esm/widget/components/ReportsContainer.js.map +1 -1
- package/lib/esm/widget/context/ReportsConfigApiContext.d.ts +3 -3
- package/lib/esm/widget/context/ReportsConfigApiContext.d.ts.map +1 -1
- package/lib/esm/widget/context/ReportsConfigApiContext.js.map +1 -1
- package/package.json +2 -2
- package/src/reports-config-widget-react.ts +1 -0
- package/src/test/ReportAction.test.tsx +3 -0
- package/src/test/ReportMappings.test.tsx +4 -1
- package/src/test/Reports.test.tsx +3 -0
- package/src/widget/ReportsConfigUiProvider.tsx +3 -8
- package/src/widget/components/AddMappingsModal.tsx +2 -2
- package/src/widget/components/BulkExtractor.ts +5 -6
- package/src/widget/components/ReportMappings.tsx +8 -11
- package/src/widget/components/Reports.tsx +2 -2
- package/src/widget/components/ReportsConfigContext.tsx +41 -8
- package/src/widget/components/ReportsContainer.tsx +5 -8
- package/src/widget/context/ReportsConfigApiContext.tsx +3 -2
package/coverage/clover.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
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="
|
|
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"/>
|
|
@@ -45,27 +45,26 @@
|
|
|
45
45
|
</file>
|
|
46
46
|
</package>
|
|
47
47
|
<package name="src.widget">
|
|
48
|
-
<metrics statements="
|
|
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="
|
|
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="
|
|
60
|
-
<line num="
|
|
61
|
-
<line num="
|
|
62
|
-
<line num="
|
|
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">
|
|
68
|
-
<metrics statements="
|
|
67
|
+
<metrics statements="636" coveredstatements="546" conditionals="205" coveredconditionals="143" methods="165" coveredmethods="131"/>
|
|
69
68
|
<file name="ActionPanel.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ActionPanel.tsx">
|
|
70
69
|
<metrics statements="8" coveredstatements="8" conditionals="11" coveredconditionals="10" methods="1" coveredmethods="1"/>
|
|
71
70
|
<line num="5" count="7" type="stmt"/>
|
|
@@ -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="
|
|
139
|
-
<line num="
|
|
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="
|
|
145
|
-
<line num="51" count="
|
|
146
|
-
<line num="52" count="21" type="
|
|
147
|
-
<line num="53" count="
|
|
148
|
-
<line num="
|
|
149
|
-
<line num="
|
|
150
|
-
<line num="61" count="7" type="
|
|
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="
|
|
153
|
-
<line num="66" count="7" type="
|
|
154
|
-
<line num="67" count="
|
|
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="
|
|
157
|
-
<line num="70" count="8" type="
|
|
158
|
-
<line num="71" count="8" type="
|
|
159
|
-
<line num="
|
|
160
|
-
<line num="
|
|
161
|
-
<line num="78" count="10" type="
|
|
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="
|
|
164
|
-
<line num="83" count="10" type="
|
|
165
|
-
<line num="84" count="
|
|
166
|
-
<line num="85" count="9" type="cond" truecount="
|
|
167
|
-
<line num="86" count="
|
|
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="
|
|
171
|
-
<line num="90" count="
|
|
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="
|
|
175
|
-
<line num="
|
|
176
|
-
<line num="
|
|
177
|
-
<line num="
|
|
178
|
-
<line num="
|
|
179
|
-
<line num="
|
|
180
|
-
<line num="
|
|
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="
|
|
185
|
-
<line num="
|
|
186
|
-
<line num="
|
|
187
|
-
<line num="123" count="
|
|
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="
|
|
190
|
-
<line num="126" count="8" type="
|
|
191
|
-
<line num="127" count="
|
|
192
|
-
<line num="
|
|
193
|
-
<line num="
|
|
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="
|
|
197
|
-
<line num="140" count="
|
|
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="
|
|
200
|
-
<line num="143" count="8" type="
|
|
201
|
-
<line num="
|
|
202
|
-
<line num="148" count="
|
|
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="
|
|
205
|
-
<line num="
|
|
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="
|
|
210
|
-
<line num="
|
|
211
|
-
<line num="
|
|
212
|
-
<line num="
|
|
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="
|
|
216
|
-
<line num="
|
|
217
|
-
<line num="182" count="13" type="
|
|
218
|
-
<line num="183" count="13" type="
|
|
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="
|
|
221
|
-
<line num="
|
|
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="
|
|
224
|
-
<line num="
|
|
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="
|
|
310
|
-
<line num="24" count="
|
|
308
|
+
<line num="22" count="201" type="stmt"/>
|
|
309
|
+
<line num="24" count="201" 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="
|
|
373
|
-
<line num="29" count="
|
|
374
|
-
<line num="30" count="
|
|
375
|
-
<line num="32" count="
|
|
376
|
-
<line num="33" count="
|
|
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"/>
|
|
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="
|
|
381
|
-
<line num="41" count="
|
|
382
|
-
<line num="42" count="
|
|
383
|
-
<line num="46" count="
|
|
384
|
-
<line num="47" count="
|
|
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"/>
|
|
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="
|
|
393
|
-
<line num="62" count="
|
|
391
|
+
<line num="59" count="32" type="stmt"/>
|
|
392
|
+
<line num="62" count="183" 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="
|
|
395
|
+
<line num="68" count="183" type="stmt"/>
|
|
397
396
|
<line num="75" count="1" type="stmt"/>
|
|
398
|
-
<line num="82" count="
|
|
397
|
+
<line num="82" count="183" 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"/>
|
|
@@ -447,7 +446,7 @@
|
|
|
447
446
|
<line num="112" count="1" type="stmt"/>
|
|
448
447
|
</file>
|
|
449
448
|
<file name="ReportMappings.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ReportMappings.tsx">
|
|
450
|
-
<metrics statements="
|
|
449
|
+
<metrics statements="81" coveredstatements="76" conditionals="21" coveredconditionals="13" methods="23" coveredmethods="20"/>
|
|
451
450
|
<line num="5" count="7" type="stmt"/>
|
|
452
451
|
<line num="6" count="7" type="stmt"/>
|
|
453
452
|
<line num="7" count="7" type="stmt"/>
|
|
@@ -455,38 +454,38 @@
|
|
|
455
454
|
<line num="10" count="7" type="stmt"/>
|
|
456
455
|
<line num="11" count="7" type="stmt"/>
|
|
457
456
|
<line num="13" count="7" type="stmt"/>
|
|
458
|
-
<line num="
|
|
457
|
+
<line num="15" count="7" type="stmt"/>
|
|
459
458
|
<line num="16" count="7" type="stmt"/>
|
|
460
459
|
<line num="17" count="7" type="stmt"/>
|
|
461
460
|
<line num="18" count="7" type="stmt"/>
|
|
462
461
|
<line num="19" count="7" type="stmt"/>
|
|
463
|
-
<line num="
|
|
462
|
+
<line num="21" count="7" type="stmt"/>
|
|
464
463
|
<line num="22" count="7" type="stmt"/>
|
|
465
|
-
<line num="
|
|
466
|
-
<line num="
|
|
464
|
+
<line num="31" count="7" type="stmt"/>
|
|
465
|
+
<line num="40" count="6" type="stmt"/>
|
|
467
466
|
<line num="41" count="6" type="stmt"/>
|
|
468
467
|
<line num="42" count="6" type="stmt"/>
|
|
469
468
|
<line num="43" count="6" type="stmt"/>
|
|
470
469
|
<line num="44" count="6" type="stmt"/>
|
|
471
470
|
<line num="45" count="6" type="stmt"/>
|
|
472
|
-
<line num="
|
|
471
|
+
<line num="47" count="6" type="stmt"/>
|
|
473
472
|
<line num="48" count="6" type="stmt"/>
|
|
474
|
-
<line num="49" count="
|
|
473
|
+
<line num="49" count="8" type="stmt"/>
|
|
475
474
|
<line num="50" count="8" type="stmt"/>
|
|
476
475
|
<line num="51" count="8" type="stmt"/>
|
|
477
|
-
<line num="52" count="8" type="
|
|
478
|
-
<line num="53" count="
|
|
479
|
-
<line num="
|
|
480
|
-
<line num="
|
|
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"/>
|
|
481
480
|
<line num="60" count="8" type="stmt"/>
|
|
482
481
|
<line num="61" count="8" type="stmt"/>
|
|
483
|
-
<line num="
|
|
484
|
-
<line num="
|
|
485
|
-
<line num="
|
|
486
|
-
<line num="
|
|
487
|
-
<line num="
|
|
488
|
-
<line num="
|
|
489
|
-
<line num="95" count="
|
|
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"/>
|
|
490
489
|
<line num="96" count="87" type="stmt"/>
|
|
491
490
|
<line num="97" count="87" type="stmt"/>
|
|
492
491
|
<line num="98" count="87" type="stmt"/>
|
|
@@ -495,42 +494,40 @@
|
|
|
495
494
|
<line num="101" count="87" type="stmt"/>
|
|
496
495
|
<line num="102" count="87" type="stmt"/>
|
|
497
496
|
<line num="103" count="87" type="stmt"/>
|
|
498
|
-
<line num="
|
|
499
|
-
<line num="106" count="
|
|
500
|
-
<line num="
|
|
501
|
-
<line num="110" count="
|
|
502
|
-
<line num="111" count="13" type="
|
|
503
|
-
<line num="
|
|
504
|
-
<line num="
|
|
505
|
-
<line num="118" count="
|
|
506
|
-
<line num="
|
|
507
|
-
<line num="122" count="
|
|
508
|
-
<line num="
|
|
509
|
-
<line num="
|
|
510
|
-
<line num="
|
|
511
|
-
<line num="
|
|
512
|
-
<line num="
|
|
513
|
-
<line num="
|
|
514
|
-
<line num="
|
|
515
|
-
<line num="
|
|
516
|
-
<line num="
|
|
517
|
-
<line num="
|
|
518
|
-
<line num="
|
|
519
|
-
<line num="
|
|
520
|
-
<line num="
|
|
521
|
-
<line num="
|
|
522
|
-
<line num="
|
|
523
|
-
<line num="
|
|
524
|
-
<line num="
|
|
525
|
-
<line num="
|
|
526
|
-
<line num="
|
|
527
|
-
<line num="
|
|
528
|
-
<line num="
|
|
529
|
-
<line num="
|
|
530
|
-
<line num="
|
|
531
|
-
<line num="
|
|
532
|
-
<line num="242" count="1" type="stmt"/>
|
|
533
|
-
<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"/>
|
|
534
531
|
</file>
|
|
535
532
|
<file name="Reports.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/Reports.tsx">
|
|
536
533
|
<metrics statements="52" coveredstatements="47" conditionals="18" coveredconditionals="12" methods="18" coveredmethods="14"/>
|
|
@@ -569,7 +566,7 @@
|
|
|
569
566
|
<line num="71" count="75" type="stmt"/>
|
|
570
567
|
<line num="72" count="1" type="stmt"/>
|
|
571
568
|
<line num="75" count="75" type="stmt"/>
|
|
572
|
-
<line num="76" count="
|
|
569
|
+
<line num="76" count="161" type="stmt"/>
|
|
573
570
|
<line num="80" count="75" type="stmt"/>
|
|
574
571
|
<line num="81" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
575
572
|
<line num="83" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
@@ -580,9 +577,9 @@
|
|
|
580
577
|
<line num="90" count="0" type="stmt"/>
|
|
581
578
|
<line num="93" count="75" type="cond" truecount="0" falsecount="1"/>
|
|
582
579
|
<line num="95" count="75" type="stmt"/>
|
|
583
|
-
<line num="141" count="
|
|
580
|
+
<line num="141" count="183" type="stmt"/>
|
|
584
581
|
<line num="148" count="1" type="stmt"/>
|
|
585
|
-
<line num="152" count="
|
|
582
|
+
<line num="152" count="28" type="stmt"/>
|
|
586
583
|
<line num="160" count="1" type="stmt"/>
|
|
587
584
|
<line num="162" count="1" type="stmt"/>
|
|
588
585
|
<line num="163" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
@@ -591,61 +588,61 @@
|
|
|
591
588
|
<metrics statements="32" coveredstatements="30" conditionals="33" coveredconditionals="29" methods="11" coveredmethods="8"/>
|
|
592
589
|
<line num="5" count="7" type="stmt"/>
|
|
593
590
|
<line num="7" count="7" type="stmt"/>
|
|
594
|
-
<line num="8" count="7" type="stmt"/>
|
|
595
591
|
<line num="9" count="7" type="stmt"/>
|
|
596
592
|
<line num="10" count="7" type="stmt"/>
|
|
597
593
|
<line num="11" count="7" type="stmt"/>
|
|
598
|
-
<line num="
|
|
594
|
+
<line num="12" count="7" type="stmt"/>
|
|
599
595
|
<line num="14" count="7" type="stmt"/>
|
|
600
596
|
<line num="15" count="7" type="stmt"/>
|
|
601
597
|
<line num="16" count="7" type="stmt"/>
|
|
602
598
|
<line num="17" count="7" type="stmt"/>
|
|
603
599
|
<line num="18" count="7" type="stmt"/>
|
|
604
|
-
<line num="
|
|
605
|
-
<line num="
|
|
606
|
-
<line num="
|
|
607
|
-
<line num="
|
|
608
|
-
<line num="
|
|
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"/>
|
|
600
|
+
<line num="19" count="7" type="stmt"/>
|
|
601
|
+
<line num="59" count="7" type="cond" truecount="0" falsecount="2"/>
|
|
602
|
+
<line num="65" count="7" type="stmt"/>
|
|
603
|
+
<line num="66" count="158" type="cond" truecount="2" falsecount="0"/>
|
|
604
|
+
<line num="67" count="98" type="cond" truecount="2" falsecount="0"/>
|
|
615
605
|
<line num="68" count="58" type="stmt"/>
|
|
616
|
-
<line num="69" count="
|
|
617
|
-
<line num="
|
|
618
|
-
<line num="73" count="0" type="stmt"/>
|
|
606
|
+
<line num="69" count="29" type="stmt"/>
|
|
607
|
+
<line num="74" count="58" type="cond" truecount="2" falsecount="0"/>
|
|
619
608
|
<line num="76" count="58" type="stmt"/>
|
|
620
|
-
<line num="77" count="58" type="stmt"/>
|
|
621
609
|
<line num="85" count="58" type="stmt"/>
|
|
622
|
-
<line num="86" count="29" type="
|
|
623
|
-
<line num="
|
|
610
|
+
<line num="86" count="29" type="cond" truecount="1" falsecount="0"/>
|
|
611
|
+
<line num="87" count="29" type="cond" truecount="2" falsecount="0"/>
|
|
612
|
+
<line num="91" count="58" type="stmt"/>
|
|
613
|
+
<line num="92" count="0" type="stmt"/>
|
|
614
|
+
<line num="95" count="58" type="stmt"/>
|
|
615
|
+
<line num="96" count="0" type="stmt"/>
|
|
616
|
+
<line num="99" count="58" type="stmt"/>
|
|
617
|
+
<line num="100" count="58" type="stmt"/>
|
|
618
|
+
<line num="108" count="58" type="stmt"/>
|
|
619
|
+
<line num="109" count="29" type="stmt"/>
|
|
620
|
+
<line num="129" count="58" type="stmt"/>
|
|
624
621
|
</file>
|
|
625
622
|
<file name="ReportsContainer.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ReportsContainer.tsx">
|
|
626
623
|
<metrics statements="22" coveredstatements="12" conditionals="4" coveredconditionals="2" methods="5" coveredmethods="1"/>
|
|
624
|
+
<line num="5" count="7" type="stmt"/>
|
|
627
625
|
<line num="6" count="7" type="stmt"/>
|
|
628
|
-
<line num="
|
|
626
|
+
<line num="8" count="7" type="stmt"/>
|
|
629
627
|
<line num="9" count="7" type="stmt"/>
|
|
630
628
|
<line num="10" count="7" type="stmt"/>
|
|
631
|
-
<line num="11" count="7" type="stmt"/>
|
|
632
629
|
<line num="12" count="7" type="stmt"/>
|
|
633
|
-
<line num="
|
|
634
|
-
<line num="
|
|
635
|
-
<line num="
|
|
636
|
-
<line num="
|
|
637
|
-
<line num="
|
|
630
|
+
<line num="16" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
631
|
+
<line num="17" count="7" type="stmt"/>
|
|
632
|
+
<line num="18" count="7" type="stmt"/>
|
|
633
|
+
<line num="19" count="7" type="stmt"/>
|
|
634
|
+
<line num="32" count="7" type="stmt"/>
|
|
635
|
+
<line num="33" count="0" type="stmt"/>
|
|
636
|
+
<line num="34" count="0" type="stmt"/>
|
|
637
|
+
<line num="35" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
638
638
|
<line num="36" count="0" type="stmt"/>
|
|
639
639
|
<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
640
|
<line num="40" count="0" type="stmt"/>
|
|
641
|
+
<line num="41" count="0" type="stmt"/>
|
|
642
|
+
<line num="42" count="0" type="stmt"/>
|
|
643
643
|
<line num="43" count="0" type="stmt"/>
|
|
644
|
-
<line num="44" count="0" type="stmt"/>
|
|
645
|
-
<line num="45" count="0" type="stmt"/>
|
|
646
644
|
<line num="46" count="0" type="stmt"/>
|
|
647
|
-
<line num="
|
|
648
|
-
<line num="59" count="7" type="stmt"/>
|
|
645
|
+
<line num="56" count="7" type="stmt"/>
|
|
649
646
|
</file>
|
|
650
647
|
<file name="ReportsHeader.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ReportsHeader.tsx">
|
|
651
648
|
<metrics statements="6" coveredstatements="4" conditionals="4" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
@@ -765,7 +762,7 @@
|
|
|
765
762
|
<line num="97" count="25" type="stmt"/>
|
|
766
763
|
<line num="104" count="8" type="stmt"/>
|
|
767
764
|
<line num="106" count="8" type="stmt"/>
|
|
768
|
-
<line num="107" count="
|
|
765
|
+
<line num="107" count="285" type="stmt"/>
|
|
769
766
|
</file>
|
|
770
767
|
</package>
|
|
771
768
|
<package name="src.widget.components.ExtractionStates">
|
|
@@ -829,16 +826,16 @@
|
|
|
829
826
|
<file name="ReportsConfigApiContext.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/context/ReportsConfigApiContext.tsx">
|
|
830
827
|
<metrics statements="11" coveredstatements="9" conditionals="1" coveredconditionals="0" methods="2" coveredmethods="1"/>
|
|
831
828
|
<line num="6" count="7" type="stmt"/>
|
|
832
|
-
<line num="7" count="7" type="stmt"/>
|
|
833
829
|
<line num="8" count="7" type="stmt"/>
|
|
834
830
|
<line num="9" count="7" type="stmt"/>
|
|
835
|
-
<line num="
|
|
836
|
-
<line num="23" count="
|
|
837
|
-
<line num="
|
|
838
|
-
<line num="32" count="
|
|
839
|
-
<line num="33" count="444" type="
|
|
840
|
-
<line num="34" count="
|
|
841
|
-
<line num="
|
|
831
|
+
<line num="10" count="7" type="stmt"/>
|
|
832
|
+
<line num="23" count="7" type="stmt"/>
|
|
833
|
+
<line num="24" count="0" type="stmt"/>
|
|
834
|
+
<line num="32" count="7" type="stmt"/>
|
|
835
|
+
<line num="33" count="444" type="stmt"/>
|
|
836
|
+
<line num="34" count="444" type="cond" truecount="0" falsecount="1"/>
|
|
837
|
+
<line num="35" count="0" type="stmt"/>
|
|
838
|
+
<line num="37" count="444" type="stmt"/>
|
|
842
839
|
</file>
|
|
843
840
|
</package>
|
|
844
841
|
<package name="src.widget.hooks">
|