Skip to content

Commit

Permalink
Merge branch 'master' into issue-15055
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rajat19 authored Nov 13, 2024
2 parents 48b9e7f + d1e72d3 commit eb5cea8
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
1 change: 0 additions & 1 deletion docs/data/tree-view/rich-tree-view/editing/editing.md
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
1 change: 0 additions & 1 deletion docs/data/tree-view/rich-tree-view/expansion/expansion.md
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
1 change: 0 additions & 1 deletion docs/data/tree-view/rich-tree-view/focus/focus.md
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
1 change: 0 additions & 1 deletion docs/data/tree-view/rich-tree-view/headless/headless.md
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
1 change: 0 additions & 1 deletion docs/data/tree-view/rich-tree-view/items/items.md
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
5 changes: 2 additions & 3 deletions docs/data/tree-view/rich-tree-view/selection/selection.md
Original file line number Diff line number Diff line change
@@ -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'
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit eb5cea8

Please sign in to comment.