iptdevs-design-system 3.1.468 → 3.1.470

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.
@@ -3,14 +3,16 @@ import { MenuItem } from 'primeng/api';
3
3
  import { IUserIPTRqs } from '../../core/models/user/user-rs.model';
4
4
  import { OnDestroy } from '@angular/core';
5
5
  import { BaseService } from '../../core/utils/base-service/base.service';
6
+ import { CommercialService } from '../../core/services/commercial-service/comercial.service';
6
7
  import * as i0 from "@angular/core";
7
8
  export declare class CodSelfManagedComponent implements OnDestroy {
8
9
  private baseService;
10
+ private commercialService;
9
11
  user?: IUserIPTRqs;
10
12
  currentStep: number;
11
13
  items: MenuItem[];
12
14
  subscription?: Subscription;
13
- constructor(baseService: BaseService);
15
+ constructor(baseService: BaseService, commercialService: CommercialService);
14
16
  ngOnDestroy(): void;
15
17
  changeStep(step: any): void;
16
18
  static ɵfac: i0.ɵɵFactoryDeclaration<CodSelfManagedComponent, never>;
@@ -16,6 +16,7 @@ export declare class CodSelfFormStepTwoComponent extends CodSelfManagedSteps imp
16
16
  back(): void;
17
17
  sendForm(): void;
18
18
  startLocalStorageWork(): void;
19
+ searchAvalaibleCourse(): void;
19
20
  static ɵfac: i0.ɵɵFactoryDeclaration<CodSelfFormStepTwoComponent, never>;
20
21
  static ɵcmp: i0.ɵɵComponentDeclaration<CodSelfFormStepTwoComponent, "app-cod-self-form-step-two", never, {}, { "completed": "completed"; }, never, never, false>;
21
22
  }
@@ -49,6 +49,7 @@ export declare class CommercialService extends IPTGeneralService {
49
49
  getdataCurrentCodBySTudentCode(request: IobtaincodCurrrentAndLevelFullDataRenovationsRq): Observable<any>;
50
50
  updateCodCurrentInObservationsRenovations(request: any): Observable<any>;
51
51
  obtainCodPreviusOrPlacementTestBycode(request: any): Observable<any>;
52
+ updateControlStepsCodSelfManaged(request: any): Observable<any>;
52
53
  static ɵfac: i0.ɵɵFactoryDeclaration<CommercialService, never>;
53
54
  static ɵprov: i0.ɵɵInjectableDeclaration<CommercialService>;
54
55
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.468",
3
+ "version": "3.1.470",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",