@pepperi-addons/ngx-lib 0.2.57-beta.2 → 0.2.58

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.
@@ -1,5 +1,5 @@
1
1
  import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy, OnInit, Renderer2 } from '@angular/core';
2
- import * as TWEEN from '@tweenjs/tween.js';
2
+ import * as tween from '@tweenjs/tween.js';
3
3
  export interface VirtualScrollerDefaultOptions {
4
4
  checkResizeInterval: number;
5
5
  modifyOverflowStyleOfParentScroll: boolean;
@@ -150,7 +150,7 @@ export declare class VirtualScrollerComponent implements OnInit, OnChanges, OnDe
150
150
  protected calculatedScrollbarHeight: number;
151
151
  protected padding: number;
152
152
  protected previousViewPort: IViewport;
153
- protected currentTween: TWEEN.Tween;
153
+ protected currentTween: tween.Tween;
154
154
  protected cachedItemsLength: number;
155
155
  protected disposeScrollHandler: () => void | undefined;
156
156
  protected disposeResizeHandler: () => void | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pepperi-addons/ngx-lib",
3
- "version": "0.2.57-beta.2",
3
+ "version": "0.2.58",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": ">= 12.0.0",
6
6
  "@angular/cdk": ">= 12.0.0",