slick-components 17.0.46 → 17.0.47

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.
@@ -23,7 +23,7 @@ class SlickInitParams {
23
23
  }
24
24
  }
25
25
  class SlickInitService {
26
- static { this.version = "17.0.46"; }
26
+ static { this.version = "17.0.47"; }
27
27
  constructor() { }
28
28
  static init(initParams) {
29
29
  console.info(`Slick Components Version ${SlickInitService.version}`);
@@ -6090,6 +6090,7 @@ class SlickGridComponent {
6090
6090
  searchValueId: ddValue.id,
6091
6091
  searchValueText: ddValue.text
6092
6092
  });
6093
+ column.filterDropdownValue = ddValue.id;
6093
6094
  column.isFiltering = true;
6094
6095
  }
6095
6096
  else {