@xh/hoist 77.0.0-SNAPSHOT.1758916538562 → 77.0.0-SNAPSHOT.1759334906779

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.
@@ -82,7 +82,7 @@ class DataViewLocalModel extends HoistModel {
82
82
  const {model} = this;
83
83
  return {
84
84
  headerHeight: 0,
85
- suppressMakeColumnVisibleAfterUnGroup: true,
85
+ suppressGroupChangesColumnVisibility: 'suppressShowOnUngroup',
86
86
  getRowHeight: agParams => {
87
87
  const {groupRowHeight, itemHeight} = model;
88
88
 
@@ -88,7 +88,7 @@ export const viewsGrid = hoistCmp.factory<GridModel>({
88
88
  grid({
89
89
  model,
90
90
  agOptions: {
91
- suppressMakeColumnVisibleAfterUnGroup: true
91
+ suppressGroupChangesColumnVisibility: 'suppressShowOnUngroup'
92
92
  }
93
93
  }),
94
94
  div({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "77.0.0-SNAPSHOT.1758916538562",
3
+ "version": "77.0.0-SNAPSHOT.1759334906779",
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",