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