UNPKG

4.52 kBJavaScriptView Raw
1import { NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
2import { CommonModule } from '@angular/common';
3import { AutoCompleteModule, ButtonModule, DropdownModule, CheckboxModule, InputTextModule, InputMaskModule, MessagesModule, MessageModule, SelectButtonModule, CalendarModule, InputTextareaModule } from 'primeng/primeng';
4import { ButtonsButtonComponent } from './buttons-button/buttons-button.component';
5import { ButtonsLinkComponent } from './buttons-link/buttons-link.component';
6import { ButtonsLinkBarComponent } from './buttons-linkbar/buttons-linkbar.component';
7import { FormsTextfieldComponent } from './forms-textfield/forms-textfield.component';
8import { FormsLabelComponent } from './forms-label/forms-label.component';
9import { FormsCheckboxComponent } from './forms-checkbox/forms-checkbox.component';
10import { FormsTextareaComponent } from './forms-textarea/forms-textarea.component';
11import { FormsAutoCompleteComponent } from './forms-autocomplete/forms-autocomplete.component';
12import { MessagesBannerComponent } from './messages-banner/messages-banner.component';
13import { NavigationTabComponent } from './navigations-tab/navigations-tab.component';
14import { NavigationIconFilterComponent } from './navigations-iconfilter/navigations-iconfilter.component';
15import { NavigationBreadcrumbComponent } from './navigations-breadcrumb/navigations-breadcrumb.component';
16import { UIDatePickerComponent } from './ui-datepicker/ui-datepicker.component';
17import { UIProgressComponent } from './ui-progress/ui-progress.component';
18import { TranslateModule } from '@ngx-translate/core';
19var ComponentsModule = (function () {
20 function ComponentsModule() {
21 }
22 ComponentsModule.decorators = [
23 { type: NgModule, args: [{
24 imports: [
25 CommonModule,
26 AutoCompleteModule,
27 ButtonModule,
28 CheckboxModule,
29 DropdownModule,
30 InputTextModule,
31 InputMaskModule,
32 MessagesModule,
33 MessageModule,
34 SelectButtonModule,
35 InputTextareaModule,
36 TranslateModule.forChild()
37 ],
38 declarations: [
39 ButtonsButtonComponent,
40 ButtonsLinkComponent,
41 ButtonsLinkBarComponent,
42 FormsLabelComponent,
43 FormsTextfieldComponent,
44 FormsCheckboxComponent,
45 FormsTextareaComponent,
46 FormsAutoCompleteComponent,
47 MessagesBannerComponent,
48 NavigationTabComponent,
49 NavigationIconFilterComponent,
50 NavigationBreadcrumbComponent,
51 UIDatePickerComponent,
52 UIProgressComponent
53 ],
54 exports: [
55 CommonModule,
56 AutoCompleteModule,
57 ButtonModule,
58 CheckboxModule,
59 InputTextModule,
60 InputMaskModule,
61 MessagesModule,
62 MessageModule,
63 SelectButtonModule,
64 CalendarModule,
65 InputTextareaModule,
66 ButtonsButtonComponent,
67 ButtonsLinkComponent,
68 ButtonsLinkBarComponent,
69 FormsLabelComponent,
70 FormsTextfieldComponent,
71 FormsCheckboxComponent,
72 FormsTextareaComponent,
73 FormsAutoCompleteComponent,
74 MessagesBannerComponent,
75 NavigationTabComponent,
76 NavigationIconFilterComponent,
77 NavigationBreadcrumbComponent,
78 UIDatePickerComponent,
79 UIProgressComponent
80 ],
81 schemas: [CUSTOM_ELEMENTS_SCHEMA]
82 },] },
83 ];
84 /** @nocollapse */
85 ComponentsModule.ctorParameters = function () { return []; };
86 return ComponentsModule;
87}());
88export { ComponentsModule };
89//# sourceMappingURL=components.module.js.map
\No newline at end of file