intelica-library-components 1.1.87 → 1.1.88

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.
@@ -6008,6 +6008,7 @@ class TableFetchComponent {
6008
6008
  return Boolean(this.AdditionalTemplate) || this.ShowSearch || Boolean(this.AdditionalCentralTemplate) || Boolean(this.AdditionalExtendedTemplate);
6009
6009
  }
6010
6010
  onChangeSelectPage(event) {
6011
+ this.IsPaginatorInputSearch = true;
6011
6012
  const eventValue = event.target.value;
6012
6013
  if (eventValue === "" || isNaN(parseInt(eventValue)) || eventValue === "0" || eventValue.indexOf("-") >= 0) {
6013
6014
  this.CurrentPage = 1;