@senior-gestao-empresarial/angular-components 6.6.0 → 6.7.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.
@@ -6239,6 +6239,88 @@
6239
6239
  return NotaFiscalEntradaLookup;
6240
6240
  }(ErpLookups));
6241
6241
 
6242
+ var EnumPerfilTributarioSegmento;
6243
+ (function (EnumPerfilTributarioSegmento) {
6244
+ EnumPerfilTributarioSegmento["INDUSTRIA"] = "INDUSTRIA";
6245
+ EnumPerfilTributarioSegmento["COMERCIO"] = "COMERCIO";
6246
+ EnumPerfilTributarioSegmento["SERVICO"] = "SERVICO";
6247
+ EnumPerfilTributarioSegmento["DISTRIBUIDOR"] = "DISTRIBUIDOR";
6248
+ EnumPerfilTributarioSegmento["COOPERATIVA"] = "COOPERATIVA";
6249
+ EnumPerfilTributarioSegmento["PRODUTOR_RURAL"] = "PRODUTOR_RURAL";
6250
+ EnumPerfilTributarioSegmento["FINANCEIRA"] = "FINANCEIRA";
6251
+ EnumPerfilTributarioSegmento["IMOBILIARIA"] = "IMOBILIARIA";
6252
+ EnumPerfilTributarioSegmento["CONSTRUCAO_CIVIL"] = "CONSTRUCAO_CIVIL";
6253
+ })(EnumPerfilTributarioSegmento || (EnumPerfilTributarioSegmento = {}));
6254
+
6255
+ var getFields = function (translateService) {
6256
+ return [
6257
+ {
6258
+ name: "descricao",
6259
+ type: angularComponents.FieldType.String,
6260
+ },
6261
+ {
6262
+ name: "tipoPerfilTributarioSegmento",
6263
+ type: angularComponents.FieldType.Enum,
6264
+ options: [
6265
+ {
6266
+ label: translateService.instant("erpx_cpl_imp.impostos.enum_perfil_tributario_segmento_industria"),
6267
+ value: EnumPerfilTributarioSegmento.INDUSTRIA,
6268
+ },
6269
+ {
6270
+ label: translateService.instant("erpx_cpl_imp.impostos.enum_perfil_tributario_segmento_comercio"),
6271
+ value: EnumPerfilTributarioSegmento.COMERCIO,
6272
+ },
6273
+ {
6274
+ label: translateService.instant("erpx_cpl_imp.impostos.enum_perfil_tributario_segmento_servico"),
6275
+ value: EnumPerfilTributarioSegmento.SERVICO,
6276
+ },
6277
+ {
6278
+ label: translateService.instant("erpx_cpl_imp.impostos.enum_perfil_tributario_segmento_distribuidor"),
6279
+ value: EnumPerfilTributarioSegmento.DISTRIBUIDOR,
6280
+ },
6281
+ {
6282
+ label: translateService.instant("erpx_cpl_imp.impostos.enum_perfil_tributario_segmento_cooperativa"),
6283
+ value: EnumPerfilTributarioSegmento.COOPERATIVA,
6284
+ },
6285
+ {
6286
+ label: translateService.instant("erpx_cpl_imp.impostos.enum_perfil_tributario_segmento_produtor_rural"),
6287
+ value: EnumPerfilTributarioSegmento.PRODUTOR_RURAL,
6288
+ },
6289
+ {
6290
+ label: translateService.instant("erpx_cpl_imp.impostos.enum_perfil_tributario_segmento_financeira"),
6291
+ value: EnumPerfilTributarioSegmento.FINANCEIRA,
6292
+ },
6293
+ {
6294
+ label: translateService.instant("erpx_cpl_imp.impostos.enum_perfil_tributario_segmento_imobiliaria"),
6295
+ value: EnumPerfilTributarioSegmento.IMOBILIARIA,
6296
+ },
6297
+ {
6298
+ label: translateService.instant("erpx_cpl_imp.impostos.enum_perfil_tributario_segmento_construcao_civil"),
6299
+ value: EnumPerfilTributarioSegmento.CONSTRUCAO_CIVIL,
6300
+ },
6301
+ ],
6302
+ },
6303
+ ];
6304
+ };
6305
+ var ɵ0 = getFields;
6306
+ var SegmentoLookup = /** @class */ (function (_super) {
6307
+ __extends(SegmentoLookup, _super);
6308
+ function SegmentoLookup(lookupService, translate) {
6309
+ var _this = _super.call(this, lookupService, translate, "segmento", getFields(translate), getFields(translate), getFields(translate), "erpx_cpl_imp", "impostos") || this;
6310
+ _this.lookupService = lookupService;
6311
+ _this.translate = translate;
6312
+ return _this;
6313
+ }
6314
+ SegmentoLookup.ctorParameters = function () { return [
6315
+ { type: ErpLookupsService },
6316
+ { type: core$1.TranslateService }
6317
+ ]; };
6318
+ SegmentoLookup = __decorate([
6319
+ core.Injectable()
6320
+ ], SegmentoLookup);
6321
+ return SegmentoLookup;
6322
+ }(ErpLookups));
6323
+
6242
6324
  var ErpLookupsModule = /** @class */ (function () {
6243
6325
  function ErpLookupsModule() {
6244
6326
  }
@@ -6352,7 +6434,8 @@
6352
6434
  E069GreLookup,
6353
6435
  E501TcpLookup,
6354
6436
  AgreementLookup,
6355
- NotaFiscalEntradaLookup
6437
+ NotaFiscalEntradaLookup,
6438
+ SegmentoLookup
6356
6439
  ],
6357
6440
  declarations: [],
6358
6441
  exports: [],
@@ -7618,12 +7701,14 @@
7618
7701
  exports.ProdutoServicoLookup = ProdutoServicoLookup;
7619
7702
  exports.QuantidadeDisponivelDemandaLookup = QuantidadeDisponivelDemandaLookup;
7620
7703
  exports.RequisicaoLookup = RequisicaoLookup;
7704
+ exports.SegmentoLookup = SegmentoLookup;
7621
7705
  exports.TypeTaxesLookup = TypeTaxesLookup;
7622
7706
  exports.UnidadeMedidaLookup = UnidadeMedidaLookup;
7623
7707
  exports.UtilsModule = UtilsModule;
7624
7708
  exports.VerifyModulePermission = VerifyModulePermission;
7625
7709
  exports.WebsocketService = WebsocketService;
7626
7710
  exports.naturezaReceitaPisCofins = naturezaReceitaPisCofins;
7711
+ exports.ɵ0 = ɵ0;
7627
7712
  exports.ɵa = ErpLookupsService;
7628
7713
  exports.ɵb = StorageService;
7629
7714
  exports.ɵc = VerifyModulePermissionService;