@senior-gestao-empresarial/angular-components 7.8.2 → 7.8.4

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.
@@ -5242,7 +5242,7 @@ var E051DisLookup = /** @class */ (function (_super) {
5242
5242
  var _this = _super.call(this, lookupService, translate, "e051dis", [
5243
5243
  {
5244
5244
  name: "codDfs",
5245
- type: FieldType.String
5245
+ type: FieldType.Integer
5246
5246
  }, {
5247
5247
  name: "desDfs",
5248
5248
  type: FieldType.String
@@ -5250,7 +5250,7 @@ var E051DisLookup = /** @class */ (function (_super) {
5250
5250
  ], [
5251
5251
  {
5252
5252
  name: "codDfs",
5253
- type: FieldType.String
5253
+ type: FieldType.Integer
5254
5254
  }, {
5255
5255
  name: "desDfs",
5256
5256
  type: FieldType.String
@@ -5258,7 +5258,7 @@ var E051DisLookup = /** @class */ (function (_super) {
5258
5258
  ], [
5259
5259
  {
5260
5260
  name: "codDfs",
5261
- type: FieldType.String
5261
+ type: FieldType.Integer
5262
5262
  }, {
5263
5263
  name: "desDfs",
5264
5264
  type: FieldType.String
@@ -6499,8 +6499,7 @@ var EnumImpostoCadastro;
6499
6499
  EnumImpostoCadastro["VICMS"] = "VICMS";
6500
6500
  EnumImpostoCadastro["VCIDE"] = "VCIDE";
6501
6501
  EnumImpostoCadastro["VCBS"] = "VCBS";
6502
- EnumImpostoCadastro["VIBS_ESTADUAL"] = "VIBS_ESTADUAL";
6503
- EnumImpostoCadastro["VIBS_MUNICIPAL"] = "VIBS_MUNICIPAL";
6502
+ EnumImpostoCadastro["VIBS"] = "VIBS";
6504
6503
  EnumImpostoCadastro["VIS"] = "VIS";
6505
6504
  })(EnumImpostoCadastro || (EnumImpostoCadastro = {}));
6506
6505
 
@@ -6571,12 +6570,8 @@ var ComposicaoBaseCalculoLookup = /** @class */ (function (_super) {
6571
6570
  value: EnumImpostoCadastro.VCBS,
6572
6571
  },
6573
6572
  {
6574
- label: translate.instant("erpx_cpl_imp.impostos.enum_imposto_cadastro_vibs_estadual"),
6575
- value: EnumImpostoCadastro.VIBS_ESTADUAL,
6576
- },
6577
- {
6578
- label: translate.instant("erpx_cpl_imp.impostos.enum_imposto_cadastro_vibs_municipal"),
6579
- value: EnumImpostoCadastro.VIBS_MUNICIPAL,
6573
+ label: translate.instant("erpx_cpl_imp.impostos.enum_imposto_cadastro_vibs"),
6574
+ value: EnumImpostoCadastro.VIBS,
6580
6575
  },
6581
6576
  {
6582
6577
  label: translate.instant("erpx_cpl_imp.impostos.enum_imposto_cadastro_vis"),