@sd-angular/core 1.3.8 → 1.3.10

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.
@@ -2976,7 +2976,8 @@
2976
2976
  };
2977
2977
  SdGridMaterial.prototype.ngAfterViewInit = function () {
2978
2978
  var _this = this;
2979
- __classPrivateFieldGet(this, _subscription$1).add(__classPrivateFieldGet(this, _reload).pipe(operators.startWith(true), operators.debounceTime(200), operators.switchMap(function (force) {
2979
+ __classPrivateFieldGet(this, _subscription$1).add(__classPrivateFieldGet(this, _reload).pipe(operators.debounceTime(200), operators.startWith(true), operators.switchMap(function (force) {
2980
+ console.log('FORCE', force);
2980
2981
  var filterInfo = __classPrivateFieldGet(_this, _getFilter).call(_this);
2981
2982
  return __classPrivateFieldGet(_this, _load$1).call(_this, filterInfo, force);
2982
2983
  })).subscribe(__classPrivateFieldGet(this, _render)));