cps-ui-kit 21.29.1 → 21.29.2

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.
@@ -2824,7 +2824,7 @@ class CpsAutocompleteComponent {
2824
2824
  selected.scrollIntoView({
2825
2825
  behavior: 'instant',
2826
2826
  block: 'nearest',
2827
- inline: 'center'
2827
+ inline: 'start'
2828
2828
  });
2829
2829
  }
2830
2830
  else if (this.virtualScroll && this.optionHighlightedIndex >= 0) {
@@ -2915,7 +2915,7 @@ class CpsAutocompleteComponent {
2915
2915
  if (elRect.top < parentRect.top || elRect.bottom > parentRect.bottom) {
2916
2916
  el.scrollIntoView({
2917
2917
  block: 'nearest',
2918
- inline: 'center'
2918
+ inline: 'nearest'
2919
2919
  });
2920
2920
  }
2921
2921
  }
@@ -6075,7 +6075,7 @@ class CpsSelectComponent {
6075
6075
  selected.scrollIntoView({
6076
6076
  behavior: 'instant',
6077
6077
  block: 'nearest',
6078
- inline: 'center'
6078
+ inline: 'start'
6079
6079
  });
6080
6080
  }
6081
6081
  else if (this.virtualScroll && this.optionHighlightedIndex >= 0) {
@@ -6166,7 +6166,7 @@ class CpsSelectComponent {
6166
6166
  if (elRect.top < parentRect.top || elRect.bottom > parentRect.bottom) {
6167
6167
  el.scrollIntoView({
6168
6168
  block: 'nearest',
6169
- inline: 'center'
6169
+ inline: 'nearest'
6170
6170
  });
6171
6171
  }
6172
6172
  }
@@ -13788,7 +13788,7 @@ class CpsBaseTreeDropdownComponent {
13788
13788
  selected.scrollIntoView({
13789
13789
  behavior: 'instant',
13790
13790
  block: 'nearest',
13791
- inline: 'center'
13791
+ inline: 'start'
13792
13792
  });
13793
13793
  }
13794
13794
  else if (this.virtualScroll && key) {