@cqa-lib/cqa-ui 1.1.476 → 1.1.477

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.
@@ -7054,6 +7054,7 @@ class TableTemplateComponent {
7054
7054
  this.pendingFilters = current;
7055
7055
  }
7056
7056
  onFiltersApplied(applied) {
7057
+ this.showFilterPanel = false;
7057
7058
  const effective = applied ?? this.pendingFilters ?? {};
7058
7059
  this.appliedFilters = effective;
7059
7060
  this.filteredRows = this.data.filter(r => this.passFilters(effective, r));