angular-slickgrid 5.6.1 → 5.6.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.
@@ -145,6 +145,7 @@ export declare class AngularSlickgridComponent implements AfterViewInit, OnDestr
145
145
  private initializePaginationService;
146
146
  /** Load the Editor Collection asynchronously and replace the "collection" property when Observable resolves */
147
147
  private loadEditorCollectionAsync;
148
+ protected insertDynamicPresetColumns(columnId: string, gridPresetColumns: Column[]): void;
148
149
  /** Load any possible Columns Grid Presets */
149
150
  private loadColumnPresetsWhenDatasetInitialized;
150
151
  /** Load any possible Filters Grid Presets */