@senior-gestao-empresarial/angular-components 4.23.0 → 4.24.0

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.
Files changed (24) hide show
  1. package/bundles/senior-gestao-empresarial-angular-components.umd.js +81 -7
  2. package/bundles/senior-gestao-empresarial-angular-components.umd.js.map +1 -1
  3. package/bundles/senior-gestao-empresarial-angular-components.umd.min.js +1 -1
  4. package/bundles/senior-gestao-empresarial-angular-components.umd.min.js.map +1 -1
  5. package/components/lookups/entities/beneficio-fiscal-lookup.d.ts +8 -0
  6. package/components/lookups/index.d.ts +1 -0
  7. package/esm2015/components/lookups/entities/beneficio-fiscal-lookup.js +73 -0
  8. package/esm2015/components/lookups/entities/e-001-end-lookup.js +4 -4
  9. package/esm2015/components/lookups/entities/e-008-cep-lookup.js +9 -2
  10. package/esm2015/components/lookups/entities/e-070-ent-lookup.js +4 -4
  11. package/esm2015/components/lookups/erp-lookups.module.js +4 -2
  12. package/esm2015/components/lookups/index.js +2 -1
  13. package/esm5/components/lookups/entities/beneficio-fiscal-lookup.js +76 -0
  14. package/esm5/components/lookups/entities/e-001-end-lookup.js +4 -4
  15. package/esm5/components/lookups/entities/e-008-cep-lookup.js +4 -1
  16. package/esm5/components/lookups/entities/e-070-ent-lookup.js +4 -4
  17. package/esm5/components/lookups/erp-lookups.module.js +4 -2
  18. package/esm5/components/lookups/index.js +2 -1
  19. package/fesm2015/senior-gestao-empresarial-angular-components.js +83 -9
  20. package/fesm2015/senior-gestao-empresarial-angular-components.js.map +1 -1
  21. package/fesm5/senior-gestao-empresarial-angular-components.js +81 -8
  22. package/fesm5/senior-gestao-empresarial-angular-components.js.map +1 -1
  23. package/package.json +1 -1
  24. package/senior-gestao-empresarial-angular-components.metadata.json +1 -1
@@ -1016,6 +1016,9 @@
1016
1016
  ]; };
1017
1017
  E008CepLookup = __decorate([
1018
1018
  core.Injectable()
1019
+ /**
1020
+ * @deprecated Should use PostalCodeLookup from @seniorsistemas/localization-components instead
1021
+ */
1019
1022
  ], E008CepLookup);
1020
1023
  return E008CepLookup;
1021
1024
  }(ErpLookups));
@@ -3413,7 +3416,7 @@
3413
3416
  type: angularComponents.FieldType.String
3414
3417
  },
3415
3418
  {
3416
- name: "e008cep.cepIni",
3419
+ name: "postalCode",
3417
3420
  type: angularComponents.FieldType.Integer
3418
3421
  },
3419
3422
  {
@@ -3442,7 +3445,7 @@
3442
3445
  type: angularComponents.FieldType.String
3443
3446
  },
3444
3447
  {
3445
- name: "e008cep.cepIni",
3448
+ name: "postalCode",
3446
3449
  type: angularComponents.FieldType.Integer
3447
3450
  },
3448
3451
  {
@@ -3471,7 +3474,7 @@
3471
3474
  type: angularComponents.FieldType.String
3472
3475
  },
3473
3476
  {
3474
- name: "e008cep.cepIni",
3477
+ name: "postalCode",
3475
3478
  type: angularComponents.FieldType.Integer
3476
3479
  },
3477
3480
  {
@@ -3518,7 +3521,7 @@
3518
3521
  type: angularComponents.FieldType.String
3519
3522
  },
3520
3523
  {
3521
- name: "e008cep.cepIni",
3524
+ name: "postalCode",
3522
3525
  type: angularComponents.FieldType.Integer
3523
3526
  },
3524
3527
  {
@@ -3547,7 +3550,7 @@
3547
3550
  type: angularComponents.FieldType.String
3548
3551
  },
3549
3552
  {
3550
- name: "e008cep.cepIni",
3553
+ name: "postalCode",
3551
3554
  type: angularComponents.FieldType.Integer
3552
3555
  },
3553
3556
  {
@@ -3576,7 +3579,7 @@
3576
3579
  type: angularComponents.FieldType.String
3577
3580
  },
3578
3581
  {
3579
- name: "e008cep.cepIni",
3582
+ name: "postalCode",
3580
3583
  type: angularComponents.FieldType.Integer
3581
3584
  },
3582
3585
  {
@@ -5835,6 +5838,75 @@
5835
5838
  return ParametersLookup;
5836
5839
  }(ErpLookups));
5837
5840
 
5841
+ var BeneficioFiscalLookup = /** @class */ (function (_super) {
5842
+ __extends(BeneficioFiscalLookup, _super);
5843
+ function BeneficioFiscalLookup(lookupService, translate) {
5844
+ var _this = _super.call(this, lookupService, translate, "beneficioFiscal", [
5845
+ {
5846
+ name: "codigo",
5847
+ type: angularComponents.FieldType.String
5848
+ },
5849
+ {
5850
+ name: "descricao",
5851
+ type: angularComponents.FieldType.String
5852
+ },
5853
+ ], [
5854
+ {
5855
+ name: "codigo",
5856
+ type: angularComponents.FieldType.String
5857
+ },
5858
+ {
5859
+ name: "descricao",
5860
+ type: angularComponents.FieldType.String
5861
+ },
5862
+ {
5863
+ name: "abreviatura",
5864
+ type: angularComponents.FieldType.String
5865
+ },
5866
+ {
5867
+ name: "vigenciaInicial",
5868
+ type: angularComponents.FieldType.Date
5869
+ },
5870
+ {
5871
+ name: "vigenciaFinal",
5872
+ type: angularComponents.FieldType.Date
5873
+ },
5874
+ ], [
5875
+ {
5876
+ name: "codigo",
5877
+ type: angularComponents.FieldType.String
5878
+ },
5879
+ {
5880
+ name: "descricao",
5881
+ type: angularComponents.FieldType.String
5882
+ },
5883
+ {
5884
+ name: "abreviatura",
5885
+ type: angularComponents.FieldType.String
5886
+ },
5887
+ {
5888
+ name: "vigenciaInicial",
5889
+ type: angularComponents.FieldType.Date
5890
+ },
5891
+ {
5892
+ name: "vigenciaFinal",
5893
+ type: angularComponents.FieldType.Date
5894
+ },
5895
+ ], "erpx_cpl_imp", "impostos") || this;
5896
+ _this.lookupService = lookupService;
5897
+ _this.translate = translate;
5898
+ return _this;
5899
+ }
5900
+ BeneficioFiscalLookup.ctorParameters = function () { return [
5901
+ { type: ErpLookupsService },
5902
+ { type: core$1.TranslateService }
5903
+ ]; };
5904
+ BeneficioFiscalLookup = __decorate([
5905
+ core.Injectable()
5906
+ ], BeneficioFiscalLookup);
5907
+ return BeneficioFiscalLookup;
5908
+ }(ErpLookups));
5909
+
5838
5910
  var ErpLookupsModule = /** @class */ (function () {
5839
5911
  function ErpLookupsModule() {
5840
5912
  }
@@ -5939,7 +6011,8 @@
5939
6011
  CountryLookup,
5940
6012
  BankLookup,
5941
6013
  TypeTaxesLookup,
5942
- ParametersLookup
6014
+ ParametersLookup,
6015
+ BeneficioFiscalLookup
5943
6016
  ],
5944
6017
  declarations: [],
5945
6018
  exports: [],
@@ -7052,6 +7125,7 @@
7052
7125
  })(exports.ModulesEnum || (exports.ModulesEnum = {}));
7053
7126
 
7054
7127
  exports.BankLookup = BankLookup;
7128
+ exports.BeneficioFiscalLookup = BeneficioFiscalLookup;
7055
7129
  exports.BreadcrumbComponent = BreadcrumbComponent;
7056
7130
  exports.BreadcrumbModule = BreadcrumbModule;
7057
7131
  exports.Breakpoints = Breakpoints;