ng-virtual-list 21.12.3 → 21.12.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-virtual-list",
3
- "version": "21.12.3",
3
+ "version": "21.12.4",
4
4
  "author": {
5
5
  "name": "Evgenii Alexandrovich Grebennikov",
6
6
  "email": "djonnyx@gmail.com"
@@ -2612,7 +2612,8 @@ declare class Animator {
2612
2612
  private _diff;
2613
2613
  private _startValue;
2614
2614
  private _endValue;
2615
- updateTo(value: number): boolean;
2615
+ private _prevPos;
2616
+ updateTo(end: number): boolean;
2616
2617
  animate(params: IAnimatorParams): number;
2617
2618
  hasAnimation(id?: number): boolean;
2618
2619
  stop(id?: number): void;