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.
- package/README.md +19 -23
- package/bundles/angular-slickgrid.umd.js +1 -1
- package/bundles/angular-slickgrid.umd.js.map +1 -1
- package/esm2015/app/modules/angular-slickgrid/components/angular-slickgrid.component.js +2 -2
- package/fesm2015/angular-slickgrid.js +1 -1
- package/fesm2015/angular-slickgrid.js.map +1 -1
- package/package.json +18 -11
|
@@ -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);
|