@senior-gestao-empresarial/angular-components 4.23.1 → 4.23.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 +4 -4
- 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/esm2015/components/lookups/entities/beneficio-fiscal-lookup.js +5 -5
- package/esm5/components/lookups/entities/beneficio-fiscal-lookup.js +5 -5
- package/fesm2015/senior-gestao-empresarial-angular-components.js +4 -4
- package/fesm2015/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/fesm5/senior-gestao-empresarial-angular-components.js +4 -4
- package/fesm5/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -5656,11 +5656,11 @@ var BeneficioFiscalLookup = /** @class */ (function (_super) {
|
|
|
5656
5656
|
},
|
|
5657
5657
|
{
|
|
5658
5658
|
name: "vigenciaInicial",
|
|
5659
|
-
type: FieldType.
|
|
5659
|
+
type: FieldType.Date
|
|
5660
5660
|
},
|
|
5661
5661
|
{
|
|
5662
5662
|
name: "vigenciaFinal",
|
|
5663
|
-
type: FieldType.
|
|
5663
|
+
type: FieldType.Date
|
|
5664
5664
|
},
|
|
5665
5665
|
], [
|
|
5666
5666
|
{
|
|
@@ -5677,11 +5677,11 @@ var BeneficioFiscalLookup = /** @class */ (function (_super) {
|
|
|
5677
5677
|
},
|
|
5678
5678
|
{
|
|
5679
5679
|
name: "vigenciaInicial",
|
|
5680
|
-
type: FieldType.
|
|
5680
|
+
type: FieldType.Date
|
|
5681
5681
|
},
|
|
5682
5682
|
{
|
|
5683
5683
|
name: "vigenciaFinal",
|
|
5684
|
-
type: FieldType.
|
|
5684
|
+
type: FieldType.Date
|
|
5685
5685
|
},
|
|
5686
5686
|
], "erpx_cpl_imp", "impostos") || this;
|
|
5687
5687
|
_this.lookupService = lookupService;
|