iptdevs-design-system 3.1.419 → 3.1.421

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.
@@ -6231,24 +6231,24 @@ class LocalStorageCodSelfMaganedService {
6231
6231
  constructor() { }
6232
6232
  getCodFormData(step, control) {
6233
6233
  if (step === 1)
6234
- return localStorage.getItem(`COD FORM - step1(${control})`);
6234
+ return localStorage.getItem(`COD SELF - step1(${control})`);
6235
6235
  if (step === 2)
6236
- return localStorage.getItem(`COD FORM - step2(${control})`);
6236
+ return localStorage.getItem(`COD SELF - step2(${control})`);
6237
6237
  if (step === 3)
6238
- return localStorage.getItem(`COD FORM - step3(${control})`);
6238
+ return localStorage.getItem(`COD SELF - step3(${control})`);
6239
6239
  if (step === 4)
6240
- return localStorage.getItem(`COD FORM - step4(${control})`);
6240
+ return localStorage.getItem(`COD SELF - step4(${control})`);
6241
6241
  return null;
6242
6242
  }
6243
6243
  setCodFormData(step, control, value) {
6244
6244
  if (step === 1)
6245
- localStorage.setItem(`COD FORM - step1(${control})`, value);
6245
+ localStorage.setItem(`COD SELF - step1(${control})`, value);
6246
6246
  if (step === 2)
6247
- localStorage.setItem(`COD FORM - step2(${control})`, value);
6247
+ localStorage.setItem(`COD SELF - step2(${control})`, value);
6248
6248
  if (step === 3)
6249
- localStorage.setItem(`COD FORM - step3(${control})`, value);
6249
+ localStorage.setItem(`COD SELF - step3(${control})`, value);
6250
6250
  if (step === 4)
6251
- localStorage.setItem(`COD FORM - step4(${control})`, value);
6251
+ localStorage.setItem(`COD SELF - step4(${control})`, value);
6252
6252
  }
6253
6253
  clearData() {
6254
6254
  let keySessionUser = '606a7d4e73650b75ebb06972e77d6cc4';
@@ -6487,8 +6487,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImpor
6487
6487
  type: Output
6488
6488
  }] } });
6489
6489
 
6490
- class CodSelfFormStepTwoComponent {
6490
+ class CodSelfFormStepTwoComponent extends CodSelfManagedSteps {
6491
6491
  constructor() {
6492
+ super();
6492
6493
  this.completed = new EventEmitter();
6493
6494
  }
6494
6495
  back() {
@@ -6503,22 +6504,25 @@ class CodSelfFormStepTwoComponent {
6503
6504
  }
6504
6505
  }
6505
6506
  CodSelfFormStepTwoComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: CodSelfFormStepTwoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6506
- CodSelfFormStepTwoComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.7", type: CodSelfFormStepTwoComponent, selector: "app-cod-self-form-step-two", outputs: { completed: "completed" }, ngImport: i0, template: "<span>step 2</span>\n\n\n<div class=\"flex mt-3 align-items-center gap-3\">\n <!-- <span *ngIf=\"codSelfFormStepOne.invalid && codSelfFormStepOne.touched\" class=\"text-red-500 font-bold text-center mt-1 py-2 bg-red-100 w-full border-round-xl\">{{ errorMessage }}</span> -->\n <button\n pButton\n icon=\"pi pi-arrow-left\"\n type=\"submit\"\n (click)=\"back()\"\n ></button>\n\n <button\n pButton\n icon=\"pi pi-arrow-right\"\n type=\"submit\"\n (click)=\"sendForm()\"\n ></button>\n</div>\n", styles: [""], dependencies: [{ kind: "directive", type: i7$1.ButtonDirective, selector: "[pButton]", inputs: ["iconPos", "loadingIcon", "label", "icon", "loading"] }] });
6507
+ CodSelfFormStepTwoComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.7", type: CodSelfFormStepTwoComponent, selector: "app-cod-self-form-step-two", outputs: { completed: "completed" }, usesInheritance: true, ngImport: i0, template: "<span>step 2</span>\n\n\n<div class=\"flex mt-3 align-items-center gap-3\">\n <!-- <span *ngIf=\"codSelfFormStepOne.invalid && codSelfFormStepOne.touched\" class=\"text-red-500 font-bold text-center mt-1 py-2 bg-red-100 w-full border-round-xl\">{{ errorMessage }}</span> -->\n <button\n pButton\n icon=\"pi pi-arrow-left\"\n type=\"submit\"\n (click)=\"back()\"\n ></button>\n\n <button\n pButton\n icon=\"pi pi-arrow-right\"\n type=\"submit\"\n (click)=\"sendForm()\"\n ></button>\n</div>\n", styles: [""], dependencies: [{ kind: "directive", type: i7$1.ButtonDirective, selector: "[pButton]", inputs: ["iconPos", "loadingIcon", "label", "icon", "loading"] }] });
6507
6508
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: CodSelfFormStepTwoComponent, decorators: [{
6508
6509
  type: Component,
6509
6510
  args: [{ selector: 'app-cod-self-form-step-two', template: "<span>step 2</span>\n\n\n<div class=\"flex mt-3 align-items-center gap-3\">\n <!-- <span *ngIf=\"codSelfFormStepOne.invalid && codSelfFormStepOne.touched\" class=\"text-red-500 font-bold text-center mt-1 py-2 bg-red-100 w-full border-round-xl\">{{ errorMessage }}</span> -->\n <button\n pButton\n icon=\"pi pi-arrow-left\"\n type=\"submit\"\n (click)=\"back()\"\n ></button>\n\n <button\n pButton\n icon=\"pi pi-arrow-right\"\n type=\"submit\"\n (click)=\"sendForm()\"\n ></button>\n</div>\n" }]
6510
- }], propDecorators: { completed: [{
6511
+ }], ctorParameters: function () { return []; }, propDecorators: { completed: [{
6511
6512
  type: Output
6512
6513
  }] } });
6513
6514
 
6514
- class CodSelfFormStepThreeComponent {
6515
+ class CodSelfFormStepThreeComponent extends CodSelfManagedSteps {
6516
+ constructor() {
6517
+ super();
6518
+ }
6515
6519
  }
6516
6520
  CodSelfFormStepThreeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: CodSelfFormStepThreeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6517
- CodSelfFormStepThreeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.7", type: CodSelfFormStepThreeComponent, selector: "app-cod-self-form-step-three", ngImport: i0, template: "<span>step 3</span>\n", styles: [""] });
6521
+ CodSelfFormStepThreeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.7", type: CodSelfFormStepThreeComponent, selector: "app-cod-self-form-step-three", usesInheritance: true, ngImport: i0, template: "<span>step 3</span>\n", styles: [""] });
6518
6522
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: CodSelfFormStepThreeComponent, decorators: [{
6519
6523
  type: Component,
6520
6524
  args: [{ selector: 'app-cod-self-form-step-three', template: "<span>step 3</span>\n" }]
6521
- }] });
6525
+ }], ctorParameters: function () { return []; } });
6522
6526
 
6523
6527
  class CodSelfFormStepFourComponent {
6524
6528
  }
@@ -6787,5 +6791,5 @@ class IUserFullDataRs {
6787
6791
  * Generated bundle index. Do not edit.
6788
6792
  */
6789
6793
 
6790
- export { AcademicService, ActivityService, AsideButtonComponent, AttendanceService, BaseService, BudgetService, ButtonComponent, CalculateQuotesService, CalendarService, CertificateService, CheckboxComponent, ClassroomService, CodDocumentsSectionComponent, CodFormComponent, CodFormControls, CodFormStepFiveComponent, CodFormStepFourComponent, CodFormStepOneComponent, CodFormStepThreeComponent, CodFormStepTwoComponent, CodFormSteps, CodModule, CodSelfFormStepFourComponent, CodSelfFormStepOneComponent, CodSelfFormStepThreeComponent, CodSelfFormStepTwoComponent, CodSelfManagedComponent, CommercialService, CommunicatorService, ComponentsModule, CopiesService, CoreModule, CourseService, CreateUserFormComponent, DatalistComponent, DesignSystemModule, IUnitNameClubRs, IUserFullDataRs, InputComponent, LevelButtonComponent, LevelTextComponent, LoaderComponent, LocalStorageCODService, LoginFormComponent, MarketingService, NotesService, ParameterService, PlacementService, QuestionTypeComponent, RadioComponent, RedirectGuard, SelectComponent, Session, SidenavComponent, StorageService, StudentService, SwitchService, TestService, TextLinkComponent, UserEktService, UserLoginRs, UserRs, UserService, codSelfManagedModule, validateCoupunts };
6794
+ export { AcademicService, ActivityService, AsideButtonComponent, AttendanceService, BaseService, BudgetService, ButtonComponent, CalculateQuotesService, CalendarService, CertificateService, CheckboxComponent, ClassroomService, CodDocumentsSectionComponent, CodFormComponent, CodFormControls, CodFormStepFiveComponent, CodFormStepFourComponent, CodFormStepOneComponent, CodFormStepThreeComponent, CodFormStepTwoComponent, CodFormSteps, CodModule, CodSelfFormStepFourComponent, CodSelfFormStepOneComponent, CodSelfFormStepThreeComponent, CodSelfFormStepTwoComponent, CodSelfManagedComponent, CodSelfManagedControls, CodSelfManagedSteps, CommercialService, CommunicatorService, ComponentsModule, CopiesService, CoreModule, CourseService, CreateUserFormComponent, DatalistComponent, DesignSystemModule, IUnitNameClubRs, IUserFullDataRs, InputComponent, LevelButtonComponent, LevelTextComponent, LoaderComponent, LocalStorageCODService, LocalStorageCodSelfMaganedService, LoginFormComponent, MarketingService, NotesService, ParameterService, PlacementService, QuestionTypeComponent, RadioComponent, RedirectGuard, SelectComponent, Session, SidenavComponent, StorageService, StudentService, SwitchService, TestService, TextLinkComponent, UserEktService, UserLoginRs, UserRs, UserService, codSelfManagedModule, validateCoupunts };
6791
6795
  //# sourceMappingURL=iptdevs-design-system.mjs.map