iptdevs-design-system 3.1.489 → 3.1.491

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.
@@ -22,6 +22,7 @@ export declare class CodSelfFormStepOneComponent extends CodSelfManagedSteps imp
22
22
  countries: any;
23
23
  states: any;
24
24
  cities: any;
25
+ grades: any;
25
26
  errorMessage: string;
26
27
  controls: import("../../logic/cod-self-managed-controls").ControlSteps[];
27
28
  visible: boolean;
@@ -38,6 +39,7 @@ export declare class CodSelfFormStepOneComponent extends CodSelfManagedSteps imp
38
39
  selectIdType(idType: any): void;
39
40
  selectGender(gender: any): void;
40
41
  selectIndicatives(indicative: any): void;
42
+ selectGrade(grade: any): void;
41
43
  sendForm(): void;
42
44
  getState(state: any): void;
43
45
  getCity(state: any): void;
@@ -1,15 +1,19 @@
1
1
  import { EventEmitter, OnChanges, ChangeDetectorRef, OnInit, OnDestroy } from '@angular/core';
2
2
  import { CodSelfManagedSteps } from '../../logic/cod-self-managed-steps';
3
3
  import { FormGroup, FormBuilder } from '@angular/forms';
4
+ import { MessageService } from 'primeng/api';
4
5
  import * as i0 from "@angular/core";
5
6
  export declare class CodSelfFormStepTwoComponent extends CodSelfManagedSteps implements OnChanges, OnInit, OnDestroy {
6
7
  private fb;
7
8
  private cdRef;
9
+ private messageService;
8
10
  completed: EventEmitter<number>;
9
11
  codSelfFormStepTwo: FormGroup;
10
12
  controls: import("../../logic/cod-self-managed-controls").ControlSteps[];
11
13
  startDate1: string;
12
- constructor(fb: FormBuilder, cdRef: ChangeDetectorRef);
14
+ visible: boolean;
15
+ messageInfo: string;
16
+ constructor(fb: FormBuilder, cdRef: ChangeDetectorRef, messageService: MessageService);
13
17
  ngOnInit(): void;
14
18
  ngOnChanges(): void;
15
19
  ngOnDestroy(): void;
@@ -19,6 +23,8 @@ export declare class CodSelfFormStepTwoComponent extends CodSelfManagedSteps imp
19
23
  startLocalStorageWork(): void;
20
24
  searchAvalaibleCourse(): void;
21
25
  validateDate(dateRecib: string): void;
26
+ onReject(): void;
27
+ showConfirm(): void;
22
28
  static ɵfac: i0.ɵɵFactoryDeclaration<CodSelfFormStepTwoComponent, never>;
23
29
  static ɵcmp: i0.ɵɵComponentDeclaration<CodSelfFormStepTwoComponent, "app-cod-self-form-step-two", never, {}, { "completed": "completed"; }, never, never, false>;
24
30
  }
@@ -53,6 +53,7 @@ export declare class ParameterService extends IPTGeneralService {
53
53
  getDataCityByState(name: string): Observable<any>;
54
54
  getActionsAdminStudent(): Observable<any>;
55
55
  getReasonObservationStudent(): Observable<any>;
56
+ GetAllGradeEducation(): Observable<any>;
56
57
  static ɵfac: i0.ɵɵFactoryDeclaration<ParameterService, never>;
57
58
  static ɵprov: i0.ɵɵInjectableDeclaration<ParameterService>;
58
59
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.489",
3
+ "version": "3.1.491",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",