@ts-core/angular 15.0.49 → 15.0.50

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.
@@ -4035,16 +4035,9 @@ class RouterSelectListItems extends SelectListItems {
4035
4035
  // Public Methods
4036
4036
  //
4037
4037
  //--------------------------------------------------------------------------
4038
- complete(indexOrDataToSelect) {
4038
+ complete() {
4039
4039
  let item = this.getRouterSelectedItem();
4040
4040
  super.complete(!_.isNil(item) ? item.data : 0);
4041
- if (_.isNil(indexOrDataToSelect)) {
4042
- return null;
4043
- }
4044
- let timer = setTimeout(() => {
4045
- this.selectIndexOrData(indexOrDataToSelect);
4046
- clearTimeout(timer);
4047
- });
4048
4041
  }
4049
4042
  destroy() {
4050
4043
  if (this.isDestroyed) {