iptdevs-design-system 3.1.526 → 3.1.528

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.
@@ -13,8 +13,10 @@ import * as i11 from "primeng/toast";
13
13
  import * as i12 from "primeng/calendar";
14
14
  import * as i13 from "primeng/tabview";
15
15
  import * as i14 from "primeng/selectbutton";
16
+ import * as i15 from "primeng/accordion";
17
+ import * as i16 from "primeng/checkbox";
16
18
  export declare class codSelfManagedModule {
17
19
  static ɵfac: i0.ɵɵFactoryDeclaration<codSelfManagedModule, never>;
18
- 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 i12.CalendarModule, typeof i13.TabViewModule, typeof i14.SelectButtonModule], [typeof i1.CodSelfManagedComponent, typeof i2.CodSelfFormStepOneComponent, typeof i3.CodSelfFormStepTwoComponent, typeof i4.CodSelfFormStepThreeComponent, typeof i5.CodSelfFormStepFourComponent]>;
20
+ 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 i12.CalendarModule, typeof i13.TabViewModule, typeof i14.SelectButtonModule, typeof i15.AccordionModule, typeof i16.CheckboxModule], [typeof i1.CodSelfManagedComponent, typeof i2.CodSelfFormStepOneComponent, typeof i3.CodSelfFormStepTwoComponent, typeof i4.CodSelfFormStepThreeComponent, typeof i5.CodSelfFormStepFourComponent]>;
19
21
  static ɵinj: i0.ɵɵInjectorDeclaration<codSelfManagedModule>;
20
22
  }
@@ -3,6 +3,7 @@ import { EventEmitter, OnChanges, ChangeDetectorRef, OnInit } from '@angular/cor
3
3
  import { CodSelfManagedSteps } from '../../logic/cod-self-managed-steps';
4
4
  import { FormGroup, FormBuilder } from '@angular/forms';
5
5
  import { MessageService } from 'primeng/api';
6
+ import { IweekDaysRq } from '../../../core/models/academic/academic.component';
6
7
  import * as i0 from "@angular/core";
7
8
  export declare class CodSelfFormStepTwoComponent extends CodSelfManagedSteps implements OnChanges, OnInit {
8
9
  private fb;
@@ -17,7 +18,11 @@ export declare class CodSelfFormStepTwoComponent extends CodSelfManagedSteps imp
17
18
  startDate1: string;
18
19
  visible: boolean;
19
20
  messageInfo: string;
20
- stateOptions: any[];
21
+ stateOptionsModality: any[];
22
+ schedules: IweekDaysRq[];
23
+ selectedSchedules: IweekDaysRq[];
24
+ disableweekdays: boolean[];
25
+ selectedModality: IweekDaysRq[];
21
26
  constructor(fb: FormBuilder, cdRef: ChangeDetectorRef, messageService: MessageService, baseService: BaseService);
22
27
  ngOnInit(): void;
23
28
  ngOnChanges(): void;
@@ -31,6 +36,8 @@ export declare class CodSelfFormStepTwoComponent extends CodSelfManagedSteps imp
31
36
  onDateChange(event: any): void;
32
37
  onReject(): void;
33
38
  showConfirm(): void;
39
+ selectSchedules(eve: IweekDaysRq[]): void;
40
+ selectModality(eve: IweekDaysRq[]): void;
34
41
  static ɵfac: i0.ɵɵFactoryDeclaration<CodSelfFormStepTwoComponent, never>;
35
42
  static ɵcmp: i0.ɵɵComponentDeclaration<CodSelfFormStepTwoComponent, "app-cod-self-form-step-two", never, { "scorePlacementTest": "scorePlacementTest"; "codPrevious": "codPrevious"; }, { "completed": "completed"; }, never, never, false>;
36
43
  }
@@ -104,3 +104,7 @@ export interface IParamsObtainCoursesByTypeCourseInCreatedCoursesRs {
104
104
  course_modality: number;
105
105
  english_level: number;
106
106
  }
107
+ export interface IweekDaysRq {
108
+ name: string;
109
+ key: string;
110
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.526",
3
+ "version": "3.1.528",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",