iptdevs-design-system 3.1.4377 → 3.1.4378

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.
@@ -1,14 +1,16 @@
1
1
  import { OnInit, OnChanges, SimpleChanges } from '@angular/core';
2
2
  import { MenuItem } from 'primeng/api';
3
3
  import { IUserIPTRqs } from '../../core/models/user/user-rs.model';
4
+ import { Subscription } from 'rxjs';
4
5
  import * as i0 from "@angular/core";
5
6
  export declare class CodSelfManagedComponent implements OnInit, OnChanges {
6
7
  user?: IUserIPTRqs;
7
8
  currentStep: number;
8
9
  items: MenuItem[];
9
- stepCompleted: boolean[];
10
+ subscription?: Subscription;
10
11
  ngOnInit(): void;
11
12
  ngOnChanges(changes: SimpleChanges): void;
13
+ ngOnDestroy(): void;
12
14
  onChangeStep(step: any): void;
13
15
  changeStep(step: any): void;
14
16
  static ɵfac: i0.ɵɵFactoryDeclaration<CodSelfManagedComponent, never>;
@@ -44,6 +44,7 @@ export declare class CodSelfFormStepOneComponent extends CodSelfManagedSteps imp
44
44
  startLocalStorageWork(): void;
45
45
  showConfirm(): void;
46
46
  onReject(): void;
47
+ setValuesByLocalStorage(): void;
47
48
  static ɵfac: i0.ɵɵFactoryDeclaration<CodSelfFormStepOneComponent, never>;
48
49
  static ɵcmp: i0.ɵɵComponentDeclaration<CodSelfFormStepOneComponent, "app-cod-self-form-step-one", never, { "user": "user"; }, { "completed": "completed"; }, never, never, false>;
49
50
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.4377",
3
+ "version": "3.1.4378",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",