ngx-wapp-components 1.8.3 → 1.8.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-wapp-components",
3
- "version": "1.8.3",
3
+ "version": "1.8.4",
4
4
  "description": "This is a Wapping reusable component library published by Wapping.",
5
5
  "keywords": [
6
6
  "code",
@@ -265,5 +265,4 @@ export class WTableLazyComponent implements OnInit {
265
265
  refreshPagination(first: number) {
266
266
  this.dataTable._first = first;
267
267
  }
268
-
269
268
  }