@c10t/nice-component-library 0.0.19 → 0.0.20

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.
@@ -2557,11 +2557,11 @@ class CvaTableComponent {
2557
2557
  if (this.goToPageNumber > this.getTotalPage()) {
2558
2558
  this.goToPageNumber = this.getTotalPage();
2559
2559
  }
2560
- const item = window.document.querySelector('.go-to-page cva-counter-input .mat-form-field-infix input');
2560
+ const item = window.document.querySelector('.go-to-page cva-counter-input .mat-mdc-form-field-infix input');
2561
2561
  if (item && item.closest) {
2562
- const itemClosest = item.closest('.mat-form-field-infix');
2562
+ const itemClosest = item.closest('.mat-mdc-form-field-infix');
2563
2563
  if (itemClosest) {
2564
- itemClosest.style.width = ($event.toString().length * 9 + 20) + 'px';
2564
+ itemClosest.style.width = ($event.toString().length * 15 + 20) + 'px';
2565
2565
  }
2566
2566
  }
2567
2567
  }