iptdevs-design-system 2.7.65 → 2.7.66
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/cod-form/cod-form.component.mjs +1 -3
- package/esm2020/lib/cod/logic/calculate-quotes.service.mjs +1 -2
- package/fesm2015/iptdevs-design-system.mjs +0 -3
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +0 -3
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -3337,7 +3337,6 @@ class CalculateQuotesService {
|
|
|
3337
3337
|
let index = 1; // Indicador de cant. de cuotas
|
|
3338
3338
|
let dateJs = new Date(params.date);
|
|
3339
3339
|
dateJs.setMilliseconds(dateJs.getMilliseconds() + (1000 * 3600 * 24));
|
|
3340
|
-
console.log(dateJs);
|
|
3341
3340
|
if (dateJs.getDay() === 0) {
|
|
3342
3341
|
Swal.fire({
|
|
3343
3342
|
title: 'Fecha inválida',
|
|
@@ -3797,8 +3796,6 @@ class CodFormComponent {
|
|
|
3797
3796
|
saveFinancingData(data) {
|
|
3798
3797
|
if (data) {
|
|
3799
3798
|
const dates = [];
|
|
3800
|
-
console.log('-----');
|
|
3801
|
-
console.log(data);
|
|
3802
3799
|
data.forEach(p => {
|
|
3803
3800
|
const date = p[2];
|
|
3804
3801
|
dates.push(date);
|