raise-common-lib 0.0.106 → 0.0.108

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.
@@ -397,6 +397,10 @@ var CommonGridComponent = /** @class */ (function () {
397
397
  args.requestType === "sorting")) {
398
398
  this.startPaging = true;
399
399
  }
400
+ if (args.requestType == "filterchoicerequest" ||
401
+ args.requestType === "filtersearchbegin") {
402
+ args.filterChoiceCount = 15000;
403
+ }
400
404
  this.actionBegin.emit(args);
401
405
  };
402
406
  /**