@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.
package/cmp/dataview/DataView.ts
CHANGED
|
@@ -82,7 +82,7 @@ class DataViewLocalModel extends HoistModel {
|
|
|
82
82
|
const {model} = this;
|
|
83
83
|
return {
|
|
84
84
|
headerHeight: 0,
|
|
85
|
-
|
|
85
|
+
suppressGroupChangesColumnVisibility: 'suppressShowOnUngroup',
|
|
86
86
|
getRowHeight: agParams => {
|
|
87
87
|
const {groupRowHeight, itemHeight} = model;
|
|
88
88
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "77.0.0-SNAPSHOT.
|
|
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",
|