@paperless/angular 0.1.0-alpha.235 → 0.1.0-alpha.236
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.
|
@@ -2652,6 +2652,9 @@ class TableNgxDirective extends BaseValueAccessor {
|
|
|
2652
2652
|
if (value?.quickFilter) {
|
|
2653
2653
|
this._setActiveQuickFilter(value.quickFilter);
|
|
2654
2654
|
}
|
|
2655
|
+
if (value?.filters?.length) {
|
|
2656
|
+
this._base.selectedFiltersAmount = value.filters.length;
|
|
2657
|
+
}
|
|
2655
2658
|
this._checkEmptyStateType();
|
|
2656
2659
|
}
|
|
2657
2660
|
registerOnChange(fn) {
|