diff --git a/docs/data/tree-view/rich-tree-view/customization/customization.md b/docs/data/tree-view/rich-tree-view/customization/customization.md index ae18c0407ee10..31172e0714200 100644 --- a/docs/data/tree-view/rich-tree-view/customization/customization.md +++ b/docs/data/tree-view/rich-tree-view/customization/customization.md @@ -1,6 +1,5 @@ --- productId: x-tree-view -title: Rich Tree View - Customization components: RichTreeView, TreeItem packageName: '@mui/x-tree-view' githubLabel: 'component: tree view' diff --git a/docs/data/tree-view/rich-tree-view/editing/editing.md b/docs/data/tree-view/rich-tree-view/editing/editing.md index 743dcf808dea0..aaa70c2ae28e4 100644 --- a/docs/data/tree-view/rich-tree-view/editing/editing.md +++ b/docs/data/tree-view/rich-tree-view/editing/editing.md @@ -1,6 +1,5 @@ --- productId: x-tree-view -title: Rich Tree View - Editing components: RichTreeView, TreeItem githubLabel: 'component: tree view' packageName: '@mui/x-tree-view' diff --git a/docs/data/tree-view/rich-tree-view/expansion/expansion.md b/docs/data/tree-view/rich-tree-view/expansion/expansion.md index 84bcb34b503b5..2ca0d544853bd 100644 --- a/docs/data/tree-view/rich-tree-view/expansion/expansion.md +++ b/docs/data/tree-view/rich-tree-view/expansion/expansion.md @@ -1,6 +1,5 @@ --- productId: x-tree-view -title: Rich Tree View - Expansion components: RichTreeView, TreeItem packageName: '@mui/x-tree-view' githubLabel: 'component: tree view' diff --git a/docs/data/tree-view/rich-tree-view/focus/focus.md b/docs/data/tree-view/rich-tree-view/focus/focus.md index 9a23786173ea7..506ceb0423c5a 100644 --- a/docs/data/tree-view/rich-tree-view/focus/focus.md +++ b/docs/data/tree-view/rich-tree-view/focus/focus.md @@ -1,6 +1,5 @@ --- productId: x-tree-view -title: Rich Tree View - Focus components: RichTreeView, TreeItem packageName: '@mui/x-tree-view' githubLabel: 'component: tree view' diff --git a/docs/data/tree-view/rich-tree-view/headless/headless.md b/docs/data/tree-view/rich-tree-view/headless/headless.md index ece539bc73d5d..21ccf76210a55 100644 --- a/docs/data/tree-view/rich-tree-view/headless/headless.md +++ b/docs/data/tree-view/rich-tree-view/headless/headless.md @@ -1,6 +1,5 @@ --- productId: x-tree-view -title: Rich Tree View - Headless packageName: '@mui/x-tree-view' githubLabel: 'component: tree view' waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/treeview/ diff --git a/docs/data/tree-view/rich-tree-view/items/items.md b/docs/data/tree-view/rich-tree-view/items/items.md index 49db9da0a4e2b..63a9c2961e5b9 100644 --- a/docs/data/tree-view/rich-tree-view/items/items.md +++ b/docs/data/tree-view/rich-tree-view/items/items.md @@ -1,6 +1,5 @@ --- productId: x-tree-view -title: Rich Tree View - Items components: RichTreeView, TreeItem packageName: '@mui/x-tree-view' githubLabel: 'component: tree view' diff --git a/docs/data/tree-view/rich-tree-view/selection/selection.md b/docs/data/tree-view/rich-tree-view/selection/selection.md index 02036050d5023..9dc9edd8b1163 100644 --- a/docs/data/tree-view/rich-tree-view/selection/selection.md +++ b/docs/data/tree-view/rich-tree-view/selection/selection.md @@ -1,6 +1,5 @@ --- productId: x-tree-view -title: Rich Tree View - Selection components: RichTreeView, TreeItem packageName: '@mui/x-tree-view' githubLabel: 'component: tree view' @@ -88,12 +87,12 @@ type TreeViewSelectionPropagation = { }; ``` -When `selectionPropagation.descendants` is set to `true`. +When `selectionPropagation.descendants` is set to `true`: - Selecting a parent selects all its descendants automatically. - Deselecting a parent deselects all its descendants automatically. -When `selectionPropagation.parents` is set to `true`. +When `selectionPropagation.parents` is set to `true`: - Selecting all the descendants of a parent selects the parent automatically. - Deselecting a descendant of a selected parent deselects the parent automatically.