ag-grid-community 33.0.1 → 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.
@@ -20017,7 +20017,7 @@ class FilterValueService extends beanStub_1.BeanStub {
20017
20017
  node,
20018
20018
  column,
20019
20019
  colDef,
20020
- getValue: valueSvc.getValueCallback.bind(this, node),
20020
+ getValue: valueSvc.getValueCallback.bind(valueSvc, node),
20021
20021
  });
20022
20022
  if (typeof valueGetter === 'function') {
20023
20023
  return valueGetter(params);
@@ -28938,11 +28938,12 @@ class HeaderComp extends component_1.Component {
28938
28938
  this.eMenu = undefined;
28939
28939
  return;
28940
28940
  }
28941
- const { gos, eMenu, params, currentSuppressMenuHide } = this;
28941
+ const { gos, eMenu, params } = this;
28942
28942
  const isLegacyMenu = (0, gridOptionsUtils_1._isLegacyMenuEnabled)(gos);
28943
28943
  this.addInIcon(isLegacyMenu ? 'menu' : 'menuAlt', eMenu, params.column);
28944
28944
  eMenu.classList.toggle('ag-header-menu-icon', !isLegacyMenu);
28945
- this.currentSuppressMenuHide = this.shouldSuppressMenuHide();
28945
+ const currentSuppressMenuHide = this.shouldSuppressMenuHide();
28946
+ this.currentSuppressMenuHide = currentSuppressMenuHide;
28946
28947
  this.addManagedElementListeners(eMenu, { click: () => params.showColumnMenu(eMenu) });
28947
28948
  eMenu.classList.toggle('ag-header-menu-always-show', currentSuppressMenuHide);
28948
28949
  }
@@ -54695,7 +54696,7 @@ exports.VanillaFrameworkOverrides = VanillaFrameworkOverrides;
54695
54696
  Object.defineProperty(exports, "__esModule", ({ value: true }));
54696
54697
  exports.VERSION = void 0;
54697
54698
  // DO NOT UPDATE MANUALLY: Generated from script during build time
54698
- exports.VERSION = '33.0.1';
54699
+ exports.VERSION = '33.0.2';
54699
54700
 
54700
54701
 
54701
54702
  /***/ }),