iptdevs-design-system 2.7.43 → 2.7.45
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.
- package/README.md +24 -24
- package/esm2020/iptdevs-design-system.mjs +4 -4
- package/esm2020/lib/cod/cod-documents-section/cod-documents-section.component.mjs +16 -16
- package/esm2020/lib/cod/cod-form/cod-form.component.mjs +227 -227
- package/esm2020/lib/cod/cod.module.mjs +90 -90
- package/esm2020/lib/cod/logic/calculate-quotes.service.mjs +72 -72
- package/esm2020/lib/cod/logic/cod-form-controls.mjs +91 -91
- package/esm2020/lib/cod/logic/cod-form-steps.mjs +29 -29
- package/esm2020/lib/cod/logic/communicator.service.mjs +28 -28
- package/esm2020/lib/cod/logic/local-storage-cod.service.mjs +39 -39
- package/esm2020/lib/cod/steps/cod-form-step-five/cod-form-step-five.component.mjs +146 -146
- package/esm2020/lib/cod/steps/cod-form-step-four/cod-form-step-four.component.mjs +251 -251
- package/esm2020/lib/cod/steps/cod-form-step-one/cod-form-step-one.component.mjs +200 -200
- package/esm2020/lib/cod/steps/cod-form-step-three/cod-form-step-three.component.mjs +175 -175
- package/esm2020/lib/cod/steps/cod-form-step-two/cod-form-step-two.component.mjs +255 -255
- package/esm2020/lib/components/atoms/aside-button/aside-button.component.mjs +50 -50
- package/esm2020/lib/components/atoms/button/button.component.mjs +64 -64
- package/esm2020/lib/components/atoms/checkbox/checkbox.component.mjs +47 -47
- package/esm2020/lib/components/atoms/datalist/datalist.component.mjs +94 -94
- package/esm2020/lib/components/atoms/input/input.component.mjs +145 -145
- package/esm2020/lib/components/atoms/level-button/level-button.component.mjs +64 -64
- package/esm2020/lib/components/atoms/level-text/level-text.component.mjs +19 -19
- package/esm2020/lib/components/atoms/loader/loader.component.mjs +48 -48
- package/esm2020/lib/components/atoms/radio/radio.component.mjs +47 -47
- package/esm2020/lib/components/atoms/select/select.component.mjs +102 -102
- package/esm2020/lib/components/atoms/text-link/text-link.component.mjs +39 -39
- package/esm2020/lib/components/components.module.mjs +123 -123
- package/esm2020/lib/components/forms/create-user-form/create-user-form.component.mjs +228 -228
- package/esm2020/lib/components/forms/login-form/login-form.component.mjs +93 -93
- package/esm2020/lib/components/material.module.mjs +19 -19
- package/esm2020/lib/components/molecules/question-type/edit-question-types.component.mjs +346 -346
- package/esm2020/lib/components/molecules/sidenav/sidenav.component.mjs +150 -150
- package/esm2020/lib/core/core.module.mjs +73 -73
- package/esm2020/lib/core/models/academic/academic.component.mjs +2 -2
- package/esm2020/lib/core/models/activities/activities.interface.mjs +2 -2
- package/esm2020/lib/core/models/attendance/attendance.interface.mjs +2 -2
- package/esm2020/lib/core/models/budget/budget.model.mjs +2 -2
- package/esm2020/lib/core/models/calendar/calendar-rq.models.mjs +2 -2
- package/esm2020/lib/core/models/classroom/classroom-rq.model.mjs +2 -2
- package/esm2020/lib/core/models/cod/cod-rq.model.mjs +2 -2
- package/esm2020/lib/core/models/commercial/commercial.model.mjs +2 -2
- package/esm2020/lib/core/models/course/course-rq.model.mjs +2 -2
- package/esm2020/lib/core/models/course/courses.model.mjs +2 -2
- package/esm2020/lib/core/models/cronogram/cronogram.models.mjs +2 -2
- package/esm2020/lib/core/models/marketing/marketing.model.mjs +2 -2
- package/esm2020/lib/core/models/notes/notes.interface.mjs +2 -2
- package/esm2020/lib/core/models/payment/payment-rq.model.mjs +2 -2
- package/esm2020/lib/core/models/response/response.interface.mjs +2 -2
- package/esm2020/lib/core/models/session/session.model.mjs +3 -3
- package/esm2020/lib/core/models/student/student.interface.mjs +2 -2
- package/esm2020/lib/core/models/table/table-rs.model.mjs +2 -2
- package/esm2020/lib/core/models/test/test.model.mjs +2 -2
- package/esm2020/lib/core/models/url/url.model.mjs +2 -2
- package/esm2020/lib/core/models/user/user-rq.model.mjs +2 -2
- package/esm2020/lib/core/models/user/user-rs.model.mjs +5 -5
- package/esm2020/lib/core/services/academic-service/academic.service.mjs +55 -55
- package/esm2020/lib/core/services/activity-service/activity.service.mjs +87 -87
- package/esm2020/lib/core/services/attendance-service/attendance.service.mjs +64 -64
- package/esm2020/lib/core/services/budget-service/budget-service.mjs +66 -66
- package/esm2020/lib/core/services/calendar-service/calendar.service.mjs +65 -65
- package/esm2020/lib/core/services/certificate-service/certificate.service.mjs +26 -26
- package/esm2020/lib/core/services/classroom-service/classroom-service.service.mjs +36 -36
- package/esm2020/lib/core/services/commercial-service/comercial.service.mjs +49 -49
- package/esm2020/lib/core/services/commercial-service/validators.mjs +4 -4
- package/esm2020/lib/core/services/copies.service.mjs +17 -17
- package/esm2020/lib/core/services/course-service/course-service.model.mjs +75 -70
- package/esm2020/lib/core/services/ekt-service/userekt.service.mjs +29 -29
- package/esm2020/lib/core/services/marketing-service/marketing-service.mjs +52 -52
- package/esm2020/lib/core/services/notes-service/notes.service.mjs +46 -46
- package/esm2020/lib/core/services/parameters-service/parameters.service.mjs +173 -173
- package/esm2020/lib/core/services/service-enviroments.mjs +26 -26
- package/esm2020/lib/core/services/storage-service/storage-service.mjs +50 -50
- package/esm2020/lib/core/services/student-service/student.service.mjs +26 -26
- package/esm2020/lib/core/services/switch-service/switch.service.mjs +16 -16
- package/esm2020/lib/core/services/test-service/test.service.mjs +128 -128
- package/esm2020/lib/core/services/user-service/user-service.mjs +100 -100
- package/esm2020/lib/core/utils/base-service/base.service.mjs +191 -191
- package/esm2020/lib/core/utils/copies.mjs +214 -214
- package/esm2020/lib/core/utils/route-service/route.service.mjs +18 -18
- package/esm2020/lib/design-system.module.mjs +40 -40
- package/esm2020/public-api.mjs +89 -89
- package/fesm2015/iptdevs-design-system.mjs +4597 -4592
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +4594 -4589
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/iptdevs-design-system.d.ts +5 -5
- package/lib/cod/cod-documents-section/cod-documents-section.component.d.ts +8 -8
- package/lib/cod/cod-form/cod-form.component.d.ts +37 -37
- package/lib/cod/cod.module.d.ts +21 -21
- package/lib/cod/logic/calculate-quotes.service.d.ts +14 -14
- package/lib/cod/logic/cod-form-controls.d.ts +16 -16
- package/lib/cod/logic/cod-form-steps.d.ts +15 -15
- package/lib/cod/logic/communicator.service.d.ts +13 -13
- package/lib/cod/logic/local-storage-cod.service.d.ts +8 -8
- package/lib/cod/steps/cod-form-step-five/cod-form-step-five.component.d.ts +31 -31
- package/lib/cod/steps/cod-form-step-four/cod-form-step-four.component.d.ts +47 -47
- package/lib/cod/steps/cod-form-step-one/cod-form-step-one.component.d.ts +46 -46
- package/lib/cod/steps/cod-form-step-three/cod-form-step-three.component.d.ts +35 -35
- package/lib/cod/steps/cod-form-step-two/cod-form-step-two.component.d.ts +44 -44
- package/lib/components/atoms/aside-button/aside-button.component.d.ts +11 -11
- package/lib/components/atoms/button/button.component.d.ts +13 -13
- package/lib/components/atoms/checkbox/checkbox.component.d.ts +11 -11
- package/lib/components/atoms/datalist/datalist.component.d.ts +20 -20
- package/lib/components/atoms/input/input.component.d.ts +26 -26
- package/lib/components/atoms/level-button/level-button.component.d.ts +11 -11
- package/lib/components/atoms/level-text/level-text.component.d.ts +7 -7
- package/lib/components/atoms/loader/loader.component.d.ts +7 -7
- package/lib/components/atoms/radio/radio.component.d.ts +11 -11
- package/lib/components/atoms/select/select.component.d.ts +26 -26
- package/lib/components/atoms/text-link/text-link.component.d.ts +12 -12
- package/lib/components/components.module.d.ts +25 -25
- package/lib/components/forms/create-user-form/create-user-form.component.d.ts +36 -36
- package/lib/components/forms/login-form/login-form.component.d.ts +13 -13
- package/lib/components/material.module.d.ts +11 -11
- package/lib/components/molecules/question-type/edit-question-types.component.d.ts +11 -11
- package/lib/components/molecules/sidenav/sidenav.component.d.ts +25 -25
- package/lib/core/core.module.d.ts +6 -6
- package/lib/core/models/academic/academic.component.d.ts +26 -26
- package/lib/core/models/activities/activities.interface.d.ts +12 -12
- package/lib/core/models/attendance/attendance.interface.d.ts +62 -62
- package/lib/core/models/budget/budget.model.d.ts +69 -69
- package/lib/core/models/calendar/calendar-rq.models.d.ts +27 -27
- package/lib/core/models/classroom/classroom-rq.model.d.ts +23 -23
- package/lib/core/models/cod/cod-rq.model.d.ts +168 -168
- package/lib/core/models/commercial/commercial.model.d.ts +10 -10
- package/lib/core/models/course/course-rq.model.d.ts +86 -86
- package/lib/core/models/course/courses.model.d.ts +18 -18
- package/lib/core/models/cronogram/cronogram.models.d.ts +184 -183
- package/lib/core/models/marketing/marketing.model.d.ts +104 -104
- package/lib/core/models/notes/notes.interface.d.ts +89 -89
- package/lib/core/models/payment/payment-rq.model.d.ts +212 -212
- package/lib/core/models/response/response.interface.d.ts +10 -10
- package/lib/core/models/session/session.model.d.ts +5 -5
- package/lib/core/models/student/student.interface.d.ts +4 -4
- package/lib/core/models/table/table-rs.model.d.ts +7 -7
- package/lib/core/models/test/test.model.d.ts +219 -219
- package/lib/core/models/url/url.model.d.ts +8 -8
- package/lib/core/models/user/user-rq.model.d.ts +90 -90
- package/lib/core/models/user/user-rs.model.d.ts +35 -35
- package/lib/core/services/academic-service/academic.service.d.ts +20 -20
- package/lib/core/services/activity-service/activity.service.d.ts +25 -25
- package/lib/core/services/attendance-service/attendance.service.d.ts +22 -22
- package/lib/core/services/budget-service/budget-service.d.ts +23 -23
- package/lib/core/services/calendar-service/calendar.service.d.ts +23 -23
- package/lib/core/services/certificate-service/certificate.service.d.ts +13 -13
- package/lib/core/services/classroom-service/classroom-service.service.d.ts +15 -15
- package/lib/core/services/commercial-service/comercial.service.d.ts +19 -19
- package/lib/core/services/commercial-service/validators.d.ts +2 -2
- package/lib/core/services/copies.service.d.ts +7 -7
- package/lib/core/services/course-service/course-service.model.d.ts +24 -23
- package/lib/core/services/ekt-service/userekt.service.d.ts +13 -13
- package/lib/core/services/marketing-service/marketing-service.d.ts +19 -19
- package/lib/core/services/notes-service/notes.service.d.ts +18 -18
- package/lib/core/services/parameters-service/parameters.service.d.ts +49 -49
- package/lib/core/services/service-enviroments.d.ts +5 -5
- package/lib/core/services/storage-service/storage-service.d.ts +18 -18
- package/lib/core/services/student-service/student.service.d.ts +13 -13
- package/lib/core/services/switch-service/switch.service.d.ts +8 -8
- package/lib/core/services/test-service/test.service.d.ts +33 -33
- package/lib/core/services/user-service/user-service.d.ts +30 -30
- package/lib/core/utils/base-service/base.service.d.ts +23 -23
- package/lib/core/utils/copies.d.ts +1 -1
- package/lib/core/utils/route-service/route.service.d.ts +9 -9
- package/lib/design-system.module.d.ts +10 -10
- package/package.json +1 -1
- package/public-api.d.ts +76 -76
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { FormGroup, FormBuilder } from '@angular/forms';
|
|
3
|
-
import { ParameterService } from '../../../core/services/parameters-service/parameters.service';
|
|
4
|
-
import { CodFormSteps } from '../../logic/cod-form-steps';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class CodFormStepTwoComponent extends CodFormSteps implements OnInit {
|
|
7
|
-
private fb;
|
|
8
|
-
private parameterService;
|
|
9
|
-
initialData?: any;
|
|
10
|
-
changeStepEvent: EventEmitter<number>;
|
|
11
|
-
codFormStepTwo: FormGroup;
|
|
12
|
-
countrySelected: any;
|
|
13
|
-
countries: any;
|
|
14
|
-
states: any;
|
|
15
|
-
cities: any;
|
|
16
|
-
errorMessage: string;
|
|
17
|
-
hasErrors: boolean;
|
|
18
|
-
idTypes: any;
|
|
19
|
-
indicatives: any;
|
|
20
|
-
civilStatus: any;
|
|
21
|
-
genders: any[];
|
|
22
|
-
stratums: any;
|
|
23
|
-
controls: import("../../logic/cod-form-controls").Control[];
|
|
24
|
-
constructor(fb: FormBuilder, parameterService: ParameterService);
|
|
25
|
-
ngOnInit(): void;
|
|
26
|
-
setDataFromPreviusCod(): void;
|
|
27
|
-
validateErrors(): void;
|
|
28
|
-
startLocalStorageWork(): void;
|
|
29
|
-
initForm(): void;
|
|
30
|
-
getParameters(): void;
|
|
31
|
-
sendForm(): void;
|
|
32
|
-
getState(state: any): void;
|
|
33
|
-
getCity(state: any): void;
|
|
34
|
-
selectCountry(country: any): void;
|
|
35
|
-
selectState(state: any): void;
|
|
36
|
-
selectCity(city: any): void;
|
|
37
|
-
selectIdType(idType: any): void;
|
|
38
|
-
selectIndicatives(indicative: any): void;
|
|
39
|
-
selectGender(gender: any): void;
|
|
40
|
-
selectStratum(stratum: any): void;
|
|
41
|
-
selectCivilStatus(civil_status: any): void;
|
|
42
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CodFormStepTwoComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CodFormStepTwoComponent, "app-cod-form-step-two", never, { "initialData": "initialData"; }, { "changeStepEvent": "changeStepEvent"; }, never, never>;
|
|
44
|
-
}
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { FormGroup, FormBuilder } from '@angular/forms';
|
|
3
|
+
import { ParameterService } from '../../../core/services/parameters-service/parameters.service';
|
|
4
|
+
import { CodFormSteps } from '../../logic/cod-form-steps';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class CodFormStepTwoComponent extends CodFormSteps implements OnInit {
|
|
7
|
+
private fb;
|
|
8
|
+
private parameterService;
|
|
9
|
+
initialData?: any;
|
|
10
|
+
changeStepEvent: EventEmitter<number>;
|
|
11
|
+
codFormStepTwo: FormGroup;
|
|
12
|
+
countrySelected: any;
|
|
13
|
+
countries: any;
|
|
14
|
+
states: any;
|
|
15
|
+
cities: any;
|
|
16
|
+
errorMessage: string;
|
|
17
|
+
hasErrors: boolean;
|
|
18
|
+
idTypes: any;
|
|
19
|
+
indicatives: any;
|
|
20
|
+
civilStatus: any;
|
|
21
|
+
genders: any[];
|
|
22
|
+
stratums: any;
|
|
23
|
+
controls: import("../../logic/cod-form-controls").Control[];
|
|
24
|
+
constructor(fb: FormBuilder, parameterService: ParameterService);
|
|
25
|
+
ngOnInit(): void;
|
|
26
|
+
setDataFromPreviusCod(): void;
|
|
27
|
+
validateErrors(): void;
|
|
28
|
+
startLocalStorageWork(): void;
|
|
29
|
+
initForm(): void;
|
|
30
|
+
getParameters(): void;
|
|
31
|
+
sendForm(): void;
|
|
32
|
+
getState(state: any): void;
|
|
33
|
+
getCity(state: any): void;
|
|
34
|
+
selectCountry(country: any): void;
|
|
35
|
+
selectState(state: any): void;
|
|
36
|
+
selectCity(city: any): void;
|
|
37
|
+
selectIdType(idType: any): void;
|
|
38
|
+
selectIndicatives(indicative: any): void;
|
|
39
|
+
selectGender(gender: any): void;
|
|
40
|
+
selectStratum(stratum: any): void;
|
|
41
|
+
selectCivilStatus(civil_status: any): void;
|
|
42
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CodFormStepTwoComponent, never>;
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CodFormStepTwoComponent, "app-cod-form-step-two", never, { "initialData": "initialData"; }, { "changeStepEvent": "changeStepEvent"; }, never, never>;
|
|
44
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EventEmitter } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AsideButtonComponent {
|
|
4
|
-
icon: string;
|
|
5
|
-
text: string;
|
|
6
|
-
buttonActive?: boolean;
|
|
7
|
-
isClicked: EventEmitter<boolean>;
|
|
8
|
-
clickAction(): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AsideButtonComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AsideButtonComponent, "ipt-aside-button", never, { "icon": "icon"; "text": "text"; "buttonActive": "buttonActive"; }, { "isClicked": "isClicked"; }, never, never>;
|
|
11
|
-
}
|
|
1
|
+
import { EventEmitter } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AsideButtonComponent {
|
|
4
|
+
icon: string;
|
|
5
|
+
text: string;
|
|
6
|
+
buttonActive?: boolean;
|
|
7
|
+
isClicked: EventEmitter<boolean>;
|
|
8
|
+
clickAction(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AsideButtonComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AsideButtonComponent, "ipt-aside-button", never, { "icon": "icon"; "text": "text"; "buttonActive": "buttonActive"; }, { "isClicked": "isClicked"; }, never, never>;
|
|
11
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ButtonComponent {
|
|
4
|
-
primary: boolean;
|
|
5
|
-
size: 'small' | 'medium' | 'large';
|
|
6
|
-
label: string;
|
|
7
|
-
buttonType?: string;
|
|
8
|
-
isEnabled: boolean;
|
|
9
|
-
onClick: EventEmitter<Event>;
|
|
10
|
-
get classes(): string[];
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "ipt-button", never, { "primary": "primary"; "size": "size"; "label": "label"; "buttonType": "buttonType"; "isEnabled": "isEnabled"; }, { "onClick": "onClick"; }, never, never>;
|
|
13
|
-
}
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ButtonComponent {
|
|
4
|
+
primary: boolean;
|
|
5
|
+
size: 'small' | 'medium' | 'large';
|
|
6
|
+
label: string;
|
|
7
|
+
buttonType?: string;
|
|
8
|
+
isEnabled: boolean;
|
|
9
|
+
onClick: EventEmitter<Event>;
|
|
10
|
+
get classes(): string[];
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "ipt-button", never, { "primary": "primary"; "size": "size"; "label": "label"; "buttonType": "buttonType"; "isEnabled": "isEnabled"; }, { "onClick": "onClick"; }, never, never>;
|
|
13
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EventEmitter } from "@angular/core";
|
|
2
|
-
import { AbstractControl, FormControl } from "@angular/forms";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CheckboxComponent {
|
|
5
|
-
checkboxOption: boolean;
|
|
6
|
-
set control(value: AbstractControl);
|
|
7
|
-
onChecked: EventEmitter<Event>;
|
|
8
|
-
formControl: FormControl;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "ipt-checkbox", never, { "checkboxOption": "checkboxOption"; "control": "control"; }, { "onChecked": "onChecked"; }, never, never>;
|
|
11
|
-
}
|
|
1
|
+
import { EventEmitter } from "@angular/core";
|
|
2
|
+
import { AbstractControl, FormControl } from "@angular/forms";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class CheckboxComponent {
|
|
5
|
+
checkboxOption: boolean;
|
|
6
|
+
set control(value: AbstractControl);
|
|
7
|
+
onChecked: EventEmitter<Event>;
|
|
8
|
+
formControl: FormControl;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "ipt-checkbox", never, { "checkboxOption": "checkboxOption"; "control": "control"; }, { "onChecked": "onChecked"; }, never, never>;
|
|
11
|
+
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { FormBuilder } from '@angular/forms';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DatalistComponent {
|
|
5
|
-
datalistId: string;
|
|
6
|
-
datalistData: any[];
|
|
7
|
-
placeHolder: string;
|
|
8
|
-
validateText: string;
|
|
9
|
-
initalData: string;
|
|
10
|
-
disabledSel: boolean;
|
|
11
|
-
isChanged: EventEmitter<string>;
|
|
12
|
-
clicked: boolean;
|
|
13
|
-
constructor(fb: FormBuilder);
|
|
14
|
-
optionChanged(event: any): void;
|
|
15
|
-
click(value: MouseEvent): void;
|
|
16
|
-
setDataListValue(): any;
|
|
17
|
-
get labelClass(): string;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DatalistComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DatalistComponent, "ipt-datalist", never, { "datalistId": "datalistId"; "datalistData": "datalistData"; "placeHolder": "placeHolder"; "validateText": "validateText"; "initalData": "initalData"; "disabledSel": "disabledSel"; }, { "isChanged": "isChanged"; }, never, never>;
|
|
20
|
-
}
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { FormBuilder } from '@angular/forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class DatalistComponent {
|
|
5
|
+
datalistId: string;
|
|
6
|
+
datalistData: any[];
|
|
7
|
+
placeHolder: string;
|
|
8
|
+
validateText: string;
|
|
9
|
+
initalData: string;
|
|
10
|
+
disabledSel: boolean;
|
|
11
|
+
isChanged: EventEmitter<string>;
|
|
12
|
+
clicked: boolean;
|
|
13
|
+
constructor(fb: FormBuilder);
|
|
14
|
+
optionChanged(event: any): void;
|
|
15
|
+
click(value: MouseEvent): void;
|
|
16
|
+
setDataListValue(): any;
|
|
17
|
+
get labelClass(): string;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DatalistComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DatalistComponent, "ipt-datalist", never, { "datalistId": "datalistId"; "datalistData": "datalistData"; "placeHolder": "placeHolder"; "validateText": "validateText"; "initalData": "initalData"; "disabledSel": "disabledSel"; }, { "isChanged": "isChanged"; }, never, never>;
|
|
20
|
+
}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { AbstractControl, FormControl } from '@angular/forms';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class InputComponent implements OnInit {
|
|
5
|
-
codeValue: string;
|
|
6
|
-
data: any[];
|
|
7
|
-
formControl: FormControl;
|
|
8
|
-
clicked: boolean;
|
|
9
|
-
inputType: string;
|
|
10
|
-
placeHolder: string;
|
|
11
|
-
validateText?: string;
|
|
12
|
-
withPipe?: boolean;
|
|
13
|
-
list?: string;
|
|
14
|
-
iconUrl?: string;
|
|
15
|
-
set control(value: AbstractControl | string);
|
|
16
|
-
prefix: string;
|
|
17
|
-
thousands: string;
|
|
18
|
-
decimal: string;
|
|
19
|
-
dateSelected: EventEmitter<string>;
|
|
20
|
-
constructor();
|
|
21
|
-
ngOnInit(): void;
|
|
22
|
-
selectedDate(evt: string): void;
|
|
23
|
-
click(value: MouseEvent): void;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InputComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputComponent, "ipt-input", never, { "inputType": "inputType"; "placeHolder": "placeHolder"; "validateText": "validateText"; "withPipe": "withPipe"; "list": "list"; "iconUrl": "iconUrl"; "control": "control"; "prefix": "prefix"; "thousands": "thousands"; "decimal": "decimal"; }, { "dateSelected": "dateSelected"; }, never, never>;
|
|
26
|
-
}
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { AbstractControl, FormControl } from '@angular/forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class InputComponent implements OnInit {
|
|
5
|
+
codeValue: string;
|
|
6
|
+
data: any[];
|
|
7
|
+
formControl: FormControl;
|
|
8
|
+
clicked: boolean;
|
|
9
|
+
inputType: string;
|
|
10
|
+
placeHolder: string;
|
|
11
|
+
validateText?: string;
|
|
12
|
+
withPipe?: boolean;
|
|
13
|
+
list?: string;
|
|
14
|
+
iconUrl?: string;
|
|
15
|
+
set control(value: AbstractControl | string);
|
|
16
|
+
prefix: string;
|
|
17
|
+
thousands: string;
|
|
18
|
+
decimal: string;
|
|
19
|
+
dateSelected: EventEmitter<string>;
|
|
20
|
+
constructor();
|
|
21
|
+
ngOnInit(): void;
|
|
22
|
+
selectedDate(evt: string): void;
|
|
23
|
+
click(value: MouseEvent): void;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InputComponent, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InputComponent, "ipt-input", never, { "inputType": "inputType"; "placeHolder": "placeHolder"; "validateText": "validateText"; "withPipe": "withPipe"; "list": "list"; "iconUrl": "iconUrl"; "control": "control"; "prefix": "prefix"; "thousands": "thousands"; "decimal": "decimal"; }, { "dateSelected": "dateSelected"; }, never, never>;
|
|
26
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class LevelButtonComponent {
|
|
4
|
-
level: string;
|
|
5
|
-
buttonActive: boolean;
|
|
6
|
-
idColor: string;
|
|
7
|
-
isClicked: EventEmitter<boolean>;
|
|
8
|
-
clickAction(): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LevelButtonComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LevelButtonComponent, "ipt-level-button", never, { "level": "level"; "buttonActive": "buttonActive"; "idColor": "idColor"; }, { "isClicked": "isClicked"; }, never, never>;
|
|
11
|
-
}
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class LevelButtonComponent {
|
|
4
|
+
level: string;
|
|
5
|
+
buttonActive: boolean;
|
|
6
|
+
idColor: string;
|
|
7
|
+
isClicked: EventEmitter<boolean>;
|
|
8
|
+
clickAction(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LevelButtonComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LevelButtonComponent, "ipt-level-button", never, { "level": "level"; "buttonActive": "buttonActive"; "idColor": "idColor"; }, { "isClicked": "isClicked"; }, never, never>;
|
|
11
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class LevelTextComponent {
|
|
3
|
-
level: string;
|
|
4
|
-
total: string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LevelTextComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LevelTextComponent, "ipt-level-button", never, { "level": "level"; "total": "total"; }, {}, never, never>;
|
|
7
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class LevelTextComponent {
|
|
3
|
+
level: string;
|
|
4
|
+
total: string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LevelTextComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LevelTextComponent, "ipt-level-button", never, { "level": "level"; "total": "total"; }, {}, never, never>;
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class LoaderComponent {
|
|
3
|
-
message: string;
|
|
4
|
-
isDialog: boolean;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LoaderComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LoaderComponent, "ipt-loader", never, { "message": "message"; "isDialog": "isDialog"; }, {}, never, never>;
|
|
7
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class LoaderComponent {
|
|
3
|
+
message: string;
|
|
4
|
+
isDialog: boolean;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LoaderComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoaderComponent, "ipt-loader", never, { "message": "message"; "isDialog": "isDialog"; }, {}, never, never>;
|
|
7
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EventEmitter } from "@angular/core";
|
|
2
|
-
import { AbstractControl, FormControl } from "@angular/forms";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class RadioComponent {
|
|
5
|
-
radioOption: boolean;
|
|
6
|
-
set control(value: AbstractControl);
|
|
7
|
-
onSelected: EventEmitter<Event>;
|
|
8
|
-
formControl: FormControl;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RadioComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RadioComponent, "ipt-radio", never, { "radioOption": "radioOption"; "control": "control"; }, { "onSelected": "onSelected"; }, never, never>;
|
|
11
|
-
}
|
|
1
|
+
import { EventEmitter } from "@angular/core";
|
|
2
|
+
import { AbstractControl, FormControl } from "@angular/forms";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class RadioComponent {
|
|
5
|
+
radioOption: boolean;
|
|
6
|
+
set control(value: AbstractControl);
|
|
7
|
+
onSelected: EventEmitter<Event>;
|
|
8
|
+
formControl: FormControl;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RadioComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RadioComponent, "ipt-radio", never, { "radioOption": "radioOption"; "control": "control"; }, { "onSelected": "onSelected"; }, never, never>;
|
|
11
|
+
}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { EventEmitter, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { AbstractControl, FormControl } from '@angular/forms';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class SelectComponent {
|
|
5
|
-
binding: any;
|
|
6
|
-
boxShadow: number;
|
|
7
|
-
formControl: FormControl;
|
|
8
|
-
clicked: boolean;
|
|
9
|
-
isRequired: boolean;
|
|
10
|
-
data: any[];
|
|
11
|
-
defaultText: any;
|
|
12
|
-
selectCode: string;
|
|
13
|
-
disabledSel: boolean;
|
|
14
|
-
initialValue: string;
|
|
15
|
-
eventSelect: EventEmitter<string>;
|
|
16
|
-
set control(value: AbstractControl);
|
|
17
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
18
|
-
seleccionar(evt: string): void;
|
|
19
|
-
private setBinding;
|
|
20
|
-
click(value: MouseEvent): void;
|
|
21
|
-
ngOnInit(): void;
|
|
22
|
-
get textClass(): string;
|
|
23
|
-
get labelClass(): string;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SelectComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent, "ipt-select", never, { "isRequired": "isRequired"; "data": "data"; "defaultText": "defaultText"; "selectCode": "selectCode"; "disabledSel": "disabledSel"; "initialValue": "initialValue"; "control": "control"; }, { "eventSelect": "eventSelect"; }, never, never>;
|
|
26
|
-
}
|
|
1
|
+
import { EventEmitter, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { AbstractControl, FormControl } from '@angular/forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SelectComponent {
|
|
5
|
+
binding: any;
|
|
6
|
+
boxShadow: number;
|
|
7
|
+
formControl: FormControl;
|
|
8
|
+
clicked: boolean;
|
|
9
|
+
isRequired: boolean;
|
|
10
|
+
data: any[];
|
|
11
|
+
defaultText: any;
|
|
12
|
+
selectCode: string;
|
|
13
|
+
disabledSel: boolean;
|
|
14
|
+
initialValue: string;
|
|
15
|
+
eventSelect: EventEmitter<string>;
|
|
16
|
+
set control(value: AbstractControl);
|
|
17
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
18
|
+
seleccionar(evt: string): void;
|
|
19
|
+
private setBinding;
|
|
20
|
+
click(value: MouseEvent): void;
|
|
21
|
+
ngOnInit(): void;
|
|
22
|
+
get textClass(): string;
|
|
23
|
+
get labelClass(): string;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SelectComponent, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent, "ipt-select", never, { "isRequired": "isRequired"; "data": "data"; "defaultText": "defaultText"; "selectCode": "selectCode"; "disabledSel": "disabledSel"; "initialValue": "initialValue"; "control": "control"; }, { "eventSelect": "eventSelect"; }, never, never>;
|
|
26
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TextLinkComponent {
|
|
4
|
-
text: string;
|
|
5
|
-
blank?: boolean;
|
|
6
|
-
icon?: string;
|
|
7
|
-
isClicked: EventEmitter<boolean>;
|
|
8
|
-
constructor();
|
|
9
|
-
isLinkClicked(): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TextLinkComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextLinkComponent, "ipt-text-link", never, { "text": "text"; "blank": "blank"; "icon": "icon"; }, { "isClicked": "isClicked"; }, never, never>;
|
|
12
|
-
}
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TextLinkComponent {
|
|
4
|
+
text: string;
|
|
5
|
+
blank?: boolean;
|
|
6
|
+
icon?: string;
|
|
7
|
+
isClicked: EventEmitter<boolean>;
|
|
8
|
+
constructor();
|
|
9
|
+
isLinkClicked(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TextLinkComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextLinkComponent, "ipt-text-link", never, { "text": "text"; "blank": "blank"; "icon": "icon"; }, { "isClicked": "isClicked"; }, never, never>;
|
|
12
|
+
}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./atoms/aside-button/aside-button.component";
|
|
3
|
-
import * as i2 from "./atoms/button/button.component";
|
|
4
|
-
import * as i3 from "./atoms/checkbox/checkbox.component";
|
|
5
|
-
import * as i4 from "./forms/create-user-form/create-user-form.component";
|
|
6
|
-
import * as i5 from "./atoms/datalist/datalist.component";
|
|
7
|
-
import * as i6 from "./atoms/input/input.component";
|
|
8
|
-
import * as i7 from "./atoms/level-button/level-button.component";
|
|
9
|
-
import * as i8 from "./atoms/level-text/level-text.component";
|
|
10
|
-
import * as i9 from "./forms/login-form/login-form.component";
|
|
11
|
-
import * as i10 from "./atoms/loader/loader.component";
|
|
12
|
-
import * as i11 from "./atoms/radio/radio.component";
|
|
13
|
-
import * as i12 from "./atoms/select/select.component";
|
|
14
|
-
import * as i13 from "./molecules/sidenav/sidenav.component";
|
|
15
|
-
import * as i14 from "./atoms/text-link/text-link.component";
|
|
16
|
-
import * as i15 from "./molecules/question-type/edit-question-types.component";
|
|
17
|
-
import * as i16 from "@angular/common";
|
|
18
|
-
import * as i17 from "@angular/forms";
|
|
19
|
-
import * as i18 from "./material.module";
|
|
20
|
-
import * as i19 from "ng2-currency-mask";
|
|
21
|
-
export declare class ComponentsModule {
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ComponentsModule, never>;
|
|
23
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ComponentsModule, [typeof i1.AsideButtonComponent, typeof i2.ButtonComponent, typeof i3.CheckboxComponent, typeof i4.CreateUserFormComponent, typeof i5.DatalistComponent, typeof i6.InputComponent, typeof i7.LevelButtonComponent, typeof i8.LevelTextComponent, typeof i9.LoginFormComponent, typeof i10.LoaderComponent, typeof i11.RadioComponent, typeof i12.SelectComponent, typeof i13.SidenavComponent, typeof i14.TextLinkComponent, typeof i15.QuestionTypeComponent], [typeof i16.CommonModule, typeof i17.FormsModule, typeof i17.ReactiveFormsModule, typeof i18.MaterialModule, typeof i19.CurrencyMaskModule], [typeof i1.AsideButtonComponent, typeof i2.ButtonComponent, typeof i3.CheckboxComponent, typeof i4.CreateUserFormComponent, typeof i5.DatalistComponent, typeof i6.InputComponent, typeof i7.LevelButtonComponent, typeof i8.LevelTextComponent, typeof i10.LoaderComponent, typeof i11.RadioComponent, typeof i12.SelectComponent, typeof i14.TextLinkComponent, typeof i9.LoginFormComponent, typeof i13.SidenavComponent, typeof i19.CurrencyMaskModule, typeof i15.QuestionTypeComponent]>;
|
|
24
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ComponentsModule>;
|
|
25
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./atoms/aside-button/aside-button.component";
|
|
3
|
+
import * as i2 from "./atoms/button/button.component";
|
|
4
|
+
import * as i3 from "./atoms/checkbox/checkbox.component";
|
|
5
|
+
import * as i4 from "./forms/create-user-form/create-user-form.component";
|
|
6
|
+
import * as i5 from "./atoms/datalist/datalist.component";
|
|
7
|
+
import * as i6 from "./atoms/input/input.component";
|
|
8
|
+
import * as i7 from "./atoms/level-button/level-button.component";
|
|
9
|
+
import * as i8 from "./atoms/level-text/level-text.component";
|
|
10
|
+
import * as i9 from "./forms/login-form/login-form.component";
|
|
11
|
+
import * as i10 from "./atoms/loader/loader.component";
|
|
12
|
+
import * as i11 from "./atoms/radio/radio.component";
|
|
13
|
+
import * as i12 from "./atoms/select/select.component";
|
|
14
|
+
import * as i13 from "./molecules/sidenav/sidenav.component";
|
|
15
|
+
import * as i14 from "./atoms/text-link/text-link.component";
|
|
16
|
+
import * as i15 from "./molecules/question-type/edit-question-types.component";
|
|
17
|
+
import * as i16 from "@angular/common";
|
|
18
|
+
import * as i17 from "@angular/forms";
|
|
19
|
+
import * as i18 from "./material.module";
|
|
20
|
+
import * as i19 from "ng2-currency-mask";
|
|
21
|
+
export declare class ComponentsModule {
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ComponentsModule, never>;
|
|
23
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ComponentsModule, [typeof i1.AsideButtonComponent, typeof i2.ButtonComponent, typeof i3.CheckboxComponent, typeof i4.CreateUserFormComponent, typeof i5.DatalistComponent, typeof i6.InputComponent, typeof i7.LevelButtonComponent, typeof i8.LevelTextComponent, typeof i9.LoginFormComponent, typeof i10.LoaderComponent, typeof i11.RadioComponent, typeof i12.SelectComponent, typeof i13.SidenavComponent, typeof i14.TextLinkComponent, typeof i15.QuestionTypeComponent], [typeof i16.CommonModule, typeof i17.FormsModule, typeof i17.ReactiveFormsModule, typeof i18.MaterialModule, typeof i19.CurrencyMaskModule], [typeof i1.AsideButtonComponent, typeof i2.ButtonComponent, typeof i3.CheckboxComponent, typeof i4.CreateUserFormComponent, typeof i5.DatalistComponent, typeof i6.InputComponent, typeof i7.LevelButtonComponent, typeof i8.LevelTextComponent, typeof i10.LoaderComponent, typeof i11.RadioComponent, typeof i12.SelectComponent, typeof i14.TextLinkComponent, typeof i9.LoginFormComponent, typeof i13.SidenavComponent, typeof i19.CurrencyMaskModule, typeof i15.QuestionTypeComponent]>;
|
|
24
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ComponentsModule>;
|
|
25
|
+
}
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { FormGroup, FormBuilder } from '@angular/forms';
|
|
3
|
-
import { ParameterService } from '../../../core/services/parameters-service/parameters.service';
|
|
4
|
-
import { UserService } from '../../../core/services/user-service/user-service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class CreateUserFormComponent implements OnInit {
|
|
7
|
-
private fb;
|
|
8
|
-
private parameterService;
|
|
9
|
-
private userService;
|
|
10
|
-
userType: string;
|
|
11
|
-
visibility: boolean;
|
|
12
|
-
userCreated: EventEmitter<boolean>;
|
|
13
|
-
onHide: EventEmitter<boolean>;
|
|
14
|
-
createUserForm: FormGroup;
|
|
15
|
-
phoneNumberIndicatives: any;
|
|
16
|
-
idTypes: any;
|
|
17
|
-
states: any;
|
|
18
|
-
loader: boolean;
|
|
19
|
-
cities: any;
|
|
20
|
-
photo: string;
|
|
21
|
-
constructor(fb: FormBuilder, parameterService: ParameterService, userService: UserService);
|
|
22
|
-
ngOnInit(): void;
|
|
23
|
-
closeModal(): void;
|
|
24
|
-
createUser(): void;
|
|
25
|
-
getParameters(): void;
|
|
26
|
-
getRolesOptions(): any;
|
|
27
|
-
initForm(): void;
|
|
28
|
-
setPhoto(type: string): void;
|
|
29
|
-
selectRol(role: any): void;
|
|
30
|
-
selectIndicatives(indicative: any): void;
|
|
31
|
-
selectIdType(idType: any): void;
|
|
32
|
-
selectState(state: any): void;
|
|
33
|
-
selectCity(city: any): void;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CreateUserFormComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CreateUserFormComponent, "ipt-create-user-form", never, { "userType": "userType"; "visibility": "visibility"; }, { "userCreated": "userCreated"; "onHide": "onHide"; }, never, never>;
|
|
36
|
-
}
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { FormGroup, FormBuilder } from '@angular/forms';
|
|
3
|
+
import { ParameterService } from '../../../core/services/parameters-service/parameters.service';
|
|
4
|
+
import { UserService } from '../../../core/services/user-service/user-service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class CreateUserFormComponent implements OnInit {
|
|
7
|
+
private fb;
|
|
8
|
+
private parameterService;
|
|
9
|
+
private userService;
|
|
10
|
+
userType: string;
|
|
11
|
+
visibility: boolean;
|
|
12
|
+
userCreated: EventEmitter<boolean>;
|
|
13
|
+
onHide: EventEmitter<boolean>;
|
|
14
|
+
createUserForm: FormGroup;
|
|
15
|
+
phoneNumberIndicatives: any;
|
|
16
|
+
idTypes: any;
|
|
17
|
+
states: any;
|
|
18
|
+
loader: boolean;
|
|
19
|
+
cities: any;
|
|
20
|
+
photo: string;
|
|
21
|
+
constructor(fb: FormBuilder, parameterService: ParameterService, userService: UserService);
|
|
22
|
+
ngOnInit(): void;
|
|
23
|
+
closeModal(): void;
|
|
24
|
+
createUser(): void;
|
|
25
|
+
getParameters(): void;
|
|
26
|
+
getRolesOptions(): any;
|
|
27
|
+
initForm(): void;
|
|
28
|
+
setPhoto(type: string): void;
|
|
29
|
+
selectRol(role: any): void;
|
|
30
|
+
selectIndicatives(indicative: any): void;
|
|
31
|
+
selectIdType(idType: any): void;
|
|
32
|
+
selectState(state: any): void;
|
|
33
|
+
selectCity(city: any): void;
|
|
34
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CreateUserFormComponent, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CreateUserFormComponent, "ipt-create-user-form", never, { "userType": "userType"; "visibility": "visibility"; }, { "userCreated": "userCreated"; "onHide": "onHide"; }, never, never>;
|
|
36
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
-
import { BaseService } from '../../../core/utils/base-service/base.service';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class LoginFormComponent {
|
|
6
|
-
private baseService;
|
|
7
|
-
isLogged: EventEmitter<boolean>;
|
|
8
|
-
loginForm: FormGroup;
|
|
9
|
-
constructor(fb: FormBuilder, baseService: BaseService);
|
|
10
|
-
login(data: FormGroup): void;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LoginFormComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LoginFormComponent, "ipt-login-form", never, {}, { "isLogged": "isLogged"; }, never, never>;
|
|
13
|
-
}
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
+
import { BaseService } from '../../../core/utils/base-service/base.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class LoginFormComponent {
|
|
6
|
+
private baseService;
|
|
7
|
+
isLogged: EventEmitter<boolean>;
|
|
8
|
+
loginForm: FormGroup;
|
|
9
|
+
constructor(fb: FormBuilder, baseService: BaseService);
|
|
10
|
+
login(data: FormGroup): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LoginFormComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoginFormComponent, "ipt-login-form", never, {}, { "isLogged": "isLogged"; }, never, never>;
|
|
13
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/material/sidenav";
|
|
3
|
-
import * as i2 from "@angular/material/toolbar";
|
|
4
|
-
import * as i3 from "@angular/material/icon";
|
|
5
|
-
import * as i4 from "@angular/material/list";
|
|
6
|
-
import * as i5 from "@angular/material/button";
|
|
7
|
-
export declare class MaterialModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialModule, never, never, [typeof i1.MatSidenavModule, typeof i2.MatToolbarModule, typeof i3.MatIconModule, typeof i4.MatListModule, typeof i5.MatButtonModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MaterialModule>;
|
|
11
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/material/sidenav";
|
|
3
|
+
import * as i2 from "@angular/material/toolbar";
|
|
4
|
+
import * as i3 from "@angular/material/icon";
|
|
5
|
+
import * as i4 from "@angular/material/list";
|
|
6
|
+
import * as i5 from "@angular/material/button";
|
|
7
|
+
export declare class MaterialModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialModule, never, never, [typeof i1.MatSidenavModule, typeof i2.MatToolbarModule, typeof i3.MatIconModule, typeof i4.MatListModule, typeof i5.MatButtonModule]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MaterialModule>;
|
|
11
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { FormGroup } from '@angular/forms';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class QuestionTypeComponent implements OnChanges {
|
|
5
|
-
questionType: string;
|
|
6
|
-
formGruoup: FormGroup;
|
|
7
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
8
|
-
clickDetection(value: string): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QuestionTypeComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QuestionTypeComponent, "ipt-question-types", never, { "questionType": "questionType"; "formGruoup": "formGruoup"; }, {}, never, never>;
|
|
11
|
-
}
|
|
1
|
+
import { OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { FormGroup } from '@angular/forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class QuestionTypeComponent implements OnChanges {
|
|
5
|
+
questionType: string;
|
|
6
|
+
formGruoup: FormGroup;
|
|
7
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
8
|
+
clickDetection(value: string): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QuestionTypeComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QuestionTypeComponent, "ipt-question-types", never, { "questionType": "questionType"; "formGruoup": "formGruoup"; }, {}, never, never>;
|
|
11
|
+
}
|