@mui/x-tree-view-pro 8.5.1 → 8.5.3

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 CHANGED
@@ -5,6 +5,193 @@
5
5
  All notable changes to this project will be documented in this file.
6
6
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
7
7
 
8
+ ## 8.5.3
9
+
10
+ _Jun 19, 2025_
11
+
12
+ We'd like to extend a big thank you to the 10 contributors who made this release possible. Here are some highlights ✨:
13
+
14
+ - 📚 Documentation improvements
15
+ - 🐞 Bugfixes
16
+
17
+ Special thanks go out to the community members for their valuable contributions:
18
+ @alisasanib, @arminmeh, @sai6855
19
+
20
+ The following are all team members who have contributed to this release:
21
+ @alexfauquette, @bernardobelchior, @flaviendelangle, @JCQuintas, @LukasTy, @MBilalShafi, @oliviertassinari
22
+
23
+ ### Data Grid
24
+
25
+ #### `@mui/x-data-grid@8.5.3`
26
+
27
+ - [DataGrid] Fix export menu button tooltip being interactive when menu is open (#18327) @bernardobelchior
28
+ - [DataGrid] Fix column menu scroll close (#18065) @alisasanib
29
+ - [DataGrid] Fix page size issue with data source (#18419) @MBilalShafi
30
+
31
+ #### `@mui/x-data-grid-pro@8.5.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
32
+
33
+ Same changes as in `@mui/x-data-grid@8.5.3`, plus:
34
+
35
+ - [DataGridPro] Ignore missing `rowCount` response when new children are fetched with the data source (#17711) @arminmeh
36
+
37
+ #### `@mui/x-data-grid-premium@8.5.3` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
38
+
39
+ Same changes as in `@mui/x-data-grid-pro@8.5.3`.
40
+
41
+ ### Date and Time Pickers
42
+
43
+ #### `@mui/x-date-pickers@8.5.3`
44
+
45
+ - [pickers] Add `inputSizeSmall` to classes interface (#18242) @sai6855
46
+
47
+ #### `@mui/x-date-pickers-pro@8.5.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
48
+
49
+ Same changes as in `@mui/x-date-pickers@8.5.3`.
50
+
51
+ ### Charts
52
+
53
+ #### `@mui/x-charts@8.5.3`
54
+
55
+ - [charts] Add item class to list item around each series in legend (#18411) @bernardobelchior
56
+ - [charts] Allow `tabIndex` in surface and legend (#18344) @JCQuintas
57
+ - [charts] Explore selector typing (#18362) @alexfauquette
58
+ - [charts] Fix highlight with number ids (#18423) @alexfauquette
59
+ - [charts] Make scatter chart use data attributes (#18048) @alexfauquette
60
+
61
+ #### `@mui/x-charts-pro@8.5.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
62
+
63
+ Same changes as in `@mui/x-charts@8.5.3`, plus:
64
+
65
+ - [charts-pro] Add data-series to elements of funnel chart (#18067) @JCQuintas
66
+ - [charts-pro] Hide values outside minStart and maxEnd in zoom slider (#18336) @bernardobelchior
67
+ - [charts-pro] Fix `FunnelChart` label positioning with different curves (#18354) @JCQuintas
68
+
69
+ ### Tree View
70
+
71
+ #### `@mui/x-tree-view@8.5.3`
72
+
73
+ Internal changes.
74
+
75
+ #### `@mui/x-tree-view-pro@8.5.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
76
+
77
+ Same changes as in `@mui/x-tree-view@8.5.3`.
78
+
79
+ ### Codemod
80
+
81
+ #### `@mui/x-codemod@8.5.3`
82
+
83
+ Internal changes.
84
+
85
+ ### Docs
86
+
87
+ - [docs] Fix 404 in charts docs (#18440) @alexfauquette
88
+ - [docs][pickers] Fix adapter version resolving when opening demo to edit (#18363) @LukasTy
89
+
90
+ ### Core
91
+
92
+ - [core] Fix pnpm valelint error (#18420) @oliviertassinari
93
+
94
+ ### Miscellaneous
95
+
96
+ - [code-infra] Add back a `Playwright` renovate group (#18397) @LukasTy
97
+ - [code-infra] Setup `CODEOWNERS` for charts repositories (#18418) @JCQuintas
98
+ - [code-infra] Strengthen `URL` usage for test config (#18444) @LukasTy
99
+ - [code-infra] Use `vitest` bundled types (#17758) @JCQuintas
100
+ - [infra] Stabilise tests by removing babel and plugins from vitest (#18341) @JCQuintas
101
+ - [infra] Add automated release PR creation script (#18345) @michelengelen
102
+
103
+ ## 8.5.2
104
+
105
+ _Jun 12, 2025_
106
+
107
+ We'd like to extend a big thank you to the 15 contributors who made this release possible. Here are some highlights ✨:
108
+
109
+ - 📊 Improve Data Grid selectors performance
110
+ - 🐞 Fix `useSyncExternalStore` import error in React 17
111
+
112
+ Special thanks go out to the community members for their valuable contributions:
113
+ @alisasanib, @noobyogi0010.
114
+
115
+ The following are all team members who have contributed to this release:
116
+ @alexfauquette, @arminmeh, @bernardobelchior, @cherniavskii, @JCQuintas, @KenanYusuf, @LukasTy, @mapache-salvaje, @michelengelen, @noraleonte, @oliviertassinari, @prakhargupta1, @romgrk.
117
+
118
+ ### Data Grid
119
+
120
+ #### `@mui/x-data-grid@8.5.2`
121
+
122
+ - [DataGrid] Improve selectors performance (#18234) @romgrk
123
+ - [DataGrid] Fix data grid palette when using CSS vars (#18310) @KenanYusuf
124
+ - [DataGrid] Ignore data source request if the grid got unmounted (#18268) @arminmeh
125
+
126
+ #### `@mui/x-data-grid-pro@8.5.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
127
+
128
+ Same changes as in `@mui/x-data-grid@8.5.2`, plus:
129
+
130
+ - [DataGridPro] Fix flex column width if it is a pinned column (#18293) @alisasanib
131
+ - [DataGridPro] Fix inconsistent filtering results with aggregation (#17954) @cherniavskii
132
+
133
+ #### `@mui/x-data-grid-premium@8.5.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
134
+
135
+ Same changes as in `@mui/x-data-grid-pro@8.5.2`.
136
+
137
+ ### Date and Time Pickers
138
+
139
+ #### `@mui/x-date-pickers@8.5.2`
140
+
141
+ - [pickers] Add `PickerDay2` and `DateRangePickerDay2` components (#15921) @noraleonte
142
+ - [pickers] Fix `hiddenLabel` prop propagation (#18195) @noobyogi0010
143
+
144
+ #### `@mui/x-date-pickers-pro@8.5.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
145
+
146
+ Same changes as in `@mui/x-date-pickers@8.5.2`.
147
+
148
+ ### Charts
149
+
150
+ #### `@mui/x-charts@8.5.2`
151
+
152
+ - [charts] Add a default value formatter for continuous scales (#18178) @bernardobelchior
153
+ - [charts] Add margin-bottom to charts toolbar (#18326) @bernardobelchior
154
+ - [charts] Fix grid with band scale (#18295) @alexfauquette
155
+ - [charts] Remove unnecessary style changes in tests (#18317) @JCQuintas
156
+ - [charts] Remove `sx` prop merging from `useComponentRenderer` (#18235) @bernardobelchior
157
+ - [charts] Fix `useSyncExternalStore` import error in React 17 (#18314) @bernardobelchior
158
+
159
+ #### `@mui/x-charts-pro@8.5.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
160
+
161
+ Same changes as in `@mui/x-charts@8.5.2`, plus:
162
+
163
+ - [charts-pro] Document zoom slider tooltip value formatting (#18261) @bernardobelchior
164
+ - [charts-pro] Funnel `gap` prop does not impact the drawing area (#18233) @JCQuintas
165
+ - [charts-pro] Use `ChartsToolbarPro` types in pro charts (#18243) @bernardobelchior
166
+
167
+ ### Tree View
168
+
169
+ #### `@mui/x-tree-view@8.5.2`
170
+
171
+ - [tree-view] Fix `useSyncExternalStore` import error in React 17 (#18314) @bernardobelchior
172
+
173
+ #### `@mui/x-tree-view-pro@8.5.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
174
+
175
+ Same changes as in `@mui/x-tree-view@8.5.2`.
176
+
177
+ ### Docs
178
+
179
+ - [docs] Add toolbar custom trigger and panel recipe (#18297) @KenanYusuf
180
+ - [docs] Copyedit the Priority support page (#18311) @mapache-salvaje
181
+ - [docs] Remove confusing opt-out mention in telemetry docs (#18257) @prakhargupta1
182
+ - [docs] Revise the Master Detail doc (#17927) @mapache-salvaje
183
+ - [docs] Revise the list view doc (#17928) @mapache-salvaje
184
+ - [docs] Audit and revise the Pro column docs (#17844) @mapache-salvaje
185
+ - [docs] Add some more context on Heatmap (#18256) @oliviertassinari
186
+ - [x-telemetry] Reduce Telemetry overhead (#18292) @oliviertassinari
187
+ - [code-infra] Align Node version used in CI to v22 (#18319) @LukasTy
188
+ - [code-infra] Fix pkg.pr.new publishing (#18316) @bernardobelchior
189
+ - [code-infra] Revert `React` to `19.0.0` (#18265) @LukasTy
190
+ - [code-infra] Use `catalog` for reused dependencies (#18302) @LukasTy
191
+ - [infra] Remove unused karma/mocha deps and files (#18340) @JCQuintas
192
+ - [infra] Update GitHub label references to use 'scope' instead of 'component' (#18260) @michelengelen
193
+ - [infra] Use a single browser server in CI (#18230) @JCQuintas
194
+
8
195
  ## 8.5.1
9
196
 
10
197
  <!-- generated comparing v8.5.0..master -->
@@ -97,15 +284,6 @@ Same changes as in `@mui/x-tree-view@8.5.1`.
97
284
 
98
285
  ### Core
99
286
 
100
- - chore(deps): bump @next/eslint-plugin-next to 15.3.3 (#18155) @renovate[bot]
101
- - chore(deps): bump @types/lodash to ^4.17.17 (#17990) @renovate[bot]
102
- - chore(deps): bump babel (#18157) @renovate[bot]
103
- - chore(deps): bump eslint to ^9.28.0 (#17352) @renovate[bot]
104
- - chore(deps): bump material ui (#17802) @renovate[bot]
105
- - chore(deps): bump next to ^15.3.3 (#18159) @renovate[bot]
106
- - chore(deps): bump ossf/scorecard-action action to v2.4.2 (#18160) @renovate[bot]
107
- - chore(deps): bump react-router to ^7.6.1 (#18162) @renovate[bot]
108
- - chore(deps): bump yargs to ^18.0.0 (#18169) @renovate[bot]
109
287
  - [code-infra] Different approach to console testing for `processRowUpdate` (#18213) @JCQuintas
110
288
  - [code-infra] Fix act warnings in DataGrid/toolbar (#18207) @JCQuintas
111
289
  - [code-infra] Remove `istanbul` references (#18194) @JCQuintas
@@ -4549,7 +4727,6 @@ No changes since `@mui/x-charts@7.22.2`.
4549
4727
  - [docs] Add `next` version links (#15423) @LukasTy
4550
4728
  - [docs] Use the `loading` state in the demos (#15538) @cherniavskii
4551
4729
  - [docs] Add data caching to lazy loaded detail panel demo (#15506) @cherniavskii
4552
-
4553
4730
  - [code-infra] Tentative fix for Argos flaky screenshot tests (#15399) @JCQuintas
4554
4731
  - [docs-infra] Transpile `.ts` demo files (#15421) @KenanYusuf
4555
4732
  - [core] Clarify release version bump strategy (#15536) @cherniavskii
@@ -2,7 +2,7 @@ import * as React from 'react';
2
2
  import { RichTreeViewProProps } from "./RichTreeViewPro.types.js";
3
3
  export declare const RichTreeViewProRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
4
4
  ownerState: RichTreeViewProProps<any, any>;
5
- }, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, keyof React.HTMLAttributes<HTMLUListElement> | keyof React.ClassAttributes<HTMLUListElement>>, {}>;
5
+ }, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, keyof React.ClassAttributes<HTMLUListElement> | keyof React.HTMLAttributes<HTMLUListElement>>, {}>;
6
6
  type RichTreeViewProComponent = (<R extends {}, Multiple extends boolean | undefined = undefined>(props: RichTreeViewProProps<R, Multiple> & React.RefAttributes<HTMLUListElement>) => React.JSX.Element) & {
7
7
  propTypes?: any;
8
8
  };
@@ -52,7 +52,7 @@ const RichTreeViewProRoot = exports.RichTreeViewProRoot = (0, _zeroStyled.styled
52
52
  outline: 0,
53
53
  position: 'relative'
54
54
  });
55
- const releaseInfo = "MTc0OTA3MDgwMDAwMA==";
55
+ const releaseInfo = "MTc1MDI4NDAwMDAwMA==";
56
56
 
57
57
  /**
58
58
  *
@@ -2,7 +2,7 @@ import * as React from 'react';
2
2
  import { RichTreeViewProProps } from "./RichTreeViewPro.types.js";
3
3
  export declare const RichTreeViewProRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
4
4
  ownerState: RichTreeViewProProps<any, any>;
5
- }, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, keyof React.HTMLAttributes<HTMLUListElement> | keyof React.ClassAttributes<HTMLUListElement>>, {}>;
5
+ }, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, keyof React.ClassAttributes<HTMLUListElement> | keyof React.HTMLAttributes<HTMLUListElement>>, {}>;
6
6
  type RichTreeViewProComponent = (<R extends {}, Multiple extends boolean | undefined = undefined>(props: RichTreeViewProProps<R, Multiple> & React.RefAttributes<HTMLUListElement>) => React.JSX.Element) & {
7
7
  propTypes?: any;
8
8
  };
@@ -45,7 +45,7 @@ export const RichTreeViewProRoot = styled('ul', {
45
45
  outline: 0,
46
46
  position: 'relative'
47
47
  });
48
- const releaseInfo = "MTc0OTA3MDgwMDAwMA==";
48
+ const releaseInfo = "MTc1MDI4NDAwMDAwMA==";
49
49
 
50
50
  /**
51
51
  *
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-tree-view-pro v8.5.1
2
+ * @mui/x-tree-view-pro v8.5.3
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
@@ -69,8 +69,8 @@ export declare const selectorCurrentItemReordering: ((state: import("@mui/x-tree
69
69
  dependencyRecomputations: () => number;
70
70
  resetDependencyRecomputations: () => void;
71
71
  } & {
72
- argsMemoize: typeof import("reselect").weakMapMemoize;
73
72
  memoize: typeof import("reselect").weakMapMemoize;
73
+ argsMemoize: typeof import("reselect").weakMapMemoize;
74
74
  };
75
75
  /**
76
76
  * Get the properties of the dragged item.
@@ -184,8 +184,8 @@ export declare const selectorDraggedItemProperties: ((state: any, itemId: string
184
184
  dependencyRecomputations: () => number;
185
185
  resetDependencyRecomputations: () => void;
186
186
  } & {
187
- argsMemoize: typeof import("reselect").weakMapMemoize;
188
187
  memoize: typeof import("reselect").weakMapMemoize;
188
+ argsMemoize: typeof import("reselect").weakMapMemoize;
189
189
  }, ((state: import("@mui/x-tree-view/internals/corePlugins/useTreeViewId/useTreeViewId.types").UseTreeViewIdState & import("@mui/x-tree-view/internals").UseTreeViewItemsState<import("@mui/x-tree-view").TreeViewDefaultItemModelProperties> & Partial<{}> & {
190
190
  cacheKey: import("@mui/x-tree-view/internals/models").TreeViewStateCacheKey;
191
191
  }) => {
@@ -250,16 +250,16 @@ export declare const selectorDraggedItemProperties: ((state: any, itemId: string
250
250
  dependencyRecomputations: () => number;
251
251
  resetDependencyRecomputations: () => void;
252
252
  } & {
253
- argsMemoize: typeof import("reselect").weakMapMemoize;
254
253
  memoize: typeof import("reselect").weakMapMemoize;
254
+ argsMemoize: typeof import("reselect").weakMapMemoize;
255
255
  }, (_: any, itemId: string) => string];
256
256
  recomputations: () => number;
257
257
  resetRecomputations: () => void;
258
258
  dependencyRecomputations: () => number;
259
259
  resetDependencyRecomputations: () => void;
260
260
  } & {
261
- argsMemoize: typeof import("reselect").weakMapMemoize;
262
261
  memoize: typeof import("reselect").weakMapMemoize;
262
+ argsMemoize: typeof import("reselect").weakMapMemoize;
263
263
  };
264
264
  /**
265
265
  * Check if the current item is a valid target for the dragged item.
@@ -353,16 +353,16 @@ export declare const selectorIsItemValidReorderingTarget: ((state: any, itemId:
353
353
  dependencyRecomputations: () => number;
354
354
  resetDependencyRecomputations: () => void;
355
355
  } & {
356
- argsMemoize: typeof import("reselect").weakMapMemoize;
357
356
  memoize: typeof import("reselect").weakMapMemoize;
357
+ argsMemoize: typeof import("reselect").weakMapMemoize;
358
358
  }, (_: any, itemId: string) => string];
359
359
  recomputations: () => number;
360
360
  resetRecomputations: () => void;
361
361
  dependencyRecomputations: () => number;
362
362
  resetDependencyRecomputations: () => void;
363
363
  } & {
364
- argsMemoize: typeof import("reselect").weakMapMemoize;
365
364
  memoize: typeof import("reselect").weakMapMemoize;
365
+ argsMemoize: typeof import("reselect").weakMapMemoize;
366
366
  };
367
367
  /**
368
368
  * Check if the items can be reordered.
@@ -432,14 +432,14 @@ export declare const selectorCanItemBeReordered: ((state: any, itemId: string) =
432
432
  dependencyRecomputations: () => number;
433
433
  resetDependencyRecomputations: () => void;
434
434
  } & {
435
- argsMemoize: typeof import("reselect").weakMapMemoize;
436
435
  memoize: typeof import("reselect").weakMapMemoize;
436
+ argsMemoize: typeof import("reselect").weakMapMemoize;
437
437
  }, (_: any, itemId: string) => string];
438
438
  recomputations: () => number;
439
439
  resetRecomputations: () => void;
440
440
  dependencyRecomputations: () => number;
441
441
  resetDependencyRecomputations: () => void;
442
442
  } & {
443
- argsMemoize: typeof import("reselect").weakMapMemoize;
444
443
  memoize: typeof import("reselect").weakMapMemoize;
444
+ argsMemoize: typeof import("reselect").weakMapMemoize;
445
445
  };
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-tree-view-pro v8.5.1
2
+ * @mui/x-tree-view-pro v8.5.3
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
@@ -69,8 +69,8 @@ export declare const selectorCurrentItemReordering: ((state: import("@mui/x-tree
69
69
  dependencyRecomputations: () => number;
70
70
  resetDependencyRecomputations: () => void;
71
71
  } & {
72
- argsMemoize: typeof import("reselect").weakMapMemoize;
73
72
  memoize: typeof import("reselect").weakMapMemoize;
73
+ argsMemoize: typeof import("reselect").weakMapMemoize;
74
74
  };
75
75
  /**
76
76
  * Get the properties of the dragged item.
@@ -184,8 +184,8 @@ export declare const selectorDraggedItemProperties: ((state: any, itemId: string
184
184
  dependencyRecomputations: () => number;
185
185
  resetDependencyRecomputations: () => void;
186
186
  } & {
187
- argsMemoize: typeof import("reselect").weakMapMemoize;
188
187
  memoize: typeof import("reselect").weakMapMemoize;
188
+ argsMemoize: typeof import("reselect").weakMapMemoize;
189
189
  }, ((state: import("@mui/x-tree-view/internals/corePlugins/useTreeViewId/useTreeViewId.types").UseTreeViewIdState & import("@mui/x-tree-view/internals").UseTreeViewItemsState<import("@mui/x-tree-view").TreeViewDefaultItemModelProperties> & Partial<{}> & {
190
190
  cacheKey: import("@mui/x-tree-view/internals/models").TreeViewStateCacheKey;
191
191
  }) => {
@@ -250,16 +250,16 @@ export declare const selectorDraggedItemProperties: ((state: any, itemId: string
250
250
  dependencyRecomputations: () => number;
251
251
  resetDependencyRecomputations: () => void;
252
252
  } & {
253
- argsMemoize: typeof import("reselect").weakMapMemoize;
254
253
  memoize: typeof import("reselect").weakMapMemoize;
254
+ argsMemoize: typeof import("reselect").weakMapMemoize;
255
255
  }, (_: any, itemId: string) => string];
256
256
  recomputations: () => number;
257
257
  resetRecomputations: () => void;
258
258
  dependencyRecomputations: () => number;
259
259
  resetDependencyRecomputations: () => void;
260
260
  } & {
261
- argsMemoize: typeof import("reselect").weakMapMemoize;
262
261
  memoize: typeof import("reselect").weakMapMemoize;
262
+ argsMemoize: typeof import("reselect").weakMapMemoize;
263
263
  };
264
264
  /**
265
265
  * Check if the current item is a valid target for the dragged item.
@@ -353,16 +353,16 @@ export declare const selectorIsItemValidReorderingTarget: ((state: any, itemId:
353
353
  dependencyRecomputations: () => number;
354
354
  resetDependencyRecomputations: () => void;
355
355
  } & {
356
- argsMemoize: typeof import("reselect").weakMapMemoize;
357
356
  memoize: typeof import("reselect").weakMapMemoize;
357
+ argsMemoize: typeof import("reselect").weakMapMemoize;
358
358
  }, (_: any, itemId: string) => string];
359
359
  recomputations: () => number;
360
360
  resetRecomputations: () => void;
361
361
  dependencyRecomputations: () => number;
362
362
  resetDependencyRecomputations: () => void;
363
363
  } & {
364
- argsMemoize: typeof import("reselect").weakMapMemoize;
365
364
  memoize: typeof import("reselect").weakMapMemoize;
365
+ argsMemoize: typeof import("reselect").weakMapMemoize;
366
366
  };
367
367
  /**
368
368
  * Check if the items can be reordered.
@@ -432,14 +432,14 @@ export declare const selectorCanItemBeReordered: ((state: any, itemId: string) =
432
432
  dependencyRecomputations: () => number;
433
433
  resetDependencyRecomputations: () => void;
434
434
  } & {
435
- argsMemoize: typeof import("reselect").weakMapMemoize;
436
435
  memoize: typeof import("reselect").weakMapMemoize;
436
+ argsMemoize: typeof import("reselect").weakMapMemoize;
437
437
  }, (_: any, itemId: string) => string];
438
438
  recomputations: () => number;
439
439
  resetRecomputations: () => void;
440
440
  dependencyRecomputations: () => number;
441
441
  resetDependencyRecomputations: () => void;
442
442
  } & {
443
- argsMemoize: typeof import("reselect").weakMapMemoize;
444
443
  memoize: typeof import("reselect").weakMapMemoize;
444
+ argsMemoize: typeof import("reselect").weakMapMemoize;
445
445
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-tree-view-pro",
3
- "version": "8.5.1",
3
+ "version": "8.5.3",
4
4
  "author": "MUI Team",
5
5
  "description": "The Pro plan edition of the MUI X Tree View components.",
6
6
  "main": "./index.js",
@@ -33,7 +33,7 @@
33
33
  "directory": "packages/x-tree-view-pro"
34
34
  },
35
35
  "dependencies": {
36
- "@babel/runtime": "^7.27.4",
36
+ "@babel/runtime": "^7.27.6",
37
37
  "@mui/utils": "^7.1.1",
38
38
  "@types/react-transition-group": "^4.4.12",
39
39
  "clsx": "^2.1.1",
@@ -41,9 +41,9 @@
41
41
  "react-transition-group": "^4.4.5",
42
42
  "reselect": "^5.1.1",
43
43
  "use-sync-external-store": "^1.5.0",
44
- "@mui/x-internals": "8.5.1",
45
- "@mui/x-license": "8.5.1",
46
- "@mui/x-tree-view": "8.5.1"
44
+ "@mui/x-internals": "8.5.3",
45
+ "@mui/x-license": "8.5.3",
46
+ "@mui/x-tree-view": "8.5.3"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "@emotion/react": "^11.9.0",