@procore/saved-views 1.0.1-estimatingFork.3 → 1.0.1-estimatingFork.4

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.
@@ -11604,7 +11604,11 @@ var normalizeForComparison = (config) => {
11604
11604
  }
11605
11605
  );
11606
11606
  return {
11607
- ...import_lodash.default.omit(config, ["enableRowGrouping", "enableColumnGrouping"]),
11607
+ ...import_lodash.default.omit(config, [
11608
+ "enableRowGrouping",
11609
+ "enableColumnGrouping",
11610
+ "enableSplitAssembliesForDynamicGrouping"
11611
+ ]),
11608
11612
  columnState: filteredColumnState.map((col) => {
11609
11613
  const res = import_lodash.default.omit(col, ["aggFunc"]);
11610
11614
  if (col.flex) {
@@ -11600,7 +11600,11 @@ var normalizeForComparison = (config) => {
11600
11600
  }
11601
11601
  );
11602
11602
  return {
11603
- ...import_lodash.default.omit(config, ["enableRowGrouping", "enableColumnGrouping"]),
11603
+ ...import_lodash.default.omit(config, [
11604
+ "enableRowGrouping",
11605
+ "enableColumnGrouping",
11606
+ "enableSplitAssembliesForDynamicGrouping"
11607
+ ]),
11604
11608
  columnState: filteredColumnState.map((col) => {
11605
11609
  const res = import_lodash.default.omit(col, ["aggFunc"]);
11606
11610
  if (col.flex) {
@@ -11601,7 +11601,11 @@ var normalizeForComparison = (config) => {
11601
11601
  }
11602
11602
  );
11603
11603
  return {
11604
- ...import_lodash.default.omit(config, ["enableRowGrouping", "enableColumnGrouping"]),
11604
+ ...import_lodash.default.omit(config, [
11605
+ "enableRowGrouping",
11606
+ "enableColumnGrouping",
11607
+ "enableSplitAssembliesForDynamicGrouping"
11608
+ ]),
11605
11609
  columnState: filteredColumnState.map((col) => {
11606
11610
  const res = import_lodash.default.omit(col, ["aggFunc"]);
11607
11611
  if (col.flex) {
@@ -11597,7 +11597,11 @@ var normalizeForComparison = (config) => {
11597
11597
  }
11598
11598
  );
11599
11599
  return {
11600
- ...import_lodash.default.omit(config, ["enableRowGrouping", "enableColumnGrouping"]),
11600
+ ...import_lodash.default.omit(config, [
11601
+ "enableRowGrouping",
11602
+ "enableColumnGrouping",
11603
+ "enableSplitAssembliesForDynamicGrouping"
11604
+ ]),
11601
11605
  columnState: filteredColumnState.map((col) => {
11602
11606
  const res = import_lodash.default.omit(col, ["aggFunc"]);
11603
11607
  if (col.flex) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@procore/saved-views",
3
- "version": "1.0.1-estimatingFork.3",
3
+ "version": "1.0.1-estimatingFork.4",
4
4
  "description": "Saved Views Component for Data Table",
5
5
  "author": "Procore Technologies, Inc",
6
6
  "repository": {