@xh/hoist 73.0.0-SNAPSHOT.1743106945210 → 73.0.0-SNAPSHOT.1743512234296

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.
@@ -275,7 +275,7 @@ export class RoleModel extends HoistModel {
275
275
  return new GridModel({
276
276
  treeMode: true,
277
277
  treeStyle: TreeStyle.HIGHLIGHTS_AND_BORDERS,
278
- autosizeOptions: {mode: 'managed'},
278
+ autosizeOptions: {mode: 'managed', includeCollapsedChildren: true},
279
279
  selModel: 'multiple',
280
280
  emptyText: 'No roles found.',
281
281
  colChooserModel: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "73.0.0-SNAPSHOT.1743106945210",
3
+ "version": "73.0.0-SNAPSHOT.1743512234296",
4
4
  "description": "Hoist add-on for building and deploying React Applications.",
5
5
  "repository": "github:xh/hoist-react",
6
6
  "homepage": "https://xh.io",