info-library 2.10.38 → 2.10.39

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.
@@ -2520,18 +2520,7 @@
2520
2520
  */function (/**
2521
2521
  * @param {?} a
2522
2522
  * @return {?}
2523
- */ a) {
2524
- _this.data = a.data;
2525
- _this.loading = false;
2526
- if (_this.selectedValue && _this.onselecteditem != null)
2527
- _this.onselecteditem.emit(_this.data == null ? null : _this.data.find(( /**
2528
- * @param {?} r
2529
- * @return {?}
2530
- */function (/**
2531
- * @param {?} r
2532
- * @return {?}
2533
- */ r) { return r.Id == _this.selectedValue; })));
2534
- }));
2523
+ */ a) { _this.data = a.data; _this.loading = false; }));
2535
2524
  this.control.valueChanges.subscribe(( /**
2536
2525
  * @param {?} value
2537
2526
  * @return {?}
@@ -2553,17 +2542,7 @@
2553
2542
  */function (/**
2554
2543
  * @param {?} a
2555
2544
  * @return {?}
2556
- */ a) {
2557
- _this.data = _this.options = a.data;
2558
- if (_this.selectedValue && _this.onselecteditem != null)
2559
- _this.onselecteditem.emit(_this.data == null ? null : _this.data.find(( /**
2560
- * @param {?} r
2561
- * @return {?}
2562
- */function (/**
2563
- * @param {?} r
2564
- * @return {?}
2565
- */ r) { return r.Id == _this.selectedValue; })));
2566
- }));
2545
+ */ a) { return _this.data = _this.options = a.data; }));
2567
2546
  }
2568
2547
  };
2569
2548
  /**