@senior-gestao-empresarial/angular-components 7.4.0-5f160e25-dcad-4596-8f60-a2785db103cc → 7.5.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.
- package/bundles/senior-gestao-empresarial-angular-components.umd.js +35 -2
- 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/core/enums/enum-difal-contribuinte.d.ts +9 -0
- package/esm2015/components/lookups/entities/origem-destino-lookup.js +22 -4
- package/esm2015/components/lookups/erp-lookups.js +2 -1
- package/esm2015/core/enums/enum-difal-contribuinte.js +11 -0
- package/esm5/components/lookups/entities/origem-destino-lookup.js +25 -4
- package/esm5/components/lookups/erp-lookups.js +2 -1
- package/esm5/core/enums/enum-difal-contribuinte.js +11 -0
- package/fesm2015/senior-gestao-empresarial-angular-components.js +32 -3
- package/fesm2015/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/fesm5/senior-gestao-empresarial-angular-components.js +35 -3
- 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
|
@@ -491,6 +491,7 @@ var ErpLookups = /** @class */ (function () {
|
|
|
491
491
|
if (dynamicFilterQuery)
|
|
492
492
|
filterQuery ? filterQuery += " and (" + dynamicFilterQuery + ")" : filterQuery = "(" + dynamicFilterQuery + ")";
|
|
493
493
|
var displayFields = lookupDisplayFields.concat((options.searchGridFields || this.searchGridFields)
|
|
494
|
+
.concat(options.searchGridFields || [])
|
|
494
495
|
.map(function (_a) {
|
|
495
496
|
var name = _a.name;
|
|
496
497
|
return name;
|
|
@@ -6722,6 +6723,17 @@ var EnumDifalNaoContribuinte;
|
|
|
6722
6723
|
EnumDifalNaoContribuinte["NAO_SE_APLICA"] = "NAO_SE_APLICA";
|
|
6723
6724
|
})(EnumDifalNaoContribuinte || (EnumDifalNaoContribuinte = {}));
|
|
6724
6725
|
|
|
6726
|
+
var EnumDifalContribuinte;
|
|
6727
|
+
(function (EnumDifalContribuinte) {
|
|
6728
|
+
EnumDifalContribuinte["BASE_DUPLA"] = "BASE_DUPLA";
|
|
6729
|
+
EnumDifalContribuinte["BASE_DUPLA_DIF_PERC_PER_DESTINO"] = "BASE_DUPLA_DIF_PERC_PER_DESTINO";
|
|
6730
|
+
EnumDifalContribuinte["BASE_DUPLA_DIF_PERCENTUAL"] = "BASE_DUPLA_DIF_PERCENTUAL";
|
|
6731
|
+
EnumDifalContribuinte["BASE_DUPLA_DIF_VALOR"] = "BASE_DUPLA_DIF_VALOR";
|
|
6732
|
+
EnumDifalContribuinte["BASE_UNICA"] = "BASE_UNICA";
|
|
6733
|
+
EnumDifalContribuinte["BASE_UNICA_DIF_PERCENTUAL"] = "BASE_UNICA_DIF_PERCENTUAL";
|
|
6734
|
+
EnumDifalContribuinte["NAO_SE_APLICA"] = "NAO_SE_APLICA";
|
|
6735
|
+
})(EnumDifalContribuinte || (EnumDifalContribuinte = {}));
|
|
6736
|
+
|
|
6725
6737
|
var getOptionsFromEnum = function (translateService, enumPrefix, enumValues) {
|
|
6726
6738
|
return enumValues
|
|
6727
6739
|
.map(function (value) { return ({
|
|
@@ -6739,6 +6751,18 @@ var getEnumDifalNaoContribuinteOptions = function (_a) {
|
|
|
6739
6751
|
]);
|
|
6740
6752
|
};
|
|
6741
6753
|
var ɵ0$2 = getEnumDifalNaoContribuinteOptions;
|
|
6754
|
+
var getEnumDifalContribuinteOptions = function (_a) {
|
|
6755
|
+
var translateService = _a.translateService;
|
|
6756
|
+
return getOptionsFromEnum(translateService, "erpx_cpl_imp.icms.enum_difal_contribuinte_", [
|
|
6757
|
+
EnumDifalContribuinte.BASE_DUPLA,
|
|
6758
|
+
EnumDifalContribuinte.BASE_DUPLA_DIF_PERCENTUAL,
|
|
6759
|
+
EnumDifalContribuinte.BASE_DUPLA_DIF_PERC_PER_DESTINO,
|
|
6760
|
+
EnumDifalContribuinte.BASE_DUPLA_DIF_VALOR,
|
|
6761
|
+
EnumDifalContribuinte.BASE_UNICA,
|
|
6762
|
+
EnumDifalContribuinte.NAO_SE_APLICA,
|
|
6763
|
+
]);
|
|
6764
|
+
};
|
|
6765
|
+
var ɵ1 = getEnumDifalContribuinteOptions;
|
|
6742
6766
|
var getFields$1 = function (_a) {
|
|
6743
6767
|
var translateService = _a.translateService;
|
|
6744
6768
|
return [
|
|
@@ -6754,7 +6778,7 @@ var getFields$1 = function (_a) {
|
|
|
6754
6778
|
{
|
|
6755
6779
|
name: "difalContribuinte",
|
|
6756
6780
|
type: FieldType.Enum,
|
|
6757
|
-
options:
|
|
6781
|
+
options: getEnumDifalContribuinteOptions({ translateService: translateService }),
|
|
6758
6782
|
},
|
|
6759
6783
|
{
|
|
6760
6784
|
name: "percentualImportado",
|
|
@@ -6776,7 +6800,7 @@ var getFields$1 = function (_a) {
|
|
|
6776
6800
|
},
|
|
6777
6801
|
];
|
|
6778
6802
|
};
|
|
6779
|
-
var ɵ
|
|
6803
|
+
var ɵ2 = getFields$1;
|
|
6780
6804
|
var OrigemDestinoLookup = /** @class */ (function (_super) {
|
|
6781
6805
|
__extends(OrigemDestinoLookup, _super);
|
|
6782
6806
|
function OrigemDestinoLookup(lookupService, translateService, e007UfsLookup) {
|
|
@@ -6807,6 +6831,10 @@ var OrigemDestinoLookup = /** @class */ (function (_super) {
|
|
|
6807
6831
|
name: "e007ufsOrigem.nomUfs",
|
|
6808
6832
|
type: FieldType.String,
|
|
6809
6833
|
},
|
|
6834
|
+
{
|
|
6835
|
+
name: "e007ufsOrigem.e006pai.nomPai",
|
|
6836
|
+
type: FieldType.String,
|
|
6837
|
+
},
|
|
6810
6838
|
{
|
|
6811
6839
|
name: "e007ufsDestino.sigUfs",
|
|
6812
6840
|
type: FieldType.String,
|
|
@@ -6814,6 +6842,10 @@ var OrigemDestinoLookup = /** @class */ (function (_super) {
|
|
|
6814
6842
|
{
|
|
6815
6843
|
name: "e007ufsDestino.nomUfs",
|
|
6816
6844
|
type: FieldType.String,
|
|
6845
|
+
},
|
|
6846
|
+
{
|
|
6847
|
+
name: "e007ufsDestino.e006pai.nomPai",
|
|
6848
|
+
type: FieldType.String,
|
|
6817
6849
|
}
|
|
6818
6850
|
], getFields$1({ translateService: translateService })), "erpx_cpl_imp", "icms") || this;
|
|
6819
6851
|
_this.lookupService = lookupService;
|
|
@@ -8387,5 +8419,5 @@ var ModulesEnum;
|
|
|
8387
8419
|
* Generated bundle index. Do not edit.
|
|
8388
8420
|
*/
|
|
8389
8421
|
|
|
8390
|
-
export { AgreementLookup, BankLookup, BeneficioFiscalLookup, BreadcrumbComponent, BreadcrumbModule, Breakpoints, CaracteristicaFiscalLookup, ComposicaoBaseCalculoLookup, 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, E006PaiLookup, E007UfsLookup, E008CepLookup, E008RaiLookup, E012FamLookup, E015MedLookup, E020SnfLookup, E021MotLookup, E023CrpLookup, E024MsgLookup, E027EqiLookup, E027StrLookup, E028CpgLookup, E030AgeLookup, E030BanLookup, E031MoeLookup, E032EdcLookup, E034TccLookup, 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, LeiComplementar1162003Lookup, LigacaoItemFornecedorLookup, LookupValidationUtils, ModulesEnum, NbsLookup, NcmLookup, NotaFiscalEntradaLookup, NpsService, OperacoesLookup, OrigemDestinoLookup, ParametersLookup, PrimitiveManager, ProdutoServicoLookup, QuantidadeDisponivelDemandaLookup, RequisicaoLookup, SegmentoLookup, TypeTaxesLookup, UnidadeMedidaLookup, UtilsModule, VerifyModulePermission, VerifyModulePermissions, WebsocketService, naturezaReceitaPisCofins, ɵ0, ɵ1, ErpLookupsService as ɵa, EnumAnaSin as ɵb, EnumNatCtb as ɵc, StorageService as ɵd, UserInformationService as ɵe, VerifyModulePermissionService as ɵf, VerifyModulePermissionsService as ɵg };
|
|
8422
|
+
export { AgreementLookup, BankLookup, BeneficioFiscalLookup, BreadcrumbComponent, BreadcrumbModule, Breakpoints, CaracteristicaFiscalLookup, ComposicaoBaseCalculoLookup, 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, E006PaiLookup, E007UfsLookup, E008CepLookup, E008RaiLookup, E012FamLookup, E015MedLookup, E020SnfLookup, E021MotLookup, E023CrpLookup, E024MsgLookup, E027EqiLookup, E027StrLookup, E028CpgLookup, E030AgeLookup, E030BanLookup, E031MoeLookup, E032EdcLookup, E034TccLookup, 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, LeiComplementar1162003Lookup, LigacaoItemFornecedorLookup, LookupValidationUtils, ModulesEnum, NbsLookup, NcmLookup, NotaFiscalEntradaLookup, NpsService, OperacoesLookup, OrigemDestinoLookup, ParametersLookup, PrimitiveManager, ProdutoServicoLookup, QuantidadeDisponivelDemandaLookup, RequisicaoLookup, SegmentoLookup, TypeTaxesLookup, UnidadeMedidaLookup, UtilsModule, VerifyModulePermission, VerifyModulePermissions, WebsocketService, naturezaReceitaPisCofins, ɵ0, ɵ1, ɵ2, ErpLookupsService as ɵa, EnumAnaSin as ɵb, EnumNatCtb as ɵc, StorageService as ɵd, UserInformationService as ɵe, VerifyModulePermissionService as ɵf, VerifyModulePermissionsService as ɵg };
|
|
8391
8423
|
//# sourceMappingURL=senior-gestao-empresarial-angular-components.js.map
|