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.
- package/README.md +2 -0
- package/esm2020/lib/ng-virtual-list.component.mjs +4 -1
- package/esm2020/lib/utils/trackBox.mjs +10 -10
- package/fesm2015/ng-virtual-list.mjs +12 -9
- package/fesm2015/ng-virtual-list.mjs.map +1 -1
- package/fesm2020/ng-virtual-list.mjs +12 -9
- package/fesm2020/ng-virtual-list.mjs.map +1 -1
- package/lib/ng-virtual-list.component.d.ts +3 -0
- package/package.json +1 -1
|
@@ -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;
|