@acorex/components 1.3.87 → 1.3.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.
@@ -8492,7 +8492,6 @@
8492
8492
  if (this.itemsChange) {
8493
8493
  this.itemsChange.emit(v);
8494
8494
  }
8495
- debugger;
8496
8495
  if (this.itemsStatusObserver) {
8497
8496
  this.itemsStatusObserver.next(this.items.length);
8498
8497
  }
@@ -8689,7 +8688,6 @@
8689
8688
  }
8690
8689
  else {
8691
8690
  if (Array.isArray(v)) {
8692
- debugger;
8693
8691
  if (_this.selectedItems.length > v.length) {
8694
8692
  _this.selectedItems = _this.selectedItems.filter(function (c) { return v.includes(c[_this.valueField]); });
8695
8693
  }
@@ -8754,7 +8752,6 @@
8754
8752
  if (this.mode == 'single') {
8755
8753
  this.showCheckBox = false;
8756
8754
  }
8757
- debugger;
8758
8755
  if (!this.remoteOperation || (this.remoteOperation && this.hasSelectedValue)) {
8759
8756
  this.refresh();
8760
8757
  }
@@ -9264,7 +9261,6 @@
9264
9261
  .pipe(operators.debounceTime(100))
9265
9262
  .pipe(operators.distinctUntilChanged())
9266
9263
  .subscribe(function (c) {
9267
- debugger;
9268
9264
  callbackfn();
9269
9265
  });
9270
9266
  }