@oliasoft-open-source/react-ui-library 5.10.0 → 5.11.1-beta-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/README.md CHANGED
@@ -2526,6 +2526,7 @@ The `Tree` component represents a hierarchical structure of items in a tree form
2526
2526
  | `onChangeOpen` | Callback function invoked when the open/close state of tree nodes changes. | - |
2527
2527
  | `testId` | Optional test id for testing purposes. | - |
2528
2528
  | `isInitialOpen` | Determines which nodes should be initially open. | `false` |
2529
+ | `autoOpenActiveItems` | Automatically open tree to active items. | `false` |
2529
2530
  | `treeRef` | Reference to the tree component. | - |
2530
2531
  | `itemHasChild` | Function to determine if a tree node has child nodes. | - |
2531
2532
  | `onItemToggle` | Callback function invoked when a tree node is toggled (opened/closed). | - |