chrv-components 1.11.75 → 1.11.76

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
@@ -2936,12 +2936,12 @@ class ChrPaginatorComponent {
2936
2936
  this.focusInput = () => {
2937
2937
  this.pageInput().forceFocus();
2938
2938
  };
2939
- effect(() => {
2940
- this.dataService.set(`${this.id()}_page`, this.page() - 1);
2941
- });
2942
- effect(() => {
2943
- this.dataService.set(`${this.id()}_pagesize`, this.pageSize());
2944
- });
2939
+ // effect(() => {
2940
+ // this.dataService.set(`${this.id()}_page`, this.page() - 1);
2941
+ // });
2942
+ // effect(() => {
2943
+ // this.dataService.set(`${this.id()}_pagesize`, this.pageSize());
2944
+ // });
2945
2945
  }
2946
2946
  ngAfterContentChecked() {
2947
2947
  const paginationInstance = this.service.getInstance(`${this.id()}`);