@redsift/dashboard 8.0.0-alpha.8 → 8.0.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/.env +2 -0
- package/coverage/clover.xml +509 -0
- package/coverage/coverage-final.json +22 -0
- package/coverage/lcov-report/ConnectedDataGrid/ConnectedDataGrid.tsx.html +193 -0
- package/coverage/lcov-report/ConnectedDataGrid/index.html +131 -0
- package/coverage/lcov-report/ConnectedDataGrid/index.ts.html +85 -0
- package/coverage/lcov-report/Dashboard/Dashboard.tsx.html +229 -0
- package/coverage/lcov-report/Dashboard/context.ts.html +118 -0
- package/coverage/lcov-report/Dashboard/index.html +176 -0
- package/coverage/lcov-report/Dashboard/index.ts.html +97 -0
- package/coverage/lcov-report/Dashboard/reducer.ts.html +139 -0
- package/coverage/lcov-report/Dashboard/types.ts.html +190 -0
- package/coverage/lcov-report/HorizontalBarChart/HorizontalBarChart.tsx.html +430 -0
- package/coverage/lcov-report/HorizontalBarChart/index.html +161 -0
- package/coverage/lcov-report/HorizontalBarChart/index.ts.html +88 -0
- package/coverage/lcov-report/HorizontalBarChart/styles.ts.html +217 -0
- package/coverage/lcov-report/HorizontalBarChart/types.ts.html +184 -0
- package/coverage/lcov-report/PieChart/PieChart.tsx.html +736 -0
- package/coverage/lcov-report/PieChart/index.html +161 -0
- package/coverage/lcov-report/PieChart/index.ts.html +88 -0
- package/coverage/lcov-report/PieChart/styles.ts.html +244 -0
- package/coverage/lcov-report/PieChart/types.ts.html +184 -0
- package/coverage/lcov-report/base.css +224 -0
- package/coverage/lcov-report/block-navigation.js +87 -0
- package/coverage/lcov-report/components/ChartEmptyState/ChartEmptyState.tsx.html +679 -0
- package/coverage/lcov-report/components/ChartEmptyState/index.html +146 -0
- package/coverage/lcov-report/components/ChartEmptyState/index.ts.html +91 -0
- package/coverage/lcov-report/components/ChartEmptyState/styles.ts.html +184 -0
- package/coverage/lcov-report/components/ConnectedDataGrid/ConnectedDataGrid.tsx.html +181 -0
- package/coverage/lcov-report/components/ConnectedDataGrid/index.html +131 -0
- package/coverage/lcov-report/components/ConnectedDataGrid/index.ts.html +85 -0
- package/coverage/lcov-report/components/CrossfilterRegistry/CrossfilterRegistry.ts.html +163 -0
- package/coverage/lcov-report/components/CrossfilterRegistry/index.html +131 -0
- package/coverage/lcov-report/components/CrossfilterRegistry/index.ts.html +88 -0
- package/coverage/lcov-report/components/Dashboard/Dashboard.tsx.html +289 -0
- package/coverage/lcov-report/components/Dashboard/context.ts.html +115 -0
- package/coverage/lcov-report/components/Dashboard/index.html +176 -0
- package/coverage/lcov-report/components/Dashboard/index.ts.html +97 -0
- package/coverage/lcov-report/components/Dashboard/reducer.ts.html +382 -0
- package/coverage/lcov-report/components/Dashboard/types.ts.html +226 -0
- package/coverage/lcov-report/components/DataGrid/DataGrid.tsx.html +202 -0
- package/coverage/lcov-report/components/DataGrid/index.html +131 -0
- package/coverage/lcov-report/components/DataGrid/index.ts.html +91 -0
- package/coverage/lcov-report/components/EmptyChart/EmptyChart.tsx.html +244 -0
- package/coverage/lcov-report/components/EmptyChart/index.html +146 -0
- package/coverage/lcov-report/components/EmptyChart/index.ts.html +91 -0
- package/coverage/lcov-report/components/EmptyChart/styles.ts.html +241 -0
- package/coverage/lcov-report/components/HorizontalBarChart/HorizontalBarChart.tsx.html +1063 -0
- package/coverage/lcov-report/components/HorizontalBarChart/index.html +161 -0
- package/coverage/lcov-report/components/HorizontalBarChart/index.ts.html +91 -0
- package/coverage/lcov-report/components/HorizontalBarChart/styles.ts.html +385 -0
- package/coverage/lcov-report/components/HorizontalBarChart/types.ts.html +328 -0
- package/coverage/lcov-report/components/PDFExportButton/PdfDocument.tsx.html +688 -0
- package/coverage/lcov-report/components/PDFExportButton/PdfExportButton.tsx.html +583 -0
- package/coverage/lcov-report/components/PDFExportButton/index.html +161 -0
- package/coverage/lcov-report/components/PDFExportButton/index.ts.html +88 -0
- package/coverage/lcov-report/components/PDFExportButton/styles.ts.html +532 -0
- package/coverage/lcov-report/components/PDFExportButton/utils.ts.html +283 -0
- package/coverage/lcov-report/components/PieChart/PieChart.tsx.html +1363 -0
- package/coverage/lcov-report/components/PieChart/index.html +161 -0
- package/coverage/lcov-report/components/PieChart/index.ts.html +91 -0
- package/coverage/lcov-report/components/PieChart/styles.ts.html +388 -0
- package/coverage/lcov-report/components/PieChart/types.ts.html +325 -0
- package/coverage/lcov-report/components/ResetButton/ResetButton.tsx.html +160 -0
- package/coverage/lcov-report/components/ResetButton/index.html +131 -0
- package/coverage/lcov-report/components/ResetButton/index.ts.html +91 -0
- package/coverage/lcov-report/components/ScatterPlot/ScatterPlot.tsx.html +2881 -0
- package/coverage/lcov-report/components/ScatterPlot/index.html +176 -0
- package/coverage/lcov-report/components/ScatterPlot/index.ts.html +91 -0
- package/coverage/lcov-report/components/ScatterPlot/styles.ts.html +505 -0
- package/coverage/lcov-report/components/ScatterPlot/types.ts.html +370 -0
- package/coverage/lcov-report/components/ScatterPlot/utils.ts.html +136 -0
- package/coverage/lcov-report/components/StaticPieChart/StaticPieChart.tsx.html +286 -0
- package/coverage/lcov-report/components/StaticPieChart/index.html +131 -0
- package/coverage/lcov-report/components/StaticPieChart/index.ts.html +88 -0
- package/coverage/lcov-report/components/TimeSeriesBarChart/TimeSeriesBarChart.tsx.html +1744 -0
- package/coverage/lcov-report/components/TimeSeriesBarChart/index.html +161 -0
- package/coverage/lcov-report/components/TimeSeriesBarChart/index.ts.html +91 -0
- package/coverage/lcov-report/components/TimeSeriesBarChart/styles.ts.html +361 -0
- package/coverage/lcov-report/components/TimeSeriesBarChart/types.ts.html +319 -0
- package/coverage/lcov-report/components/WithFilters/FilterableBarChart.tsx.html +628 -0
- package/coverage/lcov-report/components/WithFilters/FilterableDataGrid.tsx.html +220 -0
- package/coverage/lcov-report/components/WithFilters/FilterablePieChart.tsx.html +622 -0
- package/coverage/lcov-report/components/WithFilters/FilterableScatterPlot.tsx.html +1090 -0
- package/coverage/lcov-report/components/WithFilters/WithFilters.tsx.html +172 -0
- package/coverage/lcov-report/components/WithFilters/index.html +191 -0
- package/coverage/lcov-report/components/WithFilters/index.ts.html +91 -0
- package/coverage/lcov-report/components/index.html +116 -0
- package/coverage/lcov-report/components/index.ts.html +97 -0
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/hooks/index.html +116 -0
- package/coverage/lcov-report/hooks/useCategoricalChartAsListbox.ts.html +478 -0
- package/coverage/lcov-report/hooks/useChartAsListbox.ts.html +655 -0
- package/coverage/lcov-report/index.html +206 -0
- package/coverage/lcov-report/prettify.css +1 -0
- package/coverage/lcov-report/prettify.js +2 -0
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +196 -0
- package/coverage/lcov-report/utils/groupReduceCount.ts.html +94 -0
- package/coverage/lcov-report/utils/groupReduceSum.ts.html +97 -0
- package/coverage/lcov-report/utils/groupReducers/groupReduceCount.ts.html +100 -0
- package/coverage/lcov-report/utils/groupReducers/groupReduceSum.ts.html +103 -0
- package/coverage/lcov-report/utils/groupReducers/index.html +146 -0
- package/coverage/lcov-report/utils/groupReducers/index.ts.html +91 -0
- package/coverage/lcov-report/utils/index.html +116 -0
- package/coverage/lcov-report/utils/index.ts.html +88 -0
- package/coverage/lcov.info +1070 -0
- package/{index.js → dist/index.js} +144 -20
- package/dist/index.js.map +1 -0
- package/dist/package.json +113 -0
- package/index.ts +1 -0
- package/jest.config.js +3 -0
- package/package.json +6 -12
- package/rollup.config.js +13 -0
- package/src/components/ChartEmptyState/ChartEmptyState.stories.tsx +23 -0
- package/src/components/ChartEmptyState/ChartEmptyState.tsx +198 -0
- package/src/components/ChartEmptyState/index.ts +2 -0
- package/src/components/ChartEmptyState/styles.ts +33 -0
- package/src/components/ChartEmptyState/types.ts +15 -0
- package/src/components/CrossfilterRegistry/CrossfilterRegistry.ts +26 -0
- package/src/components/CrossfilterRegistry/index.ts +1 -0
- package/src/components/Dashboard/Dashboard.stories.tsx +602 -0
- package/src/components/Dashboard/Dashboard.test.tsx +19 -0
- package/src/components/Dashboard/Dashboard.tsx +68 -0
- package/src/components/Dashboard/__snapshots__/Dashboard.stories.storyshot +24646 -0
- package/src/components/Dashboard/context.ts +10 -0
- package/src/components/Dashboard/index.ts +4 -0
- package/src/components/Dashboard/reducer.ts +99 -0
- package/src/components/Dashboard/types.ts +47 -0
- package/src/components/PdfExportButton/PdfDocument.tsx +203 -0
- package/src/components/PdfExportButton/PdfExportButton.tsx +168 -0
- package/src/components/PdfExportButton/index.ts +3 -0
- package/src/components/PdfExportButton/styles.ts +151 -0
- package/src/components/PdfExportButton/types.ts +59 -0
- package/src/components/TimeSeriesBarChart/TimeSeriesBarChart.tsx +565 -0
- package/src/components/TimeSeriesBarChart/index.ts +4 -0
- package/src/components/TimeSeriesBarChart/styles.ts +94 -0
- package/src/components/TimeSeriesBarChart/types.ts +82 -0
- package/src/components/WithFilters/FilterableBarChart.tsx +181 -0
- package/src/components/WithFilters/FilterableDataGrid.tsx +45 -0
- package/src/components/WithFilters/FilterablePieChart.tsx +179 -0
- package/src/components/WithFilters/FilterableScatterPlot.tsx +335 -0
- package/src/components/WithFilters/WithFilters.tsx +29 -0
- package/src/components/WithFilters/index.ts +2 -0
- package/src/components/WithFilters/types.ts +45 -0
- package/src/hooks/useCategoricalChartAsListbox.ts +131 -0
- package/src/index.ts +8 -0
- package/src/types.ts +39 -0
- package/src/utils/groupReducers/groupReduceCount.ts +5 -0
- package/src/utils/groupReducers/groupReduceSum.ts +6 -0
- package/src/utils/groupReducers/index.ts +2 -0
- package/src/utils/index.ts +1 -0
- package/tsconfig.json +3 -0
- package/index.js.map +0 -1
- /package/{CONTRIBUTING.md → dist/CONTRIBUTING.md} +0 -0
- /package/{index.d.ts → dist/index.d.ts} +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.