@mui/x-charts-pro 9.1.0 → 9.3.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/BarChartPro/BarChartPro.js +30 -30
- package/BarChartPro/BarChartPro.mjs +30 -30
- package/CHANGELOG.md +221 -0
- package/ChartsDataProviderPro/ChartsDataProviderPro.js +2 -2
- package/ChartsDataProviderPro/ChartsDataProviderPro.mjs +2 -2
- package/FunnelChart/FunnelChart.js +15 -15
- package/FunnelChart/FunnelChart.mjs +15 -15
- package/Heatmap/Heatmap.js +20 -20
- package/Heatmap/Heatmap.mjs +20 -20
- package/LineChartPro/LineChartPro.js +26 -26
- package/LineChartPro/LineChartPro.mjs +26 -26
- package/PieChartPro/PieChartPro.js +6 -6
- package/PieChartPro/PieChartPro.mjs +6 -6
- package/RadarChartPro/RadarChartPro.js +8 -8
- package/RadarChartPro/RadarChartPro.mjs +8 -8
- package/SankeyChart/SankeyChart.js +16 -16
- package/SankeyChart/SankeyChart.mjs +16 -16
- package/ScatterChartPro/ScatterChartPro.js +26 -26
- package/ScatterChartPro/ScatterChartPro.mjs +26 -26
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +69 -69
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-charts-pro",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.3.0",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "The Pro plan edition of the MUI X Charts components.",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@babel/runtime": "^7.29.2",
|
|
31
|
-
"@mui/utils": "9.0.
|
|
31
|
+
"@mui/utils": "9.0.1",
|
|
32
32
|
"clsx": "^2.1.1",
|
|
33
33
|
"prop-types": "^15.8.1",
|
|
34
|
-
"@mui/x-internal-gestures": "^9.1.0",
|
|
35
|
-
"@mui/x-charts": "^9.1.0",
|
|
36
34
|
"@mui/x-charts-vendor": "^9.0.0",
|
|
37
35
|
"@mui/x-internals": "^9.1.0",
|
|
38
|
-
"@mui/x-
|
|
36
|
+
"@mui/x-internal-gestures": "^9.3.0",
|
|
37
|
+
"@mui/x-charts": "^9.3.0",
|
|
38
|
+
"@mui/x-license": "^9.2.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"@emotion/react": "^11.9.0",
|
|
@@ -665,224 +665,224 @@
|
|
|
665
665
|
}
|
|
666
666
|
},
|
|
667
667
|
"./SankeyChart": {
|
|
668
|
-
"require": {
|
|
669
|
-
"types": "./SankeyChart/index.d.ts",
|
|
670
|
-
"default": "./SankeyChart/index.js"
|
|
671
|
-
},
|
|
672
668
|
"import": {
|
|
673
669
|
"types": "./SankeyChart/index.d.mts",
|
|
674
670
|
"default": "./SankeyChart/index.mjs"
|
|
675
671
|
},
|
|
672
|
+
"require": {
|
|
673
|
+
"types": "./SankeyChart/index.d.ts",
|
|
674
|
+
"default": "./SankeyChart/index.js"
|
|
675
|
+
},
|
|
676
676
|
"default": {
|
|
677
677
|
"types": "./SankeyChart/index.d.mts",
|
|
678
678
|
"default": "./SankeyChart/index.mjs"
|
|
679
679
|
}
|
|
680
680
|
},
|
|
681
681
|
"./ScatterChart": {
|
|
682
|
-
"require": {
|
|
683
|
-
"types": "./ScatterChart/index.d.ts",
|
|
684
|
-
"default": "./ScatterChart/index.js"
|
|
685
|
-
},
|
|
686
682
|
"import": {
|
|
687
683
|
"types": "./ScatterChart/index.d.mts",
|
|
688
684
|
"default": "./ScatterChart/index.mjs"
|
|
689
685
|
},
|
|
686
|
+
"require": {
|
|
687
|
+
"types": "./ScatterChart/index.d.ts",
|
|
688
|
+
"default": "./ScatterChart/index.js"
|
|
689
|
+
},
|
|
690
690
|
"default": {
|
|
691
691
|
"types": "./ScatterChart/index.d.mts",
|
|
692
692
|
"default": "./ScatterChart/index.mjs"
|
|
693
693
|
}
|
|
694
694
|
},
|
|
695
695
|
"./ScatterChartPro": {
|
|
696
|
-
"require": {
|
|
697
|
-
"types": "./ScatterChartPro/index.d.ts",
|
|
698
|
-
"default": "./ScatterChartPro/index.js"
|
|
699
|
-
},
|
|
700
696
|
"import": {
|
|
701
697
|
"types": "./ScatterChartPro/index.d.mts",
|
|
702
698
|
"default": "./ScatterChartPro/index.mjs"
|
|
703
699
|
},
|
|
700
|
+
"require": {
|
|
701
|
+
"types": "./ScatterChartPro/index.d.ts",
|
|
702
|
+
"default": "./ScatterChartPro/index.js"
|
|
703
|
+
},
|
|
704
704
|
"default": {
|
|
705
705
|
"types": "./ScatterChartPro/index.d.mts",
|
|
706
706
|
"default": "./ScatterChartPro/index.mjs"
|
|
707
707
|
}
|
|
708
708
|
},
|
|
709
709
|
"./SparkLineChart": {
|
|
710
|
-
"require": {
|
|
711
|
-
"types": "./SparkLineChart/index.d.ts",
|
|
712
|
-
"default": "./SparkLineChart/index.js"
|
|
713
|
-
},
|
|
714
710
|
"import": {
|
|
715
711
|
"types": "./SparkLineChart/index.d.mts",
|
|
716
712
|
"default": "./SparkLineChart/index.mjs"
|
|
717
713
|
},
|
|
714
|
+
"require": {
|
|
715
|
+
"types": "./SparkLineChart/index.d.ts",
|
|
716
|
+
"default": "./SparkLineChart/index.js"
|
|
717
|
+
},
|
|
718
718
|
"default": {
|
|
719
719
|
"types": "./SparkLineChart/index.d.mts",
|
|
720
720
|
"default": "./SparkLineChart/index.mjs"
|
|
721
721
|
}
|
|
722
722
|
},
|
|
723
723
|
"./Toolbar": {
|
|
724
|
-
"require": {
|
|
725
|
-
"types": "./Toolbar/index.d.ts",
|
|
726
|
-
"default": "./Toolbar/index.js"
|
|
727
|
-
},
|
|
728
724
|
"import": {
|
|
729
725
|
"types": "./Toolbar/index.d.mts",
|
|
730
726
|
"default": "./Toolbar/index.mjs"
|
|
731
727
|
},
|
|
728
|
+
"require": {
|
|
729
|
+
"types": "./Toolbar/index.d.ts",
|
|
730
|
+
"default": "./Toolbar/index.js"
|
|
731
|
+
},
|
|
732
732
|
"default": {
|
|
733
733
|
"types": "./Toolbar/index.d.mts",
|
|
734
734
|
"default": "./Toolbar/index.mjs"
|
|
735
735
|
}
|
|
736
736
|
},
|
|
737
737
|
"./colorPalettes": {
|
|
738
|
-
"require": {
|
|
739
|
-
"types": "./colorPalettes/index.d.ts",
|
|
740
|
-
"default": "./colorPalettes/index.js"
|
|
741
|
-
},
|
|
742
738
|
"import": {
|
|
743
739
|
"types": "./colorPalettes/index.d.mts",
|
|
744
740
|
"default": "./colorPalettes/index.mjs"
|
|
745
741
|
},
|
|
742
|
+
"require": {
|
|
743
|
+
"types": "./colorPalettes/index.d.ts",
|
|
744
|
+
"default": "./colorPalettes/index.js"
|
|
745
|
+
},
|
|
746
746
|
"default": {
|
|
747
747
|
"types": "./colorPalettes/index.d.mts",
|
|
748
748
|
"default": "./colorPalettes/index.mjs"
|
|
749
749
|
}
|
|
750
750
|
},
|
|
751
751
|
"./constants": {
|
|
752
|
-
"require": {
|
|
753
|
-
"types": "./constants/index.d.ts",
|
|
754
|
-
"default": "./constants/index.js"
|
|
755
|
-
},
|
|
756
752
|
"import": {
|
|
757
753
|
"types": "./constants/index.d.mts",
|
|
758
754
|
"default": "./constants/index.mjs"
|
|
759
755
|
},
|
|
756
|
+
"require": {
|
|
757
|
+
"types": "./constants/index.d.ts",
|
|
758
|
+
"default": "./constants/index.js"
|
|
759
|
+
},
|
|
760
760
|
"default": {
|
|
761
761
|
"types": "./constants/index.d.mts",
|
|
762
762
|
"default": "./constants/index.mjs"
|
|
763
763
|
}
|
|
764
764
|
},
|
|
765
765
|
"./context": {
|
|
766
|
-
"require": {
|
|
767
|
-
"types": "./context/index.d.ts",
|
|
768
|
-
"default": "./context/index.js"
|
|
769
|
-
},
|
|
770
766
|
"import": {
|
|
771
767
|
"types": "./context/index.d.mts",
|
|
772
768
|
"default": "./context/index.mjs"
|
|
773
769
|
},
|
|
770
|
+
"require": {
|
|
771
|
+
"types": "./context/index.d.ts",
|
|
772
|
+
"default": "./context/index.js"
|
|
773
|
+
},
|
|
774
774
|
"default": {
|
|
775
775
|
"types": "./context/index.d.mts",
|
|
776
776
|
"default": "./context/index.mjs"
|
|
777
777
|
}
|
|
778
778
|
},
|
|
779
779
|
"./hooks": {
|
|
780
|
-
"require": {
|
|
781
|
-
"types": "./hooks/index.d.ts",
|
|
782
|
-
"default": "./hooks/index.js"
|
|
783
|
-
},
|
|
784
780
|
"import": {
|
|
785
781
|
"types": "./hooks/index.d.mts",
|
|
786
782
|
"default": "./hooks/index.mjs"
|
|
787
783
|
},
|
|
784
|
+
"require": {
|
|
785
|
+
"types": "./hooks/index.d.ts",
|
|
786
|
+
"default": "./hooks/index.js"
|
|
787
|
+
},
|
|
788
788
|
"default": {
|
|
789
789
|
"types": "./hooks/index.d.mts",
|
|
790
790
|
"default": "./hooks/index.mjs"
|
|
791
791
|
}
|
|
792
792
|
},
|
|
793
793
|
"./internals": {
|
|
794
|
-
"require": {
|
|
795
|
-
"types": "./internals/index.d.ts",
|
|
796
|
-
"default": "./internals/index.js"
|
|
797
|
-
},
|
|
798
794
|
"import": {
|
|
799
795
|
"types": "./internals/index.d.mts",
|
|
800
796
|
"default": "./internals/index.mjs"
|
|
801
797
|
},
|
|
798
|
+
"require": {
|
|
799
|
+
"types": "./internals/index.d.ts",
|
|
800
|
+
"default": "./internals/index.js"
|
|
801
|
+
},
|
|
802
802
|
"default": {
|
|
803
803
|
"types": "./internals/index.d.mts",
|
|
804
804
|
"default": "./internals/index.mjs"
|
|
805
805
|
}
|
|
806
806
|
},
|
|
807
807
|
"./locales": {
|
|
808
|
-
"require": {
|
|
809
|
-
"types": "./locales/index.d.ts",
|
|
810
|
-
"default": "./locales/index.js"
|
|
811
|
-
},
|
|
812
808
|
"import": {
|
|
813
809
|
"types": "./locales/index.d.mts",
|
|
814
810
|
"default": "./locales/index.mjs"
|
|
815
811
|
},
|
|
812
|
+
"require": {
|
|
813
|
+
"types": "./locales/index.d.ts",
|
|
814
|
+
"default": "./locales/index.js"
|
|
815
|
+
},
|
|
816
816
|
"default": {
|
|
817
817
|
"types": "./locales/index.d.mts",
|
|
818
818
|
"default": "./locales/index.mjs"
|
|
819
819
|
}
|
|
820
820
|
},
|
|
821
821
|
"./models": {
|
|
822
|
-
"require": {
|
|
823
|
-
"types": "./models/index.d.ts",
|
|
824
|
-
"default": "./models/index.js"
|
|
825
|
-
},
|
|
826
822
|
"import": {
|
|
827
823
|
"types": "./models/index.d.mts",
|
|
828
824
|
"default": "./models/index.mjs"
|
|
829
825
|
},
|
|
826
|
+
"require": {
|
|
827
|
+
"types": "./models/index.d.ts",
|
|
828
|
+
"default": "./models/index.js"
|
|
829
|
+
},
|
|
830
830
|
"default": {
|
|
831
831
|
"types": "./models/index.d.mts",
|
|
832
832
|
"default": "./models/index.mjs"
|
|
833
833
|
}
|
|
834
834
|
},
|
|
835
835
|
"./plugins": {
|
|
836
|
-
"require": {
|
|
837
|
-
"types": "./plugins/index.d.ts",
|
|
838
|
-
"default": "./plugins/index.js"
|
|
839
|
-
},
|
|
840
836
|
"import": {
|
|
841
837
|
"types": "./plugins/index.d.mts",
|
|
842
838
|
"default": "./plugins/index.mjs"
|
|
843
839
|
},
|
|
840
|
+
"require": {
|
|
841
|
+
"types": "./plugins/index.d.ts",
|
|
842
|
+
"default": "./plugins/index.js"
|
|
843
|
+
},
|
|
844
844
|
"default": {
|
|
845
845
|
"types": "./plugins/index.d.mts",
|
|
846
846
|
"default": "./plugins/index.mjs"
|
|
847
847
|
}
|
|
848
848
|
},
|
|
849
849
|
"./themeAugmentation": {
|
|
850
|
-
"require": {
|
|
851
|
-
"types": "./themeAugmentation/index.d.ts",
|
|
852
|
-
"default": "./themeAugmentation/index.js"
|
|
853
|
-
},
|
|
854
850
|
"import": {
|
|
855
851
|
"types": "./themeAugmentation/index.d.mts",
|
|
856
852
|
"default": "./themeAugmentation/index.mjs"
|
|
857
853
|
},
|
|
854
|
+
"require": {
|
|
855
|
+
"types": "./themeAugmentation/index.d.ts",
|
|
856
|
+
"default": "./themeAugmentation/index.js"
|
|
857
|
+
},
|
|
858
858
|
"default": {
|
|
859
859
|
"types": "./themeAugmentation/index.d.mts",
|
|
860
860
|
"default": "./themeAugmentation/index.mjs"
|
|
861
861
|
}
|
|
862
862
|
},
|
|
863
863
|
"./typeOverloads": {
|
|
864
|
-
"require": {
|
|
865
|
-
"types": "./typeOverloads/index.d.ts",
|
|
866
|
-
"default": "./typeOverloads/index.js"
|
|
867
|
-
},
|
|
868
864
|
"import": {
|
|
869
865
|
"types": "./typeOverloads/index.d.mts",
|
|
870
866
|
"default": "./typeOverloads/index.mjs"
|
|
871
867
|
},
|
|
868
|
+
"require": {
|
|
869
|
+
"types": "./typeOverloads/index.d.ts",
|
|
870
|
+
"default": "./typeOverloads/index.js"
|
|
871
|
+
},
|
|
872
872
|
"default": {
|
|
873
873
|
"types": "./typeOverloads/index.d.mts",
|
|
874
874
|
"default": "./typeOverloads/index.mjs"
|
|
875
875
|
}
|
|
876
876
|
},
|
|
877
877
|
"./utils": {
|
|
878
|
-
"require": {
|
|
879
|
-
"types": "./utils/index.d.ts",
|
|
880
|
-
"default": "./utils/index.js"
|
|
881
|
-
},
|
|
882
878
|
"import": {
|
|
883
879
|
"types": "./utils/index.d.mts",
|
|
884
880
|
"default": "./utils/index.mjs"
|
|
885
881
|
},
|
|
882
|
+
"require": {
|
|
883
|
+
"types": "./utils/index.d.ts",
|
|
884
|
+
"default": "./utils/index.js"
|
|
885
|
+
},
|
|
886
886
|
"default": {
|
|
887
887
|
"types": "./utils/index.d.mts",
|
|
888
888
|
"default": "./utils/index.mjs"
|