kui-utils 0.0.10 → 0.0.11

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/cjs/index.js CHANGED
@@ -2149,6 +2149,10 @@ var SortingFilter = /** @class */ (function () {
2149
2149
  this.setOrderBy = function (orderBy) {
2150
2150
  _this.orderBy = orderBy;
2151
2151
  };
2152
+ this.clearFilter = function () {
2153
+ _this.searchQuery = "";
2154
+ _this.filterQuery = "";
2155
+ };
2152
2156
  this.searchQuery = "";
2153
2157
  this.filterQuery = filterQuery || "";
2154
2158
  this.order = order || "asc";