@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.
- package/esm2022/lib/base/base.module.mjs +9 -1
- package/esm2022/lib/base/components/dynamic-table-config-dialog/dynamic-table-config-dialog.comnponent.mjs +8 -6
- package/esm2022/lib/base/components/generic-list.component.mjs +3 -2
- package/esm2022/lib/table/components/dynamic-table/dynamic-table.component.mjs +3 -3
- package/fesm2022/messaia-cdk.mjs +16 -9
- package/fesm2022/messaia-cdk.mjs.map +1 -1
- package/lib/base/base.module.d.ts +14 -12
- package/lib/common/styles/utilities/_general.scss +1 -4
- package/package.json +1 -1
|
@@ -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/
|
|
27
|
-
import * as i3 from "@angular/
|
|
28
|
-
import * as i4 from "
|
|
29
|
-
import * as i5 from "
|
|
30
|
-
import * as i6 from "
|
|
31
|
-
import * as i7 from "
|
|
32
|
-
import * as i8 from "@angular/
|
|
33
|
-
import * as i9 from "
|
|
34
|
-
import * as i10 from "@angular/material/
|
|
35
|
-
import * as i11 from "
|
|
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.
|
|
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
|
|
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
|
}
|