@tsiky/components-r19 1.6.0 → 1.6.2
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/dist/CartesianChart-BGkSJT6t.js +18529 -0
- package/dist/CartesianChart-KB_nIUsI.cjs +134 -0
- package/dist/chart.cjs.js +58 -47
- package/dist/chart.d.ts +3 -2
- package/dist/chart.d.ts.map +1 -1
- package/dist/chart.js +9276 -5711
- package/dist/components-r19.css +1 -1
- package/dist/index.cjs.js +1644 -1633
- package/dist/index.d.ts +16 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +17660 -15332
- package/dist/mockServiceWorker.js +336 -0
- package/dist/move-8i2rW7Z0.cjs +26 -0
- package/dist/move-DFwOHmr2.js +110 -0
- package/dist/src/components/AddItemModal/AddItemModal.d.ts.map +1 -1
- package/dist/src/components/AreaChartV2/AreaChartV2.d.ts +23 -0
- package/dist/src/components/AreaChartV2/AreaChartV2.d.ts.map +1 -0
- package/dist/src/components/AreaChartV2/index.d.ts +2 -0
- package/dist/src/components/AreaChartV2/index.d.ts.map +1 -0
- package/dist/src/components/ChartV2/ChartV2.d.ts +74 -0
- package/dist/src/components/ChartV2/ChartV2.d.ts.map +1 -0
- package/dist/src/components/ChartV2/index.d.ts +3 -0
- package/dist/src/components/ChartV2/index.d.ts.map +1 -0
- package/dist/src/components/Charts/boxplot-chart/BoxPlotChart.d.ts +3 -0
- package/dist/src/components/Charts/boxplot-chart/BoxPlotChart.d.ts.map +1 -1
- package/dist/src/components/Charts/mixed-chart/MixedChart.d.ts +1 -0
- package/dist/src/components/Charts/mixed-chart/MixedChart.d.ts.map +1 -1
- package/dist/src/components/ComponentVisibilityManager/ComponentVisibilityManager.d.ts.map +1 -1
- package/dist/src/components/DataBoard/DataBoard.d.ts +24 -0
- package/dist/src/components/DataBoard/DataBoard.d.ts.map +1 -0
- package/dist/src/components/DataBoard/index.d.ts +2 -0
- package/dist/src/components/DataBoard/index.d.ts.map +1 -0
- package/dist/src/components/DataFourBoards/DataFourBoards.d.ts +23 -0
- package/dist/src/components/DataFourBoards/DataFourBoards.d.ts.map +1 -0
- package/dist/src/components/DataFourBoards/index.d.ts +2 -0
- package/dist/src/components/DataFourBoards/index.d.ts.map +1 -0
- package/dist/src/components/DatePicker/DatePicker.d.ts +58 -0
- package/dist/src/components/DatePicker/DatePicker.d.ts.map +1 -0
- package/dist/src/components/DatePicker/index.d.ts +2 -0
- package/dist/src/components/DatePicker/index.d.ts.map +1 -0
- package/dist/src/components/DayStatCardV2/DayStatCardV2.d.ts +28 -0
- package/dist/src/components/DayStatCardV2/DayStatCardV2.d.ts.map +1 -0
- package/dist/src/components/DayStatCardV2/index.d.ts +2 -0
- package/dist/src/components/DayStatCardV2/index.d.ts.map +1 -0
- package/dist/src/components/DynamicTable/TableauDynamiqueSafePagination/TableauDynamiqueSafePagination.d.ts.map +1 -1
- package/dist/src/components/FilterBar/FilterBar.d.ts +32 -0
- package/dist/src/components/FilterBar/FilterBar.d.ts.map +1 -0
- package/dist/src/components/FilterBar/index.d.ts +2 -0
- package/dist/src/components/FilterBar/index.d.ts.map +1 -0
- package/dist/src/components/HorizontalBarChart/HorizontalBarChart.d.ts +19 -0
- package/dist/src/components/HorizontalBarChart/HorizontalBarChart.d.ts.map +1 -0
- package/dist/src/components/HorizontalBarChart/index.d.ts +2 -0
- package/dist/src/components/HorizontalBarChart/index.d.ts.map +1 -0
- package/dist/src/components/IndicatorItemV2/IndicatorItemV2.d.ts +20 -0
- package/dist/src/components/IndicatorItemV2/IndicatorItemV2.d.ts.map +1 -0
- package/dist/src/components/IndicatorItemV2/index.d.ts +2 -0
- package/dist/src/components/IndicatorItemV2/index.d.ts.map +1 -0
- package/dist/src/components/Logo/Logo.d.ts.map +1 -1
- package/dist/src/components/NavBar/NavContext.d.ts +11 -0
- package/dist/src/components/NavBar/NavContext.d.ts.map +1 -1
- package/dist/src/components/NavBarV2/NavBarV2.d.ts +42 -0
- package/dist/src/components/NavBarV2/NavBarV2.d.ts.map +1 -0
- package/dist/src/components/NavBarV2/index.d.ts +2 -0
- package/dist/src/components/NavBarV2/index.d.ts.map +1 -0
- package/dist/src/components/NavItemV2/NavItemV2.d.ts +25 -0
- package/dist/src/components/NavItemV2/NavItemV2.d.ts.map +1 -0
- package/dist/src/components/NavItemV2/index.d.ts +2 -0
- package/dist/src/components/NavItemV2/index.d.ts.map +1 -0
- package/dist/src/components/SankeyChartV2/SankeyChartV2.d.ts +26 -0
- package/dist/src/components/SankeyChartV2/SankeyChartV2.d.ts.map +1 -0
- package/dist/src/components/SankeyChartV2/index.d.ts +2 -0
- package/dist/src/components/SankeyChartV2/index.d.ts.map +1 -0
- package/dist/src/components/Select/Select.d.ts +52 -0
- package/dist/src/components/Select/Select.d.ts.map +1 -0
- package/dist/src/components/Select/index.d.ts +3 -0
- package/dist/src/components/Select/index.d.ts.map +1 -0
- package/dist/src/components/ShowDataSwitcher/ShowDataSwitcherButton.d.ts +9 -1
- package/dist/src/components/ShowDataSwitcher/ShowDataSwitcherButton.d.ts.map +1 -1
- package/dist/src/components/SubHeader/SubHeader.d.ts +77 -0
- package/dist/src/components/SubHeader/SubHeader.d.ts.map +1 -0
- package/dist/src/components/SubHeader/SubHeaderContent.d.ts +32 -0
- package/dist/src/components/SubHeader/SubHeaderContent.d.ts.map +1 -0
- package/dist/src/components/SubHeader/SubHeaderNavItem.d.ts +25 -0
- package/dist/src/components/SubHeader/SubHeaderNavItem.d.ts.map +1 -0
- package/dist/src/components/SubHeader/SubHeaderTitle.d.ts +15 -0
- package/dist/src/components/SubHeader/SubHeaderTitle.d.ts.map +1 -0
- package/dist/src/components/SubHeaderContent/SubHeaderContent.d.ts +47 -0
- package/dist/src/components/SubHeaderContent/SubHeaderContent.d.ts.map +1 -0
- package/dist/src/components/SubHeaderContent/SubHeaderNavItem.d.ts +25 -0
- package/dist/src/components/SubHeaderContent/SubHeaderNavItem.d.ts.map +1 -0
- package/dist/src/components/SubHeaderContent/index.d.ts +2 -0
- package/dist/src/components/SubHeaderContent/index.d.ts.map +1 -0
- package/dist/src/components/SubHeaderNavItem/SubHeaderNavItem.d.ts +30 -0
- package/dist/src/components/SubHeaderNavItem/SubHeaderNavItem.d.ts.map +1 -0
- package/dist/src/components/SubHeaderNavItem/index.d.ts +2 -0
- package/dist/src/components/SubHeaderNavItem/index.d.ts.map +1 -0
- package/dist/src/components/SubHeaderTitle/SubHeaderTitle.d.ts +22 -0
- package/dist/src/components/SubHeaderTitle/SubHeaderTitle.d.ts.map +1 -0
- package/dist/src/components/SubHeaderTitle/index.d.ts +2 -0
- package/dist/src/components/SubHeaderTitle/index.d.ts.map +1 -0
- package/dist/src/components/TableauxComponent/Filters.d.ts +12 -0
- package/dist/src/components/TableauxComponent/Filters.d.ts.map +1 -0
- package/dist/src/components/TableauxComponent/Pagination.d.ts +18 -0
- package/dist/src/components/TableauxComponent/Pagination.d.ts.map +1 -0
- package/dist/src/components/TableauxComponent/TableBody.d.ts +12 -0
- package/dist/src/components/TableauxComponent/TableBody.d.ts.map +1 -0
- package/dist/src/components/TableauxComponent/TableHeader.d.ts +10 -0
- package/dist/src/components/TableauxComponent/TableHeader.d.ts.map +1 -0
- package/dist/src/components/TableauxComponent/TableLayout.d.ts +4 -0
- package/dist/src/components/TableauxComponent/TableLayout.d.ts.map +1 -0
- package/dist/src/components/TableauxComponent/TimelineRenderer.d.ts +8 -0
- package/dist/src/components/TableauxComponent/TimelineRenderer.d.ts.map +1 -0
- package/dist/src/components/TableauxComponent/index.d.ts +5 -0
- package/dist/src/components/TableauxComponent/index.d.ts.map +1 -0
- package/dist/src/components/TableauxComponent/types.d.ts +102 -0
- package/dist/src/components/TableauxComponent/types.d.ts.map +1 -0
- package/dist/src/components/TableauxComponent/useTableLogic.d.ts +19 -0
- package/dist/src/components/TableauxComponent/useTableLogic.d.ts.map +1 -0
- package/dist/src/components/ThemeSwitcher/ThemeSwitcher.d.ts +14 -0
- package/dist/src/components/ThemeSwitcher/ThemeSwitcher.d.ts.map +1 -0
- package/dist/src/components/ThemeSwitcher/index.d.ts +2 -0
- package/dist/src/components/ThemeSwitcher/index.d.ts.map +1 -0
- package/dist/src/components/TranslationKey/TranslationKey.d.ts.map +1 -1
- package/dist/src/components/UserInfo/UserInfo.d.ts +34 -0
- package/dist/src/components/UserInfo/UserInfo.d.ts.map +1 -0
- package/dist/src/components/UserInfo/index.d.ts +2 -0
- package/dist/src/components/UserInfo/index.d.ts.map +1 -0
- package/package.json +14 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsiky/components-r19",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev": "vite",
|
|
@@ -51,7 +51,8 @@
|
|
|
51
51
|
"framer-motion": "^12.23.24",
|
|
52
52
|
"lucide-react": "^0.540.0",
|
|
53
53
|
"react-apexcharts": "^1.8.0",
|
|
54
|
-
"react-chartjs-2": "^5.3.0"
|
|
54
|
+
"react-chartjs-2": "^5.3.0",
|
|
55
|
+
"recharts": "^3.6.0"
|
|
55
56
|
},
|
|
56
57
|
"devDependencies": {
|
|
57
58
|
"@chromatic-com/storybook": "^4.1.0",
|
|
@@ -61,6 +62,8 @@
|
|
|
61
62
|
"@storybook/addon-onboarding": "^9.1.0",
|
|
62
63
|
"@storybook/addon-vitest": "^9.1.0",
|
|
63
64
|
"@storybook/react-vite": "^9.1.0",
|
|
65
|
+
"@svgr/plugin-prettier": "^8.1.0",
|
|
66
|
+
"@svgr/plugin-svgo": "^8.1.0",
|
|
64
67
|
"@types/lodash": "^4.17.20",
|
|
65
68
|
"@types/react": "^19.1.8",
|
|
66
69
|
"@types/react-dom": "^19.1.6",
|
|
@@ -75,6 +78,8 @@
|
|
|
75
78
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
76
79
|
"eslint-plugin-storybook": "^9.1.0",
|
|
77
80
|
"globals": "^16.3.0",
|
|
81
|
+
"msw": "^2.12.7",
|
|
82
|
+
"msw-storybook-addon": "^2.0.6",
|
|
78
83
|
"playwright": "^1.54.2",
|
|
79
84
|
"prettier": "^3.6.2",
|
|
80
85
|
"react": "^19.1.0",
|
|
@@ -84,6 +89,12 @@
|
|
|
84
89
|
"typescript": "~5.8.3",
|
|
85
90
|
"typescript-eslint": "^8.35.1",
|
|
86
91
|
"vite": "^7.0.4",
|
|
92
|
+
"vite-plugin-svgr": "^4.5.0",
|
|
87
93
|
"vitest": "^3.2.4"
|
|
94
|
+
},
|
|
95
|
+
"msw": {
|
|
96
|
+
"workerDirectory": [
|
|
97
|
+
"public"
|
|
98
|
+
]
|
|
88
99
|
}
|
|
89
|
-
}
|
|
100
|
+
}
|