@itwin/reports-config-widget-react 0.2.0 → 0.2.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/.rush/temp/package-deps_rebuild.json +4 -4
- package/.rush/temp/shrinkwrap-deps.json +2 -2
- package/CHANGELOG.json +15 -0
- package/CHANGELOG.md +9 -1
- 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/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 +40 -40
- package/lib/cjs/tsconfig.tsbuildinfo +1 -1
- package/lib/esm/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/reports-config-widget-react.build.error.log +3 -3
- package/reports-config-widget-react.build.log +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/reports-config-widget-react",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "An iTwin.js 3D Viewer Widget that interfaces with the iTwin Reporting Platform.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Bentley",
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@itwin/imodels-access-frontend": "^1.0.1",
|
|
41
41
|
"@itwin/imodels-client-management": "^1.0.1",
|
|
42
|
-
"@itwin/insights-client": "^0.
|
|
42
|
+
"@itwin/insights-client": "^0.4.0",
|
|
43
43
|
"@itwin/itwinui-icons-color-react": "^1.0.1",
|
|
44
44
|
"@itwin/itwinui-icons-react": "^1.7.0",
|
|
45
|
-
"@itwin/itwinui-react": "
|
|
45
|
+
"@itwin/itwinui-react": "^1.42.0",
|
|
46
46
|
"classnames": "^2.3.1",
|
|
47
47
|
"simple-react-validator": "^1.6.1"
|
|
48
48
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
PASS src/test/ReportMappings.test.tsx (9.
|
|
1
|
+
PASS src/test/ReportMappings.test.tsx (9.915 s)
|
|
2
2
|
PASS src/test/ReportMappingHorizontalTile.test.tsx
|
|
3
|
-
PASS src/test/Reports.test.tsx (7.
|
|
3
|
+
PASS src/test/Reports.test.tsx (7.469 s)
|
|
4
4
|
PASS src/test/BulkExtractor.test.ts
|
|
5
5
|
PASS src/test/AddMappingModal.test.tsx
|
|
6
6
|
PASS src/test/ReportAction.test.tsx
|
|
@@ -10,5 +10,5 @@ PASS src/test/WidgetHeader.test.tsx
|
|
|
10
10
|
Test Suites: 8 passed, 8 total
|
|
11
11
|
Tests: 41 passed, 41 total
|
|
12
12
|
Snapshots: 0 total
|
|
13
|
-
Time: 29.
|
|
13
|
+
Time: 29.593 s
|
|
14
14
|
Ran all test suites.
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Invoking: npm test -- --coverage
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
> @itwin/reports-config-widget-react@0.
|
|
4
|
+
> @itwin/reports-config-widget-react@0.2.0 test /home/vsts/work/1/s/packages/itwin/reports-config-widget
|
|
5
5
|
> jest "--coverage"
|
|
6
6
|
|
|
7
|
-
PASS src/test/ReportMappings.test.tsx (9.
|
|
7
|
+
PASS src/test/ReportMappings.test.tsx (9.915 s)
|
|
8
8
|
PASS src/test/ReportMappingHorizontalTile.test.tsx
|
|
9
|
-
PASS src/test/Reports.test.tsx (7.
|
|
9
|
+
PASS src/test/Reports.test.tsx (7.469 s)
|
|
10
10
|
PASS src/test/BulkExtractor.test.ts
|
|
11
11
|
PASS src/test/AddMappingModal.test.tsx
|
|
12
12
|
PASS src/test/ReportAction.test.tsx
|
|
@@ -56,5 +56,5 @@ All files | 86.69 | 65.94 | 79.76 | 86.79
|
|
|
56
56
|
Test Suites: 8 passed, 8 total
|
|
57
57
|
Tests: 41 passed, 41 total
|
|
58
58
|
Snapshots: 0 total
|
|
59
|
-
Time: 29.
|
|
59
|
+
Time: 29.593 s
|
|
60
60
|
Ran all test suites.
|