@senior-gestao-empresarial/angular-components 6.11.1 → 6.11.3
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.
- package/bundles/senior-gestao-empresarial-angular-components.umd.js +57 -24
- package/bundles/senior-gestao-empresarial-angular-components.umd.js.map +1 -1
- package/bundles/senior-gestao-empresarial-angular-components.umd.min.js +1 -1
- package/bundles/senior-gestao-empresarial-angular-components.umd.min.js.map +1 -1
- package/components/lookups/entities/e-043-pcm-lookup.d.ts +1 -0
- package/core/enums/enum-ana-sin.d.ts +4 -0
- package/core/enums/enum-nat-ctb.d.ts +5 -0
- package/esm2015/components/lookups/entities/e-043-pcm-lookup.js +44 -23
- package/esm2015/core/enums/enum-ana-sin.js +6 -0
- package/esm2015/core/enums/enum-nat-ctb.js +7 -0
- package/esm2015/senior-gestao-empresarial-angular-components.js +5 -3
- package/esm5/components/lookups/entities/e-043-pcm-lookup.js +45 -23
- package/esm5/core/enums/enum-ana-sin.js +6 -0
- package/esm5/core/enums/enum-nat-ctb.js +7 -0
- package/esm5/senior-gestao-empresarial-angular-components.js +5 -3
- package/fesm2015/senior-gestao-empresarial-angular-components.js +55 -23
- package/fesm2015/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/fesm5/senior-gestao-empresarial-angular-components.js +56 -23
- package/fesm5/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/package.json +2 -2
- package/senior-gestao-empresarial-angular-components.d.ts +4 -2
- package/senior-gestao-empresarial-angular-components.metadata.json +1 -1
|
@@ -6272,43 +6272,76 @@ var E043MpcLookup = /** @class */ (function (_super) {
|
|
|
6272
6272
|
return E043MpcLookup;
|
|
6273
6273
|
}(ErpLookups));
|
|
6274
6274
|
|
|
6275
|
+
var EnumNatCtb;
|
|
6276
|
+
(function (EnumNatCtb) {
|
|
6277
|
+
EnumNatCtb["VD"] = "VD";
|
|
6278
|
+
EnumNatCtb["VC"] = "VC";
|
|
6279
|
+
EnumNatCtb["VA"] = "VA";
|
|
6280
|
+
})(EnumNatCtb || (EnumNatCtb = {}));
|
|
6281
|
+
|
|
6282
|
+
var EnumAnaSin;
|
|
6283
|
+
(function (EnumAnaSin) {
|
|
6284
|
+
EnumAnaSin["VA"] = "VA";
|
|
6285
|
+
EnumAnaSin["VS"] = "VS";
|
|
6286
|
+
})(EnumAnaSin || (EnumAnaSin = {}));
|
|
6287
|
+
|
|
6275
6288
|
var E043PcmLookup = /** @class */ (function (_super) {
|
|
6276
6289
|
__extends(E043PcmLookup, _super);
|
|
6277
6290
|
function E043PcmLookup(lookupService, translate) {
|
|
6278
6291
|
var _this = _super.call(this, lookupService, translate, "e043pcm", [
|
|
6279
6292
|
{
|
|
6280
|
-
name: "
|
|
6281
|
-
type: FieldType.
|
|
6282
|
-
},
|
|
6283
|
-
name: "desCta",
|
|
6284
|
-
type: FieldType.String
|
|
6285
|
-
}
|
|
6286
|
-
], [
|
|
6287
|
-
{
|
|
6288
|
-
name: "claCta",
|
|
6289
|
-
type: FieldType.String
|
|
6290
|
-
}, {
|
|
6291
|
-
name: "desCta",
|
|
6292
|
-
type: FieldType.String
|
|
6293
|
-
}
|
|
6294
|
-
], [
|
|
6293
|
+
name: "ctaRed",
|
|
6294
|
+
type: FieldType.Integer,
|
|
6295
|
+
},
|
|
6295
6296
|
{
|
|
6296
|
-
name: "claCta",
|
|
6297
|
-
type: FieldType.String
|
|
6298
|
-
}, {
|
|
6299
6297
|
name: "desCta",
|
|
6300
|
-
type: FieldType.String
|
|
6301
|
-
}
|
|
6302
|
-
], "erpx_fnd", "compliance") || this;
|
|
6298
|
+
type: FieldType.String,
|
|
6299
|
+
},
|
|
6300
|
+
], E043PcmLookup_1.getFields(translate), E043PcmLookup_1.getFields(translate), "erpx_fnd", "compliance") || this;
|
|
6303
6301
|
_this.lookupService = lookupService;
|
|
6304
6302
|
_this.translate = translate;
|
|
6305
6303
|
return _this;
|
|
6306
6304
|
}
|
|
6305
|
+
E043PcmLookup_1 = E043PcmLookup;
|
|
6306
|
+
E043PcmLookup.getFields = function (translate) {
|
|
6307
|
+
return [
|
|
6308
|
+
{
|
|
6309
|
+
name: "ctaRed",
|
|
6310
|
+
type: FieldType.Integer,
|
|
6311
|
+
},
|
|
6312
|
+
{
|
|
6313
|
+
name: "desCta",
|
|
6314
|
+
type: FieldType.String,
|
|
6315
|
+
},
|
|
6316
|
+
{
|
|
6317
|
+
name: "claCta",
|
|
6318
|
+
type: FieldType.String,
|
|
6319
|
+
},
|
|
6320
|
+
{
|
|
6321
|
+
name: "anaSin",
|
|
6322
|
+
type: FieldType.Enum,
|
|
6323
|
+
options: [
|
|
6324
|
+
{ label: translate.instant("erpx_fnd.compliance.lookup_e043pcm_ana_sin_va"), value: EnumAnaSin.VA },
|
|
6325
|
+
{ label: translate.instant("erpx_fnd.compliance.lookup_e043pcm_ana_sin_vs"), value: EnumAnaSin.VS },
|
|
6326
|
+
],
|
|
6327
|
+
},
|
|
6328
|
+
{
|
|
6329
|
+
name: "natCta",
|
|
6330
|
+
type: FieldType.Enum,
|
|
6331
|
+
options: [
|
|
6332
|
+
{ label: translate.instant("erpx_fnd.compliance.lookup_e043pcm_nat_ctb_va"), value: EnumNatCtb.VA },
|
|
6333
|
+
{ label: translate.instant("erpx_fnd.compliance.lookup_e043pcm_nat_ctb_vc"), value: EnumNatCtb.VC },
|
|
6334
|
+
{ label: translate.instant("erpx_fnd.compliance.lookup_e043pcm_nat_ctb_vd"), value: EnumNatCtb.VD },
|
|
6335
|
+
],
|
|
6336
|
+
},
|
|
6337
|
+
];
|
|
6338
|
+
};
|
|
6339
|
+
var E043PcmLookup_1;
|
|
6307
6340
|
E043PcmLookup.ctorParameters = function () { return [
|
|
6308
6341
|
{ type: ErpLookupsService },
|
|
6309
6342
|
{ type: TranslateService }
|
|
6310
6343
|
]; };
|
|
6311
|
-
E043PcmLookup = __decorate([
|
|
6344
|
+
E043PcmLookup = E043PcmLookup_1 = __decorate([
|
|
6312
6345
|
Injectable()
|
|
6313
6346
|
], E043PcmLookup);
|
|
6314
6347
|
return E043PcmLookup;
|
|
@@ -7578,5 +7611,5 @@ var ModulesEnum;
|
|
|
7578
7611
|
* Generated bundle index. Do not edit.
|
|
7579
7612
|
*/
|
|
7580
7613
|
|
|
7581
|
-
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,
|
|
7614
|
+
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 };
|
|
7582
7615
|
//# sourceMappingURL=senior-gestao-empresarial-angular-components.js.map
|