@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.
@@ -225,7 +225,11 @@ var EnumLogicalOperator;
225
225
  })(EnumLogicalOperator || (EnumLogicalOperator = {}));
226
226
  var ErpLookupsSearchField = /** @class */ (function (_super) {
227
227
  __extends(ErpLookupsSearchField, _super);
228
- function ErpLookupsSearchField(searchFieldOptions, args) {
228
+ function ErpLookupsSearchField(searchFieldOptions) {
229
+ var args = [];
230
+ for (var _i = 1; _i < arguments.length; _i++) {
231
+ args[_i - 1] = arguments[_i];
232
+ }
229
233
  var _this = _super.call(this, args) || this;
230
234
  _this.searchFieldOptions = searchFieldOptions;
231
235
  return _this;