ecabs-components 1.0.18 → 1.0.20
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/directives/date-mask.directive.module.mjs +1 -1
- package/esm2022/lib/base/element-wrapper/element-wrapper.component.mjs +2 -2
- package/esm2022/lib/base/element-wrapper/element-wrapper.module.mjs +4 -4
- package/esm2022/lib/base/hint/hint.module.mjs +2 -2
- package/esm2022/lib/base/validation/validation.module.mjs +2 -2
- package/esm2022/lib/ecabs-buttons/ecabs-buttons.component.mjs +2 -2
- package/esm2022/lib/ecabs-buttons/ecabs-buttons.module.mjs +2 -2
- package/esm2022/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.component.mjs +4 -4
- package/esm2022/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.module.mjs +3 -3
- package/esm2022/lib/ecabs-date-picker/ecabs-date-picker.component.mjs +2 -2
- package/esm2022/lib/ecabs-date-picker/ecabs-date-picker.module.mjs +2 -2
- package/esm2022/lib/ecabs-date-time-picker/ecabs-date-time-picker.component.mjs +2 -2
- package/esm2022/lib/ecabs-date-time-picker/ecabs-date-time-picker.module.mjs +2 -2
- package/esm2022/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.component.mjs +2 -2
- package/esm2022/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.module.mjs +2 -2
- package/esm2022/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.component.mjs +5 -4
- package/esm2022/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.module.mjs +2 -2
- package/esm2022/lib/ecabs-dialog-message/ecabs-dialog-message.component.mjs +5 -4
- package/esm2022/lib/ecabs-dialog-message/ecabs-dialog-message.module.mjs +2 -2
- package/esm2022/lib/ecabs-expansion-panel/ecabs-expansion-panel.component.mjs +2 -2
- package/esm2022/lib/ecabs-expansion-panel/ecabs-expansion-panel.module.mjs +3 -3
- package/esm2022/lib/ecabs-increment/ecabs-increment.component.mjs +2 -2
- package/esm2022/lib/ecabs-increment/ecabs-increment.module.mjs +2 -2
- package/esm2022/lib/ecabs-input/ecabs-input.module.mjs +2 -2
- package/esm2022/lib/ecabs-language-selector/ecabs-language-selector.component.mjs +5 -5
- package/esm2022/lib/ecabs-language-selector/ecabs-language-selector.module.mjs +4 -4
- package/esm2022/lib/ecabs-phone/ecabs-phone.module.mjs +2 -2
- package/esm2022/lib/ecabs-picker-header/ecabs-picker-header.component.mjs +3 -3
- package/esm2022/lib/ecabs-picker-header/ecabs-picker-header.module.mjs +2 -2
- package/esm2022/lib/ecabs-radio-button-list/ecabs-radio-button-list.component.mjs +2 -2
- package/esm2022/lib/ecabs-radio-button-list/ecabs-radio-button-list.module.mjs +2 -2
- package/esm2022/lib/ecabs-select/ecabs-select.component.mjs +4 -4
- package/esm2022/lib/ecabs-select/ecabs-select.module.mjs +3 -3
- package/esm2022/lib/ecabs-table/ecabs-table.component.mjs +2 -2
- package/esm2022/lib/ecabs-table/ecabs-table.module.mjs +3 -3
- package/fesm2022/ecabs-components.mjs +136 -132
- package/fesm2022/ecabs-components.mjs.map +1 -1
- package/lib/base/element-wrapper/element-wrapper.module.d.ts +4 -4
- package/lib/base/hint/hint.module.d.ts +2 -2
- package/lib/base/validation/validation.module.d.ts +2 -2
- package/lib/ecabs-buttons/ecabs-buttons.module.d.ts +2 -2
- package/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.module.d.ts +3 -3
- package/lib/ecabs-date-picker/ecabs-date-picker.module.d.ts +2 -2
- package/lib/ecabs-date-time-picker/ecabs-date-time-picker.module.d.ts +2 -2
- package/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.module.d.ts +2 -2
- package/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.module.d.ts +2 -2
- package/lib/ecabs-dialog-message/ecabs-dialog-message.module.d.ts +2 -2
- package/lib/ecabs-expansion-panel/ecabs-expansion-panel.module.d.ts +3 -3
- package/lib/ecabs-increment/ecabs-increment.module.d.ts +2 -2
- package/lib/ecabs-input/ecabs-input.module.d.ts +2 -2
- package/lib/ecabs-language-selector/ecabs-language-selector.module.d.ts +4 -4
- package/lib/ecabs-phone/ecabs-phone.module.d.ts +2 -2
- package/lib/ecabs-picker-header/ecabs-picker-header.module.d.ts +2 -2
- package/lib/ecabs-radio-button-list/ecabs-radio-button-list.module.d.ts +2 -2
- package/lib/ecabs-select/ecabs-select.module.d.ts +3 -3
- package/lib/ecabs-table/ecabs-table.module.d.ts +3 -3
- package/package.json +1 -1
- package/styles/material/_theme.scss +2 -0
|
@@ -4,13 +4,13 @@ import * as i2 from "@angular/common";
|
|
|
4
4
|
import * as i3 from "@angular/forms";
|
|
5
5
|
import * as i4 from "../../ecabs-loading/ecabs-loading.module";
|
|
6
6
|
import * as i5 from "../validation/validation.module";
|
|
7
|
-
import * as i6 from "@angular/material/form-field";
|
|
8
|
-
import * as i7 from "@angular/material/input";
|
|
7
|
+
import * as i6 from "@angular/material/legacy-form-field";
|
|
8
|
+
import * as i7 from "@angular/material/legacy-input";
|
|
9
9
|
import * as i8 from "@angular/material/icon";
|
|
10
|
-
import * as i9 from "@angular/material/tooltip";
|
|
10
|
+
import * as i9 from "@angular/material/legacy-tooltip";
|
|
11
11
|
import * as i10 from "../hint/hint.module";
|
|
12
12
|
export declare class ElementWrapperModule {
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElementWrapperModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ElementWrapperModule, [typeof i1.ElementWrapperComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.EcabsLoadingModule, typeof i5.ValidationModule, typeof i6.
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ElementWrapperModule, [typeof i1.ElementWrapperComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.EcabsLoadingModule, typeof i5.ValidationModule, typeof i6.MatLegacyFormFieldModule, typeof i7.MatLegacyInputModule, typeof i8.MatIconModule, typeof i9.MatLegacyTooltipModule, typeof i10.HintModule], [typeof i1.ElementWrapperComponent]>;
|
|
15
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<ElementWrapperModule>;
|
|
16
16
|
}
|
|
@@ -2,9 +2,9 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./hint.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@angular/forms";
|
|
5
|
-
import * as i4 from "@angular/material/form-field";
|
|
5
|
+
import * as i4 from "@angular/material/legacy-form-field";
|
|
6
6
|
export declare class HintModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<HintModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<HintModule, [typeof i1.HintComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<HintModule, [typeof i1.HintComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.MatLegacyFormFieldModule], [typeof i1.HintComponent]>;
|
|
9
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<HintModule>;
|
|
10
10
|
}
|
|
@@ -2,9 +2,9 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./validation.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@angular/forms";
|
|
5
|
-
import * as i4 from "@angular/material/form-field";
|
|
5
|
+
import * as i4 from "@angular/material/legacy-form-field";
|
|
6
6
|
export declare class ValidationModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<ValidationModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ValidationModule, [typeof i1.ValidationComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ValidationModule, [typeof i1.ValidationComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.MatLegacyFormFieldModule], [typeof i1.ValidationComponent]>;
|
|
9
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<ValidationModule>;
|
|
10
10
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./ecabs-buttons.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/button";
|
|
4
|
+
import * as i3 from "@angular/material/legacy-button";
|
|
5
5
|
import * as i4 from "../ecabs-loading/ecabs-loading.module";
|
|
6
6
|
import * as i5 from "@angular/material/icon";
|
|
7
7
|
export declare class EcabsButtonsModule {
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsButtonsModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsButtonsModule, [typeof i1.ButtonsComponent], [typeof i2.CommonModule, typeof i3.
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsButtonsModule, [typeof i1.ButtonsComponent], [typeof i2.CommonModule, typeof i3.MatLegacyButtonModule, typeof i4.EcabsLoadingModule, typeof i5.MatIconModule], [typeof i1.ButtonsComponent]>;
|
|
10
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<EcabsButtonsModule>;
|
|
11
11
|
}
|
|
@@ -2,11 +2,11 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./ecabs-checkbox-toggle.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "../base/element-wrapper/element-wrapper.module";
|
|
5
|
-
import * as i4 from "@angular/material/checkbox";
|
|
6
|
-
import * as i5 from "@angular/material/slide-toggle";
|
|
5
|
+
import * as i4 from "@angular/material/legacy-checkbox";
|
|
6
|
+
import * as i5 from "@angular/material/legacy-slide-toggle";
|
|
7
7
|
import * as i6 from "@angular/forms";
|
|
8
8
|
export declare class EcabsCheckboxToggleModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsCheckboxToggleModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsCheckboxToggleModule, [typeof i1.EcabsCheckboxToggleComponent], [typeof i2.CommonModule, typeof i3.ElementWrapperModule, typeof i4.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsCheckboxToggleModule, [typeof i1.EcabsCheckboxToggleComponent], [typeof i2.CommonModule, typeof i3.ElementWrapperModule, typeof i4.MatLegacyCheckboxModule, typeof i5.MatLegacySlideToggleModule, typeof i6.FormsModule], [typeof i1.EcabsCheckboxToggleComponent]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<EcabsCheckboxToggleModule>;
|
|
12
12
|
}
|
|
@@ -7,9 +7,9 @@ import * as i5 from "@angular/material/icon";
|
|
|
7
7
|
import * as i6 from "@angular/material/datepicker";
|
|
8
8
|
import * as i7 from "@angular/forms";
|
|
9
9
|
import * as i8 from "../ecabs-picker-header/ecabs-picker-header.module";
|
|
10
|
-
import * as i9 from "@angular/material/button";
|
|
10
|
+
import * as i9 from "@angular/material/legacy-button";
|
|
11
11
|
export declare class EcabsDatePickerModule {
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDatePickerModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsDatePickerModule, [typeof i1.EcabsDatePickerComponent, typeof i2.EcabsDatePickerHeaderComponent], [typeof i3.CommonModule, typeof i4.ElementWrapperModule, typeof i5.MatIconModule, typeof i6.MatDatepickerModule, typeof i7.FormsModule, typeof i7.ReactiveFormsModule, typeof i8.EcabsPickerHeaderModule, typeof i9.
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsDatePickerModule, [typeof i1.EcabsDatePickerComponent, typeof i2.EcabsDatePickerHeaderComponent], [typeof i3.CommonModule, typeof i4.ElementWrapperModule, typeof i5.MatIconModule, typeof i6.MatDatepickerModule, typeof i7.FormsModule, typeof i7.ReactiveFormsModule, typeof i8.EcabsPickerHeaderModule, typeof i9.MatLegacyButtonModule], [typeof i1.EcabsDatePickerComponent, typeof i2.EcabsDatePickerHeaderComponent]>;
|
|
14
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<EcabsDatePickerModule>;
|
|
15
15
|
}
|
|
@@ -5,7 +5,7 @@ import * as i3 from "@angular/common";
|
|
|
5
5
|
import * as i4 from "../base/element-wrapper/element-wrapper.module";
|
|
6
6
|
import * as i5 from "@angular/material/icon";
|
|
7
7
|
import * as i6 from "@angular/material/datepicker";
|
|
8
|
-
import * as i7 from "@angular/material/button";
|
|
8
|
+
import * as i7 from "@angular/material/legacy-button";
|
|
9
9
|
import * as i8 from "@angular/forms";
|
|
10
10
|
import * as i9 from "../ecabs-picker-header/ecabs-picker-header.module";
|
|
11
11
|
import * as i10 from "../ecabs-buttons/ecabs-buttons.module";
|
|
@@ -14,6 +14,6 @@ import * as i12 from "../base/directives/number-border.directive.module";
|
|
|
14
14
|
import * as i13 from "../base/directives/date-mask.directive.module";
|
|
15
15
|
export declare class EcabsDatetimePickerModule {
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDatetimePickerModule, never>;
|
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsDatetimePickerModule, [typeof i1.EcabsDateTimePickerComponent, typeof i2.EcabsDateTimePickerHeaderComponent], [typeof i3.CommonModule, typeof i4.ElementWrapperModule, typeof i5.MatIconModule, typeof i6.MatDatepickerModule, typeof i7.
|
|
17
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsDatetimePickerModule, [typeof i1.EcabsDateTimePickerComponent, typeof i2.EcabsDateTimePickerHeaderComponent], [typeof i3.CommonModule, typeof i4.ElementWrapperModule, typeof i5.MatIconModule, typeof i6.MatDatepickerModule, typeof i7.MatLegacyButtonModule, typeof i8.FormsModule, typeof i8.ReactiveFormsModule, typeof i9.EcabsPickerHeaderModule, typeof i10.EcabsButtonsModule, typeof i11.DigitsOnlyDirectivesModule, typeof i12.NumberBorderDirectiveModule, typeof i13.MaskDateDirectiveModule], [typeof i1.EcabsDateTimePickerComponent, typeof i2.EcabsDateTimePickerHeaderComponent]>;
|
|
18
18
|
static ɵinj: i0.ɵɵInjectorDeclaration<EcabsDatetimePickerModule>;
|
|
19
19
|
}
|
|
@@ -6,7 +6,7 @@ import * as i4 from "@angular/common";
|
|
|
6
6
|
import * as i5 from "../base/element-wrapper/element-wrapper.module";
|
|
7
7
|
import * as i6 from "@angular/material/icon";
|
|
8
8
|
import * as i7 from "@angular/material/datepicker";
|
|
9
|
-
import * as i8 from "@angular/material/button";
|
|
9
|
+
import * as i8 from "@angular/material/legacy-button";
|
|
10
10
|
import * as i9 from "@angular/forms";
|
|
11
11
|
import * as i10 from "../ecabs-picker-header/ecabs-picker-header.module";
|
|
12
12
|
import * as i11 from "../ecabs-buttons/ecabs-buttons.module";
|
|
@@ -15,6 +15,6 @@ import * as i13 from "../base/directives/number-border.directive.module";
|
|
|
15
15
|
import * as i14 from "../base/directives/date-mask.directive.module";
|
|
16
16
|
export declare class EcabsDatetimeRangePickerModule {
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDatetimeRangePickerModule, never>;
|
|
18
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsDatetimeRangePickerModule, [typeof i1.EcabsDateTimeRangePickerComponent, typeof i2.EcabsDateTimeRangePickerHeaderComponent, typeof i3.TimeRangeDirective], [typeof i4.CommonModule, typeof i5.ElementWrapperModule, typeof i6.MatIconModule, typeof i7.MatDatepickerModule, typeof i8.
|
|
18
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsDatetimeRangePickerModule, [typeof i1.EcabsDateTimeRangePickerComponent, typeof i2.EcabsDateTimeRangePickerHeaderComponent, typeof i3.TimeRangeDirective], [typeof i4.CommonModule, typeof i5.ElementWrapperModule, typeof i6.MatIconModule, typeof i7.MatDatepickerModule, typeof i8.MatLegacyButtonModule, typeof i9.FormsModule, typeof i9.ReactiveFormsModule, typeof i10.EcabsPickerHeaderModule, typeof i11.EcabsButtonsModule, typeof i12.DigitsOnlyDirectivesModule, typeof i13.NumberBorderDirectiveModule, typeof i14.MaskDateDirectiveModule], [typeof i1.EcabsDateTimeRangePickerComponent, typeof i2.EcabsDateTimeRangePickerHeaderComponent, typeof i3.TimeRangeDirective]>;
|
|
19
19
|
static ɵinj: i0.ɵɵInjectorDeclaration<EcabsDatetimeRangePickerModule>;
|
|
20
20
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./ecabs-dialog-confirm.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/dialog";
|
|
4
|
+
import * as i3 from "@angular/material/legacy-dialog";
|
|
5
5
|
import * as i4 from "../ecabs-buttons/ecabs-buttons.module";
|
|
6
6
|
import * as i5 from "@angular/material/icon";
|
|
7
7
|
export declare class EcabsDialogConfirmModule {
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDialogConfirmModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsDialogConfirmModule, [typeof i1.EcabsDialogConfirmComponent], [typeof i2.CommonModule, typeof i3.
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsDialogConfirmModule, [typeof i1.EcabsDialogConfirmComponent], [typeof i2.CommonModule, typeof i3.MatLegacyDialogModule, typeof i4.EcabsButtonsModule, typeof i5.MatIconModule], never>;
|
|
10
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<EcabsDialogConfirmModule>;
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./ecabs-dialog-message.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/dialog";
|
|
4
|
+
import * as i3 from "@angular/material/legacy-dialog";
|
|
5
5
|
import * as i4 from "../ecabs-buttons/ecabs-buttons.module";
|
|
6
6
|
import * as i5 from "@angular/material/icon";
|
|
7
7
|
export declare class EcabsDialogMessageModule {
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDialogMessageModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsDialogMessageModule, [typeof i1.EcabsDialogMessageComponent], [typeof i2.CommonModule, typeof i3.
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsDialogMessageModule, [typeof i1.EcabsDialogMessageComponent], [typeof i2.CommonModule, typeof i3.MatLegacyDialogModule, typeof i4.EcabsButtonsModule, typeof i5.MatIconModule], never>;
|
|
10
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<EcabsDialogMessageModule>;
|
|
11
11
|
}
|
|
@@ -2,13 +2,13 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./ecabs-expansion-panel.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@angular/forms";
|
|
5
|
-
import * as i4 from "@angular/material/button";
|
|
5
|
+
import * as i4 from "@angular/material/legacy-button";
|
|
6
6
|
import * as i5 from "@angular/material/expansion";
|
|
7
7
|
import * as i6 from "@angular/material/icon";
|
|
8
|
-
import * as i7 from "@angular/material/chips";
|
|
8
|
+
import * as i7 from "@angular/material/legacy-chips";
|
|
9
9
|
import * as i8 from "../ecabs-checkbox-toggle/ecabs-checkbox-toggle.module";
|
|
10
10
|
export declare class EcabsExpansionPanelModule {
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsExpansionPanelModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsExpansionPanelModule, [typeof i1.EcabsExpansionPanelComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsExpansionPanelModule, [typeof i1.EcabsExpansionPanelComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.MatLegacyButtonModule, typeof i5.MatExpansionModule, typeof i6.MatIconModule, typeof i7.MatLegacyChipsModule, typeof i8.EcabsCheckboxToggleModule], [typeof i1.EcabsExpansionPanelComponent]>;
|
|
13
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<EcabsExpansionPanelModule>;
|
|
14
14
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./ecabs-increment.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/input";
|
|
4
|
+
import * as i3 from "@angular/material/legacy-input";
|
|
5
5
|
import * as i4 from "@angular/material/icon";
|
|
6
6
|
import * as i5 from "../base/element-wrapper/element-wrapper.module";
|
|
7
7
|
import * as i6 from "@angular/forms";
|
|
8
8
|
import * as i7 from "../base/directives/digits-only.directive.module";
|
|
9
9
|
export declare class EcabsIncrementModule {
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsIncrementModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsIncrementModule, [typeof i1.EcabsIncrementComponent], [typeof i2.CommonModule, typeof i3.
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsIncrementModule, [typeof i1.EcabsIncrementComponent], [typeof i2.CommonModule, typeof i3.MatLegacyInputModule, typeof i4.MatIconModule, typeof i5.ElementWrapperModule, typeof i6.FormsModule, typeof i7.DigitsOnlyDirectivesModule], [typeof i1.EcabsIncrementComponent]>;
|
|
12
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<EcabsIncrementModule>;
|
|
13
13
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./ecabs-input.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/input";
|
|
4
|
+
import * as i3 from "@angular/material/legacy-input";
|
|
5
5
|
import * as i4 from "../base/element-wrapper/element-wrapper.module";
|
|
6
6
|
import * as i5 from "@angular/forms";
|
|
7
7
|
import * as i6 from "../base/directives/digits-only.directive.module";
|
|
8
8
|
export declare class EcabsInputModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsInputModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsInputModule, [typeof i1.EcabsInputComponent], [typeof i2.CommonModule, typeof i3.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsInputModule, [typeof i1.EcabsInputComponent], [typeof i2.CommonModule, typeof i3.MatLegacyInputModule, typeof i4.ElementWrapperModule, typeof i5.FormsModule, typeof i6.DigitsOnlyDirectivesModule], [typeof i1.EcabsInputComponent]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<EcabsInputModule>;
|
|
12
12
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./ecabs-language-selector.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/select";
|
|
5
|
-
import * as i4 from "@angular/material/form-field";
|
|
4
|
+
import * as i3 from "@angular/material/legacy-select";
|
|
5
|
+
import * as i4 from "@angular/material/legacy-form-field";
|
|
6
6
|
import * as i5 from "@angular/forms";
|
|
7
|
-
import * as i6 from "@angular/material/tooltip";
|
|
7
|
+
import * as i6 from "@angular/material/legacy-tooltip";
|
|
8
8
|
export declare class EcabsLanguageSelectorModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsLanguageSelectorModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsLanguageSelectorModule, [typeof i1.EcabsLanguageSelectorComponent], [typeof i2.CommonModule, typeof i3.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsLanguageSelectorModule, [typeof i1.EcabsLanguageSelectorComponent], [typeof i2.CommonModule, typeof i3.MatLegacySelectModule, typeof i4.MatLegacyFormFieldModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule, typeof i6.MatLegacyTooltipModule], [typeof i1.EcabsLanguageSelectorComponent]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<EcabsLanguageSelectorModule>;
|
|
12
12
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./ecabs-phone.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/input";
|
|
4
|
+
import * as i3 from "@angular/material/legacy-input";
|
|
5
5
|
import * as i4 from "../base/element-wrapper/element-wrapper.module";
|
|
6
6
|
import * as i5 from "@angular/forms";
|
|
7
7
|
import * as i6 from "ngx-mat-intl-tel-input";
|
|
8
8
|
export declare class EcabsPhoneModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsPhoneModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsPhoneModule, [typeof i1.EcabsPhoneComponent], [typeof i2.CommonModule, typeof i3.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsPhoneModule, [typeof i1.EcabsPhoneComponent], [typeof i2.CommonModule, typeof i3.MatLegacyInputModule, typeof i4.ElementWrapperModule, typeof i5.FormsModule, typeof i6.NgxMatIntlTelInputComponent, typeof i5.ReactiveFormsModule], [typeof i1.EcabsPhoneComponent]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<EcabsPhoneModule>;
|
|
12
12
|
}
|
|
@@ -3,10 +3,10 @@ import * as i1 from "./ecabs-picker-header.component";
|
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "../base/element-wrapper/element-wrapper.module";
|
|
5
5
|
import * as i4 from "@angular/material/icon";
|
|
6
|
-
import * as i5 from "@angular/material/button";
|
|
6
|
+
import * as i5 from "@angular/material/legacy-button";
|
|
7
7
|
import * as i6 from "@angular/material/datepicker";
|
|
8
8
|
export declare class EcabsPickerHeaderModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsPickerHeaderModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsPickerHeaderModule, [typeof i1.EcabsPickerHeaderComponent], [typeof i2.CommonModule, typeof i3.ElementWrapperModule, typeof i4.MatIconModule, typeof i5.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsPickerHeaderModule, [typeof i1.EcabsPickerHeaderComponent], [typeof i2.CommonModule, typeof i3.ElementWrapperModule, typeof i4.MatIconModule, typeof i5.MatLegacyButtonModule, typeof i6.MatDatepickerModule], [typeof i1.EcabsPickerHeaderComponent]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<EcabsPickerHeaderModule>;
|
|
12
12
|
}
|
|
@@ -2,10 +2,10 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./ecabs-radio-button-list.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "../base/element-wrapper/element-wrapper.module";
|
|
5
|
-
import * as i4 from "@angular/material/radio";
|
|
5
|
+
import * as i4 from "@angular/material/legacy-radio";
|
|
6
6
|
import * as i5 from "@angular/forms";
|
|
7
7
|
export declare class EcabsRadioButtonListModule {
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsRadioButtonListModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsRadioButtonListModule, [typeof i1.EcabsRadioButtonListComponent], [typeof i2.CommonModule, typeof i3.ElementWrapperModule, typeof i4.
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsRadioButtonListModule, [typeof i1.EcabsRadioButtonListComponent], [typeof i2.CommonModule, typeof i3.ElementWrapperModule, typeof i4.MatLegacyRadioModule, typeof i5.FormsModule], [typeof i1.EcabsRadioButtonListComponent]>;
|
|
10
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<EcabsRadioButtonListModule>;
|
|
11
11
|
}
|
|
@@ -3,13 +3,13 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
import * as i1 from "./ecabs-select.component";
|
|
4
4
|
import * as i2 from "@angular/common";
|
|
5
5
|
import * as i3 from "../base/element-wrapper/element-wrapper.module";
|
|
6
|
-
import * as i4 from "@angular/material/select";
|
|
6
|
+
import * as i4 from "@angular/material/legacy-select";
|
|
7
7
|
import * as i5 from "@angular/forms";
|
|
8
8
|
import * as i6 from "ngx-mat-select-search";
|
|
9
|
-
import * as i7 from "@angular/material/form-field";
|
|
9
|
+
import * as i7 from "@angular/material/legacy-form-field";
|
|
10
10
|
export declare class EcabsSelectModule {
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsSelectModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsSelectModule, [typeof i1.EcabsSelectComponent], [typeof i2.CommonModule, typeof i3.ElementWrapperModule, typeof i4.
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsSelectModule, [typeof i1.EcabsSelectComponent], [typeof i2.CommonModule, typeof i3.ElementWrapperModule, typeof i4.MatLegacySelectModule, typeof i5.FormsModule, typeof i6.NgxMatSelectSearchModule, typeof i7.MatLegacyFormFieldModule, typeof i5.ReactiveFormsModule], [typeof i1.EcabsSelectComponent]>;
|
|
13
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<EcabsSelectModule>;
|
|
14
14
|
}
|
|
15
15
|
export declare function scrollFactory(overlay: Overlay): () => BlockScrollStrategy;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./ecabs-table.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/progress-bar";
|
|
4
|
+
import * as i3 from "@angular/material/legacy-progress-bar";
|
|
5
5
|
import * as i4 from "@angular/router";
|
|
6
6
|
import * as i5 from "../ecabs-empty-placeholder/ecabs-empty-placeholder.module";
|
|
7
|
-
import * as i6 from "@angular/material/table";
|
|
7
|
+
import * as i6 from "@angular/material/legacy-table";
|
|
8
8
|
export declare class EcabsTableModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsTableModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsTableModule, [typeof i1.TableComponent], [typeof i2.CommonModule, typeof i3.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsTableModule, [typeof i1.TableComponent], [typeof i2.CommonModule, typeof i3.MatLegacyProgressBarModule, typeof i4.RouterModule, typeof i5.EcabsEmptyPlaceholderModule], [typeof i1.TableComponent, typeof i6.MatLegacyTableModule, typeof i5.EcabsEmptyPlaceholderModule]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<EcabsTableModule>;
|
|
12
12
|
}
|
package/package.json
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
// have to load a single css file for Angular Material in your app.
|
|
6
6
|
// Be sure that you only ever include this mixin once!
|
|
7
7
|
@include mat.core();
|
|
8
|
+
@include mat.legacy-core();
|
|
8
9
|
// Plus imports for other components in your app.
|
|
9
10
|
@import '../scss/utilities/index';
|
|
10
11
|
@import './overrides/index';
|
|
@@ -60,6 +61,7 @@ $cuorium-theme: mat.define-light-theme((
|
|
|
60
61
|
// Alternatively, you can import and @include the theme mixins for each component
|
|
61
62
|
// that you are using.
|
|
62
63
|
@include mat.all-component-themes($cuorium-theme);
|
|
64
|
+
@include mat.all-legacy-component-themes($cuorium-theme);
|
|
63
65
|
|
|
64
66
|
.mat-body p,
|
|
65
67
|
.mat-body-1 p,
|