@stiunb/unb-lib-components 21.0.1 → 21.0.4
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/package.json
CHANGED
|
@@ -3,39 +3,38 @@ import { OnInit, OnDestroy, EventEmitter, OnChanges, SimpleChanges } from '@angu
|
|
|
3
3
|
import * as rxjs from 'rxjs';
|
|
4
4
|
import { Subject, Observable } from 'rxjs';
|
|
5
5
|
import * as i2 from '@angular/common';
|
|
6
|
-
import * as
|
|
7
|
-
import * as
|
|
6
|
+
import * as i14 from '@angular/material/icon';
|
|
7
|
+
import * as i17 from '@angular/material/button';
|
|
8
8
|
import { OidcSecurityService } from 'angular-auth-oidc-client';
|
|
9
9
|
import * as i4 from '@angular/material/sidenav';
|
|
10
10
|
import { MatSidenav } from '@angular/material/sidenav';
|
|
11
|
-
import * as i2$1 from '@angular/platform-browser';
|
|
12
11
|
import * as i3 from '@angular/material/toolbar';
|
|
13
12
|
import * as i5 from '@angular/cdk/layout';
|
|
14
|
-
import * as
|
|
13
|
+
import * as i16 from '@angular/material/list';
|
|
15
14
|
import * as i6 from '@angular/material/menu';
|
|
16
15
|
import * as i10 from '@angular/material/card';
|
|
17
16
|
import * as i11 from '@angular/material/tooltip';
|
|
18
17
|
import * as i12 from '@angular/material/divider';
|
|
19
|
-
import * as
|
|
18
|
+
import * as i27 from '@angular/material/core';
|
|
20
19
|
import { NativeDateAdapter } from '@angular/material/core';
|
|
21
|
-
import * as
|
|
20
|
+
import * as i23 from '@angular/material/dialog';
|
|
22
21
|
import { MatDialogRef, MatDialog } from '@angular/material/dialog';
|
|
23
22
|
import * as i13 from '@angular/forms';
|
|
24
23
|
import { NgForm } from '@angular/forms';
|
|
25
|
-
import * as
|
|
24
|
+
import * as i30 from '@angular/material/snack-bar';
|
|
26
25
|
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
27
26
|
import { HttpClient } from '@angular/common/http';
|
|
28
|
-
import * as
|
|
27
|
+
import * as i15 from '@angular/cdk/drag-drop';
|
|
29
28
|
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
30
|
-
import * as
|
|
31
|
-
import * as
|
|
32
|
-
import * as
|
|
33
|
-
import * as
|
|
34
|
-
import * as
|
|
35
|
-
import * as
|
|
36
|
-
import * as
|
|
37
|
-
import * as
|
|
38
|
-
import * as
|
|
29
|
+
import * as i21 from '@angular/material/form-field';
|
|
30
|
+
import * as i22 from '@angular/material/input';
|
|
31
|
+
import * as i24 from '@angular/material/select';
|
|
32
|
+
import * as i25 from '@angular/material/progress-spinner';
|
|
33
|
+
import * as i26 from '@angular/material/progress-bar';
|
|
34
|
+
import * as i28 from '@angular/material/paginator';
|
|
35
|
+
import * as i29 from '@angular/material/expansion';
|
|
36
|
+
import * as i31 from '@angular/material/datepicker';
|
|
37
|
+
import * as i32 from '@angular/material/radio';
|
|
39
38
|
|
|
40
39
|
declare class UnbMensagemModel {
|
|
41
40
|
message: string;
|
|
@@ -95,7 +94,7 @@ declare class UnbMensagemComponent implements OnInit, OnDestroy {
|
|
|
95
94
|
|
|
96
95
|
declare class UnbMensagemModule {
|
|
97
96
|
static ɵfac: i0.ɵɵFactoryDeclaration<UnbMensagemModule, never>;
|
|
98
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<UnbMensagemModule, [typeof UnbMensagemComponent], [typeof i2.CommonModule, typeof
|
|
97
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<UnbMensagemModule, [typeof UnbMensagemComponent], [typeof i2.CommonModule, typeof i14.MatIconModule, typeof i17.MatButtonModule], [typeof UnbMensagemComponent]>;
|
|
99
98
|
static ɵinj: i0.ɵɵInjectorDeclaration<UnbMensagemModule>;
|
|
100
99
|
}
|
|
101
100
|
|
|
@@ -154,13 +153,13 @@ declare class UnbUsuarioComponent implements OnInit {
|
|
|
154
153
|
|
|
155
154
|
declare class UnbUsuarioModule {
|
|
156
155
|
static ɵfac: i0.ɵɵFactoryDeclaration<UnbUsuarioModule, never>;
|
|
157
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<UnbUsuarioModule, [typeof UnbUsuarioComponent], [typeof i2
|
|
156
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<UnbUsuarioModule, [typeof UnbUsuarioComponent], [typeof i2.CommonModule, typeof i3.MatToolbarModule, typeof i4.MatSidenavModule, typeof i5.LayoutModule, typeof i6.MatMenuModule, typeof i14.MatIconModule, typeof i16.MatListModule, typeof i17.MatButtonModule, typeof i10.MatCardModule, typeof i11.MatTooltipModule, typeof i6.MatMenuModule, typeof i12.MatDividerModule], [typeof UnbUsuarioComponent]>;
|
|
158
157
|
static ɵinj: i0.ɵɵInjectorDeclaration<UnbUsuarioModule>;
|
|
159
158
|
}
|
|
160
159
|
|
|
161
160
|
declare class UnbNavBarModule {
|
|
162
161
|
static ɵfac: i0.ɵɵFactoryDeclaration<UnbNavBarModule, never>;
|
|
163
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<UnbNavBarModule, [typeof UnbNavBarComponent], [typeof i2
|
|
162
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<UnbNavBarModule, [typeof UnbNavBarComponent], [typeof i2.CommonModule, typeof i3.MatToolbarModule, typeof i4.MatSidenavModule, typeof i5.LayoutModule, typeof i14.MatIconModule, typeof i16.MatListModule, typeof i17.MatButtonModule, typeof UnbUsuarioModule, typeof i10.MatCardModule], [typeof UnbNavBarComponent]>;
|
|
164
163
|
static ɵinj: i0.ɵɵInjectorDeclaration<UnbNavBarModule>;
|
|
165
164
|
}
|
|
166
165
|
|
|
@@ -755,7 +754,7 @@ declare const PT_BR_DATE_FORMATS: {
|
|
|
755
754
|
};
|
|
756
755
|
declare class UnbPessoaModule {
|
|
757
756
|
static ɵfac: i0.ɵɵFactoryDeclaration<UnbPessoaModule, never>;
|
|
758
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<UnbPessoaModule, [typeof UnbPessoaFormDialogComponent, typeof UnbPessoaCrudComponent, typeof UnbPessoaCrudModalComponent, typeof UnbPessoaFormComponent, typeof UnbPessoaPesquisarComponent, typeof UnbPessoaEnderecoFormComponent, typeof UnbPessoaTelefoneListComponent, typeof UnbPessoaenderecoListComponent, typeof UnbPessoaTelefoneFormComponent, typeof UnbPessoaEmailFormComponent, typeof UnbPessoaEmailListComponent], [typeof i2.CommonModule, typeof i13.FormsModule, typeof
|
|
757
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<UnbPessoaModule, [typeof UnbPessoaFormDialogComponent, typeof UnbPessoaCrudComponent, typeof UnbPessoaCrudModalComponent, typeof UnbPessoaFormComponent, typeof UnbPessoaPesquisarComponent, typeof UnbPessoaEnderecoFormComponent, typeof UnbPessoaTelefoneListComponent, typeof UnbPessoaenderecoListComponent, typeof UnbPessoaTelefoneFormComponent, typeof UnbPessoaEmailFormComponent, typeof UnbPessoaEmailListComponent], [typeof i2.CommonModule, typeof i13.FormsModule, typeof i14.MatIconModule, typeof i15.DragDropModule, typeof i16.MatListModule, typeof i17.MatButtonModule, typeof UnbUsuarioModule, typeof UnbMensagemModule, typeof i10.MatCardModule, typeof i21.MatFormFieldModule, typeof i14.MatIconModule, typeof i22.MatInputModule, typeof i23.MatDialogModule, typeof i24.MatSelectModule, typeof i25.MatProgressSpinnerModule, typeof i17.MatButtonModule, typeof i26.MatProgressBarModule, typeof i27.MatNativeDateModule, typeof i16.MatListModule, typeof i23.MatDialogModule, typeof i28.MatPaginatorModule, typeof i29.MatExpansionModule, typeof i30.MatSnackBarModule, typeof i31.MatDatepickerModule, typeof i32.MatRadioModule, typeof i10.MatCardModule, typeof i12.MatDividerModule], [typeof UnbPessoaFormDialogComponent, typeof UnbPessoaCrudComponent, typeof UnbPessoaCrudModalComponent, typeof UnbPessoaFormComponent, typeof UnbPessoaPesquisarComponent, typeof UnbPessoaEnderecoFormComponent, typeof UnbPessoaTelefoneListComponent, typeof UnbPessoaenderecoListComponent, typeof UnbPessoaTelefoneFormComponent, typeof UnbPessoaEmailFormComponent]>;
|
|
759
758
|
static ɵinj: i0.ɵɵInjectorDeclaration<UnbPessoaModule>;
|
|
760
759
|
}
|
|
761
760
|
|