ng-virtual-list 20.12.0-beta-09 → 20.12.0

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
@@ -4,7 +4,7 @@
4
4
 
5
5
  ⚡A powerful API for implementing lists of varying functionality and complexity.
6
6
 
7
- ✨Flexible, and actively maintained Angular library that excels with high-performance, feature-rich virtualized lists—including grouping, sticky headers, snapping, animations, collapsing group elements, single and multiple selection of elements and both scroll directions, lists with scrolling bindings for elements, galleries of varying complexity, including 3D transformations of elements and effects such as MotionBlur, DOF ​​(Depth Of Field) and Fog. Whether you're rendering millions of items or building interactive list components, it delivers scalability and customization. Angular (14–21) compatibility.
7
+ ✨Flexible, and actively maintained Angular library that excels with high-performance, feature-rich virtualized lists—including grouping, sticky headers, snapping, animations, collapsing group elements, single and multiple selection of elements and both scroll directions, lists with scrolling bindings for elements, galleries of varying complexity, including 3D transformations of elements and effects such as MotionBlur, DOF ​​(Depth Of Field) and Fog. Whether you're rendering millions of items or building interactive list components, it delivers scalability and customization. Angular (14–22) compatibility.
8
8
 
9
9
  🧬The main advantage of this solution is the elimination of the "empty spaces" effect during fast scrolling, which occurs in the classic implementation of virtualized lists. Visualization is as close as possible to native lists.
10
10
 
@@ -20,7 +20,7 @@
20
20
  ![npm downloads](https://img.shields.io/npm/dm/ng-virtual-list)
21
21
  ![npm total downloads](https://img.shields.io/npm/dt/ng-virtual-list)
22
22
 
23
- [Documentation](https://ng-virtual-list-x12.eugene-grebennikov.pro/)
23
+ [Documentation](https://ng-virtual-list.eugene-grebennikov.pro/)
24
24
 
25
25
  <br/>
26
26
 
@@ -705,7 +705,7 @@ Properties
705
705
 
706
706
  <br/>
707
707
 
708
- ### [VirtualClickModule](https://github.com/DjonnyX/ng-virtual-list/blob/18.x/projects/ng-virtual-list/src/lib/directives/item-click/item-click.module.ts)
708
+ ### [VirtualClickModule](https://github.com/DjonnyX/ng-virtual-list/blob/20.x/projects/ng-virtual-list/src/lib/directives/item-click/item-click.module.ts)
709
709
 
710
710
  ### Virtual click directive
711
711