@senior-gestao-empresarial/angular-components 6.10.1 → 6.11.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.
Files changed (23) hide show
  1. package/bundles/senior-gestao-empresarial-angular-components.umd.js +76 -2
  2. package/bundles/senior-gestao-empresarial-angular-components.umd.js.map +1 -1
  3. package/bundles/senior-gestao-empresarial-angular-components.umd.min.js +1 -1
  4. package/bundles/senior-gestao-empresarial-angular-components.umd.min.js.map +1 -1
  5. package/components/lookups/entities/conta-interna-filial-lookup.d.ts +8 -0
  6. package/components/lookups/entities/e-089-doc-lookup.d.ts +8 -0
  7. package/components/lookups/index.d.ts +2 -0
  8. package/esm2015/components/lookups/entities/conta-interna-filial-lookup.js +54 -0
  9. package/esm2015/components/lookups/entities/e-070-fil-lookup.js +2 -2
  10. package/esm2015/components/lookups/entities/e-089-doc-lookup.js +26 -0
  11. package/esm2015/components/lookups/erp-lookups.module.js +6 -2
  12. package/esm2015/components/lookups/index.js +3 -1
  13. package/esm5/components/lookups/entities/conta-interna-filial-lookup.js +55 -0
  14. package/esm5/components/lookups/entities/e-070-fil-lookup.js +2 -2
  15. package/esm5/components/lookups/entities/e-089-doc-lookup.js +29 -0
  16. package/esm5/components/lookups/erp-lookups.module.js +6 -2
  17. package/esm5/components/lookups/index.js +3 -1
  18. package/fesm2015/senior-gestao-empresarial-angular-components.js +71 -3
  19. package/fesm2015/senior-gestao-empresarial-angular-components.js.map +1 -1
  20. package/fesm5/senior-gestao-empresarial-angular-components.js +75 -3
  21. package/fesm5/senior-gestao-empresarial-angular-components.js.map +1 -1
  22. package/package.json +1 -1
  23. package/senior-gestao-empresarial-angular-components.metadata.json +1 -1
@@ -1428,7 +1428,7 @@ var E070FilLookup = /** @class */ (function (_super) {
1428
1428
  type: FieldType.String
1429
1429
  },
1430
1430
  {
1431
- name: "e007ufs.sigUfs",
1431
+ name: "e007ufsSigUfs.sigUfs",
1432
1432
  type: FieldType.String
1433
1433
  },
1434
1434
  {
@@ -6160,6 +6160,76 @@ 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
+
6163
6233
  var ErpLookupsModule = /** @class */ (function () {
6164
6234
  function ErpLookupsModule() {
6165
6235
  }
@@ -6275,7 +6345,9 @@ var ErpLookupsModule = /** @class */ (function () {
6275
6345
  AgreementLookup,
6276
6346
  NotaFiscalEntradaLookup,
6277
6347
  SegmentoLookup,
6278
- EntityPersonProductLookup
6348
+ EntityPersonProductLookup,
6349
+ ContaInternaFilialLookup,
6350
+ E089DocLookup
6279
6351
  ],
6280
6352
  declarations: [],
6281
6353
  exports: [],
@@ -7420,5 +7492,5 @@ var ModulesEnum;
7420
7492
  * Generated bundle index. Do not edit.
7421
7493
  */
7422
7494
 
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 };
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 };
7424
7496
  //# sourceMappingURL=senior-gestao-empresarial-angular-components.js.map