iptdevs-design-system 3.1.502 → 3.1.504
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-self-managed/cod-form-self-managed/cod-self-managed.component.mjs +8 -4
- package/esm2020/lib/cod-self-managed/steps/cod-form-step-two/cod-self-form-step-two.component.mjs +9 -3
- package/fesm2015/iptdevs-design-system.mjs +14 -4
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +14 -4
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/lib/cod-self-managed/cod-form-self-managed/cod-self-managed.component.d.ts +4 -2
- package/lib/cod-self-managed/steps/cod-form-step-two/cod-self-form-step-two.component.d.ts +3 -1
- package/package.json +1 -1
|
@@ -9,8 +9,10 @@ export declare class CodSelfManagedComponent implements OnDestroy, OnInit {
|
|
|
9
9
|
private baseService;
|
|
10
10
|
private commercialService;
|
|
11
11
|
user?: IUserIPTRqs;
|
|
12
|
-
|
|
12
|
+
scorePlacementTest?: any;
|
|
13
|
+
codPrevious?: any;
|
|
13
14
|
currentStep: number;
|
|
15
|
+
countInitialStep: number;
|
|
14
16
|
subscription?: Subscription;
|
|
15
17
|
items: MenuItem[];
|
|
16
18
|
constructor(baseService: BaseService, commercialService: CommercialService);
|
|
@@ -18,5 +20,5 @@ export declare class CodSelfManagedComponent implements OnDestroy, OnInit {
|
|
|
18
20
|
ngOnDestroy(): void;
|
|
19
21
|
changeStep(step: any): void;
|
|
20
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<CodSelfManagedComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CodSelfManagedComponent, "ipt-cod-self-managed", never, { "user": "user"; }, {}, never, never, false>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CodSelfManagedComponent, "ipt-cod-self-managed", never, { "user": "user"; "scorePlacementTest": "scorePlacementTest"; "codPrevious": "codPrevious"; }, {}, never, never, false>;
|
|
22
24
|
}
|
|
@@ -10,6 +10,8 @@ export declare class CodSelfFormStepTwoComponent extends CodSelfManagedSteps imp
|
|
|
10
10
|
private messageService;
|
|
11
11
|
private baseService;
|
|
12
12
|
completed: EventEmitter<number>;
|
|
13
|
+
scorePlacementTest?: any;
|
|
14
|
+
codPrevious?: any;
|
|
13
15
|
codSelfFormStepTwo: FormGroup;
|
|
14
16
|
controls: import("../../logic/cod-self-managed-controls").ControlSteps[];
|
|
15
17
|
startDate1: string;
|
|
@@ -29,5 +31,5 @@ export declare class CodSelfFormStepTwoComponent extends CodSelfManagedSteps imp
|
|
|
29
31
|
onReject(): void;
|
|
30
32
|
showConfirm(): void;
|
|
31
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<CodSelfFormStepTwoComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CodSelfFormStepTwoComponent, "app-cod-self-form-step-two", never, {}, { "completed": "completed"; }, never, never, false>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CodSelfFormStepTwoComponent, "app-cod-self-form-step-two", never, { "scorePlacementTest": "scorePlacementTest"; "codPrevious": "codPrevious"; }, { "completed": "completed"; }, never, never, false>;
|
|
33
35
|
}
|