@mui/x-charts 9.0.0-alpha.4 → 9.0.0-beta.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/BarChart/BarChart.js +19 -28
- package/BarChart/BarChart.mjs +19 -28
- package/BarChart/BarElement.js +3 -5
- package/BarChart/BarElement.mjs +3 -5
- package/BarChart/BarLabel/BarLabelPlot.d.mts +0 -2
- package/BarChart/BarLabel/BarLabelPlot.d.ts +0 -2
- package/BarChart/BarLabel/BarLabelPlot.js +2 -3
- package/BarChart/BarLabel/BarLabelPlot.mjs +2 -3
- package/BarChart/BarPlot.d.mts +2 -12
- package/BarChart/BarPlot.d.ts +2 -12
- package/BarChart/BarPlot.js +4 -18
- package/BarChart/BarPlot.mjs +4 -18
- package/BarChart/BatchBarPlot/BatchBarPlot.js +0 -27
- package/BarChart/BatchBarPlot/BatchBarPlot.mjs +0 -27
- package/BarChart/IndividualBarPlot.d.mts +1 -2
- package/BarChart/IndividualBarPlot.d.ts +1 -2
- package/BarChart/IndividualBarPlot.js +5 -10
- package/BarChart/IndividualBarPlot.mjs +5 -10
- package/BarChart/seriesConfig/bar/descriptionGetter.d.mts +3 -0
- package/BarChart/seriesConfig/bar/descriptionGetter.d.ts +3 -0
- package/BarChart/seriesConfig/bar/descriptionGetter.js +36 -0
- package/BarChart/seriesConfig/bar/descriptionGetter.mjs +30 -0
- package/BarChart/seriesConfig/index.js +5 -1
- package/BarChart/seriesConfig/index.mjs +5 -1
- package/BarChart/useBarChartProps.js +2 -4
- package/BarChart/useBarChartProps.mjs +2 -4
- package/CHANGELOG.md +107 -1
- package/ChartsContainer/ChartsContainer.js +29 -29
- package/ChartsContainer/ChartsContainer.mjs +29 -29
- package/ChartsLayerContainer/ChartsLayerContainer.js +6 -2
- package/ChartsLayerContainer/ChartsLayerContainer.mjs +7 -2
- package/ChartsSvgLayer/ChartsSvgLayer.js +2 -2
- package/ChartsSvgLayer/ChartsSvgLayer.mjs +2 -2
- package/ChartsXAxis/ChartsGroupedXAxisTicks.js +12 -3
- package/ChartsXAxis/ChartsGroupedXAxisTicks.mjs +12 -3
- package/ChartsXAxis/useAxisTicksProps.d.mts +89 -89
- package/ChartsXAxis/useAxisTicksProps.d.ts +89 -89
- package/ChartsYAxis/ChartsGroupedYAxisTicks.js +12 -3
- package/ChartsYAxis/ChartsGroupedYAxisTicks.mjs +12 -3
- package/ChartsYAxis/useAxisTicksProps.d.mts +89 -89
- package/ChartsYAxis/useAxisTicksProps.d.ts +89 -89
- package/Gauge/Gauge.js +0 -4
- package/Gauge/Gauge.mjs +0 -4
- package/Gauge/GaugeContainer.d.mts +1 -1
- package/Gauge/GaugeContainer.d.ts +1 -1
- package/Gauge/GaugeContainer.js +0 -4
- package/Gauge/GaugeContainer.mjs +0 -4
- package/LineChart/AreaElement.js +5 -1
- package/LineChart/AreaElement.mjs +5 -1
- package/LineChart/CircleMarkElement.js +8 -5
- package/LineChart/CircleMarkElement.mjs +8 -5
- package/LineChart/LineChart.js +21 -19
- package/LineChart/LineChart.mjs +21 -19
- package/LineChart/LineElement.js +5 -1
- package/LineChart/LineElement.mjs +5 -1
- package/LineChart/MarkElement.js +7 -4
- package/LineChart/MarkElement.mjs +7 -4
- package/LineChart/seriesConfig/curveEvaluation.d.mts +11 -0
- package/LineChart/seriesConfig/curveEvaluation.d.ts +11 -0
- package/LineChart/seriesConfig/curveEvaluation.js +134 -0
- package/LineChart/seriesConfig/curveEvaluation.mjs +129 -0
- package/LineChart/seriesConfig/descriptionGetter.d.mts +3 -0
- package/LineChart/seriesConfig/descriptionGetter.d.ts +3 -0
- package/LineChart/seriesConfig/descriptionGetter.js +37 -0
- package/LineChart/seriesConfig/descriptionGetter.mjs +31 -0
- package/LineChart/seriesConfig/getItemAtPosition.d.mts +7 -0
- package/LineChart/seriesConfig/getItemAtPosition.d.ts +7 -0
- package/LineChart/seriesConfig/getItemAtPosition.js +356 -0
- package/LineChart/seriesConfig/getItemAtPosition.mjs +351 -0
- package/LineChart/seriesConfig/index.js +4 -0
- package/LineChart/seriesConfig/index.mjs +4 -0
- package/PieChart/PieArc.js +2 -3
- package/PieChart/PieArc.mjs +2 -3
- package/PieChart/seriesConfig/descriptionGetter.d.mts +3 -0
- package/PieChart/seriesConfig/descriptionGetter.d.ts +3 -0
- package/PieChart/seriesConfig/descriptionGetter.js +26 -0
- package/PieChart/seriesConfig/descriptionGetter.mjs +20 -0
- package/PieChart/seriesConfig/index.js +2 -0
- package/PieChart/seriesConfig/index.mjs +2 -0
- package/RadarChart/seriesConfig/descriptionGetter.d.mts +3 -0
- package/RadarChart/seriesConfig/descriptionGetter.d.ts +3 -0
- package/RadarChart/seriesConfig/descriptionGetter.js +37 -0
- package/RadarChart/seriesConfig/descriptionGetter.mjs +31 -0
- package/RadarChart/seriesConfig/index.js +2 -0
- package/RadarChart/seriesConfig/index.mjs +2 -0
- package/ScatterChart/ScatterChart.js +18 -18
- package/ScatterChart/ScatterChart.mjs +18 -18
- package/ScatterChart/seriesConfig/descriptionGetter.d.mts +3 -0
- package/ScatterChart/seriesConfig/descriptionGetter.d.ts +3 -0
- package/ScatterChart/seriesConfig/descriptionGetter.js +34 -0
- package/ScatterChart/seriesConfig/descriptionGetter.mjs +28 -0
- package/ScatterChart/seriesConfig/index.js +2 -0
- package/ScatterChart/seriesConfig/index.mjs +2 -0
- package/SparkLineChart/SparkLineChart.js +21 -19
- package/SparkLineChart/SparkLineChart.mjs +21 -19
- package/constants/index.js +0 -2
- package/constants/index.mjs +0 -2
- package/hooks/useInteractionItemProps.d.mts +1 -1
- package/hooks/useInteractionItemProps.d.ts +1 -1
- package/hooks/useInteractionItemProps.js +3 -3
- package/hooks/useInteractionItemProps.mjs +3 -3
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/internals/components/ChartsAccessibilityProxy/ChartsAccessibilityProxy.d.mts +5 -0
- package/internals/components/ChartsAccessibilityProxy/ChartsAccessibilityProxy.d.ts +5 -0
- package/internals/components/ChartsAccessibilityProxy/ChartsAccessibilityProxy.js +100 -0
- package/internals/components/ChartsAccessibilityProxy/ChartsAccessibilityProxy.mjs +96 -0
- package/internals/components/ChartsAccessibilityProxy/index.d.mts +1 -0
- package/internals/components/ChartsAccessibilityProxy/index.d.ts +1 -0
- package/internals/components/ChartsAccessibilityProxy/index.js +16 -0
- package/internals/components/ChartsAccessibilityProxy/index.mjs +1 -0
- package/internals/components/ChartsAccessibilityProxy/useDescription.d.mts +5 -0
- package/internals/components/ChartsAccessibilityProxy/useDescription.d.ts +5 -0
- package/internals/components/ChartsAccessibilityProxy/useDescription.js +71 -0
- package/internals/components/ChartsAccessibilityProxy/useDescription.mjs +66 -0
- package/internals/getChartPoint.js +18 -1
- package/internals/getChartPoint.mjs +18 -1
- package/internals/plugins/corePlugins/corePlugins.d.mts +2 -2
- package/internals/plugins/corePlugins/corePlugins.d.ts +2 -2
- package/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.d.mts +2 -1
- package/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.d.ts +2 -1
- package/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.selectors.d.mts +2 -1
- package/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.selectors.d.ts +2 -1
- package/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.d.mts +22 -7
- package/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.d.ts +22 -7
- package/internals/plugins/corePlugins/useChartSeries/index.d.mts +2 -1
- package/internals/plugins/corePlugins/useChartSeries/index.d.ts +2 -1
- package/internals/plugins/corePlugins/useChartSeries/index.js +12 -0
- package/internals/plugins/corePlugins/useChartSeries/index.mjs +2 -1
- package/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.d.mts +1 -8
- package/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.d.ts +1 -8
- package/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.js +1 -11
- package/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.mjs +1 -11
- package/internals/plugins/corePlugins/useChartSeries/useChartSeriesLayout.selectors.d.mts +8 -0
- package/internals/plugins/corePlugins/useChartSeries/useChartSeriesLayout.selectors.d.ts +8 -0
- package/internals/plugins/corePlugins/useChartSeries/useChartSeriesLayout.selectors.js +19 -0
- package/internals/plugins/corePlugins/useChartSeries/useChartSeriesLayout.selectors.mjs +14 -0
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/descriptionGetter.types.d.mts +5 -0
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/descriptionGetter.types.d.ts +5 -0
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/descriptionGetter.types.js +5 -0
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/descriptionGetter.types.mjs +1 -0
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/index.d.mts +1 -0
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/index.d.ts +1 -0
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/index.js +11 -0
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/index.mjs +1 -0
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/seriesConfig.types.d.mts +2 -0
- package/internals/plugins/corePlugins/useChartSeriesConfig/types/seriesConfig.types.d.ts +2 -0
- package/internals/plugins/featurePlugins/shared/useRegisterPointerInteractions.d.mts +4 -10
- package/internals/plugins/featurePlugins/shared/useRegisterPointerInteractions.d.ts +4 -10
- package/internals/plugins/featurePlugins/shared/useRegisterPointerInteractions.js +28 -19
- package/internals/plugins/featurePlugins/shared/useRegisterPointerInteractions.mjs +28 -18
- package/internals/plugins/featurePlugins/useChartCartesianAxis/autoSizeConstants.d.mts +5 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/autoSizeConstants.d.ts +5 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/autoSizeConstants.js +11 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/autoSizeConstants.mjs +5 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisAutoSize.d.mts +33 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisAutoSize.d.ts +33 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisAutoSize.js +318 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisAutoSize.mjs +311 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.d.mts +5 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.d.ts +5 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.js +63 -8
- package/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.mjs +62 -8
- package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.js +12 -4
- package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.mjs +12 -4
- package/internals/plugins/featurePlugins/useChartCartesianAxis/domain.d.mts +12 -2
- package/internals/plugins/featurePlugins/useChartCartesianAxis/domain.d.ts +12 -2
- package/internals/plugins/featurePlugins/useChartCartesianAxis/domain.js +28 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/domain.mjs +27 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/index.d.mts +3 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/index.d.ts +3 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/index.js +22 -2
- package/internals/plugins/featurePlugins/useChartCartesianAxis/index.mjs +3 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisAutoSize.selectors.d.mts +30 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisAutoSize.selectors.d.ts +30 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisAutoSize.selectors.js +96 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisAutoSize.selectors.mjs +91 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisDomains.selectors.d.mts +16 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisDomains.selectors.d.ts +16 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisDomains.selectors.js +36 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisDomains.selectors.mjs +31 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisExtrema.selectors.d.mts +15 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisExtrema.selectors.d.ts +15 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisExtrema.selectors.js +45 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisExtrema.selectors.mjs +39 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.d.mts +11 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.d.ts +11 -0
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.js +53 -11
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.mjs +52 -11
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.d.mts +4 -9
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.d.ts +4 -9
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.js +16 -40
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.mjs +19 -43
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianTooltip.selectors.js +20 -2
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianTooltip.selectors.mjs +20 -2
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.js +36 -30
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.mjs +36 -30
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.selectors.d.mts +8 -0
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.selectors.d.ts +8 -0
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.selectors.js +9 -2
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.selectors.mjs +9 -2
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.types.d.mts +6 -0
- package/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.types.d.ts +6 -0
- package/internals/store/useCharts.d.mts +1 -1
- package/internals/store/useCharts.d.ts +1 -1
- package/locales/elGR.d.mts +76 -0
- package/locales/elGR.d.ts +76 -0
- package/locales/elGR.js +89 -0
- package/locales/elGR.mjs +89 -0
- package/locales/enUS.d.mts +76 -0
- package/locales/enUS.d.ts +76 -0
- package/locales/enUS.js +89 -1
- package/locales/enUS.mjs +89 -1
- package/locales/frFR.d.mts +76 -0
- package/locales/frFR.d.ts +76 -0
- package/locales/frFR.js +89 -0
- package/locales/frFR.mjs +89 -0
- package/locales/nbNO.d.mts +76 -0
- package/locales/nbNO.d.ts +76 -0
- package/locales/nbNO.js +89 -0
- package/locales/nbNO.mjs +89 -0
- package/locales/ptBR.d.mts +76 -0
- package/locales/ptBR.d.ts +76 -0
- package/locales/ptBR.js +89 -0
- package/locales/ptBR.mjs +89 -0
- package/locales/ptPT.d.mts +76 -0
- package/locales/ptPT.d.ts +76 -0
- package/locales/ptPT.js +89 -0
- package/locales/ptPT.mjs +89 -0
- package/locales/svSE.d.mts +76 -0
- package/locales/svSE.d.ts +76 -0
- package/locales/svSE.js +89 -0
- package/locales/svSE.mjs +89 -0
- package/locales/utils/chartsLocaleTextApi.d.mts +189 -0
- package/locales/utils/chartsLocaleTextApi.d.ts +189 -0
- package/locales/utils/getChartsLocalization.d.mts +76 -0
- package/locales/utils/getChartsLocalization.d.ts +76 -0
- package/models/axis.d.mts +11 -5
- package/models/axis.d.ts +11 -5
- package/models/seriesType/config.d.mts +29 -0
- package/models/seriesType/config.d.ts +29 -0
- package/package.json +85 -85
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-charts",
|
|
3
|
-
"version": "9.0.0-
|
|
3
|
+
"version": "9.0.0-beta.0",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "The community edition of MUI X Charts components.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -327,294 +327,294 @@
|
|
|
327
327
|
}
|
|
328
328
|
},
|
|
329
329
|
"./ChartsWrapper": {
|
|
330
|
-
"require": {
|
|
331
|
-
"types": "./ChartsWrapper/index.d.ts",
|
|
332
|
-
"default": "./ChartsWrapper/index.js"
|
|
333
|
-
},
|
|
334
330
|
"import": {
|
|
335
331
|
"types": "./ChartsWrapper/index.d.mts",
|
|
336
332
|
"default": "./ChartsWrapper/index.mjs"
|
|
337
333
|
},
|
|
334
|
+
"require": {
|
|
335
|
+
"types": "./ChartsWrapper/index.d.ts",
|
|
336
|
+
"default": "./ChartsWrapper/index.js"
|
|
337
|
+
},
|
|
338
338
|
"default": {
|
|
339
339
|
"types": "./ChartsWrapper/index.d.mts",
|
|
340
340
|
"default": "./ChartsWrapper/index.mjs"
|
|
341
341
|
}
|
|
342
342
|
},
|
|
343
343
|
"./ChartsXAxis": {
|
|
344
|
-
"require": {
|
|
345
|
-
"types": "./ChartsXAxis/index.d.ts",
|
|
346
|
-
"default": "./ChartsXAxis/index.js"
|
|
347
|
-
},
|
|
348
344
|
"import": {
|
|
349
345
|
"types": "./ChartsXAxis/index.d.mts",
|
|
350
346
|
"default": "./ChartsXAxis/index.mjs"
|
|
351
347
|
},
|
|
348
|
+
"require": {
|
|
349
|
+
"types": "./ChartsXAxis/index.d.ts",
|
|
350
|
+
"default": "./ChartsXAxis/index.js"
|
|
351
|
+
},
|
|
352
352
|
"default": {
|
|
353
353
|
"types": "./ChartsXAxis/index.d.mts",
|
|
354
354
|
"default": "./ChartsXAxis/index.mjs"
|
|
355
355
|
}
|
|
356
356
|
},
|
|
357
357
|
"./ChartsYAxis": {
|
|
358
|
-
"require": {
|
|
359
|
-
"types": "./ChartsYAxis/index.d.ts",
|
|
360
|
-
"default": "./ChartsYAxis/index.js"
|
|
361
|
-
},
|
|
362
358
|
"import": {
|
|
363
359
|
"types": "./ChartsYAxis/index.d.mts",
|
|
364
360
|
"default": "./ChartsYAxis/index.mjs"
|
|
365
361
|
},
|
|
362
|
+
"require": {
|
|
363
|
+
"types": "./ChartsYAxis/index.d.ts",
|
|
364
|
+
"default": "./ChartsYAxis/index.js"
|
|
365
|
+
},
|
|
366
366
|
"default": {
|
|
367
367
|
"types": "./ChartsYAxis/index.d.mts",
|
|
368
368
|
"default": "./ChartsYAxis/index.mjs"
|
|
369
369
|
}
|
|
370
370
|
},
|
|
371
371
|
"./Gauge": {
|
|
372
|
-
"require": {
|
|
373
|
-
"types": "./Gauge/index.d.ts",
|
|
374
|
-
"default": "./Gauge/index.js"
|
|
375
|
-
},
|
|
376
372
|
"import": {
|
|
377
373
|
"types": "./Gauge/index.d.mts",
|
|
378
374
|
"default": "./Gauge/index.mjs"
|
|
379
375
|
},
|
|
376
|
+
"require": {
|
|
377
|
+
"types": "./Gauge/index.d.ts",
|
|
378
|
+
"default": "./Gauge/index.js"
|
|
379
|
+
},
|
|
380
380
|
"default": {
|
|
381
381
|
"types": "./Gauge/index.d.mts",
|
|
382
382
|
"default": "./Gauge/index.mjs"
|
|
383
383
|
}
|
|
384
384
|
},
|
|
385
385
|
"./LineChart": {
|
|
386
|
-
"require": {
|
|
387
|
-
"types": "./LineChart/index.d.ts",
|
|
388
|
-
"default": "./LineChart/index.js"
|
|
389
|
-
},
|
|
390
386
|
"import": {
|
|
391
387
|
"types": "./LineChart/index.d.mts",
|
|
392
388
|
"default": "./LineChart/index.mjs"
|
|
393
389
|
},
|
|
390
|
+
"require": {
|
|
391
|
+
"types": "./LineChart/index.d.ts",
|
|
392
|
+
"default": "./LineChart/index.js"
|
|
393
|
+
},
|
|
394
394
|
"default": {
|
|
395
395
|
"types": "./LineChart/index.d.mts",
|
|
396
396
|
"default": "./LineChart/index.mjs"
|
|
397
397
|
}
|
|
398
398
|
},
|
|
399
399
|
"./PieChart": {
|
|
400
|
-
"require": {
|
|
401
|
-
"types": "./PieChart/index.d.ts",
|
|
402
|
-
"default": "./PieChart/index.js"
|
|
403
|
-
},
|
|
404
400
|
"import": {
|
|
405
401
|
"types": "./PieChart/index.d.mts",
|
|
406
402
|
"default": "./PieChart/index.mjs"
|
|
407
403
|
},
|
|
404
|
+
"require": {
|
|
405
|
+
"types": "./PieChart/index.d.ts",
|
|
406
|
+
"default": "./PieChart/index.js"
|
|
407
|
+
},
|
|
408
408
|
"default": {
|
|
409
409
|
"types": "./PieChart/index.d.mts",
|
|
410
410
|
"default": "./PieChart/index.mjs"
|
|
411
411
|
}
|
|
412
412
|
},
|
|
413
413
|
"./RadarChart": {
|
|
414
|
-
"require": {
|
|
415
|
-
"types": "./RadarChart/index.d.ts",
|
|
416
|
-
"default": "./RadarChart/index.js"
|
|
417
|
-
},
|
|
418
414
|
"import": {
|
|
419
415
|
"types": "./RadarChart/index.d.mts",
|
|
420
416
|
"default": "./RadarChart/index.mjs"
|
|
421
417
|
},
|
|
418
|
+
"require": {
|
|
419
|
+
"types": "./RadarChart/index.d.ts",
|
|
420
|
+
"default": "./RadarChart/index.js"
|
|
421
|
+
},
|
|
422
422
|
"default": {
|
|
423
423
|
"types": "./RadarChart/index.d.mts",
|
|
424
424
|
"default": "./RadarChart/index.mjs"
|
|
425
425
|
}
|
|
426
426
|
},
|
|
427
427
|
"./ScatterChart": {
|
|
428
|
-
"require": {
|
|
429
|
-
"types": "./ScatterChart/index.d.ts",
|
|
430
|
-
"default": "./ScatterChart/index.js"
|
|
431
|
-
},
|
|
432
428
|
"import": {
|
|
433
429
|
"types": "./ScatterChart/index.d.mts",
|
|
434
430
|
"default": "./ScatterChart/index.mjs"
|
|
435
431
|
},
|
|
432
|
+
"require": {
|
|
433
|
+
"types": "./ScatterChart/index.d.ts",
|
|
434
|
+
"default": "./ScatterChart/index.js"
|
|
435
|
+
},
|
|
436
436
|
"default": {
|
|
437
437
|
"types": "./ScatterChart/index.d.mts",
|
|
438
438
|
"default": "./ScatterChart/index.mjs"
|
|
439
439
|
}
|
|
440
440
|
},
|
|
441
441
|
"./SparkLineChart": {
|
|
442
|
-
"require": {
|
|
443
|
-
"types": "./SparkLineChart/index.d.ts",
|
|
444
|
-
"default": "./SparkLineChart/index.js"
|
|
445
|
-
},
|
|
446
442
|
"import": {
|
|
447
443
|
"types": "./SparkLineChart/index.d.mts",
|
|
448
444
|
"default": "./SparkLineChart/index.mjs"
|
|
449
445
|
},
|
|
446
|
+
"require": {
|
|
447
|
+
"types": "./SparkLineChart/index.d.ts",
|
|
448
|
+
"default": "./SparkLineChart/index.js"
|
|
449
|
+
},
|
|
450
450
|
"default": {
|
|
451
451
|
"types": "./SparkLineChart/index.d.mts",
|
|
452
452
|
"default": "./SparkLineChart/index.mjs"
|
|
453
453
|
}
|
|
454
454
|
},
|
|
455
455
|
"./Toolbar": {
|
|
456
|
-
"require": {
|
|
457
|
-
"types": "./Toolbar/index.d.ts",
|
|
458
|
-
"default": "./Toolbar/index.js"
|
|
459
|
-
},
|
|
460
456
|
"import": {
|
|
461
457
|
"types": "./Toolbar/index.d.mts",
|
|
462
458
|
"default": "./Toolbar/index.mjs"
|
|
463
459
|
},
|
|
460
|
+
"require": {
|
|
461
|
+
"types": "./Toolbar/index.d.ts",
|
|
462
|
+
"default": "./Toolbar/index.js"
|
|
463
|
+
},
|
|
464
464
|
"default": {
|
|
465
465
|
"types": "./Toolbar/index.d.mts",
|
|
466
466
|
"default": "./Toolbar/index.mjs"
|
|
467
467
|
}
|
|
468
468
|
},
|
|
469
469
|
"./colorPalettes": {
|
|
470
|
-
"require": {
|
|
471
|
-
"types": "./colorPalettes/index.d.ts",
|
|
472
|
-
"default": "./colorPalettes/index.js"
|
|
473
|
-
},
|
|
474
470
|
"import": {
|
|
475
471
|
"types": "./colorPalettes/index.d.mts",
|
|
476
472
|
"default": "./colorPalettes/index.mjs"
|
|
477
473
|
},
|
|
474
|
+
"require": {
|
|
475
|
+
"types": "./colorPalettes/index.d.ts",
|
|
476
|
+
"default": "./colorPalettes/index.js"
|
|
477
|
+
},
|
|
478
478
|
"default": {
|
|
479
479
|
"types": "./colorPalettes/index.d.mts",
|
|
480
480
|
"default": "./colorPalettes/index.mjs"
|
|
481
481
|
}
|
|
482
482
|
},
|
|
483
483
|
"./constants": {
|
|
484
|
-
"require": {
|
|
485
|
-
"types": "./constants/index.d.ts",
|
|
486
|
-
"default": "./constants/index.js"
|
|
487
|
-
},
|
|
488
484
|
"import": {
|
|
489
485
|
"types": "./constants/index.d.mts",
|
|
490
486
|
"default": "./constants/index.mjs"
|
|
491
487
|
},
|
|
488
|
+
"require": {
|
|
489
|
+
"types": "./constants/index.d.ts",
|
|
490
|
+
"default": "./constants/index.js"
|
|
491
|
+
},
|
|
492
492
|
"default": {
|
|
493
493
|
"types": "./constants/index.d.mts",
|
|
494
494
|
"default": "./constants/index.mjs"
|
|
495
495
|
}
|
|
496
496
|
},
|
|
497
497
|
"./context": {
|
|
498
|
-
"require": {
|
|
499
|
-
"types": "./context/index.d.ts",
|
|
500
|
-
"default": "./context/index.js"
|
|
501
|
-
},
|
|
502
498
|
"import": {
|
|
503
499
|
"types": "./context/index.d.mts",
|
|
504
500
|
"default": "./context/index.mjs"
|
|
505
501
|
},
|
|
502
|
+
"require": {
|
|
503
|
+
"types": "./context/index.d.ts",
|
|
504
|
+
"default": "./context/index.js"
|
|
505
|
+
},
|
|
506
506
|
"default": {
|
|
507
507
|
"types": "./context/index.d.mts",
|
|
508
508
|
"default": "./context/index.mjs"
|
|
509
509
|
}
|
|
510
510
|
},
|
|
511
511
|
"./hooks": {
|
|
512
|
-
"require": {
|
|
513
|
-
"types": "./hooks/index.d.ts",
|
|
514
|
-
"default": "./hooks/index.js"
|
|
515
|
-
},
|
|
516
512
|
"import": {
|
|
517
513
|
"types": "./hooks/index.d.mts",
|
|
518
514
|
"default": "./hooks/index.mjs"
|
|
519
515
|
},
|
|
516
|
+
"require": {
|
|
517
|
+
"types": "./hooks/index.d.ts",
|
|
518
|
+
"default": "./hooks/index.js"
|
|
519
|
+
},
|
|
520
520
|
"default": {
|
|
521
521
|
"types": "./hooks/index.d.mts",
|
|
522
522
|
"default": "./hooks/index.mjs"
|
|
523
523
|
}
|
|
524
524
|
},
|
|
525
525
|
"./internals": {
|
|
526
|
-
"require": {
|
|
527
|
-
"types": "./internals/index.d.ts",
|
|
528
|
-
"default": "./internals/index.js"
|
|
529
|
-
},
|
|
530
526
|
"import": {
|
|
531
527
|
"types": "./internals/index.d.mts",
|
|
532
528
|
"default": "./internals/index.mjs"
|
|
533
529
|
},
|
|
530
|
+
"require": {
|
|
531
|
+
"types": "./internals/index.d.ts",
|
|
532
|
+
"default": "./internals/index.js"
|
|
533
|
+
},
|
|
534
534
|
"default": {
|
|
535
535
|
"types": "./internals/index.d.mts",
|
|
536
536
|
"default": "./internals/index.mjs"
|
|
537
537
|
}
|
|
538
538
|
},
|
|
539
539
|
"./locales": {
|
|
540
|
-
"require": {
|
|
541
|
-
"types": "./locales/index.d.ts",
|
|
542
|
-
"default": "./locales/index.js"
|
|
543
|
-
},
|
|
544
540
|
"import": {
|
|
545
541
|
"types": "./locales/index.d.mts",
|
|
546
542
|
"default": "./locales/index.mjs"
|
|
547
543
|
},
|
|
544
|
+
"require": {
|
|
545
|
+
"types": "./locales/index.d.ts",
|
|
546
|
+
"default": "./locales/index.js"
|
|
547
|
+
},
|
|
548
548
|
"default": {
|
|
549
549
|
"types": "./locales/index.d.mts",
|
|
550
550
|
"default": "./locales/index.mjs"
|
|
551
551
|
}
|
|
552
552
|
},
|
|
553
553
|
"./models": {
|
|
554
|
-
"require": {
|
|
555
|
-
"types": "./models/index.d.ts",
|
|
556
|
-
"default": "./models/index.js"
|
|
557
|
-
},
|
|
558
554
|
"import": {
|
|
559
555
|
"types": "./models/index.d.mts",
|
|
560
556
|
"default": "./models/index.mjs"
|
|
561
557
|
},
|
|
558
|
+
"require": {
|
|
559
|
+
"types": "./models/index.d.ts",
|
|
560
|
+
"default": "./models/index.js"
|
|
561
|
+
},
|
|
562
562
|
"default": {
|
|
563
563
|
"types": "./models/index.d.mts",
|
|
564
564
|
"default": "./models/index.mjs"
|
|
565
565
|
}
|
|
566
566
|
},
|
|
567
567
|
"./plugins": {
|
|
568
|
-
"require": {
|
|
569
|
-
"types": "./plugins/index.d.ts",
|
|
570
|
-
"default": "./plugins/index.js"
|
|
571
|
-
},
|
|
572
568
|
"import": {
|
|
573
569
|
"types": "./plugins/index.d.mts",
|
|
574
570
|
"default": "./plugins/index.mjs"
|
|
575
571
|
},
|
|
572
|
+
"require": {
|
|
573
|
+
"types": "./plugins/index.d.ts",
|
|
574
|
+
"default": "./plugins/index.js"
|
|
575
|
+
},
|
|
576
576
|
"default": {
|
|
577
577
|
"types": "./plugins/index.d.mts",
|
|
578
578
|
"default": "./plugins/index.mjs"
|
|
579
579
|
}
|
|
580
580
|
},
|
|
581
581
|
"./themeAugmentation": {
|
|
582
|
-
"require": {
|
|
583
|
-
"types": "./themeAugmentation/index.d.ts",
|
|
584
|
-
"default": "./themeAugmentation/index.js"
|
|
585
|
-
},
|
|
586
582
|
"import": {
|
|
587
583
|
"types": "./themeAugmentation/index.d.mts",
|
|
588
584
|
"default": "./themeAugmentation/index.mjs"
|
|
589
585
|
},
|
|
586
|
+
"require": {
|
|
587
|
+
"types": "./themeAugmentation/index.d.ts",
|
|
588
|
+
"default": "./themeAugmentation/index.js"
|
|
589
|
+
},
|
|
590
590
|
"default": {
|
|
591
591
|
"types": "./themeAugmentation/index.d.mts",
|
|
592
592
|
"default": "./themeAugmentation/index.mjs"
|
|
593
593
|
}
|
|
594
594
|
},
|
|
595
595
|
"./utils": {
|
|
596
|
-
"require": {
|
|
597
|
-
"types": "./utils/index.d.ts",
|
|
598
|
-
"default": "./utils/index.js"
|
|
599
|
-
},
|
|
600
596
|
"import": {
|
|
601
597
|
"types": "./utils/index.d.mts",
|
|
602
598
|
"default": "./utils/index.mjs"
|
|
603
599
|
},
|
|
600
|
+
"require": {
|
|
601
|
+
"types": "./utils/index.d.ts",
|
|
602
|
+
"default": "./utils/index.js"
|
|
603
|
+
},
|
|
604
604
|
"default": {
|
|
605
605
|
"types": "./utils/index.d.mts",
|
|
606
606
|
"default": "./utils/index.mjs"
|
|
607
607
|
}
|
|
608
608
|
},
|
|
609
609
|
"./moduleAugmentation/barChartBatchRendererOnItemClick": {
|
|
610
|
-
"require": {
|
|
611
|
-
"types": "./moduleAugmentation/barChartBatchRendererOnItemClick.d.ts",
|
|
612
|
-
"default": "./moduleAugmentation/barChartBatchRendererOnItemClick.js"
|
|
613
|
-
},
|
|
614
610
|
"import": {
|
|
615
611
|
"types": "./moduleAugmentation/barChartBatchRendererOnItemClick.d.mts",
|
|
616
612
|
"default": "./moduleAugmentation/barChartBatchRendererOnItemClick.mjs"
|
|
617
613
|
},
|
|
614
|
+
"require": {
|
|
615
|
+
"types": "./moduleAugmentation/barChartBatchRendererOnItemClick.d.ts",
|
|
616
|
+
"default": "./moduleAugmentation/barChartBatchRendererOnItemClick.js"
|
|
617
|
+
},
|
|
618
618
|
"default": {
|
|
619
619
|
"types": "./moduleAugmentation/barChartBatchRendererOnItemClick.d.mts",
|
|
620
620
|
"default": "./moduleAugmentation/barChartBatchRendererOnItemClick.mjs"
|