@mui/x-tree-view-pro 7.28.1 → 7.29.1
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 +240 -0
- package/index.js +1 -1
- package/internals/plugins/useTreeViewItemsReordering/useTreeViewItemsReordering.js +16 -8
- package/internals/plugins/useTreeViewItemsReordering/useTreeViewItemsReordering.types.d.ts +2 -1
- package/internals/utils/releaseInfo.js +1 -1
- package/modern/index.js +1 -1
- package/modern/internals/plugins/useTreeViewItemsReordering/useTreeViewItemsReordering.js +16 -8
- package/modern/internals/utils/releaseInfo.js +1 -1
- package/node/index.js +1 -1
- package/node/internals/plugins/useTreeViewItemsReordering/useTreeViewItemsReordering.js +16 -8
- package/node/internals/utils/releaseInfo.js +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,246 @@
|
|
|
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
|
+
## 7.29.1
|
|
7
|
+
|
|
8
|
+
_Apr 23, 2025_
|
|
9
|
+
|
|
10
|
+
We'd like to offer a big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
|
|
11
|
+
|
|
12
|
+
- 🐞 Bugfixes
|
|
13
|
+
|
|
14
|
+
Special thanks go out to the community contributors who have helped make this release possible:
|
|
15
|
+
@lhilgert9
|
|
16
|
+
|
|
17
|
+
Following are all team members who have contributed to this release:
|
|
18
|
+
@arminmeh, @cherniavskii, @flaviendelangle, @LukasTy, @romgrk.
|
|
19
|
+
|
|
20
|
+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
|
|
21
|
+
|
|
22
|
+
### Data Grid
|
|
23
|
+
|
|
24
|
+
#### `@mui/x-data-grid@7.29.1`
|
|
25
|
+
|
|
26
|
+
- [DataGrid] Prevent scrollbars from showing on top (#17410) @romgrk
|
|
27
|
+
|
|
28
|
+
#### `@mui/x-data-grid-pro@7.29.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
29
|
+
|
|
30
|
+
Same changes as in `@mui/x-data-grid@7.29.1`, plus:
|
|
31
|
+
|
|
32
|
+
- [DataGridPro] Avoid proptypes warnings with header filters in React 17 (#17492) @cherniavskii
|
|
33
|
+
- [DataGridPro] Fix expandable rows detail content height updates (#17509) @arminmeh
|
|
34
|
+
- [DataGridPro] Fix row virtualization not working in list view (#17404) @cherniavskii
|
|
35
|
+
- [DataGridPro] Move locales re-export to allow proper tree shaking (#17438) @lhilgert9
|
|
36
|
+
|
|
37
|
+
#### `@mui/x-data-grid-premium@7.29.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
38
|
+
|
|
39
|
+
Same changes as in `@mui/x-data-grid-pro@7.29.1`, plus:
|
|
40
|
+
|
|
41
|
+
- [DataGridPremium] Use `groupingValueGetter` for row grouping on the server (#17423) @cherniavskii
|
|
42
|
+
|
|
43
|
+
### Date and Time Pickers
|
|
44
|
+
|
|
45
|
+
#### `@mui/x-date-pickers@7.29.1`
|
|
46
|
+
|
|
47
|
+
Internal changes.
|
|
48
|
+
|
|
49
|
+
#### `@mui/x-date-pickers-pro@7.29.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
50
|
+
|
|
51
|
+
Same changes as in `@mui/x-date-pickers@7.29.1`.
|
|
52
|
+
|
|
53
|
+
### Charts
|
|
54
|
+
|
|
55
|
+
#### `@mui/x-charts@7.29.1`
|
|
56
|
+
|
|
57
|
+
Internal changes.
|
|
58
|
+
|
|
59
|
+
#### `@mui/x-charts-pro@7.29.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
60
|
+
|
|
61
|
+
Same changes as in `@mui/x-charts@7.29.1`.
|
|
62
|
+
|
|
63
|
+
### Tree View
|
|
64
|
+
|
|
65
|
+
#### `@mui/x-tree-view@7.29.1`
|
|
66
|
+
|
|
67
|
+
Internal changes.
|
|
68
|
+
|
|
69
|
+
#### `@mui/x-tree-view-pro@7.29.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
70
|
+
|
|
71
|
+
Same changes as in `@mui/x-tree-view@7.29.1`, plus:
|
|
72
|
+
|
|
73
|
+
- [RichTreeViewPro] Fix drag and drop issue with label editing (#17415) @flaviendelangle
|
|
74
|
+
|
|
75
|
+
### Docs
|
|
76
|
+
|
|
77
|
+
- [docs] Use MUI X v7 packages in CodeSandbox and StackBlitz (#17516) @cherniavskii
|
|
78
|
+
|
|
79
|
+
### Core
|
|
80
|
+
|
|
81
|
+
- [core] Bump monorepo (#17437) @LukasTy
|
|
82
|
+
|
|
83
|
+
## 7.29.0
|
|
84
|
+
|
|
85
|
+
_Apr 16, 2025_
|
|
86
|
+
|
|
87
|
+
We'd like to offer a big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
|
|
88
|
+
|
|
89
|
+
- 🐞 Bugfixes
|
|
90
|
+
- 🌍 Improve Hebrew (he-IL), Polish (pl-PL), and Swedish (sv-SE) locales on the Data Grid
|
|
91
|
+
- 🌍 Improve Czech (cs-CZ) and Slovak (sk-SK) locales on the Date and Time Pickers
|
|
92
|
+
|
|
93
|
+
Special thanks go out to the community contributors who have helped make this release possible:
|
|
94
|
+
@lubka272, @ptuukkan, @iddan, @sofortdagmbh
|
|
95
|
+
|
|
96
|
+
Following are all team members who have contributed to this release:
|
|
97
|
+
@michelengelen, @oliviertassinari, @michelengelen, @LukasTy.
|
|
98
|
+
|
|
99
|
+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
|
|
100
|
+
|
|
101
|
+
### Data Grid
|
|
102
|
+
|
|
103
|
+
#### `@mui/x-data-grid@7.29.0`
|
|
104
|
+
|
|
105
|
+
- [l10n] Improve Swedish (sv-SE) locale (#17306) @ptuukkan
|
|
106
|
+
- [l10n] Improve Hebrew (he-IL) locale (#16516) @iddan
|
|
107
|
+
- [l10n] Improve Polish (pl-PL) locale (#17306) @sofortdagmbh
|
|
108
|
+
|
|
109
|
+
#### `@mui/x-data-grid-pro@7.29.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
110
|
+
|
|
111
|
+
Same changes as in `@mui/x-data-grid@7.29.0`.
|
|
112
|
+
|
|
113
|
+
#### `@mui/x-data-grid-premium@7.29.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
114
|
+
|
|
115
|
+
Same changes as in `@mui/x-data-grid-pro@7.29.0`, plus:
|
|
116
|
+
|
|
117
|
+
- [DataGridPremium] Fix stale aggregation results after filtering (#17303) @cherniavskii
|
|
118
|
+
- [DataGridPremium] Fix aggregated values sorting (#17382) @cherniavskii
|
|
119
|
+
|
|
120
|
+
### Date and Time Pickers
|
|
121
|
+
|
|
122
|
+
#### `@mui/x-date-pickers@7.29.0`
|
|
123
|
+
|
|
124
|
+
- [l10n] Improve Slovak (sk-SK) locale (#17204) @lubka272
|
|
125
|
+
- [l10n] Improve Czech (cs-CZ) locale (#17205) @lubka272
|
|
126
|
+
|
|
127
|
+
#### `@mui/x-date-pickers-pro@7.29.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
128
|
+
|
|
129
|
+
Same changes as in `@mui/x-date-pickers@7.29.0`.
|
|
130
|
+
|
|
131
|
+
### Charts
|
|
132
|
+
|
|
133
|
+
#### `@mui/x-charts@7.29.0`
|
|
134
|
+
|
|
135
|
+
Internal changes.
|
|
136
|
+
|
|
137
|
+
#### `@mui/x-charts-pro@7.29.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
138
|
+
|
|
139
|
+
Same changes as in `@mui/x-charts@7.29.0`.
|
|
140
|
+
|
|
141
|
+
### Tree View
|
|
142
|
+
|
|
143
|
+
#### `@mui/x-tree-view@7.29.0`
|
|
144
|
+
|
|
145
|
+
Internal changes.
|
|
146
|
+
|
|
147
|
+
#### `@mui/x-tree-view-pro@7.29.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
148
|
+
|
|
149
|
+
Same changes as in `@mui/x-tree-view@7.29.0`.
|
|
150
|
+
|
|
151
|
+
### Core
|
|
152
|
+
|
|
153
|
+
- [core] Cleanup `@mui` dependency versions (#17390) @LukasTy
|
|
154
|
+
|
|
155
|
+
### Docs
|
|
156
|
+
|
|
157
|
+
- [docs] Fix 404 link on the marketing page (#17276) @oliviertassinari
|
|
158
|
+
- [docs] Fix country columns throwing on grouping (#17317) @cherniavskii
|
|
159
|
+
- [release] Changes to v7 for major release (#17320) @michelengelen
|
|
160
|
+
|
|
161
|
+
## 7.28.3
|
|
162
|
+
|
|
163
|
+
_Apr 3, 2025_
|
|
164
|
+
|
|
165
|
+
We'd like to offer a big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
|
|
166
|
+
|
|
167
|
+
- 🐞 Bugfixes
|
|
168
|
+
|
|
169
|
+
Team members who have contributed to this release:
|
|
170
|
+
@cherniavskii, @LukasTy, @MBilalShafi.
|
|
171
|
+
|
|
172
|
+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
|
|
173
|
+
|
|
174
|
+
### Data Grid
|
|
175
|
+
|
|
176
|
+
#### `@mui/x-data-grid@7.28.3`
|
|
177
|
+
|
|
178
|
+
Internal changes.
|
|
179
|
+
|
|
180
|
+
#### `@mui/x-data-grid-pro@7.28.3` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
181
|
+
|
|
182
|
+
Same changes as in `@mui/x-data-grid@7.28.3`, plus:
|
|
183
|
+
|
|
184
|
+
- [DataGridPro] Data source: Allow expanding groups with unknown children count (#17149) @MBilalShafi
|
|
185
|
+
|
|
186
|
+
#### `@mui/x-data-grid-premium@7.28.3` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
187
|
+
|
|
188
|
+
Same changes as in `@mui/x-data-grid-pro@7.28.3`.
|
|
189
|
+
|
|
190
|
+
### Date and Time Pickers
|
|
191
|
+
|
|
192
|
+
#### `@mui/x-date-pickers@7.28.3`
|
|
193
|
+
|
|
194
|
+
Internal changes.
|
|
195
|
+
|
|
196
|
+
#### `@mui/x-date-pickers-pro@7.28.3` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
197
|
+
|
|
198
|
+
Same changes as in `@mui/x-date-pickers@7.28.3`.
|
|
199
|
+
|
|
200
|
+
### Docs
|
|
201
|
+
|
|
202
|
+
- [docs] Update Localization Provider JSDoc link (#17208) @LukasTy
|
|
203
|
+
- [docs] Use v6 core packages in MUI X v7 docs (#17171) @cherniavskii
|
|
204
|
+
|
|
205
|
+
## 7.28.2
|
|
206
|
+
|
|
207
|
+
_Mar 28, 2025_
|
|
208
|
+
|
|
209
|
+
We'd like to offer a big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
|
|
210
|
+
|
|
211
|
+
- 🐞 Bugfixes
|
|
212
|
+
|
|
213
|
+
Team members who have contributed to this release:
|
|
214
|
+
@flaviendelangle, @LukasTy, @arminmeh.
|
|
215
|
+
|
|
216
|
+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
|
|
217
|
+
|
|
218
|
+
### Data Grid
|
|
219
|
+
|
|
220
|
+
#### `@mui/x-data-grid@7.28.2`
|
|
221
|
+
|
|
222
|
+
- [DataGrid] Fix error caused by trying to render rows that are not in the state anymore (#17117) @arminmeh
|
|
223
|
+
|
|
224
|
+
#### `@mui/x-data-grid-pro@7.28.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
225
|
+
|
|
226
|
+
Same changes as in `@mui/x-data-grid@7.28.2`.
|
|
227
|
+
|
|
228
|
+
#### `@mui/x-data-grid-premium@7.28.2` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
229
|
+
|
|
230
|
+
Same changes as in `@mui/x-data-grid-pro@7.28.2`.
|
|
231
|
+
|
|
232
|
+
### Date and Time Pickers
|
|
233
|
+
|
|
234
|
+
#### `@mui/x-date-pickers@7.28.2`
|
|
235
|
+
|
|
236
|
+
- [fields] Improve the check for year in `doesSectionFormatHaveLeadingZeros` (#17112) @flaviendelangle
|
|
237
|
+
|
|
238
|
+
#### `@mui/x-date-pickers-pro@7.28.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
239
|
+
|
|
240
|
+
Same changes as in `@mui/x-date-pickers@7.28.2`.
|
|
241
|
+
|
|
242
|
+
### Core
|
|
243
|
+
|
|
244
|
+
- [code-infra] Remove `test_regressions` step from React 18 pipeline (#17109) @LukasTy
|
|
245
|
+
|
|
6
246
|
## 7.28.1
|
|
7
247
|
|
|
8
248
|
_Mar 21, 2025_
|
package/index.js
CHANGED
|
@@ -13,12 +13,15 @@ export const useTreeViewItemsReordering = ({
|
|
|
13
13
|
if (!params.itemsReordering) {
|
|
14
14
|
return false;
|
|
15
15
|
}
|
|
16
|
+
if (state.editedItemId != null) {
|
|
17
|
+
return false;
|
|
18
|
+
}
|
|
16
19
|
const isItemReorderable = params.isItemReorderable;
|
|
17
20
|
if (isItemReorderable) {
|
|
18
21
|
return isItemReorderable(itemId);
|
|
19
22
|
}
|
|
20
23
|
return true;
|
|
21
|
-
}, [params.itemsReordering, params.isItemReorderable]);
|
|
24
|
+
}, [params.itemsReordering, params.isItemReorderable, state.editedItemId]);
|
|
22
25
|
const getDroppingTargetValidActions = React.useCallback(itemId => {
|
|
23
26
|
const itemsReordering = state.itemsReordering;
|
|
24
27
|
if (!itemsReordering) {
|
|
@@ -81,14 +84,19 @@ export const useTreeViewItemsReordering = ({
|
|
|
81
84
|
return validActions;
|
|
82
85
|
}, [instance, state.itemsReordering, params.canMoveItemToNewPosition]);
|
|
83
86
|
const startDraggingItem = React.useCallback(itemId => {
|
|
84
|
-
setState(prevState =>
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
draggedItemId: itemId,
|
|
88
|
-
action: null,
|
|
89
|
-
newPosition: null
|
|
87
|
+
setState(prevState => {
|
|
88
|
+
if (prevState.editedItemId != null) {
|
|
89
|
+
return prevState;
|
|
90
90
|
}
|
|
91
|
-
|
|
91
|
+
return _extends({}, prevState, {
|
|
92
|
+
itemsReordering: {
|
|
93
|
+
targetItemId: itemId,
|
|
94
|
+
draggedItemId: itemId,
|
|
95
|
+
action: null,
|
|
96
|
+
newPosition: null
|
|
97
|
+
}
|
|
98
|
+
});
|
|
99
|
+
});
|
|
92
100
|
}, [setState]);
|
|
93
101
|
const stopDraggingItem = React.useCallback(itemId => {
|
|
94
102
|
if (state.itemsReordering == null || state.itemsReordering.draggedItemId !== itemId) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { DefaultizedProps, TreeViewPluginSignature, UseTreeViewItemsSignature } from '@mui/x-tree-view/internals';
|
|
2
|
+
import { DefaultizedProps, TreeViewPluginSignature, UseTreeViewItemsSignature, UseTreeViewLabelSignature } from '@mui/x-tree-view/internals';
|
|
3
3
|
import { TreeViewItemId, TreeViewItemsReorderingAction, TreeViewCancellableEventHandler } from '@mui/x-tree-view/models';
|
|
4
4
|
import { TreeItem2DragAndDropOverlayProps } from '@mui/x-tree-view/TreeItem2DragAndDropOverlay';
|
|
5
5
|
export interface UseTreeViewItemsReorderingInstance {
|
|
@@ -116,6 +116,7 @@ export type UseTreeViewItemsReorderingSignature = TreeViewPluginSignature<{
|
|
|
116
116
|
contextValue: UseTreeViewItemsReorderingContextValue;
|
|
117
117
|
experimentalFeatures: 'itemsReordering';
|
|
118
118
|
dependencies: [UseTreeViewItemsSignature];
|
|
119
|
+
optionalDependencies: [UseTreeViewLabelSignature];
|
|
119
120
|
}>;
|
|
120
121
|
export interface UseTreeItem2RootSlotPropsFromItemsReordering {
|
|
121
122
|
draggable?: true;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ponyfillGlobal } from '@mui/utils';
|
|
2
2
|
export const getReleaseInfo = () => {
|
|
3
|
-
const releaseInfo = "
|
|
3
|
+
const releaseInfo = "MTc0NTM1OTIwMDAwMA==";
|
|
4
4
|
if (process.env.NODE_ENV !== 'production') {
|
|
5
5
|
// A simple hack to set the value in the test environment (has no build step).
|
|
6
6
|
// eslint-disable-next-line no-useless-concat
|
package/modern/index.js
CHANGED
|
@@ -13,12 +13,15 @@ export const useTreeViewItemsReordering = ({
|
|
|
13
13
|
if (!params.itemsReordering) {
|
|
14
14
|
return false;
|
|
15
15
|
}
|
|
16
|
+
if (state.editedItemId != null) {
|
|
17
|
+
return false;
|
|
18
|
+
}
|
|
16
19
|
const isItemReorderable = params.isItemReorderable;
|
|
17
20
|
if (isItemReorderable) {
|
|
18
21
|
return isItemReorderable(itemId);
|
|
19
22
|
}
|
|
20
23
|
return true;
|
|
21
|
-
}, [params.itemsReordering, params.isItemReorderable]);
|
|
24
|
+
}, [params.itemsReordering, params.isItemReorderable, state.editedItemId]);
|
|
22
25
|
const getDroppingTargetValidActions = React.useCallback(itemId => {
|
|
23
26
|
const itemsReordering = state.itemsReordering;
|
|
24
27
|
if (!itemsReordering) {
|
|
@@ -81,14 +84,19 @@ export const useTreeViewItemsReordering = ({
|
|
|
81
84
|
return validActions;
|
|
82
85
|
}, [instance, state.itemsReordering, params.canMoveItemToNewPosition]);
|
|
83
86
|
const startDraggingItem = React.useCallback(itemId => {
|
|
84
|
-
setState(prevState =>
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
draggedItemId: itemId,
|
|
88
|
-
action: null,
|
|
89
|
-
newPosition: null
|
|
87
|
+
setState(prevState => {
|
|
88
|
+
if (prevState.editedItemId != null) {
|
|
89
|
+
return prevState;
|
|
90
90
|
}
|
|
91
|
-
|
|
91
|
+
return _extends({}, prevState, {
|
|
92
|
+
itemsReordering: {
|
|
93
|
+
targetItemId: itemId,
|
|
94
|
+
draggedItemId: itemId,
|
|
95
|
+
action: null,
|
|
96
|
+
newPosition: null
|
|
97
|
+
}
|
|
98
|
+
});
|
|
99
|
+
});
|
|
92
100
|
}, [setState]);
|
|
93
101
|
const stopDraggingItem = React.useCallback(itemId => {
|
|
94
102
|
if (state.itemsReordering == null || state.itemsReordering.draggedItemId !== itemId) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ponyfillGlobal } from '@mui/utils';
|
|
2
2
|
export const getReleaseInfo = () => {
|
|
3
|
-
const releaseInfo = "
|
|
3
|
+
const releaseInfo = "MTc0NTM1OTIwMDAwMA==";
|
|
4
4
|
if (process.env.NODE_ENV !== 'production') {
|
|
5
5
|
// A simple hack to set the value in the test environment (has no build step).
|
|
6
6
|
// eslint-disable-next-line no-useless-concat
|
package/node/index.js
CHANGED
|
@@ -21,12 +21,15 @@ const useTreeViewItemsReordering = ({
|
|
|
21
21
|
if (!params.itemsReordering) {
|
|
22
22
|
return false;
|
|
23
23
|
}
|
|
24
|
+
if (state.editedItemId != null) {
|
|
25
|
+
return false;
|
|
26
|
+
}
|
|
24
27
|
const isItemReorderable = params.isItemReorderable;
|
|
25
28
|
if (isItemReorderable) {
|
|
26
29
|
return isItemReorderable(itemId);
|
|
27
30
|
}
|
|
28
31
|
return true;
|
|
29
|
-
}, [params.itemsReordering, params.isItemReorderable]);
|
|
32
|
+
}, [params.itemsReordering, params.isItemReorderable, state.editedItemId]);
|
|
30
33
|
const getDroppingTargetValidActions = React.useCallback(itemId => {
|
|
31
34
|
const itemsReordering = state.itemsReordering;
|
|
32
35
|
if (!itemsReordering) {
|
|
@@ -89,14 +92,19 @@ const useTreeViewItemsReordering = ({
|
|
|
89
92
|
return validActions;
|
|
90
93
|
}, [instance, state.itemsReordering, params.canMoveItemToNewPosition]);
|
|
91
94
|
const startDraggingItem = React.useCallback(itemId => {
|
|
92
|
-
setState(prevState =>
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
draggedItemId: itemId,
|
|
96
|
-
action: null,
|
|
97
|
-
newPosition: null
|
|
95
|
+
setState(prevState => {
|
|
96
|
+
if (prevState.editedItemId != null) {
|
|
97
|
+
return prevState;
|
|
98
98
|
}
|
|
99
|
-
|
|
99
|
+
return (0, _extends2.default)({}, prevState, {
|
|
100
|
+
itemsReordering: {
|
|
101
|
+
targetItemId: itemId,
|
|
102
|
+
draggedItemId: itemId,
|
|
103
|
+
action: null,
|
|
104
|
+
newPosition: null
|
|
105
|
+
}
|
|
106
|
+
});
|
|
107
|
+
});
|
|
100
108
|
}, [setState]);
|
|
101
109
|
const stopDraggingItem = React.useCallback(itemId => {
|
|
102
110
|
if (state.itemsReordering == null || state.itemsReordering.draggedItemId !== itemId) {
|
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.getReleaseInfo = void 0;
|
|
7
7
|
var _utils = require("@mui/utils");
|
|
8
8
|
const getReleaseInfo = () => {
|
|
9
|
-
const releaseInfo = "
|
|
9
|
+
const releaseInfo = "MTc0NTM1OTIwMDAwMA==";
|
|
10
10
|
if (process.env.NODE_ENV !== 'production') {
|
|
11
11
|
// A simple hack to set the value in the test environment (has no build step).
|
|
12
12
|
// eslint-disable-next-line no-useless-concat
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-tree-view-pro",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.29.1",
|
|
4
4
|
"description": "The Pro plan edition of the Tree View components (MUI X).",
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"main": "./node/index.js",
|
|
@@ -34,20 +34,20 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@babel/runtime": "^7.25.7",
|
|
37
|
-
"@mui/utils": "^5.16.6 || ^6.0.0 || ^7.0.0
|
|
37
|
+
"@mui/utils": "^5.16.6 || ^6.0.0 || ^7.0.0",
|
|
38
38
|
"@types/react-transition-group": "^4.4.11",
|
|
39
39
|
"clsx": "^2.1.1",
|
|
40
40
|
"prop-types": "^15.8.1",
|
|
41
41
|
"react-transition-group": "^4.4.5",
|
|
42
|
-
"@mui/x-internals": "7.
|
|
43
|
-
"@mui/x-license": "7.
|
|
44
|
-
"@mui/x-tree-view": "7.
|
|
42
|
+
"@mui/x-internals": "7.29.0",
|
|
43
|
+
"@mui/x-license": "7.29.1",
|
|
44
|
+
"@mui/x-tree-view": "7.29.1"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"@emotion/react": "^11.9.0",
|
|
48
48
|
"@emotion/styled": "^11.8.1",
|
|
49
|
-
"@mui/material": "^5.15.14 || ^6.0.0 || ^7.0.0
|
|
50
|
-
"@mui/system": "^5.15.14 || ^6.0.0 || ^7.0.0
|
|
49
|
+
"@mui/material": "^5.15.14 || ^6.0.0 || ^7.0.0",
|
|
50
|
+
"@mui/system": "^5.15.14 || ^6.0.0 || ^7.0.0",
|
|
51
51
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
52
52
|
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
53
53
|
},
|