ng-virtual-list 15.0.19 → 15.0.21

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.
@@ -152,6 +152,9 @@ export declare class NgVirtualListComponent extends DisposableComponent implemen
152
152
  private _scrollToRepeatExecutionTimeout;
153
153
  private clearScrollToRepeatExecutionTimeout;
154
154
  protected scrollToExecutor(id: Id, behavior: ScrollBehavior, iteration?: number, isLastIteration?: boolean): void;
155
+ /**
156
+ * Scrolls the scroll area to the desired element with the specified ID.
157
+ */
155
158
  scrollToEnd(behavior?: ScrollBehavior): void;
156
159
  private _onContainerScrollHandler;
157
160
  private _onContainerScrollEndHandler;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-virtual-list",
3
- "version": "15.0.19",
3
+ "version": "15.0.21",
4
4
  "author": {
5
5
  "name": "Evgenii Grebennikov",
6
6
  "email": "djonnyx@gmail.com"