@mui/x-tree-view 9.8.0 → 9.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/CHANGELOG.md +230 -0
  2. package/RichTreeView/useExtractRichTreeViewParameters.d.mts +109 -109
  3. package/RichTreeView/useExtractRichTreeViewParameters.d.ts +109 -109
  4. package/SimpleTreeView/useExtractSimpleTreeViewParameters.d.mts +110 -110
  5. package/SimpleTreeView/useExtractSimpleTreeViewParameters.d.ts +110 -110
  6. package/TreeItem/TreeItem.d.mts +1 -1
  7. package/TreeItem/TreeItem.d.ts +1 -1
  8. package/TreeItemDragAndDropOverlay/TreeItemDragAndDropOverlay.d.mts +1 -1
  9. package/TreeItemDragAndDropOverlay/TreeItemDragAndDropOverlay.d.ts +1 -1
  10. package/TreeItemIcon/TreeItemIcon.d.mts +2 -1
  11. package/TreeItemIcon/TreeItemIcon.d.ts +2 -1
  12. package/TreeItemProvider/TreeItemProvider.d.mts +2 -1
  13. package/TreeItemProvider/TreeItemProvider.d.ts +2 -1
  14. package/index.js +1 -1
  15. package/index.mjs +1 -1
  16. package/internals/MinimalTreeViewStore/MinimalTreeViewStore.d.mts +17 -17
  17. package/internals/MinimalTreeViewStore/MinimalTreeViewStore.d.ts +17 -17
  18. package/internals/RichTreeViewStore/RichTreeViewStore.d.mts +17 -17
  19. package/internals/RichTreeViewStore/RichTreeViewStore.d.ts +17 -17
  20. package/internals/TreeViewProvider/TreeViewChildrenItemProvider.d.mts +1 -1
  21. package/internals/TreeViewProvider/TreeViewChildrenItemProvider.d.ts +1 -1
  22. package/internals/TreeViewProvider/TreeViewProvider.d.mts +2 -1
  23. package/internals/TreeViewProvider/TreeViewProvider.d.ts +2 -1
  24. package/internals/components/RichTreeViewItems.d.mts +2 -2
  25. package/internals/components/RichTreeViewItems.d.ts +2 -2
  26. package/internals/hooks/useTreeViewRootProps.d.mts +110 -110
  27. package/internals/hooks/useTreeViewRootProps.d.ts +110 -110
  28. package/internals/plugins/expansion/utils.d.mts +1 -1
  29. package/internals/plugins/expansion/utils.d.ts +1 -1
  30. package/internals/plugins/items/TreeViewItemsPlugin.d.mts +1 -1
  31. package/internals/plugins/items/TreeViewItemsPlugin.d.ts +1 -1
  32. package/internals/plugins/labelEditing/TreeViewLabelEditingPlugin.d.mts +1 -1
  33. package/internals/plugins/labelEditing/TreeViewLabelEditingPlugin.d.ts +1 -1
  34. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,235 @@
1
1
  # Changelog
2
2
 
3
+ ## 9.10.0
4
+
5
+ _Jul 17, 2026_
6
+
7
+ We'd like to extend a big thank you to the 7 contributors who made this release possible. Here are some highlights ✨:
8
+
9
+ - 📊 Provide `dataIndex` in `LinePlot` and `AreaPlot` `onItemClick` for Charts
10
+ - ⚙️ Allow opt-in `data-*` attributes on `slotProps`. [Read more](https://mui.com/x/common-concepts/custom-components/#passing-data-attributes-to-slots)
11
+ - 🐞 Bugfixes
12
+ - 📚 Documentation improvements
13
+
14
+ Special thanks go out to these community members for their valuable contributions:
15
+ @Anexus5919, @mustafajw07
16
+
17
+ The following team members contributed to this release:
18
+ @brijeshb42, @Janpot, @JCQuintas, @LukasTy, @noraleonte
19
+
20
+ ### Data Grid
21
+
22
+ #### `@mui/x-data-grid@9.10.0`
23
+
24
+ Internal changes.
25
+
26
+ #### `@mui/x-data-grid-pro@9.10.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
27
+
28
+ Same changes as in `@mui/x-data-grid@9.10.0`.
29
+
30
+ #### `@mui/x-data-grid-premium@9.10.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
31
+
32
+ Same changes as in `@mui/x-data-grid-pro@9.10.0`.
33
+
34
+ ### Date and Time Pickers
35
+
36
+ #### `@mui/x-date-pickers@9.10.0`
37
+
38
+ Internal changes.
39
+
40
+ #### `@mui/x-date-pickers-pro@9.10.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
41
+
42
+ Same changes as in `@mui/x-date-pickers@9.10.0`.
43
+
44
+ ### Charts
45
+
46
+ #### `@mui/x-charts@9.10.0`
47
+
48
+ - [charts] Provide `dataIndex` in `LinePlot` and `AreaPlot` `onItemClick` (#23144) @JCQuintas
49
+
50
+ #### `@mui/x-charts-pro@9.10.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
51
+
52
+ Same changes as in `@mui/x-charts@9.10.0`.
53
+
54
+ #### `@mui/x-charts-premium@9.10.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
55
+
56
+ Same changes as in `@mui/x-charts-pro@9.10.0`.
57
+
58
+ ### Tree View
59
+
60
+ #### `@mui/x-tree-view@9.10.0`
61
+
62
+ Internal changes.
63
+
64
+ #### `@mui/x-tree-view-pro@9.10.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
65
+
66
+ Same changes as in `@mui/x-tree-view@9.10.0`, plus:
67
+
68
+ - [tree-view] Fix pre-loaded items not caching (#23155) @noraleonte
69
+
70
+ ### Scheduler
71
+
72
+ #### `@mui/x-scheduler@9.0.0-beta.6`
73
+
74
+ - [scheduler] Carry custom event data through the edit dialog submit (#22874) @Anexus5919
75
+ - [scheduler] Support array values for `CalendarEvent.resource` (#23109) @mustafajw07
76
+
77
+ #### `@mui/x-scheduler-premium@9.0.0-beta.6` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
78
+
79
+ Same changes as in `@mui/x-scheduler@9.0.0-beta.6`.
80
+
81
+ ### Chat
82
+
83
+ #### `@mui/x-chat@9.0.0-alpha.14`
84
+
85
+ - [chat] Reuse `resolveComponentProps` from `@mui/utils` (#23095) @LukasTy
86
+
87
+ #### `@mui/x-chat-headless@9.0.0-alpha.14`
88
+
89
+ Internal changes.
90
+
91
+ ### Codemod
92
+
93
+ #### `@mui/x-codemod@9.10.0`
94
+
95
+ Internal changes.
96
+
97
+ ### Docs
98
+
99
+ - [docs] Fix bugs on Scheduler overview page (#23147) @noraleonte
100
+
101
+ ### Core
102
+
103
+ - [code-infra] Fix changelog dependency exclusion and l10n routing (#23112) @LukasTy
104
+ - [code-infra] Port codebase to use `tsgo` (#22826) @brijeshb42
105
+ - [code-infra] Reduce `release:build` concurrency to mitigate `tsgo` OOM kills (#23139) @LukasTy
106
+ - [core] Allow opt-in `data-*` attributes on `slotProps` (#22128) @LukasTy
107
+
108
+ ### Miscellaneous
109
+
110
+ - [core] Ignore `code-infra-renovate[bot]` commits in changelog (#23153) @Janpot
111
+ - [website] Fix broken `ChatBox` API link (#23149) @brijeshb42
112
+ - [test] Fix WebGL benchmark timeout on CI (#23142) @JCQuintas
113
+
114
+ ## 9.9.0
115
+
116
+ _Jul 9, 2026_
117
+
118
+ We'd like to extend a big thank you to the 11 contributors who made this release possible. Here are some highlights ✨:
119
+
120
+ - 📊 [Data sampling](https://mui.com/x/react-charts/performance/#sampling) for better performance with large bar and line charts
121
+ - 🗺️ [Maps zoom support](https://mui.com/x/react-charts/map/#zoom)
122
+ - ☑️ Support [applying filters on demand](https://mui.com/x/react-data-grid/filtering/customization/#apply-filters-on-demand) in the Data Grid
123
+ - 🐞 Bugfixes
124
+ - 📚 Documentation improvements
125
+
126
+ Special thanks go out to these community members for their valuable contributions:
127
+ @mustafajw07, @sebastianfrey
128
+
129
+ The following team members contributed to this release:
130
+ @aemartos, @alexfauquette, @brijeshb42, @hasdfa, @Janpot, @JCQuintas, @LukasTy, @rita-codes, @sai6855
131
+
132
+ ### Data Grid
133
+
134
+ #### `@mui/x-data-grid@9.9.0`
135
+
136
+ - [DataGrid] Add `dataSourceKeepPreviousData` prop (#22554) @LukasTy
137
+ - [DataGrid] Add controlled filter panel for applying filters on demand (#23023) @sebastianfrey
138
+
139
+ #### `@mui/x-data-grid-pro@9.9.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
140
+
141
+ Same changes as in `@mui/x-data-grid@9.9.0`.
142
+
143
+ #### `@mui/x-data-grid-premium@9.9.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
144
+
145
+ Same changes as in `@mui/x-data-grid-pro@9.9.0`.
146
+
147
+ ### Date and Time Pickers
148
+
149
+ #### `@mui/x-date-pickers@9.9.0`
150
+
151
+ Internal changes.
152
+
153
+ #### `@mui/x-date-pickers-pro@9.9.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
154
+
155
+ Same changes as in `@mui/x-date-pickers@9.9.0`, plus:
156
+
157
+ - [DateRangeCalendar] Avoid unnecessary month switch when the value is already visible (#22996) @LukasTy
158
+
159
+ ### Charts
160
+
161
+ #### `@mui/x-charts@9.9.0`
162
+
163
+ - [charts] Optimize and de-duplicate sampled axis-highlight band lookup (#23052) @JCQuintas
164
+ - [charts] Unify tooltip item position getter and selector into a single selector API (#23041) @alexfauquette
165
+ - [charts] Fix impossible condition in axis text angle warning (#23102) @sai6855
166
+
167
+ #### `@mui/x-charts-pro@9.9.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
168
+
169
+ Same changes as in `@mui/x-charts@9.9.0`, plus:
170
+
171
+ - [charts-pro] Add data sampling for large bar and line charts (#22830) @JCQuintas
172
+ - [charts-pro] Allow sampling on non-zoomable charts (#23051) @JCQuintas
173
+
174
+ #### `@mui/x-charts-premium@9.9.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
175
+
176
+ #### Breaking changes
177
+
178
+ The API of the `Unstable_ChartsGeoDataProviderPremium` got modified.
179
+ Props `scale`, `rotation`, and `translation` are replaced by props `view` and `initialView`.
180
+ Same behavior can be obtained with `view.zoomLevel`, `view.center`, and `view.translation`.
181
+ See the [zoom view section](https://mui.com/x/react-charts/map/#control) for detailed information
182
+
183
+ Same changes as in `@mui/x-charts-pro@9.9.0`, plus:
184
+
185
+ - [charts-premium] Maps zoom support (#22709) @alexfauquette
186
+
187
+ ### Tree View
188
+
189
+ #### `@mui/x-tree-view@9.9.0`
190
+
191
+ Internal changes.
192
+
193
+ #### `@mui/x-tree-view-pro@9.9.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
194
+
195
+ Same changes as in `@mui/x-tree-view@9.9.0`.
196
+
197
+ ### Scheduler
198
+
199
+ #### `@mui/x-scheduler@9.0.0-beta.5`
200
+
201
+ - [scheduler] Introduce event resource helper utilities (#23022) @mustafajw07
202
+ - [scheduler] Preserve multi-day event continuity across overflow (#22797) @mustafajw07
203
+
204
+ #### `@mui/x-scheduler-premium@9.0.0-beta.5` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
205
+
206
+ Same changes as in `@mui/x-scheduler@9.0.0-beta.5`.
207
+
208
+ ### Codemod
209
+
210
+ #### `@mui/x-codemod@9.9.0`
211
+
212
+ Internal changes.
213
+
214
+ ### Docs
215
+
216
+ - [docs] Fix broken social preview image on shared docs links (#23055) @sai6855
217
+ - [docs] Review and clean up react-chat docs demos & gallery; fix actions-bar layout (#22993) @hasdfa
218
+ - [docs] Update the Pickers recommended date library bundle sizes (#23087) @LukasTy
219
+
220
+ ### Core
221
+
222
+ - [mcp] Add `@mui/mcp` server and `@mui/x-agent-tools`. See the [README](https://github.com/mui/mui-x/blob/master/packages/mcp/README.md) for setup (#22947) @aemartos
223
+ - [code-infra] Avoid OOM in the Netlify docs build and CircleCI lint step (#23086) @LukasTy
224
+ - [code-infra] Group `@atlaskit/pragmatic-drag-and-drop` renovate updates (#23105) @LukasTy
225
+ - [code-infra] Validate npm publishing through dry run (#23038) @brijeshb42
226
+ - [docs-infra] Enable `webpackBuildWorker` to bound docs build memory (#23100) @Janpot
227
+
228
+ ### Miscellaneous
229
+
230
+ - [test] Fix flaky "should render only the pageSize" Data Grid virtualization test (#23090) @LukasTy
231
+ - [test] Track `@mui/x-chat` bundle size via native expand (#23049) @Janpot
232
+
3
233
  ## 9.8.0
4
234
 
5
235
  _Jul 2, 2026_
@@ -9,115 +9,6 @@ export declare function useExtractRichTreeViewParameters<R extends TreeViewValid
9
9
  slotProps: import("./RichTreeView.types.mjs").RichTreeViewSlotProps<R, Multiple> | undefined;
10
10
  parameters: UseTreeViewStoreParameters<RichTreeViewStore<R, Multiple>>;
11
11
  forwardedProps: {
12
- className?: string;
13
- classes?: Partial<import("./richTreeViewClasses.mjs").RichTreeViewClasses>;
14
- sx?: import("@mui/system").SxProps<import("@mui/material/styles").Theme>;
15
- defaultChecked?: boolean | undefined;
16
- defaultValue?: string | number | readonly string[] | undefined;
17
- suppressContentEditableWarning?: boolean | undefined;
18
- suppressHydrationWarning?: boolean | undefined;
19
- accessKey?: string | undefined;
20
- autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
21
- autoFocus?: boolean | undefined;
22
- contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
23
- contextMenu?: string | undefined;
24
- dir?: string | undefined;
25
- draggable?: (boolean | "true" | "false") | undefined;
26
- enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
27
- hidden?: boolean | undefined;
28
- lang?: string | undefined;
29
- nonce?: string | undefined;
30
- slot?: string | undefined;
31
- spellCheck?: (boolean | "true" | "false") | undefined;
32
- style?: React.CSSProperties | undefined;
33
- tabIndex?: number | undefined;
34
- title?: string | undefined;
35
- translate?: "yes" | "no" | undefined;
36
- radioGroup?: string | undefined;
37
- role?: React.AriaRole | undefined;
38
- about?: string | undefined;
39
- content?: string | undefined;
40
- datatype?: string | undefined;
41
- inlist?: any;
42
- prefix?: string | undefined;
43
- property?: string | undefined;
44
- rel?: string | undefined;
45
- resource?: string | undefined;
46
- rev?: string | undefined;
47
- typeof?: string | undefined;
48
- vocab?: string | undefined;
49
- autoCorrect?: string | undefined;
50
- autoSave?: string | undefined;
51
- color?: string | undefined;
52
- itemProp?: string | undefined;
53
- itemScope?: boolean | undefined;
54
- itemType?: string | undefined;
55
- itemID?: string | undefined;
56
- itemRef?: string | undefined;
57
- results?: number | undefined;
58
- security?: string | undefined;
59
- unselectable?: "on" | "off" | undefined;
60
- popover?: "" | "auto" | "manual" | "hint" | undefined;
61
- popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
62
- popoverTarget?: string | undefined;
63
- inert?: boolean | undefined;
64
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
65
- is?: string | undefined;
66
- exportparts?: string | undefined;
67
- part?: string | undefined;
68
- "aria-activedescendant"?: string | undefined;
69
- "aria-atomic"?: (boolean | "true" | "false") | undefined;
70
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
71
- "aria-braillelabel"?: string | undefined;
72
- "aria-brailleroledescription"?: string | undefined;
73
- "aria-busy"?: (boolean | "true" | "false") | undefined;
74
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
75
- "aria-colcount"?: number | undefined;
76
- "aria-colindex"?: number | undefined;
77
- "aria-colindextext"?: string | undefined;
78
- "aria-colspan"?: number | undefined;
79
- "aria-controls"?: string | undefined;
80
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
81
- "aria-describedby"?: string | undefined;
82
- "aria-description"?: string | undefined;
83
- "aria-details"?: string | undefined;
84
- "aria-disabled"?: (boolean | "true" | "false") | undefined;
85
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
86
- "aria-errormessage"?: string | undefined;
87
- "aria-expanded"?: (boolean | "true" | "false") | undefined;
88
- "aria-flowto"?: string | undefined;
89
- "aria-grabbed"?: (boolean | "true" | "false") | undefined;
90
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
91
- "aria-hidden"?: (boolean | "true" | "false") | undefined;
92
- "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
93
- "aria-keyshortcuts"?: string | undefined;
94
- "aria-label"?: string | undefined;
95
- "aria-labelledby"?: string | undefined;
96
- "aria-level"?: number | undefined;
97
- "aria-live"?: "off" | "assertive" | "polite" | undefined;
98
- "aria-modal"?: (boolean | "true" | "false") | undefined;
99
- "aria-multiline"?: (boolean | "true" | "false") | undefined;
100
- "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
101
- "aria-orientation"?: "horizontal" | "vertical" | undefined;
102
- "aria-owns"?: string | undefined;
103
- "aria-placeholder"?: string | undefined;
104
- "aria-posinset"?: number | undefined;
105
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
106
- "aria-readonly"?: (boolean | "true" | "false") | undefined;
107
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
108
- "aria-required"?: (boolean | "true" | "false") | undefined;
109
- "aria-roledescription"?: string | undefined;
110
- "aria-rowcount"?: number | undefined;
111
- "aria-rowindex"?: number | undefined;
112
- "aria-rowindextext"?: string | undefined;
113
- "aria-rowspan"?: number | undefined;
114
- "aria-selected"?: (boolean | "true" | "false") | undefined;
115
- "aria-setsize"?: number | undefined;
116
- "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
117
- "aria-valuemax"?: number | undefined;
118
- "aria-valuemin"?: number | undefined;
119
- "aria-valuenow"?: number | undefined;
120
- "aria-valuetext"?: string | undefined;
121
12
  children?: React.ReactNode | undefined;
122
13
  dangerouslySetInnerHTML?: {
123
14
  __html: string | TrustedHTML;
@@ -290,5 +181,114 @@ export declare function useExtractRichTreeViewParameters<R extends TreeViewValid
290
181
  onTransitionRunCapture?: React.TransitionEventHandler<HTMLUListElement> | undefined;
291
182
  onTransitionStart?: React.TransitionEventHandler<HTMLUListElement> | undefined;
292
183
  onTransitionStartCapture?: React.TransitionEventHandler<HTMLUListElement> | undefined;
184
+ "aria-activedescendant"?: string | undefined;
185
+ "aria-atomic"?: ("false" | "true" | boolean) | undefined;
186
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
187
+ "aria-braillelabel"?: string | undefined;
188
+ "aria-brailleroledescription"?: string | undefined;
189
+ "aria-busy"?: ("false" | "true" | boolean) | undefined;
190
+ "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
191
+ "aria-colcount"?: number | undefined;
192
+ "aria-colindex"?: number | undefined;
193
+ "aria-colindextext"?: string | undefined;
194
+ "aria-colspan"?: number | undefined;
195
+ "aria-controls"?: string | undefined;
196
+ "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
197
+ "aria-describedby"?: string | undefined;
198
+ "aria-description"?: string | undefined;
199
+ "aria-details"?: string | undefined;
200
+ "aria-disabled"?: ("false" | "true" | boolean) | undefined;
201
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
202
+ "aria-errormessage"?: string | undefined;
203
+ "aria-expanded"?: ("false" | "true" | boolean) | undefined;
204
+ "aria-flowto"?: string | undefined;
205
+ "aria-grabbed"?: ("false" | "true" | boolean) | undefined;
206
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
207
+ "aria-hidden"?: ("false" | "true" | boolean) | undefined;
208
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
209
+ "aria-keyshortcuts"?: string | undefined;
210
+ "aria-label"?: string | undefined;
211
+ "aria-labelledby"?: string | undefined;
212
+ "aria-level"?: number | undefined;
213
+ "aria-live"?: "off" | "assertive" | "polite" | undefined;
214
+ "aria-modal"?: ("false" | "true" | boolean) | undefined;
215
+ "aria-multiline"?: ("false" | "true" | boolean) | undefined;
216
+ "aria-multiselectable"?: ("false" | "true" | boolean) | undefined;
217
+ "aria-orientation"?: "horizontal" | "vertical" | undefined;
218
+ "aria-owns"?: string | undefined;
219
+ "aria-placeholder"?: string | undefined;
220
+ "aria-posinset"?: number | undefined;
221
+ "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
222
+ "aria-readonly"?: ("false" | "true" | boolean) | undefined;
223
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
224
+ "aria-required"?: ("false" | "true" | boolean) | undefined;
225
+ "aria-roledescription"?: string | undefined;
226
+ "aria-rowcount"?: number | undefined;
227
+ "aria-rowindex"?: number | undefined;
228
+ "aria-rowindextext"?: string | undefined;
229
+ "aria-rowspan"?: number | undefined;
230
+ "aria-selected"?: ("false" | "true" | boolean) | undefined;
231
+ "aria-setsize"?: number | undefined;
232
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
233
+ "aria-valuemax"?: number | undefined;
234
+ "aria-valuemin"?: number | undefined;
235
+ "aria-valuenow"?: number | undefined;
236
+ "aria-valuetext"?: string | undefined;
237
+ defaultChecked?: boolean | undefined;
238
+ defaultValue?: string | number | readonly string[] | undefined;
239
+ suppressContentEditableWarning?: boolean | undefined;
240
+ suppressHydrationWarning?: boolean | undefined;
241
+ accessKey?: string | undefined;
242
+ autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
243
+ autoFocus?: boolean | undefined;
244
+ contentEditable?: ("false" | "true" | boolean) | "inherit" | "plaintext-only" | undefined;
245
+ contextMenu?: string | undefined;
246
+ dir?: string | undefined;
247
+ draggable?: ("false" | "true" | boolean) | undefined;
248
+ enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
249
+ hidden?: boolean | undefined;
250
+ lang?: string | undefined;
251
+ nonce?: string | undefined;
252
+ slot?: string | undefined;
253
+ spellCheck?: ("false" | "true" | boolean) | undefined;
254
+ style?: React.CSSProperties | undefined;
255
+ tabIndex?: number | undefined;
256
+ title?: string | undefined;
257
+ translate?: "yes" | "no" | undefined;
258
+ radioGroup?: string | undefined;
259
+ role?: React.AriaRole | undefined;
260
+ about?: string | undefined;
261
+ content?: string | undefined;
262
+ datatype?: string | undefined;
263
+ inlist?: any;
264
+ prefix?: string | undefined;
265
+ property?: string | undefined;
266
+ rel?: string | undefined;
267
+ resource?: string | undefined;
268
+ rev?: string | undefined;
269
+ typeof?: string | undefined;
270
+ vocab?: string | undefined;
271
+ autoCorrect?: string | undefined;
272
+ autoSave?: string | undefined;
273
+ color?: string | undefined;
274
+ itemProp?: string | undefined;
275
+ itemScope?: boolean | undefined;
276
+ itemType?: string | undefined;
277
+ itemID?: string | undefined;
278
+ itemRef?: string | undefined;
279
+ results?: number | undefined;
280
+ security?: string | undefined;
281
+ unselectable?: "on" | "off" | undefined;
282
+ popover?: "" | "auto" | "manual" | "hint" | undefined;
283
+ popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
284
+ popoverTarget?: string | undefined;
285
+ inert?: boolean | undefined;
286
+ inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
287
+ is?: string | undefined;
288
+ exportparts?: string | undefined;
289
+ part?: string | undefined;
290
+ className?: string;
291
+ classes?: Partial<import("./richTreeViewClasses.mjs").RichTreeViewClasses>;
292
+ sx?: import("@mui/system").SxProps<import("@mui/material/styles").Theme>;
293
293
  };
294
294
  };