ecabs-components 1.0.15 → 1.0.17
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/{esm2020 → esm2022}/lib/base/element-wrapper/element-wrapper.module.mjs +21 -21
- package/esm2022/lib/base/hint/hint.component.mjs +21 -0
- package/{esm2020 → esm2022}/lib/base/hint/hint.module.mjs +5 -5
- package/esm2022/lib/base/validation/validation.component.mjs +75 -0
- package/{esm2020 → esm2022}/lib/base/validation/validation.module.mjs +5 -5
- package/esm2022/lib/ecabs-breadcrumb/ecabs-breadcrumb.component.mjs +17 -0
- package/{esm2020 → esm2022}/lib/ecabs-breadcrumb/ecabs-breadcrumb.module.mjs +5 -5
- package/esm2022/lib/ecabs-buttons/ecabs-buttons.component.mjs +67 -0
- package/{esm2020 → esm2022}/lib/ecabs-buttons/ecabs-buttons.module.mjs +5 -5
- package/esm2022/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.component.mjs +94 -0
- package/{esm2020 → esm2022}/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.module.mjs +13 -13
- 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/{esm2020 → esm2022}/lib/ecabs-date-picker/ecabs-date-picker.module.mjs +19 -19
- 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/{esm2020 → esm2022}/lib/ecabs-date-time-picker/ecabs-date-time-picker.module.mjs +27 -27
- package/esm2022/lib/ecabs-date-time-range-picker/components/ecabs-date-time-range-picker-header/ecabs-date-time-range-picker-header.component.mjs +15 -0
- package/esm2022/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.component.mjs +199 -0
- package/{esm2020 → esm2022}/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.module.mjs +27 -27
- package/esm2022/lib/ecabs-date-time-range-picker/time-range.directive.mjs +48 -0
- package/esm2022/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.component.mjs +49 -0
- package/{esm2020 → esm2022}/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.module.mjs +5 -5
- package/esm2022/lib/ecabs-dialog-message/ecabs-dialog-message.component.mjs +46 -0
- package/{esm2020 → esm2022}/lib/ecabs-dialog-message/ecabs-dialog-message.module.mjs +5 -5
- 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/{esm2020 → esm2022}/lib/ecabs-expansion-panel/ecabs-expansion-panel.module.mjs +5 -5
- package/esm2022/lib/ecabs-increment/ecabs-increment.component.mjs +83 -0
- package/{esm2020 → esm2022}/lib/ecabs-increment/ecabs-increment.module.mjs +5 -5
- package/esm2022/lib/ecabs-input/ecabs-input.component.mjs +90 -0
- package/{esm2020 → esm2022}/lib/ecabs-input/ecabs-input.module.mjs +5 -5
- package/esm2022/lib/ecabs-language-selector/ecabs-language-selector.component.mjs +64 -0
- package/{esm2020 → esm2022}/lib/ecabs-language-selector/ecabs-language-selector.module.mjs +15 -15
- 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 +5 -5
- package/esm2022/lib/ecabs-picker-header/ecabs-picker-header.component.mjs +53 -0
- package/{esm2020 → esm2022}/lib/ecabs-picker-header/ecabs-picker-header.module.mjs +5 -5
- 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 +11 -11
- package/esm2022/lib/ecabs-select/ecabs-select.component.mjs +316 -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 +11 -11
- 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/services/ecabs-components.service.mjs +31 -0
- package/fesm2022/ecabs-components.mjs +3477 -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/hint/hint.component.d.ts +1 -1
- package/lib/base/validation/validation.component.d.ts +1 -1
- package/lib/ecabs-breadcrumb/ecabs-breadcrumb.component.d.ts +1 -1
- package/lib/ecabs-buttons/ecabs-buttons.component.d.ts +1 -1
- 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-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-range-picker/components/ecabs-date-time-range-picker-header/ecabs-date-time-range-picker-header.component.d.ts +1 -1
- package/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.component.d.ts +1 -1
- package/lib/ecabs-date-time-range-picker/time-range.directive.d.ts +1 -1
- package/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.component.d.ts +1 -1
- package/lib/ecabs-dialog-message/ecabs-dialog-message.component.d.ts +1 -1
- 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-increment/ecabs-increment.component.d.ts +1 -1
- package/lib/ecabs-input/ecabs-input.component.d.ts +1 -1
- package/lib/ecabs-language-selector/ecabs-language-selector.component.d.ts +1 -1
- 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-radio-button-list/ecabs-radio-button-list.component.d.ts +1 -1
- package/lib/ecabs-select/ecabs-select.component.d.ts +13 -3
- 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/timepicker.models.d.ts +1 -1
- package/package.json +5 -11
- package/styles/material/_theme.scss +74 -0
- package/styles/material/overrides/_autocomplete.scss +11 -0
- package/styles/material/overrides/_button.scss +81 -0
- package/styles/material/overrides/_card.scss +17 -0
- package/styles/material/overrides/_chip.scss +108 -0
- package/styles/material/overrides/_datepicker.scss +169 -0
- package/styles/material/overrides/_dialog.scss +12 -0
- package/styles/material/overrides/_divider.scss +3 -0
- package/styles/material/overrides/_expansion.scss +31 -0
- package/styles/material/overrides/_form.scss +144 -0
- package/styles/material/overrides/_icon.scss +3 -0
- package/styles/material/overrides/_menu.scss +3 -0
- package/styles/material/overrides/_paginator.scss +0 -0
- package/styles/material/overrides/_phone.scss +32 -0
- package/styles/material/overrides/_select.scss +62 -0
- package/styles/material/overrides/_tab.scss +23 -0
- package/styles/material/overrides/_table.scss +12 -0
- package/styles/material/overrides/_toaster.scss +38 -0
- package/styles/material/overrides/_toggle.scss +15 -0
- package/styles/material/overrides/_toolbar.scss +3 -0
- package/styles/material/overrides/_tooltip.scss +3 -0
- package/styles/material/overrides/index.scss +20 -0
- package/styles/scss/base/_heading.scss +17 -0
- package/styles/scss/base/_normalize.scss +78 -0
- package/styles/scss/base/index.scss +2 -0
- package/styles/scss/modules/_autocomplete.scss +29 -0
- package/styles/scss/modules/_button.scss +221 -0
- package/styles/scss/modules/_card.scss +23 -0
- package/styles/scss/modules/_chip.scss +56 -0
- package/styles/scss/modules/_datepicker.scss +426 -0
- package/styles/scss/modules/_dialog.scss +14 -0
- package/styles/scss/modules/_divider.scss +3 -0
- package/styles/scss/modules/_form.scss +233 -0
- package/styles/scss/modules/_icon.scss +30 -0
- package/styles/scss/modules/_img.scss +32 -0
- package/styles/scss/modules/_legend.scss +64 -0
- package/styles/scss/modules/_list.scss +17 -0
- package/styles/scss/modules/_map.scss +112 -0
- package/styles/scss/modules/_percentage.scss +33 -0
- package/styles/scss/modules/_phone.scss +29 -0
- package/styles/scss/modules/_select.scss +41 -0
- package/styles/scss/modules/_statuses.scss +31 -0
- package/styles/scss/modules/_tab.scss +16 -0
- package/styles/scss/modules/_table.scss +107 -0
- package/styles/scss/modules/_timepicker.scss +96 -0
- package/styles/scss/modules/_toaster.scss +53 -0
- package/styles/scss/modules/_tooltip.scss +7 -0
- package/styles/scss/modules/drag-drop.scss +31 -0
- package/styles/scss/modules/index.scss +23 -0
- package/styles/scss/utilities/_colors.scss +52 -0
- package/styles/scss/utilities/_fonts.scss +26 -0
- package/styles/scss/utilities/_functions.scss +27 -0
- package/styles/scss/utilities/_helpers.scss +5 -0
- package/styles/scss/utilities/_mixins.scss +65 -0
- package/styles/scss/utilities/_palettes.scss +74 -0
- package/styles/scss/utilities/_variables.scss +19 -0
- package/styles/scss/utilities/index.scss +7 -0
- package/styles/styles.scss +5 -0
- package/styles/tailwind/index.scss +756 -0
- 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/hint/hint.component.mjs +0 -21
- package/esm2020/lib/base/validation/validation.component.mjs +0 -70
- package/esm2020/lib/ecabs-breadcrumb/ecabs-breadcrumb.component.mjs +0 -16
- package/esm2020/lib/ecabs-buttons/ecabs-buttons.component.mjs +0 -65
- package/esm2020/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.component.mjs +0 -89
- 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-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-range-picker/components/ecabs-date-time-range-picker-header/ecabs-date-time-range-picker-header.component.mjs +0 -17
- package/esm2020/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.component.mjs +0 -193
- package/esm2020/lib/ecabs-date-time-range-picker/time-range.directive.mjs +0 -45
- package/esm2020/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.component.mjs +0 -46
- package/esm2020/lib/ecabs-dialog-message/ecabs-dialog-message.component.mjs +0 -43
- package/esm2020/lib/ecabs-expansion-panel/ecabs-expansion-panel.component.mjs +0 -76
- package/esm2020/lib/ecabs-increment/ecabs-increment.component.mjs +0 -78
- package/esm2020/lib/ecabs-input/ecabs-input.component.mjs +0 -83
- package/esm2020/lib/ecabs-language-selector/ecabs-language-selector.component.mjs +0 -62
- 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-radio-button-list/ecabs-radio-button-list.component.mjs +0 -65
- package/esm2020/lib/ecabs-select/ecabs-select.component.mjs +0 -233
- 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/fesm2015/ecabs-components.mjs +0 -3305
- package/fesm2015/ecabs-components.mjs.map +0 -1
- package/fesm2020/ecabs-components.mjs +0 -3287
- 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/bread-crumb.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/models/timepicker.models.mjs +0 -0
- /package/{esm2020 → esm2022}/public-api.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,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
|
}
|
|
@@ -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
|
}
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class EcabsBreadcrumbComponent {
|
|
4
4
|
breadCrumb: BreadCrumb[];
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsBreadcrumbComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsBreadcrumbComponent, "ecabs-breadcrumb", never, { "breadCrumb": "breadCrumb"; }, {}, never, never, false>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsBreadcrumbComponent, "ecabs-breadcrumb", never, { "breadCrumb": { "alias": "breadCrumb"; "required": false; }; }, {}, never, never, false, never>;
|
|
7
7
|
}
|
|
@@ -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
|
}
|
|
@@ -25,5 +25,5 @@ export declare class EcabsCheckboxToggleComponent extends ElementBaseComponent i
|
|
|
25
25
|
registerOnChange(fn: any): void;
|
|
26
26
|
registerOnTouched(fn: any): void;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsCheckboxToggleComponent, never>;
|
|
28
|
-
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>;
|
|
28
|
+
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>;
|
|
29
29
|
}
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class EcabsDateTimeRangePickerHeaderComponent {
|
|
3
3
|
headerLabel: string;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDateTimeRangePickerHeaderComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsDateTimeRangePickerHeaderComponent, "ecabs-date-time-range-picker-header", never, { "headerLabel": "headerLabel"; }, {}, never, never, false>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsDateTimeRangePickerHeaderComponent, "ecabs-date-time-range-picker-header", never, { "headerLabel": { "alias": "headerLabel"; "required": false; }; }, {}, never, never, false, never>;
|
|
6
6
|
}
|
|
@@ -54,5 +54,5 @@ export declare class EcabsDateTimeRangePickerComponent extends ElementBaseCompon
|
|
|
54
54
|
private roundNumber;
|
|
55
55
|
private setValues;
|
|
56
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDateTimeRangePickerComponent, never>;
|
|
57
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsDateTimeRangePickerComponent, "ecabs-date-time-range-picker", never, { "touchUi": "touchUi"; "cancleLabel": "cancleLabel"; "applyLabel": "applyLabel"; "all": "all"; "from": "from"; "to": "to"; }, { "onblur": "onblur"; }, never, never, false>;
|
|
57
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsDateTimeRangePickerComponent, "ecabs-date-time-range-picker", never, { "touchUi": { "alias": "touchUi"; "required": false; }; "cancleLabel": { "alias": "cancleLabel"; "required": false; }; "applyLabel": { "alias": "applyLabel"; "required": false; }; "all": { "alias": "all"; "required": false; }; "from": { "alias": "from"; "required": false; }; "to": { "alias": "to"; "required": false; }; }, { "onblur": "onblur"; }, never, never, false, never>;
|
|
58
58
|
}
|
|
@@ -11,5 +11,5 @@ export declare class TimeRangeDirective implements OnInit, OnDestroy {
|
|
|
11
11
|
ngOnInit(): void;
|
|
12
12
|
ngOnDestroy(): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<TimeRangeDirective, never>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TimeRangeDirective, "[appTimeRange]", never, { "isDateTimeMask": "isDateTimeMask"; "considerSeconds": "considerSeconds"; "all": "all"; }, {}, never, never, false>;
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TimeRangeDirective, "[appTimeRange]", never, { "isDateTimeMask": { "alias": "isDateTimeMask"; "required": false; }; "considerSeconds": { "alias": "considerSeconds"; "required": false; }; "all": { "alias": "all"; "required": false; }; }, {}, never, never, false, never>;
|
|
15
15
|
}
|
|
@@ -15,7 +15,7 @@ export declare class EcabsDialogConfirmComponent implements OnInit, OnDestroy {
|
|
|
15
15
|
ngOnDestroy(): void;
|
|
16
16
|
closeDialog(): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDialogConfirmComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsDialogConfirmComponent, "ecabs-dialog-confirm", never, {}, {}, never, never, false>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsDialogConfirmComponent, "ecabs-dialog-confirm", never, {}, {}, never, never, false, never>;
|
|
19
19
|
}
|
|
20
20
|
export interface DialogConfirmComponentConfig {
|
|
21
21
|
title?: string;
|
|
@@ -14,7 +14,7 @@ export declare class EcabsDialogMessageComponent implements OnDestroy {
|
|
|
14
14
|
ngOnDestroy(): void;
|
|
15
15
|
closeDialog(): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDialogMessageComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsDialogMessageComponent, "ecabs-dialog-message", never, {}, {}, never, never, false>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsDialogMessageComponent, "ecabs-dialog-message", never, {}, {}, never, never, false, never>;
|
|
18
18
|
}
|
|
19
19
|
export interface EcabsDialogMessageComponentConfig {
|
|
20
20
|
title?: string;
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -16,5 +16,5 @@ export declare class EcabsLanguageSelectorComponent implements OnChanges {
|
|
|
16
16
|
flagClass(lang: string): string;
|
|
17
17
|
private standardise;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsLanguageSelectorComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsLanguageSelectorComponent, "ecabs-language-selector", never, { "languages": "languages"; "currentLanguage": "currentLanguage"; "showLabelTitle": "showLabelTitle"; "flagOnly": "flagOnly"; "tooltip": "tooltip"; }, { "languageChanged": "languageChanged"; }, never, never, false>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsLanguageSelectorComponent, "ecabs-language-selector", never, { "languages": { "alias": "languages"; "required": false; }; "currentLanguage": { "alias": "currentLanguage"; "required": false; }; "showLabelTitle": { "alias": "showLabelTitle"; "required": false; }; "flagOnly": { "alias": "flagOnly"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, { "languageChanged": "languageChanged"; }, never, never, false, never>;
|
|
20
20
|
}
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -2,7 +2,7 @@ import { AfterViewInit, ChangeDetectorRef, EventEmitter, Injector, OnChanges, On
|
|
|
2
2
|
import { UntypedFormControl } from '@angular/forms';
|
|
3
3
|
import { MatOption } from '@angular/material/core';
|
|
4
4
|
import { MatSelectSearchComponent } from 'ngx-mat-select-search';
|
|
5
|
-
import {
|
|
5
|
+
import { BehaviorSubject, Subscription } from 'rxjs';
|
|
6
6
|
import ElementBaseComponent from '../base/element-base';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class EcabsSelectComponent extends ElementBaseComponent implements OnInit, OnChanges, AfterViewInit, OnDestroy {
|
|
@@ -30,13 +30,21 @@ export declare class EcabsSelectComponent extends ElementBaseComponent implement
|
|
|
30
30
|
allSelected: MatOption;
|
|
31
31
|
matSelectSearchComponent: MatSelectSearchComponent;
|
|
32
32
|
val: any;
|
|
33
|
-
filteredItems$:
|
|
33
|
+
filteredItems$: BehaviorSubject<{
|
|
34
34
|
label: string;
|
|
35
35
|
value: any;
|
|
36
36
|
}[]>;
|
|
37
37
|
itemFilterCtrl: UntypedFormControl;
|
|
38
38
|
isClearAll: boolean;
|
|
39
39
|
showFilteredAllOption: boolean;
|
|
40
|
+
selectedItems: {
|
|
41
|
+
label: string;
|
|
42
|
+
value: any;
|
|
43
|
+
}[];
|
|
44
|
+
notSelectedItems: {
|
|
45
|
+
label: string;
|
|
46
|
+
value: any;
|
|
47
|
+
}[];
|
|
40
48
|
subscriptions: Subscription;
|
|
41
49
|
get value(): any;
|
|
42
50
|
set value(val: any);
|
|
@@ -48,6 +56,7 @@ export declare class EcabsSelectComponent extends ElementBaseComponent implement
|
|
|
48
56
|
onTouch: any;
|
|
49
57
|
toggleAllSelection(): void;
|
|
50
58
|
togglePerOne(): void;
|
|
59
|
+
toggleNone(): void;
|
|
51
60
|
getAllSelectedChecked(): boolean;
|
|
52
61
|
getLabel(val: any): string;
|
|
53
62
|
writeValue(value: any): void;
|
|
@@ -56,6 +65,7 @@ export declare class EcabsSelectComponent extends ElementBaseComponent implement
|
|
|
56
65
|
ngOnDestroy(): void;
|
|
57
66
|
onSelectionChanged($event: any): void;
|
|
58
67
|
private filterItems;
|
|
68
|
+
private setSelectedItems;
|
|
59
69
|
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsSelectComponent, never>;
|
|
60
|
-
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>;
|
|
70
|
+
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>;
|
|
61
71
|
}
|
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
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ecabs-components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.17",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^16.0.4",
|
|
6
6
|
"@angular/core": "^16.0.4",
|
|
@@ -16,11 +16,7 @@
|
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"tslib": "^2.3.0"
|
|
18
18
|
},
|
|
19
|
-
"module": "
|
|
20
|
-
"es2020": "fesm2020/ecabs-components.mjs",
|
|
21
|
-
"esm2020": "esm2020/ecabs-components.mjs",
|
|
22
|
-
"fesm2020": "fesm2020/ecabs-components.mjs",
|
|
23
|
-
"fesm2015": "fesm2015/ecabs-components.mjs",
|
|
19
|
+
"module": "fesm2022/ecabs-components.mjs",
|
|
24
20
|
"typings": "index.d.ts",
|
|
25
21
|
"exports": {
|
|
26
22
|
"./package.json": {
|
|
@@ -28,11 +24,9 @@
|
|
|
28
24
|
},
|
|
29
25
|
".": {
|
|
30
26
|
"types": "./index.d.ts",
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"node": "./fesm2015/ecabs-components.mjs",
|
|
35
|
-
"default": "./fesm2020/ecabs-components.mjs"
|
|
27
|
+
"esm2022": "./esm2022/ecabs-components.mjs",
|
|
28
|
+
"esm": "./esm2022/ecabs-components.mjs",
|
|
29
|
+
"default": "./fesm2022/ecabs-components.mjs"
|
|
36
30
|
}
|
|
37
31
|
},
|
|
38
32
|
"sideEffects": false
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
// Custom Theming for Angular Material
|
|
2
|
+
// For more information: https://material.angular.io/guide/theming
|
|
3
|
+
@use '@angular/material' as mat;
|
|
4
|
+
// Include the common styles for Angular Material. We include this here so that you only
|
|
5
|
+
// have to load a single css file for Angular Material in your app.
|
|
6
|
+
// Be sure that you only ever include this mixin once!
|
|
7
|
+
@include mat.core();
|
|
8
|
+
// Plus imports for other components in your app.
|
|
9
|
+
@import '../scss/utilities/index';
|
|
10
|
+
@import './overrides/index';
|
|
11
|
+
@import '../scss/utilities/palettes';
|
|
12
|
+
|
|
13
|
+
// Define a custom typography config that overrides the font-family as well as the
|
|
14
|
+
// `headlines` and `body-1` levels.
|
|
15
|
+
$custom-typography: mat.define-typography-config(
|
|
16
|
+
$font-family: $font-family-primary,
|
|
17
|
+
$body-1: mat.define-typography-level(
|
|
18
|
+
$font-size-base,
|
|
19
|
+
$base-line-height,
|
|
20
|
+
$font-weight-regular,
|
|
21
|
+
$letter-spacing: normal,
|
|
22
|
+
$font-family: $font-family-primary,
|
|
23
|
+
),
|
|
24
|
+
$button: mat.define-typography-level(
|
|
25
|
+
$font-size-base,
|
|
26
|
+
$letter-spacing: normal,
|
|
27
|
+
),
|
|
28
|
+
$body-2: mat.define-typography-level(
|
|
29
|
+
$font-size-base,
|
|
30
|
+
$base-line-height,
|
|
31
|
+
$font-weight-regular,
|
|
32
|
+
$letter-spacing: normal,
|
|
33
|
+
$font-family: $font-family-primary,
|
|
34
|
+
)
|
|
35
|
+
);
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
// Define the palettes for your theme using the Material Design palettes available in palette.scss
|
|
39
|
+
// (imported above). For each palette, you can optionally specify a default, lighter, and darker
|
|
40
|
+
// hue. Available color palettes: https://material.io/design/color/
|
|
41
|
+
$cuorium-primary: mat.define-palette($brand-palette-primary, 700);
|
|
42
|
+
$cuorium-accent: mat.define-palette($brand-palette-accent, 500);
|
|
43
|
+
|
|
44
|
+
// The warn palette is optional (defaults to red).
|
|
45
|
+
$cuorium-warn: mat.define-palette($brand-palette-warn);
|
|
46
|
+
|
|
47
|
+
// Create the theme object. A theme consists of configurations for individual
|
|
48
|
+
// theming systems such as "color" or "typography".
|
|
49
|
+
$cuorium-theme: mat.define-light-theme((
|
|
50
|
+
color: (
|
|
51
|
+
primary: $cuorium-primary,
|
|
52
|
+
accent: $cuorium-accent,
|
|
53
|
+
warn: $cuorium-warn,
|
|
54
|
+
),
|
|
55
|
+
typography: $custom-typography
|
|
56
|
+
));
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
// Include theme styles for core and each component used in your app.
|
|
60
|
+
// Alternatively, you can import and @include the theme mixins for each component
|
|
61
|
+
// that you are using.
|
|
62
|
+
@include mat.all-component-themes($cuorium-theme);
|
|
63
|
+
|
|
64
|
+
.mat-body p,
|
|
65
|
+
.mat-body-1 p,
|
|
66
|
+
.mat-typography p {
|
|
67
|
+
margin: inherit;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
mat-progress-bar {
|
|
71
|
+
.mat-progress-bar-buffer {
|
|
72
|
+
background-color: var(--color-brand-300) !important;
|
|
73
|
+
}
|
|
74
|
+
}
|