iptdevs-design-system 2.7.55 → 2.7.57
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/esm2020/lib/cod/logic/calculate-quotes.service.mjs +2 -3
- package/esm2020/lib/design-system.module.mjs +7 -4
- package/fesm2015/iptdevs-design-system.mjs +7 -5
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +7 -5
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/lib/design-system.module.d.ts +1 -1
- package/package.json +1 -1
|
@@ -3338,8 +3338,7 @@ class CalculateQuotesService {
|
|
|
3338
3338
|
let dataFinancing = [];
|
|
3339
3339
|
let index = 1; // Indicador de cant. de cuotas
|
|
3340
3340
|
let dat = new Date(params.date);
|
|
3341
|
-
|
|
3342
|
-
let momentJs = moment(dat.getMonth + ' ' + dat.getDate + ' ' + dat.getFullYear).add(1, 'days');
|
|
3341
|
+
let momentJs = moment(params.date).add(1, 'days');
|
|
3343
3342
|
console.log(momentJs);
|
|
3344
3343
|
if (this.validateSunday(momentJs.toDate())) {
|
|
3345
3344
|
Swal.fire({
|
|
@@ -4644,14 +4643,16 @@ class DesignSystemModule {
|
|
|
4644
4643
|
DesignSystemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: DesignSystemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4645
4644
|
DesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: DesignSystemModule, imports: [ComponentsModule,
|
|
4646
4645
|
CoreModule,
|
|
4647
|
-
CurrencyMaskModule
|
|
4646
|
+
CurrencyMaskModule,
|
|
4647
|
+
CodModule], exports: [ComponentsModule,
|
|
4648
4648
|
CoreModule,
|
|
4649
4649
|
CurrencyMaskModule,
|
|
4650
4650
|
CodModule] });
|
|
4651
4651
|
DesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: DesignSystemModule, imports: [[
|
|
4652
4652
|
ComponentsModule,
|
|
4653
4653
|
CoreModule,
|
|
4654
|
-
CurrencyMaskModule
|
|
4654
|
+
CurrencyMaskModule,
|
|
4655
|
+
CodModule
|
|
4655
4656
|
], ComponentsModule,
|
|
4656
4657
|
CoreModule,
|
|
4657
4658
|
CurrencyMaskModule,
|
|
@@ -4662,7 +4663,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImpor
|
|
|
4662
4663
|
imports: [
|
|
4663
4664
|
ComponentsModule,
|
|
4664
4665
|
CoreModule,
|
|
4665
|
-
CurrencyMaskModule
|
|
4666
|
+
CurrencyMaskModule,
|
|
4667
|
+
CodModule
|
|
4666
4668
|
],
|
|
4667
4669
|
exports: [
|
|
4668
4670
|
ComponentsModule,
|