chrv-components 1.11.77 → 1.11.78

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.
Binary file
@@ -2921,7 +2921,7 @@ class ChrPaginatorComponent {
2921
2921
  // this.dataService.set(`${this.id()}_page`, page);
2922
2922
  };
2923
2923
  this.setPageEventHandler = (event) => {
2924
- this.setPage(event.target.value);
2924
+ this.setPage(+event.target.value);
2925
2925
  this.isPageEditing.set(false);
2926
2926
  };
2927
2927
  this.isFirstPage = computed(() => this.page() == 1);