@senior-gestao-pessoas/payroll-core 9.6.1 → 9.7.0-develop-83cda3e2

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.
@@ -3020,6 +3020,12 @@
3020
3020
  })
3021
3021
  .subscribe(function (payload) { return _this.formaterResponce(payload.result); });
3022
3022
  }
3023
+ else if (this.isSituationDefinition) {
3024
+ var params = { searchText: query };
3025
+ return this.service
3026
+ .query('autocompleteSituationDefinitionQuery', params, exports.ServiceType.ORGANIZATION_REGISTER)
3027
+ .subscribe(function (payload) { return _this.formaterResponce(payload.result); });
3028
+ }
3023
3029
  else if (this.isWagetype) {
3024
3030
  var params = { searchText: query, companyId: this.companyId };
3025
3031
  return this.service
@@ -3251,6 +3257,9 @@
3251
3257
  __decorate([
3252
3258
  core.Input()
3253
3259
  ], InputRestAutoCompleteComponent.prototype, "isWagetype", void 0);
3260
+ __decorate([
3261
+ core.Input()
3262
+ ], InputRestAutoCompleteComponent.prototype, "isSituationDefinition", void 0);
3254
3263
  __decorate([
3255
3264
  core.Input()
3256
3265
  ], InputRestAutoCompleteComponent.prototype, "multiple", void 0);