@senior-gestao-empresarial/angular-components 6.11.2 → 6.11.4-9d2c374d-d66e-4513-b83b-d0162b6ae1ab

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 (31) hide show
  1. package/bundles/senior-gestao-empresarial-angular-components.umd.js +128 -111
  2. package/bundles/senior-gestao-empresarial-angular-components.umd.js.map +1 -1
  3. package/bundles/senior-gestao-empresarial-angular-components.umd.min.js +2 -2
  4. package/bundles/senior-gestao-empresarial-angular-components.umd.min.js.map +1 -1
  5. package/components/lookups/entities/e-043-pcm-lookup.d.ts +1 -0
  6. package/components/permissions/protocols/modules.enum.d.ts +9 -1
  7. package/core/enums/enum-ana-sin.d.ts +4 -0
  8. package/core/enums/enum-nat-ctb.d.ts +5 -0
  9. package/esm2015/components/lookups/entities/e-043-mpc-lookup.js +2 -2
  10. package/esm2015/components/lookups/entities/e-043-pcm-lookup.js +40 -37
  11. package/esm2015/components/lookups/entities/e-048-fct-lookup.js +8 -8
  12. package/esm2015/components/lookups/entities/e-048-sfc-lookup.js +59 -65
  13. package/esm2015/components/permissions/protocols/modules.enum.js +9 -1
  14. package/esm2015/core/enums/enum-ana-sin.js +6 -0
  15. package/esm2015/core/enums/enum-nat-ctb.js +7 -0
  16. package/esm2015/senior-gestao-empresarial-angular-components.js +5 -3
  17. package/esm5/components/lookups/entities/e-043-mpc-lookup.js +2 -2
  18. package/esm5/components/lookups/entities/e-043-pcm-lookup.js +42 -38
  19. package/esm5/components/lookups/entities/e-048-fct-lookup.js +8 -8
  20. package/esm5/components/lookups/entities/e-048-sfc-lookup.js +60 -66
  21. package/esm5/components/permissions/protocols/modules.enum.js +9 -1
  22. package/esm5/core/enums/enum-ana-sin.js +6 -0
  23. package/esm5/core/enums/enum-nat-ctb.js +7 -0
  24. package/esm5/senior-gestao-empresarial-angular-components.js +5 -3
  25. package/fesm2015/senior-gestao-empresarial-angular-components.js +125 -109
  26. package/fesm2015/senior-gestao-empresarial-angular-components.js.map +1 -1
  27. package/fesm5/senior-gestao-empresarial-angular-components.js +127 -110
  28. package/fesm5/senior-gestao-empresarial-angular-components.js.map +1 -1
  29. package/package.json +2 -2
  30. package/senior-gestao-empresarial-angular-components.d.ts +4 -2
  31. package/senior-gestao-empresarial-angular-components.metadata.json +1 -1
@@ -5035,29 +5035,29 @@ let E048FctLookup = class E048FctLookup extends ErpLookups {
5035
5035
  constructor(lookupService, translate) {
5036
5036
  super(lookupService, translate, "e048fct", [
5037
5037
  {
5038
+ type: FieldType.String,
5038
5039
  name: "codFct",
5039
- type: FieldType.String
5040
5040
  }, {
5041
+ type: FieldType.String,
5041
5042
  name: "desFct",
5042
- type: FieldType.String
5043
5043
  }
5044
5044
  ], [
5045
5045
  {
5046
+ type: FieldType.String,
5046
5047
  name: "codFct",
5047
- type: FieldType.String
5048
5048
  }, {
5049
+ type: FieldType.String,
5049
5050
  name: "desFct",
5050
- type: FieldType.String
5051
5051
  }
5052
5052
  ], [
5053
5053
  {
5054
+ type: FieldType.String,
5054
5055
  name: "codFct",
5055
- type: FieldType.String
5056
5056
  }, {
5057
+ type: FieldType.String,
5057
5058
  name: "desFct",
5058
- type: FieldType.String
5059
5059
  }
5060
- ], "erpx_fnd", "compliance");
5060
+ ], "erpx_cpl", "foundation");
5061
5061
  this.lookupService = lookupService;
5062
5062
  this.translate = translate;
5063
5063
  }
@@ -5122,70 +5122,64 @@ var EnumTipCtb;
5122
5122
 
5123
5123
  let E048SfcLookup = class E048SfcLookup extends ErpLookups {
5124
5124
  constructor(lookupService, translate) {
5125
- super(lookupService, translate, "e048sfc", [
5126
- {
5127
- name: "seqFct",
5128
- type: FieldType.Integer
5129
- }, {
5130
- name: "anaSin",
5131
- type: FieldType.Enum,
5132
- options: [
5133
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_va"), value: EnumTipCtb.VA },
5134
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vs"), value: EnumTipCtb.VS },
5135
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vn"), value: EnumTipCtb.VN },
5136
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vt"), value: EnumTipCtb.VT },
5137
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vy"), value: EnumTipCtb.VY },
5138
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vx"), value: EnumTipCtb.VX },
5139
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vu"), value: EnumTipCtb.VU },
5140
- ]
5141
- }
5142
- ], [
5143
- {
5144
- name: "seqFct",
5145
- type: FieldType.Integer
5146
- }, {
5147
- name: "anaSin",
5148
- type: FieldType.Enum,
5149
- options: [
5150
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_va"), value: EnumTipCtb.VA },
5151
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vs"), value: EnumTipCtb.VS },
5152
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vn"), value: EnumTipCtb.VN },
5153
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vt"), value: EnumTipCtb.VT },
5154
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vy"), value: EnumTipCtb.VY },
5155
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vx"), value: EnumTipCtb.VX },
5156
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vu"), value: EnumTipCtb.VU },
5157
- ]
5158
- }, {
5159
- name: "e041cebDeb",
5160
- type: FieldType.String
5161
- }, {
5162
- name: "e041cebCre",
5163
- type: FieldType.String
5164
- },
5165
- ], [
5166
- {
5167
- name: "seqFct",
5168
- type: FieldType.Integer
5169
- }, {
5170
- name: "anaSin",
5171
- type: FieldType.Enum,
5172
- options: [
5173
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_va"), value: EnumTipCtb.VA },
5174
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vs"), value: EnumTipCtb.VS },
5175
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vn"), value: EnumTipCtb.VN },
5176
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vt"), value: EnumTipCtb.VT },
5177
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vy"), value: EnumTipCtb.VY },
5178
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vx"), value: EnumTipCtb.VX },
5179
- { label: translate.instant("erpx_fnd_compliance.lookup_e048sfc_tip_ctb_vu"), value: EnumTipCtb.VU },
5180
- ]
5181
- }, {
5182
- name: "e041cebDeb",
5183
- type: FieldType.String
5184
- }, {
5185
- name: "e041cebCre",
5186
- type: FieldType.String
5187
- },
5188
- ], "erpx_fnd", "compliance");
5125
+ super(...(() => {
5126
+ const options = [
5127
+ { label: translate.instant("erpx_cpl.foundation.lookup_e048sfc_tip_ctb_va"), value: EnumTipCtb.VA },
5128
+ { label: translate.instant("erpx_cpl.foundation.lookup_e048sfc_tip_ctb_vs"), value: EnumTipCtb.VS },
5129
+ { label: translate.instant("erpx_cpl.foundation.lookup_e048sfc_tip_ctb_vn"), value: EnumTipCtb.VN },
5130
+ { label: translate.instant("erpx_cpl.foundation.lookup_e048sfc_tip_ctb_vt"), value: EnumTipCtb.VT },
5131
+ { label: translate.instant("erpx_cpl.foundation.lookup_e048sfc_tip_ctb_vy"), value: EnumTipCtb.VY },
5132
+ { label: translate.instant("erpx_cpl.foundation.lookup_e048sfc_tip_ctb_vx"), value: EnumTipCtb.VX },
5133
+ { label: translate.instant("erpx_cpl.foundation.lookup_e048sfc_tip_ctb_vu"), value: EnumTipCtb.VU },
5134
+ ];
5135
+ return [
5136
+ lookupService,
5137
+ translate,
5138
+ "e048sfc",
5139
+ [
5140
+ {
5141
+ name: "seqFct",
5142
+ type: FieldType.Integer
5143
+ }, {
5144
+ options,
5145
+ name: "anaSin",
5146
+ type: FieldType.Enum,
5147
+ }
5148
+ ], [
5149
+ {
5150
+ name: "seqFct",
5151
+ type: FieldType.Integer
5152
+ }, {
5153
+ options,
5154
+ name: "anaSin",
5155
+ type: FieldType.Enum,
5156
+ }, {
5157
+ name: "e041cebDeb",
5158
+ type: FieldType.String
5159
+ }, {
5160
+ name: "e041cebCre",
5161
+ type: FieldType.String
5162
+ },
5163
+ ], [
5164
+ {
5165
+ name: "seqFct",
5166
+ type: FieldType.Integer
5167
+ }, {
5168
+ options,
5169
+ name: "anaSin",
5170
+ type: FieldType.Enum,
5171
+ }, {
5172
+ name: "e041cebDeb",
5173
+ type: FieldType.String
5174
+ }, {
5175
+ name: "e041cebCre",
5176
+ type: FieldType.String
5177
+ },
5178
+ ],
5179
+ "erpx_cpl",
5180
+ "foundation"
5181
+ ];
5182
+ })());
5189
5183
  this.lookupService = lookupService;
5190
5184
  this.translate = translate;
5191
5185
  }
@@ -5914,7 +5908,7 @@ let E043MpcLookup = class E043MpcLookup extends ErpLookups {
5914
5908
  name: "desMpc",
5915
5909
  type: FieldType.String
5916
5910
  }
5917
- ], "erpx_fnd", "compliance");
5911
+ ], "erpx_cpl", "foundation");
5918
5912
  this.lookupService = lookupService;
5919
5913
  this.translate = translate;
5920
5914
  }
@@ -5927,60 +5921,74 @@ E043MpcLookup = __decorate([
5927
5921
  Injectable()
5928
5922
  ], E043MpcLookup);
5929
5923
 
5930
- let E043PcmLookup = class E043PcmLookup extends ErpLookups {
5924
+ var EnumNatCtb;
5925
+ (function (EnumNatCtb) {
5926
+ EnumNatCtb["VD"] = "VD";
5927
+ EnumNatCtb["VC"] = "VC";
5928
+ EnumNatCtb["VA"] = "VA";
5929
+ })(EnumNatCtb || (EnumNatCtb = {}));
5930
+
5931
+ var EnumAnaSin;
5932
+ (function (EnumAnaSin) {
5933
+ EnumAnaSin["VA"] = "VA";
5934
+ EnumAnaSin["VS"] = "VS";
5935
+ })(EnumAnaSin || (EnumAnaSin = {}));
5936
+
5937
+ var E043PcmLookup_1;
5938
+ let E043PcmLookup = E043PcmLookup_1 = class E043PcmLookup extends ErpLookups {
5931
5939
  constructor(lookupService, translate) {
5932
5940
  super(lookupService, translate, "e043pcm", [
5933
5941
  {
5942
+ type: FieldType.Integer,
5934
5943
  name: "ctaRed",
5935
- type: FieldType.String
5936
- }, {
5937
- name: "desCta",
5938
- type: FieldType.String
5939
- }
5940
- ], [
5944
+ },
5941
5945
  {
5942
- name: "ctaRed",
5943
- type: FieldType.String
5944
- }, {
5946
+ type: FieldType.String,
5945
5947
  name: "desCta",
5946
- type: FieldType.String
5947
- }, {
5948
- name: "claCta",
5949
- type: FieldType.String
5950
- }, {
5951
- name: "anaSin",
5952
- type: FieldType.String
5953
- }, {
5954
- name: "natCta",
5955
- type: FieldType.String
5956
- }
5957
- ], [
5948
+ },
5949
+ ], E043PcmLookup_1.getFields(translate), E043PcmLookup_1.getFields(translate), "erpx_cpl", "foundation");
5950
+ this.lookupService = lookupService;
5951
+ this.translate = translate;
5952
+ }
5953
+ static getFields(translate) {
5954
+ return [
5958
5955
  {
5959
5956
  name: "ctaRed",
5960
- type: FieldType.String
5961
- }, {
5957
+ type: FieldType.Integer,
5958
+ },
5959
+ {
5962
5960
  name: "desCta",
5963
- type: FieldType.String
5964
- }, {
5961
+ type: FieldType.String,
5962
+ },
5963
+ {
5965
5964
  name: "claCta",
5966
- type: FieldType.String
5967
- }, {
5965
+ type: FieldType.String,
5966
+ },
5967
+ {
5968
+ options: [
5969
+ { label: translate.instant("erpx_cpl.foundation.lookup_e043pcm_ana_sin_va"), value: EnumAnaSin.VA },
5970
+ { label: translate.instant("erpx_cpl.foundation.lookup_e043pcm_ana_sin_vs"), value: EnumAnaSin.VS },
5971
+ ],
5968
5972
  name: "anaSin",
5969
- type: FieldType.String
5970
- }, {
5973
+ type: FieldType.Enum,
5974
+ },
5975
+ {
5976
+ options: [
5977
+ { label: translate.instant("erpx_cpl.foundation.lookup_e043pcm_nat_ctb_va"), value: EnumNatCtb.VA },
5978
+ { label: translate.instant("erpx_cpl.foundation.lookup_e043pcm_nat_ctb_vc"), value: EnumNatCtb.VC },
5979
+ { label: translate.instant("erpx_cpl.foundation.lookup_e043pcm_nat_ctb_vd"), value: EnumNatCtb.VD },
5980
+ ],
5971
5981
  name: "natCta",
5972
- type: FieldType.String
5973
- }
5974
- ], "erpx_fnd", "compliance");
5975
- this.lookupService = lookupService;
5976
- this.translate = translate;
5982
+ type: FieldType.Enum,
5983
+ },
5984
+ ];
5977
5985
  }
5978
5986
  };
5979
5987
  E043PcmLookup.ctorParameters = () => [
5980
5988
  { type: ErpLookupsService },
5981
5989
  { type: TranslateService }
5982
5990
  ];
5983
- E043PcmLookup = __decorate([
5991
+ E043PcmLookup = E043PcmLookup_1 = __decorate([
5984
5992
  Injectable()
5985
5993
  ], E043PcmLookup);
5986
5994
 
@@ -7074,11 +7082,19 @@ var ModulesEnum;
7074
7082
  (function (ModulesEnum) {
7075
7083
  ModulesEnum["CONTROLADORIA"] = "CONTROLADORIA";
7076
7084
  ModulesEnum["MANUFATURA"] = "MANUFATURA";
7085
+ ModulesEnum["ECOMMERCE"] = "ECOMMERCE";
7086
+ ModulesEnum["MRP"] = "MRP";
7087
+ ModulesEnum["RMS"] = "RMS";
7088
+ ModulesEnum["FLUXO_CAIXA"] = "FLUXO_CAIXA";
7089
+ ModulesEnum["DRP"] = "DRP";
7090
+ ModulesEnum["CRM"] = "CRM";
7091
+ ModulesEnum["PDV"] = "PDV";
7092
+ ModulesEnum["CONTROLADORIA_GERENCIAL"] = "CONTROLADORIA_GERENCIAL";
7077
7093
  })(ModulesEnum || (ModulesEnum = {}));
7078
7094
 
7079
7095
  /**
7080
7096
  * Generated bundle index. Do not edit.
7081
7097
  */
7082
7098
 
7083
- export { AgreementLookup, BankLookup, BeneficioFiscalLookup, BreadcrumbComponent, BreadcrumbModule, Breakpoints, ContaInternaFilialLookup, CountryLookup, CplTriNotaSaidaE001EndLookup, CplTriNotaSaidaE001PesLookup, CplTriNotaSaidaE001TnsLookup, CplTriNotaSaidaE007UfsLookup, CplTriNotaSaidaE008RaiLookup, CplTriNotaSaidaE015MedLookup, CplTriNotaSaidaE020SnfLookup, CplTriNotaSaidaE024MsgLookup, CplTriNotaSaidaE028CpgLookup, CplTriNotaSaidaE032EdcLookup, CplTriNotaSaidaE051DisLookup, CplTriNotaSaidaE066FpgLookup, CplTriNotaSaidaE070EmpLookup, CplTriNotaSaidaE070FilLookup, CplTriNotaSaidaE075DerLookup, CplTriNotaSaidaE080SerLookup, CplTriNotaSaidaNaturezaReceitaPisCofinsLookup, CplTriNotaSaidaNcmLookup, CplTriNotaSaidaNfEntradaLookup, CplTriNotaSaidaNfSaidaLookup, CurrencyLookup, DocumentoLookup, E001EndLookup, E001PesLookup, E001TnsLookup, E001TnsSupEstLookup, E002TptLookup, E007UfsLookup, E008CepLookup, E008RaiLookup, E012FamLookup, E015MedLookup, E020SnfLookup, E021MotLookup, E023CrpLookup, E024MsgLookup, E027EqiLookup, E027StrLookup, E028CpgLookup, E030AgeLookup, E030BanLookup, E031MoeLookup, E032EdcLookup, E035OcrLookup, E036InsLookup, E039PorLookup, E043MpcLookup, E043PcmLookup, E044CcuFinRatDepLookup, E044CcuLookup, E045PlaLookup, E046HpdLookup, E047NtgLookup, E048FctLookup, E048SfcLookup, E051DisLookup, E066FpgLookup, E067FinLookup, E069GreLookup, E070EmpLookup, E070EntLookup, E070FilLookup, E073PesLookup, E073VeiLookup, E075DerLookup, E080SerLookup, E081TabLookup, E082TprLookup, E085PesLookup, E089DocLookup, E090HrpComGerLookup, E090PesLookup, E091PlfFinRatLookup, E095PesLookup, E099UsuComGerLookup, E099UsuSupCprLookup, E140InsLookup, E140NfsLookup, E200LotLookup, E200SerLookup, E205DepLookup, E210DxpE075DerLookup, E210DxpLookup, E301TcrLookup, E403FprLookup, E420IcpLookup, E420IpcLookup, E420OcpLookup, E501TcpLookup, E600CcoLookup, E640LotLookup, EntityPersonProductLookup, EnumLogicalOperator, EquipmentLookup, ErpLookups, ErpLookupsModule, ErpPolling, ExportUtils, FiltersStorageService, FormUtilsService, HTTP_STATUS_CODE, LigacaoItemFornecedorLookup, LookupValidationUtils, ModulesEnum, NcmLookup, NotaFiscalEntradaLookup, NpsService, ParametersLookup, ProdutoServicoLookup, QuantidadeDisponivelDemandaLookup, RequisicaoLookup, SegmentoLookup, TypeTaxesLookup, UnidadeMedidaLookup, UtilsModule, VerifyModulePermission, WebsocketService, naturezaReceitaPisCofins, ɵ0, ErpLookupsService as ɵa, StorageService as ɵb, VerifyModulePermissionService as ɵc };
7099
+ export { AgreementLookup, BankLookup, BeneficioFiscalLookup, BreadcrumbComponent, BreadcrumbModule, Breakpoints, ContaInternaFilialLookup, CountryLookup, CplTriNotaSaidaE001EndLookup, CplTriNotaSaidaE001PesLookup, CplTriNotaSaidaE001TnsLookup, CplTriNotaSaidaE007UfsLookup, CplTriNotaSaidaE008RaiLookup, CplTriNotaSaidaE015MedLookup, CplTriNotaSaidaE020SnfLookup, CplTriNotaSaidaE024MsgLookup, CplTriNotaSaidaE028CpgLookup, CplTriNotaSaidaE032EdcLookup, CplTriNotaSaidaE051DisLookup, CplTriNotaSaidaE066FpgLookup, CplTriNotaSaidaE070EmpLookup, CplTriNotaSaidaE070FilLookup, CplTriNotaSaidaE075DerLookup, CplTriNotaSaidaE080SerLookup, CplTriNotaSaidaNaturezaReceitaPisCofinsLookup, CplTriNotaSaidaNcmLookup, CplTriNotaSaidaNfEntradaLookup, CplTriNotaSaidaNfSaidaLookup, CurrencyLookup, DocumentoLookup, E001EndLookup, E001PesLookup, E001TnsLookup, E001TnsSupEstLookup, E002TptLookup, E007UfsLookup, E008CepLookup, E008RaiLookup, E012FamLookup, E015MedLookup, E020SnfLookup, E021MotLookup, E023CrpLookup, E024MsgLookup, E027EqiLookup, E027StrLookup, E028CpgLookup, E030AgeLookup, E030BanLookup, E031MoeLookup, E032EdcLookup, E035OcrLookup, E036InsLookup, E039PorLookup, E043MpcLookup, E043PcmLookup, E044CcuFinRatDepLookup, E044CcuLookup, E045PlaLookup, E046HpdLookup, E047NtgLookup, E048FctLookup, E048SfcLookup, E051DisLookup, E066FpgLookup, E067FinLookup, E069GreLookup, E070EmpLookup, E070EntLookup, E070FilLookup, E073PesLookup, E073VeiLookup, E075DerLookup, E080SerLookup, E081TabLookup, E082TprLookup, E085PesLookup, E089DocLookup, E090HrpComGerLookup, E090PesLookup, E091PlfFinRatLookup, E095PesLookup, E099UsuComGerLookup, E099UsuSupCprLookup, E140InsLookup, E140NfsLookup, E200LotLookup, E200SerLookup, E205DepLookup, E210DxpE075DerLookup, E210DxpLookup, E301TcrLookup, E403FprLookup, E420IcpLookup, E420IpcLookup, E420OcpLookup, E501TcpLookup, E600CcoLookup, E640LotLookup, EntityPersonProductLookup, EnumLogicalOperator, EquipmentLookup, ErpLookups, ErpLookupsModule, ErpPolling, ExportUtils, FiltersStorageService, FormUtilsService, HTTP_STATUS_CODE, LigacaoItemFornecedorLookup, LookupValidationUtils, ModulesEnum, NcmLookup, NotaFiscalEntradaLookup, NpsService, ParametersLookup, ProdutoServicoLookup, QuantidadeDisponivelDemandaLookup, RequisicaoLookup, SegmentoLookup, TypeTaxesLookup, UnidadeMedidaLookup, UtilsModule, VerifyModulePermission, WebsocketService, naturezaReceitaPisCofins, ɵ0, ErpLookupsService as ɵa, EnumAnaSin as ɵb, EnumNatCtb as ɵc, StorageService as ɵd, VerifyModulePermissionService as ɵe };
7084
7100
  //# sourceMappingURL=senior-gestao-empresarial-angular-components.js.map