@messaia/cdk 18.1.0-rc29 → 18.1.0

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.
@@ -23,24 +23,26 @@ import { LoadingScreenService } from './services/loading-screen.service';
23
23
  import { PrintService } from './services/print.service';
24
24
  import * as i0 from "@angular/core";
25
25
  import * as i1 from "@angular/material/button";
26
- import * as i2 from "@angular/material/progress-bar";
27
- import * as i3 from "@angular/cdk/drag-drop";
28
- import * as i4 from "./components/dynamic-table-config-dialog/dynamic-table-config-dialog.comnponent";
29
- import * as i5 from "./components/task-dialog/task-dialog.component";
30
- import * as i6 from "@angular/common";
31
- import * as i7 from "@angular/forms";
32
- import * as i8 from "@angular/material/dialog";
33
- import * as i9 from "../table/table.module";
34
- import * as i10 from "@angular/material/checkbox";
35
- import * as i11 from "@angular/material/form-field";
26
+ import * as i2 from "@angular/material/icon";
27
+ import * as i3 from "@angular/material/divider";
28
+ import * as i4 from "@angular/material/progress-bar";
29
+ import * as i5 from "@angular/cdk/drag-drop";
30
+ import * as i6 from "./components/dynamic-table-config-dialog/dynamic-table-config-dialog.comnponent";
31
+ import * as i7 from "./components/task-dialog/task-dialog.component";
32
+ import * as i8 from "@angular/common";
33
+ import * as i9 from "@angular/forms";
34
+ import * as i10 from "@angular/material/dialog";
35
+ import * as i11 from "../table/table.module";
36
+ import * as i12 from "@angular/material/checkbox";
37
+ import * as i13 from "@angular/material/form-field";
36
38
  export { AuthHelper, AuthUser, BaseComponent, BaseInterceptor, CachingInterceptor, Common, FileService, GenericFormBaseComponent, GenericFormComponent, GenericListComponent, GenericReactiveFormComponent, GlobalRoles, IBaseComponent, IGenericFormBaseComponent, IGenericListComponent, IGenericReactiveFormBaseComponent, LoadingScreenInterceptor, LoadingScreenService, MessageType, PrintService, TaskDialogData, VdDynamicTableConfigDialogComponent, VdTaskDialogComponent };
37
39
  export declare class MaterialModule {
38
40
  static ɵfac: i0.ɵɵFactoryDeclaration<MaterialModule, never>;
39
- static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialModule, never, never, [typeof i1.MatButtonModule, typeof i2.MatProgressBarModule, typeof i3.DragDropModule]>;
41
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialModule, never, never, [typeof i1.MatButtonModule, typeof i2.MatIconModule, typeof i3.MatDividerModule, typeof i4.MatProgressBarModule, typeof i5.DragDropModule]>;
40
42
  static ɵinj: i0.ɵɵInjectorDeclaration<MaterialModule>;
41
43
  }
42
44
  export declare class VdBaseModule {
43
45
  static ɵfac: i0.ɵɵFactoryDeclaration<VdBaseModule, never>;
44
- static ɵmod: i0.ɵɵNgModuleDeclaration<VdBaseModule, [typeof i4.VdDynamicTableConfigDialogComponent, typeof i5.VdTaskDialogComponent], [typeof i6.CommonModule, typeof i7.FormsModule, typeof i7.ReactiveFormsModule, typeof i8.MatDialogModule, typeof i9.VdTableModule, typeof MaterialModule, typeof i10.MatCheckboxModule, typeof i11.MatFormFieldModule], [typeof i4.VdDynamicTableConfigDialogComponent, typeof i5.VdTaskDialogComponent]>;
46
+ static ɵmod: i0.ɵɵNgModuleDeclaration<VdBaseModule, [typeof i6.VdDynamicTableConfigDialogComponent, typeof i7.VdTaskDialogComponent], [typeof i8.CommonModule, typeof i9.FormsModule, typeof i9.ReactiveFormsModule, typeof i10.MatDialogModule, typeof i11.VdTableModule, typeof MaterialModule, typeof i12.MatCheckboxModule, typeof i13.MatFormFieldModule], [typeof i6.VdDynamicTableConfigDialogComponent, typeof i7.VdTaskDialogComponent]>;
45
47
  static ɵinj: i0.ɵɵInjectorDeclaration<VdBaseModule>;
46
48
  }
@@ -689,10 +689,7 @@ mat-sidenav-content {
689
689
 
690
690
  mat-paginator {
691
691
  mat-form-field {
692
- .mat-mdc-form-field-infix {
693
- padding-top: 8px !important;
694
- padding-bottom: 8px !important;
695
- }
692
+ @include mat.form-field-density(-5);
696
693
  }
697
694
  }
698
695
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@messaia/cdk",
3
- "version": "18.1.0-rc29",
3
+ "version": "18.1.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.7",
6
6
  "@angular/core": "^18.2.7"