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.
- package/dist/bundle.cjs.js +2 -0
- package/dist/bundle.esm.js +2 -0
- package/dist/etc/ngFiltering.js +2 -0
- package/package.json +1 -1
- package/src/etc/ngFiltering.js +2 -0
package/dist/bundle.cjs.js
CHANGED
|
@@ -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 = () => {
|
package/dist/bundle.esm.js
CHANGED
|
@@ -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 = () => {
|
package/dist/etc/ngFiltering.js
CHANGED
package/package.json
CHANGED