ng-virtual-list 0.4.1 → 0.4.2

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 -5
  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
- ![preview](https://github.com/user-attachments/assets/4d078812-7bd5-4f9b-94c7-dd9e8f29af45)
19
+ ![preview](https://github.com/user-attachments/assets/5a16d4b3-5e66-4d53-ae90-d0eab0b246a1)
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
- ![preview](https://github.com/user-attachments/assets/bdd0cb5d-be92-41b3-a049-bd9d8a616692)
57
+ ![preview](https://github.com/user-attachments/assets/99584660-dc0b-4cd0-9439-9b051163c077)
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
- ![preview](https://github.com/user-attachments/assets/2d120a77-7715-4d6a-ba8d-bb5030d48947)
115
+ ![preview](https://github.com/user-attachments/assets/ca00eec9-fa9e-4e8d-8899-23343e4bd8a5)
116
116
 
117
117
  Template:
118
118
  ```html
@@ -152,7 +152,8 @@ export class AppComponent {
152
152
  ### Vertical grouped virtual list
153
153
 
154
154
  #### Without snapping
155
- ![preview](https://github.com/user-attachments/assets/eb1e1709-4feb-489a-82fd-7fc0ff1211cb)
155
+
156
+ ![preview](https://github.com/user-attachments/assets/bd4817d8-92f2-4703-aed1-ab7ca18a751e)
156
157
 
157
158
  Template:
158
159
  ```html
@@ -179,7 +180,7 @@ Template:
179
180
 
180
181
  #### With snapping
181
182
 
182
- ![preview](https://github.com/user-attachments/assets/a92e63aa-971d-42ff-a3f8-8811e1731f72)
183
+ ![preview](https://github.com/user-attachments/assets/d2101d78-73c8-4f2e-900a-1b55bc554f13)
183
184
 
184
185
  Template (with snapping):
185
186
  ```html
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-virtual-list",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "author": {
5
5
  "name": "Evgenii Grebennikov",
6
6
  "email": "djonnyx@gmail.com"