ng-virtual-list 20.7.17 → 20.7.19

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 CHANGED
@@ -669,12 +669,12 @@ Properties
669
669
 
670
670
  | Angular version | ng-virtual-list version | git | npm |
671
671
  |--|--|--|--|
672
- | 19.x | 19.7.28 | [19.x](https://github.com/DjonnyX/ng-virtual-list/tree/19.x) | [19.7.28](https://www.npmjs.com/package/ng-virtual-list/v/19.7.28) |
673
- | 18.x | 18.7.16 | [18.x](https://github.com/DjonnyX/ng-virtual-list/tree/18.x) | [18.7.16](https://www.npmjs.com/package/ng-virtual-list/v/18.7.16) |
674
- | 17.x | 17.7.17 | [17.x](https://github.com/DjonnyX/ng-virtual-list/tree/17.x) | [17.7.17](https://www.npmjs.com/package/ng-virtual-list/v/17.7.17) |
675
- | 16.x | 16.7.15 | [16.x](https://github.com/DjonnyX/ng-virtual-list/tree/16.x) | [16.7.15](https://www.npmjs.com/package/ng-virtual-list/v/16.7.15) |
676
- | 15.x | 15.7.15 | [15.x](https://github.com/DjonnyX/ng-virtual-list/tree/15.x) | [15.7.15](https://www.npmjs.com/package/ng-virtual-list/v/15.7.15) |
677
- | 14.x | 14.7.16 | [14.x](https://github.com/DjonnyX/ng-virtual-list/tree/14.x) | [14.7.16](https://www.npmjs.com/package/ng-virtual-list/v/14.7.16) |
672
+ | 19.x | 19.7.29 | [19.x](https://github.com/DjonnyX/ng-virtual-list/tree/19.x) | [19.7.29](https://www.npmjs.com/package/ng-virtual-list/v/19.7.29) |
673
+ | 18.x | 18.7.17 | [18.x](https://github.com/DjonnyX/ng-virtual-list/tree/18.x) | [18.7.17](https://www.npmjs.com/package/ng-virtual-list/v/18.7.17) |
674
+ | 17.x | 17.7.18 | [17.x](https://github.com/DjonnyX/ng-virtual-list/tree/17.x) | [17.7.18](https://www.npmjs.com/package/ng-virtual-list/v/17.7.18) |
675
+ | 16.x | 16.7.16 | [16.x](https://github.com/DjonnyX/ng-virtual-list/tree/16.x) | [16.7.16](https://www.npmjs.com/package/ng-virtual-list/v/16.7.16) |
676
+ | 15.x | 15.7.16 | [15.x](https://github.com/DjonnyX/ng-virtual-list/tree/15.x) | [15.7.16](https://www.npmjs.com/package/ng-virtual-list/v/15.7.16) |
677
+ | 14.x | 14.7.17 | [14.x](https://github.com/DjonnyX/ng-virtual-list/tree/14.x) | [14.7.17](https://www.npmjs.com/package/ng-virtual-list/v/14.7.17) |
678
678
 
679
679
  <br/>
680
680
 
@@ -2111,7 +2111,7 @@ class TrackBox extends CacheMap {
2111
2111
  continue;
2112
2112
  }
2113
2113
  const bounds = component.instance.getBounds();
2114
- this.set(itemId, { ...(this.get(itemId) || {}), ...bounds });
2114
+ this.set(itemId, bounds);
2115
2115
  }
2116
2116
  }
2117
2117
  dispose() {