iptdevs-design-system 2.7.40 → 2.7.43
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 -302
- 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 +70 -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 +4592 -4548
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +4589 -4545
- 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 -10
- 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 +183 -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 +23 -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,123 +1,123 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule, CurrencyPipe, TitleCasePipe } from '@angular/common';
|
|
3
|
-
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
4
|
-
import { AsideButtonComponent } from './atoms/aside-button/aside-button.component';
|
|
5
|
-
import { ButtonComponent } from './atoms/button/button.component';
|
|
6
|
-
import { CheckboxComponent } from './atoms/checkbox/checkbox.component';
|
|
7
|
-
import { DatalistComponent } from './atoms/datalist/datalist.component';
|
|
8
|
-
import { InputComponent } from './atoms/input/input.component';
|
|
9
|
-
import { LevelButtonComponent } from './atoms/level-button/level-button.component';
|
|
10
|
-
import { LevelTextComponent } from './atoms/level-text/level-text.component';
|
|
11
|
-
import { LoaderComponent } from './atoms/loader/loader.component';
|
|
12
|
-
import { RadioComponent } from './atoms/radio/radio.component';
|
|
13
|
-
import { SelectComponent } from './atoms/select/select.component';
|
|
14
|
-
import { TextLinkComponent } from './atoms/text-link/text-link.component';
|
|
15
|
-
import { LoginFormComponent } from './forms/login-form/login-form.component';
|
|
16
|
-
import { CreateUserFormComponent } from './forms/create-user-form/create-user-form.component';
|
|
17
|
-
import { SidenavComponent } from './molecules/sidenav/sidenav.component';
|
|
18
|
-
import { MaterialModule } from './material.module';
|
|
19
|
-
import { CurrencyMaskModule } from 'ng2-currency-mask';
|
|
20
|
-
import { QuestionTypeComponent } from './molecules/question-type/edit-question-types.component';
|
|
21
|
-
import * as i0 from "@angular/core";
|
|
22
|
-
export class ComponentsModule {
|
|
23
|
-
}
|
|
24
|
-
ComponentsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: ComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
25
|
-
ComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: ComponentsModule, declarations: [AsideButtonComponent,
|
|
26
|
-
ButtonComponent,
|
|
27
|
-
CheckboxComponent,
|
|
28
|
-
CreateUserFormComponent,
|
|
29
|
-
DatalistComponent,
|
|
30
|
-
InputComponent,
|
|
31
|
-
LevelButtonComponent,
|
|
32
|
-
LevelTextComponent,
|
|
33
|
-
LoginFormComponent,
|
|
34
|
-
LoaderComponent,
|
|
35
|
-
RadioComponent,
|
|
36
|
-
SelectComponent,
|
|
37
|
-
SidenavComponent,
|
|
38
|
-
TextLinkComponent,
|
|
39
|
-
QuestionTypeComponent], imports: [CommonModule,
|
|
40
|
-
// BrowserModule, // Para evitar doble carga de BrowserModule
|
|
41
|
-
FormsModule,
|
|
42
|
-
ReactiveFormsModule,
|
|
43
|
-
MaterialModule,
|
|
44
|
-
CurrencyMaskModule], exports: [AsideButtonComponent,
|
|
45
|
-
ButtonComponent,
|
|
46
|
-
CheckboxComponent,
|
|
47
|
-
CreateUserFormComponent,
|
|
48
|
-
DatalistComponent,
|
|
49
|
-
InputComponent,
|
|
50
|
-
LevelButtonComponent,
|
|
51
|
-
LevelTextComponent,
|
|
52
|
-
LoaderComponent,
|
|
53
|
-
RadioComponent,
|
|
54
|
-
SelectComponent,
|
|
55
|
-
TextLinkComponent,
|
|
56
|
-
LoginFormComponent,
|
|
57
|
-
SidenavComponent,
|
|
58
|
-
CurrencyMaskModule,
|
|
59
|
-
QuestionTypeComponent] });
|
|
60
|
-
ComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: ComponentsModule, providers: [
|
|
61
|
-
CurrencyPipe,
|
|
62
|
-
TitleCasePipe
|
|
63
|
-
], imports: [[
|
|
64
|
-
CommonModule,
|
|
65
|
-
// BrowserModule, // Para evitar doble carga de BrowserModule
|
|
66
|
-
FormsModule,
|
|
67
|
-
ReactiveFormsModule,
|
|
68
|
-
MaterialModule,
|
|
69
|
-
CurrencyMaskModule
|
|
70
|
-
], CurrencyMaskModule] });
|
|
71
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: ComponentsModule, decorators: [{
|
|
72
|
-
type: NgModule,
|
|
73
|
-
args: [{
|
|
74
|
-
declarations: [
|
|
75
|
-
AsideButtonComponent,
|
|
76
|
-
ButtonComponent,
|
|
77
|
-
CheckboxComponent,
|
|
78
|
-
CreateUserFormComponent,
|
|
79
|
-
DatalistComponent,
|
|
80
|
-
InputComponent,
|
|
81
|
-
LevelButtonComponent,
|
|
82
|
-
LevelTextComponent,
|
|
83
|
-
LoginFormComponent,
|
|
84
|
-
LoaderComponent,
|
|
85
|
-
RadioComponent,
|
|
86
|
-
SelectComponent,
|
|
87
|
-
SidenavComponent,
|
|
88
|
-
TextLinkComponent,
|
|
89
|
-
QuestionTypeComponent,
|
|
90
|
-
],
|
|
91
|
-
imports: [
|
|
92
|
-
CommonModule,
|
|
93
|
-
// BrowserModule, // Para evitar doble carga de BrowserModule
|
|
94
|
-
FormsModule,
|
|
95
|
-
ReactiveFormsModule,
|
|
96
|
-
MaterialModule,
|
|
97
|
-
CurrencyMaskModule
|
|
98
|
-
],
|
|
99
|
-
exports: [
|
|
100
|
-
AsideButtonComponent,
|
|
101
|
-
ButtonComponent,
|
|
102
|
-
CheckboxComponent,
|
|
103
|
-
CreateUserFormComponent,
|
|
104
|
-
DatalistComponent,
|
|
105
|
-
InputComponent,
|
|
106
|
-
LevelButtonComponent,
|
|
107
|
-
LevelTextComponent,
|
|
108
|
-
LoaderComponent,
|
|
109
|
-
RadioComponent,
|
|
110
|
-
SelectComponent,
|
|
111
|
-
TextLinkComponent,
|
|
112
|
-
LoginFormComponent,
|
|
113
|
-
SidenavComponent,
|
|
114
|
-
CurrencyMaskModule,
|
|
115
|
-
QuestionTypeComponent
|
|
116
|
-
],
|
|
117
|
-
providers: [
|
|
118
|
-
CurrencyPipe,
|
|
119
|
-
TitleCasePipe
|
|
120
|
-
]
|
|
121
|
-
}]
|
|
122
|
-
}] });
|
|
123
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule, CurrencyPipe, TitleCasePipe } from '@angular/common';
|
|
3
|
+
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
4
|
+
import { AsideButtonComponent } from './atoms/aside-button/aside-button.component';
|
|
5
|
+
import { ButtonComponent } from './atoms/button/button.component';
|
|
6
|
+
import { CheckboxComponent } from './atoms/checkbox/checkbox.component';
|
|
7
|
+
import { DatalistComponent } from './atoms/datalist/datalist.component';
|
|
8
|
+
import { InputComponent } from './atoms/input/input.component';
|
|
9
|
+
import { LevelButtonComponent } from './atoms/level-button/level-button.component';
|
|
10
|
+
import { LevelTextComponent } from './atoms/level-text/level-text.component';
|
|
11
|
+
import { LoaderComponent } from './atoms/loader/loader.component';
|
|
12
|
+
import { RadioComponent } from './atoms/radio/radio.component';
|
|
13
|
+
import { SelectComponent } from './atoms/select/select.component';
|
|
14
|
+
import { TextLinkComponent } from './atoms/text-link/text-link.component';
|
|
15
|
+
import { LoginFormComponent } from './forms/login-form/login-form.component';
|
|
16
|
+
import { CreateUserFormComponent } from './forms/create-user-form/create-user-form.component';
|
|
17
|
+
import { SidenavComponent } from './molecules/sidenav/sidenav.component';
|
|
18
|
+
import { MaterialModule } from './material.module';
|
|
19
|
+
import { CurrencyMaskModule } from 'ng2-currency-mask';
|
|
20
|
+
import { QuestionTypeComponent } from './molecules/question-type/edit-question-types.component';
|
|
21
|
+
import * as i0 from "@angular/core";
|
|
22
|
+
export class ComponentsModule {
|
|
23
|
+
}
|
|
24
|
+
ComponentsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: ComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
25
|
+
ComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: ComponentsModule, declarations: [AsideButtonComponent,
|
|
26
|
+
ButtonComponent,
|
|
27
|
+
CheckboxComponent,
|
|
28
|
+
CreateUserFormComponent,
|
|
29
|
+
DatalistComponent,
|
|
30
|
+
InputComponent,
|
|
31
|
+
LevelButtonComponent,
|
|
32
|
+
LevelTextComponent,
|
|
33
|
+
LoginFormComponent,
|
|
34
|
+
LoaderComponent,
|
|
35
|
+
RadioComponent,
|
|
36
|
+
SelectComponent,
|
|
37
|
+
SidenavComponent,
|
|
38
|
+
TextLinkComponent,
|
|
39
|
+
QuestionTypeComponent], imports: [CommonModule,
|
|
40
|
+
// BrowserModule, // Para evitar doble carga de BrowserModule
|
|
41
|
+
FormsModule,
|
|
42
|
+
ReactiveFormsModule,
|
|
43
|
+
MaterialModule,
|
|
44
|
+
CurrencyMaskModule], exports: [AsideButtonComponent,
|
|
45
|
+
ButtonComponent,
|
|
46
|
+
CheckboxComponent,
|
|
47
|
+
CreateUserFormComponent,
|
|
48
|
+
DatalistComponent,
|
|
49
|
+
InputComponent,
|
|
50
|
+
LevelButtonComponent,
|
|
51
|
+
LevelTextComponent,
|
|
52
|
+
LoaderComponent,
|
|
53
|
+
RadioComponent,
|
|
54
|
+
SelectComponent,
|
|
55
|
+
TextLinkComponent,
|
|
56
|
+
LoginFormComponent,
|
|
57
|
+
SidenavComponent,
|
|
58
|
+
CurrencyMaskModule,
|
|
59
|
+
QuestionTypeComponent] });
|
|
60
|
+
ComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: ComponentsModule, providers: [
|
|
61
|
+
CurrencyPipe,
|
|
62
|
+
TitleCasePipe
|
|
63
|
+
], imports: [[
|
|
64
|
+
CommonModule,
|
|
65
|
+
// BrowserModule, // Para evitar doble carga de BrowserModule
|
|
66
|
+
FormsModule,
|
|
67
|
+
ReactiveFormsModule,
|
|
68
|
+
MaterialModule,
|
|
69
|
+
CurrencyMaskModule
|
|
70
|
+
], CurrencyMaskModule] });
|
|
71
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: ComponentsModule, decorators: [{
|
|
72
|
+
type: NgModule,
|
|
73
|
+
args: [{
|
|
74
|
+
declarations: [
|
|
75
|
+
AsideButtonComponent,
|
|
76
|
+
ButtonComponent,
|
|
77
|
+
CheckboxComponent,
|
|
78
|
+
CreateUserFormComponent,
|
|
79
|
+
DatalistComponent,
|
|
80
|
+
InputComponent,
|
|
81
|
+
LevelButtonComponent,
|
|
82
|
+
LevelTextComponent,
|
|
83
|
+
LoginFormComponent,
|
|
84
|
+
LoaderComponent,
|
|
85
|
+
RadioComponent,
|
|
86
|
+
SelectComponent,
|
|
87
|
+
SidenavComponent,
|
|
88
|
+
TextLinkComponent,
|
|
89
|
+
QuestionTypeComponent,
|
|
90
|
+
],
|
|
91
|
+
imports: [
|
|
92
|
+
CommonModule,
|
|
93
|
+
// BrowserModule, // Para evitar doble carga de BrowserModule
|
|
94
|
+
FormsModule,
|
|
95
|
+
ReactiveFormsModule,
|
|
96
|
+
MaterialModule,
|
|
97
|
+
CurrencyMaskModule
|
|
98
|
+
],
|
|
99
|
+
exports: [
|
|
100
|
+
AsideButtonComponent,
|
|
101
|
+
ButtonComponent,
|
|
102
|
+
CheckboxComponent,
|
|
103
|
+
CreateUserFormComponent,
|
|
104
|
+
DatalistComponent,
|
|
105
|
+
InputComponent,
|
|
106
|
+
LevelButtonComponent,
|
|
107
|
+
LevelTextComponent,
|
|
108
|
+
LoaderComponent,
|
|
109
|
+
RadioComponent,
|
|
110
|
+
SelectComponent,
|
|
111
|
+
TextLinkComponent,
|
|
112
|
+
LoginFormComponent,
|
|
113
|
+
SidenavComponent,
|
|
114
|
+
CurrencyMaskModule,
|
|
115
|
+
QuestionTypeComponent
|
|
116
|
+
],
|
|
117
|
+
providers: [
|
|
118
|
+
CurrencyPipe,
|
|
119
|
+
TitleCasePipe
|
|
120
|
+
]
|
|
121
|
+
}]
|
|
122
|
+
}] });
|
|
123
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tcG9uZW50cy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9kZXNpZ24tc3lzdGVtL3NyYy9saWIvY29tcG9uZW50cy9jb21wb25lbnRzLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRXpDLE9BQU8sRUFBRSxZQUFZLEVBQUUsWUFBWSxFQUFFLGFBQWEsRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBRTVFLE9BQU8sRUFBRSxXQUFXLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUVsRSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSw2Q0FBNkMsQ0FBQztBQUNuRixPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0saUNBQWlDLENBQUM7QUFDbEUsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0scUNBQXFDLENBQUM7QUFDeEUsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0scUNBQXFDLENBQUM7QUFDeEUsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQy9ELE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLDZDQUE2QyxDQUFDO0FBQ25GLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLHlDQUF5QyxDQUFDO0FBQzdFLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQztBQUNsRSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sK0JBQStCLENBQUM7QUFDL0QsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLGlDQUFpQyxDQUFDO0FBQ2xFLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHVDQUF1QyxDQUFDO0FBRTFFLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLHlDQUF5QyxDQUFDO0FBQzdFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLHFEQUFxRCxDQUFDO0FBRTlGLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHVDQUF1QyxDQUFDO0FBQ3pFLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQztBQUNuRCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQztBQUN2RCxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSx5REFBeUQsQ0FBQzs7QUFxRGhHLE1BQU0sT0FBTyxnQkFBZ0I7OzZHQUFoQixnQkFBZ0I7OEdBQWhCLGdCQUFnQixpQkFoRHpCLG9CQUFvQjtRQUNwQixlQUFlO1FBQ2YsaUJBQWlCO1FBQ2pCLHVCQUF1QjtRQUN2QixpQkFBaUI7UUFDakIsY0FBYztRQUNkLG9CQUFvQjtRQUNwQixrQkFBa0I7UUFDbEIsa0JBQWtCO1FBQ2xCLGVBQWU7UUFDZixjQUFjO1FBQ2QsZUFBZTtRQUNmLGdCQUFnQjtRQUNoQixpQkFBaUI7UUFDakIscUJBQXFCLGFBR3JCLFlBQVk7UUFDWiw2REFBNkQ7UUFDN0QsV0FBVztRQUNYLG1CQUFtQjtRQUNuQixjQUFjO1FBQ2Qsa0JBQWtCLGFBR2xCLG9CQUFvQjtRQUNwQixlQUFlO1FBQ2YsaUJBQWlCO1FBQ2pCLHVCQUF1QjtRQUN2QixpQkFBaUI7UUFDakIsY0FBYztRQUNkLG9CQUFvQjtRQUNwQixrQkFBa0I7UUFDbEIsZUFBZTtRQUNmLGNBQWM7UUFDZCxlQUFlO1FBQ2YsaUJBQWlCO1FBQ2pCLGtCQUFrQjtRQUNsQixnQkFBZ0I7UUFDaEIsa0JBQWtCO1FBQ2xCLHFCQUFxQjs4R0FRWixnQkFBZ0IsYUFOaEI7UUFDVCxZQUFZO1FBQ1osYUFBYTtLQUNkLFlBN0JRO1lBQ1AsWUFBWTtZQUNaLDZEQUE2RDtZQUM3RCxXQUFXO1lBQ1gsbUJBQW1CO1lBQ25CLGNBQWM7WUFDZCxrQkFBa0I7U0FDbkIsRUFnQkMsa0JBQWtCOzJGQVNULGdCQUFnQjtrQkFsRDVCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLG9CQUFvQjt3QkFDcEIsZUFBZTt3QkFDZixpQkFBaUI7d0JBQ2pCLHVCQUF1Qjt3QkFDdkIsaUJBQWlCO3dCQUNqQixjQUFjO3dCQUNkLG9CQUFvQjt3QkFDcEIsa0JBQWtCO3dCQUNsQixrQkFBa0I7d0JBQ2xCLGVBQWU7d0JBQ2YsY0FBYzt3QkFDZCxlQUFlO3dCQUNmLGdCQUFnQjt3QkFDaEIsaUJBQWlCO3dCQUNqQixxQkFBcUI7cUJBQ3RCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLDZEQUE2RDt3QkFDN0QsV0FBVzt3QkFDWCxtQkFBbUI7d0JBQ25CLGNBQWM7d0JBQ2Qsa0JBQWtCO3FCQUNuQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1Asb0JBQW9CO3dCQUNwQixlQUFlO3dCQUNmLGlCQUFpQjt3QkFDakIsdUJBQXVCO3dCQUN2QixpQkFBaUI7d0JBQ2pCLGNBQWM7d0JBQ2Qsb0JBQW9CO3dCQUNwQixrQkFBa0I7d0JBQ2xCLGVBQWU7d0JBQ2YsY0FBYzt3QkFDZCxlQUFlO3dCQUNmLGlCQUFpQjt3QkFDakIsa0JBQWtCO3dCQUNsQixnQkFBZ0I7d0JBQ2hCLGtCQUFrQjt3QkFDbEIscUJBQXFCO3FCQUN0QjtvQkFDRCxTQUFTLEVBQUU7d0JBQ1QsWUFBWTt3QkFDWixhQUFhO3FCQUNkO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgQnJvd3Nlck1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL3BsYXRmb3JtLWJyb3dzZXInO1xyXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUsIEN1cnJlbmN5UGlwZSwgVGl0bGVDYXNlUGlwZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcblxyXG5pbXBvcnQgeyBGb3Jtc01vZHVsZSwgUmVhY3RpdmVGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcclxuXHJcbmltcG9ydCB7IEFzaWRlQnV0dG9uQ29tcG9uZW50IH0gZnJvbSAnLi9hdG9tcy9hc2lkZS1idXR0b24vYXNpZGUtYnV0dG9uLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IEJ1dHRvbkNvbXBvbmVudCB9IGZyb20gJy4vYXRvbXMvYnV0dG9uL2J1dHRvbi5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBDaGVja2JveENvbXBvbmVudCB9IGZyb20gJy4vYXRvbXMvY2hlY2tib3gvY2hlY2tib3guY29tcG9uZW50JztcclxuaW1wb3J0IHsgRGF0YWxpc3RDb21wb25lbnQgfSBmcm9tICcuL2F0b21zL2RhdGFsaXN0L2RhdGFsaXN0LmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IElucHV0Q29tcG9uZW50IH0gZnJvbSAnLi9hdG9tcy9pbnB1dC9pbnB1dC5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBMZXZlbEJ1dHRvbkNvbXBvbmVudCB9IGZyb20gJy4vYXRvbXMvbGV2ZWwtYnV0dG9uL2xldmVsLWJ1dHRvbi5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBMZXZlbFRleHRDb21wb25lbnQgfSBmcm9tICcuL2F0b21zL2xldmVsLXRleHQvbGV2ZWwtdGV4dC5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBMb2FkZXJDb21wb25lbnQgfSBmcm9tICcuL2F0b21zL2xvYWRlci9sb2FkZXIuY29tcG9uZW50JztcclxuaW1wb3J0IHsgUmFkaW9Db21wb25lbnQgfSBmcm9tICcuL2F0b21zL3JhZGlvL3JhZGlvLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IFNlbGVjdENvbXBvbmVudCB9IGZyb20gJy4vYXRvbXMvc2VsZWN0L3NlbGVjdC5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBUZXh0TGlua0NvbXBvbmVudCB9IGZyb20gJy4vYXRvbXMvdGV4dC1saW5rL3RleHQtbGluay5jb21wb25lbnQnO1xyXG5cclxuaW1wb3J0IHsgTG9naW5Gb3JtQ29tcG9uZW50IH0gZnJvbSAnLi9mb3Jtcy9sb2dpbi1mb3JtL2xvZ2luLWZvcm0uY29tcG9uZW50JztcclxuaW1wb3J0IHsgQ3JlYXRlVXNlckZvcm1Db21wb25lbnQgfSBmcm9tICcuL2Zvcm1zL2NyZWF0ZS11c2VyLWZvcm0vY3JlYXRlLXVzZXItZm9ybS5jb21wb25lbnQnO1xyXG5cclxuaW1wb3J0IHsgU2lkZW5hdkNvbXBvbmVudCB9IGZyb20gJy4vbW9sZWN1bGVzL3NpZGVuYXYvc2lkZW5hdi5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBNYXRlcmlhbE1vZHVsZSB9IGZyb20gJy4vbWF0ZXJpYWwubW9kdWxlJztcclxuaW1wb3J0IHsgQ3VycmVuY3lNYXNrTW9kdWxlIH0gZnJvbSAnbmcyLWN1cnJlbmN5LW1hc2snO1xyXG5pbXBvcnQgeyBRdWVzdGlvblR5cGVDb21wb25lbnQgfSBmcm9tICcuL21vbGVjdWxlcy9xdWVzdGlvbi10eXBlL2VkaXQtcXVlc3Rpb24tdHlwZXMuY29tcG9uZW50JztcclxuXHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gIGRlY2xhcmF0aW9uczogW1xyXG4gICAgQXNpZGVCdXR0b25Db21wb25lbnQsXHJcbiAgICBCdXR0b25Db21wb25lbnQsXHJcbiAgICBDaGVja2JveENvbXBvbmVudCxcclxuICAgIENyZWF0ZVVzZXJGb3JtQ29tcG9uZW50LFxyXG4gICAgRGF0YWxpc3RDb21wb25lbnQsXHJcbiAgICBJbnB1dENvbXBvbmVudCxcclxuICAgIExldmVsQnV0dG9uQ29tcG9uZW50LFxyXG4gICAgTGV2ZWxUZXh0Q29tcG9uZW50LFxyXG4gICAgTG9naW5Gb3JtQ29tcG9uZW50LFxyXG4gICAgTG9hZGVyQ29tcG9uZW50LFxyXG4gICAgUmFkaW9Db21wb25lbnQsXHJcbiAgICBTZWxlY3RDb21wb25lbnQsXHJcbiAgICBTaWRlbmF2Q29tcG9uZW50LFxyXG4gICAgVGV4dExpbmtDb21wb25lbnQsXHJcbiAgICBRdWVzdGlvblR5cGVDb21wb25lbnQsXHJcbiAgXSxcclxuICBpbXBvcnRzOiBbXHJcbiAgICBDb21tb25Nb2R1bGUsXHJcbiAgICAvLyBCcm93c2VyTW9kdWxlLCAvLyBQYXJhIGV2aXRhciBkb2JsZSBjYXJnYSBkZSBCcm93c2VyTW9kdWxlXHJcbiAgICBGb3Jtc01vZHVsZSxcclxuICAgIFJlYWN0aXZlRm9ybXNNb2R1bGUsXHJcbiAgICBNYXRlcmlhbE1vZHVsZSxcclxuICAgIEN1cnJlbmN5TWFza01vZHVsZVxyXG4gIF0sXHJcbiAgZXhwb3J0czogW1xyXG4gICAgQXNpZGVCdXR0b25Db21wb25lbnQsXHJcbiAgICBCdXR0b25Db21wb25lbnQsXHJcbiAgICBDaGVja2JveENvbXBvbmVudCxcclxuICAgIENyZWF0ZVVzZXJGb3JtQ29tcG9uZW50LFxyXG4gICAgRGF0YWxpc3RDb21wb25lbnQsXHJcbiAgICBJbnB1dENvbXBvbmVudCxcclxuICAgIExldmVsQnV0dG9uQ29tcG9uZW50LFxyXG4gICAgTGV2ZWxUZXh0Q29tcG9uZW50LFxyXG4gICAgTG9hZGVyQ29tcG9uZW50LFxyXG4gICAgUmFkaW9Db21wb25lbnQsXHJcbiAgICBTZWxlY3RDb21wb25lbnQsXHJcbiAgICBUZXh0TGlua0NvbXBvbmVudCxcclxuICAgIExvZ2luRm9ybUNvbXBvbmVudCxcclxuICAgIFNpZGVuYXZDb21wb25lbnQsXHJcbiAgICBDdXJyZW5jeU1hc2tNb2R1bGUsXHJcbiAgICBRdWVzdGlvblR5cGVDb21wb25lbnRcclxuICBdLFxyXG4gIHByb3ZpZGVyczogW1xyXG4gICAgQ3VycmVuY3lQaXBlLFxyXG4gICAgVGl0bGVDYXNlUGlwZVxyXG4gIF1cclxufSlcclxuXHJcbmV4cG9ydCBjbGFzcyBDb21wb25lbnRzTW9kdWxlIHsgfVxyXG4iXX0=
|