@senior-gestao-empresarial/angular-components 6.10.1-45e0f1e8-c91b-4e67-be7f-f41b67b65e9b → 6.10.2
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 +2 -76
- 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/index.d.ts +0 -2
- package/esm2015/components/lookups/entities/e-070-fil-lookup.js +2 -2
- package/esm2015/components/lookups/erp-lookups.module.js +2 -6
- package/esm2015/components/lookups/index.js +1 -3
- package/esm5/components/lookups/entities/e-070-fil-lookup.js +2 -2
- package/esm5/components/lookups/erp-lookups.module.js +2 -6
- package/esm5/components/lookups/index.js +1 -3
- package/fesm2015/senior-gestao-empresarial-angular-components.js +3 -71
- package/fesm2015/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/fesm5/senior-gestao-empresarial-angular-components.js +3 -75
- 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
- package/components/lookups/entities/conta-interna-filial-lookup.d.ts +0 -8
- package/components/lookups/entities/e-089-doc-lookup.d.ts +0 -8
- package/esm2015/components/lookups/entities/conta-interna-filial-lookup.js +0 -54
- package/esm2015/components/lookups/entities/e-089-doc-lookup.js +0 -26
- package/esm5/components/lookups/entities/conta-interna-filial-lookup.js +0 -55
- package/esm5/components/lookups/entities/e-089-doc-lookup.js +0 -29
|
@@ -1428,7 +1428,7 @@ var E070FilLookup = /** @class */ (function (_super) {
|
|
|
1428
1428
|
type: FieldType.String
|
|
1429
1429
|
},
|
|
1430
1430
|
{
|
|
1431
|
-
name: "
|
|
1431
|
+
name: "e007ufsSigUfs.sigUfs",
|
|
1432
1432
|
type: FieldType.String
|
|
1433
1433
|
},
|
|
1434
1434
|
{
|
|
@@ -6160,76 +6160,6 @@ var EntityPersonProductLookup = /** @class */ (function (_super) {
|
|
|
6160
6160
|
return EntityPersonProductLookup;
|
|
6161
6161
|
}(ErpLookups));
|
|
6162
6162
|
|
|
6163
|
-
var defaultFields$2 = [
|
|
6164
|
-
{ name: "numCco", type: FieldType.String },
|
|
6165
|
-
{ name: "desCco", type: FieldType.String }
|
|
6166
|
-
];
|
|
6167
|
-
var ContaInternaFilialLookup = /** @class */ (function (_super) {
|
|
6168
|
-
__extends(ContaInternaFilialLookup, _super);
|
|
6169
|
-
function ContaInternaFilialLookup(lookupService, translate) {
|
|
6170
|
-
var _this = _super.call(this, lookupService, translate, "contaInternaFilial", defaultFields$2, __spread(defaultFields$2, [
|
|
6171
|
-
{
|
|
6172
|
-
name: "e034tcc.aplTcc",
|
|
6173
|
-
type: FieldType.Enum,
|
|
6174
|
-
options: [
|
|
6175
|
-
{ label: translate.instant("erpx_fin.foundation.enum_tip_tcc_v_1"), value: "V1" },
|
|
6176
|
-
{ label: translate.instant("erpx_fin.foundation.enum_tip_tcc_v_2"), value: "V2" },
|
|
6177
|
-
{ label: translate.instant("erpx_fin.foundation.enum_tip_tcc_v_9"), value: "V9" },
|
|
6178
|
-
{ label: translate.instant("erpx_fin.foundation.enum_tip_tcc_v_10"), value: "V10" }
|
|
6179
|
-
]
|
|
6180
|
-
}
|
|
6181
|
-
]), __spread(defaultFields$2, [
|
|
6182
|
-
{
|
|
6183
|
-
name: "e034tcc.desTcc",
|
|
6184
|
-
type: FieldType.String
|
|
6185
|
-
},
|
|
6186
|
-
{
|
|
6187
|
-
name: "e034tcc.aplTcc",
|
|
6188
|
-
type: FieldType.Enum,
|
|
6189
|
-
options: [
|
|
6190
|
-
{ label: translate.instant("erpx_fin.foundation.enum_tip_tcc_v_1"), value: "V1" },
|
|
6191
|
-
{ label: translate.instant("erpx_fin.foundation.enum_tip_tcc_v_2"), value: "V2" },
|
|
6192
|
-
{ label: translate.instant("erpx_fin.foundation.enum_tip_tcc_v_9"), value: "V9" },
|
|
6193
|
-
{ label: translate.instant("erpx_fin.foundation.enum_tip_tcc_v_10"), value: "V10" }
|
|
6194
|
-
]
|
|
6195
|
-
}
|
|
6196
|
-
]), "erpx_fin", "foundation") || this;
|
|
6197
|
-
_this.lookupService = lookupService;
|
|
6198
|
-
_this.translate = translate;
|
|
6199
|
-
return _this;
|
|
6200
|
-
}
|
|
6201
|
-
ContaInternaFilialLookup.ctorParameters = function () { return [
|
|
6202
|
-
{ type: ErpLookupsService },
|
|
6203
|
-
{ type: TranslateService }
|
|
6204
|
-
]; };
|
|
6205
|
-
ContaInternaFilialLookup = __decorate([
|
|
6206
|
-
Injectable()
|
|
6207
|
-
], ContaInternaFilialLookup);
|
|
6208
|
-
return ContaInternaFilialLookup;
|
|
6209
|
-
}(ErpLookups));
|
|
6210
|
-
|
|
6211
|
-
var defaultFields$3 = [
|
|
6212
|
-
{ name: "codDoc", type: FieldType.String },
|
|
6213
|
-
{ name: "desDoc", type: FieldType.String }
|
|
6214
|
-
];
|
|
6215
|
-
var E089DocLookup = /** @class */ (function (_super) {
|
|
6216
|
-
__extends(E089DocLookup, _super);
|
|
6217
|
-
function E089DocLookup(lookupService, translate) {
|
|
6218
|
-
var _this = _super.call(this, lookupService, translate, "e089doc", defaultFields$3, defaultFields$3, defaultFields$3, "erpx_fin", "foundation") || this;
|
|
6219
|
-
_this.lookupService = lookupService;
|
|
6220
|
-
_this.translate = translate;
|
|
6221
|
-
return _this;
|
|
6222
|
-
}
|
|
6223
|
-
E089DocLookup.ctorParameters = function () { return [
|
|
6224
|
-
{ type: ErpLookupsService },
|
|
6225
|
-
{ type: TranslateService }
|
|
6226
|
-
]; };
|
|
6227
|
-
E089DocLookup = __decorate([
|
|
6228
|
-
Injectable()
|
|
6229
|
-
], E089DocLookup);
|
|
6230
|
-
return E089DocLookup;
|
|
6231
|
-
}(ErpLookups));
|
|
6232
|
-
|
|
6233
6163
|
var ErpLookupsModule = /** @class */ (function () {
|
|
6234
6164
|
function ErpLookupsModule() {
|
|
6235
6165
|
}
|
|
@@ -6345,9 +6275,7 @@ var ErpLookupsModule = /** @class */ (function () {
|
|
|
6345
6275
|
AgreementLookup,
|
|
6346
6276
|
NotaFiscalEntradaLookup,
|
|
6347
6277
|
SegmentoLookup,
|
|
6348
|
-
EntityPersonProductLookup
|
|
6349
|
-
ContaInternaFilialLookup,
|
|
6350
|
-
E089DocLookup
|
|
6278
|
+
EntityPersonProductLookup
|
|
6351
6279
|
],
|
|
6352
6280
|
declarations: [],
|
|
6353
6281
|
exports: [],
|
|
@@ -7492,5 +7420,5 @@ var ModulesEnum;
|
|
|
7492
7420
|
* Generated bundle index. Do not edit.
|
|
7493
7421
|
*/
|
|
7494
7422
|
|
|
7495
|
-
export { AgreementLookup, BankLookup, BeneficioFiscalLookup, BreadcrumbComponent, BreadcrumbModule, Breakpoints,
|
|
7423
|
+
export { AgreementLookup, BankLookup, BeneficioFiscalLookup, BreadcrumbComponent, BreadcrumbModule, Breakpoints, 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, 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
7424
|
//# sourceMappingURL=senior-gestao-empresarial-angular-components.js.map
|