iptdevs-design-system 2.7.74 → 2.7.75
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 +6 -25
- package/esm2020/lib/cod/steps/cod-form-step-three/cod-form-step-three.component.mjs +12 -13
- package/esm2020/lib/cod/steps/cod-form-step-two/cod-form-step-two.component.mjs +9 -12
- package/fesm2015/iptdevs-design-system.mjs +24 -47
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +24 -47
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/lib/cod/cod-form/cod-form.component.d.ts +1 -7
- package/lib/cod/steps/cod-form-step-three/cod-form-step-three.component.d.ts +2 -3
- package/lib/cod/steps/cod-form-step-two/cod-form-step-two.component.d.ts +2 -2
- package/package.json +1 -1
|
@@ -2,7 +2,6 @@ import { OnChanges, SimpleChanges } from '@angular/core';
|
|
|
2
2
|
import { Subscription } from 'rxjs';
|
|
3
3
|
import { CreateCODRq } from '../../core/models/cod/cod-rq.model';
|
|
4
4
|
import { CommercialService } from '../../core/services/commercial-service/comercial.service';
|
|
5
|
-
import { CodAditionalInformationRq, CodParentRq } from '../../core/models/commercial/commercial.model';
|
|
6
5
|
import { BaseService } from '../../core/utils/base-service/base.service';
|
|
7
6
|
import { CodFormControls } from '../logic/cod-form-controls';
|
|
8
7
|
import { LocalStorageCODService } from '../logic/local-storage-cod.service';
|
|
@@ -13,10 +12,7 @@ export declare class CodFormComponent implements OnChanges {
|
|
|
13
12
|
private codFormControls;
|
|
14
13
|
private commercialService;
|
|
15
14
|
dataFromPreviusCodData?: any;
|
|
16
|
-
codCode?: number;
|
|
17
15
|
subscription?: Subscription;
|
|
18
|
-
dataParent?: CodParentRq;
|
|
19
|
-
dataAdicInfo?: CodAditionalInformationRq;
|
|
20
16
|
private allowedRoles;
|
|
21
17
|
currentStep: number;
|
|
22
18
|
formTitle: string;
|
|
@@ -31,12 +27,10 @@ export declare class CodFormComponent implements OnChanges {
|
|
|
31
27
|
getCodbyCode(): void;
|
|
32
28
|
saveFinancingData(data: any[]): void;
|
|
33
29
|
getFormAction(action: string): void;
|
|
34
|
-
getAditionalInfoCod(codeAdicI: number): void;
|
|
35
|
-
getDataParent(codeParent: number): void;
|
|
36
30
|
updateCOD(totalData: any[]): void;
|
|
37
31
|
createCOD(totalData: any[]): void;
|
|
38
32
|
getCreateCODRq(data: any[]): CreateCODRq;
|
|
39
33
|
changeStep(step: number): void;
|
|
40
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<CodFormComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CodFormComponent, "ipt-cod-form", never, { "dataFromPreviusCodData": "dataFromPreviusCodData";
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CodFormComponent, "ipt-cod-form", never, { "dataFromPreviusCodData": "dataFromPreviusCodData"; }, {}, never, never>;
|
|
42
36
|
}
|
|
@@ -8,8 +8,7 @@ export declare class CodFormStepThreeComponent extends CodFormSteps implements O
|
|
|
8
8
|
private fb;
|
|
9
9
|
private parameterService;
|
|
10
10
|
private codFormControls;
|
|
11
|
-
|
|
12
|
-
adicinfoData?: any;
|
|
11
|
+
initialData?: any;
|
|
13
12
|
changeStepEvent: EventEmitter<number>;
|
|
14
13
|
globalControls: CodFormControls;
|
|
15
14
|
idTypes: any;
|
|
@@ -34,5 +33,5 @@ export declare class CodFormStepThreeComponent extends CodFormSteps implements O
|
|
|
34
33
|
selectIdTypeParents(value: string): void;
|
|
35
34
|
selectIndicativesParents(value: string): void;
|
|
36
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<CodFormStepThreeComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CodFormStepThreeComponent, "app-cod-form-step-three", never, { "
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CodFormStepThreeComponent, "app-cod-form-step-three", never, { "initialData": "initialData"; }, { "changeStepEvent": "changeStepEvent"; }, never, never>;
|
|
38
37
|
}
|
|
@@ -7,7 +7,6 @@ export declare class CodFormStepTwoComponent extends CodFormSteps implements OnI
|
|
|
7
7
|
private fb;
|
|
8
8
|
private parameterService;
|
|
9
9
|
initialData?: any;
|
|
10
|
-
adicinfoData?: any;
|
|
11
10
|
changeStepEvent: EventEmitter<number>;
|
|
12
11
|
codFormStepTwo: FormGroup;
|
|
13
12
|
countrySelected: any;
|
|
@@ -22,6 +21,7 @@ export declare class CodFormStepTwoComponent extends CodFormSteps implements OnI
|
|
|
22
21
|
genders: any[];
|
|
23
22
|
stratums: any;
|
|
24
23
|
controls: import("../../logic/cod-form-controls").Control[];
|
|
24
|
+
dataCountry: any;
|
|
25
25
|
constructor(fb: FormBuilder, parameterService: ParameterService);
|
|
26
26
|
ngOnInit(): void;
|
|
27
27
|
setDataFromPreviusCod(): void;
|
|
@@ -41,5 +41,5 @@ export declare class CodFormStepTwoComponent extends CodFormSteps implements OnI
|
|
|
41
41
|
selectStratum(stratum: any): void;
|
|
42
42
|
selectCivilStatus(civil_status: any): void;
|
|
43
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<CodFormStepTwoComponent, never>;
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CodFormStepTwoComponent, "app-cod-form-step-two", never, { "initialData": "initialData";
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CodFormStepTwoComponent, "app-cod-form-step-two", never, { "initialData": "initialData"; }, { "changeStepEvent": "changeStepEvent"; }, never, never>;
|
|
45
45
|
}
|