@senior-gestao-pessoas/payroll-core 9.0.0-4fc08d3a-4ed6-4916-aa3f-c8e95c6e337d → 9.0.0-5e88461d-2ff2-4ed9-a55b-9d1692fa1e06

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.
@@ -3427,6 +3427,7 @@ var InputRestAutoCompleteEmployeeModelComponent = /** @class */ (function () {
3427
3427
  InputRestAutoCompleteEmployeeModelComponent.prototype.getParamsRest = function (search) {
3428
3428
  var returnFilter = {
3429
3429
  valueSearch: search,
3430
+ timeTrackingResumeType: { key: "FIRED" },
3430
3431
  };
3431
3432
  if (this.company) {
3432
3433
  returnFilter['company'] = this.company;
@@ -3437,8 +3438,6 @@ var InputRestAutoCompleteEmployeeModelComponent = /** @class */ (function () {
3437
3438
  if (this.employeeType) {
3438
3439
  returnFilter['employeeType'] = this.employeeType;
3439
3440
  }
3440
- console.log(returnFilter);
3441
- returnFilter['timeTrackingResumeType'] = { key: "FIRED" };
3442
3441
  return returnFilter;
3443
3442
  };
3444
3443
  /**
@@ -3523,6 +3522,9 @@ var InputRestAutoCompleteEmployeeModelComponent = /** @class */ (function () {
3523
3522
  __decorate([
3524
3523
  Input()
3525
3524
  ], InputRestAutoCompleteEmployeeModelComponent.prototype, "inputStyle", void 0);
3525
+ __decorate([
3526
+ Input()
3527
+ ], InputRestAutoCompleteEmployeeModelComponent.prototype, "timeTrackingResumeType", void 0);
3526
3528
  __decorate([
3527
3529
  Output()
3528
3530
  ], InputRestAutoCompleteEmployeeModelComponent.prototype, "onBlur", void 0);