@mui/x-tree-view 9.0.0 → 9.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +94 -6891
- package/TreeItem/TreeItem.types.d.mts +1 -1
- package/TreeItem/TreeItem.types.d.ts +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -58,7 +58,7 @@ export interface TreeItemSlots extends TreeItemIconSlots {
|
|
|
58
58
|
*/
|
|
59
59
|
errorIcon?: React.ElementType;
|
|
60
60
|
/**
|
|
61
|
-
* The component that is rendered when the item is in
|
|
61
|
+
* The component that is rendered when the item is in a loading state.
|
|
62
62
|
* Warning: This slot is only useful when using the `<RichTreeViewPro />` component is lazy loading is enabled.
|
|
63
63
|
* @default TreeItemLoadingContainer
|
|
64
64
|
*/
|
|
@@ -58,7 +58,7 @@ export interface TreeItemSlots extends TreeItemIconSlots {
|
|
|
58
58
|
*/
|
|
59
59
|
errorIcon?: React.ElementType;
|
|
60
60
|
/**
|
|
61
|
-
* The component that is rendered when the item is in
|
|
61
|
+
* The component that is rendered when the item is in a loading state.
|
|
62
62
|
* Warning: This slot is only useful when using the `<RichTreeViewPro />` component is lazy loading is enabled.
|
|
63
63
|
* @default TreeItemLoadingContainer
|
|
64
64
|
*/
|
package/index.js
CHANGED
package/index.mjs
CHANGED