@mui/x-tree-view 6.0.0-alpha.1 → 6.0.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +312 -52
- package/README.md +0 -1
- package/TreeItem/index.d.ts +2 -1
- package/TreeItem/index.js +1 -1
- package/index.js +1 -1
- package/legacy/TreeItem/index.js +1 -1
- package/legacy/index.js +1 -1
- package/modern/TreeItem/index.js +1 -1
- package/modern/index.js +1 -1
- package/node/TreeItem/index.js +14 -1
- package/node/index.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,266 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## 6.13.0
|
|
7
|
+
|
|
8
|
+
_Sep 8, 2023_
|
|
9
|
+
|
|
10
|
+
We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
|
|
11
|
+
|
|
12
|
+
- 🎁 Fix `anchorRef` behavior on range pickers (#10077) @LukasTy
|
|
13
|
+
|
|
14
|
+
The range picker popup will now be anchored to the first input element and left aligned like other pickers.
|
|
15
|
+
- 🌍 Improve Slovak (sk-SK) locale on the data grid
|
|
16
|
+
- 🐞 Bugfixes
|
|
17
|
+
- 📚 Documentation improvements
|
|
18
|
+
|
|
19
|
+
### Data Grid
|
|
20
|
+
|
|
21
|
+
#### `@mui/x-data-grid@6.13.0`
|
|
22
|
+
|
|
23
|
+
- [DataGrid] Allow to override the default overlay height in `autoHeight` mode (#10203) @cherniavskii
|
|
24
|
+
- [DataGrid] Allow to override the default row count component in footer (#10063) @hungmanhle
|
|
25
|
+
- [DataGrid] Fix an error when hovering on a row, the background changed to white (#10214) @chucamphong
|
|
26
|
+
- [DataGrid] Fix custom column docs, remove legacy `extendType` (#10175) @oliviertassinari
|
|
27
|
+
- [DataGrid] Make the pinned rows be on top of the no rows overlay (#9986) @DanailH
|
|
28
|
+
- [l10n] Improve Slovak (sk-SK) locale (#10182) @msidlo
|
|
29
|
+
|
|
30
|
+
#### `@mui/x-data-grid-pro@6.13.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
31
|
+
|
|
32
|
+
Same changes as in `@mui/x-data-grid@6.13.0`, plus:
|
|
33
|
+
|
|
34
|
+
- [DataGridPro] Fix column resize with pinned rows (#10229) @cherniavskii
|
|
35
|
+
|
|
36
|
+
#### `@mui/x-data-grid-premium@6.13.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
37
|
+
|
|
38
|
+
Same changes as in `@mui/x-data-grid-pro@6.13.0`, plus:
|
|
39
|
+
|
|
40
|
+
- [DataGridPremium] Fix aggregated column resizing (#10079) @cherniavskii
|
|
41
|
+
|
|
42
|
+
### Date Pickers
|
|
43
|
+
|
|
44
|
+
#### `@mui/x-date-pickers@6.13.0`
|
|
45
|
+
|
|
46
|
+
- [pickers] Respect the adapter locale in `AdapterMoment.getWeekdays` (#10221) @flaviendelangle
|
|
47
|
+
|
|
48
|
+
#### `@mui/x-date-pickers-pro@6.13.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
49
|
+
|
|
50
|
+
Same changes as in `@mui/x-date-pickers@6.13.0`, plus:
|
|
51
|
+
|
|
52
|
+
- [DateRangePicker] Fix `anchorRef` behavior (#10077) @LukasTy
|
|
53
|
+
|
|
54
|
+
### Charts / `@mui/x-charts@6.0.0-alpha.10`
|
|
55
|
+
|
|
56
|
+
- [charts] Remove require condition from package.json exports (#10272) @Janpot
|
|
57
|
+
|
|
58
|
+
### Tree View / `@mui/x-tree-view@6.0.0-alpha.2`
|
|
59
|
+
|
|
60
|
+
- [TreeView] Add missing export (#10245) @flaviendelangle
|
|
61
|
+
|
|
62
|
+
### Docs
|
|
63
|
+
|
|
64
|
+
- [docs] Add a `Getting Started` page for the Tree View (#10218) @flaviendelangle
|
|
65
|
+
- [docs] Add pickers `Custom opening button` page (#10200) @flaviendelangle
|
|
66
|
+
- [docs] Add pie chart demo with a center label (#10220) @giladappsforce
|
|
67
|
+
- [docs] Do not document ignored components (#10258) @flaviendelangle
|
|
68
|
+
- [docs] Fix charts demo using too deep import (#10263) @LukasTy
|
|
69
|
+
- [docs] Fix `e.g.` typo @oliviertassinari
|
|
70
|
+
- [docs] Fix npm package indentation @oliviertassinari
|
|
71
|
+
- [docs] Fix typo in tree view docs @oliviertassinari
|
|
72
|
+
- [docs] Improve the week picker example (#8257) @flaviendelangle
|
|
73
|
+
- [docs] Include code links in the data grid demo (#10219) @cherniavskii
|
|
74
|
+
- [docs] Polish page for SEO (#10216) @oliviertassinari
|
|
75
|
+
- [docs] Use `Base UI` `Portal` for the quick filter recipe (#10188) @DanailH
|
|
76
|
+
|
|
77
|
+
### Core
|
|
78
|
+
|
|
79
|
+
- [core] Finish migration to GA4 @oliviertassinari
|
|
80
|
+
- [core] Fix yarn docs:create-playground script @oliviertassinari
|
|
81
|
+
- [core] Move @mui/base from peer dependency to dependency (#10215) @oliviertassinari
|
|
82
|
+
- [core] Prevent `e.g.` typo (#10193) @oliviertassinari
|
|
83
|
+
- [core] Remove unused `babel-plugin-tester` package (#10243) @LukasTy
|
|
84
|
+
|
|
85
|
+
## 6.12.1
|
|
86
|
+
|
|
87
|
+
_Aug 31, 2023_
|
|
88
|
+
|
|
89
|
+
We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
|
|
90
|
+
|
|
91
|
+
- 🏎️ Perf improvement for line charts
|
|
92
|
+
- 🎁 Add `referenceDate` prop on pickers (#9991) @flaviendelangle
|
|
93
|
+
Find out more about this feature in the [documentation section](https://mui.com/x/react-date-pickers/base-concepts/#reference-date-when-no-value-is-defined).
|
|
94
|
+
- 🐞 Bugfixes
|
|
95
|
+
- 📚 Documentation improvements
|
|
96
|
+
|
|
97
|
+
### Data Grid
|
|
98
|
+
|
|
99
|
+
#### `@mui/x-data-grid@6.12.1`
|
|
100
|
+
|
|
101
|
+
- [DataGrid] Add a recipe showing how to render components outside of the grid (#10121) @DanailH
|
|
102
|
+
- [DataGrid] Fix `valueFormatter` being persisted on column type change (#10041) @cherniavskii
|
|
103
|
+
- [DataGrid] Fix error when keyboard navigating an empty grid (#10081) @romgrk
|
|
104
|
+
- [DataGrid] Replace timeout with `useTimeout` (#10179) @romgrk
|
|
105
|
+
|
|
106
|
+
#### `@mui/x-data-grid-pro@6.12.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
107
|
+
|
|
108
|
+
Same changes as in `@mui/x-data-grid@6.12.1`.
|
|
109
|
+
|
|
110
|
+
#### `@mui/x-data-grid-premium@6.12.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
111
|
+
|
|
112
|
+
Same changes as in `@mui/x-data-grid-pro@6.12.1`.
|
|
113
|
+
|
|
114
|
+
### Date Pickers
|
|
115
|
+
|
|
116
|
+
#### `@mui/x-date-pickers@6.12.1`
|
|
117
|
+
|
|
118
|
+
- [pickers] Add `referenceDate` on picker components (and `DateRangeCalendar`) (#9991) @flaviendelangle
|
|
119
|
+
|
|
120
|
+
#### `@mui/x-date-pickers-pro@6.12.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
121
|
+
|
|
122
|
+
Same changes as in `@mui/x-date-pickers@6.12.1`.
|
|
123
|
+
|
|
124
|
+
### Charts / `@mui/x-charts@6.0.0-alpha.9`
|
|
125
|
+
|
|
126
|
+
- [charts] Move the line item highligh into a dedicated component (#10117) @alexfauquette
|
|
127
|
+
|
|
128
|
+
### Docs
|
|
129
|
+
|
|
130
|
+
- [docs] Add `DemoContainer` and `DemoItem` JSDoc (#10186) @LukasTy
|
|
131
|
+
- [docs] Add link to `custom layout` page (#10184) @LukasTy
|
|
132
|
+
- [docs] Add tree view nav item (#10181) @LukasTy
|
|
133
|
+
- [docs] Fix wrong chart tooltip reference (#10169) @oliviertassinari
|
|
134
|
+
- [docs] Improve chart SEO (#10170) @oliviertassinari
|
|
135
|
+
- [docs] Precise expired license key condition (#10165) @oliviertassinari
|
|
136
|
+
- [docs] Reorganize the page menu (#10139) @alexfauquette
|
|
137
|
+
|
|
138
|
+
### Core
|
|
139
|
+
|
|
140
|
+
- [core] Update babel configs (#9713) @romgrk
|
|
141
|
+
- [test] Disable false positive e2e test on webkit (#10187) @LukasTy
|
|
142
|
+
|
|
143
|
+
## 6.12.0
|
|
144
|
+
|
|
145
|
+
_Aug 25, 2023_
|
|
146
|
+
|
|
147
|
+
We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
|
|
148
|
+
|
|
149
|
+
- 📊 Support horizontal bar chart
|
|
150
|
+
- 💫 Improved animations on Android devices
|
|
151
|
+
- 🌍 Improve Ukrainian (uk-UA) locale on the data grid
|
|
152
|
+
- 🐞 Bugfixes
|
|
153
|
+
- 📚 Documentation improvements
|
|
154
|
+
|
|
155
|
+
### Data Grid
|
|
156
|
+
|
|
157
|
+
#### `@mui/x-data-grid@6.12.0`
|
|
158
|
+
|
|
159
|
+
- [DataGrid] Allow print export for more than 100 rows (#10045) @MBilalShafi
|
|
160
|
+
- [l10n] Improve Ukrainian (uk-UA) locale (#10076) @mkundos
|
|
161
|
+
|
|
162
|
+
#### `@mui/x-data-grid-pro@6.12.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
163
|
+
|
|
164
|
+
Same changes as in `@mui/x-data-grid@6.12.0`.
|
|
165
|
+
|
|
166
|
+
#### `@mui/x-data-grid-premium@6.12.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
167
|
+
|
|
168
|
+
Same changes as in `@mui/x-data-grid-pro@6.12.0`.
|
|
169
|
+
|
|
170
|
+
### Date Pickers
|
|
171
|
+
|
|
172
|
+
#### `@mui/x-date-pickers@6.12.0`
|
|
173
|
+
|
|
174
|
+
- [fields] Do not clamp day of month (#9973) @flaviendelangle
|
|
175
|
+
- [pickers] Fix `ownerState` on `desktopPaper` slot props (#10103) @LukasTy
|
|
176
|
+
- [pickers] Fix to `transform-origin` when popper opens to `top` (#10069) @LukasTy
|
|
177
|
+
- [pickers] Fix `YearCalendar` scrolling (#10135) @LukasTy
|
|
178
|
+
- [pickers] Improve the typing of the adapter `dateWithTimezone` method (#10029) @flaviendelangle
|
|
179
|
+
- [pickers] Make `openPickerButton` toggle picker (#10109) @noraleonte
|
|
180
|
+
- [pickers] Update `reduceAnimations` default rule (#9864) @LukasTy
|
|
181
|
+
|
|
182
|
+
#### `@mui/x-date-pickers-pro@6.12.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
183
|
+
|
|
184
|
+
Same changes as in `@mui/x-date-pickers@6.12.0`.
|
|
185
|
+
|
|
186
|
+
### Charts / `@mui/x-charts@6.0.0-alpha.8`
|
|
187
|
+
|
|
188
|
+
- [charts] Fix import issue (#10111) @alexfauquette
|
|
189
|
+
- [charts] Fix `slotProps` propagation (#10105) @alexfauquette
|
|
190
|
+
- [charts] Support horizontal bar chart (#9992) @alexfauquette
|
|
191
|
+
|
|
192
|
+
### Docs
|
|
193
|
+
|
|
194
|
+
- [docs] Address charts docs feedback (#10119) @alexfauquette
|
|
195
|
+
- [docs] Capitalization convention pickers @oliviertassinari
|
|
196
|
+
- [docs] Fix a11y issue on plan links (#10026) @oliviertassinari
|
|
197
|
+
- [docs] Fix some charts horizontal overflow on mobile devices (#10082) @cupok
|
|
198
|
+
- [docs] Fix typo in quick filter @oliviertassinari
|
|
199
|
+
- [docs] Fix typo in the timezone page (#10073) @flaviendelangle
|
|
200
|
+
|
|
201
|
+
### Core
|
|
202
|
+
|
|
203
|
+
- [core] Bump monorepo (#10129) @LukasTy
|
|
204
|
+
- [core] Document a bit `useLazyRef` @oliviertassinari
|
|
205
|
+
- [core] Enable strict type checking options in the top-level tsconfig (#9925) @cherniavskii
|
|
206
|
+
- [core] Increase global e2e timeout (#10134) @LukasTy
|
|
207
|
+
- [core] Remove outdated link (#10125) @oliviertassinari
|
|
208
|
+
- [core] Update `no-response` workflow (#10102) @DanailH
|
|
209
|
+
|
|
210
|
+
## 6.11.2
|
|
211
|
+
|
|
212
|
+
_Aug 17, 2023_
|
|
213
|
+
|
|
214
|
+
We'd like to offer a big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
|
|
215
|
+
|
|
216
|
+
- 🏎️ Lower the filtering delay in the grid
|
|
217
|
+
- 🌍 Improve Spanish (es-ES) locale on the data grid
|
|
218
|
+
- 🐞 Bugfixes
|
|
219
|
+
- 📚 Documentation improvements
|
|
220
|
+
|
|
221
|
+
### Data Grid
|
|
222
|
+
|
|
223
|
+
#### `@mui/x-data-grid@6.11.2`
|
|
224
|
+
|
|
225
|
+
- [DataGrid] Fix `eval` blocked by CSP (#9863) @romgrk
|
|
226
|
+
- [DataGrid] Fix row id bug (#10051) @romgrk
|
|
227
|
+
- [DataGrid] Honor `disableExport` flag in Print Export (#10044) @MBilalShafi
|
|
228
|
+
- [DataGrid] Lower filter debounce delay (#9712) @romgrk
|
|
229
|
+
- [DataGrid] Unhide potential ref binding issue (#9965) @oliviertassinari
|
|
230
|
+
- [l10n] Improve Chinese (zh-CN) and Chinese(traditional) (zh-TW) locales (#9999) @MyNameIsTakenOMG
|
|
231
|
+
- [l10n] Improve Spanish (es-ES) locale (#10037) @Macampu420
|
|
232
|
+
|
|
233
|
+
#### `@mui/x-data-grid-pro@6.11.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
234
|
+
|
|
235
|
+
Same changes as in `@mui/x-data-grid@6.11.2`.
|
|
236
|
+
|
|
237
|
+
#### `@mui/x-data-grid-premium@6.11.2` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
238
|
+
|
|
239
|
+
Same changes as in `@mui/x-data-grid-pro@6.11.2`.
|
|
240
|
+
|
|
241
|
+
### Date Pickers
|
|
242
|
+
|
|
243
|
+
#### `@mui/x-date-pickers@6.11.2`
|
|
244
|
+
|
|
245
|
+
- [pickers] Fix month switcher RTL (#10003) @alexfauquette
|
|
246
|
+
- [pickers] Follow-up on using device motion reduction preference (#9858) @LukasTy
|
|
247
|
+
- [pickers] Pass the shortcut information in the `onChange` context (#9985) @flaviendelangle
|
|
248
|
+
- [pickers] Replace `Grid` toolbar component with a styled `div` (#10052) @LukasTy
|
|
249
|
+
|
|
250
|
+
#### `@mui/x-date-pickers-pro@6.11.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
251
|
+
|
|
252
|
+
Same changes as in `@mui/x-date-pickers@6.11.2`.
|
|
253
|
+
|
|
254
|
+
### Docs
|
|
255
|
+
|
|
256
|
+
- [docs] Add migration guide for the Tree View (#9987) @flaviendelangle
|
|
257
|
+
- [docs] Fix en-US changelog @oliviertassinari
|
|
258
|
+
- [docs] Update column types (#10040) @romgrk
|
|
259
|
+
|
|
260
|
+
### Core
|
|
261
|
+
|
|
262
|
+
- [core] Remove unnecessary Box (#9831) @oliviertassinari
|
|
263
|
+
- [core] Set GitHub Action top level permission @oliviertassinari
|
|
264
|
+
- [core] Split the pickers test utils (#9976) @flaviendelangle
|
|
265
|
+
|
|
6
266
|
## 6.11.1
|
|
7
267
|
|
|
8
268
|
_Aug 11, 2023_
|
|
@@ -21,11 +281,11 @@ We'd like to offer a big thanks to the 8 contributors who made this release poss
|
|
|
21
281
|
|
|
22
282
|
- [DataGrid] `getCellAggregationResult`: Handle `null` `rowNode` case (#9915) @romgrk
|
|
23
283
|
|
|
24
|
-
#### `@mui/x-data-grid-pro@6.11.1` [](https://mui.com/r/x-pro-svg-link)
|
|
284
|
+
#### `@mui/x-data-grid-pro@6.11.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
25
285
|
|
|
26
286
|
Same changes as in `@mui/x-data-grid@6.11.1`.
|
|
27
287
|
|
|
28
|
-
#### `@mui/x-data-grid-premium@6.11.1` [](https://mui.com/r/x-premium-svg-link)
|
|
288
|
+
#### `@mui/x-data-grid-premium@6.11.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
29
289
|
|
|
30
290
|
Same changes as in `@mui/x-data-grid-pro@6.11.1`.
|
|
31
291
|
|
|
@@ -40,11 +300,11 @@ Same changes as in `@mui/x-data-grid-pro@6.11.1`.
|
|
|
40
300
|
- [l10n] Improve Finnish (fi-FI) locale (#9795) @kurkle
|
|
41
301
|
- [l10n] Improve Icelandic (is-IS) locale (#9639) @magnimarels
|
|
42
302
|
|
|
43
|
-
#### `@mui/x-date-pickers-pro@6.11.1` [](https://mui.com/r/x-pro-svg-link)
|
|
303
|
+
#### `@mui/x-date-pickers-pro@6.11.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
44
304
|
|
|
45
305
|
Same changes as in `@mui/x-date-pickers@6.11.1`.
|
|
46
306
|
|
|
47
|
-
### Charts / `@mui/x-charts@
|
|
307
|
+
### Charts / `@mui/x-charts@6.0.0-alpha.7`
|
|
48
308
|
|
|
49
309
|
- [charts] Fix label and tick alignment (#9952) @LukasTy
|
|
50
310
|
- [charts] Remove not functional component `styleOverrides` (#9996) @LukasTy
|
|
@@ -52,7 +312,7 @@ Same changes as in `@mui/x-date-pickers@6.11.1`.
|
|
|
52
312
|
- [charts] Use `slot`/`slotProps` for customization (#9744) @alexfauquette
|
|
53
313
|
- [charts] Extend cheerful fiesta palette (#9980) @noraleonte
|
|
54
314
|
|
|
55
|
-
### Tree View / `@mui/x-tree-view@
|
|
315
|
+
### Tree View / `@mui/x-tree-view@6.0.0-alpha.1`
|
|
56
316
|
|
|
57
317
|
- [TreeView] Add theme augmentation (#9967) @flaviendelangle
|
|
58
318
|
|
|
@@ -82,7 +342,7 @@ We'd like to offer a big thanks to the 12 contributors who made this release pos
|
|
|
82
342
|
|
|
83
343
|
### Data Grid
|
|
84
344
|
|
|
85
|
-
#### `@mui/x-data-grid@
|
|
345
|
+
#### `@mui/x-data-grid@6.11.0`
|
|
86
346
|
|
|
87
347
|
- [DataGrid] Add `ariaV7` experimental flag (#9496) @cherniavskii
|
|
88
348
|
- [DataGrid] Fix cell size when column width is set to `undefined` (#9871) @gitstart
|
|
@@ -90,17 +350,17 @@ We'd like to offer a big thanks to the 12 contributors who made this release pos
|
|
|
90
350
|
- [l10n] Improve Finnish (fi-FI) locale (#9848) @sambbaahh
|
|
91
351
|
- [l10n] Improve Italian (it-IT) locale (#9627) @fabio-rizzello-omnia
|
|
92
352
|
|
|
93
|
-
#### `@mui/x-data-grid-pro@
|
|
353
|
+
#### `@mui/x-data-grid-pro@6.11.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
94
354
|
|
|
95
|
-
Same changes as in `@mui/x-data-grid@
|
|
355
|
+
Same changes as in `@mui/x-data-grid@6.11.0`.
|
|
96
356
|
|
|
97
|
-
#### `@mui/x-data-grid-premium@
|
|
357
|
+
#### `@mui/x-data-grid-premium@6.11.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
98
358
|
|
|
99
|
-
Same changes as in `@mui/x-data-grid-pro@
|
|
359
|
+
Same changes as in `@mui/x-data-grid-pro@6.11.0`.
|
|
100
360
|
|
|
101
361
|
### Date Pickers
|
|
102
362
|
|
|
103
|
-
#### `@mui/x-date-pickers@
|
|
363
|
+
#### `@mui/x-date-pickers@6.11.0`
|
|
104
364
|
|
|
105
365
|
- [fields] Correctly handle events with a complete value insertion (#9896) @LukasTy
|
|
106
366
|
- [fields] Fix hours editing on dayjs with timezone and DST (#9901) @flaviendelangle
|
|
@@ -113,18 +373,18 @@ Same changes as in `@mui/x-data-grid-pro@v6.11.0`.
|
|
|
113
373
|
- [pickers] Fix offset management on dayjs adapter (#9884) @flaviendelangle
|
|
114
374
|
- [pickers] Use device motion reduction preference (#9823) @LukasTy
|
|
115
375
|
|
|
116
|
-
#### `@mui/x-date-pickers-pro@
|
|
376
|
+
#### `@mui/x-date-pickers-pro@6.11.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
117
377
|
|
|
118
|
-
Same changes as in `@mui/x-date-pickers@
|
|
378
|
+
Same changes as in `@mui/x-date-pickers@6.11.0`.
|
|
119
379
|
|
|
120
|
-
### Charts / `@mui/x-charts@
|
|
380
|
+
### Charts / `@mui/x-charts@6.0.0-alpha.6`
|
|
121
381
|
|
|
122
382
|
- [charts] Add TS definition to the exported elements (#9885) @alexfauquette
|
|
123
383
|
- [charts] Add sparkline (#9662) @alexfauquette
|
|
124
384
|
- [charts] Fix missing configuration types (#9886) @alexfauquette
|
|
125
385
|
- [charts] Introduce dataset to simplify plot of data from API (#9774) @alexfauquette
|
|
126
386
|
|
|
127
|
-
### Tree View / `@mui/x-tree-view@
|
|
387
|
+
### Tree View / `@mui/x-tree-view@6.0.0-alpha.0`
|
|
128
388
|
|
|
129
389
|
- [TreeView] Add missing exported types (#9862) @flaviendelangle
|
|
130
390
|
- [TreeView] Add tree view to changelog generator script (#9903) @MBilalShafi
|
|
@@ -169,34 +429,34 @@ We'd like to offer a big thanks to the 13 contributors who made this release pos
|
|
|
169
429
|
|
|
170
430
|
### Data Grid
|
|
171
431
|
|
|
172
|
-
#### `@mui/x-data-grid@
|
|
432
|
+
#### `@mui/x-data-grid@6.10.2`
|
|
173
433
|
|
|
174
434
|
- [DataGrid] Fix quick filter & aggregation error (#9729) @romgrk
|
|
175
435
|
- [DataGrid] Fix row click propagation causing error in nested grid (#9741) @cherniavskii
|
|
176
436
|
- [DataGrid] Keep focused cell in the DOM (#7357) @yaredtsy
|
|
177
437
|
- [l10n] Improve Finnish (fi-FI) locale (#9746) @sambbaahh
|
|
178
438
|
|
|
179
|
-
#### `@mui/x-data-grid-pro@
|
|
439
|
+
#### `@mui/x-data-grid-pro@6.10.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
180
440
|
|
|
181
|
-
Same changes as in `@mui/x-data-grid@
|
|
441
|
+
Same changes as in `@mui/x-data-grid@6.10.2`.
|
|
182
442
|
|
|
183
|
-
#### `@mui/x-data-grid-premium@
|
|
443
|
+
#### `@mui/x-data-grid-premium@6.10.2` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
184
444
|
|
|
185
|
-
Same changes as in `@mui/x-data-grid-pro@
|
|
445
|
+
Same changes as in `@mui/x-data-grid-pro@6.10.2`, plus:
|
|
186
446
|
|
|
187
447
|
- [DataGridPremium] Allow to customize grouping cell offset (#9417) @cherniavskii
|
|
188
448
|
|
|
189
449
|
### Date Pickers
|
|
190
450
|
|
|
191
|
-
#### `@mui/x-date-pickers@
|
|
451
|
+
#### `@mui/x-date-pickers@6.10.2`
|
|
192
452
|
|
|
193
453
|
- [pickers] Remove the `endOfDate` from `DigitalClock` timeOptions (#9800) @noraleonte
|
|
194
454
|
|
|
195
|
-
#### `@mui/x-date-pickers-pro@
|
|
455
|
+
#### `@mui/x-date-pickers-pro@6.10.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
196
456
|
|
|
197
|
-
Same changes as in `@mui/x-date-pickers@
|
|
457
|
+
Same changes as in `@mui/x-date-pickers@6.10.2`.
|
|
198
458
|
|
|
199
|
-
### Charts / `@mui/x-charts@
|
|
459
|
+
### Charts / `@mui/x-charts@6.0.0-alpha.5`
|
|
200
460
|
|
|
201
461
|
- [charts] Improve JSDoc for axis-related props (#9779) @flaviendelangle
|
|
202
462
|
- [charts] Improve performances of Scatter component (#9527) @flaviendelangle
|
|
@@ -234,7 +494,7 @@ We'd like to offer a big thanks to the 11 contributors who made this release pos
|
|
|
234
494
|
|
|
235
495
|
### Data Grid
|
|
236
496
|
|
|
237
|
-
#### `@mui/x-data-grid@
|
|
497
|
+
#### `@mui/x-data-grid@6.10.1`
|
|
238
498
|
|
|
239
499
|
- [DataGrid] Filtering performance: compile filter applier with `eval` (#9635) @romgrk
|
|
240
500
|
- [DataGrid] Fix CSV export for values containing double quotes (#9667) @cherniavskii
|
|
@@ -244,29 +504,29 @@ We'd like to offer a big thanks to the 11 contributors who made this release pos
|
|
|
244
504
|
- [DataGrid] Update focused cell on page change via keyboard (#9203) @m4theushw
|
|
245
505
|
- [DataGrid] Wait for remote stylesheets to load before print (#9665) @cherniavskii
|
|
246
506
|
|
|
247
|
-
#### `@mui/x-data-grid-pro@
|
|
507
|
+
#### `@mui/x-data-grid-pro@6.10.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
248
508
|
|
|
249
|
-
Same changes as in `@mui/x-data-grid@
|
|
509
|
+
Same changes as in `@mui/x-data-grid@6.10.1`, plus:
|
|
250
510
|
|
|
251
511
|
- [DataGridPro] Improve tree data performance (#9682) @cherniavskii
|
|
252
512
|
- [DataGridPro] Prevent affecting cells from child DataGrid when resizing a column (#9670) @m4theushw
|
|
253
513
|
|
|
254
|
-
#### `@mui/x-data-grid-premium@
|
|
514
|
+
#### `@mui/x-data-grid-premium@6.10.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
255
515
|
|
|
256
|
-
Same changes as in `@mui/x-data-grid-pro@
|
|
516
|
+
Same changes as in `@mui/x-data-grid-pro@6.10.1`.
|
|
257
517
|
|
|
258
518
|
### Date Pickers
|
|
259
519
|
|
|
260
|
-
#### `@mui/x-date-pickers@
|
|
520
|
+
#### `@mui/x-date-pickers@6.10.1`
|
|
261
521
|
|
|
262
522
|
- [fields] Fix `format` and `value` update order (#9715) @LukasTy
|
|
263
523
|
- [pickers] Remove `require` usage in comment (#9675) @LukasTy
|
|
264
524
|
|
|
265
|
-
#### `@mui/x-date-pickers-pro@
|
|
525
|
+
#### `@mui/x-date-pickers-pro@6.10.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
266
526
|
|
|
267
|
-
Same changes as in `@mui/x-date-pickers@
|
|
527
|
+
Same changes as in `@mui/x-date-pickers@6.10.1`.
|
|
268
528
|
|
|
269
|
-
### Charts / `@mui/x-charts@
|
|
529
|
+
### Charts / `@mui/x-charts@6.0.0-alpha.4`
|
|
270
530
|
|
|
271
531
|
- [charts] Fix blinking in responsive charts and extremums computation for line charts (#9734) @alexfauquette
|
|
272
532
|
- [charts] Use ESM with imports (#9645) @alexfauquette
|
|
@@ -313,11 +573,11 @@ We'd like to offer a big thanks to the 10 contributors who made this release pos
|
|
|
313
573
|
- [DataGrid] Make `rowExpansionChange` event public (#9611) @MBilalShafi
|
|
314
574
|
- [l10n] Improve Polish (pl-PL) locale (#9625) @ch1llysense
|
|
315
575
|
|
|
316
|
-
#### `@mui/x-data-grid-pro@6.10.0` [](https://mui.com/r/x-pro-svg-link)
|
|
576
|
+
#### `@mui/x-data-grid-pro@6.10.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
317
577
|
|
|
318
578
|
Same changes as in `@mui/x-data-grid@6.10.0`.
|
|
319
579
|
|
|
320
|
-
#### `@mui/x-data-grid-premium@6.10.0` [](https://mui.com/r/x-premium-svg-link)
|
|
580
|
+
#### `@mui/x-data-grid-premium@6.10.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
321
581
|
|
|
322
582
|
Same changes as in `@mui/x-data-grid-pro@6.10.0`.
|
|
323
583
|
|
|
@@ -328,7 +588,7 @@ Same changes as in `@mui/x-data-grid-pro@6.10.0`.
|
|
|
328
588
|
- [pickers] Fix date calendar issues (#9652) @LukasTy
|
|
329
589
|
- [l10n] Improve Norwegian (nb-NO) locale (#9608) @JosteinBrevik
|
|
330
590
|
|
|
331
|
-
#### `@mui/x-date-pickers-pro@6.10.0` [](https://mui.com/r/x-pro-svg-link)
|
|
591
|
+
#### `@mui/x-date-pickers-pro@6.10.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
332
592
|
|
|
333
593
|
Same changes as in `@mui/x-date-pickers@6.10.0`.
|
|
334
594
|
|
|
@@ -381,11 +641,11 @@ We'd like to offer a big thanks to the 11 contributors who made this release pos
|
|
|
381
641
|
- [DataGrid] Correctly reflect `TablePagination`'s `rowsPerPageOptions` shape to `pageSizeOptions` (#9438) @burakkgunduzz
|
|
382
642
|
- [l10n] Improve Spanish (es-ES) locale (#9500) @fufex
|
|
383
643
|
|
|
384
|
-
#### `@mui/x-data-grid-pro@6.9.2` [](https://mui.com/r/x-pro-svg-link)
|
|
644
|
+
#### `@mui/x-data-grid-pro@6.9.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
385
645
|
|
|
386
646
|
Same changes as in `@mui/x-data-grid@6.9.2`.
|
|
387
647
|
|
|
388
|
-
#### `@mui/x-data-grid-premium@6.9.2` [](https://mui.com/r/x-premium-svg-link)
|
|
648
|
+
#### `@mui/x-data-grid-premium@6.9.2` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
389
649
|
|
|
390
650
|
Same changes as in `@mui/x-data-grid-pro@6.9.2`, plus:
|
|
391
651
|
|
|
@@ -398,7 +658,7 @@ Same changes as in `@mui/x-data-grid-pro@6.9.2`, plus:
|
|
|
398
658
|
- [pickers] Forward digital clock classes (#9555) @YoonjiJang
|
|
399
659
|
- [pickers] Rename `internal` folder to `internals` on `@mui/x-date-picker-pro` (#9571) @flaviendelangle
|
|
400
660
|
|
|
401
|
-
#### `@mui/x-date-pickers-pro@6.9.2` [](https://mui.com/r/x-pro-svg-link)
|
|
661
|
+
#### `@mui/x-date-pickers-pro@6.9.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
402
662
|
|
|
403
663
|
Same changes as in `@mui/x-date-pickers@6.9.2`.
|
|
404
664
|
|
|
@@ -446,14 +706,14 @@ We'd like to offer a big thanks to the 13 contributors who made this release pos
|
|
|
446
706
|
- [DataGrid] Fix `Maximum call stack size exceeded` error when using fractional width (#9516) @cherniavskii
|
|
447
707
|
- [l10n] Improve Romanian (ro-RO) and Hungarian (hu-HU) translations (#9436) @noraleonte
|
|
448
708
|
|
|
449
|
-
#### `@mui/x-data-grid-pro@6.9.1` [](https://mui.com/r/x-pro-svg-link)
|
|
709
|
+
#### `@mui/x-data-grid-pro@6.9.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
450
710
|
|
|
451
711
|
Same changes as in `@mui/x-data-grid@6.9.1`, plus:
|
|
452
712
|
|
|
453
713
|
- [DataGridPro] Don't throw error in column pinning (#9507) @romgrk
|
|
454
714
|
- [DataGridPro] Fix bug with `checkboxSelection` and treeData/grouping (#9418) @romgrk
|
|
455
715
|
|
|
456
|
-
#### `@mui/x-data-grid-premium@6.9.1` [](https://mui.com/r/x-premium-svg-link)
|
|
716
|
+
#### `@mui/x-data-grid-premium@6.9.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
457
717
|
|
|
458
718
|
Same changes as in `@mui/x-data-grid-pro@6.9.1`.
|
|
459
719
|
|
|
@@ -467,7 +727,7 @@ Same changes as in `@mui/x-data-grid-pro@6.9.1`.
|
|
|
467
727
|
- [l10n] Add Chinese (Hong Kong) (zh-HK) locale (#9468) @samchiu90
|
|
468
728
|
- [l10n] Improve Romanian (ro-RO) translations (#9436) @noraleonte
|
|
469
729
|
|
|
470
|
-
#### `@mui/x-date-pickers-pro@6.9.1` [](https://mui.com/r/x-pro-svg-link)
|
|
730
|
+
#### `@mui/x-date-pickers-pro@6.9.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
471
731
|
|
|
472
732
|
Same changes as in `@mui/x-date-pickers@6.9.1`.
|
|
473
733
|
|
|
@@ -531,11 +791,11 @@ We'd like to offer a big thanks to the 11 contributors who made this release pos
|
|
|
531
791
|
- [DataGrid] Use container dimensions from `getComputedStyle` (#9236) @m4theushw
|
|
532
792
|
- [l10n] Improve Brazilian Portuguese (pt-BR) locale (#9404) @julioAz
|
|
533
793
|
|
|
534
|
-
#### `@mui/x-data-grid-pro@6.9.0` [](https://mui.com/r/x-pro-svg-link)
|
|
794
|
+
#### `@mui/x-data-grid-pro@6.9.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
535
795
|
|
|
536
796
|
Same changes as in `@mui/x-data-grid@6.9.0`.
|
|
537
797
|
|
|
538
|
-
#### `@mui/x-data-grid-premium@6.9.0` [](https://mui.com/r/x-premium-svg-link)
|
|
798
|
+
#### `@mui/x-data-grid-premium@6.9.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
539
799
|
|
|
540
800
|
Same changes as in `@mui/x-data-grid-pro@6.9.0`.
|
|
541
801
|
|
|
@@ -551,7 +811,7 @@ Same changes as in `@mui/x-data-grid-pro@6.9.0`.
|
|
|
551
811
|
- [pickers] Reduce date range calendar vertical border width (#9368) @oliviertassinari
|
|
552
812
|
- [pickers] Reset fields internal state when pasting value (#9385) @alexfauquette
|
|
553
813
|
|
|
554
|
-
#### `@mui/x-date-pickers-pro@6.9.0` [](https://mui.com/r/x-pro-svg-link)
|
|
814
|
+
#### `@mui/x-date-pickers-pro@6.9.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
555
815
|
|
|
556
816
|
Same changes as in `@mui/x-date-pickers@6.9.0`.
|
|
557
817
|
|
|
@@ -607,11 +867,11 @@ We'd like to offer a big thanks to the 13 contributors who made this release pos
|
|
|
607
867
|
- [DataGrid] Scroll performance improvements (#9037) @romgrk
|
|
608
868
|
- [l10n] Improve Greek (el-GR) locale (#9292) @clytras
|
|
609
869
|
|
|
610
|
-
#### `@mui/x-data-grid-pro@6.8.0` [](https://mui.com/r/x-pro-svg-link)
|
|
870
|
+
#### `@mui/x-data-grid-pro@6.8.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
611
871
|
|
|
612
872
|
Same changes as in `@mui/x-data-grid@6.8.0`.
|
|
613
873
|
|
|
614
|
-
#### `@mui/x-data-grid-premium@6.8.0` [](https://mui.com/r/x-premium-svg-link)
|
|
874
|
+
#### `@mui/x-data-grid-premium@6.8.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
615
875
|
|
|
616
876
|
Same changes as in `@mui/x-data-grid-pro@6.8.0`.
|
|
617
877
|
|
|
@@ -624,7 +884,7 @@ Same changes as in `@mui/x-data-grid-pro@6.8.0`.
|
|
|
624
884
|
- [pickers] Close the calendar when a shortcut is selected (#9080) @flaviendelangle
|
|
625
885
|
- [pickers] Fix disabling for digital clock (#9300) @alexfauquette
|
|
626
886
|
|
|
627
|
-
#### `@mui/x-date-pickers-pro@6.8.0` [](https://mui.com/r/x-pro-svg-link)
|
|
887
|
+
#### `@mui/x-date-pickers-pro@6.8.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
628
888
|
|
|
629
889
|
Same changes as in `@mui/x-date-pickers@6.8.0`.
|
|
630
890
|
|
|
@@ -700,13 +960,13 @@ We'd like to offer a big thanks to the 12 contributors who made this release pos
|
|
|
700
960
|
- [l10n] Improve German (de-DE) locale (#9259) @ximex
|
|
701
961
|
- [l10n] Improve Turkish (tr-TR) locale (#9237) @MCErtan
|
|
702
962
|
|
|
703
|
-
#### `@mui/x-data-grid-pro@6.7.0` [](https://mui.com/r/x-pro-svg-link)
|
|
963
|
+
#### `@mui/x-data-grid-pro@6.7.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
704
964
|
|
|
705
965
|
Same changes as in `@mui/x-data-grid@6.7.0`, plus:
|
|
706
966
|
|
|
707
967
|
- [DataGridPro] Improve header filter menu visuals (#9181) @MBilalShafi
|
|
708
968
|
|
|
709
|
-
#### `@mui/x-data-grid-premium@6.7.0` [](https://mui.com/r/x-premium-svg-link)
|
|
969
|
+
#### `@mui/x-data-grid-premium@6.7.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
710
970
|
|
|
711
971
|
Same changes as in `@mui/x-data-grid-pro@6.7.0`, plus:
|
|
712
972
|
|
|
@@ -720,7 +980,7 @@ Same changes as in `@mui/x-data-grid-pro@6.7.0`, plus:
|
|
|
720
980
|
- [l10n] Improve German (de-DE) locale (#9258) @ximex
|
|
721
981
|
- [pickers] Apply dynamic default format depending on views for all desktop and mobile pickers (#9126) @flaviendelangle
|
|
722
982
|
|
|
723
|
-
#### `@mui/x-date-pickers-pro@6.7.0` [](https://mui.com/r/x-pro-svg-link)
|
|
983
|
+
#### `@mui/x-date-pickers-pro@6.7.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
724
984
|
|
|
725
985
|
Same changes as in `@mui/x-date-pickers@6.7.0`, plus:
|
|
726
986
|
|
|
@@ -2872,7 +3132,7 @@ We'd like to offer a big thanks to the 8 contributors who made this release poss
|
|
|
2872
3132
|
|
|
2873
3133
|
#### Changes
|
|
2874
3134
|
|
|
2875
|
-
- [DateRangePicker] Fix input focused style and mobile
|
|
3135
|
+
- [DateRangePicker] Fix input focused style and mobile behavior (#6645) @LukasTy
|
|
2876
3136
|
- [fields] Update sections when the locale changes (#6649) @flaviendelangle
|
|
2877
3137
|
- [pickers] Add Ukrainian (uk-UA) locale (#6661) @Dufran
|
|
2878
3138
|
- [pickers] Allow non-controlled usage of the calendar components (#6643) @flaviendelangle
|
package/README.md
CHANGED
package/TreeItem/index.d.ts
CHANGED
|
@@ -2,4 +2,5 @@ export * from './TreeItem';
|
|
|
2
2
|
export type { TreeItemProps } from './TreeItem.types';
|
|
3
3
|
export * from './useTreeItem';
|
|
4
4
|
export * from './treeItemClasses';
|
|
5
|
-
export
|
|
5
|
+
export { TreeItemContent } from './TreeItemContent';
|
|
6
|
+
export type { TreeItemContentProps, TreeItemContentClassKey } from './TreeItemContent';
|
package/TreeItem/index.js
CHANGED
package/index.js
CHANGED
package/legacy/TreeItem/index.js
CHANGED
package/legacy/index.js
CHANGED
package/modern/TreeItem/index.js
CHANGED
package/modern/index.js
CHANGED
package/node/TreeItem/index.js
CHANGED
|
@@ -3,9 +3,19 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
+
var _exportNames = {
|
|
7
|
+
TreeItemContent: true
|
|
8
|
+
};
|
|
9
|
+
Object.defineProperty(exports, "TreeItemContent", {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function () {
|
|
12
|
+
return _TreeItemContent.TreeItemContent;
|
|
13
|
+
}
|
|
14
|
+
});
|
|
6
15
|
var _TreeItem = require("./TreeItem");
|
|
7
16
|
Object.keys(_TreeItem).forEach(function (key) {
|
|
8
17
|
if (key === "default" || key === "__esModule") return;
|
|
18
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
9
19
|
if (key in exports && exports[key] === _TreeItem[key]) return;
|
|
10
20
|
Object.defineProperty(exports, key, {
|
|
11
21
|
enumerable: true,
|
|
@@ -17,6 +27,7 @@ Object.keys(_TreeItem).forEach(function (key) {
|
|
|
17
27
|
var _useTreeItem = require("./useTreeItem");
|
|
18
28
|
Object.keys(_useTreeItem).forEach(function (key) {
|
|
19
29
|
if (key === "default" || key === "__esModule") return;
|
|
30
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
20
31
|
if (key in exports && exports[key] === _useTreeItem[key]) return;
|
|
21
32
|
Object.defineProperty(exports, key, {
|
|
22
33
|
enumerable: true,
|
|
@@ -28,6 +39,7 @@ Object.keys(_useTreeItem).forEach(function (key) {
|
|
|
28
39
|
var _treeItemClasses = require("./treeItemClasses");
|
|
29
40
|
Object.keys(_treeItemClasses).forEach(function (key) {
|
|
30
41
|
if (key === "default" || key === "__esModule") return;
|
|
42
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
31
43
|
if (key in exports && exports[key] === _treeItemClasses[key]) return;
|
|
32
44
|
Object.defineProperty(exports, key, {
|
|
33
45
|
enumerable: true,
|
|
@@ -35,4 +47,5 @@ Object.keys(_treeItemClasses).forEach(function (key) {
|
|
|
35
47
|
return _treeItemClasses[key];
|
|
36
48
|
}
|
|
37
49
|
});
|
|
38
|
-
});
|
|
50
|
+
});
|
|
51
|
+
var _TreeItemContent = require("./TreeItemContent");
|
package/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-tree-view",
|
|
3
|
-
"version": "6.0.0-alpha.
|
|
3
|
+
"version": "6.0.0-alpha.2",
|
|
4
4
|
"description": "The community edition of the tree view components (MUI X).",
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"main": "./node/index.js",
|
|
@@ -31,8 +31,9 @@
|
|
|
31
31
|
"directory": "packages/x-tree-view"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@babel/runtime": "^7.22.
|
|
35
|
-
"@mui/
|
|
34
|
+
"@babel/runtime": "^7.22.15",
|
|
35
|
+
"@mui/base": "^5.0.0-alpha.87",
|
|
36
|
+
"@mui/utils": "^5.14.7",
|
|
36
37
|
"@types/react-transition-group": "^4.4.6",
|
|
37
38
|
"clsx": "^2.0.0",
|
|
38
39
|
"prop-types": "^15.8.1",
|
|
@@ -41,7 +42,6 @@
|
|
|
41
42
|
"peerDependencies": {
|
|
42
43
|
"@emotion/react": "^11.9.0",
|
|
43
44
|
"@emotion/styled": "^11.8.1",
|
|
44
|
-
"@mui/base": "^5.0.0-alpha.87",
|
|
45
45
|
"@mui/material": "^5.8.6",
|
|
46
46
|
"@mui/system": "^5.8.0",
|
|
47
47
|
"react": "^17.0.0 || ^18.0.0",
|