@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.
- package/bundles/sd-angular-core-grid-material.umd.js +2 -1
- package/bundles/sd-angular-core-grid-material.umd.js.map +1 -1
- package/bundles/sd-angular-core-grid-material.umd.min.js +1 -1
- package/bundles/sd-angular-core-grid-material.umd.min.js.map +1 -1
- package/esm2015/grid-material/src/lib/components/grid-filter/grid-filter.component.js +3 -2
- package/fesm2015/sd-angular-core-grid-material.js +2 -1
- package/fesm2015/sd-angular-core-grid-material.js.map +1 -1
- package/grid-material/sd-angular-core-grid-material.metadata.json +1 -1
- package/grid-material/src/lib/components/grid-filter/grid-filter.component.d.ts +1 -1
- package/package.json +1 -1
- package/{sd-angular-core-1.3.97.tgz → sd-angular-core-1.3.98.tgz} +0 -0
|
@@ -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
|
};
|