ecabs-components 1.1.11 → 2.0.0-alpha.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/fesm2022/ecabs-components.mjs +6288 -6255
- package/fesm2022/ecabs-components.mjs.map +1 -1
- package/index.d.ts +5 -5
- package/lib/base/consts/buttons.consts.d.ts +1 -1
- package/lib/base/consts/date-mask.consts.d.ts +7 -7
- package/lib/base/consts/error-messages.consts.d.ts +2 -2
- package/lib/base/consts/images.consts.d.ts +2 -2
- package/lib/base/consts/translations.consts.d.ts +2 -2
- package/lib/base/directives/attach-embedded-view.directive.d.ts +10 -10
- package/lib/base/directives/attach-embedded-view.directive.module.d.ts +8 -8
- package/lib/base/directives/check-permissions.directive.d.ts +13 -13
- package/lib/base/directives/check-permissions.directive.module.d.ts +8 -8
- package/lib/base/directives/date-mask.directive.d.ts +19 -19
- package/lib/base/directives/date-mask.directive.module.d.ts +8 -8
- package/lib/base/directives/digits-only.directive.d.ts +26 -26
- package/lib/base/directives/digits-only.directive.module.d.ts +8 -8
- package/lib/base/directives/dom-observer.directive.d.ts +11 -11
- package/lib/base/directives/dom-observer.directive.module.d.ts +8 -8
- package/lib/base/directives/dynamic-bg-color.directive.d.ts +13 -13
- package/lib/base/directives/dynamic-bg-color.directive.module.d.ts +8 -8
- package/lib/base/directives/element-multiplier.directive.d.ts +10 -10
- package/lib/base/directives/element-multiplier.directive.module.d.ts +8 -8
- package/lib/base/directives/file-drop.directive.d.ts +11 -11
- package/lib/base/directives/file-drop.directive.module.d.ts +8 -8
- package/lib/base/directives/min-max.directive.d.ts +20 -20
- package/lib/base/directives/min-max.directive.module.d.ts +8 -8
- package/lib/base/directives/number-border.directive.d.ts +13 -13
- package/lib/base/directives/number-border.directive.module.d.ts +8 -8
- package/lib/base/directives/paginator.directive.d.ts +36 -36
- package/lib/base/directives/paginator.directive.module.d.ts +8 -8
- package/lib/base/directives/show-on-truncated.directive.d.ts +11 -11
- package/lib/base/directives/show-on-truncated.directive.module.d.ts +8 -8
- package/lib/base/directives/time-mask.directive.d.ts +15 -15
- package/lib/base/directives/time-mask.directive.module.d.ts +8 -8
- package/lib/base/directives/time-range.directive.d.ts +15 -15
- package/lib/base/directives/time-range.directive.module.d.ts +8 -8
- package/lib/base/directives/tooltip-if-truncated.directive.d.ts +12 -12
- package/lib/base/directives/tooltip-if-truncated.directive.module.d.ts +8 -8
- package/lib/base/directives/uppercase-mask.directive.d.ts +9 -9
- package/lib/base/directives/uppercase-mask.directive.module.d.ts +8 -8
- package/lib/base/element-base.d.ts +38 -38
- package/lib/base/element-wrapper/element-wrapper.component.d.ts +19 -19
- package/lib/base/element-wrapper/element-wrapper.module.d.ts +17 -17
- package/lib/base/models/bread-crumb.models.d.ts +5 -5
- package/lib/base/models/ecabs-date-picker-translations.models.d.ts +19 -19
- package/lib/base/models/element.models.d.ts +30 -30
- package/lib/base/models/header.models.d.ts +7 -7
- package/lib/base/models/select.models.d.ts +5 -5
- package/lib/base/models/sidebar.models.d.ts +17 -17
- package/lib/base/models/slider.models.d.ts +6 -6
- package/lib/base/models/timepicker.models.d.ts +6 -6
- package/lib/base/models/user-claim.models.d.ts +5 -5
- package/lib/base/models/validation.models.d.ts +7 -7
- package/lib/base/pipes/pipes.module.d.ts +8 -8
- package/lib/base/pipes/truncate.pipe.d.ts +7 -7
- package/lib/base/services/ecabs-components.service.d.ts +32 -32
- package/lib/base/services/ecabs-date-picker-translations.service.d.ts +12 -12
- package/lib/base/services/header.service.d.ts +11 -11
- package/lib/base/services/unsubscribe.service.d.ts +10 -10
- package/lib/base/utils/menu-utils.d.ts +2 -2
- package/lib/base/utils/object-utils.d.ts +9 -9
- package/lib/base/validation/validation.component.d.ts +26 -26
- package/lib/base/validation/validation.module.d.ts +10 -10
- package/lib/ecabs-active-status-filter/ecabs-active-status-filter.component.d.ts +14 -14
- package/lib/ecabs-active-status-filter/ecabs-active-status-filter.module.d.ts +10 -10
- package/lib/ecabs-breadcrumb/ecabs-breadcrumb.component.d.ts +7 -7
- package/lib/ecabs-breadcrumb/ecabs-breadcrumb.module.d.ts +10 -10
- package/lib/ecabs-buttons/ecabs-buttons.component.d.ts +19 -19
- package/lib/ecabs-buttons/ecabs-buttons.module.d.ts +11 -11
- package/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.component.d.ts +32 -32
- package/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.module.d.ts +12 -12
- package/lib/ecabs-date-picker/components/ecabs-date-picker-header/ecabs-date-picker-header.component.d.ts +9 -9
- package/lib/ecabs-date-picker/ecabs-date-picker.component.d.ts +41 -41
- package/lib/ecabs-date-picker/ecabs-date-picker.module.d.ts +17 -17
- package/lib/ecabs-date-picker-actions/ecabs-date-picker-actions.component.d.ts +9 -9
- package/lib/ecabs-date-picker-actions/ecabs-date-picker-actions.module.d.ts +10 -10
- package/lib/ecabs-date-range-picker/components/ecabs-date-range-picker-header/ecabs-date-range-picker-header.component.d.ts +9 -9
- package/lib/ecabs-date-range-picker/ecabs-date-range-picker.component.d.ts +53 -53
- package/lib/ecabs-date-range-picker/ecabs-date-range-picker.module.d.ts +32 -32
- package/lib/ecabs-date-time-picker/components/ecabs-date-time-picker-header/ecabs-date-time-picker-header.component.d.ts +9 -9
- package/lib/ecabs-date-time-picker/ecabs-date-time-picker.component.d.ts +62 -62
- package/lib/ecabs-date-time-picker/ecabs-date-time-picker.module.d.ts +20 -20
- package/lib/ecabs-date-time-range-picker/components/ecabs-date-time-range-picker-header/ecabs-date-time-range-picker-header.component.d.ts +9 -9
- package/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.component.d.ts +68 -68
- package/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.module.d.ts +21 -21
- package/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.component.d.ts +44 -44
- package/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.module.d.ts +11 -11
- package/lib/ecabs-dialog-message/ecabs-dialog-message.component.d.ts +29 -29
- package/lib/ecabs-dialog-message/ecabs-dialog-message.module.d.ts +11 -11
- package/lib/ecabs-empty-placeholder/ecabs-empty-placeholder.component.d.ts +15 -15
- package/lib/ecabs-empty-placeholder/ecabs-empty-placeholder.module.d.ts +9 -9
- package/lib/ecabs-expansion-panel/ecabs-expansion-panel.component.d.ts +29 -29
- package/lib/ecabs-expansion-panel/ecabs-expansion-panel.module.d.ts +14 -14
- package/lib/ecabs-header/ecabs-header.component.d.ts +25 -25
- package/lib/ecabs-header/ecabs-header.module.d.ts +11 -11
- package/lib/ecabs-hint/ecabs-hint.component.d.ts +8 -8
- package/lib/ecabs-hint/ecabs-hint.module.d.ts +8 -8
- package/lib/ecabs-increment/ecabs-increment.component.d.ts +26 -26
- package/lib/ecabs-increment/ecabs-increment.module.d.ts +13 -13
- package/lib/ecabs-input/ecabs-input.component.d.ts +30 -30
- package/lib/ecabs-input/ecabs-input.module.d.ts +13 -13
- package/lib/ecabs-language-selector/ecabs-language-selector.component.d.ts +19 -19
- package/lib/ecabs-language-selector/ecabs-language-selector.module.d.ts +11 -11
- package/lib/ecabs-loading/ecabs-loading.component.d.ts +8 -8
- package/lib/ecabs-loading/ecabs-loading.module.d.ts +9 -9
- package/lib/ecabs-loading/spinner/spinner.component.d.ts +6 -6
- package/lib/ecabs-logo/ecabs-logo.component.d.ts +9 -9
- package/lib/ecabs-logo/ecabs-logo.module.d.ts +8 -8
- package/lib/ecabs-menu-items/ecabs-menu-items.component.d.ts +28 -28
- package/lib/ecabs-menu-items/ecabs-menu-items.module.d.ts +11 -11
- package/lib/ecabs-multiple-dates-picker/ecabs-multiple-dates-picker.component.d.ts +49 -49
- package/lib/ecabs-multiple-dates-picker/ecabs-multiple-dates-picker.module.d.ts +17 -17
- package/lib/ecabs-note/ecabs-note.component.d.ts +7 -7
- package/lib/ecabs-note/ecabs-note.module.d.ts +9 -9
- package/lib/ecabs-phone/ecabs-phone.component.d.ts +43 -42
- package/lib/ecabs-phone/ecabs-phone.module.d.ts +11 -12
- package/lib/ecabs-picker-header/ecabs-picker-header.component.d.ts +25 -25
- package/lib/ecabs-picker-header/ecabs-picker-header.module.d.ts +12 -12
- package/lib/ecabs-place-autocomplete/ecabs-place-autocomplete.component.d.ts +40 -41
- package/lib/ecabs-place-autocomplete/ecabs-place-autocomplete.module.d.ts +11 -11
- package/lib/ecabs-profile/ecabs-profile.component.d.ts +13 -13
- package/lib/ecabs-profile/ecabs-profile.module.d.ts +9 -9
- package/lib/ecabs-radio-button-list/ecabs-radio-button-list.component.d.ts +23 -23
- package/lib/ecabs-radio-button-list/ecabs-radio-button-list.module.d.ts +11 -11
- package/lib/ecabs-select/ecabs-select.component.d.ts +71 -71
- package/lib/ecabs-select/ecabs-select.module.d.ts +16 -16
- package/lib/ecabs-select-v2/ecabs-select-v2.component.d.ts +58 -58
- package/lib/ecabs-select-v2/ecabs-select-v2.module.d.ts +15 -15
- package/lib/ecabs-sidebar/ecabs-sidebar.component.d.ts +17 -17
- package/lib/ecabs-sidebar/ecabs-sidebar.module.d.ts +14 -14
- package/lib/ecabs-slider/ecabs-slider.component.d.ts +32 -32
- package/lib/ecabs-slider/ecabs-slider.module.d.ts +11 -11
- package/lib/ecabs-table/ecabs-table-filter-wrapper/ecabs-table-filter-wrapper.component.d.ts +8 -8
- package/lib/ecabs-table/ecabs-table-filter-wrapper/ecabs-table-filter-wrapper.module.d.ts +9 -9
- package/lib/ecabs-table/ecabs-table.component.d.ts +18 -18
- package/lib/ecabs-table/ecabs-table.module.d.ts +12 -12
- package/lib/ecabs-textarea/ecabs-textarea.component.d.ts +20 -20
- package/lib/ecabs-textarea/ecabs-textarea.module.d.ts +10 -10
- package/lib/ecabs-timepicker/componets/ecabs-time-list-panel/ecabs-time-list-panel.component.d.ts +42 -42
- package/lib/ecabs-timepicker/config.model.d.ts +5 -5
- package/lib/ecabs-timepicker/ecabs-timepicker.component.d.ts +59 -59
- package/lib/ecabs-timepicker/ecabs-timepicker.module.d.ts +12 -12
- package/lib/ecabs-timepicker/ecabs-timepicker.service.d.ts +12 -12
- package/lib/ecabs-validation/ecabs-validation.component.d.ts +10 -10
- package/lib/ecabs-validation/ecabs-validation.module.d.ts +9 -9
- package/package.json +18 -19
- package/public-api.d.ts +125 -125
- package/src/assets/styles/material/_theme.scss +10 -11
- package/src/assets/styles/material/overrides/_phone.scss +11 -15
- package/src/assets/styles/scss/modules/_phone.scss +13 -10
- package/src/assets/styles/tailwind/index.scss +1 -1
- package/esm2022/ecabs-components.mjs +0 -5
- package/esm2022/lib/base/consts/buttons.consts.mjs +0 -2
- package/esm2022/lib/base/consts/date-mask.consts.mjs +0 -76
- package/esm2022/lib/base/consts/error-messages.consts.mjs +0 -95
- package/esm2022/lib/base/consts/images.consts.mjs +0 -3
- package/esm2022/lib/base/consts/translations.consts.mjs +0 -5
- package/esm2022/lib/base/directives/attach-embedded-view.directive.mjs +0 -23
- package/esm2022/lib/base/directives/attach-embedded-view.directive.module.mjs +0 -18
- package/esm2022/lib/base/directives/check-permissions.directive.mjs +0 -36
- package/esm2022/lib/base/directives/check-permissions.directive.module.mjs +0 -18
- package/esm2022/lib/base/directives/date-mask.directive.mjs +0 -105
- package/esm2022/lib/base/directives/date-mask.directive.module.mjs +0 -18
- package/esm2022/lib/base/directives/digits-only.directive.mjs +0 -142
- package/esm2022/lib/base/directives/digits-only.directive.module.mjs +0 -18
- package/esm2022/lib/base/directives/dom-observer.directive.mjs +0 -32
- package/esm2022/lib/base/directives/dom-observer.directive.module.mjs +0 -18
- package/esm2022/lib/base/directives/dynamic-bg-color.directive.mjs +0 -40
- package/esm2022/lib/base/directives/dynamic-bg-color.directive.module.mjs +0 -18
- package/esm2022/lib/base/directives/element-multiplier.directive.mjs +0 -26
- package/esm2022/lib/base/directives/element-multiplier.directive.module.mjs +0 -18
- package/esm2022/lib/base/directives/file-drop.directive.mjs +0 -42
- package/esm2022/lib/base/directives/file-drop.directive.module.mjs +0 -18
- package/esm2022/lib/base/directives/min-max.directive.mjs +0 -68
- package/esm2022/lib/base/directives/min-max.directive.module.mjs +0 -18
- package/esm2022/lib/base/directives/number-border.directive.mjs +0 -59
- package/esm2022/lib/base/directives/number-border.directive.module.mjs +0 -18
- package/esm2022/lib/base/directives/paginator.directive.mjs +0 -157
- package/esm2022/lib/base/directives/paginator.directive.module.mjs +0 -18
- package/esm2022/lib/base/directives/show-on-truncated.directive.mjs +0 -26
- package/esm2022/lib/base/directives/show-on-truncated.directive.module.mjs +0 -18
- package/esm2022/lib/base/directives/time-mask.directive.mjs +0 -61
- package/esm2022/lib/base/directives/time-mask.directive.module.mjs +0 -18
- package/esm2022/lib/base/directives/time-range.directive.mjs +0 -61
- package/esm2022/lib/base/directives/time-range.directive.module.mjs +0 -18
- package/esm2022/lib/base/directives/tooltip-if-truncated.directive.mjs +0 -32
- package/esm2022/lib/base/directives/tooltip-if-truncated.directive.module.mjs +0 -18
- package/esm2022/lib/base/directives/uppercase-mask.directive.mjs +0 -26
- package/esm2022/lib/base/directives/uppercase-mask.directive.module.mjs +0 -18
- package/esm2022/lib/base/element-base.mjs +0 -151
- package/esm2022/lib/base/element-wrapper/element-wrapper.component.mjs +0 -56
- package/esm2022/lib/base/element-wrapper/element-wrapper.module.mjs +0 -80
- package/esm2022/lib/base/models/bread-crumb.models.mjs +0 -2
- package/esm2022/lib/base/models/ecabs-date-picker-translations.models.mjs +0 -2
- package/esm2022/lib/base/models/element.models.mjs +0 -2
- package/esm2022/lib/base/models/header.models.mjs +0 -2
- package/esm2022/lib/base/models/select.models.mjs +0 -2
- package/esm2022/lib/base/models/sidebar.models.mjs +0 -2
- package/esm2022/lib/base/models/slider.models.mjs +0 -2
- package/esm2022/lib/base/models/timepicker.models.mjs +0 -2
- package/esm2022/lib/base/models/user-claim.models.mjs +0 -2
- package/esm2022/lib/base/models/validation.models.mjs +0 -2
- package/esm2022/lib/base/pipes/pipes.module.mjs +0 -18
- package/esm2022/lib/base/pipes/truncate.pipe.mjs +0 -19
- package/esm2022/lib/base/services/ecabs-components.service.mjs +0 -77
- package/esm2022/lib/base/services/ecabs-date-picker-translations.service.mjs +0 -40
- package/esm2022/lib/base/services/header.service.mjs +0 -23
- package/esm2022/lib/base/services/unsubscribe.service.mjs +0 -25
- package/esm2022/lib/base/utils/menu-utils.mjs +0 -18
- package/esm2022/lib/base/utils/object-utils.mjs +0 -70
- package/esm2022/lib/base/validation/validation.component.mjs +0 -87
- package/esm2022/lib/base/validation/validation.module.mjs +0 -20
- package/esm2022/lib/ecabs-active-status-filter/ecabs-active-status-filter.component.mjs +0 -29
- package/esm2022/lib/ecabs-active-status-filter/ecabs-active-status-filter.module.mjs +0 -20
- package/esm2022/lib/ecabs-breadcrumb/ecabs-breadcrumb.component.mjs +0 -17
- package/esm2022/lib/ecabs-breadcrumb/ecabs-breadcrumb.module.mjs +0 -20
- package/esm2022/lib/ecabs-buttons/ecabs-buttons.component.mjs +0 -62
- package/esm2022/lib/ecabs-buttons/ecabs-buttons.module.mjs +0 -21
- package/esm2022/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.component.mjs +0 -115
- package/esm2022/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.module.mjs +0 -36
- package/esm2022/lib/ecabs-date-picker/components/ecabs-date-picker-header/ecabs-date-picker-header.component.mjs +0 -21
- package/esm2022/lib/ecabs-date-picker/ecabs-date-picker.component.mjs +0 -146
- package/esm2022/lib/ecabs-date-picker/ecabs-date-picker.module.mjs +0 -56
- package/esm2022/lib/ecabs-date-picker-actions/ecabs-date-picker-actions.component.mjs +0 -22
- package/esm2022/lib/ecabs-date-picker-actions/ecabs-date-picker-actions.module.mjs +0 -20
- package/esm2022/lib/ecabs-date-range-picker/components/ecabs-date-range-picker-header/ecabs-date-range-picker-header.component.mjs +0 -21
- package/esm2022/lib/ecabs-date-range-picker/ecabs-date-range-picker.component.mjs +0 -143
- package/esm2022/lib/ecabs-date-range-picker/ecabs-date-range-picker.module.mjs +0 -87
- package/esm2022/lib/ecabs-date-time-picker/components/ecabs-date-time-picker-header/ecabs-date-time-picker-header.component.mjs +0 -21
- package/esm2022/lib/ecabs-date-time-picker/ecabs-date-time-picker.component.mjs +0 -231
- package/esm2022/lib/ecabs-date-time-picker/ecabs-date-time-picker.module.mjs +0 -72
- package/esm2022/lib/ecabs-date-time-range-picker/components/ecabs-date-time-range-picker-header/ecabs-date-time-range-picker-header.component.mjs +0 -21
- package/esm2022/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.component.mjs +0 -250
- package/esm2022/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.module.mjs +0 -80
- package/esm2022/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.component.mjs +0 -77
- package/esm2022/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.module.mjs +0 -20
- package/esm2022/lib/ecabs-dialog-message/ecabs-dialog-message.component.mjs +0 -60
- package/esm2022/lib/ecabs-dialog-message/ecabs-dialog-message.module.mjs +0 -20
- package/esm2022/lib/ecabs-empty-placeholder/ecabs-empty-placeholder.component.mjs +0 -30
- package/esm2022/lib/ecabs-empty-placeholder/ecabs-empty-placeholder.module.mjs +0 -19
- package/esm2022/lib/ecabs-expansion-panel/ecabs-expansion-panel.component.mjs +0 -90
- package/esm2022/lib/ecabs-expansion-panel/ecabs-expansion-panel.module.mjs +0 -44
- package/esm2022/lib/ecabs-header/ecabs-header.component.mjs +0 -59
- package/esm2022/lib/ecabs-header/ecabs-header.module.mjs +0 -32
- package/esm2022/lib/ecabs-hint/ecabs-hint.component.mjs +0 -21
- package/esm2022/lib/ecabs-hint/ecabs-hint.module.mjs +0 -18
- package/esm2022/lib/ecabs-increment/ecabs-increment.component.mjs +0 -83
- package/esm2022/lib/ecabs-increment/ecabs-increment.module.mjs +0 -40
- package/esm2022/lib/ecabs-input/ecabs-input.component.mjs +0 -106
- package/esm2022/lib/ecabs-input/ecabs-input.module.mjs +0 -40
- package/esm2022/lib/ecabs-language-selector/ecabs-language-selector.component.mjs +0 -64
- package/esm2022/lib/ecabs-language-selector/ecabs-language-selector.module.mjs +0 -35
- package/esm2022/lib/ecabs-loading/ecabs-loading.component.mjs +0 -22
- package/esm2022/lib/ecabs-loading/ecabs-loading.module.mjs +0 -19
- package/esm2022/lib/ecabs-loading/spinner/spinner.component.mjs +0 -14
- package/esm2022/lib/ecabs-logo/ecabs-logo.component.mjs +0 -24
- package/esm2022/lib/ecabs-logo/ecabs-logo.module.mjs +0 -18
- package/esm2022/lib/ecabs-menu-items/ecabs-menu-items.component.mjs +0 -134
- package/esm2022/lib/ecabs-menu-items/ecabs-menu-items.module.mjs +0 -33
- package/esm2022/lib/ecabs-multiple-dates-picker/ecabs-multiple-dates-picker.component.mjs +0 -180
- package/esm2022/lib/ecabs-multiple-dates-picker/ecabs-multiple-dates-picker.module.mjs +0 -59
- package/esm2022/lib/ecabs-note/ecabs-note.component.mjs +0 -28
- package/esm2022/lib/ecabs-note/ecabs-note.module.mjs +0 -19
- package/esm2022/lib/ecabs-phone/ecabs-phone.component.mjs +0 -149
- package/esm2022/lib/ecabs-phone/ecabs-phone.module.mjs +0 -39
- package/esm2022/lib/ecabs-picker-header/ecabs-picker-header.component.mjs +0 -73
- package/esm2022/lib/ecabs-picker-header/ecabs-picker-header.module.mjs +0 -36
- package/esm2022/lib/ecabs-place-autocomplete/ecabs-place-autocomplete.component.mjs +0 -133
- package/esm2022/lib/ecabs-place-autocomplete/ecabs-place-autocomplete.module.mjs +0 -21
- package/esm2022/lib/ecabs-profile/ecabs-profile.component.mjs +0 -39
- package/esm2022/lib/ecabs-profile/ecabs-profile.module.mjs +0 -19
- package/esm2022/lib/ecabs-radio-button-list/ecabs-radio-button-list.component.mjs +0 -71
- package/esm2022/lib/ecabs-radio-button-list/ecabs-radio-button-list.module.mjs +0 -21
- package/esm2022/lib/ecabs-select/ecabs-select.component.mjs +0 -355
- package/esm2022/lib/ecabs-select/ecabs-select.module.mjs +0 -64
- package/esm2022/lib/ecabs-select-v2/ecabs-select-v2.component.mjs +0 -216
- package/esm2022/lib/ecabs-select-v2/ecabs-select-v2.module.mjs +0 -51
- package/esm2022/lib/ecabs-sidebar/ecabs-sidebar.component.mjs +0 -43
- package/esm2022/lib/ecabs-sidebar/ecabs-sidebar.module.mjs +0 -43
- package/esm2022/lib/ecabs-slider/ecabs-slider.component.mjs +0 -117
- package/esm2022/lib/ecabs-slider/ecabs-slider.module.mjs +0 -35
- package/esm2022/lib/ecabs-table/ecabs-table-filter-wrapper/ecabs-table-filter-wrapper.component.mjs +0 -19
- package/esm2022/lib/ecabs-table/ecabs-table-filter-wrapper/ecabs-table-filter-wrapper.module.mjs +0 -19
- package/esm2022/lib/ecabs-table/ecabs-table.component.mjs +0 -48
- package/esm2022/lib/ecabs-table/ecabs-table.module.mjs +0 -33
- package/esm2022/lib/ecabs-textarea/ecabs-textarea.component.mjs +0 -65
- package/esm2022/lib/ecabs-textarea/ecabs-textarea.module.mjs +0 -20
- package/esm2022/lib/ecabs-timepicker/componets/ecabs-time-list-panel/ecabs-time-list-panel.component.mjs +0 -165
- package/esm2022/lib/ecabs-timepicker/config.model.mjs +0 -2
- package/esm2022/lib/ecabs-timepicker/ecabs-timepicker.component.mjs +0 -299
- package/esm2022/lib/ecabs-timepicker/ecabs-timepicker.module.mjs +0 -33
- package/esm2022/lib/ecabs-timepicker/ecabs-timepicker.service.mjs +0 -29
- package/esm2022/lib/ecabs-validation/ecabs-validation.component.mjs +0 -22
- package/esm2022/lib/ecabs-validation/ecabs-validation.module.mjs +0 -19
- package/esm2022/public-api.mjs +0 -126
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export interface SidebarMenuItem {
|
|
2
|
-
title: string;
|
|
3
|
-
icon?: string;
|
|
4
|
-
url?: string;
|
|
5
|
-
expand?: boolean;
|
|
6
|
-
subItems?: SidebarMenuItem[];
|
|
7
|
-
permissions?: PermissionValueEnum<string>[];
|
|
8
|
-
iconResource?: SidebarIconResource;
|
|
9
|
-
}
|
|
10
|
-
type PermissionValueEnum<T extends string> = {
|
|
11
|
-
values: Record<T, string>;
|
|
12
|
-
};
|
|
13
|
-
export interface SidebarIconResource {
|
|
14
|
-
path: string;
|
|
15
|
-
name: string;
|
|
16
|
-
}
|
|
17
|
-
export {};
|
|
1
|
+
export interface SidebarMenuItem {
|
|
2
|
+
title: string;
|
|
3
|
+
icon?: string;
|
|
4
|
+
url?: string;
|
|
5
|
+
expand?: boolean;
|
|
6
|
+
subItems?: SidebarMenuItem[];
|
|
7
|
+
permissions?: PermissionValueEnum<string>[];
|
|
8
|
+
iconResource?: SidebarIconResource;
|
|
9
|
+
}
|
|
10
|
+
type PermissionValueEnum<T extends string> = {
|
|
11
|
+
values: Record<T, string>;
|
|
12
|
+
};
|
|
13
|
+
export interface SidebarIconResource {
|
|
14
|
+
path: string;
|
|
15
|
+
name: string;
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export interface PointsConfigSlider {
|
|
2
|
-
floor: number;
|
|
3
|
-
ceil: number;
|
|
4
|
-
step: number;
|
|
5
|
-
tickStep: number;
|
|
6
|
-
}
|
|
1
|
+
export interface PointsConfigSlider {
|
|
2
|
+
floor: number;
|
|
3
|
+
ceil: number;
|
|
4
|
+
step: number;
|
|
5
|
+
tickStep: number;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export type ListPlacement = 'bottom' | 'top' | 'auto';
|
|
2
|
-
export interface ListPosition {
|
|
3
|
-
left?: number;
|
|
4
|
-
top?: number;
|
|
5
|
-
width?: number;
|
|
6
|
-
}
|
|
1
|
+
export type ListPlacement = 'bottom' | 'top' | 'auto';
|
|
2
|
+
export interface ListPosition {
|
|
3
|
+
left?: number;
|
|
4
|
+
top?: number;
|
|
5
|
+
width?: number;
|
|
6
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export interface UserClaim {
|
|
2
|
-
claim: string;
|
|
3
|
-
operation: string;
|
|
4
|
-
resource: string;
|
|
5
|
-
}
|
|
1
|
+
export interface UserClaim {
|
|
2
|
+
claim: string;
|
|
3
|
+
operation: string;
|
|
4
|
+
resource: string;
|
|
5
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export interface FormControlValidation {
|
|
2
|
-
controlName: string;
|
|
3
|
-
errors: {
|
|
4
|
-
type: string;
|
|
5
|
-
message: string;
|
|
6
|
-
}[];
|
|
7
|
-
}
|
|
1
|
+
export interface FormControlValidation {
|
|
2
|
+
controlName: string;
|
|
3
|
+
errors: {
|
|
4
|
+
type: string;
|
|
5
|
+
message: string;
|
|
6
|
+
}[];
|
|
7
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./truncate.pipe";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class EcabsPipesModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsPipesModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsPipesModule, [typeof i1.EcabsTruncatePipe], [typeof i2.CommonModule], [typeof i1.EcabsTruncatePipe]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<EcabsPipesModule>;
|
|
8
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./truncate.pipe";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class EcabsPipesModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsPipesModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsPipesModule, [typeof i1.EcabsTruncatePipe], [typeof i2.CommonModule], [typeof i1.EcabsTruncatePipe]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<EcabsPipesModule>;
|
|
8
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class EcabsTruncatePipe implements PipeTransform {
|
|
4
|
-
transform(value: string, limit?: number, trimAtWords?: boolean, trail?: string): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsTruncatePipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<EcabsTruncatePipe, "truncate", false>;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class EcabsTruncatePipe implements PipeTransform {
|
|
4
|
+
transform(value: string, limit?: number, trimAtWords?: boolean, trail?: string): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsTruncatePipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<EcabsTruncatePipe, "truncate", false>;
|
|
7
|
+
}
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { UserClaim } from '../models/user-claim.models';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class EcabsComponentsService {
|
|
5
|
-
defaultConfig: EcabsComponentsConfig;
|
|
6
|
-
private _config;
|
|
7
|
-
setConfig(config: EcabsComponentsConfig): void;
|
|
8
|
-
getConfig(): Observable<EcabsComponentsConfig>;
|
|
9
|
-
updateConfig(configUpdate: EcabsComponentsConfig): void;
|
|
10
|
-
hasClaim(allowedClaims?: string[]): boolean;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsComponentsService, never>;
|
|
12
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<EcabsComponentsService>;
|
|
13
|
-
}
|
|
14
|
-
export interface EcabsComponentsConfig {
|
|
15
|
-
defaultCountries?: string[];
|
|
16
|
-
errorMessages?: ErrorMessage[];
|
|
17
|
-
i18n?: Ecabsi18n;
|
|
18
|
-
claims?: UserClaim[];
|
|
19
|
-
}
|
|
20
|
-
export interface ErrorMessage {
|
|
21
|
-
type: string;
|
|
22
|
-
message?: string;
|
|
23
|
-
}
|
|
24
|
-
export interface Ecabsi18n {
|
|
25
|
-
cancelLabel?: string;
|
|
26
|
-
confirmLabel?: string;
|
|
27
|
-
}
|
|
28
|
-
export declare class GenericComponentConfig implements EcabsComponentsConfig {
|
|
29
|
-
defaultCountries: string[];
|
|
30
|
-
errorMessages: ErrorMessage[];
|
|
31
|
-
i18n: Ecabsi18n;
|
|
32
|
-
}
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import { UserClaim } from '../models/user-claim.models';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class EcabsComponentsService {
|
|
5
|
+
defaultConfig: EcabsComponentsConfig;
|
|
6
|
+
private _config;
|
|
7
|
+
setConfig(config: EcabsComponentsConfig): void;
|
|
8
|
+
getConfig(): Observable<EcabsComponentsConfig>;
|
|
9
|
+
updateConfig(configUpdate: EcabsComponentsConfig): void;
|
|
10
|
+
hasClaim(allowedClaims?: string[]): boolean;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsComponentsService, never>;
|
|
12
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<EcabsComponentsService>;
|
|
13
|
+
}
|
|
14
|
+
export interface EcabsComponentsConfig {
|
|
15
|
+
defaultCountries?: string[];
|
|
16
|
+
errorMessages?: ErrorMessage[];
|
|
17
|
+
i18n?: Ecabsi18n;
|
|
18
|
+
claims?: UserClaim[];
|
|
19
|
+
}
|
|
20
|
+
export interface ErrorMessage {
|
|
21
|
+
type: string;
|
|
22
|
+
message?: string;
|
|
23
|
+
}
|
|
24
|
+
export interface Ecabsi18n {
|
|
25
|
+
cancelLabel?: string;
|
|
26
|
+
confirmLabel?: string;
|
|
27
|
+
}
|
|
28
|
+
export declare class GenericComponentConfig implements EcabsComponentsConfig {
|
|
29
|
+
defaultCountries: string[];
|
|
30
|
+
errorMessages: ErrorMessage[];
|
|
31
|
+
i18n: Ecabsi18n;
|
|
32
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { EcabsDatePickerTranslations } from '../models/ecabs-date-picker-translations.models';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class EcabsDatePickerHeaderService {
|
|
5
|
-
private defaultTranslations;
|
|
6
|
-
private _config;
|
|
7
|
-
setConfig(config: EcabsDatePickerTranslations): void;
|
|
8
|
-
getConfig(): Observable<EcabsDatePickerTranslations>;
|
|
9
|
-
updateConfig(configUpdate: EcabsDatePickerTranslations): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDatePickerHeaderService, never>;
|
|
11
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<EcabsDatePickerHeaderService>;
|
|
12
|
-
}
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import { EcabsDatePickerTranslations } from '../models/ecabs-date-picker-translations.models';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class EcabsDatePickerHeaderService {
|
|
5
|
+
private defaultTranslations;
|
|
6
|
+
private _config;
|
|
7
|
+
setConfig(config: EcabsDatePickerTranslations): void;
|
|
8
|
+
getConfig(): Observable<EcabsDatePickerTranslations>;
|
|
9
|
+
updateConfig(configUpdate: EcabsDatePickerTranslations): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDatePickerHeaderService, never>;
|
|
11
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<EcabsDatePickerHeaderService>;
|
|
12
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import { Observable, Subject } from 'rxjs';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class HeaderService {
|
|
5
|
-
_template: Subject<TemplateRef<any>>;
|
|
6
|
-
template$: Observable<TemplateRef<any>>;
|
|
7
|
-
setHeaderTemplate(ref: TemplateRef<any>): void;
|
|
8
|
-
getHeaderTemplate(): Observable<TemplateRef<any>>;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderService, never>;
|
|
10
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<HeaderService>;
|
|
11
|
-
}
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import { Observable, Subject } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class HeaderService {
|
|
5
|
+
_template: Subject<TemplateRef<any>>;
|
|
6
|
+
template$: Observable<TemplateRef<any>>;
|
|
7
|
+
setHeaderTemplate(ref: TemplateRef<any>): void;
|
|
8
|
+
getHeaderTemplate(): Observable<TemplateRef<any>>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderService, never>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<HeaderService>;
|
|
11
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { Subject } from 'rxjs';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class UnsubscribeService {
|
|
4
|
-
private issued;
|
|
5
|
-
private unsubscribe$;
|
|
6
|
-
subscription(): Subject<void>;
|
|
7
|
-
destroy(): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UnsubscribeService, never>;
|
|
9
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<UnsubscribeService>;
|
|
10
|
-
}
|
|
1
|
+
import { Subject } from 'rxjs';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class UnsubscribeService {
|
|
4
|
+
private issued;
|
|
5
|
+
private unsubscribe$;
|
|
6
|
+
subscription(): Subject<void>;
|
|
7
|
+
destroy(): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UnsubscribeService, never>;
|
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<UnsubscribeService>;
|
|
10
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SidebarMenuItem } from '../models/sidebar.models';
|
|
2
|
-
export declare function matchMenuToUrl(url: string, menu: SidebarMenuItem[]): SidebarMenuItem;
|
|
1
|
+
import { SidebarMenuItem } from '../models/sidebar.models';
|
|
2
|
+
export declare function matchMenuToUrl(url: string, menu: SidebarMenuItem[]): SidebarMenuItem;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export interface Sorter<T> {
|
|
2
|
-
property: Extract<keyof T, string | number | Date>;
|
|
3
|
-
isDescending: boolean;
|
|
4
|
-
dataType?: 'string' | 'number' | 'date';
|
|
5
|
-
}
|
|
6
|
-
export declare const sortGeneric: <T>(objX: T, objY: T, sortParams: Sorter<T>) => number;
|
|
7
|
-
export declare const removeNullUndefineds: <T>(obj: any, exceptProperties?: string[]) => T;
|
|
8
|
-
export declare const removeEmpty: <T>(o: any, exceptProperties?: string[]) => T;
|
|
9
|
-
export declare const mergeUniqueByKey: <T>(arr: T[], key?: keyof T) => T[];
|
|
1
|
+
export interface Sorter<T> {
|
|
2
|
+
property: Extract<keyof T, string | number | Date>;
|
|
3
|
+
isDescending: boolean;
|
|
4
|
+
dataType?: 'string' | 'number' | 'date';
|
|
5
|
+
}
|
|
6
|
+
export declare const sortGeneric: <T>(objX: T, objY: T, sortParams: Sorter<T>) => number;
|
|
7
|
+
export declare const removeNullUndefineds: <T>(obj: any, exceptProperties?: string[]) => T;
|
|
8
|
+
export declare const removeEmpty: <T>(o: any, exceptProperties?: string[]) => T;
|
|
9
|
+
export declare const mergeUniqueByKey: <T>(arr: T[], key?: keyof T) => T[];
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { OnInit, OnChanges, SimpleChanges, OnDestroy } from '@angular/core';
|
|
2
|
-
import { EcabsComponentsConfig, EcabsComponentsService } from '../services/ecabs-components.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ValidationComponent implements OnInit, OnChanges, OnDestroy {
|
|
5
|
-
private ecabsService;
|
|
6
|
-
element: any;
|
|
7
|
-
label: string;
|
|
8
|
-
showValidationOnNotTouched: boolean;
|
|
9
|
-
updatedErrors: {
|
|
10
|
-
type: string;
|
|
11
|
-
message: string;
|
|
12
|
-
}[];
|
|
13
|
-
config: EcabsComponentsConfig;
|
|
14
|
-
private _messages;
|
|
15
|
-
private configSubscription;
|
|
16
|
-
get messages(): any;
|
|
17
|
-
set messages(m: any);
|
|
18
|
-
constructor(ecabsService: EcabsComponentsService);
|
|
19
|
-
ngOnInit(): void;
|
|
20
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
21
|
-
ngOnDestroy(): void;
|
|
22
|
-
replaceTokens(message: string): string;
|
|
23
|
-
getMessageDetail(key: any): string;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ValidationComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ValidationComponent, "ecabs-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>;
|
|
26
|
-
}
|
|
1
|
+
import { OnInit, OnChanges, SimpleChanges, OnDestroy } from '@angular/core';
|
|
2
|
+
import { EcabsComponentsConfig, EcabsComponentsService } from '../services/ecabs-components.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ValidationComponent implements OnInit, OnChanges, OnDestroy {
|
|
5
|
+
private ecabsService;
|
|
6
|
+
element: any;
|
|
7
|
+
label: string;
|
|
8
|
+
showValidationOnNotTouched: boolean;
|
|
9
|
+
updatedErrors: {
|
|
10
|
+
type: string;
|
|
11
|
+
message: string;
|
|
12
|
+
}[];
|
|
13
|
+
config: EcabsComponentsConfig;
|
|
14
|
+
private _messages;
|
|
15
|
+
private configSubscription;
|
|
16
|
+
get messages(): any;
|
|
17
|
+
set messages(m: any);
|
|
18
|
+
constructor(ecabsService: EcabsComponentsService);
|
|
19
|
+
ngOnInit(): void;
|
|
20
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
21
|
+
ngOnDestroy(): void;
|
|
22
|
+
replaceTokens(message: string): string;
|
|
23
|
+
getMessageDetail(key: any): string;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ValidationComponent, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ValidationComponent, "ecabs-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>;
|
|
26
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./validation.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/forms";
|
|
5
|
-
import * as i4 from "@angular/material/form-field";
|
|
6
|
-
export declare class EcabsValidationModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsValidationModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsValidationModule, [typeof i1.ValidationComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.MatFormFieldModule], [typeof i1.ValidationComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<EcabsValidationModule>;
|
|
10
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./validation.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "@angular/material/form-field";
|
|
6
|
+
export declare class EcabsValidationModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsValidationModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsValidationModule, [typeof i1.ValidationComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.MatFormFieldModule], [typeof i1.ValidationComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<EcabsValidationModule>;
|
|
10
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class EcabsActiveStatusFilterComponent {
|
|
4
|
-
statuses: {
|
|
5
|
-
text: string;
|
|
6
|
-
value: boolean;
|
|
7
|
-
}[];
|
|
8
|
-
initialStatus: boolean;
|
|
9
|
-
readonly statusChange: EventEmitter<boolean>;
|
|
10
|
-
onFilter(currFilter: boolean): void;
|
|
11
|
-
checkSelectableStatus(status: boolean): boolean;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsActiveStatusFilterComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsActiveStatusFilterComponent, "ecabs-active-status-filter", never, { "statuses": { "alias": "statuses"; "required": false; }; "initialStatus": { "alias": "initialStatus"; "required": false; }; }, { "statusChange": "statusChange"; }, never, never, false, never>;
|
|
14
|
-
}
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class EcabsActiveStatusFilterComponent {
|
|
4
|
+
statuses: {
|
|
5
|
+
text: string;
|
|
6
|
+
value: boolean;
|
|
7
|
+
}[];
|
|
8
|
+
initialStatus: boolean;
|
|
9
|
+
readonly statusChange: EventEmitter<boolean>;
|
|
10
|
+
onFilter(currFilter: boolean): void;
|
|
11
|
+
checkSelectableStatus(status: boolean): boolean;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsActiveStatusFilterComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsActiveStatusFilterComponent, "ecabs-active-status-filter", never, { "statuses": { "alias": "statuses"; "required": false; }; "initialStatus": { "alias": "initialStatus"; "required": false; }; }, { "statusChange": "statusChange"; }, never, never, false, never>;
|
|
14
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./ecabs-active-status-filter.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/chips";
|
|
5
|
-
import * as i4 from "@angular/material/icon";
|
|
6
|
-
export declare class EcabsActiveStatusFilterModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsActiveStatusFilterModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsActiveStatusFilterModule, [typeof i1.EcabsActiveStatusFilterComponent], [typeof i2.CommonModule, typeof i3.MatChipsModule, typeof i4.MatIconModule], [typeof i1.EcabsActiveStatusFilterComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<EcabsActiveStatusFilterModule>;
|
|
10
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./ecabs-active-status-filter.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/material/chips";
|
|
5
|
+
import * as i4 from "@angular/material/icon";
|
|
6
|
+
export declare class EcabsActiveStatusFilterModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsActiveStatusFilterModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsActiveStatusFilterModule, [typeof i1.EcabsActiveStatusFilterComponent], [typeof i2.CommonModule, typeof i3.MatChipsModule, typeof i4.MatIconModule], [typeof i1.EcabsActiveStatusFilterComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<EcabsActiveStatusFilterModule>;
|
|
10
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Breadcrumb } from '../base/models/bread-crumb.models';
|
|
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
|
-
}
|
|
1
|
+
import { Breadcrumb } from '../base/models/bread-crumb.models';
|
|
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
|
+
}
|
|
@@ -1,10 +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
|
-
}
|
|
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
|
+
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { ThemePalette } from '@angular/material/core';
|
|
3
|
-
import { ButtonStyle } from '../base/consts/buttons.consts';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ButtonsComponent implements OnInit, OnChanges {
|
|
6
|
-
disabled: boolean;
|
|
7
|
-
loading: boolean;
|
|
8
|
-
size: 'default' | 'large';
|
|
9
|
-
type: 'button' | 'submit';
|
|
10
|
-
style: ButtonStyle;
|
|
11
|
-
full: boolean;
|
|
12
|
-
color: ThemePalette | 'success' | null;
|
|
13
|
-
borderWidth: string;
|
|
14
|
-
classAttr: string;
|
|
15
|
-
ngOnInit(): void;
|
|
16
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonsComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonsComponent, "ecabs-buttons", never, { "disabled": { "alias": "disabled"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "style": { "alias": "style"; "required": false; }; "full": { "alias": "full"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, ["mat-icon", "*"], false, never>;
|
|
19
|
-
}
|
|
1
|
+
import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { ThemePalette } from '@angular/material/core';
|
|
3
|
+
import { ButtonStyle } from '../base/consts/buttons.consts';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ButtonsComponent implements OnInit, OnChanges {
|
|
6
|
+
disabled: boolean;
|
|
7
|
+
loading: boolean;
|
|
8
|
+
size: 'default' | 'large';
|
|
9
|
+
type: 'button' | 'submit';
|
|
10
|
+
style: ButtonStyle;
|
|
11
|
+
full: boolean;
|
|
12
|
+
color: ThemePalette | 'success' | null;
|
|
13
|
+
borderWidth: string;
|
|
14
|
+
classAttr: string;
|
|
15
|
+
ngOnInit(): void;
|
|
16
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonsComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonsComponent, "ecabs-buttons", never, { "disabled": { "alias": "disabled"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "style": { "alias": "style"; "required": false; }; "full": { "alias": "full"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, ["mat-icon", "*"], false, never>;
|
|
19
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./ecabs-buttons.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/button";
|
|
5
|
-
import * as i4 from "../ecabs-loading/ecabs-loading.module";
|
|
6
|
-
import * as i5 from "@angular/material/icon";
|
|
7
|
-
export declare class EcabsButtonsModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsButtonsModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsButtonsModule, [typeof i1.ButtonsComponent], [typeof i2.CommonModule, typeof i3.MatButtonModule, typeof i4.EcabsLoadingModule, typeof i5.MatIconModule], [typeof i1.ButtonsComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<EcabsButtonsModule>;
|
|
11
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./ecabs-buttons.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/material/button";
|
|
5
|
+
import * as i4 from "../ecabs-loading/ecabs-loading.module";
|
|
6
|
+
import * as i5 from "@angular/material/icon";
|
|
7
|
+
export declare class EcabsButtonsModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsButtonsModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsButtonsModule, [typeof i1.ButtonsComponent], [typeof i2.CommonModule, typeof i3.MatButtonModule, typeof i4.EcabsLoadingModule, typeof i5.MatIconModule], [typeof i1.ButtonsComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<EcabsButtonsModule>;
|
|
11
|
+
}
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { AfterViewInit, DestroyRef, EventEmitter, Injector, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import EcabsElementBaseComponent from '../base/element-base';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class EcabsCheckboxToggleComponent extends EcabsElementBaseComponent implements ControlValueAccessor, AfterViewInit, OnChanges {
|
|
6
|
-
private readonly injector;
|
|
7
|
-
private readonly destroyRef;
|
|
8
|
-
type: 'checkbox' | 'toggle';
|
|
9
|
-
text: string;
|
|
10
|
-
readonly label: string;
|
|
11
|
-
labelPosition: 'before' | 'after';
|
|
12
|
-
indeterminate: boolean;
|
|
13
|
-
checked: boolean;
|
|
14
|
-
click: EventEmitter<any>;
|
|
15
|
-
changed: EventEmitter<any>;
|
|
16
|
-
val: boolean;
|
|
17
|
-
get value(): boolean;
|
|
18
|
-
set value(val: boolean);
|
|
19
|
-
constructor(injector: Injector, destroyRef: DestroyRef);
|
|
20
|
-
onChange: any;
|
|
21
|
-
onTouch: any;
|
|
22
|
-
ngAfterViewInit(): void;
|
|
23
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
24
|
-
change(event: any): void;
|
|
25
|
-
onClick($event: any): void;
|
|
26
|
-
onBlur(): void;
|
|
27
|
-
writeValue(value: any): void;
|
|
28
|
-
registerOnChange(fn: any): void;
|
|
29
|
-
registerOnTouched(fn: any): void;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsCheckboxToggleComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsCheckboxToggleComponent, "ecabs-checkbox", never, { "type": { "alias": "type"; "required": false; }; "text": { "alias": "text"; "required": false; }; "label": { "alias": "label"; "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>;
|
|
32
|
-
}
|
|
1
|
+
import { AfterViewInit, DestroyRef, EventEmitter, Injector, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
import EcabsElementBaseComponent from '../base/element-base';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class EcabsCheckboxToggleComponent extends EcabsElementBaseComponent implements ControlValueAccessor, AfterViewInit, OnChanges {
|
|
6
|
+
private readonly injector;
|
|
7
|
+
private readonly destroyRef;
|
|
8
|
+
type: 'checkbox' | 'toggle';
|
|
9
|
+
text: string;
|
|
10
|
+
readonly label: string;
|
|
11
|
+
labelPosition: 'before' | 'after';
|
|
12
|
+
indeterminate: boolean;
|
|
13
|
+
checked: boolean;
|
|
14
|
+
click: EventEmitter<any>;
|
|
15
|
+
changed: EventEmitter<any>;
|
|
16
|
+
val: boolean;
|
|
17
|
+
get value(): boolean;
|
|
18
|
+
set value(val: boolean);
|
|
19
|
+
constructor(injector: Injector, destroyRef: DestroyRef);
|
|
20
|
+
onChange: any;
|
|
21
|
+
onTouch: any;
|
|
22
|
+
ngAfterViewInit(): void;
|
|
23
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
24
|
+
change(event: any): void;
|
|
25
|
+
onClick($event: any): void;
|
|
26
|
+
onBlur(): void;
|
|
27
|
+
writeValue(value: any): void;
|
|
28
|
+
registerOnChange(fn: any): void;
|
|
29
|
+
registerOnTouched(fn: any): void;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsCheckboxToggleComponent, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EcabsCheckboxToggleComponent, "ecabs-checkbox", never, { "type": { "alias": "type"; "required": false; }; "text": { "alias": "text"; "required": false; }; "label": { "alias": "label"; "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>;
|
|
32
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./ecabs-checkbox-toggle.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../base/element-wrapper/element-wrapper.module";
|
|
5
|
-
import * as i4 from "@angular/material/checkbox";
|
|
6
|
-
import * as i5 from "@angular/material/slide-toggle";
|
|
7
|
-
import * as i6 from "@angular/forms";
|
|
8
|
-
export declare class EcabsCheckboxToggleModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsCheckboxToggleModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsCheckboxToggleModule, [typeof i1.EcabsCheckboxToggleComponent], [typeof i2.CommonModule, typeof i3.ElementWrapperModule, typeof i4.MatCheckboxModule, typeof i5.MatSlideToggleModule, typeof i6.FormsModule], [typeof i1.EcabsCheckboxToggleComponent]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<EcabsCheckboxToggleModule>;
|
|
12
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./ecabs-checkbox-toggle.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../base/element-wrapper/element-wrapper.module";
|
|
5
|
+
import * as i4 from "@angular/material/checkbox";
|
|
6
|
+
import * as i5 from "@angular/material/slide-toggle";
|
|
7
|
+
import * as i6 from "@angular/forms";
|
|
8
|
+
export declare class EcabsCheckboxToggleModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EcabsCheckboxToggleModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsCheckboxToggleModule, [typeof i1.EcabsCheckboxToggleComponent], [typeof i2.CommonModule, typeof i3.ElementWrapperModule, typeof i4.MatCheckboxModule, typeof i5.MatSlideToggleModule, typeof i6.FormsModule], [typeof i1.EcabsCheckboxToggleComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<EcabsCheckboxToggleModule>;
|
|
12
|
+
}
|