@sd-angular/core 1.3.97 → 1.3.98

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.
@@ -542,13 +542,13 @@
542
542
  this.ref = ref;
543
543
  this.deviceService = deviceService;
544
544
  this.columns = [];
545
+ this.externalFilters = [];
545
546
  this.filterDefs = [];
546
547
  this.filterRegisterChange = new rxjs.BehaviorSubject(null);
547
548
  this.filterDef = {};
548
549
  this.inlineFilterDef = {};
549
550
  this.columnFilter = {};
550
551
  this.inlineColumn = {};
551
- this.externalFilters = [];
552
552
  this.externalFilter = {};
553
553
  this.inlineExternal = {};
554
554
  _subscription$1.set(this, new rxjs.Subscription());
@@ -657,6 +657,7 @@
657
657
  popupFilter: [{ type: core.ViewChild, args: [SdPopupFilter,] }],
658
658
  _filter: [{ type: core.Input, args: ['filter',] }],
659
659
  columns: [{ type: core.Input }],
660
+ externalFilters: [{ type: core.Input }],
660
661
  filterDefs: [{ type: core.Input }],
661
662
  _filterRegister: [{ type: core.Input, args: ['filterRegister',] }]
662
663
  };