@sd-angular/core 1.3.95 → 1.3.96

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.
@@ -451,7 +451,7 @@
451
451
  _this.cdRef.markForCheck();
452
452
  };
453
453
  this.onApply = function () {
454
- _this.filterRegister.set({
454
+ __classPrivateFieldGet(_this, _filterRegister).set({
455
455
  inlineColumn: _this.inlineColumn,
456
456
  columnFilter: _this.columnFilter,
457
457
  inlineExternal: _this.inlineExternal,
@@ -502,13 +502,14 @@
502
502
  _this.externalFilter = JSON.parse(JSON.stringify(configuration.externalFilter));
503
503
  _this.inlineFilterDef = JSON.parse(JSON.stringify(configuration.inlineFilterDef));
504
504
  _this.filterDef = JSON.parse(JSON.stringify(configuration.filterDef));
505
+ _this.cdRef.markForCheck();
505
506
  }));
506
507
  };
507
508
  SdPopupFilter.prototype.ngOnDestroy = function () {
508
509
  __classPrivateFieldGet(this, _subscription).unsubscribe();
509
510
  };
510
511
  SdPopupFilter.prototype.onClear = function () {
511
- this.filterRegister.remove();
512
+ __classPrivateFieldGet(this, _filterRegister).remove();
512
513
  this.modal.close();
513
514
  this.cdRef.markForCheck();
514
515
  };
@@ -609,8 +610,8 @@
609
610
  _this.externalFilter = configuration.externalFilter;
610
611
  _this.inlineFilterDef = configuration.inlineFilterDef;
611
612
  _this.filterDef = configuration.filterDef;
613
+ _this.ref.markForCheck();
612
614
  }));
613
- _this.ref.markForCheck();
614
615
  }));
615
616
  };
616
617
  // #loadDefault = () => {