ng-firebase-table-kxp 1.2.2 → 1.2.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/index.d.ts CHANGED
@@ -12,7 +12,7 @@ import { MatTableDataSource } from '@angular/material/table';
12
12
  import * as i7 from '@angular/router';
13
13
  import { Router } from '@angular/router';
14
14
  import firebase$1 from 'firebase/compat/app';
15
- import * as i17 from '@angular/material/dialog';
15
+ import * as i18 from '@angular/material/dialog';
16
16
  import { MatDialog } from '@angular/material/dialog';
17
17
  import { ToastrService } from 'ngx-toastr';
18
18
  import * as i6 from '@angular/forms';
@@ -21,10 +21,11 @@ import { BehaviorSubject } from 'rxjs';
21
21
  import * as i5 from '@angular/common';
22
22
  import * as i11 from '@angular/material/form-field';
23
23
  import * as i12 from '@angular/material/input';
24
- import * as i13 from '@angular/material/select';
25
- import * as i14 from '@angular/material/tooltip';
26
- import * as i15 from '@angular/material/progress-spinner';
27
- import * as i16 from '@angular/material/icon';
24
+ import * as i13 from '@angular/material/core';
25
+ import * as i14 from '@angular/material/select';
26
+ import * as i15 from '@angular/material/tooltip';
27
+ import * as i16 from '@angular/material/progress-spinner';
28
+ import * as i17 from '@angular/material/icon';
28
29
 
29
30
  declare class NgFirebaseTableKxpComponent {
30
31
  static ɵfac: i0.ɵɵFactoryDeclaration<NgFirebaseTableKxpComponent, never>;
@@ -626,7 +627,7 @@ declare class TableTooltipComponent {
626
627
 
627
628
  declare class NgFirebaseTableKxpModule {
628
629
  static ɵfac: i0.ɵɵFactoryDeclaration<NgFirebaseTableKxpModule, never>;
629
- static ɵmod: i0.ɵɵNgModuleDeclaration<NgFirebaseTableKxpModule, [typeof NgFirebaseTableKxpComponent, typeof TableComponent, typeof TableTabsComponent, typeof TableTooltipComponent], [typeof i5.CommonModule, typeof i6.ReactiveFormsModule, typeof i6.FormsModule, typeof i7.RouterModule, typeof i8.MatTableModule, typeof i9.MatPaginatorModule, typeof i10.MatSortModule, typeof i11.MatFormFieldModule, typeof i12.MatInputModule, typeof i13.MatSelectModule, typeof i14.MatTooltipModule, typeof i15.MatProgressSpinnerModule, typeof i16.MatIconModule, typeof i17.MatDialogModule], [typeof NgFirebaseTableKxpComponent, typeof TableComponent, typeof TableTabsComponent, typeof TableTooltipComponent]>;
630
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NgFirebaseTableKxpModule, [typeof NgFirebaseTableKxpComponent, typeof TableComponent, typeof TableTabsComponent, typeof TableTooltipComponent], [typeof i5.CommonModule, typeof i6.ReactiveFormsModule, typeof i6.FormsModule, typeof i7.RouterModule, typeof i8.MatTableModule, typeof i9.MatPaginatorModule, typeof i10.MatSortModule, typeof i11.MatFormFieldModule, typeof i12.MatInputModule, typeof i13.MatOptionModule, typeof i14.MatSelectModule, typeof i15.MatTooltipModule, typeof i16.MatProgressSpinnerModule, typeof i17.MatIconModule, typeof i18.MatDialogModule], [typeof NgFirebaseTableKxpComponent, typeof TableComponent, typeof TableTabsComponent, typeof TableTooltipComponent]>;
630
631
  static ɵinj: i0.ɵɵInjectorDeclaration<NgFirebaseTableKxpModule>;
631
632
  }
632
633
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-firebase-table-kxp",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
4
4
  "description": "Uma biblioteca Angular poderosa para criar tabelas dinâmicas com integração completa ao Firebase Firestore",
5
5
  "keywords": [
6
6
  "angular",
@@ -44,4 +44,4 @@
44
44
  }
45
45
  },
46
46
  "sideEffects": false
47
- }
47
+ }