iptdevs-design-system 3.1.425 → 3.1.427

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,9 @@ import * as i7 from "../components/components.module";
9
9
  import * as i8 from "@angular/forms";
10
10
  import * as i9 from "primeng/steps";
11
11
  import * as i10 from "primeng/button";
12
+ import * as i11 from "primeng/toast";
12
13
  export declare class codSelfManagedModule {
13
14
  static ɵfac: i0.ɵɵFactoryDeclaration<codSelfManagedModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<codSelfManagedModule, [typeof i1.CodSelfManagedComponent, typeof i2.CodSelfFormStepOneComponent, typeof i3.CodSelfFormStepTwoComponent, typeof i4.CodSelfFormStepThreeComponent, typeof i5.CodSelfFormStepFourComponent], [typeof i6.CommonModule, typeof i7.ComponentsModule, typeof i8.ReactiveFormsModule, typeof i9.StepsModule, typeof i8.FormsModule, typeof i10.ButtonModule], [typeof i1.CodSelfManagedComponent, typeof i2.CodSelfFormStepOneComponent, typeof i3.CodSelfFormStepTwoComponent, typeof i4.CodSelfFormStepThreeComponent, typeof i5.CodSelfFormStepFourComponent]>;
15
+ static ɵmod: i0.ɵɵNgModuleDeclaration<codSelfManagedModule, [typeof i1.CodSelfManagedComponent, typeof i2.CodSelfFormStepOneComponent, typeof i3.CodSelfFormStepTwoComponent, typeof i4.CodSelfFormStepThreeComponent, typeof i5.CodSelfFormStepFourComponent], [typeof i6.CommonModule, typeof i7.ComponentsModule, typeof i8.ReactiveFormsModule, typeof i9.StepsModule, typeof i8.FormsModule, typeof i10.ButtonModule, typeof i11.ToastModule], [typeof i1.CodSelfManagedComponent, typeof i2.CodSelfFormStepOneComponent, typeof i3.CodSelfFormStepTwoComponent, typeof i4.CodSelfFormStepThreeComponent, typeof i5.CodSelfFormStepFourComponent]>;
15
16
  static ɵinj: i0.ɵɵInjectorDeclaration<codSelfManagedModule>;
16
17
  }
@@ -7,7 +7,7 @@ export declare class CodSelfFormStepOneComponent extends CodSelfManagedSteps imp
7
7
  private fb;
8
8
  private parameterService;
9
9
  private cdRef;
10
- user: any;
10
+ user?: any;
11
11
  completed: EventEmitter<number>;
12
12
  codSelfFormStepOne: FormGroup;
13
13
  genders: any[];
@@ -36,6 +36,7 @@ export declare class CodSelfFormStepOneComponent extends CodSelfManagedSteps imp
36
36
  getState(state: any): void;
37
37
  getCity(state: any): void;
38
38
  startLocalStorageWork(): void;
39
+ showConfirm(): void;
39
40
  static ɵfac: i0.ɵɵFactoryDeclaration<CodSelfFormStepOneComponent, never>;
40
41
  static ɵcmp: i0.ɵɵComponentDeclaration<CodSelfFormStepOneComponent, "app-cod-self-form-step-one", never, { "user": "user"; }, { "completed": "completed"; }, never, never, false>;
41
42
  }
@@ -1,11 +1,19 @@
1
- import { EventEmitter } from '@angular/core';
1
+ import { EventEmitter, OnChanges, ChangeDetectorRef } from '@angular/core';
2
2
  import { CodSelfManagedSteps } from '../../logic/cod-self-managed-steps';
3
+ import { FormGroup, FormBuilder } from '@angular/forms';
3
4
  import * as i0 from "@angular/core";
4
- export declare class CodSelfFormStepTwoComponent extends CodSelfManagedSteps {
5
+ export declare class CodSelfFormStepTwoComponent extends CodSelfManagedSteps implements OnChanges {
6
+ private fb;
7
+ private cdRef;
5
8
  completed: EventEmitter<number>;
6
- constructor();
9
+ codSelfFormStepTwo: FormGroup;
10
+ controls: import("../../logic/cod-self-managed-controls").ControlSteps[];
11
+ constructor(fb: FormBuilder, cdRef: ChangeDetectorRef);
12
+ ngOnChanges(): void;
13
+ initForm(): void;
7
14
  back(): void;
8
15
  sendForm(): void;
16
+ startLocalStorageWork(): void;
9
17
  static ɵfac: i0.ɵɵFactoryDeclaration<CodSelfFormStepTwoComponent, never>;
10
18
  static ɵcmp: i0.ɵɵComponentDeclaration<CodSelfFormStepTwoComponent, "app-cod-self-form-step-two", never, {}, { "completed": "completed"; }, never, never, false>;
11
19
  }
@@ -26,6 +26,7 @@ export declare class AttendanceService extends IPTGeneralService {
26
26
  obtainCourseEventByCode(code: number): Observable<IServiceAllDataAttendanceRq>;
27
27
  obtainFullDataAttendanceByCode(code: number): Observable<IServiceAllDataAttendanceRq>;
28
28
  UpdateIndividualAttendance(params: IUpdateAttendacenByCodeRq): Observable<Response>;
29
+ exportExcelAttendance(codeStudent: number): Observable<any>;
29
30
  static ɵfac: i0.ɵɵFactoryDeclaration<AttendanceService, never>;
30
31
  static ɵprov: i0.ɵɵInjectableDeclaration<AttendanceService>;
31
32
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.425",
3
+ "version": "3.1.427",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",