@senior-gestao-empresarial/angular-components 7.8.2 → 7.8.4
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 +6 -11
- 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-imposto-cadastro.d.ts +1 -2
- package/esm2015/components/lookups/entities/composicao-base-calculo-lookup.js +3 -7
- package/esm2015/components/lookups/entities/e-051-dis-lookup.js +4 -4
- package/esm2015/core/enums/enum-imposto-cadastro.js +2 -3
- package/esm5/components/lookups/entities/composicao-base-calculo-lookup.js +3 -7
- package/esm5/components/lookups/entities/e-051-dis-lookup.js +4 -4
- package/esm5/core/enums/enum-imposto-cadastro.js +2 -3
- package/fesm2015/senior-gestao-empresarial-angular-components.js +6 -11
- package/fesm2015/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/fesm5/senior-gestao-empresarial-angular-components.js +6 -11
- package/fesm5/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -5448,7 +5448,7 @@
|
|
|
5448
5448
|
var _this = _super.call(this, lookupService, translate, "e051dis", [
|
|
5449
5449
|
{
|
|
5450
5450
|
name: "codDfs",
|
|
5451
|
-
type: angularComponents.FieldType.
|
|
5451
|
+
type: angularComponents.FieldType.Integer
|
|
5452
5452
|
}, {
|
|
5453
5453
|
name: "desDfs",
|
|
5454
5454
|
type: angularComponents.FieldType.String
|
|
@@ -5456,7 +5456,7 @@
|
|
|
5456
5456
|
], [
|
|
5457
5457
|
{
|
|
5458
5458
|
name: "codDfs",
|
|
5459
|
-
type: angularComponents.FieldType.
|
|
5459
|
+
type: angularComponents.FieldType.Integer
|
|
5460
5460
|
}, {
|
|
5461
5461
|
name: "desDfs",
|
|
5462
5462
|
type: angularComponents.FieldType.String
|
|
@@ -5464,7 +5464,7 @@
|
|
|
5464
5464
|
], [
|
|
5465
5465
|
{
|
|
5466
5466
|
name: "codDfs",
|
|
5467
|
-
type: angularComponents.FieldType.
|
|
5467
|
+
type: angularComponents.FieldType.Integer
|
|
5468
5468
|
}, {
|
|
5469
5469
|
name: "desDfs",
|
|
5470
5470
|
type: angularComponents.FieldType.String
|
|
@@ -6705,8 +6705,7 @@
|
|
|
6705
6705
|
EnumImpostoCadastro["VICMS"] = "VICMS";
|
|
6706
6706
|
EnumImpostoCadastro["VCIDE"] = "VCIDE";
|
|
6707
6707
|
EnumImpostoCadastro["VCBS"] = "VCBS";
|
|
6708
|
-
EnumImpostoCadastro["
|
|
6709
|
-
EnumImpostoCadastro["VIBS_MUNICIPAL"] = "VIBS_MUNICIPAL";
|
|
6708
|
+
EnumImpostoCadastro["VIBS"] = "VIBS";
|
|
6710
6709
|
EnumImpostoCadastro["VIS"] = "VIS";
|
|
6711
6710
|
})(EnumImpostoCadastro || (EnumImpostoCadastro = {}));
|
|
6712
6711
|
|
|
@@ -6777,12 +6776,8 @@
|
|
|
6777
6776
|
value: EnumImpostoCadastro.VCBS,
|
|
6778
6777
|
},
|
|
6779
6778
|
{
|
|
6780
|
-
label: translate.instant("erpx_cpl_imp.impostos.
|
|
6781
|
-
value: EnumImpostoCadastro.
|
|
6782
|
-
},
|
|
6783
|
-
{
|
|
6784
|
-
label: translate.instant("erpx_cpl_imp.impostos.enum_imposto_cadastro_vibs_municipal"),
|
|
6785
|
-
value: EnumImpostoCadastro.VIBS_MUNICIPAL,
|
|
6779
|
+
label: translate.instant("erpx_cpl_imp.impostos.enum_imposto_cadastro_vibs"),
|
|
6780
|
+
value: EnumImpostoCadastro.VIBS,
|
|
6786
6781
|
},
|
|
6787
6782
|
{
|
|
6788
6783
|
label: translate.instant("erpx_cpl_imp.impostos.enum_imposto_cadastro_vis"),
|