@itwin/reports-config-widget-react 0.0.2 → 0.0.3
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 +4 -4
- package/CHANGELOG.json +15 -0
- package/CHANGELOG.md +9 -1
- package/coverage/clover.xml +7 -7
- package/coverage/coverage-final.json +3 -3
- 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/DeleteModal.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/components/Extraction.tsx.html +1 -1
- 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 +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/ReportsContainer.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/ReportsApiConfigContext.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 +22 -22
- package/lib/cjs/test/ReportMappings.test.js +4 -3
- package/lib/cjs/test/ReportMappings.test.js.map +1 -1
- package/lib/cjs/tsconfig.tsbuildinfo +1 -1
- package/lib/esm/test/ReportMappings.test.js +4 -3
- package/lib/esm/test/ReportMappings.test.js.map +1 -1
- package/lib/esm/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/reports-config-widget-react.build.error.log +4 -4
- package/reports-config-widget-react.build.log +5 -5
- package/src/test/ReportMappings.test.tsx +4 -3
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"files": {
|
|
3
3
|
"packages/itwin/reports-config-widget/.rush/temp/shrinkwrap-deps.json": "523fbef632f07a05383bc8d4a889358fe49939a1",
|
|
4
|
-
"packages/itwin/reports-config-widget/CHANGELOG.json": "
|
|
5
|
-
"packages/itwin/reports-config-widget/CHANGELOG.md": "
|
|
4
|
+
"packages/itwin/reports-config-widget/CHANGELOG.json": "3482144887bcb54cdf2e7c881f5d70e17286027b",
|
|
5
|
+
"packages/itwin/reports-config-widget/CHANGELOG.md": "e58536a1daefaa4613db5bee719a202e29d56d78",
|
|
6
6
|
"packages/itwin/reports-config-widget/LICENSE.md": "a5ca7f3cac799edf91ab2cadfe98eca41db76415",
|
|
7
7
|
"packages/itwin/reports-config-widget/README.md": "6b69338893db9df6210813dd1bc09e9aacda7167",
|
|
8
8
|
"packages/itwin/reports-config-widget/__mocks__/fileMock.js": "fc9379f960161b8723da71342c5ef74a7e6946fe",
|
|
9
9
|
"packages/itwin/reports-config-widget/jest.config.js": "b598030141fbfb2e3859b6b65780e5c667a67fc1",
|
|
10
|
-
"packages/itwin/reports-config-widget/package.json": "
|
|
10
|
+
"packages/itwin/reports-config-widget/package.json": "aa55c6d06f32941e772dee2f29a48a3035f5f293",
|
|
11
11
|
"packages/itwin/reports-config-widget/public/locales/en/ReportsConfigWidget.json": "bee5a5c2b8810b8edd64d59fc39a115632a5d459",
|
|
12
12
|
"packages/itwin/reports-config-widget/src/ReportsConfigWidget.ts": "2a14eac2207411b012e8f337887b66da02011173",
|
|
13
13
|
"packages/itwin/reports-config-widget/src/reports-config-widget-react.ts": "93bf8d302bb40adc42d3133046b32d01b9cf5675",
|
|
14
14
|
"packages/itwin/reports-config-widget/src/test/ReportAction.test.tsx": "013d80fbf071a3296a23025df678210c1f4a62bd",
|
|
15
|
-
"packages/itwin/reports-config-widget/src/test/ReportMappings.test.tsx": "
|
|
15
|
+
"packages/itwin/reports-config-widget/src/test/ReportMappings.test.tsx": "43069924264061f36e97479dd055796316d014b6",
|
|
16
16
|
"packages/itwin/reports-config-widget/src/test/Reports.test.tsx": "0224f21f31693ac087bb6ca6a22b757ff6a461e7",
|
|
17
17
|
"packages/itwin/reports-config-widget/src/test/WidgetHeader.test.tsx": "1c579b978282664e9d0143642b8adfe1b30be887",
|
|
18
18
|
"packages/itwin/reports-config-widget/src/test/test-utils.tsx": "0fc4a8cb60d10174cea078041f7d9e466c3ed1d0",
|
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/reports-config-widget-react",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "0.0.3",
|
|
6
|
+
"tag": "@itwin/reports-config-widget-react_v0.0.3",
|
|
7
|
+
"date": "Fri, 24 Jun 2022 16:51:25 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Unit tests fix"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"comment": "More unit test refinements "
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
4
19
|
{
|
|
5
20
|
"version": "0.0.2",
|
|
6
21
|
"tag": "@itwin/reports-config-widget-react_v0.0.2",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
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 Fri, 24 Jun 2022 16:51:25 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.0.3
|
|
6
|
+
Fri, 24 Jun 2022 16:51:25 GMT
|
|
7
|
+
|
|
8
|
+
### Patches
|
|
9
|
+
|
|
10
|
+
- Unit tests fix
|
|
11
|
+
- More unit test refinements
|
|
4
12
|
|
|
5
13
|
## 0.0.2
|
|
6
14
|
Thu, 16 Jun 2022 14:09:35 GMT
|
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="1656089484019" clover="3.2.0">
|
|
3
|
+
<project timestamp="1656089484019" 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="5389" 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"/>
|
|
@@ -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="283" 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"/>
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
<line num="96" count="2" type="stmt"/>
|
|
437
437
|
<line num="99" count="69" type="stmt"/>
|
|
438
438
|
<line num="101" count="51" type="stmt"/>
|
|
439
|
-
<line num="102" count="
|
|
439
|
+
<line num="102" count="127" type="stmt"/>
|
|
440
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"/>
|
|
@@ -444,10 +444,10 @@
|
|
|
444
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="135" 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="135" 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"/>
|