@senior-gestao-empresarial/angular-components 6.11.0 → 6.11.1
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 +89 -1
- 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-mpc-lookup.d.ts +8 -0
- package/components/lookups/entities/e-043-pcm-lookup.d.ts +8 -0
- package/components/lookups/index.d.ts +2 -0
- package/esm2015/components/lookups/entities/e-043-mpc-lookup.js +46 -0
- package/esm2015/components/lookups/entities/e-043-pcm-lookup.js +46 -0
- package/esm2015/components/lookups/erp-lookups.module.js +6 -2
- package/esm2015/components/lookups/index.js +3 -1
- package/esm5/components/lookups/entities/e-043-mpc-lookup.js +49 -0
- package/esm5/components/lookups/entities/e-043-pcm-lookup.js +49 -0
- package/esm5/components/lookups/erp-lookups.module.js +6 -2
- package/esm5/components/lookups/index.js +3 -1
- package/fesm2015/senior-gestao-empresarial-angular-components.js +82 -2
- package/fesm2015/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/fesm5/senior-gestao-empresarial-angular-components.js +88 -2
- package/fesm5/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/senior-gestao-empresarial-angular-components.metadata.json +1 -1
|
@@ -6230,6 +6230,90 @@ var E089DocLookup = /** @class */ (function (_super) {
|
|
|
6230
6230
|
return E089DocLookup;
|
|
6231
6231
|
}(ErpLookups));
|
|
6232
6232
|
|
|
6233
|
+
var E043MpcLookup = /** @class */ (function (_super) {
|
|
6234
|
+
__extends(E043MpcLookup, _super);
|
|
6235
|
+
function E043MpcLookup(lookupService, translate) {
|
|
6236
|
+
var _this = _super.call(this, lookupService, translate, "e043mpc", [
|
|
6237
|
+
{
|
|
6238
|
+
name: "codMpc",
|
|
6239
|
+
type: FieldType.Integer
|
|
6240
|
+
}, {
|
|
6241
|
+
name: "desMpc",
|
|
6242
|
+
type: FieldType.String
|
|
6243
|
+
}
|
|
6244
|
+
], [
|
|
6245
|
+
{
|
|
6246
|
+
name: "codMpc",
|
|
6247
|
+
type: FieldType.Integer
|
|
6248
|
+
}, {
|
|
6249
|
+
name: "desMpc",
|
|
6250
|
+
type: FieldType.String
|
|
6251
|
+
}
|
|
6252
|
+
], [
|
|
6253
|
+
{
|
|
6254
|
+
name: "codMpc",
|
|
6255
|
+
type: FieldType.Integer
|
|
6256
|
+
}, {
|
|
6257
|
+
name: "desMpc",
|
|
6258
|
+
type: FieldType.String
|
|
6259
|
+
}
|
|
6260
|
+
], "erpx_fnd", "compliance") || this;
|
|
6261
|
+
_this.lookupService = lookupService;
|
|
6262
|
+
_this.translate = translate;
|
|
6263
|
+
return _this;
|
|
6264
|
+
}
|
|
6265
|
+
E043MpcLookup.ctorParameters = function () { return [
|
|
6266
|
+
{ type: ErpLookupsService },
|
|
6267
|
+
{ type: TranslateService }
|
|
6268
|
+
]; };
|
|
6269
|
+
E043MpcLookup = __decorate([
|
|
6270
|
+
Injectable()
|
|
6271
|
+
], E043MpcLookup);
|
|
6272
|
+
return E043MpcLookup;
|
|
6273
|
+
}(ErpLookups));
|
|
6274
|
+
|
|
6275
|
+
var E043PcmLookup = /** @class */ (function (_super) {
|
|
6276
|
+
__extends(E043PcmLookup, _super);
|
|
6277
|
+
function E043PcmLookup(lookupService, translate) {
|
|
6278
|
+
var _this = _super.call(this, lookupService, translate, "e043pcm", [
|
|
6279
|
+
{
|
|
6280
|
+
name: "claCta",
|
|
6281
|
+
type: FieldType.String
|
|
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
|
+
], [
|
|
6295
|
+
{
|
|
6296
|
+
name: "claCta",
|
|
6297
|
+
type: FieldType.String
|
|
6298
|
+
}, {
|
|
6299
|
+
name: "desCta",
|
|
6300
|
+
type: FieldType.String
|
|
6301
|
+
}
|
|
6302
|
+
], "erpx_fnd", "compliance") || this;
|
|
6303
|
+
_this.lookupService = lookupService;
|
|
6304
|
+
_this.translate = translate;
|
|
6305
|
+
return _this;
|
|
6306
|
+
}
|
|
6307
|
+
E043PcmLookup.ctorParameters = function () { return [
|
|
6308
|
+
{ type: ErpLookupsService },
|
|
6309
|
+
{ type: TranslateService }
|
|
6310
|
+
]; };
|
|
6311
|
+
E043PcmLookup = __decorate([
|
|
6312
|
+
Injectable()
|
|
6313
|
+
], E043PcmLookup);
|
|
6314
|
+
return E043PcmLookup;
|
|
6315
|
+
}(ErpLookups));
|
|
6316
|
+
|
|
6233
6317
|
var ErpLookupsModule = /** @class */ (function () {
|
|
6234
6318
|
function ErpLookupsModule() {
|
|
6235
6319
|
}
|
|
@@ -6347,7 +6431,9 @@ var ErpLookupsModule = /** @class */ (function () {
|
|
|
6347
6431
|
SegmentoLookup,
|
|
6348
6432
|
EntityPersonProductLookup,
|
|
6349
6433
|
ContaInternaFilialLookup,
|
|
6350
|
-
E089DocLookup
|
|
6434
|
+
E089DocLookup,
|
|
6435
|
+
E043MpcLookup,
|
|
6436
|
+
E043PcmLookup
|
|
6351
6437
|
],
|
|
6352
6438
|
declarations: [],
|
|
6353
6439
|
exports: [],
|
|
@@ -7492,5 +7578,5 @@ var ModulesEnum;
|
|
|
7492
7578
|
* Generated bundle index. Do not edit.
|
|
7493
7579
|
*/
|
|
7494
7580
|
|
|
7495
|
-
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, 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 };
|
|
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, StorageService as ɵb, VerifyModulePermissionService as ɵc };
|
|
7496
7582
|
//# sourceMappingURL=senior-gestao-empresarial-angular-components.js.map
|