@nettyapps/ntybase 21.0.35-beta.17 → 21.0.35-beta.18

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.
@@ -1760,7 +1760,7 @@ class NettyAgGridListBase extends NettyAgGridBase {
1760
1760
  // *** INPUTS ***
1761
1761
  // ********************************************
1762
1762
  // Filter section
1763
- hasFilter = input(false, ...(ngDevMode ? [{ debugName: "hasFilter" }] : [])); // Does the component have a filter
1763
+ hasFilter = input(true, ...(ngDevMode ? [{ debugName: "hasFilter" }] : [])); // Does the component have a filter
1764
1764
  isFilterValid = signal(true, ...(ngDevMode ? [{ debugName: "isFilterValid" }] : [])); // Can the filter be used
1765
1765
  isFilterExpanded = linkedSignal({ ...(ngDevMode ? { debugName: "isFilterExpanded" } : {}), source: () => ({
1766
1766
  embedded: this.isEmbedded(),