ninegrid2 6.140.0 → 6.142.0

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.
@@ -17890,6 +17890,8 @@ class ngFiltering
17890
17890
  */
17891
17891
  this.#isFiltering = false;
17892
17892
  this.#owner.data.clearFilter();
17893
+
17894
+ this.#on();
17893
17895
  };
17894
17896
 
17895
17897
  isFiltering = () => {
@@ -17888,6 +17888,8 @@ class ngFiltering
17888
17888
  */
17889
17889
  this.#isFiltering = false;
17890
17890
  this.#owner.data.clearFilter();
17891
+
17892
+ this.#on();
17891
17893
  };
17892
17894
 
17893
17895
  isFiltering = () => {
@@ -25,6 +25,8 @@ export class ngFiltering
25
25
  */
26
26
  this.#isFiltering = false;
27
27
  this.#owner.data.clearFilter();
28
+
29
+ this.#on();
28
30
  };
29
31
 
30
32
  isFiltering = () => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.140.0",
4
+ "version": "6.142.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -25,6 +25,8 @@ export class ngFiltering
25
25
  */
26
26
  this.#isFiltering = false;
27
27
  this.#owner.data.clearFilter();
28
+
29
+ this.#on();
28
30
  };
29
31
 
30
32
  isFiltering = () => {