ng-virtual-list 0.4.0 → 0.4.1

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.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,7 +16,7 @@ npm i ng-virtual-list
16
16
 
17
17
  ### Horizontal virtual list
18
18
 
19
- ![VirtualList-GoogleChrome2025-06-1500-39-14-ezgif com-video-to-gif-converter](https://github.com/user-attachments/assets/4d078812-7bd5-4f9b-94c7-dd9e8f29af45)
19
+ ![preview](https://github.com/user-attachments/assets/4d078812-7bd5-4f9b-94c7-dd9e8f29af45)
20
20
 
21
21
  Template:
22
22
  ```html
@@ -54,7 +54,7 @@ export class AppComponent {
54
54
 
55
55
  ### Horizontal grouped virtual list
56
56
 
57
- ![VirtualList-GoogleChrome2025-06-1500-39-14-ezgif com-video-to-gif-converter (1)](https://github.com/user-attachments/assets/bdd0cb5d-be92-41b3-a049-bd9d8a616692)
57
+ ![preview](https://github.com/user-attachments/assets/bdd0cb5d-be92-41b3-a049-bd9d8a616692)
58
58
 
59
59
  Template:
60
60
  ```html
@@ -112,7 +112,7 @@ export class AppComponent {
112
112
 
113
113
  ### Vertical virtual list
114
114
 
115
- ![VirtualList-GoogleChrome2025-06-1420-49-35-ezgif com-video-to-gif-converter](https://github.com/user-attachments/assets/2d120a77-7715-4d6a-ba8d-bb5030d48947)
115
+ ![preview](https://github.com/user-attachments/assets/2d120a77-7715-4d6a-ba8d-bb5030d48947)
116
116
 
117
117
  Template:
118
118
  ```html
@@ -152,7 +152,7 @@ export class AppComponent {
152
152
  ### Vertical grouped virtual list
153
153
 
154
154
  #### Without snapping
155
- ![VirtualList-GoogleChrome2025-06-1420-49-35-ezgif com-video-to-gif-converter (1)](https://github.com/user-attachments/assets/eb1e1709-4feb-489a-82fd-7fc0ff1211cb)
155
+ ![preview](https://github.com/user-attachments/assets/eb1e1709-4feb-489a-82fd-7fc0ff1211cb)
156
156
 
157
157
  Template:
158
158
  ```html
@@ -179,7 +179,7 @@ Template:
179
179
 
180
180
  #### With snapping
181
181
 
182
- ![VirtualList-GoogleChrome2025-06-1420-49-35-ezgif com-video-to-gif-converter (2)](https://github.com/user-attachments/assets/a92e63aa-971d-42ff-a3f8-8811e1731f72)
182
+ ![preview](https://github.com/user-attachments/assets/a92e63aa-971d-42ff-a3f8-8811e1731f72)
183
183
 
184
184
  Template (with snapping):
185
185
  ```html
@@ -238,7 +238,7 @@ export class AppComponent {
238
238
 
239
239
  The example demonstrates the scrollTo method by passing it the element id. It is important not to confuse the ordinal index and the element id. In this example, id = index + 1
240
240
 
241
- ![NgVirtualList-GoogleChrome2025-06-1512-18-07-ezgif com-video-to-gif-converter](https://github.com/user-attachments/assets/7c860da9-6600-46d2-8aa6-67ee70160fa5)
241
+ ![preview](https://github.com/user-attachments/assets/18aa0fd5-8953-4736-9725-b3a4c8b5b4b4)
242
242
 
243
243
  Template
244
244
  ```html
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-virtual-list",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "author": {
5
5
  "name": "Evgenii Grebennikov",
6
6
  "email": "djonnyx@gmail.com"