ecabs-components 0.0.15 → 1.0.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/directives/date-mask.directive.mjs +67 -0
- package/{esm2020 → esm2022}/lib/base/directives/date-mask.directive.module.mjs +5 -5
- package/esm2022/lib/base/directives/digits-only.directive.mjs +133 -0
- package/{esm2020 → esm2022}/lib/base/directives/digits-only.directive.module.mjs +5 -5
- package/esm2022/lib/base/directives/number-border.directive.mjs +58 -0
- package/{esm2020 → esm2022}/lib/base/directives/number-border.directive.module.mjs +5 -5
- package/esm2022/lib/base/element-base.mjs +105 -0
- package/esm2022/lib/base/element-wrapper/element-wrapper.component.mjs +56 -0
- package/esm2022/lib/base/element-wrapper/element-wrapper.module.mjs +52 -0
- package/esm2022/lib/base/hint/hint.component.mjs +21 -0
- package/esm2022/lib/base/hint/hint.module.mjs +20 -0
- package/esm2022/lib/base/validation/validation.component.mjs +75 -0
- package/esm2022/lib/base/validation/validation.module.mjs +20 -0
- package/esm2022/lib/ecabs-breadcrumb/ecabs-breadcrumb.component.mjs +17 -0
- package/esm2022/lib/ecabs-breadcrumb/ecabs-breadcrumb.module.mjs +20 -0
- package/esm2022/lib/ecabs-buttons/ecabs-buttons.component.mjs +67 -0
- package/esm2022/lib/ecabs-buttons/ecabs-buttons.module.mjs +21 -0
- package/esm2022/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.component.mjs +90 -0
- package/{esm2020 → esm2022}/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.module.mjs +15 -15
- package/esm2022/lib/ecabs-date-picker/components/ecabs-date-picker-header/ecabs-date-picker-header.component.mjs +15 -0
- package/esm2022/lib/ecabs-date-picker/ecabs-date-picker.component.mjs +89 -0
- package/esm2022/lib/ecabs-date-picker/ecabs-date-picker.module.mjs +48 -0
- package/esm2022/lib/ecabs-date-time-picker/components/ecabs-date-time-picker-header/ecabs-date-time-picker-header.component.mjs +15 -0
- package/esm2022/lib/ecabs-date-time-picker/ecabs-date-time-picker.component.mjs +186 -0
- package/esm2022/lib/ecabs-date-time-picker/ecabs-date-time-picker.module.mjs +64 -0
- package/esm2022/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.component.mjs +32 -0
- package/esm2022/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.module.mjs +20 -0
- package/esm2022/lib/ecabs-dialog-message/ecabs-dialog-message.component.mjs +29 -0
- package/esm2022/lib/ecabs-dialog-message/ecabs-dialog-message.module.mjs +20 -0
- package/{esm2020 → esm2022}/lib/ecabs-empty-placeholder/ecabs-empty-placeholder.component.mjs +7 -4
- package/{esm2020 → esm2022}/lib/ecabs-empty-placeholder/ecabs-empty-placeholder.module.mjs +5 -5
- package/esm2022/lib/ecabs-expansion-panel/ecabs-expansion-panel.component.mjs +85 -0
- package/esm2022/lib/ecabs-expansion-panel/ecabs-expansion-panel.module.mjs +24 -0
- package/esm2022/lib/ecabs-increment/ecabs-increment.component.mjs +83 -0
- package/esm2022/lib/ecabs-increment/ecabs-increment.module.mjs +23 -0
- package/esm2022/lib/ecabs-input/ecabs-input.component.mjs +88 -0
- package/esm2022/lib/ecabs-input/ecabs-input.module.mjs +22 -0
- package/esm2022/lib/ecabs-loading/ecabs-loading.component.mjs +22 -0
- package/{esm2020 → esm2022}/lib/ecabs-loading/ecabs-loading.module.mjs +5 -5
- package/esm2022/lib/ecabs-loading/spinner/spinner.component.mjs +14 -0
- package/esm2022/lib/ecabs-note/ecabs-note.component.mjs +28 -0
- package/{esm2020 → esm2022}/lib/ecabs-note/ecabs-note.module.mjs +5 -5
- package/esm2022/lib/ecabs-phone/ecabs-phone.component.mjs +111 -0
- package/{esm2020 → esm2022}/lib/ecabs-phone/ecabs-phone.module.mjs +6 -6
- package/esm2022/lib/ecabs-picker-header/ecabs-picker-header.component.mjs +53 -0
- package/esm2022/lib/ecabs-picker-header/ecabs-picker-header.module.mjs +22 -0
- package/esm2022/lib/ecabs-radio-button-list/ecabs-radio-button-list.component.mjs +68 -0
- package/{esm2020 → esm2022}/lib/ecabs-radio-button-list/ecabs-radio-button-list.module.mjs +12 -12
- package/esm2022/lib/ecabs-select/ecabs-select.component.mjs +227 -0
- package/esm2022/lib/ecabs-select/ecabs-select.module.mjs +60 -0
- package/esm2022/lib/ecabs-table/ecabs-table-filter-wrapper/ecabs-table-filter-wrapper.component.mjs +19 -0
- package/{esm2020 → esm2022}/lib/ecabs-table/ecabs-table-filter-wrapper/ecabs-table-filter-wrapper.module.mjs +7 -7
- package/esm2022/lib/ecabs-table/ecabs-table.component.mjs +48 -0
- package/{esm2020 → esm2022}/lib/ecabs-table/ecabs-table.module.mjs +12 -12
- package/esm2022/lib/ecabs-textarea/ecabs-textarea.component.mjs +65 -0
- package/{esm2020 → esm2022}/lib/ecabs-textarea/ecabs-textarea.module.mjs +5 -5
- package/esm2022/lib/ecabs-timepicker/componets/ecabs-time-list-panel/ecabs-time-list-panel.component.mjs +144 -0
- package/esm2022/lib/ecabs-timepicker/ecabs-timepicker.component.mjs +322 -0
- package/{esm2020 → esm2022}/lib/ecabs-timepicker/ecabs-timepicker.module.mjs +5 -5
- package/esm2022/lib/ecabs-timepicker/ecabs-timepicker.service.mjs +29 -0
- package/esm2022/lib/models/bread-crumb.mjs +2 -0
- package/esm2022/lib/services/ecabs-components.service.mjs +31 -0
- package/esm2022/public-api.mjs +49 -0
- package/fesm2022/ecabs-components.mjs +2975 -0
- package/fesm2022/ecabs-components.mjs.map +1 -0
- package/lib/base/directives/date-mask.directive.d.ts +1 -1
- package/lib/base/directives/digits-only.directive.d.ts +1 -1
- package/lib/base/directives/number-border.directive.d.ts +1 -1
- package/lib/base/element-base.d.ts +1 -1
- package/lib/base/element-wrapper/element-wrapper.component.d.ts +1 -1
- package/lib/base/element-wrapper/element-wrapper.module.d.ts +4 -4
- package/lib/base/hint/hint.component.d.ts +1 -1
- package/lib/base/hint/hint.module.d.ts +2 -2
- package/lib/base/validation/validation.component.d.ts +1 -1
- package/lib/base/validation/validation.module.d.ts +2 -2
- package/lib/ecabs-breadcrumb/ecabs-breadcrumb.component.d.ts +7 -0
- package/lib/ecabs-breadcrumb/ecabs-breadcrumb.module.d.ts +10 -0
- package/lib/ecabs-buttons/ecabs-buttons.component.d.ts +1 -1
- package/lib/ecabs-buttons/ecabs-buttons.module.d.ts +2 -2
- package/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.component.d.ts +1 -1
- package/lib/ecabs-date-picker/components/ecabs-date-picker-header/ecabs-date-picker-header.component.d.ts +1 -1
- package/lib/ecabs-date-picker/ecabs-date-picker.component.d.ts +1 -1
- package/lib/ecabs-date-picker/ecabs-date-picker.module.d.ts +2 -2
- package/lib/ecabs-date-time-picker/components/ecabs-date-time-picker-header/ecabs-date-time-picker-header.component.d.ts +1 -1
- package/lib/ecabs-date-time-picker/ecabs-date-time-picker.component.d.ts +1 -1
- package/lib/ecabs-date-time-picker/ecabs-date-time-picker.module.d.ts +2 -2
- package/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.component.d.ts +1 -1
- package/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.module.d.ts +2 -2
- package/lib/ecabs-dialog-message/ecabs-dialog-message.component.d.ts +1 -1
- package/lib/ecabs-dialog-message/ecabs-dialog-message.module.d.ts +2 -2
- package/lib/ecabs-empty-placeholder/ecabs-empty-placeholder.component.d.ts +1 -1
- package/lib/ecabs-expansion-panel/ecabs-expansion-panel.component.d.ts +1 -1
- package/lib/ecabs-expansion-panel/ecabs-expansion-panel.module.d.ts +3 -3
- package/lib/ecabs-increment/ecabs-increment.component.d.ts +1 -1
- package/lib/ecabs-increment/ecabs-increment.module.d.ts +2 -2
- package/lib/ecabs-input/ecabs-input.component.d.ts +1 -1
- package/lib/ecabs-input/ecabs-input.module.d.ts +2 -2
- package/lib/ecabs-loading/ecabs-loading.component.d.ts +1 -1
- package/lib/ecabs-loading/spinner/spinner.component.d.ts +1 -1
- package/lib/ecabs-note/ecabs-note.component.d.ts +1 -1
- package/lib/ecabs-phone/ecabs-phone.component.d.ts +1 -1
- package/lib/ecabs-picker-header/ecabs-picker-header.component.d.ts +1 -1
- package/lib/ecabs-picker-header/ecabs-picker-header.module.d.ts +2 -2
- package/lib/ecabs-radio-button-list/ecabs-radio-button-list.component.d.ts +1 -1
- package/lib/ecabs-select/ecabs-select.component.d.ts +1 -1
- package/lib/ecabs-select/ecabs-select.module.d.ts +4 -4
- package/lib/ecabs-table/ecabs-table-filter-wrapper/ecabs-table-filter-wrapper.component.d.ts +1 -1
- package/lib/ecabs-table/ecabs-table.component.d.ts +1 -1
- package/lib/ecabs-textarea/ecabs-textarea.component.d.ts +1 -1
- package/lib/ecabs-timepicker/componets/ecabs-time-list-panel/ecabs-time-list-panel.component.d.ts +1 -1
- package/lib/ecabs-timepicker/ecabs-timepicker.component.d.ts +1 -1
- package/lib/models/bread-crumb.d.ts +5 -0
- package/lib/models/timepicker.models.d.ts +1 -1
- package/package.json +12 -17
- package/public-api.d.ts +2 -0
- package/styles/material/overrides/_form.scss +97 -0
- package/styles/material/overrides/_phone.scss +1 -1
- package/styles/material/overrides/_select.scss +12 -6
- package/styles/material/overrides/_table.scss +2 -2
- package/styles/material/overrides/_toggle.scss +3 -3
- package/styles/scss/modules/_form.scss +12 -0
- package/styles/scss/modules/_select.scss +6 -2
- package/esm2020/lib/base/directives/date-mask.directive.mjs +0 -65
- package/esm2020/lib/base/directives/digits-only.directive.mjs +0 -130
- package/esm2020/lib/base/directives/number-border.directive.mjs +0 -54
- package/esm2020/lib/base/element-base.mjs +0 -100
- package/esm2020/lib/base/element-wrapper/element-wrapper.component.mjs +0 -53
- package/esm2020/lib/base/element-wrapper/element-wrapper.module.mjs +0 -52
- package/esm2020/lib/base/hint/hint.component.mjs +0 -21
- package/esm2020/lib/base/hint/hint.module.mjs +0 -20
- package/esm2020/lib/base/validation/validation.component.mjs +0 -70
- package/esm2020/lib/base/validation/validation.module.mjs +0 -20
- package/esm2020/lib/ecabs-buttons/ecabs-buttons.component.mjs +0 -65
- package/esm2020/lib/ecabs-buttons/ecabs-buttons.module.mjs +0 -21
- package/esm2020/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.component.mjs +0 -85
- package/esm2020/lib/ecabs-date-picker/components/ecabs-date-picker-header/ecabs-date-picker-header.component.mjs +0 -17
- package/esm2020/lib/ecabs-date-picker/ecabs-date-picker.component.mjs +0 -85
- package/esm2020/lib/ecabs-date-picker/ecabs-date-picker.module.mjs +0 -48
- package/esm2020/lib/ecabs-date-time-picker/components/ecabs-date-time-picker-header/ecabs-date-time-picker-header.component.mjs +0 -17
- package/esm2020/lib/ecabs-date-time-picker/ecabs-date-time-picker.component.mjs +0 -179
- package/esm2020/lib/ecabs-date-time-picker/ecabs-date-time-picker.module.mjs +0 -64
- package/esm2020/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.component.mjs +0 -28
- package/esm2020/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.module.mjs +0 -20
- package/esm2020/lib/ecabs-dialog-message/ecabs-dialog-message.component.mjs +0 -25
- package/esm2020/lib/ecabs-dialog-message/ecabs-dialog-message.module.mjs +0 -20
- package/esm2020/lib/ecabs-expansion-panel/ecabs-expansion-panel.component.mjs +0 -76
- package/esm2020/lib/ecabs-expansion-panel/ecabs-expansion-panel.module.mjs +0 -24
- package/esm2020/lib/ecabs-increment/ecabs-increment.component.mjs +0 -78
- package/esm2020/lib/ecabs-increment/ecabs-increment.module.mjs +0 -23
- package/esm2020/lib/ecabs-input/ecabs-input.component.mjs +0 -81
- package/esm2020/lib/ecabs-input/ecabs-input.module.mjs +0 -22
- package/esm2020/lib/ecabs-loading/ecabs-loading.component.mjs +0 -24
- package/esm2020/lib/ecabs-loading/spinner/spinner.component.mjs +0 -16
- package/esm2020/lib/ecabs-note/ecabs-note.component.mjs +0 -30
- package/esm2020/lib/ecabs-phone/ecabs-phone.component.mjs +0 -104
- package/esm2020/lib/ecabs-picker-header/ecabs-picker-header.component.mjs +0 -50
- package/esm2020/lib/ecabs-picker-header/ecabs-picker-header.module.mjs +0 -22
- package/esm2020/lib/ecabs-radio-button-list/ecabs-radio-button-list.component.mjs +0 -65
- package/esm2020/lib/ecabs-select/ecabs-select.component.mjs +0 -222
- package/esm2020/lib/ecabs-select/ecabs-select.module.mjs +0 -60
- package/esm2020/lib/ecabs-table/ecabs-table-filter-wrapper/ecabs-table-filter-wrapper.component.mjs +0 -17
- package/esm2020/lib/ecabs-table/ecabs-table.component.mjs +0 -43
- package/esm2020/lib/ecabs-textarea/ecabs-textarea.component.mjs +0 -62
- package/esm2020/lib/ecabs-timepicker/componets/ecabs-time-list-panel/ecabs-time-list-panel.component.mjs +0 -137
- package/esm2020/lib/ecabs-timepicker/ecabs-timepicker.component.mjs +0 -312
- package/esm2020/lib/ecabs-timepicker/ecabs-timepicker.service.mjs +0 -31
- package/esm2020/lib/services/ecabs-components.service.mjs +0 -32
- package/esm2020/public-api.mjs +0 -47
- package/fesm2015/ecabs-components.mjs +0 -2856
- package/fesm2015/ecabs-components.mjs.map +0 -1
- package/fesm2020/ecabs-components.mjs +0 -2843
- package/fesm2020/ecabs-components.mjs.map +0 -1
- /package/{esm2020 → esm2022}/ecabs-components.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/base/consts/date-mask.consts.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/ecabs-timepicker/config.model.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/models/timepicker.models.mjs +0 -0
|
@@ -12,5 +12,5 @@ export declare class MaskDateDirective implements OnInit, OnDestroy {
|
|
|
12
12
|
ngOnInit(): void;
|
|
13
13
|
ngOnDestroy(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<MaskDateDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MaskDateDirective, "[appMaskDate]", never, { "isDateTimeMask": "isDateTimeMask"; "considerSeconds": "considerSeconds"; }, {}, never, never, false>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MaskDateDirective, "[appMaskDate]", never, { "isDateTimeMask": { "alias": "isDateTimeMask"; "required": false; }; "considerSeconds": { "alias": "considerSeconds"; "required": false; }; }, {}, never, never, false, never>;
|
|
16
16
|
}
|
|
@@ -22,5 +22,5 @@ export declare class DigitsOnlyDirective implements OnInit {
|
|
|
22
22
|
private sanitizeInput;
|
|
23
23
|
private isValidDecimal;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<DigitsOnlyDirective, never>;
|
|
25
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DigitsOnlyDirective, "[appDigitsOnly]", never, { "digitsOnly": "digitsOnly"; "allowHyphen": "allowHyphen"; "decimal": "decimal"; "decimalSeparator": "decimalSeparator"; "unit": "unit"; }, {}, never, never, false>;
|
|
25
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DigitsOnlyDirective, "[appDigitsOnly]", never, { "digitsOnly": { "alias": "digitsOnly"; "required": false; }; "allowHyphen": { "alias": "allowHyphen"; "required": false; }; "decimal": { "alias": "decimal"; "required": false; }; "decimalSeparator": { "alias": "decimalSeparator"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; }, {}, never, never, false, never>;
|
|
26
26
|
}
|
|
@@ -9,5 +9,5 @@ export declare class NumberBorderDirective {
|
|
|
9
9
|
onKeyUp(e: any): void;
|
|
10
10
|
private sanitizeInput;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumberBorderDirective, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NumberBorderDirective, "[appNumberBorder]", never, { "maxValue": "maxValue"; "minValue": "minValue"; }, {}, never, never, false>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NumberBorderDirective, "[appNumberBorder]", never, { "maxValue": { "alias": "maxValue"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; }, {}, never, never, false, never>;
|
|
13
13
|
}
|
|
@@ -24,5 +24,5 @@ export default class ElementBaseComponent {
|
|
|
24
24
|
getData(): any;
|
|
25
25
|
private isRequired;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElementBaseComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElementBaseComponent, "ng-component", never, { "type": "type"; "name": "name"; "label": "label"; "placeholder": "placeholder"; "validationLabel": "validationLabel"; "disabled": "disabled"; "showValidation": "showValidation"; "showValidationOnNotTouched": "showValidationOnNotTouched"; "hideValidationMessage": "hideValidationMessage"; "iconClass": "iconClass"; "loading": "loading"; "showHint": "showHint"; "maxLength": "maxLength"; "tooltip": "tooltip"; "showAsterisk": "showAsterisk"; }, { "focused": "focused"; "focusOuted": "focusOuted"; }, never, never, false>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElementBaseComponent, "ng-component", never, { "type": { "alias": "type"; "required": false; }; "name": { "alias": "name"; "required": false; }; "label": { "alias": "label"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "validationLabel": { "alias": "validationLabel"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "showValidation": { "alias": "showValidation"; "required": false; }; "showValidationOnNotTouched": { "alias": "showValidationOnNotTouched"; "required": false; }; "hideValidationMessage": { "alias": "hideValidationMessage"; "required": false; }; "iconClass": { "alias": "iconClass"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "showHint": { "alias": "showHint"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "showAsterisk": { "alias": "showAsterisk"; "required": false; }; }, { "focused": "focused"; "focusOuted": "focusOuted"; }, never, never, false, never>;
|
|
28
28
|
}
|
|
@@ -15,5 +15,5 @@ export declare class ElementWrapperComponent {
|
|
|
15
15
|
increaseFn(): void;
|
|
16
16
|
decreaseFn(): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElementWrapperComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElementWrapperComponent, "app-element-wrapper", never, { "data": "data"; "showCloseIcon": "showCloseIcon"; "focusedFlag": "focusedFlag"; "showPassword": "showPassword"; "control": "control"; }, { "showHidePassword": "showHidePassword"; "clear": "clear"; "increase": "increase"; "decrease": "decrease"; }, never, ["*"], false>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElementWrapperComponent, "app-element-wrapper", never, { "data": { "alias": "data"; "required": false; }; "showCloseIcon": { "alias": "showCloseIcon"; "required": false; }; "focusedFlag": { "alias": "focusedFlag"; "required": false; }; "showPassword": { "alias": "showPassword"; "required": false; }; "control": { "alias": "control"; "required": false; }; }, { "showHidePassword": "showHidePassword"; "clear": "clear"; "increase": "increase"; "decrease": "decrease"; }, never, ["*"], false, never>;
|
|
19
19
|
}
|
|
@@ -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
|
}
|
|
@@ -4,5 +4,5 @@ export declare class HintComponent {
|
|
|
4
4
|
maxValue: number;
|
|
5
5
|
showHint: boolean;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<HintComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HintComponent, "app-hint", never, { "element": "element"; "maxValue": "maxValue"; "showHint": "showHint"; }, {}, never, never, false>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HintComponent, "app-hint", never, { "element": { "alias": "element"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "showHint": { "alias": "showHint"; "required": false; }; }, {}, never, never, false, never>;
|
|
8
8
|
}
|
|
@@ -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
|
}
|
|
@@ -20,5 +20,5 @@ export declare class ValidationComponent implements OnInit, OnChanges {
|
|
|
20
20
|
replaceTokens(message: string): string;
|
|
21
21
|
getMessageDetail(key: any): string;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<ValidationComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ValidationComponent, "app-validations-messages", never, { "element": "element"; "label": "label"; "showValidationOnNotTouched": "showValidationOnNotTouched"; "updatedErrors": "updatedErrors"; }, {}, never, never, false>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ValidationComponent, "app-validations-messages", never, { "element": { "alias": "element"; "required": false; }; "label": { "alias": "label"; "required": false; }; "showValidationOnNotTouched": { "alias": "showValidationOnNotTouched"; "required": false; }; "updatedErrors": { "alias": "updatedErrors"; "required": false; }; }, {}, never, never, false, never>;
|
|
24
24
|
}
|
|
@@ -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
|
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { BreadCrumb } from '../models/bread-crumb';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class EcabsBreadcrumbComponent {
|
|
4
|
+
breadCrumb: BreadCrumb[];
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsBreadcrumbComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsBreadcrumbComponent, "ecabs-breadcrumb", never, { "breadCrumb": { "alias": "breadCrumb"; "required": false; }; }, {}, never, never, false, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./ecabs-breadcrumb.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/material/icon";
|
|
5
|
+
import * as i4 from "@angular/router";
|
|
6
|
+
export declare class EcabsBreadcrumbModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsBreadcrumbModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsBreadcrumbModule, [typeof i1.EcabsBreadcrumbComponent], [typeof i2.CommonModule, typeof i3.MatIconModule, typeof i4.RouterModule], [typeof i1.EcabsBreadcrumbComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<EcabsBreadcrumbModule>;
|
|
10
|
+
}
|
|
@@ -17,5 +17,5 @@ export declare class ButtonsComponent implements OnInit, OnChanges {
|
|
|
17
17
|
ngOnInit(): void;
|
|
18
18
|
ngOnChanges(changes: SimpleChanges): void;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonsComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonsComponent, "ecabs-buttons", never, { "label": "label"; "disabled": "disabled"; "loading": "loading"; "form": "form"; "size": "size"; "type": "type"; "raised": "raised"; "stroked": "stroked"; "full": "full"; "color": "color"; }, {}, never, ["mat-icon", "*"], false>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonsComponent, "ecabs-buttons", never, { "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "form": { "alias": "form"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "raised": { "alias": "raised"; "required": false; }; "stroked": { "alias": "stroked"; "required": false; }; "full": { "alias": "full"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, ["mat-icon", "*"], false, never>;
|
|
21
21
|
}
|
|
@@ -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
|
}
|
|
@@ -24,5 +24,5 @@ export declare class EcabsCheckboxToggleComponent extends ElementBaseComponent i
|
|
|
24
24
|
registerOnChange(fn: any): void;
|
|
25
25
|
registerOnTouched(fn: any): void;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsCheckboxToggleComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsCheckboxToggleComponent, "ecabs-checkbox", never, { "type": "type"; "text": "text"; "labelPosition": "labelPosition"; "indeterminate": "indeterminate"; "checked": "checked"; }, { "click": "click"; "changed": "changed"; }, never, never, false>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsCheckboxToggleComponent, "ecabs-checkbox", never, { "type": { "alias": "type"; "required": false; }; "text": { "alias": "text"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; }, { "click": "click"; "changed": "changed"; }, never, never, false, never>;
|
|
28
28
|
}
|
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class EcabsDatePickerHeaderComponent {
|
|
3
3
|
selectDateLabel: string;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDatePickerHeaderComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsDatePickerHeaderComponent, "ecabs-date-picker-header", never, { "selectDateLabel": "selectDateLabel"; }, {}, never, never, false>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsDatePickerHeaderComponent, "ecabs-date-picker-header", never, { "selectDateLabel": { "alias": "selectDateLabel"; "required": false; }; }, {}, never, never, false, never>;
|
|
6
6
|
}
|
|
@@ -25,5 +25,5 @@ export declare class EcabsDatePickerComponent extends ElementBaseComponent imple
|
|
|
25
25
|
registerOnTouched(fn: any): void;
|
|
26
26
|
blurChange(e: any): void;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDatePickerComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsDatePickerComponent, "ecabs-date-picker", never, { "minDate": "minDate"; "maxDate": "maxDate"; "touchUi": "touchUi"; "cancleLabel": "cancleLabel"; "applyLabel": "applyLabel"; "selectDateLabel": "selectDateLabel"; }, { "onblur": "onblur"; }, never, never, false>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsDatePickerComponent, "ecabs-date-picker", never, { "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "touchUi": { "alias": "touchUi"; "required": false; }; "cancleLabel": { "alias": "cancleLabel"; "required": false; }; "applyLabel": { "alias": "applyLabel"; "required": false; }; "selectDateLabel": { "alias": "selectDateLabel"; "required": false; }; }, { "onblur": "onblur"; }, never, never, false, never>;
|
|
29
29
|
}
|
|
@@ -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
|
}
|
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class EcabsDateTimePickerHeaderComponent {
|
|
3
3
|
headerLabel: string;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDateTimePickerHeaderComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsDateTimePickerHeaderComponent, "ecabs-time-date-picker-header", never, { "headerLabel": "headerLabel"; }, {}, never, never, false>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsDateTimePickerHeaderComponent, "ecabs-time-date-picker-header", never, { "headerLabel": { "alias": "headerLabel"; "required": false; }; }, {}, never, never, false, never>;
|
|
6
6
|
}
|
|
@@ -47,5 +47,5 @@ export declare class EcabsDateTimePickerComponent extends ElementBaseComponent i
|
|
|
47
47
|
private roundNumber;
|
|
48
48
|
private setValues;
|
|
49
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDateTimePickerComponent, never>;
|
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsDateTimePickerComponent, "ecabs-date-time-picker", never, { "minDate": "minDate"; "maxDate": "maxDate"; "touchUi": "touchUi"; "hideSeconds": "hideSeconds"; "cancleLabel": "cancleLabel"; "applyLabel": "applyLabel"; "selectDateLabel": "selectDateLabel"; }, { "onblur": "onblur"; }, never, never, false>;
|
|
50
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsDateTimePickerComponent, "ecabs-date-time-picker", never, { "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "touchUi": { "alias": "touchUi"; "required": false; }; "hideSeconds": { "alias": "hideSeconds"; "required": false; }; "cancleLabel": { "alias": "cancleLabel"; "required": false; }; "applyLabel": { "alias": "applyLabel"; "required": false; }; "selectDateLabel": { "alias": "selectDateLabel"; "required": false; }; }, { "onblur": "onblur"; }, never, never, false, never>;
|
|
51
51
|
}
|
|
@@ -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
|
}
|
|
@@ -11,7 +11,7 @@ export declare class DialogConfirmComponent implements OnInit {
|
|
|
11
11
|
constructor(dialogRef: MatDialogRef<DialogConfirmComponentConfig>, data: DialogConfirmComponentConfig);
|
|
12
12
|
ngOnInit(): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<DialogConfirmComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DialogConfirmComponent, "ecabs-dialog-confirm", never, {}, {}, never, never, false>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DialogConfirmComponent, "ecabs-dialog-confirm", never, {}, {}, never, never, false, never>;
|
|
15
15
|
}
|
|
16
16
|
export interface DialogConfirmComponentConfig {
|
|
17
17
|
title?: string;
|
|
@@ -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 DialogConfirmModule {
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<DialogConfirmModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DialogConfirmModule, [typeof i1.DialogConfirmComponent], [typeof i2.CommonModule, typeof i3.
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DialogConfirmModule, [typeof i1.DialogConfirmComponent], [typeof i2.CommonModule, typeof i3.MatLegacyDialogModule, typeof i4.EcabsButtonsModule, typeof i5.MatIconModule], never>;
|
|
10
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<DialogConfirmModule>;
|
|
11
11
|
}
|
|
@@ -9,7 +9,7 @@ export declare class EcabsDialogMessageComponent {
|
|
|
9
9
|
titleColor: string;
|
|
10
10
|
constructor(dialogRef: MatDialogRef<EcabsDialogMessageComponentConfig>, data: EcabsDialogMessageComponentConfig);
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDialogMessageComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsDialogMessageComponent, "ecabs-dialog-message", never, {}, {}, never, never, false>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsDialogMessageComponent, "ecabs-dialog-message", never, {}, {}, never, never, false, never>;
|
|
13
13
|
}
|
|
14
14
|
export interface EcabsDialogMessageComponentConfig {
|
|
15
15
|
title?: string;
|
|
@@ -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
|
}
|
|
@@ -8,5 +8,5 @@ export declare class EcabsEmptyPlaceholderComponent {
|
|
|
8
8
|
redirectPath: PlaceholderRedirectPath;
|
|
9
9
|
srcImage: string;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsEmptyPlaceholderComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsEmptyPlaceholderComponent, "ecabs-empty-placeholder", never, { "isEmptyMessage": "isEmptyMessage"; "redirectPath": "redirectPath"; "srcImage": "srcImage"; }, {}, never, never, false>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsEmptyPlaceholderComponent, "ecabs-empty-placeholder", never, { "isEmptyMessage": { "alias": "isEmptyMessage"; "required": false; }; "redirectPath": { "alias": "redirectPath"; "required": false; }; "srcImage": { "alias": "srcImage"; "required": false; }; }, {}, never, never, false, never>;
|
|
12
12
|
}
|
|
@@ -24,5 +24,5 @@ export declare class EcabsExpansionPanelComponent implements OnChanges {
|
|
|
24
24
|
ngOnChanges(changes: SimpleChanges): void;
|
|
25
25
|
toggleAction(): void;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsExpansionPanelComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsExpansionPanelComponent, "ecabs-expansion-panel", never, { "title": "title"; "description": "description"; "index": "index"; "expanded": "expanded"; "disabled": "disabled"; "errorMessage": "errorMessage"; "showErrorMessage": "showErrorMessage"; "closePanel": "closePanel"; "showIcon": "showIcon"; "iconName": "iconName"; "showCheckbox": "showCheckbox"; "showStatus": "showStatus"; "status": "status"; "hideToggle": "hideToggle"; }, { "checked": "checked"; "opened": "opened"; }, never, ["*"], false>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsExpansionPanelComponent, "ecabs-expansion-panel", never, { "title": { "alias": "title"; "required": false; }; "description": { "alias": "description"; "required": false; }; "index": { "alias": "index"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "showErrorMessage": { "alias": "showErrorMessage"; "required": false; }; "closePanel": { "alias": "closePanel"; "required": false; }; "showIcon": { "alias": "showIcon"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "showCheckbox": { "alias": "showCheckbox"; "required": false; }; "showStatus": { "alias": "showStatus"; "required": false; }; "status": { "alias": "status"; "required": false; }; "hideToggle": { "alias": "hideToggle"; "required": false; }; }, { "checked": "checked"; "opened": "opened"; }, never, ["*"], false, never>;
|
|
28
28
|
}
|
|
@@ -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
|
}
|
|
@@ -22,5 +22,5 @@ export declare class EcabsIncrementComponent extends ElementBaseComponent implem
|
|
|
22
22
|
increment(): void;
|
|
23
23
|
decrement(): void;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsIncrementComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsIncrementComponent, "ecabs-increment", never, { "digitsOnly": "digitsOnly"; "allowDecimal": "allowDecimal"; "allowHyphen": "allowHyphen"; }, { "onblur": "onblur"; }, never, never, false>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsIncrementComponent, "ecabs-increment", never, { "digitsOnly": { "alias": "digitsOnly"; "required": false; }; "allowDecimal": { "alias": "allowDecimal"; "required": false; }; "allowHyphen": { "alias": "allowHyphen"; "required": false; }; }, { "onblur": "onblur"; }, never, never, false, never>;
|
|
26
26
|
}
|
|
@@ -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
|
}
|
|
@@ -23,5 +23,5 @@ export declare class EcabsInputComponent extends ElementBaseComponent implements
|
|
|
23
23
|
registerOnTouched(fn: any): void;
|
|
24
24
|
blurChange(e: any): void;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsInputComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsInputComponent, "ecabs-input", never, { "digitsOnly": "digitsOnly"; "allowDecimal": "allowDecimal"; "allowHyphen": "allowHyphen"; "max": "max"; "step": "step"; }, { "onblur": "onblur"; }, never, ["mat-icon", ".suffix"], false>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsInputComponent, "ecabs-input", never, { "digitsOnly": { "alias": "digitsOnly"; "required": false; }; "allowDecimal": { "alias": "allowDecimal"; "required": false; }; "allowHyphen": { "alias": "allowHyphen"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; }, { "onblur": "onblur"; }, never, ["mat-icon", ".suffix"], false, never>;
|
|
27
27
|
}
|
|
@@ -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
|
}
|
|
@@ -4,5 +4,5 @@ export declare class EcabsLoadingComponent {
|
|
|
4
4
|
backgroundColor: string;
|
|
5
5
|
size: 'large' | 'medium' | 'tiny';
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsLoadingComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsLoadingComponent, "ecabs-loading", never, { "loading": "loading"; "backgroundColor": "backgroundColor"; "size": "size"; }, {}, never, never, false>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsLoadingComponent, "ecabs-loading", never, { "loading": { "alias": "loading"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, false, never>;
|
|
8
8
|
}
|
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class EcabsSpinnerComponent {
|
|
3
3
|
size: 'large' | 'medium' | 'tiny';
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsSpinnerComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsSpinnerComponent, "ecabs-loading-spinner", never, { "size": "size"; }, {}, never, never, false>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsSpinnerComponent, "ecabs-loading-spinner", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, never, false, never>;
|
|
6
6
|
}
|
|
@@ -3,5 +3,5 @@ export declare class NoteComponent {
|
|
|
3
3
|
type: 'default' | 'danger' | 'warn' | 'success';
|
|
4
4
|
get classByType(): string;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<NoteComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NoteComponent, "ecabs-note", never, { "type": "type"; }, {}, never, ["*"], false>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NoteComponent, "ecabs-note", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
7
7
|
}
|
|
@@ -29,5 +29,5 @@ export declare class EcabsPhoneComponent extends ElementBaseComponent implements
|
|
|
29
29
|
reset(): void;
|
|
30
30
|
onBlur(): void;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsPhoneComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsPhoneComponent, "ecabs-phone", never, { "preferredCountries": "preferredCountries"; "enablePlaceholder": "enablePlaceholder"; "enableSearch": "enableSearch"; "useOnlyDisabledClass": "useOnlyDisabledClass"; "required": "required"; }, {}, never, never, false>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsPhoneComponent, "ecabs-phone", never, { "preferredCountries": { "alias": "preferredCountries"; "required": false; }; "enablePlaceholder": { "alias": "enablePlaceholder"; "required": false; }; "enableSearch": { "alias": "enableSearch"; "required": false; }; "useOnlyDisabledClass": { "alias": "useOnlyDisabledClass"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, {}, never, never, false, never>;
|
|
33
33
|
}
|
|
@@ -15,5 +15,5 @@ export declare class EcabsPickerHeaderComponent<D> implements OnDestroy {
|
|
|
15
15
|
nextClicked(): void;
|
|
16
16
|
currentPeriodClicked(): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsPickerHeaderComponent<any>, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsPickerHeaderComponent<any>, "ecabs-picker-header", never, {}, {}, never, never, false>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsPickerHeaderComponent<any>, "ecabs-picker-header", never, {}, {}, never, never, false, never>;
|
|
19
19
|
}
|
|
@@ -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
|
}
|
|
@@ -20,5 +20,5 @@ export declare class EcabsRadioButtonListComponent extends ElementBaseComponent
|
|
|
20
20
|
registerOnChange(fn: any): void;
|
|
21
21
|
registerOnTouched(fn: any): void;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsRadioButtonListComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsRadioButtonListComponent, "ecabs-radio-button-list", never, { "items": "items"; "direction": "direction"; }, {}, never, never, false>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsRadioButtonListComponent, "ecabs-radio-button-list", never, { "items": { "alias": "items"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; }, {}, never, never, false, never>;
|
|
24
24
|
}
|
|
@@ -55,5 +55,5 @@ export declare class EcabsSelectComponent extends ElementBaseComponent implement
|
|
|
55
55
|
onSelectionChanged($event: any): void;
|
|
56
56
|
private filterItems;
|
|
57
57
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsSelectComponent, never>;
|
|
58
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsSelectComponent, "ecabs-select", never, { "items": "items"; "multiple": "multiple"; "useNoneOption": "useNoneOption"; "useOnlyDisabledClass": "useOnlyDisabledClass"; "searchFieldPlaceholder": "searchFieldPlaceholder"; "useSearchOption": "useSearchOption"; "useSelectAllOption": "useSelectAllOption"; "setAllOptionAfterChosenAllItems": "setAllOptionAfterChosenAllItems"; "selectAllValue": "selectAllValue"; "noEntriesFoundLabel": "noEntriesFoundLabel"; "noneLabel": "noneLabel"; "allLabel": "allLabel"; "otherLabel": "otherLabel"; "othersLabel": "othersLabel"; }, { "updateFilterItems": "updateFilterItems"; "selectionChange": "selectionChange"; }, never, never, false>;
|
|
58
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsSelectComponent, "ecabs-select", never, { "items": { "alias": "items"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "useNoneOption": { "alias": "useNoneOption"; "required": false; }; "useOnlyDisabledClass": { "alias": "useOnlyDisabledClass"; "required": false; }; "searchFieldPlaceholder": { "alias": "searchFieldPlaceholder"; "required": false; }; "useSearchOption": { "alias": "useSearchOption"; "required": false; }; "useSelectAllOption": { "alias": "useSelectAllOption"; "required": false; }; "setAllOptionAfterChosenAllItems": { "alias": "setAllOptionAfterChosenAllItems"; "required": false; }; "selectAllValue": { "alias": "selectAllValue"; "required": false; }; "noEntriesFoundLabel": { "alias": "noEntriesFoundLabel"; "required": false; }; "noneLabel": { "alias": "noneLabel"; "required": false; }; "allLabel": { "alias": "allLabel"; "required": false; }; "otherLabel": { "alias": "otherLabel"; "required": false; }; "othersLabel": { "alias": "othersLabel"; "required": false; }; }, { "updateFilterItems": "updateFilterItems"; "selectionChange": "selectionChange"; }, never, never, false, never>;
|
|
59
59
|
}
|
|
@@ -4,12 +4,12 @@ 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
6
|
import * as i4 from "@angular/material/select";
|
|
7
|
-
import * as i5 from "@angular/
|
|
8
|
-
import * as i6 from "
|
|
9
|
-
import * as i7 from "
|
|
7
|
+
import * as i5 from "@angular/forms";
|
|
8
|
+
import * as i6 from "ngx-mat-select-search";
|
|
9
|
+
import * as i7 from "@angular/material/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.MatSelectModule, typeof i5.
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsSelectModule, [typeof i1.EcabsSelectComponent], [typeof i2.CommonModule, typeof i3.ElementWrapperModule, typeof i4.MatSelectModule, typeof i5.FormsModule, typeof i6.NgxMatSelectSearchModule, typeof i7.MatFormFieldModule, typeof i5.ReactiveFormsModule], [typeof i1.EcabsSelectComponent]>;
|
|
13
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<EcabsSelectModule>;
|
|
14
14
|
}
|
|
15
15
|
export declare function scrollFactory(overlay: Overlay): () => BlockScrollStrategy;
|
package/lib/ecabs-table/ecabs-table-filter-wrapper/ecabs-table-filter-wrapper.component.d.ts
CHANGED
|
@@ -4,5 +4,5 @@ export declare class EcabsTableFilterWrapperComponent {
|
|
|
4
4
|
title: string;
|
|
5
5
|
actions: TemplateRef<any>;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsTableFilterWrapperComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsTableFilterWrapperComponent, "ecabs-table-filter-wrapper", never, { "title": "title"; "actions": "actions"; }, {}, never, ["*"], false>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsTableFilterWrapperComponent, "ecabs-table-filter-wrapper", never, { "title": { "alias": "title"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
8
8
|
}
|
|
@@ -14,5 +14,5 @@ export declare class TableComponent implements AfterContentChecked {
|
|
|
14
14
|
srcImageEmpty: string;
|
|
15
15
|
ngAfterContentChecked(): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "ecabs-table", never, { "header": "header"; "paginator": "paginator"; "bordered": "bordered"; "loading": "loading"; "isEmpty": "isEmpty"; "isEmptyMessage": "isEmptyMessage"; "redirectPath": "redirectPath"; "srcImageEmpty": "srcImageEmpty"; }, {}, ["table"], ["*"], false>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "ecabs-table", never, { "header": { "alias": "header"; "required": false; }; "paginator": { "alias": "paginator"; "required": false; }; "bordered": { "alias": "bordered"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "isEmpty": { "alias": "isEmpty"; "required": false; }; "isEmptyMessage": { "alias": "isEmptyMessage"; "required": false; }; "redirectPath": { "alias": "redirectPath"; "required": false; }; "srcImageEmpty": { "alias": "srcImageEmpty"; "required": false; }; }, {}, ["table"], ["*"], false, never>;
|
|
18
18
|
}
|
|
@@ -16,5 +16,5 @@ export declare class EcabsTextareaComponent extends ElementBaseComponent impleme
|
|
|
16
16
|
registerOnChange(fn: any): void;
|
|
17
17
|
registerOnTouched(fn: any): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsTextareaComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsTextareaComponent, "ecabs-textarea", never, { "rows": "rows"; }, {}, never, never, false>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsTextareaComponent, "ecabs-textarea", never, { "rows": { "alias": "rows"; "required": false; }; }, {}, never, never, false, never>;
|
|
20
20
|
}
|
package/lib/ecabs-timepicker/componets/ecabs-time-list-panel/ecabs-time-list-panel.component.d.ts
CHANGED
|
@@ -36,5 +36,5 @@ export declare class EcabsTimeListPanelComponent implements OnInit, OnChanges {
|
|
|
36
36
|
close(): void;
|
|
37
37
|
setTime(value: any): void;
|
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsTimeListPanelComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsTimeListPanelComponent, "ecabs-time-list-panel", never, { "typedValue": "typedValue"; "listPlacement": "listPlacement"; "listPosition": "listPosition"; "appendTo": "appendTo"; "min": "min"; "max": "max"; "showDayStart": "showDayStart"; "showDayEnd": "showDayEnd"; "position": "position"; }, { "onscroll": "onscroll"; "closeMe": "closeMe"; }, never, never, false>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsTimeListPanelComponent, "ecabs-time-list-panel", never, { "typedValue": { "alias": "typedValue"; "required": false; }; "listPlacement": { "alias": "listPlacement"; "required": false; }; "listPosition": { "alias": "listPosition"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "showDayStart": { "alias": "showDayStart"; "required": false; }; "showDayEnd": { "alias": "showDayEnd"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, { "onscroll": "onscroll"; "closeMe": "closeMe"; }, never, never, false, never>;
|
|
40
40
|
}
|
|
@@ -49,5 +49,5 @@ export declare class EcabsTimepickerComponent extends ElementBaseComponent imple
|
|
|
49
49
|
show(): void;
|
|
50
50
|
close(val?: any): void;
|
|
51
51
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsTimepickerComponent, never>;
|
|
52
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsTimepickerComponent, "ecabs-timepicker", never, { "showCloseIcon": "showCloseIcon"; "focusedFlag": "focusedFlag"; "listPlacement": "listPlacement"; "appendTo": "appendTo"; "min": "min"; "max": "max"; "showDayStart": "showDayStart"; "showDayEnd": "showDayEnd"; "addSecond": "addSecond"; }, {}, never, ["mat-icon"], false>;
|
|
52
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsTimepickerComponent, "ecabs-timepicker", never, { "showCloseIcon": { "alias": "showCloseIcon"; "required": false; }; "focusedFlag": { "alias": "focusedFlag"; "required": false; }; "listPlacement": { "alias": "listPlacement"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "showDayStart": { "alias": "showDayStart"; "required": false; }; "showDayEnd": { "alias": "showDayEnd"; "required": false; }; "addSecond": { "alias": "addSecond"; "required": false; }; }, {}, never, ["mat-icon"], false, never>;
|
|
53
53
|
}
|