@mui/x-tree-view 9.9.0 → 9.10.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.
Files changed (26) hide show
  1. package/CHANGELOG.md +217 -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/index.js +1 -1
  9. package/index.mjs +1 -1
  10. package/internals/MinimalTreeViewStore/MinimalTreeViewStore.d.mts +18 -18
  11. package/internals/MinimalTreeViewStore/MinimalTreeViewStore.d.ts +18 -18
  12. package/internals/RichTreeViewStore/RichTreeViewStore.d.mts +17 -17
  13. package/internals/RichTreeViewStore/RichTreeViewStore.d.ts +17 -17
  14. package/internals/hooks/useTreeViewRootProps.d.mts +110 -110
  15. package/internals/hooks/useTreeViewRootProps.d.ts +110 -110
  16. package/internals/plugins/expansion/utils.d.mts +1 -1
  17. package/internals/plugins/expansion/utils.d.ts +1 -1
  18. package/internals/plugins/items/TreeViewItemsPlugin.d.mts +1 -1
  19. package/internals/plugins/items/TreeViewItemsPlugin.d.ts +1 -1
  20. package/internals/plugins/labelEditing/TreeViewLabelEditingPlugin.d.mts +1 -1
  21. package/internals/plugins/labelEditing/TreeViewLabelEditingPlugin.d.ts +1 -1
  22. package/internals/plugins/selection/TreeViewSelectionPlugin.js +16 -7
  23. package/internals/plugins/selection/TreeViewSelectionPlugin.mjs +16 -7
  24. package/internals/plugins/selection/itemPlugin.js +17 -6
  25. package/internals/plugins/selection/itemPlugin.mjs +17 -6
  26. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,222 @@
1
1
  # Changelog
2
2
 
3
+ ## 9.10.1
4
+
5
+ _Jul 23, 2026_
6
+
7
+ We'd like to extend a big thank you to the 11 contributors who made this release possible. Here are some highlights ✨:
8
+
9
+ - 🦮 Improve accessibility of the Charts and Pickers components.
10
+ - 🐞 Bugfixes
11
+ - 📚 Documentation improvements
12
+
13
+ Special thanks go out to these community members for their valuable contributions:
14
+ @kevincorizi-sbt, @mustafajw07, @SamanPandey-in
15
+
16
+ The following team members contributed to this release:
17
+ @brijeshb42, @hasdfa, @JCQuintas, @LukasTy, @michelengelen, @noraleonte, @rita-codes, @silviuaavram
18
+
19
+ ### Data Grid
20
+
21
+ #### `@mui/x-data-grid@9.10.1`
22
+
23
+ - [data grid] Fix `getColumn` return type not reflecting that it can return undefined (#23165) @JCQuintas
24
+
25
+ #### `@mui/x-data-grid-pro@9.10.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
26
+
27
+ Same changes as in `@mui/x-data-grid@9.10.1`.
28
+
29
+ #### `@mui/x-data-grid-premium@9.10.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
30
+
31
+ Same changes as in `@mui/x-data-grid-pro@9.10.1`.
32
+
33
+ ### Date and Time Pickers
34
+
35
+ #### `@mui/x-date-pickers@9.10.1`
36
+
37
+ - [pickers] Fix format placeholder brightness with a start adornment (#23189) @LukasTy
38
+
39
+ #### `@mui/x-date-pickers-pro@9.10.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
40
+
41
+ Same changes as in `@mui/x-date-pickers@9.10.1`, plus:
42
+
43
+ - [DateRangePicker] Fix broken active range position underline in single input range fields (#23166) @LukasTy
44
+
45
+ ### Charts
46
+
47
+ #### `@mui/x-charts@9.10.1`
48
+
49
+ - [charts] Fix pie chart disappearing when an arc spans almost the full circle (#23145) @JCQuintas
50
+ - [charts] Set `aria-hidden` on accessibility proxy divs at initialization (#23186) @kevincorizi-sbt
51
+ - [charts] Fix keyboard navigation on series with different lengths (#23182) @JCQuintas
52
+ - [charts] Fix out of bounds keyboard navigation (#23180) @silviuaavram
53
+
54
+ #### `@mui/x-charts-pro@9.10.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
55
+
56
+ Same changes as in `@mui/x-charts@9.10.1`, plus:
57
+
58
+ - [charts-pro] Fix highlight shifting on sampled bar charts (#23190) @noraleonte
59
+ - [charts-pro] Sampled band highlight falls back to single-band width for Date/object values (#23024) @SamanPandey-in
60
+
61
+ #### `@mui/x-charts-premium@9.10.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
62
+
63
+ Same changes as in `@mui/x-charts-pro@9.10.1`.
64
+
65
+ ### Tree View
66
+
67
+ #### `@mui/x-tree-view@9.10.1`
68
+
69
+ - [TreeView] Fix selection propagation to exclude disabled items (#23012) @michelengelen
70
+
71
+ #### `@mui/x-tree-view-pro@9.10.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
72
+
73
+ Same changes as in `@mui/x-tree-view@9.10.1`.
74
+
75
+ ### Scheduler
76
+
77
+ #### `@mui/x-scheduler@9.0.0-beta.7`
78
+
79
+ - [scheduler] Polish `EventCalendar` rendering for multi-resource events (#23161) @mustafajw07
80
+ - [scheduler] Responsive header (#22954) @noraleonte
81
+
82
+ #### `@mui/x-scheduler-premium@9.0.0-beta.7` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
83
+
84
+ Same changes as in `@mui/x-scheduler@9.0.0-beta.7`, plus:
85
+
86
+ - [scheduler-premium] Add the dependencies data model (#23117) @rita-codes
87
+ - [scheduler-premium] Dependencies - Render the FS arrow (#23162) @rita-codes
88
+
89
+ ### Codemod
90
+
91
+ #### `@mui/x-codemod@9.10.1`
92
+
93
+ Internal changes.
94
+
95
+ ### Docs
96
+
97
+ - [docs] Fix clearing, layout shift, and prop leak in Pickers demos (#23191) @LukasTy
98
+
99
+ ### Core
100
+
101
+ - [code-infra] Validate working of specific code-infra canary (#23207) @brijeshb42
102
+
103
+ ### Miscellaneous
104
+
105
+ - [chat] Normalize message part link URLs (#23187) @hasdfa
106
+ - [x-chat] Fix object URL leaks for submitted attachments (#23198) @hasdfa
107
+ - [internals] Make disposable types self-contained without `esnext.disposable` lib (#23164) @JCQuintas
108
+
109
+ ## 9.10.0
110
+
111
+ _Jul 17, 2026_
112
+
113
+ We'd like to extend a big thank you to the 7 contributors who made this release possible. Here are some highlights ✨:
114
+
115
+ - 📊 Provide `dataIndex` in `LinePlot` and `AreaPlot` `onItemClick` for Charts
116
+ - ⚙️ Allow opt-in `data-*` attributes on `slotProps`. [Read more](https://mui.com/x/common-concepts/custom-components/#passing-data-attributes-to-slots)
117
+ - 🐞 Bugfixes
118
+ - 📚 Documentation improvements
119
+
120
+ Special thanks go out to these community members for their valuable contributions:
121
+ @Anexus5919, @mustafajw07
122
+
123
+ The following team members contributed to this release:
124
+ @brijeshb42, @Janpot, @JCQuintas, @LukasTy, @noraleonte
125
+
126
+ ### Data Grid
127
+
128
+ #### `@mui/x-data-grid@9.10.0`
129
+
130
+ Internal changes.
131
+
132
+ #### `@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')
133
+
134
+ Same changes as in `@mui/x-data-grid@9.10.0`.
135
+
136
+ #### `@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')
137
+
138
+ Same changes as in `@mui/x-data-grid-pro@9.10.0`.
139
+
140
+ ### Date and Time Pickers
141
+
142
+ #### `@mui/x-date-pickers@9.10.0`
143
+
144
+ Internal changes.
145
+
146
+ #### `@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')
147
+
148
+ Same changes as in `@mui/x-date-pickers@9.10.0`.
149
+
150
+ ### Charts
151
+
152
+ #### `@mui/x-charts@9.10.0`
153
+
154
+ - [charts] Provide `dataIndex` in `LinePlot` and `AreaPlot` `onItemClick` (#23144) @JCQuintas
155
+
156
+ #### `@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')
157
+
158
+ Same changes as in `@mui/x-charts@9.10.0`.
159
+
160
+ #### `@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')
161
+
162
+ Same changes as in `@mui/x-charts-pro@9.10.0`.
163
+
164
+ ### Tree View
165
+
166
+ #### `@mui/x-tree-view@9.10.0`
167
+
168
+ Internal changes.
169
+
170
+ #### `@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')
171
+
172
+ Same changes as in `@mui/x-tree-view@9.10.0`, plus:
173
+
174
+ - [tree-view] Fix pre-loaded items not caching (#23155) @noraleonte
175
+
176
+ ### Scheduler
177
+
178
+ #### `@mui/x-scheduler@9.0.0-beta.6`
179
+
180
+ - [scheduler] Carry custom event data through the edit dialog submit (#22874) @Anexus5919
181
+ - [scheduler] Support array values for `CalendarEvent.resource` (#23109) @mustafajw07
182
+
183
+ #### `@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')
184
+
185
+ Same changes as in `@mui/x-scheduler@9.0.0-beta.6`.
186
+
187
+ ### Chat
188
+
189
+ #### `@mui/x-chat@9.0.0-alpha.14`
190
+
191
+ - [chat] Reuse `resolveComponentProps` from `@mui/utils` (#23095) @LukasTy
192
+
193
+ #### `@mui/x-chat-headless@9.0.0-alpha.14`
194
+
195
+ Internal changes.
196
+
197
+ ### Codemod
198
+
199
+ #### `@mui/x-codemod@9.10.0`
200
+
201
+ Internal changes.
202
+
203
+ ### Docs
204
+
205
+ - [docs] Fix bugs on Scheduler overview page (#23147) @noraleonte
206
+
207
+ ### Core
208
+
209
+ - [code-infra] Fix changelog dependency exclusion and l10n routing (#23112) @LukasTy
210
+ - [code-infra] Port codebase to use `tsgo` (#22826) @brijeshb42
211
+ - [code-infra] Reduce `release:build` concurrency to mitigate `tsgo` OOM kills (#23139) @LukasTy
212
+ - [core] Allow opt-in `data-*` attributes on `slotProps` (#22128) @LukasTy
213
+
214
+ ### Miscellaneous
215
+
216
+ - [core] Ignore `code-infra-renovate[bot]` commits in changelog (#23153) @Janpot
217
+ - [website] Fix broken `ChatBox` API link (#23149) @brijeshb42
218
+ - [test] Fix WebGL benchmark timeout on CI (#23142) @JCQuintas
219
+
3
220
  ## 9.9.0
4
221
 
5
222
  _Jul 9, 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
  };