@senior-gestao-empresarial/angular-components 7.15.0-a253e448-5c12-41fb-896f-7e01bd46fc46 → 7.15.0-b6a23810-5d75-4998-9373-4e317db69da6

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.
@@ -431,7 +431,11 @@
431
431
  })(exports.EnumLogicalOperator || (exports.EnumLogicalOperator = {}));
432
432
  var ErpLookupsSearchField = /** @class */ (function (_super) {
433
433
  __extends(ErpLookupsSearchField, _super);
434
- function ErpLookupsSearchField(searchFieldOptions, args) {
434
+ function ErpLookupsSearchField(searchFieldOptions) {
435
+ var args = [];
436
+ for (var _i = 1; _i < arguments.length; _i++) {
437
+ args[_i - 1] = arguments[_i];
438
+ }
435
439
  var _this = _super.call(this, args) || this;
436
440
  _this.searchFieldOptions = searchFieldOptions;
437
441
  return _this;