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.
@@ -9,8 +9,10 @@ export declare class CodSelfManagedComponent implements OnDestroy, OnInit {
9
9
  private baseService;
10
10
  private commercialService;
11
11
  user?: IUserIPTRqs;
12
- countInitialStep: number;
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.502",
3
+ "version": "3.1.504",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",