@itwin/reports-config-widget-react 0.7.1 → 0.8.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.
- package/CHANGELOG.json +16 -1
- package/CHANGELOG.md +10 -2
- package/coverage/clover.xml +22 -22
- package/coverage/coverage-final.json +4 -4
- 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 +1 -1
- package/coverage/lcov-report/src/widget/components/AddMappingsModal.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/components/BulkExtractor.ts.html +1 -1
- 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 +1 -1
- package/coverage/lcov-report/src/widget/components/Reports.tsx.html +4 -4
- package/coverage/lcov-report/src/widget/components/ReportsConfigContext.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/components/ReportsContainer.tsx.html +1 -1
- 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 +1 -1
- package/coverage/lcov-report/src/widget/components/utils.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/context/BulkExtractorContext.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/context/ReportsConfigApiContext.tsx.html +1 -1
- 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 +1 -1
- package/coverage/lcov.info +38 -38
- package/lib/cjs/tsconfig.tsbuildinfo +1 -1
- package/lib/esm/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@itwin/reports-config-widget-react",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Wed, 18 Dec 2024 12:42:07 GMT",
|
|
6
|
+
"version": "0.8.0",
|
|
7
|
+
"tag": "@itwin/reports-config-widget-react_v0.8.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"minor": [
|
|
10
|
+
{
|
|
11
|
+
"author": "Mindaugas.Butkus@bentley.com",
|
|
12
|
+
"package": "@itwin/reports-config-widget-react",
|
|
13
|
+
"commit": "5005c67ccfdce58dca1b9d45bb025aeacf430cc9",
|
|
14
|
+
"comment": "Upgraded insights-client to version 0.15.1"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Thu, 12 Sep 2024 12:18:49 GMT",
|
|
6
21
|
"version": "0.7.1",
|
|
7
22
|
"tag": "@itwin/reports-config-widget-react_v0.7.1",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
# Change Log - @itwin/reports-config-widget-react
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 18 Dec 2024 12:42:07 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.8.0
|
|
8
|
+
|
|
9
|
+
Wed, 18 Dec 2024 12:42:07 GMT
|
|
10
|
+
|
|
11
|
+
### Minor changes
|
|
12
|
+
|
|
13
|
+
- Upgraded insights-client to version 0.15.1 ([#1119](https://github.com/iTwin/viewer-components-react/pull/1119))
|
|
14
|
+
|
|
7
15
|
## 0.7.1
|
|
8
16
|
|
|
9
|
-
Thu, 12 Sep 2024 12:18:
|
|
17
|
+
Thu, 12 Sep 2024 12:18:49 GMT
|
|
10
18
|
|
|
11
19
|
### Patches
|
|
12
20
|
|
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="1734525543077" clover="3.2.0">
|
|
3
|
+
<project timestamp="1734525543077" name="All files">
|
|
4
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"/>
|
|
@@ -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="5042" 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"/>
|
|
@@ -305,8 +305,8 @@
|
|
|
305
305
|
<line num="8" count="7" type="stmt"/>
|
|
306
306
|
<line num="9" count="7" type="stmt"/>
|
|
307
307
|
<line num="21" count="7" type="stmt"/>
|
|
308
|
-
<line num="22" count="
|
|
309
|
-
<line num="24" count="
|
|
308
|
+
<line num="22" count="166" type="stmt"/>
|
|
309
|
+
<line num="24" count="166" type="stmt"/>
|
|
310
310
|
</file>
|
|
311
311
|
<file name="LocalizedTablePaginator.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/LocalizedTablePaginator.tsx">
|
|
312
312
|
<metrics statements="11" coveredstatements="11" conditionals="2" coveredconditionals="1" methods="6" coveredmethods="6"/>
|
|
@@ -368,19 +368,19 @@
|
|
|
368
368
|
<line num="13" count="7" type="stmt"/>
|
|
369
369
|
<line num="14" count="7" type="stmt"/>
|
|
370
370
|
<line num="27" count="7" type="stmt"/>
|
|
371
|
-
<line num="28" count="
|
|
372
|
-
<line num="29" count="
|
|
373
|
-
<line num="30" count="
|
|
374
|
-
<line num="32" count="
|
|
375
|
-
<line num="33" count="
|
|
371
|
+
<line num="28" count="148" type="stmt"/>
|
|
372
|
+
<line num="29" count="148" type="stmt"/>
|
|
373
|
+
<line num="30" count="148" type="stmt"/>
|
|
374
|
+
<line num="32" count="148" type="stmt"/>
|
|
375
|
+
<line num="33" count="29" type="stmt"/>
|
|
376
376
|
<line num="34" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
377
377
|
<line num="35" count="0" type="stmt"/>
|
|
378
378
|
<line num="36" count="0" type="stmt"/>
|
|
379
|
-
<line num="39" count="
|
|
380
|
-
<line num="41" count="
|
|
381
|
-
<line num="42" count="
|
|
382
|
-
<line num="46" count="
|
|
383
|
-
<line num="47" count="
|
|
379
|
+
<line num="39" count="29" type="stmt"/>
|
|
380
|
+
<line num="41" count="29" type="stmt"/>
|
|
381
|
+
<line num="42" count="29" type="stmt"/>
|
|
382
|
+
<line num="46" count="148" type="stmt"/>
|
|
383
|
+
<line num="47" count="29" type="cond" truecount="0" falsecount="1"/>
|
|
384
384
|
<line num="48" count="0" type="stmt"/>
|
|
385
385
|
<line num="49" count="0" type="stmt"/>
|
|
386
386
|
<line num="50" count="0" type="stmt"/>
|
|
@@ -388,13 +388,13 @@
|
|
|
388
388
|
<line num="52" count="0" type="stmt"/>
|
|
389
389
|
<line num="53" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
390
390
|
<line num="54" count="0" type="stmt"/>
|
|
391
|
-
<line num="59" count="
|
|
392
|
-
<line num="62" count="
|
|
391
|
+
<line num="59" count="29" type="stmt"/>
|
|
392
|
+
<line num="62" count="148" type="stmt"/>
|
|
393
393
|
<line num="63" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
394
394
|
<line num="64" count="4" type="stmt"/>
|
|
395
|
-
<line num="68" count="
|
|
395
|
+
<line num="68" count="148" type="stmt"/>
|
|
396
396
|
<line num="75" count="1" type="stmt"/>
|
|
397
|
-
<line num="82" count="
|
|
397
|
+
<line num="82" count="148" type="stmt"/>
|
|
398
398
|
<line num="84" count="2" type="stmt"/>
|
|
399
399
|
<line num="93" count="1" type="stmt"/>
|
|
400
400
|
<line num="94" count="1" type="stmt"/>
|
|
@@ -566,7 +566,7 @@
|
|
|
566
566
|
<line num="71" count="75" type="stmt"/>
|
|
567
567
|
<line num="72" count="1" type="stmt"/>
|
|
568
568
|
<line num="75" count="75" type="stmt"/>
|
|
569
|
-
<line num="76" count="
|
|
569
|
+
<line num="76" count="125" type="stmt"/>
|
|
570
570
|
<line num="80" count="75" type="stmt"/>
|
|
571
571
|
<line num="81" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
572
572
|
<line num="83" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
@@ -577,9 +577,9 @@
|
|
|
577
577
|
<line num="90" count="0" type="stmt"/>
|
|
578
578
|
<line num="93" count="75" type="cond" truecount="0" falsecount="1"/>
|
|
579
579
|
<line num="95" count="75" type="stmt"/>
|
|
580
|
-
<line num="141" count="
|
|
580
|
+
<line num="141" count="148" type="stmt"/>
|
|
581
581
|
<line num="148" count="1" type="stmt"/>
|
|
582
|
-
<line num="152" count="
|
|
582
|
+
<line num="152" count="27" type="stmt"/>
|
|
583
583
|
<line num="160" count="1" type="stmt"/>
|
|
584
584
|
<line num="162" count="1" type="stmt"/>
|
|
585
585
|
<line num="163" count="1" type="cond" truecount="1" falsecount="1"/>
|