@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.
- package/bundles/sd-angular-core-grid-material.umd.js +4 -3
- 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 +2 -2
- package/esm2015/grid-material/src/lib/components/popup-filter/popup-filter.component.js +4 -3
- package/fesm2015/sd-angular-core-grid-material.js +5 -4
- package/fesm2015/sd-angular-core-grid-material.js.map +1 -1
- package/package.json +1 -1
- package/{sd-angular-core-1.3.95.tgz → sd-angular-core-1.3.96.tgz} +0 -0
|
@@ -451,7 +451,7 @@
|
|
|
451
451
|
_this.cdRef.markForCheck();
|
|
452
452
|
};
|
|
453
453
|
this.onApply = function () {
|
|
454
|
-
_this.
|
|
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.
|
|
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 = () => {
|