@mui/lab 7.0.0-beta.0 → 7.0.0-beta.10
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/AdapterDateFns/AdapterDateFns.d.ts +2 -2
- package/AdapterDateFns/AdapterDateFns.js +9 -2
- package/AdapterDateFns/index.d.ts +1 -1
- package/AdapterDateFns/index.js +13 -1
- package/AdapterDayjs/AdapterDayjs.d.ts +2 -2
- package/AdapterDayjs/AdapterDayjs.js +9 -2
- package/AdapterDayjs/index.d.ts +1 -1
- package/AdapterDayjs/index.js +13 -1
- package/AdapterLuxon/AdapterLuxon.d.ts +2 -2
- package/AdapterLuxon/AdapterLuxon.js +9 -2
- package/AdapterLuxon/index.d.ts +1 -1
- package/AdapterLuxon/index.js +13 -1
- package/AdapterMoment/AdapterMoment.d.ts +2 -2
- package/AdapterMoment/AdapterMoment.js +9 -2
- package/AdapterMoment/index.d.ts +1 -1
- package/AdapterMoment/index.js +13 -1
- package/CHANGELOG.md +361 -0
- package/CalendarPicker/CalendarPicker.d.ts +2 -2
- package/CalendarPicker/CalendarPicker.js +9 -3
- package/CalendarPicker/index.d.ts +2 -2
- package/CalendarPicker/index.js +25 -2
- package/CalendarPickerSkeleton/CalendarPickerSkeleton.d.ts +2 -2
- package/CalendarPickerSkeleton/CalendarPickerSkeleton.js +12 -5
- package/CalendarPickerSkeleton/index.d.ts +2 -2
- package/CalendarPickerSkeleton/index.js +25 -2
- package/ClockPicker/ClockPicker.d.ts +2 -2
- package/ClockPicker/ClockPicker.js +9 -3
- package/ClockPicker/index.d.ts +2 -2
- package/ClockPicker/index.js +25 -2
- package/DatePicker/DatePicker.d.ts +2 -2
- package/DatePicker/DatePicker.js +8 -2
- package/DatePicker/index.d.ts +2 -2
- package/DatePicker/index.js +25 -2
- package/DateRangePicker/DateRangePicker.d.ts +2 -2
- package/DateRangePicker/DateRangePicker.js +10 -2
- package/DateRangePicker/index.d.ts +2 -2
- package/DateRangePicker/index.js +25 -2
- package/DateRangePickerDay/DateRangePickerDay.d.ts +2 -2
- package/DateRangePickerDay/DateRangePickerDay.js +13 -4
- package/DateRangePickerDay/index.d.ts +2 -2
- package/DateRangePickerDay/index.js +25 -2
- package/DateTimePicker/DateTimePicker.d.ts +2 -2
- package/DateTimePicker/DateTimePicker.js +8 -2
- package/DateTimePicker/index.d.ts +2 -2
- package/DateTimePicker/index.js +25 -2
- package/DesktopDatePicker/DesktopDatePicker.d.ts +2 -2
- package/DesktopDatePicker/DesktopDatePicker.js +8 -2
- package/DesktopDatePicker/index.d.ts +2 -2
- package/DesktopDatePicker/index.js +25 -2
- package/DesktopDateRangePicker/DesktopDateRangePicker.d.ts +2 -2
- package/DesktopDateRangePicker/DesktopDateRangePicker.js +10 -2
- package/DesktopDateRangePicker/index.d.ts +2 -2
- package/DesktopDateRangePicker/index.js +25 -2
- package/DesktopDateTimePicker/DesktopDateTimePicker.d.ts +2 -2
- package/DesktopDateTimePicker/DesktopDateTimePicker.js +8 -2
- package/DesktopDateTimePicker/index.d.ts +2 -2
- package/DesktopDateTimePicker/index.js +25 -2
- package/DesktopTimePicker/DesktopTimePicker.d.ts +2 -2
- package/DesktopTimePicker/DesktopTimePicker.js +8 -2
- package/DesktopTimePicker/index.d.ts +2 -2
- package/DesktopTimePicker/index.js +25 -2
- package/LoadingButton/LoadingButton.d.ts +1 -4
- package/LoadingButton/LoadingButton.js +12 -5
- package/LoadingButton/index.d.ts +2 -2
- package/LoadingButton/index.js +13 -1
- package/LocalizationProvider/LocalizationProvider.d.ts +2 -2
- package/LocalizationProvider/LocalizationProvider.js +8 -2
- package/LocalizationProvider/index.d.ts +2 -2
- package/LocalizationProvider/index.js +25 -2
- package/Masonry/Masonry.d.ts +6 -16
- package/Masonry/Masonry.js +50 -41
- package/Masonry/index.d.ts +4 -5
- package/Masonry/index.js +35 -3
- package/Masonry/masonryClasses.d.ts +3 -3
- package/Masonry/masonryClasses.js +14 -6
- package/MobileDatePicker/MobileDatePicker.d.ts +2 -2
- package/MobileDatePicker/MobileDatePicker.js +8 -2
- package/MobileDatePicker/index.d.ts +2 -2
- package/MobileDatePicker/index.js +25 -2
- package/MobileDateRangePicker/MobileDateRangePicker.d.ts +2 -2
- package/MobileDateRangePicker/MobileDateRangePicker.js +10 -2
- package/MobileDateRangePicker/index.d.ts +2 -2
- package/MobileDateRangePicker/index.js +25 -2
- package/MobileDateTimePicker/MobileDateTimePicker.d.ts +2 -2
- package/MobileDateTimePicker/MobileDateTimePicker.js +8 -2
- package/MobileDateTimePicker/index.d.ts +2 -2
- package/MobileDateTimePicker/index.js +25 -2
- package/MobileTimePicker/MobileTimePicker.d.ts +2 -2
- package/MobileTimePicker/MobileTimePicker.js +8 -2
- package/MobileTimePicker/index.d.ts +2 -2
- package/MobileTimePicker/index.js +25 -2
- package/MonthPicker/MonthPicker.d.ts +2 -2
- package/MonthPicker/MonthPicker.js +12 -5
- package/MonthPicker/index.d.ts +2 -2
- package/MonthPicker/index.js +25 -2
- package/PickersDay/PickersDay.d.ts +2 -2
- package/PickersDay/PickersDay.js +12 -5
- package/PickersDay/index.d.ts +2 -2
- package/PickersDay/index.js +25 -2
- package/README.md +6 -6
- package/StaticDatePicker/StaticDatePicker.d.ts +2 -2
- package/StaticDatePicker/StaticDatePicker.js +8 -2
- package/StaticDatePicker/index.d.ts +2 -2
- package/StaticDatePicker/index.js +25 -2
- package/StaticDateRangePicker/StaticDateRangePicker.d.ts +2 -2
- package/StaticDateRangePicker/StaticDateRangePicker.js +10 -2
- package/StaticDateRangePicker/index.d.ts +2 -2
- package/StaticDateRangePicker/index.js +25 -2
- package/StaticDateTimePicker/StaticDateTimePicker.d.ts +2 -2
- package/StaticDateTimePicker/StaticDateTimePicker.js +8 -2
- package/StaticDateTimePicker/index.d.ts +2 -2
- package/StaticDateTimePicker/index.js +25 -2
- package/StaticTimePicker/StaticTimePicker.d.ts +2 -2
- package/StaticTimePicker/StaticTimePicker.js +8 -2
- package/StaticTimePicker/index.d.ts +2 -2
- package/StaticTimePicker/index.js +25 -2
- package/TabContext/TabContext.d.ts +3 -5
- package/TabContext/TabContext.js +21 -13
- package/TabContext/index.d.ts +2 -2
- package/TabContext/index.js +25 -2
- package/TabList/TabList.d.ts +6 -17
- package/TabList/TabList.js +18 -11
- package/TabList/index.d.ts +2 -2
- package/TabList/index.js +13 -1
- package/TabPanel/TabPanel.d.ts +4 -5
- package/TabPanel/TabPanel.js +30 -23
- package/TabPanel/index.d.ts +4 -5
- package/TabPanel/index.js +35 -3
- package/TabPanel/tabPanelClasses.d.ts +5 -5
- package/TabPanel/tabPanelClasses.js +14 -6
- package/TimePicker/TimePicker.d.ts +2 -2
- package/TimePicker/TimePicker.js +8 -2
- package/TimePicker/index.d.ts +2 -2
- package/TimePicker/index.js +25 -2
- package/Timeline/Timeline.d.ts +4 -4
- package/Timeline/Timeline.js +32 -25
- package/Timeline/Timeline.types.d.ts +23 -23
- package/Timeline/Timeline.types.js +5 -1
- package/Timeline/TimelineContext.d.ts +1 -1
- package/Timeline/TimelineContext.js +8 -3
- package/Timeline/index.d.ts +4 -4
- package/Timeline/index.js +47 -4
- package/Timeline/timelineClasses.d.ts +11 -11
- package/Timeline/timelineClasses.js +14 -6
- package/TimelineConnector/TimelineConnector.d.ts +5 -7
- package/TimelineConnector/TimelineConnector.js +24 -17
- package/TimelineConnector/index.d.ts +4 -5
- package/TimelineConnector/index.js +35 -3
- package/TimelineConnector/timelineConnectorClasses.d.ts +3 -3
- package/TimelineConnector/timelineConnectorClasses.js +14 -6
- package/TimelineContent/TimelineContent.d.ts +5 -6
- package/TimelineContent/TimelineContent.js +30 -23
- package/TimelineContent/index.d.ts +4 -5
- package/TimelineContent/index.js +35 -3
- package/TimelineContent/timelineContentClasses.d.ts +11 -11
- package/TimelineContent/timelineContentClasses.js +14 -6
- package/TimelineDot/TimelineDot.d.ts +5 -11
- package/TimelineDot/TimelineDot.js +29 -22
- package/TimelineDot/index.d.ts +4 -5
- package/TimelineDot/index.js +35 -3
- package/TimelineDot/timelineDotClasses.d.ts +19 -19
- package/TimelineDot/timelineDotClasses.js +14 -6
- package/TimelineItem/TimelineItem.d.ts +4 -5
- package/TimelineItem/TimelineItem.js +37 -30
- package/TimelineItem/index.d.ts +4 -5
- package/TimelineItem/index.js +35 -3
- package/TimelineItem/timelineItemClasses.d.ts +13 -13
- package/TimelineItem/timelineItemClasses.js +14 -6
- package/TimelineOppositeContent/TimelineOppositeContent.d.ts +6 -10
- package/TimelineOppositeContent/TimelineOppositeContent.js +30 -23
- package/TimelineOppositeContent/index.d.ts +4 -5
- package/TimelineOppositeContent/index.js +35 -3
- package/TimelineOppositeContent/timelineOppositeContentClasses.d.ts +11 -11
- package/TimelineOppositeContent/timelineOppositeContentClasses.js +14 -6
- package/TimelineSeparator/TimelineSeparator.d.ts +5 -7
- package/TimelineSeparator/TimelineSeparator.js +24 -17
- package/TimelineSeparator/index.d.ts +4 -5
- package/TimelineSeparator/index.js +35 -3
- package/TimelineSeparator/timelineSeparatorClasses.d.ts +3 -3
- package/TimelineSeparator/timelineSeparatorClasses.js +14 -6
- package/TreeItem/TreeItem.d.ts +2 -2
- package/TreeItem/TreeItem.js +8 -2
- package/TreeItem/index.d.ts +2 -2
- package/TreeItem/index.js +25 -2
- package/TreeView/TreeView.d.ts +2 -2
- package/TreeView/TreeView.js +8 -2
- package/TreeView/index.d.ts +2 -2
- package/TreeView/index.js +25 -2
- package/YearPicker/YearPicker.d.ts +2 -2
- package/YearPicker/YearPicker.js +10 -4
- package/YearPicker/index.d.ts +2 -2
- package/YearPicker/index.js +25 -2
- package/esm/AdapterDateFns/AdapterDateFns.d.ts +6 -0
- package/{node → esm}/AdapterDateFns/AdapterDateFns.js +2 -9
- package/esm/AdapterDateFns/index.d.ts +1 -0
- package/esm/AdapterDateFns/index.js +1 -0
- package/esm/AdapterDayjs/AdapterDayjs.d.ts +6 -0
- package/{node → esm}/AdapterDayjs/AdapterDayjs.js +2 -9
- package/esm/AdapterDayjs/index.d.ts +1 -0
- package/esm/AdapterDayjs/index.js +1 -0
- package/esm/AdapterLuxon/AdapterLuxon.d.ts +6 -0
- package/{node → esm}/AdapterLuxon/AdapterLuxon.js +2 -9
- package/esm/AdapterLuxon/index.d.ts +1 -0
- package/esm/AdapterLuxon/index.js +1 -0
- package/esm/AdapterMoment/AdapterMoment.d.ts +6 -0
- package/{node → esm}/AdapterMoment/AdapterMoment.js +2 -9
- package/esm/AdapterMoment/index.d.ts +1 -0
- package/esm/AdapterMoment/index.js +1 -0
- package/esm/CalendarPicker/CalendarPicker.d.ts +15 -0
- package/{node → esm}/CalendarPicker/CalendarPicker.js +3 -9
- package/esm/CalendarPicker/index.d.ts +2 -0
- package/esm/CalendarPicker/index.js +2 -0
- package/esm/CalendarPickerSkeleton/CalendarPickerSkeleton.d.ts +14 -0
- package/{node → esm}/CalendarPickerSkeleton/CalendarPickerSkeleton.js +5 -12
- package/esm/CalendarPickerSkeleton/index.d.ts +2 -0
- package/esm/CalendarPickerSkeleton/index.js +2 -0
- package/esm/ClockPicker/ClockPicker.d.ts +15 -0
- package/{node → esm}/ClockPicker/ClockPicker.js +3 -9
- package/esm/ClockPicker/index.d.ts +2 -0
- package/esm/ClockPicker/index.js +2 -0
- package/esm/DatePicker/DatePicker.d.ts +10 -0
- package/{node → esm}/DatePicker/DatePicker.js +2 -8
- package/esm/DatePicker/index.d.ts +2 -0
- package/esm/DatePicker/index.js +2 -0
- package/esm/DateRangePicker/DateRangePicker.d.ts +12 -0
- package/{node → esm}/DateRangePicker/DateRangePicker.js +2 -10
- package/esm/DateRangePicker/index.d.ts +2 -0
- package/esm/DateRangePicker/index.js +2 -0
- package/esm/DateRangePickerDay/DateRangePickerDay.d.ts +14 -0
- package/{node → esm}/DateRangePickerDay/DateRangePickerDay.js +4 -13
- package/esm/DateRangePickerDay/index.d.ts +2 -0
- package/esm/DateRangePickerDay/index.js +2 -0
- package/esm/DateTimePicker/DateTimePicker.d.ts +11 -0
- package/{node → esm}/DateTimePicker/DateTimePicker.js +2 -8
- package/esm/DateTimePicker/index.d.ts +2 -0
- package/esm/DateTimePicker/index.js +2 -0
- package/esm/DesktopDatePicker/DesktopDatePicker.d.ts +11 -0
- package/{node → esm}/DesktopDatePicker/DesktopDatePicker.js +2 -8
- package/esm/DesktopDatePicker/index.d.ts +2 -0
- package/esm/DesktopDatePicker/index.js +2 -0
- package/esm/DesktopDateRangePicker/DesktopDateRangePicker.d.ts +11 -0
- package/{node → esm}/DesktopDateRangePicker/DesktopDateRangePicker.js +2 -10
- package/esm/DesktopDateRangePicker/index.d.ts +2 -0
- package/esm/DesktopDateRangePicker/index.js +2 -0
- package/esm/DesktopDateTimePicker/DesktopDateTimePicker.d.ts +11 -0
- package/{node → esm}/DesktopDateTimePicker/DesktopDateTimePicker.js +2 -8
- package/esm/DesktopDateTimePicker/index.d.ts +2 -0
- package/esm/DesktopDateTimePicker/index.js +2 -0
- package/esm/DesktopTimePicker/DesktopTimePicker.d.ts +11 -0
- package/{node → esm}/DesktopTimePicker/DesktopTimePicker.js +2 -8
- package/esm/DesktopTimePicker/index.d.ts +2 -0
- package/esm/DesktopTimePicker/index.js +2 -0
- package/esm/LoadingButton/LoadingButton.d.ts +3 -0
- package/esm/LoadingButton/LoadingButton.js +23 -0
- package/esm/LoadingButton/index.d.ts +2 -0
- package/esm/LoadingButton/index.js +1 -0
- package/esm/LocalizationProvider/LocalizationProvider.d.ts +11 -0
- package/{node → esm}/LocalizationProvider/LocalizationProvider.js +2 -8
- package/esm/LocalizationProvider/index.d.ts +2 -0
- package/esm/LocalizationProvider/index.js +2 -0
- package/esm/Masonry/Masonry.d.ts +62 -0
- package/{node → esm}/Masonry/Masonry.js +41 -50
- package/esm/Masonry/index.d.ts +4 -0
- package/esm/Masonry/index.js +3 -0
- package/esm/Masonry/masonryClasses.d.ts +8 -0
- package/esm/Masonry/masonryClasses.js +7 -0
- package/esm/MobileDatePicker/MobileDatePicker.d.ts +11 -0
- package/{node → esm}/MobileDatePicker/MobileDatePicker.js +2 -8
- package/esm/MobileDatePicker/index.d.ts +2 -0
- package/esm/MobileDatePicker/index.js +2 -0
- package/esm/MobileDateRangePicker/MobileDateRangePicker.d.ts +11 -0
- package/{node → esm}/MobileDateRangePicker/MobileDateRangePicker.js +2 -10
- package/esm/MobileDateRangePicker/index.d.ts +2 -0
- package/esm/MobileDateRangePicker/index.js +2 -0
- package/esm/MobileDateTimePicker/MobileDateTimePicker.d.ts +11 -0
- package/{node → esm}/MobileDateTimePicker/MobileDateTimePicker.js +2 -8
- package/esm/MobileDateTimePicker/index.d.ts +2 -0
- package/esm/MobileDateTimePicker/index.js +2 -0
- package/esm/MobileTimePicker/MobileTimePicker.d.ts +11 -0
- package/{node → esm}/MobileTimePicker/MobileTimePicker.js +2 -8
- package/esm/MobileTimePicker/index.d.ts +2 -0
- package/esm/MobileTimePicker/index.js +2 -0
- package/esm/MonthPicker/MonthPicker.d.ts +14 -0
- package/{node → esm}/MonthPicker/MonthPicker.js +5 -12
- package/esm/MonthPicker/index.d.ts +2 -0
- package/esm/MonthPicker/index.js +2 -0
- package/esm/PickersDay/PickersDay.d.ts +14 -0
- package/{node → esm}/PickersDay/PickersDay.js +5 -12
- package/esm/PickersDay/index.d.ts +2 -0
- package/esm/PickersDay/index.js +2 -0
- package/esm/StaticDatePicker/StaticDatePicker.d.ts +11 -0
- package/{node → esm}/StaticDatePicker/StaticDatePicker.js +2 -8
- package/esm/StaticDatePicker/index.d.ts +2 -0
- package/esm/StaticDatePicker/index.js +2 -0
- package/esm/StaticDateRangePicker/StaticDateRangePicker.d.ts +11 -0
- package/{node → esm}/StaticDateRangePicker/StaticDateRangePicker.js +2 -10
- package/esm/StaticDateRangePicker/index.d.ts +2 -0
- package/esm/StaticDateRangePicker/index.js +2 -0
- package/esm/StaticDateTimePicker/StaticDateTimePicker.d.ts +11 -0
- package/{node → esm}/StaticDateTimePicker/StaticDateTimePicker.js +2 -8
- package/esm/StaticDateTimePicker/index.d.ts +2 -0
- package/esm/StaticDateTimePicker/index.js +2 -0
- package/esm/StaticTimePicker/StaticTimePicker.d.ts +11 -0
- package/{node → esm}/StaticTimePicker/StaticTimePicker.js +2 -8
- package/esm/StaticTimePicker/index.d.ts +2 -0
- package/esm/StaticTimePicker/index.js +2 -0
- package/esm/TabContext/TabContext.d.ts +29 -0
- package/{node → esm}/TabContext/TabContext.js +13 -21
- package/esm/TabContext/index.d.ts +2 -0
- package/esm/TabContext/index.js +2 -0
- package/esm/TabList/TabList.d.ts +30 -0
- package/{node → esm}/TabList/TabList.js +11 -18
- package/esm/TabList/index.d.ts +2 -0
- package/esm/TabList/index.js +1 -0
- package/esm/TabPanel/TabPanel.d.ts +41 -0
- package/{node → esm}/TabPanel/TabPanel.js +23 -30
- package/esm/TabPanel/index.d.ts +4 -0
- package/esm/TabPanel/index.js +3 -0
- package/esm/TabPanel/tabPanelClasses.d.ts +10 -0
- package/esm/TabPanel/tabPanelClasses.js +7 -0
- package/esm/TimePicker/TimePicker.d.ts +11 -0
- package/{node → esm}/TimePicker/TimePicker.js +2 -8
- package/esm/TimePicker/index.d.ts +2 -0
- package/esm/TimePicker/index.js +2 -0
- package/esm/Timeline/Timeline.d.ts +24 -0
- package/{node → esm}/Timeline/Timeline.js +25 -32
- package/esm/Timeline/Timeline.types.d.ts +27 -0
- package/esm/Timeline/Timeline.types.js +1 -0
- package/esm/Timeline/TimelineContext.d.ts +6 -0
- package/esm/Timeline/TimelineContext.js +12 -0
- package/esm/Timeline/index.d.ts +4 -0
- package/esm/Timeline/index.js +4 -0
- package/esm/Timeline/timelineClasses.d.ts +16 -0
- package/esm/Timeline/timelineClasses.js +7 -0
- package/esm/TimelineConnector/TimelineConnector.d.ts +31 -0
- package/{node → esm}/TimelineConnector/TimelineConnector.js +17 -24
- package/esm/TimelineConnector/index.d.ts +4 -0
- package/esm/TimelineConnector/index.js +3 -0
- package/esm/TimelineConnector/timelineConnectorClasses.d.ts +8 -0
- package/esm/TimelineConnector/timelineConnectorClasses.js +7 -0
- package/esm/TimelineContent/TimelineContent.d.ts +32 -0
- package/esm/TimelineContent/TimelineContent.js +89 -0
- package/esm/TimelineContent/index.d.ts +4 -0
- package/esm/TimelineContent/index.js +3 -0
- package/esm/TimelineContent/timelineContentClasses.d.ts +16 -0
- package/esm/TimelineContent/timelineContentClasses.js +7 -0
- package/esm/TimelineDot/TimelineDot.d.ts +44 -0
- package/{node → esm}/TimelineDot/TimelineDot.js +22 -29
- package/esm/TimelineDot/index.d.ts +4 -0
- package/esm/TimelineDot/index.js +3 -0
- package/esm/TimelineDot/timelineDotClasses.d.ts +24 -0
- package/esm/TimelineDot/timelineDotClasses.js +7 -0
- package/esm/TimelineItem/TimelineItem.d.ts +35 -0
- package/{node → esm}/TimelineItem/TimelineItem.js +30 -37
- package/esm/TimelineItem/index.d.ts +4 -0
- package/esm/TimelineItem/index.js +3 -0
- package/esm/TimelineItem/timelineItemClasses.d.ts +18 -0
- package/esm/TimelineItem/timelineItemClasses.js +7 -0
- package/esm/TimelineOppositeContent/TimelineOppositeContent.d.ts +35 -0
- package/esm/TimelineOppositeContent/TimelineOppositeContent.js +91 -0
- package/esm/TimelineOppositeContent/index.d.ts +4 -0
- package/esm/TimelineOppositeContent/index.js +3 -0
- package/esm/TimelineOppositeContent/timelineOppositeContentClasses.d.ts +16 -0
- package/esm/TimelineOppositeContent/timelineOppositeContentClasses.js +7 -0
- package/esm/TimelineSeparator/TimelineSeparator.d.ts +31 -0
- package/{node → esm}/TimelineSeparator/TimelineSeparator.js +17 -24
- package/esm/TimelineSeparator/index.d.ts +4 -0
- package/esm/TimelineSeparator/index.js +3 -0
- package/esm/TimelineSeparator/timelineSeparatorClasses.d.ts +8 -0
- package/esm/TimelineSeparator/timelineSeparatorClasses.js +7 -0
- package/esm/TreeItem/TreeItem.d.ts +11 -0
- package/{node → esm}/TreeItem/TreeItem.js +2 -8
- package/esm/TreeItem/index.d.ts +2 -0
- package/esm/TreeItem/index.js +2 -0
- package/esm/TreeView/TreeView.d.ts +11 -0
- package/{node → esm}/TreeView/TreeView.js +2 -8
- package/esm/TreeView/index.d.ts +2 -0
- package/esm/TreeView/index.js +2 -0
- package/esm/YearPicker/YearPicker.d.ts +15 -0
- package/{node → esm}/YearPicker/YearPicker.js +4 -10
- package/esm/YearPicker/index.d.ts +2 -0
- package/esm/YearPicker/index.js +2 -0
- package/esm/index.d.ts +78 -0
- package/esm/index.js +88 -0
- package/esm/internal/convertTimelinePositionToClass.d.ts +1 -0
- package/esm/internal/convertTimelinePositionToClass.js +4 -0
- package/esm/internal/svg-icons/ArrowDropDown.d.ts +7 -0
- package/esm/internal/svg-icons/ArrowDropDown.js +12 -0
- package/esm/internal/svg-icons/ArrowLeft.d.ts +7 -0
- package/esm/internal/svg-icons/ArrowLeft.js +12 -0
- package/esm/internal/svg-icons/ArrowRight.d.ts +7 -0
- package/esm/internal/svg-icons/ArrowRight.js +12 -0
- package/esm/internal/svg-icons/Calendar.d.ts +7 -0
- package/esm/internal/svg-icons/Calendar.js +12 -0
- package/esm/internal/svg-icons/Clock.d.ts +7 -0
- package/esm/internal/svg-icons/Clock.js +16 -0
- package/esm/internal/svg-icons/DateRange.d.ts +7 -0
- package/esm/internal/svg-icons/DateRange.js +12 -0
- package/esm/internal/svg-icons/Pen.d.ts +7 -0
- package/esm/internal/svg-icons/Pen.js +12 -0
- package/esm/internal/svg-icons/Time.d.ts +7 -0
- package/esm/internal/svg-icons/Time.js +16 -0
- package/esm/package.json +1 -0
- package/esm/themeAugmentation/components.d.ts +63 -0
- package/esm/themeAugmentation/components.js +2 -0
- package/esm/themeAugmentation/index.d.ts +3 -0
- package/{node → esm}/themeAugmentation/index.js +1 -2
- package/esm/themeAugmentation/overrides.d.ts +28 -0
- package/esm/themeAugmentation/overrides.js +4 -0
- package/esm/themeAugmentation/props.d.ts +28 -0
- package/esm/themeAugmentation/props.js +2 -0
- package/esm/useAutocomplete/index.d.ts +1 -0
- package/esm/useAutocomplete/index.js +1 -0
- package/esm/zero-styled/index.d.ts +1 -0
- package/esm/zero-styled/index.js +2 -0
- package/index.d.ts +78 -155
- package/index.js +739 -106
- package/internal/convertTimelinePositionToClass.d.ts +1 -1
- package/internal/convertTimelinePositionToClass.js +9 -3
- package/internal/svg-icons/ArrowDropDown.d.ts +2 -2
- package/internal/svg-icons/ArrowDropDown.js +10 -5
- package/internal/svg-icons/ArrowLeft.d.ts +2 -2
- package/internal/svg-icons/ArrowLeft.js +10 -5
- package/internal/svg-icons/ArrowRight.d.ts +2 -2
- package/internal/svg-icons/ArrowRight.js +10 -5
- package/internal/svg-icons/Calendar.d.ts +2 -2
- package/internal/svg-icons/Calendar.js +10 -5
- package/internal/svg-icons/Clock.d.ts +2 -2
- package/internal/svg-icons/Clock.js +12 -7
- package/internal/svg-icons/DateRange.d.ts +2 -2
- package/internal/svg-icons/DateRange.js +10 -5
- package/internal/svg-icons/Pen.d.ts +2 -2
- package/internal/svg-icons/Pen.js +10 -5
- package/internal/svg-icons/Time.d.ts +2 -2
- package/internal/svg-icons/Time.js +12 -7
- package/modern/AdapterDateFns/AdapterDateFns.d.ts +6 -0
- package/modern/AdapterDateFns/index.d.ts +1 -0
- package/modern/AdapterDayjs/AdapterDayjs.d.ts +6 -0
- package/modern/AdapterDayjs/index.d.ts +1 -0
- package/modern/AdapterLuxon/AdapterLuxon.d.ts +6 -0
- package/modern/AdapterLuxon/index.d.ts +1 -0
- package/modern/AdapterMoment/AdapterMoment.d.ts +6 -0
- package/modern/AdapterMoment/index.d.ts +1 -0
- package/modern/CalendarPicker/CalendarPicker.d.ts +15 -0
- package/modern/CalendarPicker/index.d.ts +2 -0
- package/modern/CalendarPickerSkeleton/CalendarPickerSkeleton.d.ts +14 -0
- package/modern/CalendarPickerSkeleton/index.d.ts +2 -0
- package/modern/ClockPicker/ClockPicker.d.ts +15 -0
- package/modern/ClockPicker/index.d.ts +2 -0
- package/modern/DatePicker/DatePicker.d.ts +10 -0
- package/modern/DatePicker/index.d.ts +2 -0
- package/modern/DateRangePicker/DateRangePicker.d.ts +12 -0
- package/modern/DateRangePicker/index.d.ts +2 -0
- package/modern/DateRangePickerDay/DateRangePickerDay.d.ts +14 -0
- package/modern/DateRangePickerDay/index.d.ts +2 -0
- package/modern/DateTimePicker/DateTimePicker.d.ts +11 -0
- package/modern/DateTimePicker/index.d.ts +2 -0
- package/modern/DesktopDatePicker/DesktopDatePicker.d.ts +11 -0
- package/modern/DesktopDatePicker/index.d.ts +2 -0
- package/modern/DesktopDateRangePicker/DesktopDateRangePicker.d.ts +11 -0
- package/modern/DesktopDateRangePicker/index.d.ts +2 -0
- package/modern/DesktopDateTimePicker/DesktopDateTimePicker.d.ts +11 -0
- package/modern/DesktopDateTimePicker/index.d.ts +2 -0
- package/modern/DesktopTimePicker/DesktopTimePicker.d.ts +11 -0
- package/modern/DesktopTimePicker/index.d.ts +2 -0
- package/modern/LoadingButton/LoadingButton.d.ts +3 -0
- package/modern/LoadingButton/index.d.ts +2 -0
- package/modern/LocalizationProvider/LocalizationProvider.d.ts +11 -0
- package/modern/LocalizationProvider/index.d.ts +2 -0
- package/modern/Masonry/Masonry.d.ts +62 -0
- package/modern/Masonry/Masonry.js +1 -1
- package/modern/Masonry/index.d.ts +4 -0
- package/modern/Masonry/masonryClasses.d.ts +8 -0
- package/modern/MobileDatePicker/MobileDatePicker.d.ts +11 -0
- package/modern/MobileDatePicker/index.d.ts +2 -0
- package/modern/MobileDateRangePicker/MobileDateRangePicker.d.ts +11 -0
- package/modern/MobileDateRangePicker/index.d.ts +2 -0
- package/modern/MobileDateTimePicker/MobileDateTimePicker.d.ts +11 -0
- package/modern/MobileDateTimePicker/index.d.ts +2 -0
- package/modern/MobileTimePicker/MobileTimePicker.d.ts +11 -0
- package/modern/MobileTimePicker/index.d.ts +2 -0
- package/modern/MonthPicker/MonthPicker.d.ts +14 -0
- package/modern/MonthPicker/index.d.ts +2 -0
- package/modern/PickersDay/PickersDay.d.ts +14 -0
- package/modern/PickersDay/index.d.ts +2 -0
- package/modern/StaticDatePicker/StaticDatePicker.d.ts +11 -0
- package/modern/StaticDatePicker/index.d.ts +2 -0
- package/modern/StaticDateRangePicker/StaticDateRangePicker.d.ts +11 -0
- package/modern/StaticDateRangePicker/index.d.ts +2 -0
- package/modern/StaticDateTimePicker/StaticDateTimePicker.d.ts +11 -0
- package/modern/StaticDateTimePicker/index.d.ts +2 -0
- package/modern/StaticTimePicker/StaticTimePicker.d.ts +11 -0
- package/modern/StaticTimePicker/index.d.ts +2 -0
- package/modern/TabContext/TabContext.d.ts +29 -0
- package/modern/TabContext/index.d.ts +2 -0
- package/modern/TabList/TabList.d.ts +30 -0
- package/modern/TabList/index.d.ts +2 -0
- package/modern/TabPanel/TabPanel.d.ts +41 -0
- package/modern/TabPanel/TabPanel.js +1 -1
- package/modern/TabPanel/index.d.ts +4 -0
- package/modern/TabPanel/tabPanelClasses.d.ts +10 -0
- package/modern/TimePicker/TimePicker.d.ts +11 -0
- package/modern/TimePicker/index.d.ts +2 -0
- package/modern/Timeline/Timeline.d.ts +24 -0
- package/modern/Timeline/Timeline.js +3 -3
- package/modern/Timeline/Timeline.types.d.ts +27 -0
- package/modern/Timeline/TimelineContext.d.ts +6 -0
- package/modern/Timeline/index.d.ts +4 -0
- package/modern/Timeline/timelineClasses.d.ts +16 -0
- package/modern/TimelineConnector/TimelineConnector.d.ts +31 -0
- package/modern/TimelineConnector/TimelineConnector.js +1 -1
- package/modern/TimelineConnector/index.d.ts +4 -0
- package/modern/TimelineConnector/timelineConnectorClasses.d.ts +8 -0
- package/modern/TimelineContent/TimelineContent.d.ts +32 -0
- package/modern/TimelineContent/TimelineContent.js +1 -1
- package/modern/TimelineContent/index.d.ts +4 -0
- package/modern/TimelineContent/timelineContentClasses.d.ts +16 -0
- package/modern/TimelineDot/TimelineDot.d.ts +44 -0
- package/modern/TimelineDot/TimelineDot.js +1 -1
- package/modern/TimelineDot/index.d.ts +4 -0
- package/modern/TimelineDot/timelineDotClasses.d.ts +24 -0
- package/modern/TimelineItem/TimelineItem.d.ts +35 -0
- package/modern/TimelineItem/TimelineItem.js +1 -1
- package/modern/TimelineItem/index.d.ts +4 -0
- package/modern/TimelineItem/timelineItemClasses.d.ts +18 -0
- package/modern/TimelineOppositeContent/TimelineOppositeContent.d.ts +35 -0
- package/modern/TimelineOppositeContent/TimelineOppositeContent.js +1 -1
- package/modern/TimelineOppositeContent/index.d.ts +4 -0
- package/modern/TimelineOppositeContent/timelineOppositeContentClasses.d.ts +16 -0
- package/modern/TimelineSeparator/TimelineSeparator.d.ts +31 -0
- package/modern/TimelineSeparator/TimelineSeparator.js +1 -1
- package/modern/TimelineSeparator/index.d.ts +4 -0
- package/modern/TimelineSeparator/timelineSeparatorClasses.d.ts +8 -0
- package/modern/TreeItem/TreeItem.d.ts +11 -0
- package/modern/TreeItem/index.d.ts +2 -0
- package/modern/TreeView/TreeView.d.ts +11 -0
- package/modern/TreeView/index.d.ts +2 -0
- package/modern/YearPicker/YearPicker.d.ts +15 -0
- package/modern/YearPicker/index.d.ts +2 -0
- package/modern/index.d.ts +78 -0
- package/modern/index.js +2 -27
- package/modern/internal/convertTimelinePositionToClass.d.ts +1 -0
- package/modern/internal/svg-icons/ArrowDropDown.d.ts +7 -0
- package/modern/internal/svg-icons/ArrowLeft.d.ts +7 -0
- package/modern/internal/svg-icons/ArrowRight.d.ts +7 -0
- package/modern/internal/svg-icons/Calendar.d.ts +7 -0
- package/modern/internal/svg-icons/Clock.d.ts +7 -0
- package/modern/internal/svg-icons/DateRange.d.ts +7 -0
- package/modern/internal/svg-icons/Pen.d.ts +7 -0
- package/modern/internal/svg-icons/Time.d.ts +7 -0
- package/modern/package.json +1 -0
- package/modern/themeAugmentation/components.d.ts +63 -0
- package/modern/themeAugmentation/index.d.ts +3 -0
- package/modern/themeAugmentation/overrides.d.ts +28 -0
- package/modern/themeAugmentation/props.d.ts +28 -0
- package/modern/useAutocomplete/index.d.ts +1 -0
- package/modern/useAutocomplete/index.js +1 -1
- package/modern/zero-styled/index.d.ts +1 -0
- package/package.json +42 -10
- package/themeAugmentation/components.d.ts +57 -58
- package/themeAugmentation/components.js +5 -2
- package/themeAugmentation/index.d.ts +3 -3
- package/themeAugmentation/index.js +2 -1
- package/themeAugmentation/overrides.d.ts +24 -25
- package/themeAugmentation/overrides.js +4 -3
- package/themeAugmentation/props.d.ts +24 -27
- package/themeAugmentation/props.js +5 -2
- package/useAutocomplete/index.d.ts +1 -1
- package/useAutocomplete/index.js +19 -1
- package/zero-styled/index.d.ts +1 -1
- package/zero-styled/index.js +12 -2
- package/AdapterDateFns/package.json +0 -6
- package/AdapterDayjs/package.json +0 -6
- package/AdapterLuxon/package.json +0 -6
- package/AdapterMoment/package.json +0 -6
- package/Alert/Alert.d.ts +0 -2
- package/Alert/Alert.js +0 -23
- package/Alert/index.d.ts +0 -2
- package/Alert/index.js +0 -1
- package/Alert/package.json +0 -6
- package/AlertTitle/AlertTitle.d.ts +0 -2
- package/AlertTitle/AlertTitle.js +0 -23
- package/AlertTitle/index.d.ts +0 -2
- package/AlertTitle/index.js +0 -1
- package/AlertTitle/package.json +0 -6
- package/Autocomplete/Autocomplete.d.ts +0 -1
- package/Autocomplete/Autocomplete.js +0 -23
- package/Autocomplete/index.d.ts +0 -2
- package/Autocomplete/index.js +0 -1
- package/Autocomplete/package.json +0 -6
- package/AvatarGroup/AvatarGroup.d.ts +0 -2
- package/AvatarGroup/AvatarGroup.js +0 -23
- package/AvatarGroup/index.d.ts +0 -2
- package/AvatarGroup/index.js +0 -1
- package/AvatarGroup/package.json +0 -6
- package/CalendarPicker/package.json +0 -6
- package/CalendarPickerSkeleton/package.json +0 -6
- package/ClockPicker/package.json +0 -6
- package/DatePicker/package.json +0 -6
- package/DateRangePicker/package.json +0 -6
- package/DateRangePickerDay/package.json +0 -6
- package/DateTimePicker/package.json +0 -6
- package/DesktopDatePicker/package.json +0 -6
- package/DesktopDateRangePicker/package.json +0 -6
- package/DesktopDateTimePicker/package.json +0 -6
- package/DesktopTimePicker/package.json +0 -6
- package/LoadingButton/package.json +0 -6
- package/LocalizationProvider/package.json +0 -6
- package/Masonry/package.json +0 -6
- package/MobileDatePicker/package.json +0 -6
- package/MobileDateRangePicker/package.json +0 -6
- package/MobileDateTimePicker/package.json +0 -6
- package/MobileTimePicker/package.json +0 -6
- package/MonthPicker/package.json +0 -6
- package/Pagination/Pagination.d.ts +0 -2
- package/Pagination/Pagination.js +0 -23
- package/Pagination/index.d.ts +0 -4
- package/Pagination/index.js +0 -2
- package/Pagination/package.json +0 -6
- package/Pagination/usePagination.d.ts +0 -2
- package/Pagination/usePagination.js +0 -3
- package/PaginationItem/PaginationItem.d.ts +0 -2
- package/PaginationItem/PaginationItem.js +0 -23
- package/PaginationItem/index.d.ts +0 -2
- package/PaginationItem/index.js +0 -1
- package/PaginationItem/package.json +0 -6
- package/PickersDay/package.json +0 -6
- package/Rating/Rating.d.ts +0 -2
- package/Rating/Rating.js +0 -23
- package/Rating/index.d.ts +0 -2
- package/Rating/index.js +0 -1
- package/Rating/package.json +0 -6
- package/Skeleton/Skeleton.d.ts +0 -2
- package/Skeleton/Skeleton.js +0 -23
- package/Skeleton/index.d.ts +0 -2
- package/Skeleton/index.js +0 -1
- package/Skeleton/package.json +0 -6
- package/SpeedDial/SpeedDial.d.ts +0 -2
- package/SpeedDial/SpeedDial.js +0 -23
- package/SpeedDial/index.d.ts +0 -2
- package/SpeedDial/index.js +0 -1
- package/SpeedDial/package.json +0 -6
- package/SpeedDialAction/SpeedDialAction.d.ts +0 -2
- package/SpeedDialAction/SpeedDialAction.js +0 -23
- package/SpeedDialAction/index.d.ts +0 -2
- package/SpeedDialAction/index.js +0 -1
- package/SpeedDialAction/package.json +0 -6
- package/SpeedDialIcon/SpeedDialIcon.d.ts +0 -2
- package/SpeedDialIcon/SpeedDialIcon.js +0 -23
- package/SpeedDialIcon/index.d.ts +0 -2
- package/SpeedDialIcon/index.js +0 -1
- package/SpeedDialIcon/package.json +0 -6
- package/StaticDatePicker/package.json +0 -6
- package/StaticDateRangePicker/package.json +0 -6
- package/StaticDateTimePicker/package.json +0 -6
- package/StaticTimePicker/package.json +0 -6
- package/TabContext/package.json +0 -6
- package/TabList/package.json +0 -6
- package/TabPanel/package.json +0 -6
- package/TimePicker/package.json +0 -6
- package/Timeline/package.json +0 -6
- package/TimelineConnector/package.json +0 -6
- package/TimelineContent/package.json +0 -6
- package/TimelineDot/package.json +0 -6
- package/TimelineItem/package.json +0 -6
- package/TimelineOppositeContent/package.json +0 -6
- package/TimelineSeparator/package.json +0 -6
- package/ToggleButton/ToggleButton.d.ts +0 -2
- package/ToggleButton/ToggleButton.js +0 -23
- package/ToggleButton/index.d.ts +0 -2
- package/ToggleButton/index.js +0 -1
- package/ToggleButton/package.json +0 -6
- package/ToggleButtonGroup/ToggleButtonGroup.d.ts +0 -2
- package/ToggleButtonGroup/ToggleButtonGroup.js +0 -23
- package/ToggleButtonGroup/index.d.ts +0 -2
- package/ToggleButtonGroup/index.js +0 -1
- package/ToggleButtonGroup/package.json +0 -6
- package/TreeItem/package.json +0 -6
- package/TreeView/package.json +0 -6
- package/YearPicker/package.json +0 -6
- package/modern/Alert/Alert.js +0 -23
- package/modern/Alert/index.js +0 -1
- package/modern/AlertTitle/AlertTitle.js +0 -23
- package/modern/AlertTitle/index.js +0 -1
- package/modern/Autocomplete/Autocomplete.js +0 -23
- package/modern/Autocomplete/index.js +0 -1
- package/modern/AvatarGroup/AvatarGroup.js +0 -23
- package/modern/AvatarGroup/index.js +0 -1
- package/modern/Pagination/Pagination.js +0 -23
- package/modern/Pagination/index.js +0 -2
- package/modern/Pagination/usePagination.js +0 -3
- package/modern/PaginationItem/PaginationItem.js +0 -23
- package/modern/PaginationItem/index.js +0 -1
- package/modern/Rating/Rating.js +0 -23
- package/modern/Rating/index.js +0 -1
- package/modern/Skeleton/Skeleton.js +0 -23
- package/modern/Skeleton/index.js +0 -1
- package/modern/SpeedDial/SpeedDial.js +0 -23
- package/modern/SpeedDial/index.js +0 -1
- package/modern/SpeedDialAction/SpeedDialAction.js +0 -23
- package/modern/SpeedDialAction/index.js +0 -1
- package/modern/SpeedDialIcon/SpeedDialIcon.js +0 -23
- package/modern/SpeedDialIcon/index.js +0 -1
- package/modern/ToggleButton/ToggleButton.js +0 -23
- package/modern/ToggleButton/index.js +0 -1
- package/modern/ToggleButtonGroup/ToggleButtonGroup.js +0 -23
- package/modern/ToggleButtonGroup/index.js +0 -1
- package/node/AdapterDateFns/index.js +0 -13
- package/node/AdapterDayjs/index.js +0 -13
- package/node/AdapterLuxon/index.js +0 -13
- package/node/AdapterMoment/index.js +0 -13
- package/node/Alert/Alert.js +0 -30
- package/node/Alert/index.js +0 -13
- package/node/AlertTitle/AlertTitle.js +0 -30
- package/node/AlertTitle/index.js +0 -13
- package/node/Autocomplete/Autocomplete.js +0 -30
- package/node/Autocomplete/index.js +0 -13
- package/node/AvatarGroup/AvatarGroup.js +0 -30
- package/node/AvatarGroup/index.js +0 -13
- package/node/CalendarPicker/index.js +0 -25
- package/node/CalendarPickerSkeleton/index.js +0 -25
- package/node/ClockPicker/index.js +0 -25
- package/node/DatePicker/index.js +0 -25
- package/node/DateRangePicker/index.js +0 -25
- package/node/DateRangePickerDay/index.js +0 -25
- package/node/DateTimePicker/index.js +0 -25
- package/node/DesktopDatePicker/index.js +0 -25
- package/node/DesktopDateRangePicker/index.js +0 -25
- package/node/DesktopDateTimePicker/index.js +0 -25
- package/node/DesktopTimePicker/index.js +0 -25
- package/node/LoadingButton/LoadingButton.js +0 -30
- package/node/LoadingButton/index.js +0 -13
- package/node/LocalizationProvider/index.js +0 -25
- package/node/Masonry/index.js +0 -35
- package/node/Masonry/masonryClasses.js +0 -15
- package/node/MobileDatePicker/index.js +0 -25
- package/node/MobileDateRangePicker/index.js +0 -25
- package/node/MobileDateTimePicker/index.js +0 -25
- package/node/MobileTimePicker/index.js +0 -25
- package/node/MonthPicker/index.js +0 -25
- package/node/Pagination/Pagination.js +0 -30
- package/node/Pagination/index.js +0 -20
- package/node/Pagination/usePagination.js +0 -14
- package/node/PaginationItem/PaginationItem.js +0 -30
- package/node/PaginationItem/index.js +0 -13
- package/node/PickersDay/index.js +0 -25
- package/node/Rating/Rating.js +0 -30
- package/node/Rating/index.js +0 -13
- package/node/Skeleton/Skeleton.js +0 -30
- package/node/Skeleton/index.js +0 -13
- package/node/SpeedDial/SpeedDial.js +0 -30
- package/node/SpeedDial/index.js +0 -13
- package/node/SpeedDialAction/SpeedDialAction.js +0 -30
- package/node/SpeedDialAction/index.js +0 -13
- package/node/SpeedDialIcon/SpeedDialIcon.js +0 -30
- package/node/SpeedDialIcon/index.js +0 -13
- package/node/StaticDatePicker/index.js +0 -25
- package/node/StaticDateRangePicker/index.js +0 -25
- package/node/StaticDateTimePicker/index.js +0 -25
- package/node/StaticTimePicker/index.js +0 -25
- package/node/TabContext/index.js +0 -25
- package/node/TabList/index.js +0 -13
- package/node/TabPanel/index.js +0 -35
- package/node/TabPanel/tabPanelClasses.js +0 -15
- package/node/TimePicker/index.js +0 -25
- package/node/Timeline/Timeline.types.js +0 -5
- package/node/Timeline/TimelineContext.js +0 -17
- package/node/Timeline/index.js +0 -47
- package/node/Timeline/timelineClasses.js +0 -15
- package/node/TimelineConnector/index.js +0 -35
- package/node/TimelineConnector/timelineConnectorClasses.js +0 -15
- package/node/TimelineContent/TimelineContent.js +0 -96
- package/node/TimelineContent/index.js +0 -35
- package/node/TimelineContent/timelineContentClasses.js +0 -15
- package/node/TimelineDot/index.js +0 -35
- package/node/TimelineDot/timelineDotClasses.js +0 -15
- package/node/TimelineItem/index.js +0 -35
- package/node/TimelineItem/timelineItemClasses.js +0 -15
- package/node/TimelineOppositeContent/TimelineOppositeContent.js +0 -98
- package/node/TimelineOppositeContent/index.js +0 -35
- package/node/TimelineOppositeContent/timelineOppositeContentClasses.js +0 -15
- package/node/TimelineSeparator/index.js +0 -35
- package/node/TimelineSeparator/timelineSeparatorClasses.js +0 -15
- package/node/ToggleButton/ToggleButton.js +0 -30
- package/node/ToggleButton/index.js +0 -13
- package/node/ToggleButtonGroup/ToggleButtonGroup.js +0 -30
- package/node/ToggleButtonGroup/index.js +0 -13
- package/node/TreeItem/index.js +0 -25
- package/node/TreeView/index.js +0 -25
- package/node/YearPicker/index.js +0 -25
- package/node/index.js +0 -993
- package/node/internal/convertTimelinePositionToClass.js +0 -10
- package/node/internal/svg-icons/ArrowDropDown.js +0 -17
- package/node/internal/svg-icons/ArrowLeft.js +0 -17
- package/node/internal/svg-icons/ArrowRight.js +0 -17
- package/node/internal/svg-icons/Calendar.js +0 -17
- package/node/internal/svg-icons/Clock.js +0 -21
- package/node/internal/svg-icons/DateRange.js +0 -17
- package/node/internal/svg-icons/Pen.js +0 -17
- package/node/internal/svg-icons/Time.js +0 -21
- package/node/themeAugmentation/components.js +0 -5
- package/node/themeAugmentation/overrides.js +0 -5
- package/node/themeAugmentation/props.js +0 -5
- package/node/useAutocomplete/index.js +0 -18
- package/node/zero-styled/index.js +0 -12
- package/themeAugmentation/package.json +0 -6
- package/useAutocomplete/package.json +0 -6
- package/zero-styled/package.json +0 -6
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
* @deprecated The AdapterDateFns class was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
|
|
3
3
|
*/
|
|
4
4
|
export default class AdapterDateFns {
|
|
5
|
-
|
|
6
|
-
}
|
|
5
|
+
constructor();
|
|
6
|
+
}
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
1
7
|
let warnedOnce = false;
|
|
2
8
|
const warn = () => {
|
|
3
9
|
if (!warnedOnce) {
|
|
@@ -9,8 +15,9 @@ const warn = () => {
|
|
|
9
15
|
/**
|
|
10
16
|
* @deprecated The AdapterDateFns class was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
|
|
11
17
|
*/
|
|
12
|
-
|
|
18
|
+
class AdapterDateFns {
|
|
13
19
|
constructor() {
|
|
14
20
|
warn();
|
|
15
21
|
}
|
|
16
|
-
}
|
|
22
|
+
}
|
|
23
|
+
exports.default = AdapterDateFns;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from
|
|
1
|
+
export { default } from "./AdapterDateFns.js";
|
package/AdapterDateFns/index.js
CHANGED
|
@@ -1 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "default", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () {
|
|
10
|
+
return _AdapterDateFns.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _AdapterDateFns = _interopRequireDefault(require("./AdapterDateFns"));
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
* @deprecated The AdapterDayjs class was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
|
|
3
3
|
*/
|
|
4
4
|
export default class AdapterDayjs {
|
|
5
|
-
|
|
6
|
-
}
|
|
5
|
+
constructor();
|
|
6
|
+
}
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
1
7
|
let warnedOnce = false;
|
|
2
8
|
const warn = () => {
|
|
3
9
|
if (!warnedOnce) {
|
|
@@ -9,8 +15,9 @@ const warn = () => {
|
|
|
9
15
|
/**
|
|
10
16
|
* @deprecated The AdapterDayjs class was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
|
|
11
17
|
*/
|
|
12
|
-
|
|
18
|
+
class AdapterDayjs {
|
|
13
19
|
constructor() {
|
|
14
20
|
warn();
|
|
15
21
|
}
|
|
16
|
-
}
|
|
22
|
+
}
|
|
23
|
+
exports.default = AdapterDayjs;
|
package/AdapterDayjs/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from
|
|
1
|
+
export { default } from "./AdapterDayjs.js";
|
package/AdapterDayjs/index.js
CHANGED
|
@@ -1 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "default", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () {
|
|
10
|
+
return _AdapterDayjs.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _AdapterDayjs = _interopRequireDefault(require("./AdapterDayjs"));
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
* @deprecated The AdapterLuxon class was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
|
|
3
3
|
*/
|
|
4
4
|
export default class AdapterLuxon {
|
|
5
|
-
|
|
6
|
-
}
|
|
5
|
+
constructor();
|
|
6
|
+
}
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
1
7
|
let warnedOnce = false;
|
|
2
8
|
const warn = () => {
|
|
3
9
|
if (!warnedOnce) {
|
|
@@ -9,8 +15,9 @@ const warn = () => {
|
|
|
9
15
|
/**
|
|
10
16
|
* @deprecated The AdapterLuxon class was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
|
|
11
17
|
*/
|
|
12
|
-
|
|
18
|
+
class AdapterLuxon {
|
|
13
19
|
constructor() {
|
|
14
20
|
warn();
|
|
15
21
|
}
|
|
16
|
-
}
|
|
22
|
+
}
|
|
23
|
+
exports.default = AdapterLuxon;
|
package/AdapterLuxon/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from
|
|
1
|
+
export { default } from "./AdapterLuxon.js";
|
package/AdapterLuxon/index.js
CHANGED
|
@@ -1 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "default", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () {
|
|
10
|
+
return _AdapterLuxon.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _AdapterLuxon = _interopRequireDefault(require("./AdapterLuxon"));
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
* @deprecated The AdapterMoment class was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
|
|
3
3
|
*/
|
|
4
4
|
export default class AdapterMoment {
|
|
5
|
-
|
|
6
|
-
}
|
|
5
|
+
constructor();
|
|
6
|
+
}
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
1
7
|
let warnedOnce = false;
|
|
2
8
|
const warn = () => {
|
|
3
9
|
if (!warnedOnce) {
|
|
@@ -9,8 +15,9 @@ const warn = () => {
|
|
|
9
15
|
/**
|
|
10
16
|
* @deprecated The AdapterMoment class was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
|
|
11
17
|
*/
|
|
12
|
-
|
|
18
|
+
class AdapterMoment {
|
|
13
19
|
constructor() {
|
|
14
20
|
warn();
|
|
15
21
|
}
|
|
16
|
-
}
|
|
22
|
+
}
|
|
23
|
+
exports.default = AdapterMoment;
|
package/AdapterMoment/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from
|
|
1
|
+
export { default } from "./AdapterMoment.js";
|
package/AdapterMoment/index.js
CHANGED
|
@@ -1 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "default", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () {
|
|
10
|
+
return _AdapterMoment.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _AdapterMoment = _interopRequireDefault(require("./AdapterMoment"));
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,366 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 7.0.1
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v7.0.0..master -->
|
|
6
|
+
|
|
7
|
+
_Mar 28, 2025_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 7 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@7.0.1`
|
|
12
|
+
|
|
13
|
+
- Export ThemeProviderProps (#45701) @aarongarciah
|
|
14
|
+
- [Fab] Fix default variant text color when using CSS vars (#45714) @aarongarciah
|
|
15
|
+
- Remove mention of v7 in deprecation messages (#45708) @DiegoAndai
|
|
16
|
+
- [Popover] Allow `null` in `anchorEl` function return type (#45045) @eduter
|
|
17
|
+
- Fix missing CSSProperties/MixinOptions types (#45706) @Janpot
|
|
18
|
+
|
|
19
|
+
### `@mui/icons-material@7.0.1`
|
|
20
|
+
|
|
21
|
+
- [code-infra] Fix icon-material type resolution under `moduleResolution: "node"` (#45704) @Janpot
|
|
22
|
+
- Bring back individual icon dts (#45711) @Janpot
|
|
23
|
+
|
|
24
|
+
### Core
|
|
25
|
+
|
|
26
|
+
- Improve the release instructions (#45688) @mnajdova
|
|
27
|
+
|
|
28
|
+
### Docs
|
|
29
|
+
|
|
30
|
+
- Fix Masonry and Toolpad dark mode demos (#45721) @siriwatknp
|
|
31
|
+
- Update v7 related copy (#45716) @aarongarciah
|
|
32
|
+
- Avoid unwanted undefined in page title (#45718) @aarongarciah
|
|
33
|
+
- Fix joy templates error (#45715) @siriwatknp
|
|
34
|
+
- Rename GitHub icon import (#45709) @micttyoid
|
|
35
|
+
- Fix Safari issue in dark mode (#45696) @mnajdova
|
|
36
|
+
- Fix `Grid`, `GridLegacy`, `Stack`, `Badge`, `Select`, `Autocomplete` demos CSS variables (#45693) @DiegoAndai
|
|
37
|
+
- Add "Material UI v7 is here" to the notifications (#45694) @DiegoAndai
|
|
38
|
+
- Fix `Breadcrumbs`, `List`, `Divider`, and `Typography` dark mode demos (#45692) @siriwatknp
|
|
39
|
+
- Fix Material Icons page in dark mode (#45691) @mnajdova
|
|
40
|
+
|
|
41
|
+
All contributors of this release in alphabetical order: @aarongarciah, @DiegoAndai, @eduter, @Janpot, @micttyoid, @mnajdova, @siriwatknp
|
|
42
|
+
|
|
43
|
+
## 7.0.0
|
|
44
|
+
|
|
45
|
+
<!-- generated comparing v7.0.0-rc.0..master -->
|
|
46
|
+
|
|
47
|
+
_Mar 26, 2025_
|
|
48
|
+
|
|
49
|
+
🎉 We're happy to announce the stable release of v7.
|
|
50
|
+
|
|
51
|
+
- Read the [blog post](https://mui.com/blog/material-ui-v7-is-here/) about the announcement.
|
|
52
|
+
- Check out the [v7 upgrade guide](https://mui.com/material-ui/migration/upgrade-to-v7/).
|
|
53
|
+
|
|
54
|
+
### `@mui/material@7.0.0`
|
|
55
|
+
|
|
56
|
+
- [Autocomplete] Fix when `onHighlightChange` is called (#45438) @ZeeshanTamboli
|
|
57
|
+
- [Tabs] Fix modifier keys + Left/Right Arrow key from being consumed by tab navigation (#45345) @mushfiqbh
|
|
58
|
+
- Update minimum TypeScript support to 4.9 (#45535) @siriwatknp
|
|
59
|
+
|
|
60
|
+
### `@mui/system@7.0.0`
|
|
61
|
+
|
|
62
|
+
- [system] Fix palette mode does not change when not using CSS vars (#45660) @siriwatknp
|
|
63
|
+
|
|
64
|
+
### `@mui/lab@7.0.0-beta.9`
|
|
65
|
+
|
|
66
|
+
- [lab] Remove @mui/base dependency (#45602) @mnajdova
|
|
67
|
+
|
|
68
|
+
### Docs
|
|
69
|
+
|
|
70
|
+
- [docs] Fix unnecessary redirects for v7 (#45677) @Janpot
|
|
71
|
+
- [docs] Fix new React project link, CRA deprecated (#45362) @oliviertassinari
|
|
72
|
+
- [docs] Prepare the v7 upgrade guide for stable release (#45624) @DiegoAndai
|
|
73
|
+
- [docs] Fix grammatical errors in support.md (#45631) @letianpailove
|
|
74
|
+
- [docs] Update nextjs font optimization guide (#45600) @IshfaqAhmedProg
|
|
75
|
+
- [docs] Deprecate Toolpad Studio (#45613) @Janpot
|
|
76
|
+
- [docs] Sync the mode from page to demos #45661 @siriwatknp
|
|
77
|
+
|
|
78
|
+
### Core
|
|
79
|
+
|
|
80
|
+
- [blog] v7 stable release (#45623) @DiegoAndai
|
|
81
|
+
- [code-infra] Disable flaky masonry screenshot (#45678) @Janpot
|
|
82
|
+
- [code-infra] Migrate regression tests to vite (#44964) @Janpot
|
|
83
|
+
- [code-infra] Update rollup (#45666) @Janpot
|
|
84
|
+
- [code-infra] Support `React.ComponentType` in proptypes generation (#45664) @Janpot
|
|
85
|
+
- [code-infra] Ensure `translations.json` is present in all `@mui/docs` package builds (#45626) @LukasTy
|
|
86
|
+
- [code-infra] Improve Argos script debuggability (#45619) @Janpot
|
|
87
|
+
- [code-infra] Reconfigure `react-remove-properties` babel plugin (#45218) @Janpot
|
|
88
|
+
- [core] Prepare master for v7 stable (#45674) @DiegoAndai
|
|
89
|
+
- [core] Improve instructions on changing domain (#45637) @mnajdova
|
|
90
|
+
- [core] Deprecate `ponyfillGlobal` (#45606) @Janpot
|
|
91
|
+
- [docs-infra] Restructure docs theme context to CSS variables (#45386) @siriwatknp
|
|
92
|
+
- [styles] Remove code & docs (#45633) @mnajdova
|
|
93
|
+
|
|
94
|
+
All contributors of this release in alphabetical order: @DiegoAndai, @IshfaqAhmedProg, @Janpot, @letianpailove, @LukasTy, @mnajdova, @mushfiqbh, @oliviertassinari, @siriwatknp, @ZeeshanTamboli
|
|
95
|
+
|
|
96
|
+
## 7.0.0-rc.0
|
|
97
|
+
|
|
98
|
+
<!-- generated comparing v7.0.0-beta.4..master -->
|
|
99
|
+
|
|
100
|
+
_Mar 18, 2025_
|
|
101
|
+
|
|
102
|
+
A big thanks to the 4 contributors who made this release possible.
|
|
103
|
+
|
|
104
|
+
### `@mui/material@7.0.0-rc.0`
|
|
105
|
+
|
|
106
|
+
- [StepLabel] Add missing root slot (#45603) @sai6855
|
|
107
|
+
- [Switch] Add slots and slotProps (#45595) @siriwatknp
|
|
108
|
+
- [utils] Add merging function to `mergeSlotProps` utility (#45543) @siriwatknp
|
|
109
|
+
|
|
110
|
+
### Core
|
|
111
|
+
|
|
112
|
+
- [blog] Clarify the difference between the two Pro plans (#45266) @oliviertassinari
|
|
113
|
+
- [code-infra] Allow specifying a custom error formatter module for error minifcation (#45291) @Janpot
|
|
114
|
+
- [code-infra] Make `getVersionEnvVariables` reusable for other repos (#45562) @Janpot
|
|
115
|
+
- [code-infra] Update peer dependency of `@mui/utils` in `@mui/docs` (#45561) @Janpot
|
|
116
|
+
- Add StackBlitz template to issue template (#45504) @Janpot
|
|
117
|
+
|
|
118
|
+
All contributors of this release in alphabetical order: @Janpot, @oliviertassinari, @sai6855, @siriwatknp
|
|
119
|
+
|
|
120
|
+
## 7.0.0-beta.4
|
|
121
|
+
|
|
122
|
+
<!-- generated comparing v7.0.0-beta.3..master -->
|
|
123
|
+
|
|
124
|
+
_Mar 13, 2025_
|
|
125
|
+
|
|
126
|
+
A big thanks to the 10 contributors who made this release possible.
|
|
127
|
+
This release contains bug fixes 🐛 and improvements to the new package layout 🏗️.
|
|
128
|
+
|
|
129
|
+
### `@mui/material@7.0.0-beta.4`
|
|
130
|
+
|
|
131
|
+
- [Accordion] Add missing `root` slot (#45532) @sai6855
|
|
132
|
+
- [AccordionSummary] Add slots and slotProps (#45559) @sai6855
|
|
133
|
+
- [ListItemText] Add missing `root` slot (#45540) @sai6855
|
|
134
|
+
- [SpeedDial] Add missing `root` slot (#45541) @sai6855
|
|
135
|
+
- [Tooltip] Allow auto placement on tooltip (#45399) @Jtaks
|
|
136
|
+
- [useScrollTrigger] Do nothing if target is null (#45441) @vipierozan99
|
|
137
|
+
- [TextareaAutosize] Fix ResizeObserver causing infinite `selectionchange` loop (#45351) @mj12albert
|
|
138
|
+
- Fix negative input for CSS variables spacing array (#45550) @siriwatknp
|
|
139
|
+
- Add missing deprecations in deprecations-all file (#45505) @sai6855
|
|
140
|
+
- Rename some `@mui/material/styles/createTypography` exports (#45558) @Janpot
|
|
141
|
+
|
|
142
|
+
### `@mui/icons-material@7.0.0-beta.4`
|
|
143
|
+
|
|
144
|
+
- Remove unused icon names from the download script (#45453) @yermartee
|
|
145
|
+
|
|
146
|
+
### `@mui/system@7.0.0-beta.4`
|
|
147
|
+
|
|
148
|
+
- Prevent nested non-vars theme inheritance (#45545) @siriwatknp
|
|
149
|
+
- Disable theme recalculation as default behavior (#45405) @siriwatknp
|
|
150
|
+
- Fix package layout inconsistencies (#45491) @DiegoAndai
|
|
151
|
+
|
|
152
|
+
### `@mui/styled-engine@7.0.0-beta.4`
|
|
153
|
+
|
|
154
|
+
- Add `enableCssLayer` prop to StyledEngineProvider (#45428) @siriwatknp
|
|
155
|
+
|
|
156
|
+
### `@mui/types@7.3.0`
|
|
157
|
+
|
|
158
|
+
- [code-infra] Fix type resolution for @mui/types (#45513) @Janpot
|
|
159
|
+
|
|
160
|
+
### `@mui/utils@7.0.0-beta.4`
|
|
161
|
+
|
|
162
|
+
- Fix package layout inconsistencies (#45491) @DiegoAndai
|
|
163
|
+
- Use correct iri-reference homepage format (#45472) @dahiro
|
|
164
|
+
|
|
165
|
+
### Docs
|
|
166
|
+
|
|
167
|
+
- [Backdrop] Fix component name in migration guide (#45506) @sai6855
|
|
168
|
+
- [TextField] Add HTML input section to TextField page (#45439) @siriwatknp
|
|
169
|
+
|
|
170
|
+
### Core
|
|
171
|
+
|
|
172
|
+
- [code-infra] Convert a few docs modules to ts (#45548) @Janpot
|
|
173
|
+
- [code-infra] Remove more CJS modules from the docs (#45557) @Janpot
|
|
174
|
+
- [code-infra] Remove nested imports from theme augmentation (#45514) @Janpot
|
|
175
|
+
- [docs-infra] Add @ts-ignore to avoid type checking for MUI X (#45555) @siriwatknp
|
|
176
|
+
- [blog] Fix author end-of-year updates (#45533) @oliviertassinari
|
|
177
|
+
|
|
178
|
+
All contributors of this release in alphabetical order: @dahiro, @DiegoAndai, @Janpot, @Jtaks, @mj12albert, @oliviertassinari, @sai6855, @siriwatknp, @vipierozan99, @yermartee
|
|
179
|
+
|
|
180
|
+
## 7.0.0-beta.3
|
|
181
|
+
|
|
182
|
+
<!-- generated comparing v7.0.0-beta.2..master -->
|
|
183
|
+
|
|
184
|
+
_Mar 5, 2025_
|
|
185
|
+
|
|
186
|
+
A big thanks to the 3 contributors who made this release possible.
|
|
187
|
+
|
|
188
|
+
### `@mui/material@7.0.0-beta.3`
|
|
189
|
+
|
|
190
|
+
- Fix moduleResolution:node for icons (#45444) @Janpot
|
|
191
|
+
- [ThemeProvider] Add `storageManager` prop to `ThemeProvider` (#45136) @siriwatknp
|
|
192
|
+
- [Radio] Fix `inputProps` not forwarded (#45471) @siriwatknp
|
|
193
|
+
|
|
194
|
+
### `@mui/codemod@7.0.0-beta.3`
|
|
195
|
+
|
|
196
|
+
- [codemod] Fix codemods not found (#45473) @DiegoAndai
|
|
197
|
+
|
|
198
|
+
All contributors of this release in alphabetical order: @DiegoAndai, @Janpot, @siriwatknp
|
|
199
|
+
|
|
200
|
+
## 7.0.0-beta.2
|
|
201
|
+
|
|
202
|
+
<!-- generated comparing v7.0.0-beta.1..master -->
|
|
203
|
+
|
|
204
|
+
_Feb 27, 2025_
|
|
205
|
+
|
|
206
|
+
A big thanks to the 2 contributors who made this release possible.
|
|
207
|
+
|
|
208
|
+
### Core
|
|
209
|
+
|
|
210
|
+
- [code-infra] Add package.json export (#45433) @Janpot
|
|
211
|
+
- [blog] React 19 migration for MUI X (#45348) @arminmeh
|
|
212
|
+
|
|
213
|
+
All contributors of this release in alphabetical order: @arminmeh, @Janpot
|
|
214
|
+
|
|
215
|
+
## 7.0.0-beta.1
|
|
216
|
+
|
|
217
|
+
<!-- generated comparing v7.0.0-beta.0..master -->
|
|
218
|
+
|
|
219
|
+
_Feb 27, 2025_
|
|
220
|
+
|
|
221
|
+
This release fixes incorrect build output from the previous release (`beta.0`).
|
|
222
|
+
|
|
223
|
+
### Core
|
|
224
|
+
|
|
225
|
+
- [code-infra] Fix build:types script omitting folders with a dot in their name (#45422) @Janpot
|
|
226
|
+
- [release] Fix versions (#45420) @mj12albert
|
|
227
|
+
|
|
228
|
+
All contributors of this release in alphabetical order: @Janpot, @mj12albert
|
|
229
|
+
|
|
230
|
+
## 7.0.0-beta.0
|
|
231
|
+
|
|
232
|
+
<!-- generated comparing v7.0.0-alpha.2..master -->
|
|
233
|
+
|
|
234
|
+
_Feb 26, 2025_
|
|
235
|
+
|
|
236
|
+
A big thanks to the 8 contributors who made this release possible.
|
|
237
|
+
|
|
238
|
+
### `@mui/material@7.0.0-beta.0`
|
|
239
|
+
|
|
240
|
+
- [Modal][Dialog] Remove deprecated `onBackdropClick` (#45395) @DiegoAndai
|
|
241
|
+
- [Grid] Improve Grid2 upgrade experience (#45304) @DiegoAndai
|
|
242
|
+
- [Grid] Rename to GridLegacy (#45363) @DiegoAndai
|
|
243
|
+
- [Grid2] Rename to Grid (#45381) @DiegoAndai
|
|
244
|
+
- Remove SvgIcon data-testid in production (#45333) @Janpot
|
|
245
|
+
- Allow nested theme creation with `vars` (#45335) @siriwatknp
|
|
246
|
+
- [Rating] Deprecate \*Props and complete `slots`, `slotProps` (#45295) @harry-whorlow
|
|
247
|
+
- [Slider] Fix css class selector in migration guide (#45402) @sai6855
|
|
248
|
+
- [Slider] Fix spacings in .md files (#45388) @sai6855
|
|
249
|
+
- [styles] Remove deprecated exports (#45397) @DiegoAndai
|
|
250
|
+
- [Menu] Deprecate \*Props and complete `slots`, `slotProps` (#44913) @siriwatknp
|
|
251
|
+
- [StepButton] Remove StepIconButton type (#45396) @DiegoAndai
|
|
252
|
+
|
|
253
|
+
### Docs
|
|
254
|
+
|
|
255
|
+
- [Autocomplete] Remove unnecessary renderTags prop from Sizes demo (#45401) @ZeeshanTamboli
|
|
256
|
+
- Add `overriding-component-structure` doc to Material UI (#45186) @siriwatknp
|
|
257
|
+
- Fix typo in slider docs (#45390) @sai6855
|
|
258
|
+
- Fix Context Menu selection lost on Safari (#44903) @NooBat
|
|
259
|
+
|
|
260
|
+
### Core
|
|
261
|
+
|
|
262
|
+
- [code-infra] Fix types for @mui/styled-engine (#45413) @Janpot
|
|
263
|
+
- [docs-infra] Fix theme toggle call (#45400) @siriwatknp
|
|
264
|
+
- [docs-infra] Add `color-scheme` to document in iframe demos (#45406) @KenanYusuf
|
|
265
|
+
- [docs-infra] Revert to use deprecated `CssVarsProvider` for MUI X (#45371) @siriwatknp
|
|
266
|
+
- [docs-infra] Fix dark mode flicker for API pages (#45354) @siriwatknp
|
|
267
|
+
- [examples] Remove unnecessary comma in Material UI Vite JS example (#45370) @ZeeshanTamboli
|
|
268
|
+
- [test] Remove unused renderTags prop and fix key warning in Autocomplete regression test (#45410) @ZeeshanTamboli
|
|
269
|
+
|
|
270
|
+
All contributors of this release in alphabetical order: @DiegoAndai, @harry-whorlow, @Janpot, @KenanYusuf, @NooBat, @sai6855, @siriwatknp, @ZeeshanTamboli
|
|
271
|
+
|
|
272
|
+
## 7.0.0-alpha.2
|
|
273
|
+
|
|
274
|
+
<!-- generated comparing v7.0.0-alpha.1..master -->
|
|
275
|
+
|
|
276
|
+
_Feb 18, 2025_
|
|
277
|
+
|
|
278
|
+
A big thanks to the 9 contributors who made this release possible.
|
|
279
|
+
|
|
280
|
+
### `@mui/material@7.0.0-alpha.2`
|
|
281
|
+
|
|
282
|
+
- [Autocomplete] Remove legacy `aria-owns` attribute for combobox (#45302) @ZeeshanTamboli
|
|
283
|
+
- [Button] Apply id only if loading indicator is present (#45296) @aarongarciah
|
|
284
|
+
- [Hidden] Remove deprecated Hidden component (#45283) @DiegoAndai
|
|
285
|
+
- [InputBase] Deprecate composed classes (#45234) @sai6855
|
|
286
|
+
- [InputLabel] Changed size prop value from `normal` to `medium` (#45235) @perkrlsn
|
|
287
|
+
- Fix `slotProps.transition` types (#45214) @siriwatknp
|
|
288
|
+
|
|
289
|
+
### Docs
|
|
290
|
+
|
|
291
|
+
- Fix broken links to MUI X docs (#45145) @mapache-salvaje
|
|
292
|
+
- Add migration guide for package layout changes (#45222) @Janpot
|
|
293
|
+
- [icons] Fix typo in material-icons.md (#45334) @a-s-russo
|
|
294
|
+
|
|
295
|
+
### Core
|
|
296
|
+
|
|
297
|
+
- Disallow access to esm/modern barrel files (#45332) @Janpot
|
|
298
|
+
- [code-infra] Update `elliptic` (#45311) @Janpot
|
|
299
|
+
- Update release guide to specify package bumping rules (#45294) @DiegoAndai
|
|
300
|
+
|
|
301
|
+
All contributors of this release in alphabetical order: @a-s-russo, @aarongarciah, @DiegoAndai, @Janpot, @mapache-salvaje, @perkrlsn, @sai6855, @siriwatknp, @ZeeshanTamboli
|
|
302
|
+
|
|
303
|
+
## 7.0.0-alpha.1
|
|
304
|
+
|
|
305
|
+
<!-- generated comparing v7.0.0-alpha.0..master -->
|
|
306
|
+
|
|
307
|
+
_Feb 11, 2025_
|
|
308
|
+
|
|
309
|
+
A big thanks to the 11 contributors who made this release possible.
|
|
310
|
+
|
|
311
|
+
### `@mui/material@7.0.0-alpha.1`
|
|
312
|
+
|
|
313
|
+
- [Checkbox] Add slots and slotProps (#44974) @sai6855
|
|
314
|
+
- [LinearProgress][CircularProgress] Add variant overrides for module augumentation (#45163) @kingflamez
|
|
315
|
+
- [Drawer] Deprecate \*Props and complete `slots`, `slotProps` (#44960) @siriwatknp
|
|
316
|
+
- Fix wrong `slotProps` of `DetailsHTMLAttributes` types (#45215) @siriwatknp
|
|
317
|
+
- [MobileStepper] deprecate `LinearProgressProps` and complete `slots`, `slotProps` (#45033) @siriwatknp
|
|
318
|
+
- [Radio] Add slots and slotProps (#44972) @sai6855
|
|
319
|
+
- [Radio] Remove empty line (#45184) @sai6855
|
|
320
|
+
- [Slider] Deprecate composed classes (#45201) @sai6855
|
|
321
|
+
- [Snackbar] Fix generated proptypes (#45156) @siriwatknp
|
|
322
|
+
- [SpeedDialAction] Add slots and slotProps (#45065) @sai6855
|
|
323
|
+
- [SwitchBase] Fix spreading of `handlers` in getSlotProps (#45197) @sai6855
|
|
324
|
+
- [Tabs] Deprecate \*Props and complete `slots`, `slotProps` (#45012) @siriwatknp
|
|
325
|
+
- [TextField] Remove deprecated props from documentation (#45199) @sai6855
|
|
326
|
+
|
|
327
|
+
### `@mui/icons-material@7.0.0-alpha.1`
|
|
328
|
+
|
|
329
|
+
- Change icon source URL and add overrides (#45020) @siriwatknp
|
|
330
|
+
|
|
331
|
+
### `@mui/lab@7.0.0-beta.1`
|
|
332
|
+
|
|
333
|
+
- Remove components which were moved from lab to material (#45232) @DiegoAndai
|
|
334
|
+
|
|
335
|
+
### Docs
|
|
336
|
+
|
|
337
|
+
- [Autocomplete] Improve Google Maps search example (#44708) @oliviertassinari
|
|
338
|
+
- [Dialog] Removes deprecated PaperProps from docs (#45195) @sai6855
|
|
339
|
+
- [Menu] Add Grouped Menu demo (#45241) @noobDev31
|
|
340
|
+
- [material] Add disableInteractive on colorTool grid Tooltips (#37800) @Janpot
|
|
341
|
+
- [blog] Consistent Base UI terminology (#45264) @oliviertassinari
|
|
342
|
+
- A quick first step to update docs for Tailwind v4 (#45147) @oliviertassinari
|
|
343
|
+
- Fix `element.ref` accessing warning on docs (#45155) @DiegoAndai
|
|
344
|
+
- Mention Toolpad as experimental (#45273) @prakhargupta1
|
|
345
|
+
- [joy-ui] Update "Set up providers" section of integration with Material UI (#45183) @mateuseap
|
|
346
|
+
|
|
347
|
+
### Core
|
|
348
|
+
|
|
349
|
+
- Update branch switch tags (#45198) @DiegoAndai
|
|
350
|
+
- Fix double redirection to Base UI (#45146) @oliviertassinari
|
|
351
|
+
- Fix corepack and pnpm installation in CircleCI (#45185) @mj12albert
|
|
352
|
+
- Fix typo on Netlify script (#45278) @maximevtush
|
|
353
|
+
- [code-infra] Fix testing library resolution with custom react (#44061) @Janpot
|
|
354
|
+
- [code-infra] Update package layout for better ESM support (#43264) @Janpot
|
|
355
|
+
- Update `@typescript-eslint/*` packages and remove deprecated `eslint-config-airbnb-typescript` package (#45245) @ZeeshanTamboli
|
|
356
|
+
- [docs] Restore utility component docs from MUI Base to Material UI (#45213) @mapache-salvaje
|
|
357
|
+
- [docs] Sync active sponsors (#45204) @oliviertassinari
|
|
358
|
+
- [docs] Fix links in CONTRIBUTING.md (#45202) @bernardobelchior
|
|
359
|
+
- [docs-infra] Point to MUI X next docs (#45207) @cherniavskii
|
|
360
|
+
- [test] Fix React 18 tests (#45161) @DiegoAndai
|
|
361
|
+
|
|
362
|
+
All contributors of this release in alphabetical order: @bernardobelchior, @cherniavskii, @DiegoAndai, @Janpot, @kingflamez, @mapache-salvaje, @mateuseap, @maximevtush, @mj12albert, @noobDev31, @oliviertassinari, @prakhargupta1, @sai6855, @siriwatknp, @ZeeshanTamboli
|
|
363
|
+
|
|
3
364
|
## 7.0.0-alpha.0
|
|
4
365
|
|
|
5
366
|
<!-- generated comparing v6.4.1..master -->
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
type CalendarPickerComponent = (<TDate>(props: CalendarPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
|
|
3
|
-
|
|
3
|
+
propTypes?: any;
|
|
4
4
|
};
|
|
5
5
|
/**
|
|
6
6
|
* @deprecated The CalendarPicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
|
|
@@ -12,4 +12,4 @@ export declare const calendarPickerClasses: {};
|
|
|
12
12
|
export type CalendarPickerClassKey = any;
|
|
13
13
|
export type CalendarPickerClasses = any;
|
|
14
14
|
export type CalendarPickerProps<TDate> = Record<any, any>;
|
|
15
|
-
export type CalendarPickerView = 'year' | 'day' | 'month';
|
|
15
|
+
export type CalendarPickerView = 'year' | 'day' | 'month';
|
|
@@ -1,7 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
1
2
|
'use client';
|
|
2
3
|
|
|
3
4
|
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
4
|
-
|
|
5
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
6
|
+
Object.defineProperty(exports, "__esModule", {
|
|
7
|
+
value: true
|
|
8
|
+
});
|
|
9
|
+
exports.default = exports.calendarPickerClasses = void 0;
|
|
10
|
+
var React = _interopRequireWildcard(require("react"));
|
|
5
11
|
let warnedOnce = false;
|
|
6
12
|
const warn = () => {
|
|
7
13
|
if (!warnedOnce) {
|
|
@@ -17,5 +23,5 @@ const CalendarPicker = /*#__PURE__*/React.forwardRef(function DeprecatedCalendar
|
|
|
17
23
|
warn();
|
|
18
24
|
return null;
|
|
19
25
|
});
|
|
20
|
-
|
|
21
|
-
|
|
26
|
+
var _default = exports.default = CalendarPicker;
|
|
27
|
+
const calendarPickerClasses = exports.calendarPickerClasses = {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from
|
|
2
|
-
export * from
|
|
1
|
+
export { default } from "./CalendarPicker.js";
|
|
2
|
+
export * from "./CalendarPicker.js";
|
package/CalendarPicker/index.js
CHANGED
|
@@ -1,2 +1,25 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
var _exportNames = {};
|
|
8
|
+
Object.defineProperty(exports, "default", {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () {
|
|
11
|
+
return _CalendarPicker.default;
|
|
12
|
+
}
|
|
13
|
+
});
|
|
14
|
+
var _CalendarPicker = _interopRequireWildcard(require("./CalendarPicker"));
|
|
15
|
+
Object.keys(_CalendarPicker).forEach(function (key) {
|
|
16
|
+
if (key === "default" || key === "__esModule") return;
|
|
17
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
18
|
+
if (key in exports && exports[key] === _CalendarPicker[key]) return;
|
|
19
|
+
Object.defineProperty(exports, key, {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function () {
|
|
22
|
+
return _CalendarPicker[key];
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
|
+
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
type CalendarPickerSkeletonComponent = ((props: CalendarPickerSkeletonProps & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
|
|
3
|
-
|
|
3
|
+
propTypes?: any;
|
|
4
4
|
};
|
|
5
5
|
/**
|
|
6
6
|
* @deprecated The CalendarPickerSkeleton component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
|
|
@@ -11,4 +11,4 @@ export default CalendarPickerSkeleton;
|
|
|
11
11
|
export declare const calendarPickerSkeletonClasses: {};
|
|
12
12
|
export declare const getCalendarPickerSkeletonUtilityClass: (slot: string) => string;
|
|
13
13
|
export type CalendarPickerSkeletonProps = Record<any, any>;
|
|
14
|
-
export type CalendarPickerSkeletonClassKey = any;
|
|
14
|
+
export type CalendarPickerSkeletonClassKey = any;
|