@mui/x-tree-view 9.9.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.
- package/CHANGELOG.md +111 -0
- package/RichTreeView/useExtractRichTreeViewParameters.d.mts +109 -109
- package/RichTreeView/useExtractRichTreeViewParameters.d.ts +109 -109
- package/SimpleTreeView/useExtractSimpleTreeViewParameters.d.mts +110 -110
- package/SimpleTreeView/useExtractSimpleTreeViewParameters.d.ts +110 -110
- package/TreeItem/TreeItem.d.mts +1 -1
- package/TreeItem/TreeItem.d.ts +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/internals/MinimalTreeViewStore/MinimalTreeViewStore.d.mts +17 -17
- package/internals/MinimalTreeViewStore/MinimalTreeViewStore.d.ts +17 -17
- package/internals/RichTreeViewStore/RichTreeViewStore.d.mts +17 -17
- package/internals/RichTreeViewStore/RichTreeViewStore.d.ts +17 -17
- package/internals/hooks/useTreeViewRootProps.d.mts +110 -110
- package/internals/hooks/useTreeViewRootProps.d.ts +110 -110
- package/internals/plugins/expansion/utils.d.mts +1 -1
- package/internals/plugins/expansion/utils.d.ts +1 -1
- package/internals/plugins/items/TreeViewItemsPlugin.d.mts +1 -1
- package/internals/plugins/items/TreeViewItemsPlugin.d.ts +1 -1
- package/internals/plugins/labelEditing/TreeViewLabelEditingPlugin.d.mts +1 -1
- package/internals/plugins/labelEditing/TreeViewLabelEditingPlugin.d.ts +1 -1
- package/package.json +3 -3
|
@@ -8,116 +8,6 @@ export declare function useExtractSimpleTreeViewParameters<Multiple extends bool
|
|
|
8
8
|
slotProps: import("./SimpleTreeView.types.mjs").SimpleTreeViewSlotProps | undefined;
|
|
9
9
|
parameters: UseTreeViewStoreParameters<SimpleTreeViewStore<Multiple>>;
|
|
10
10
|
forwardedProps: {
|
|
11
|
-
children?: React.ReactNode;
|
|
12
|
-
className?: string;
|
|
13
|
-
classes?: Partial<import("./simpleTreeViewClasses.mjs").SimpleTreeViewClasses>;
|
|
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
11
|
dangerouslySetInnerHTML?: {
|
|
122
12
|
__html: string | TrustedHTML;
|
|
123
13
|
} | undefined;
|
|
@@ -289,5 +179,115 @@ export declare function useExtractSimpleTreeViewParameters<Multiple extends bool
|
|
|
289
179
|
onTransitionRunCapture?: React.TransitionEventHandler<HTMLUListElement> | undefined;
|
|
290
180
|
onTransitionStart?: React.TransitionEventHandler<HTMLUListElement> | undefined;
|
|
291
181
|
onTransitionStartCapture?: React.TransitionEventHandler<HTMLUListElement> | undefined;
|
|
182
|
+
"aria-activedescendant"?: string | undefined;
|
|
183
|
+
"aria-atomic"?: ("false" | "true" | boolean) | undefined;
|
|
184
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
185
|
+
"aria-braillelabel"?: string | undefined;
|
|
186
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
187
|
+
"aria-busy"?: ("false" | "true" | boolean) | undefined;
|
|
188
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
189
|
+
"aria-colcount"?: number | undefined;
|
|
190
|
+
"aria-colindex"?: number | undefined;
|
|
191
|
+
"aria-colindextext"?: string | undefined;
|
|
192
|
+
"aria-colspan"?: number | undefined;
|
|
193
|
+
"aria-controls"?: string | undefined;
|
|
194
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
195
|
+
"aria-describedby"?: string | undefined;
|
|
196
|
+
"aria-description"?: string | undefined;
|
|
197
|
+
"aria-details"?: string | undefined;
|
|
198
|
+
"aria-disabled"?: ("false" | "true" | boolean) | undefined;
|
|
199
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
200
|
+
"aria-errormessage"?: string | undefined;
|
|
201
|
+
"aria-expanded"?: ("false" | "true" | boolean) | undefined;
|
|
202
|
+
"aria-flowto"?: string | undefined;
|
|
203
|
+
"aria-grabbed"?: ("false" | "true" | boolean) | undefined;
|
|
204
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
205
|
+
"aria-hidden"?: ("false" | "true" | boolean) | undefined;
|
|
206
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
207
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
208
|
+
"aria-label"?: string | undefined;
|
|
209
|
+
"aria-labelledby"?: string | undefined;
|
|
210
|
+
"aria-level"?: number | undefined;
|
|
211
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
212
|
+
"aria-modal"?: ("false" | "true" | boolean) | undefined;
|
|
213
|
+
"aria-multiline"?: ("false" | "true" | boolean) | undefined;
|
|
214
|
+
"aria-multiselectable"?: ("false" | "true" | boolean) | undefined;
|
|
215
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
216
|
+
"aria-owns"?: string | undefined;
|
|
217
|
+
"aria-placeholder"?: string | undefined;
|
|
218
|
+
"aria-posinset"?: number | undefined;
|
|
219
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
220
|
+
"aria-readonly"?: ("false" | "true" | boolean) | undefined;
|
|
221
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
222
|
+
"aria-required"?: ("false" | "true" | boolean) | undefined;
|
|
223
|
+
"aria-roledescription"?: string | undefined;
|
|
224
|
+
"aria-rowcount"?: number | undefined;
|
|
225
|
+
"aria-rowindex"?: number | undefined;
|
|
226
|
+
"aria-rowindextext"?: string | undefined;
|
|
227
|
+
"aria-rowspan"?: number | undefined;
|
|
228
|
+
"aria-selected"?: ("false" | "true" | boolean) | undefined;
|
|
229
|
+
"aria-setsize"?: number | undefined;
|
|
230
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
231
|
+
"aria-valuemax"?: number | undefined;
|
|
232
|
+
"aria-valuemin"?: number | undefined;
|
|
233
|
+
"aria-valuenow"?: number | undefined;
|
|
234
|
+
"aria-valuetext"?: string | undefined;
|
|
235
|
+
defaultChecked?: boolean | undefined;
|
|
236
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
237
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
238
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
239
|
+
accessKey?: string | undefined;
|
|
240
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
241
|
+
autoFocus?: boolean | undefined;
|
|
242
|
+
contentEditable?: ("false" | "true" | boolean) | "inherit" | "plaintext-only" | undefined;
|
|
243
|
+
contextMenu?: string | undefined;
|
|
244
|
+
dir?: string | undefined;
|
|
245
|
+
draggable?: ("false" | "true" | boolean) | undefined;
|
|
246
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
247
|
+
hidden?: boolean | undefined;
|
|
248
|
+
lang?: string | undefined;
|
|
249
|
+
nonce?: string | undefined;
|
|
250
|
+
slot?: string | undefined;
|
|
251
|
+
spellCheck?: ("false" | "true" | boolean) | undefined;
|
|
252
|
+
style?: React.CSSProperties | undefined;
|
|
253
|
+
tabIndex?: number | undefined;
|
|
254
|
+
title?: string | undefined;
|
|
255
|
+
translate?: "yes" | "no" | undefined;
|
|
256
|
+
radioGroup?: string | undefined;
|
|
257
|
+
role?: React.AriaRole | undefined;
|
|
258
|
+
about?: string | undefined;
|
|
259
|
+
content?: string | undefined;
|
|
260
|
+
datatype?: string | undefined;
|
|
261
|
+
inlist?: any;
|
|
262
|
+
prefix?: string | undefined;
|
|
263
|
+
property?: string | undefined;
|
|
264
|
+
rel?: string | undefined;
|
|
265
|
+
resource?: string | undefined;
|
|
266
|
+
rev?: string | undefined;
|
|
267
|
+
typeof?: string | undefined;
|
|
268
|
+
vocab?: string | undefined;
|
|
269
|
+
autoCorrect?: string | undefined;
|
|
270
|
+
autoSave?: string | undefined;
|
|
271
|
+
color?: string | undefined;
|
|
272
|
+
itemProp?: string | undefined;
|
|
273
|
+
itemScope?: boolean | undefined;
|
|
274
|
+
itemType?: string | undefined;
|
|
275
|
+
itemID?: string | undefined;
|
|
276
|
+
itemRef?: string | undefined;
|
|
277
|
+
results?: number | undefined;
|
|
278
|
+
security?: string | undefined;
|
|
279
|
+
unselectable?: "on" | "off" | undefined;
|
|
280
|
+
popover?: "" | "auto" | "manual" | "hint" | undefined;
|
|
281
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
|
282
|
+
popoverTarget?: string | undefined;
|
|
283
|
+
inert?: boolean | undefined;
|
|
284
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
285
|
+
is?: string | undefined;
|
|
286
|
+
exportparts?: string | undefined;
|
|
287
|
+
part?: string | undefined;
|
|
288
|
+
children?: React.ReactNode;
|
|
289
|
+
className?: string;
|
|
290
|
+
classes?: Partial<import("./simpleTreeViewClasses.mjs").SimpleTreeViewClasses>;
|
|
291
|
+
sx?: import("@mui/system").SxProps<import("@mui/material/styles").Theme>;
|
|
292
292
|
};
|
|
293
293
|
};
|
|
@@ -8,116 +8,6 @@ export declare function useExtractSimpleTreeViewParameters<Multiple extends bool
|
|
|
8
8
|
slotProps: import("./SimpleTreeView.types.js").SimpleTreeViewSlotProps | undefined;
|
|
9
9
|
parameters: UseTreeViewStoreParameters<SimpleTreeViewStore<Multiple>>;
|
|
10
10
|
forwardedProps: {
|
|
11
|
-
children?: React.ReactNode;
|
|
12
|
-
className?: string;
|
|
13
|
-
classes?: Partial<import("./simpleTreeViewClasses.js").SimpleTreeViewClasses>;
|
|
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
11
|
dangerouslySetInnerHTML?: {
|
|
122
12
|
__html: string | TrustedHTML;
|
|
123
13
|
} | undefined;
|
|
@@ -289,5 +179,115 @@ export declare function useExtractSimpleTreeViewParameters<Multiple extends bool
|
|
|
289
179
|
onTransitionRunCapture?: React.TransitionEventHandler<HTMLUListElement> | undefined;
|
|
290
180
|
onTransitionStart?: React.TransitionEventHandler<HTMLUListElement> | undefined;
|
|
291
181
|
onTransitionStartCapture?: React.TransitionEventHandler<HTMLUListElement> | undefined;
|
|
182
|
+
"aria-activedescendant"?: string | undefined;
|
|
183
|
+
"aria-atomic"?: ("false" | "true" | boolean) | undefined;
|
|
184
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
185
|
+
"aria-braillelabel"?: string | undefined;
|
|
186
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
187
|
+
"aria-busy"?: ("false" | "true" | boolean) | undefined;
|
|
188
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
189
|
+
"aria-colcount"?: number | undefined;
|
|
190
|
+
"aria-colindex"?: number | undefined;
|
|
191
|
+
"aria-colindextext"?: string | undefined;
|
|
192
|
+
"aria-colspan"?: number | undefined;
|
|
193
|
+
"aria-controls"?: string | undefined;
|
|
194
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
195
|
+
"aria-describedby"?: string | undefined;
|
|
196
|
+
"aria-description"?: string | undefined;
|
|
197
|
+
"aria-details"?: string | undefined;
|
|
198
|
+
"aria-disabled"?: ("false" | "true" | boolean) | undefined;
|
|
199
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
200
|
+
"aria-errormessage"?: string | undefined;
|
|
201
|
+
"aria-expanded"?: ("false" | "true" | boolean) | undefined;
|
|
202
|
+
"aria-flowto"?: string | undefined;
|
|
203
|
+
"aria-grabbed"?: ("false" | "true" | boolean) | undefined;
|
|
204
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
205
|
+
"aria-hidden"?: ("false" | "true" | boolean) | undefined;
|
|
206
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
207
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
208
|
+
"aria-label"?: string | undefined;
|
|
209
|
+
"aria-labelledby"?: string | undefined;
|
|
210
|
+
"aria-level"?: number | undefined;
|
|
211
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
212
|
+
"aria-modal"?: ("false" | "true" | boolean) | undefined;
|
|
213
|
+
"aria-multiline"?: ("false" | "true" | boolean) | undefined;
|
|
214
|
+
"aria-multiselectable"?: ("false" | "true" | boolean) | undefined;
|
|
215
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
216
|
+
"aria-owns"?: string | undefined;
|
|
217
|
+
"aria-placeholder"?: string | undefined;
|
|
218
|
+
"aria-posinset"?: number | undefined;
|
|
219
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
220
|
+
"aria-readonly"?: ("false" | "true" | boolean) | undefined;
|
|
221
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
222
|
+
"aria-required"?: ("false" | "true" | boolean) | undefined;
|
|
223
|
+
"aria-roledescription"?: string | undefined;
|
|
224
|
+
"aria-rowcount"?: number | undefined;
|
|
225
|
+
"aria-rowindex"?: number | undefined;
|
|
226
|
+
"aria-rowindextext"?: string | undefined;
|
|
227
|
+
"aria-rowspan"?: number | undefined;
|
|
228
|
+
"aria-selected"?: ("false" | "true" | boolean) | undefined;
|
|
229
|
+
"aria-setsize"?: number | undefined;
|
|
230
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
231
|
+
"aria-valuemax"?: number | undefined;
|
|
232
|
+
"aria-valuemin"?: number | undefined;
|
|
233
|
+
"aria-valuenow"?: number | undefined;
|
|
234
|
+
"aria-valuetext"?: string | undefined;
|
|
235
|
+
defaultChecked?: boolean | undefined;
|
|
236
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
237
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
238
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
239
|
+
accessKey?: string | undefined;
|
|
240
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
241
|
+
autoFocus?: boolean | undefined;
|
|
242
|
+
contentEditable?: ("false" | "true" | boolean) | "inherit" | "plaintext-only" | undefined;
|
|
243
|
+
contextMenu?: string | undefined;
|
|
244
|
+
dir?: string | undefined;
|
|
245
|
+
draggable?: ("false" | "true" | boolean) | undefined;
|
|
246
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
247
|
+
hidden?: boolean | undefined;
|
|
248
|
+
lang?: string | undefined;
|
|
249
|
+
nonce?: string | undefined;
|
|
250
|
+
slot?: string | undefined;
|
|
251
|
+
spellCheck?: ("false" | "true" | boolean) | undefined;
|
|
252
|
+
style?: React.CSSProperties | undefined;
|
|
253
|
+
tabIndex?: number | undefined;
|
|
254
|
+
title?: string | undefined;
|
|
255
|
+
translate?: "yes" | "no" | undefined;
|
|
256
|
+
radioGroup?: string | undefined;
|
|
257
|
+
role?: React.AriaRole | undefined;
|
|
258
|
+
about?: string | undefined;
|
|
259
|
+
content?: string | undefined;
|
|
260
|
+
datatype?: string | undefined;
|
|
261
|
+
inlist?: any;
|
|
262
|
+
prefix?: string | undefined;
|
|
263
|
+
property?: string | undefined;
|
|
264
|
+
rel?: string | undefined;
|
|
265
|
+
resource?: string | undefined;
|
|
266
|
+
rev?: string | undefined;
|
|
267
|
+
typeof?: string | undefined;
|
|
268
|
+
vocab?: string | undefined;
|
|
269
|
+
autoCorrect?: string | undefined;
|
|
270
|
+
autoSave?: string | undefined;
|
|
271
|
+
color?: string | undefined;
|
|
272
|
+
itemProp?: string | undefined;
|
|
273
|
+
itemScope?: boolean | undefined;
|
|
274
|
+
itemType?: string | undefined;
|
|
275
|
+
itemID?: string | undefined;
|
|
276
|
+
itemRef?: string | undefined;
|
|
277
|
+
results?: number | undefined;
|
|
278
|
+
security?: string | undefined;
|
|
279
|
+
unselectable?: "on" | "off" | undefined;
|
|
280
|
+
popover?: "" | "auto" | "manual" | "hint" | undefined;
|
|
281
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
|
282
|
+
popoverTarget?: string | undefined;
|
|
283
|
+
inert?: boolean | undefined;
|
|
284
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
285
|
+
is?: string | undefined;
|
|
286
|
+
exportparts?: string | undefined;
|
|
287
|
+
part?: string | undefined;
|
|
288
|
+
children?: React.ReactNode;
|
|
289
|
+
className?: string;
|
|
290
|
+
classes?: Partial<import("./simpleTreeViewClasses.js").SimpleTreeViewClasses>;
|
|
291
|
+
sx?: import("@mui/system").SxProps<import("@mui/material/styles").Theme>;
|
|
292
292
|
};
|
|
293
293
|
};
|
package/TreeItem/TreeItem.d.mts
CHANGED
|
@@ -15,7 +15,7 @@ export declare const TreeItemErrorContainer: import("@emotion/styled").StyledCom
|
|
|
15
15
|
export declare const TreeItemLoadingContainer: import("@emotion/styled").StyledComponent<Pick<import("@mui/material/CircularProgress").CircularProgressProps, keyof import("@mui/material/CircularProgress").CircularProgressProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
16
16
|
export declare const TreeItemCheckbox: import("@emotion/styled").StyledComponent<Pick<Omit<CheckboxProps & {
|
|
17
17
|
visible?: boolean;
|
|
18
|
-
}, "ref"> & React.RefAttributes<HTMLButtonElement>, "
|
|
18
|
+
}, "ref"> & React.RefAttributes<HTMLButtonElement>, "LinkComponent" | "TouchRippleProps" | "about" | "accessKey" | "action" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "autoCapitalize" | "autoCorrect" | "autoFocus" | "autoSave" | "centerRipple" | "checked" | "checkedIcon" | "className" | "classes" | "color" | "component" | "content" | "contentEditable" | "contextMenu" | "dangerouslySetInnerHTML" | "datatype" | "defaultChecked" | "defaultValue" | "dir" | "disableFocusRipple" | "disableRipple" | "disableTouchRipple" | "disabled" | "draggable" | "edge" | "enterKeyHint" | "exportparts" | "focusRipple" | "focusVisibleClassName" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "hidden" | "icon" | "id" | "indeterminate" | "indeterminateIcon" | "inert" | "inlist" | "inputMode" | "is" | "itemID" | "itemProp" | "itemRef" | "itemScope" | "itemType" | "lang" | "name" | "nonce" | "onAbort" | "onAbortCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAuxClick" | "onAuxClickCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onBeforeToggle" | "onBlur" | "onBlurCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onChange" | "onChangeCapture" | "onClick" | "onClickCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onContextMenu" | "onContextMenuCapture" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onError" | "onErrorCapture" | "onFocus" | "onFocusCapture" | "onFocusVisible" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onInput" | "onInputCapture" | "onInvalid" | "onInvalidCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onLoad" | "onLoadCapture" | "onLoadStart" | "onLoadStartCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onPaste" | "onPasteCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "onPointerMoveCapture" | "onPointerOut" | "onPointerOutCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerUp" | "onPointerUpCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onReset" | "onResetCapture" | "onScroll" | "onScrollCapture" | "onScrollEnd" | "onScrollEndCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onSelect" | "onSelectCapture" | "onStalled" | "onStalledCapture" | "onSubmit" | "onSubmitCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onToggle" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onWheel" | "onWheelCapture" | "part" | "popover" | "popoverTarget" | "popoverTargetAction" | "prefix" | "property" | "radioGroup" | "readOnly" | "rel" | "required" | "resource" | "results" | "rev" | "role" | "security" | "size" | "slot" | "slotProps" | "slots" | "spellCheck" | "style" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "sx" | "tabIndex" | "title" | "touchRippleRef" | "translate" | "typeof" | "unselectable" | "value" | "visible" | "vocab" | keyof React.RefAttributes<HTMLButtonElement>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
19
19
|
type TreeItemComponent = ((props: TreeItemProps & React.RefAttributes<HTMLLIElement>) => React.JSX.Element) & {
|
|
20
20
|
propTypes?: any;
|
|
21
21
|
};
|
package/TreeItem/TreeItem.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ export declare const TreeItemErrorContainer: import("@emotion/styled").StyledCom
|
|
|
15
15
|
export declare const TreeItemLoadingContainer: import("@emotion/styled").StyledComponent<Pick<import("@mui/material/CircularProgress").CircularProgressProps, keyof import("@mui/material/CircularProgress").CircularProgressProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
16
16
|
export declare const TreeItemCheckbox: import("@emotion/styled").StyledComponent<Pick<Omit<CheckboxProps & {
|
|
17
17
|
visible?: boolean;
|
|
18
|
-
}, "ref"> & React.RefAttributes<HTMLButtonElement>, "
|
|
18
|
+
}, "ref"> & React.RefAttributes<HTMLButtonElement>, "LinkComponent" | "TouchRippleProps" | "about" | "accessKey" | "action" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "autoCapitalize" | "autoCorrect" | "autoFocus" | "autoSave" | "centerRipple" | "checked" | "checkedIcon" | "className" | "classes" | "color" | "component" | "content" | "contentEditable" | "contextMenu" | "dangerouslySetInnerHTML" | "datatype" | "defaultChecked" | "defaultValue" | "dir" | "disableFocusRipple" | "disableRipple" | "disableTouchRipple" | "disabled" | "draggable" | "edge" | "enterKeyHint" | "exportparts" | "focusRipple" | "focusVisibleClassName" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "hidden" | "icon" | "id" | "indeterminate" | "indeterminateIcon" | "inert" | "inlist" | "inputMode" | "is" | "itemID" | "itemProp" | "itemRef" | "itemScope" | "itemType" | "lang" | "name" | "nonce" | "onAbort" | "onAbortCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAuxClick" | "onAuxClickCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onBeforeToggle" | "onBlur" | "onBlurCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onChange" | "onChangeCapture" | "onClick" | "onClickCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onContextMenu" | "onContextMenuCapture" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onError" | "onErrorCapture" | "onFocus" | "onFocusCapture" | "onFocusVisible" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onInput" | "onInputCapture" | "onInvalid" | "onInvalidCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onLoad" | "onLoadCapture" | "onLoadStart" | "onLoadStartCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onPaste" | "onPasteCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "onPointerMoveCapture" | "onPointerOut" | "onPointerOutCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerUp" | "onPointerUpCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onReset" | "onResetCapture" | "onScroll" | "onScrollCapture" | "onScrollEnd" | "onScrollEndCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onSelect" | "onSelectCapture" | "onStalled" | "onStalledCapture" | "onSubmit" | "onSubmitCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onToggle" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onWheel" | "onWheelCapture" | "part" | "popover" | "popoverTarget" | "popoverTargetAction" | "prefix" | "property" | "radioGroup" | "readOnly" | "rel" | "required" | "resource" | "results" | "rev" | "role" | "security" | "size" | "slot" | "slotProps" | "slots" | "spellCheck" | "style" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "sx" | "tabIndex" | "title" | "touchRippleRef" | "translate" | "typeof" | "unselectable" | "value" | "visible" | "vocab" | keyof React.RefAttributes<HTMLButtonElement>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
19
19
|
type TreeItemComponent = ((props: TreeItemProps & React.RefAttributes<HTMLLIElement>) => React.JSX.Element) & {
|
|
20
20
|
propTypes?: any;
|
|
21
21
|
};
|
package/index.js
CHANGED
package/index.mjs
CHANGED