ag-grid-enterprise 33.0.0 → 33.0.2

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.
@@ -51491,7 +51491,7 @@ exports.clearTreeRowFlags = clearTreeRowFlags;
51491
51491
  Object.defineProperty(exports, "__esModule", ({ value: true }));
51492
51492
  exports.VERSION = void 0;
51493
51493
  // DO NOT UPDATE MANUALLY: Generated from script during build time
51494
- exports.VERSION = '33.0.0';
51494
+ exports.VERSION = '33.0.2';
51495
51495
 
51496
51496
 
51497
51497
  /***/ }),
@@ -56931,7 +56931,7 @@ function _waitUntil(condition, callback, timeout = 100, timeoutMessage) {
56931
56931
  }
56932
56932
 
56933
56933
  // packages/ag-grid-community/src/version.ts
56934
- var VERSION = "33.0.0";
56934
+ var VERSION = "33.0.2";
56935
56935
 
56936
56936
  // packages/ag-grid-community/src/validation/logging.ts
56937
56937
  var MAX_URL_LENGTH = 2e3;
@@ -83526,11 +83526,12 @@ var HeaderComp = class extends Component {
83526
83526
  this.eMenu = void 0;
83527
83527
  return;
83528
83528
  }
83529
- const { gos, eMenu, params, currentSuppressMenuHide } = this;
83529
+ const { gos, eMenu, params } = this;
83530
83530
  const isLegacyMenu = _isLegacyMenuEnabled(gos);
83531
83531
  this.addInIcon(isLegacyMenu ? "menu" : "menuAlt", eMenu, params.column);
83532
83532
  eMenu.classList.toggle("ag-header-menu-icon", !isLegacyMenu);
83533
- this.currentSuppressMenuHide = this.shouldSuppressMenuHide();
83533
+ const currentSuppressMenuHide = this.shouldSuppressMenuHide();
83534
+ this.currentSuppressMenuHide = currentSuppressMenuHide;
83534
83535
  this.addManagedElementListeners(eMenu, { click: () => params.showColumnMenu(eMenu) });
83535
83536
  eMenu.classList.toggle("ag-header-menu-always-show", currentSuppressMenuHide);
83536
83537
  }
@@ -93418,7 +93419,7 @@ var FilterValueService = class extends BeanStub {
93418
93419
  node,
93419
93420
  column,
93420
93421
  colDef,
93421
- getValue: valueSvc.getValueCallback.bind(this, node)
93422
+ getValue: valueSvc.getValueCallback.bind(valueSvc, node)
93422
93423
  });
93423
93424
  if (typeof valueGetter === "function") {
93424
93425
  return valueGetter(params);
@@ -103470,6 +103471,7 @@ var AllCommunityModule = {
103470
103471
  ClientSideRowModelApiModule
103471
103472
  ]
103472
103473
  };
103474
+ //# sourceMappingURL=main.cjs.js.map
103473
103475
 
103474
103476
 
103475
103477
  /***/ }),