angular-slickgrid 3.3.0 → 3.3.1

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.
@@ -980,7 +980,7 @@ class AngularSlickgridComponent {
980
980
  const columnPickerExtension = new ColumnPickerExtension(this.extensionUtility, this.sharedService);
981
981
  const checkboxExtension = new CheckboxSelectorExtension(this.sharedService);
982
982
  const draggableGroupingExtension = new DraggableGroupingExtension(this.extensionUtility, this._eventPubSubService, this.sharedService);
983
- const gridMenuExtension = new GridMenuExtension(this.extensionUtility, this.filterService, this.sharedService, this.sortService, this.backendUtilityService, this.translaterService);
983
+ const gridMenuExtension = new GridMenuExtension(this.extensionUtility, this.filterService, this._eventPubSubService, this.sharedService, this.sortService, this.backendUtilityService, this.translaterService);
984
984
  const groupItemMetaProviderExtension = new GroupItemMetaProviderExtension(this.sharedService);
985
985
  const headerButtonExtension = new HeaderButtonExtension(this.extensionUtility, this.sharedService);
986
986
  const headerMenuExtension = new HeaderMenuExtension(this.extensionUtility, this.filterService, this._eventPubSubService, this.sharedService, this.sortService, this.translaterService);