angular-slickgrid 8.7.0 → 8.8.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.
@@ -194,6 +194,7 @@ export declare class AngularSlickgridComponent<TData = any> implements AfterView
194
194
  protected sortTreeDataset<T>(flatDatasetInput: T[], forceGridRefresh?: boolean): T[];
195
195
  /** Prepare and load all SlickGrid editors, if an async editor is found then we'll also execute it. */
196
196
  protected loadSlickGridEditors(columnDefinitions: Column<TData>[]): Column<TData>[];
197
+ protected suggestDateParsingWhenHelpful(): void;
197
198
  /**
198
199
  * When the Editor(s) has a "editor.collection" property, we'll load the async collection.
199
200
  * Since this is called after the async call resolves, the pointer will not be the same as the "column" argument passed.