ecabs-components 1.1.92 → 1.1.93
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/README.md +179 -174
- package/esm2022/lib/base/adapters/date.adapter.mjs +1 -1
- package/esm2022/lib/base/consts/badge.consts.mjs +2 -2
- package/esm2022/lib/base/consts/country-codes.mjs +1 -1
- package/esm2022/lib/base/consts/error-messages.consts.mjs +1 -1
- package/esm2022/lib/base/consts/icon.consts.mjs +1 -1
- package/esm2022/lib/base/consts/images.consts.mjs +1 -1
- package/esm2022/lib/base/consts/input.consts.mjs +1 -1
- package/esm2022/lib/base/consts/status-badge.consts.mjs +1 -1
- package/esm2022/lib/base/consts/translations.consts.mjs +1 -1
- package/esm2022/lib/base/consts/waypoint.consts.mjs +1 -1
- package/esm2022/lib/base/directives/action-menu-trigger.directive.mjs +1 -1
- package/esm2022/lib/base/directives/attach-embedded-view.directive.mjs +1 -1
- package/esm2022/lib/base/directives/attach-embedded-view.directive.module.mjs +1 -1
- package/esm2022/lib/base/directives/badge.directive.mjs +106 -0
- package/esm2022/lib/base/directives/badge.directive.module.mjs +18 -0
- package/esm2022/lib/base/directives/check-permissions.directive.mjs +1 -1
- package/esm2022/lib/base/directives/check-permissions.directive.module.mjs +1 -1
- package/esm2022/lib/base/directives/date-mask.directive.mjs +1 -1
- package/esm2022/lib/base/directives/date-mask.directive.module.mjs +1 -1
- package/esm2022/lib/base/directives/digits-only.directive.module.mjs +1 -1
- package/esm2022/lib/base/directives/dom-observer.directive.mjs +1 -1
- package/esm2022/lib/base/directives/dom-observer.directive.module.mjs +1 -1
- package/esm2022/lib/base/directives/dynamic-bg-color.directive.mjs +1 -1
- package/esm2022/lib/base/directives/dynamic-bg-color.directive.module.mjs +1 -1
- package/esm2022/lib/base/directives/element-multiplier.directive.mjs +1 -1
- package/esm2022/lib/base/directives/element-multiplier.directive.module.mjs +1 -1
- package/esm2022/lib/base/directives/file-drop.directive.mjs +1 -1
- package/esm2022/lib/base/directives/file-drop.directive.module.mjs +1 -1
- package/esm2022/lib/base/directives/min-max.directive.mjs +1 -1
- package/esm2022/lib/base/directives/min-max.directive.module.mjs +1 -1
- package/esm2022/lib/base/directives/number-border.directive.mjs +1 -1
- package/esm2022/lib/base/directives/number-border.directive.module.mjs +1 -1
- package/esm2022/lib/base/directives/paginator.directive.mjs +1 -1
- package/esm2022/lib/base/directives/paginator.directive.module.mjs +1 -1
- package/esm2022/lib/base/directives/show-on-truncated.directive.mjs +1 -1
- package/esm2022/lib/base/directives/show-on-truncated.directive.module.mjs +1 -1
- package/esm2022/lib/base/directives/time-mask.directive.mjs +1 -1
- package/esm2022/lib/base/directives/time-mask.directive.module.mjs +1 -1
- package/esm2022/lib/base/directives/time-range.directive.mjs +1 -1
- package/esm2022/lib/base/directives/time-range.directive.module.mjs +1 -1
- package/esm2022/lib/base/directives/tooltip-if-truncated.directive.mjs +1 -1
- package/esm2022/lib/base/directives/tooltip-if-truncated.directive.module.mjs +6 -5
- package/esm2022/lib/base/directives/uppercase-mask.directive.mjs +1 -1
- package/esm2022/lib/base/directives/uppercase-mask.directive.module.mjs +1 -1
- package/esm2022/lib/base/element-base.mjs +1 -1
- package/esm2022/lib/base/element-wrapper/element-wrapper.component.mjs +3 -3
- package/esm2022/lib/base/element-wrapper/element-wrapper.module.mjs +1 -1
- package/esm2022/lib/base/models/action-menu.models.mjs +1 -1
- package/esm2022/lib/base/models/bread-crumb.models.mjs +1 -1
- package/esm2022/lib/base/models/ecabs-date-picker-translations.models.mjs +1 -1
- package/esm2022/lib/base/models/element.models.mjs +1 -1
- package/esm2022/lib/base/models/header.models.mjs +1 -1
- package/esm2022/lib/base/models/phone.models.mjs +1 -1
- package/esm2022/lib/base/models/select.models.mjs +1 -1
- package/esm2022/lib/base/models/sidebar.models.mjs +1 -1
- package/esm2022/lib/base/models/slider.models.mjs +1 -1
- package/esm2022/lib/base/models/timepicker.models.mjs +1 -1
- package/esm2022/lib/base/models/user-claim.models.mjs +1 -1
- package/esm2022/lib/base/models/validation.models.mjs +1 -1
- package/esm2022/lib/base/pipes/phone-number-country-code.pipe.mjs +1 -1
- package/esm2022/lib/base/pipes/pipes.module.mjs +1 -1
- package/esm2022/lib/base/pipes/search.pipe.mjs +1 -1
- package/esm2022/lib/base/pipes/separator-append.pipe.mjs +1 -1
- package/esm2022/lib/base/pipes/status-badge-variant.pipe.mjs +1 -1
- package/esm2022/lib/base/pipes/truncate.pipe.mjs +1 -1
- package/esm2022/lib/base/services/ecabs-components.service.mjs +1 -1
- package/esm2022/lib/base/services/ecabs-date-picker-translations.service.mjs +1 -1
- package/esm2022/lib/base/services/header.service.mjs +1 -1
- package/esm2022/lib/base/services/unsubscribe.service.mjs +1 -1
- package/esm2022/lib/base/utils/icon.utils.mjs +1 -1
- package/esm2022/lib/base/utils/menu-utils.mjs +1 -1
- package/esm2022/lib/base/utils/object-utils.mjs +1 -1
- package/esm2022/lib/base/utils/phone-number.utils.mjs +1 -1
- package/esm2022/lib/base/utils/select.utils.mjs +1 -1
- package/esm2022/lib/base/utils/time-mask.util.mjs +1 -1
- package/esm2022/lib/base/validation/validation.component.mjs +3 -3
- package/esm2022/lib/base/validation/validation.module.mjs +1 -1
- package/esm2022/lib/base/validators/date-range.validator.mjs +1 -1
- package/esm2022/lib/base/validators/phone-number.validator.mjs +1 -1
- package/esm2022/lib/ecabs-action-menu/ecabs-action-menu.component.mjs +12 -7
- package/esm2022/lib/ecabs-action-menu/ecabs-action-menu.module.mjs +1 -1
- package/esm2022/lib/ecabs-active-status-filter/ecabs-active-status-filter.component.mjs +3 -3
- package/esm2022/lib/ecabs-active-status-filter/ecabs-active-status-filter.module.mjs +1 -1
- package/esm2022/lib/ecabs-badge/ecabs-badge.component.mjs +12 -13
- package/esm2022/lib/ecabs-badge/ecabs-badge.module.mjs +16 -3
- package/esm2022/lib/ecabs-base-phone-input/ecabs-base-phone.component.mjs +3 -3
- package/esm2022/lib/ecabs-base-phone-input/ecabs-base-phone.module.mjs +1 -1
- package/esm2022/lib/ecabs-breadcrumb/ecabs-breadcrumb.component.mjs +3 -3
- package/esm2022/lib/ecabs-breadcrumb/ecabs-breadcrumb.module.mjs +1 -1
- package/esm2022/lib/ecabs-button-toggle/ecabs-button-toggle.component.mjs +3 -3
- package/esm2022/lib/ecabs-button-toggle/ecabs-button-toggle.module.mjs +1 -1
- package/esm2022/lib/ecabs-buttons/ecabs-buttons.component.mjs +3 -3
- package/esm2022/lib/ecabs-buttons/ecabs-buttons.module.mjs +1 -1
- package/esm2022/lib/ecabs-buttons-v2/ecabs-buttons-v2.module.mjs +1 -1
- package/esm2022/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.component.mjs +3 -3
- package/esm2022/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.module.mjs +1 -1
- package/esm2022/lib/ecabs-checkbox-v2/ecabs-checkbox-v2.component.mjs +3 -3
- package/esm2022/lib/ecabs-checkbox-v2/ecabs-checkbox-v2.module.mjs +1 -1
- package/esm2022/lib/ecabs-chip-autocomplete/ecabs-chip-autocomplete.component.mjs +3 -3
- package/esm2022/lib/ecabs-chip-group/ecabs-chip-group.component.mjs +3 -3
- package/esm2022/lib/ecabs-chip-group/ecabs-chip-group.module.mjs +1 -1
- package/esm2022/lib/ecabs-date-picker/components/ecabs-date-picker-header/ecabs-date-picker-header.component.mjs +3 -3
- package/esm2022/lib/ecabs-date-picker/ecabs-date-picker.component.mjs +3 -3
- package/esm2022/lib/ecabs-date-picker/ecabs-date-picker.module.mjs +1 -1
- package/esm2022/lib/ecabs-date-picker-actions/ecabs-date-picker-actions.component.mjs +3 -3
- package/esm2022/lib/ecabs-date-picker-actions/ecabs-date-picker-actions.module.mjs +1 -1
- package/esm2022/lib/ecabs-date-range-picker/components/ecabs-date-range-picker-header/ecabs-date-range-picker-header.component.mjs +3 -3
- package/esm2022/lib/ecabs-date-range-picker/ecabs-date-range-picker.component.mjs +3 -3
- package/esm2022/lib/ecabs-date-range-picker/ecabs-date-range-picker.module.mjs +1 -1
- package/esm2022/lib/ecabs-date-range-picker-v2/components/ecabs-date-range-picker-header/ecabs-date-range-picker-header-v2.component.mjs +3 -3
- package/esm2022/lib/ecabs-date-range-picker-v2/ecabs-date-range-picker-v2.component.mjs +3 -3
- package/esm2022/lib/ecabs-date-range-picker-v2/ecabs-date-range-picker-v2.module.mjs +1 -1
- package/esm2022/lib/ecabs-date-time-picker/components/ecabs-date-time-picker-header/ecabs-date-time-picker-header.component.mjs +3 -3
- package/esm2022/lib/ecabs-date-time-picker/ecabs-date-time-picker.component.mjs +3 -3
- package/esm2022/lib/ecabs-date-time-picker/ecabs-date-time-picker.module.mjs +1 -1
- package/esm2022/lib/ecabs-date-time-range-picker/components/ecabs-date-time-range-picker-header/ecabs-date-time-range-picker-header.component.mjs +3 -3
- package/esm2022/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.component.mjs +3 -3
- package/esm2022/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.module.mjs +1 -1
- package/esm2022/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.component.mjs +3 -3
- package/esm2022/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.module.mjs +1 -1
- package/esm2022/lib/ecabs-dialog-confirm-deletion/ecabs-dialog-confirm-deletion.component.mjs +3 -3
- package/esm2022/lib/ecabs-dialog-confirm-deletion/ecabs-dialog-confirm-deletion.module.mjs +1 -1
- package/esm2022/lib/ecabs-dialog-message/ecabs-dialog-message.component.mjs +3 -3
- package/esm2022/lib/ecabs-dialog-message/ecabs-dialog-message.module.mjs +1 -1
- package/esm2022/lib/ecabs-empty-placeholder/ecabs-empty-placeholder.component.mjs +3 -3
- package/esm2022/lib/ecabs-empty-placeholder/ecabs-empty-placeholder.module.mjs +1 -1
- package/esm2022/lib/ecabs-expansion-panel/ecabs-expansion-panel.component.mjs +3 -3
- package/esm2022/lib/ecabs-expansion-panel/ecabs-expansion-panel.module.mjs +1 -1
- package/esm2022/lib/ecabs-header/ecabs-header.component.mjs +3 -3
- package/esm2022/lib/ecabs-header/ecabs-header.module.mjs +1 -1
- package/esm2022/lib/ecabs-hint/ecabs-hint.component.mjs +3 -3
- package/esm2022/lib/ecabs-hint/ecabs-hint.module.mjs +1 -1
- package/esm2022/lib/ecabs-increment/ecabs-increment.component.mjs +3 -3
- package/esm2022/lib/ecabs-increment/ecabs-increment.module.mjs +1 -1
- package/esm2022/lib/ecabs-input/ecabs-input.component.mjs +3 -3
- package/esm2022/lib/ecabs-input/ecabs-input.module.mjs +1 -1
- package/esm2022/lib/ecabs-input-range/ecabs-input-range.component.mjs +3 -3
- package/esm2022/lib/ecabs-input-range/ecabs-input-range.module.mjs +1 -1
- package/esm2022/lib/ecabs-language-selector/ecabs-language-selector.component.mjs +3 -3
- package/esm2022/lib/ecabs-language-selector/ecabs-language-selector.module.mjs +1 -1
- package/esm2022/lib/ecabs-loading/ecabs-loading.component.mjs +3 -3
- package/esm2022/lib/ecabs-loading/ecabs-loading.module.mjs +1 -1
- package/esm2022/lib/ecabs-loading/spinner/spinner.component.mjs +1 -1
- package/esm2022/lib/ecabs-logo/ecabs-logo.component.mjs +3 -3
- package/esm2022/lib/ecabs-logo/ecabs-logo.module.mjs +1 -1
- package/esm2022/lib/ecabs-menu-items/ecabs-menu-items.component.mjs +3 -3
- package/esm2022/lib/ecabs-menu-items/ecabs-menu-items.module.mjs +1 -1
- package/esm2022/lib/ecabs-multiple-dates-picker/ecabs-multiple-dates-picker.component.mjs +3 -3
- package/esm2022/lib/ecabs-multiple-dates-picker/ecabs-multiple-dates-picker.module.mjs +1 -1
- package/esm2022/lib/ecabs-note/ecabs-note.component.mjs +3 -3
- package/esm2022/lib/ecabs-note/ecabs-note.module.mjs +1 -1
- package/esm2022/lib/ecabs-phone/ecabs-phone.component.mjs +3 -3
- package/esm2022/lib/ecabs-phone/ecabs-phone.module.mjs +1 -1
- package/esm2022/lib/ecabs-picker-header/ecabs-picker-header.component.mjs +3 -3
- package/esm2022/lib/ecabs-picker-header/ecabs-picker-header.module.mjs +1 -1
- package/esm2022/lib/ecabs-place-autocomplete/ecabs-place-autocomplete.component.mjs +3 -3
- package/esm2022/lib/ecabs-place-autocomplete/ecabs-place-autocomplete.module.mjs +1 -1
- package/esm2022/lib/ecabs-profile/ecabs-profile.component.mjs +3 -3
- package/esm2022/lib/ecabs-profile/ecabs-profile.module.mjs +1 -1
- package/esm2022/lib/ecabs-radio-button-list/ecabs-radio-button-list.component.mjs +3 -3
- package/esm2022/lib/ecabs-radio-button-list/ecabs-radio-button-list.module.mjs +1 -1
- package/esm2022/lib/ecabs-segment/ecabs-segment.component.mjs +3 -3
- package/esm2022/lib/ecabs-sidebar/ecabs-sidebar.component.mjs +3 -3
- package/esm2022/lib/ecabs-sidebar/ecabs-sidebar.module.mjs +1 -1
- package/esm2022/lib/ecabs-slider/ecabs-slider.component.mjs +3 -3
- package/esm2022/lib/ecabs-slider/ecabs-slider.module.mjs +1 -1
- package/esm2022/lib/ecabs-table/ecabs-table-filter-wrapper/ecabs-table-filter-wrapper.component.mjs +3 -3
- package/esm2022/lib/ecabs-table/ecabs-table-filter-wrapper/ecabs-table-filter-wrapper.module.mjs +1 -1
- package/esm2022/lib/ecabs-table/ecabs-table.component.mjs +3 -3
- package/esm2022/lib/ecabs-table/ecabs-table.module.mjs +1 -1
- package/esm2022/lib/ecabs-textarea/ecabs-textarea.component.mjs +3 -3
- package/esm2022/lib/ecabs-textarea/ecabs-textarea.module.mjs +1 -1
- package/esm2022/lib/ecabs-time-range-input-v2/config.model.mjs +1 -1
- package/esm2022/lib/ecabs-time-range-input-v2/ecabs-time-range-input-v2.component.mjs +3 -3
- package/esm2022/lib/ecabs-time-range-input-v2/ecabs-time-range-input-v2.module.mjs +1 -1
- package/esm2022/lib/ecabs-time-range-input-v2/ecabs-time-range-input-v2.service.mjs +1 -1
- package/esm2022/lib/ecabs-timepicker/componets/ecabs-time-list-panel/ecabs-time-list-panel.component.mjs +3 -3
- package/esm2022/lib/ecabs-timepicker/config.model.mjs +1 -1
- package/esm2022/lib/ecabs-timepicker/ecabs-timepicker.component.mjs +3 -3
- package/esm2022/lib/ecabs-timepicker/ecabs-timepicker.module.mjs +1 -1
- package/esm2022/lib/ecabs-timepicker/ecabs-timepicker.service.mjs +1 -1
- package/esm2022/lib/ecabs-validation/ecabs-validation.component.mjs +3 -3
- package/esm2022/lib/ecabs-validation/ecabs-validation.module.mjs +1 -1
- package/esm2022/public-api.mjs +3 -1
- package/fesm2022/ecabs-components.mjs +278 -149
- package/fesm2022/ecabs-components.mjs.map +1 -1
- package/lib/base/consts/badge.consts.d.ts +1 -0
- package/lib/base/directives/badge.directive.d.ts +26 -0
- package/lib/base/directives/badge.directive.module.d.ts +8 -0
- package/lib/base/directives/tooltip-if-truncated.directive.module.d.ts +2 -1
- package/lib/ecabs-action-menu/ecabs-action-menu.component.d.ts +5 -3
- package/lib/ecabs-badge/ecabs-badge.component.d.ts +2 -3
- package/lib/ecabs-badge/ecabs-badge.module.d.ts +5 -4
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
- package/src/assets/images/nothing-here.svg +22 -22
- package/src/assets/images/promotions.svg +3 -3
- package/src/assets/styles/material/_theme.scss +100 -100
- package/src/assets/styles/material/overrides/_autocomplete.scss +34 -34
- package/src/assets/styles/material/overrides/_badge.scss +107 -0
- package/src/assets/styles/material/overrides/_card.scss +55 -55
- package/src/assets/styles/material/overrides/_chip.scss +240 -240
- package/src/assets/styles/material/overrides/_datepicker.scss +178 -178
- package/src/assets/styles/material/overrides/_dialog.scss +25 -25
- package/src/assets/styles/material/overrides/_divider.scss +5 -5
- package/src/assets/styles/material/overrides/_expansion.scss +32 -32
- package/src/assets/styles/material/overrides/_form.scss +95 -95
- package/src/assets/styles/material/overrides/_icon.scss +8 -8
- package/src/assets/styles/material/overrides/_menu.scss +61 -61
- package/src/assets/styles/material/overrides/_paginator.scss +75 -75
- package/src/assets/styles/material/overrides/_phone.scss +55 -55
- package/src/assets/styles/material/overrides/_progress.scss +7 -7
- package/src/assets/styles/material/overrides/_sidebar.scss +6 -6
- package/src/assets/styles/material/overrides/_tab.scss +41 -41
- package/src/assets/styles/material/overrides/_table.scss +27 -27
- package/src/assets/styles/material/overrides/_toaster.scss +36 -36
- package/src/assets/styles/material/overrides/_toggle.scss +54 -54
- package/src/assets/styles/material/overrides/_toolbar.scss +3 -3
- package/src/assets/styles/material/overrides/_tooltip.scss +7 -7
- package/src/assets/styles/material/overrides/index.scss +23 -23
- package/src/assets/styles/scss/base/_heading.scss +17 -17
- package/src/assets/styles/scss/base/_normalize.scss +99 -99
- package/src/assets/styles/scss/base/index.scss +2 -2
- package/src/assets/styles/scss/modules/_autocomplete.scss +42 -42
- package/src/assets/styles/scss/modules/_badge.scss +26 -9
- package/src/assets/styles/scss/modules/_button.scss +1 -0
- package/src/assets/styles/scss/modules/_card.scss +46 -46
- package/src/assets/styles/scss/modules/_chip.scss +64 -64
- package/src/assets/styles/scss/modules/_datepicker.scss +435 -435
- package/src/assets/styles/scss/modules/_dialog.scss +15 -15
- package/src/assets/styles/scss/modules/_divider.scss +4 -4
- package/src/assets/styles/scss/modules/_form.scss +383 -383
- package/src/assets/styles/scss/modules/_icon.scss +30 -30
- package/src/assets/styles/scss/modules/_img.scss +32 -32
- package/src/assets/styles/scss/modules/_legend.scss +64 -64
- package/src/assets/styles/scss/modules/_list.scss +17 -17
- package/src/assets/styles/scss/modules/_map.scss +221 -221
- package/src/assets/styles/scss/modules/_menu.scss +48 -48
- package/src/assets/styles/scss/modules/_percentage.scss +41 -41
- package/src/assets/styles/scss/modules/_phone.scss +32 -32
- package/src/assets/styles/scss/modules/_select.scss +17 -17
- package/src/assets/styles/scss/modules/_statuses.scss +36 -36
- package/src/assets/styles/scss/modules/_tab.scss +16 -16
- package/src/assets/styles/scss/modules/_table.scss +132 -132
- package/src/assets/styles/scss/modules/_timepicker.scss +91 -91
- package/src/assets/styles/scss/modules/_toaster.scss +53 -53
- package/src/assets/styles/scss/modules/_tooltip.scss +10 -10
- package/src/assets/styles/scss/modules/drag-drop.scss +31 -31
- package/src/assets/styles/scss/modules/index.scss +25 -25
- package/src/assets/styles/scss/utilities/_fonts.scss +31 -31
- package/src/assets/styles/scss/utilities/_functions.scss +27 -27
- package/src/assets/styles/scss/utilities/_helpers.scss +14 -14
- package/src/assets/styles/scss/utilities/_mixins.scss +104 -104
- package/src/assets/styles/scss/utilities/_variables.scss +32 -32
- package/src/assets/styles/scss/utilities/index.scss +6 -6
- package/src/assets/styles/styles.scss +5 -5
- package/src/assets/styles/tailwind/index.scss +1 -1
package/README.md
CHANGED
|
@@ -1,174 +1,179 @@
|
|
|
1
|
-
# EcabsComponents
|
|
2
|
-
|
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.2.0.
|
|
4
|
-
|
|
5
|
-
## Code scaffolding
|
|
6
|
-
|
|
7
|
-
Run `ng generate component component-name --project ecabs-components` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project ecabs-components`.
|
|
8
|
-
> Note: Don't forget to add `--project ecabs-components` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
-
|
|
10
|
-
## Build
|
|
11
|
-
|
|
12
|
-
Run `ng build ecabs-components` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
-
|
|
14
|
-
## Publishing
|
|
15
|
-
|
|
16
|
-
After building your library with `ng build ecabs-components`, go to the dist folder `cd dist/ecabs-components` and run `npm publish`.
|
|
17
|
-
|
|
18
|
-
## Running unit tests
|
|
19
|
-
|
|
20
|
-
Run `ng test ecabs-components` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
-
|
|
22
|
-
## Further help
|
|
23
|
-
|
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
25
|
-
|
|
26
|
-
## Version History
|
|
27
|
-
|
|
28
|
-
- **v1.1.
|
|
29
|
-
-
|
|
30
|
-
- A
|
|
31
|
-
-
|
|
32
|
-
-
|
|
33
|
-
|
|
34
|
-
-
|
|
35
|
-
-
|
|
36
|
-
-
|
|
37
|
-
-
|
|
38
|
-
-
|
|
39
|
-
-
|
|
40
|
-
|
|
41
|
-
-
|
|
42
|
-
-
|
|
43
|
-
-
|
|
44
|
-
-
|
|
45
|
-
-
|
|
46
|
-
-
|
|
47
|
-
- **v1.1.
|
|
48
|
-
|
|
49
|
-
- **v1.1.
|
|
50
|
-
- **v1.1.
|
|
51
|
-
- **v1.1.
|
|
52
|
-
- **v1.1.
|
|
53
|
-
-
|
|
54
|
-
- **v1.1.
|
|
55
|
-
- **v1.1.
|
|
56
|
-
- **v1.1.
|
|
57
|
-
- **v1.1.
|
|
58
|
-
|
|
59
|
-
- **v1.1.
|
|
60
|
-
- **v1.1.
|
|
61
|
-
- **v1.1.
|
|
62
|
-
|
|
63
|
-
-
|
|
64
|
-
- **v1.1.
|
|
65
|
-
- **v1.1.
|
|
66
|
-
|
|
67
|
-
-
|
|
68
|
-
- **v1.1.
|
|
69
|
-
- **v1.1.
|
|
70
|
-
|
|
71
|
-
-
|
|
72
|
-
- **v1.1.
|
|
73
|
-
- **v1.1.
|
|
74
|
-
- **v1.1.
|
|
75
|
-
-
|
|
76
|
-
- **v1.1.
|
|
77
|
-
- **v1.1.
|
|
78
|
-
|
|
79
|
-
- **v1.1.
|
|
80
|
-
-
|
|
81
|
-
- **v1.1.
|
|
82
|
-
- **v1.1.
|
|
83
|
-
- **
|
|
84
|
-
- **v1.1.
|
|
85
|
-
- **
|
|
86
|
-
- **v1.1.
|
|
87
|
-
- **v1.1.
|
|
88
|
-
- **v1.1.
|
|
89
|
-
- **v1.1.
|
|
90
|
-
- **v1.1.
|
|
91
|
-
- **v1.1.
|
|
92
|
-
- **v1.1.
|
|
93
|
-
- **v1.1.
|
|
94
|
-
- **v1.1.
|
|
95
|
-
- **v1.1.
|
|
96
|
-
- **v1.1.
|
|
97
|
-
- **v1.1.
|
|
98
|
-
- **v1.1.
|
|
99
|
-
- **v1.1.
|
|
100
|
-
- **v1.1.
|
|
101
|
-
- **v1.1.
|
|
102
|
-
- **v1.1.
|
|
103
|
-
- **v1.1.
|
|
104
|
-
|
|
105
|
-
- **v1.1.
|
|
106
|
-
|
|
107
|
-
- **v1.1.
|
|
108
|
-
- **v1.1.
|
|
109
|
-
-
|
|
110
|
-
- **v1.1.
|
|
111
|
-
-
|
|
112
|
-
- **v1.1.
|
|
113
|
-
- **v1.1.
|
|
114
|
-
- **v1.1.
|
|
115
|
-
- **v1.1.
|
|
116
|
-
- **v1.1.
|
|
117
|
-
- **v1.1.
|
|
118
|
-
- **v1.1.
|
|
119
|
-
|
|
120
|
-
- **v1.1.
|
|
121
|
-
- **v1.1.
|
|
122
|
-
- **v1.1.
|
|
123
|
-
- **v1.1.
|
|
124
|
-
-
|
|
125
|
-
- **v1.1.
|
|
126
|
-
- **v1.1.
|
|
127
|
-
- **v1.1.
|
|
128
|
-
- **v1.1.
|
|
129
|
-
- **v1.1.
|
|
130
|
-
- **v1.1.
|
|
131
|
-
- **v1.1.
|
|
132
|
-
- **v1.1.
|
|
133
|
-
- **v1.1.
|
|
134
|
-
- **v1.1.
|
|
135
|
-
- **v1.1.
|
|
136
|
-
- **v1.1.
|
|
137
|
-
- **v1.1.
|
|
138
|
-
- **v1.1.
|
|
139
|
-
- **v1.1.
|
|
140
|
-
- **v1.1.
|
|
141
|
-
- **v1.
|
|
142
|
-
- **v1.
|
|
143
|
-
- **v1.
|
|
144
|
-
- **v1.
|
|
145
|
-
- **v1.0
|
|
146
|
-
- **v1.0.
|
|
147
|
-
- **v1.0.
|
|
148
|
-
- **v1.0.
|
|
149
|
-
- **v1.0.
|
|
150
|
-
- **v1.0.
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
- **v1.0.
|
|
155
|
-
- **v1.0.
|
|
156
|
-
-
|
|
157
|
-
-
|
|
158
|
-
-
|
|
159
|
-
- **v1.0.
|
|
160
|
-
- **v1.0.
|
|
161
|
-
|
|
162
|
-
- **v1.0.
|
|
163
|
-
- **v1.0.
|
|
164
|
-
- **v1.0.
|
|
165
|
-
|
|
166
|
-
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
- **v1.0.
|
|
170
|
-
-
|
|
171
|
-
-
|
|
172
|
-
-
|
|
173
|
-
-
|
|
174
|
-
- **v1.0.
|
|
1
|
+
# EcabsComponents
|
|
2
|
+
|
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.2.0.
|
|
4
|
+
|
|
5
|
+
## Code scaffolding
|
|
6
|
+
|
|
7
|
+
Run `ng generate component component-name --project ecabs-components` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project ecabs-components`.
|
|
8
|
+
> Note: Don't forget to add `--project ecabs-components` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
+
|
|
10
|
+
## Build
|
|
11
|
+
|
|
12
|
+
Run `ng build ecabs-components` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
+
|
|
14
|
+
## Publishing
|
|
15
|
+
|
|
16
|
+
After building your library with `ng build ecabs-components`, go to the dist folder `cd dist/ecabs-components` and run `npm publish`.
|
|
17
|
+
|
|
18
|
+
## Running unit tests
|
|
19
|
+
|
|
20
|
+
Run `ng test ecabs-components` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
+
|
|
22
|
+
## Further help
|
|
23
|
+
|
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
25
|
+
|
|
26
|
+
## Version History
|
|
27
|
+
|
|
28
|
+
- **v1.1.93** — Teach a `mat-chip` to wear `ecabs-badge`'s appearance, so a status an operator can change looks like one they cannot.
|
|
29
|
+
- `ecabsBadge` puts the appearance on any host with the same inputs, and `ecabs-badge` uses it internally. Static labels stay `<ecabs-badge>`.
|
|
30
|
+
- A `matMenuTriggerFor` on the badge makes it keyboard-reachable by itself; a static badge drops the ripple and hover layer. `interactive` and `disableRipple` override either.
|
|
31
|
+
- The caret goes in `matChipTrailingIcon` and widens `--badge-max-width` itself, so a menu badge truncates level with a read-only one. Its tooltip needs `ecabsTooltipIfTruncated` and a `matTooltip`.
|
|
32
|
+
- Bind the menu with `[matMenuTriggerFor]="ref.menu"` against `<ecabs-action-menu #ref [showTrigger]="false">`; pair with `action-menu-panel--compact`.
|
|
33
|
+
- **v1.1.92** — Add `ecabs-action-menu`, the overflow menu that hangs off a table row, moved out of Panels so the component and the styles that shape it live in one place.
|
|
34
|
+
- Bring your own trigger with an `ng-template ecabsActionMenuTrigger`, or fall back to the built-in three-dot button; `xPosition` picks the side the panel opens on.
|
|
35
|
+
- A projected trigger takes focus and opens on Enter or Space, since the usual one is a label or a badge rather than a button; `triggerFocusable` turns that off when the projected control already handles it.
|
|
36
|
+
- Item icons are optional and vendor-neutral (`icon` plus `iconWeight`, resolved through Phosphor), matching `ecabs-badge`.
|
|
37
|
+
- Panel width is adjustable: `menuClass` takes any class, `action-menu-panel--compact` ships for triggers shorter than a three-dot button, and `--action-menu-min-width` sets it outright.
|
|
38
|
+
- Item styles in `scss/modules/_menu.scss`, with the Material counters in `material/overrides/_menu.scss`.
|
|
39
|
+
- Not to be confused with `ecabs-menu-items`, which renders the sidebar's navigation tree: that is a list of places to go, this is a list of things to do.
|
|
40
|
+
- **v1.1.91** — Add `ecabs-badge`, a static status/label badge with semantic variants (`default`/`success`/`warning`/`danger`/`info`).
|
|
41
|
+
- Size scale (`small`/`medium`/`large`) and an optional border, on by default.
|
|
42
|
+
- Three icon tiers: a vendor-neutral `icon` with `iconWeight` (resolved through Phosphor, `bold` by default), a `materialIcon` ligature fallback, and an `ecabsBadgeIcon` projection slot for any other icon set.
|
|
43
|
+
- Labels stay within their container and ellipsise, with the full text shown in a tooltip only when it is actually clipped.
|
|
44
|
+
- Move `PhosphorIconWeight` out of the select models into `icon.consts`, and extract `buildPhosphorSvgIcon` so the icon-set format lives in one place.
|
|
45
|
+
- Add `STATUS_BADGE_VARIANTS` / `resolveStatusBadgeVariant` and the `statusBadgeVariant` pipe, so every app maps a platform status to a badge variant from one place instead of interpolating the status into `class` and relying on the global status styles.
|
|
46
|
+
- Replaces `scss/modules/_statuses.scss` and the status-class section of `material/overrides/_chip.scss`. Both stay for now and retire once every app has migrated.
|
|
47
|
+
- **v1.1.90** — Fix `ecabs-select` height issue.
|
|
48
|
+
- **v1.1.89** — Fix inflated `ecabs-select` height: nudge the select item icon with a `transform` translate instead of padding so the vertical adjustment no longer adds to the control height.
|
|
49
|
+
- **v1.1.88** — Fix `ecabs-validations-messages` freezing a validation message at the first value it rendered; `[token]` placeholders are now interpolated per render instead of overwriting the message template, so a control with a dynamic `max`/`min`/`maxlength` reads the current value.
|
|
50
|
+
- **v1.1.87** — Render select item icons through a shared `ecabs-select-icon` component, vertically align the icon with the label, and add spacing between the icon and the selected value's text.
|
|
51
|
+
- **v1.1.86** — Add optional Phosphor icon support to select items in `ecabs-select` and `ecabs-select-v2` via `phosphorIcon` (and optional `phosphorWeight`) on `SelectOption`, rendered through `ngx-phosphor-icons`.
|
|
52
|
+
- **v1.1.85** — `EcabsButtonsV2`: add `loadingStyle` input (`spinner-only` | `spinner-label`).
|
|
53
|
+
- `EcabsLoadingSpinner`: replace the thick, fixed-color spinner with a thin tapered ring. Color is now themable via `--ecabs-spinner-color`, defaulting to a soft grey (`--color-gray-400`) so standalone spinners read well; inside a button it adopts the button's text color (e.g. white on a primary button).
|
|
54
|
+
- **v1.1.84** — Add `name` to the Places field mask in both `ecabs-place-autocomplete` and `ecabs-place-autocomplete-v2` so consumers can fall back to it.
|
|
55
|
+
- **v1.1.83** — Support locality-based fallback resolution for history suggestions without `place_id`.
|
|
56
|
+
- **v1.1.82** — Disable browser autocomplete on place autocomplete input.
|
|
57
|
+
- **v1.1.81** — Implement optional `autoResize` for `EcabsInput`.
|
|
58
|
+
- **v1.1.80** - Filter waypoint-history suggestions without a `place_id`; they cannot be selected or booked.
|
|
59
|
+
- **v1.1.79** — Fix leading minus of ecabsDigitsOnly input with allowHyphen.
|
|
60
|
+
- **v1.1.78** — Add `compareFn` input bound to `[compareWith]` on `mat-chip-listbox` to programmatically set and correctly match values with different object identities.
|
|
61
|
+
- **v1.1.77** — Notify change detection on `writeValue` and `setDisabledState` so the UI reflects programmatic form updates, via `markForCheck`.
|
|
62
|
+
- **v1.1.76** — Merge waypoint history with Google predictions (history first, clock-iconed).
|
|
63
|
+
- Server-side history filtering on type; instant history on focus.
|
|
64
|
+
- **v1.1.75** — Update table border color to use `--color-gray-200` in `bordered` style.
|
|
65
|
+
- **v1.1.74** — Optimize `dateRangeValidator` logic to streamline error handling and remove redundant optional input properties `dateFromOptional` and `dateToOptional`.
|
|
66
|
+
- **v1.1.73** — Include `place_id` in Google Place API result fields.
|
|
67
|
+
- Add `debounceTime` input for customizable debounce delays
|
|
68
|
+
- **v1.1.72** — Add external filtering support (`useExternalFilter`) to `EcabsChipAutocomplete`.
|
|
69
|
+
- **v1.1.71** — Add label truncation with tooltip to `EcabsChipAutocomplete` to ensure consistent chip sizing and label overflow handling.
|
|
70
|
+
- **v1.1.70** — Improve `EcabsCheckboxV2` with new `checked` input and dynamic label styles.
|
|
71
|
+
- Update border color for `EcabsPhone` and `EcabsTextarea`.
|
|
72
|
+
- **v1.1.69** — Use `--color-gray-300` instead of `--color-gray-100` for `form-input--suffix`.
|
|
73
|
+
- **v1.1.68** — Add `isVisible` callback for `SidebarMenuItem` to support dynamic visibility based on context.
|
|
74
|
+
- **v1.1.67** — Add support for optional "to" (end date) for `EcabsDateRangePickerV2Component`.
|
|
75
|
+
- Add allow cross-midnight time ranges for `EcabsTimeRangeInputV2Component`.
|
|
76
|
+
- **v1.1.66** — Suppress emission of an empty query on refocusing after selection of option from `EcabsChipAutocomplete`.
|
|
77
|
+
- **v1.1.65** — `EcabsInputRange`: Remove padding and background styling.
|
|
78
|
+
- **v1.1.64** — Refactor `EcabsChipAutocomplete` logic, improve component styles/disabled states, and update button styles.
|
|
79
|
+
- **v1.1.63** — Add `EcabsSegmentComponent`.
|
|
80
|
+
- Update `EcabsSelectV2` to be more robust when handling multiple selections.
|
|
81
|
+
- **v1.1.62** — Add `EcabsTimeRangeInputV2Component`.,
|
|
82
|
+
- **v1.1.61** — Added support for 12-hour time input for `maskito` library.
|
|
83
|
+
- **Affected components**: `EcabsDateTimePicker`, `EcabsTimepicker`, `EcabsDateTimeRangePicker`.
|
|
84
|
+
- **v1.1.60** — Migrate input mask library from `vanilla-text-mask` to `maskito`.
|
|
85
|
+
- **Affected components**: `EcabsDateTimePicker`, `EcabsTimepicker`, `EcabsDateTimeRangePicker`.
|
|
86
|
+
- **v1.1.59** — `EcabsCheckboxV2Component`: Implement version 2 of `EcabsCheckboxComponent`.
|
|
87
|
+
- **v1.1.58** — Add `EcabsInputRangeComponent` with support for minimum and maximum values.
|
|
88
|
+
- **v1.1.57** — Implement `EcabsChipGroup`and `EcabsAutocompleteChipGroup` components with demo.
|
|
89
|
+
- **v1.1.56** — Implement `EcabsDateRangePickerComponentV2`.
|
|
90
|
+
- **v1.1.55** — `EcabsButtonsV2Component`: Added version 2 of `EcabsButtonsComponent` with support for small, medium, and large sizes.
|
|
91
|
+
- **v1.1.54** — Implement `EcabsButtonToggleComponent` with support for small, medium, and large sizes.
|
|
92
|
+
- **v1.1.53** — Introduce new gray color palette and update references and apply styling improvements.
|
|
93
|
+
- **v1.1.52** — Update styling overrides for Material nav-style tabs, including active state.
|
|
94
|
+
- **v1.1.51** — Implement option of displaying dynamic content for `EcabsTableComponent` when empty.
|
|
95
|
+
- **v1.1.50** — Add `Documentation` for `EcabsTableModule`.
|
|
96
|
+
- **v1.1.49** — Add support for `splitButtonsWidth` in `EcabsDialogConfirmComponent` and update button styling.`.
|
|
97
|
+
- **v1.1.48** — Implement `EcabsPlaceAutocompleteV2Component` to support waypoints history, query change handling, and dropdown suggestions display.
|
|
98
|
+
- **v1.1.47** — Add `Title` and `dynamic` content support to `EcabsEmptyPlaceholderComponent`.
|
|
99
|
+
- **v1.1.46** — Add `ViewChild` reference for `MatRadioGroup` and update event type in `EcabsRadioButtonListComponent`.
|
|
100
|
+
- **v1.1.45** — Added default validation of date range
|
|
101
|
+
- **v1.1.44** — Fixed issue Apply button is still active when only the DateFrom is selected
|
|
102
|
+
- **v1.1.43** — Added disabling of Apply button for date range picker
|
|
103
|
+
- **v1.1.42** — Apply `width` and `height` properties directly to root `MatDialog` of `EcabsDialogConfirmComponent`.
|
|
104
|
+
- **v1.1.41** — Added EcabsDialogConfirmationDeletionComponent.
|
|
105
|
+
- **v1.1.40** — `EcabsDateTimePicker`: Added support for preserving and returning `receivedValue` when there is no change in the input.
|
|
106
|
+
- **v1.1.39** — Added date adapter to public api.
|
|
107
|
+
- **v1.1.38** — Use native `matDatepickerToggleIcon` in `EcabsDateTimePicker`.
|
|
108
|
+
- **v1.1.35** — Add `waypointType` input to `EcabsAutoComplete`.
|
|
109
|
+
- Add `nativeElement` handles to custom inputs.
|
|
110
|
+
- **v1.1.34** — Emit `selectionChange` event when selecting item from `EcabsSelectV2`.
|
|
111
|
+
- Add collapse styling for `EcabsLogo`.
|
|
112
|
+
- **v1.1.33** — Return falsey value when no input is available in `DateTime` selector through keyboard action deletion.
|
|
113
|
+
- **v1.1.32** — Return falsey value when no input is available in `DateTime` selector.
|
|
114
|
+
- **v1.1.31** — Prevent hover state persistence on disabled buttons.
|
|
115
|
+
- **v1.1.30** — Added blur event handling and support for special keys in `EcabsTimePickerComponent`.
|
|
116
|
+
- **v1.1.29** — Added handling manual updates data of date range picker.
|
|
117
|
+
- **v1.1.28** — Fixed issue related to the prev version.
|
|
118
|
+
- **v1.1.27** — Added results for the dialog message.
|
|
119
|
+
- **v1.1.26** — Implement dynamic titles for `EcabsDialogComponent`.
|
|
120
|
+
- **v1.1.25** — Fixed date range picker when choose one date only.
|
|
121
|
+
- **v1.1.24** — Fixed date range picker when reset value.
|
|
122
|
+
- **v1.1.23** — Update styling for map markers.
|
|
123
|
+
- **v1.1.22** — Added statuses for mat-chips.
|
|
124
|
+
- Added badges for menu items.
|
|
125
|
+
- **v1.1.21** — Improve style for hovered disabled calendar date.
|
|
126
|
+
- **v1.1.20** — Improve the appearance for the scrollbar.
|
|
127
|
+
- **v1.1.19** — Increase delay for phone control and to config.
|
|
128
|
+
- **v1.1.18** — Adjust position of `sticky` header on `MatTable`.
|
|
129
|
+
- **v1.1.17** — Fix peerDependency on `libphonenumber-js`.
|
|
130
|
+
- **v1.1.16** — Implemented custom phone number control.
|
|
131
|
+
- **v1.1.15** — Cleanup `EcabsComponentsService` and provide default config via `config` property.
|
|
132
|
+
- **v1.1.14** — Update styles for disabled indeterminate checkboxes.
|
|
133
|
+
- **v1.1.13** — Fix `overflow-y` issue on `MatCardContent`.
|
|
134
|
+
- **v1.1.12** — Extend @Input properties of `EcabsSelectV2` from `@ng-select` lib.
|
|
135
|
+
- **v1.1.10** — Added color styles for prompt title message.
|
|
136
|
+
- **v1.1.9** — Fixed i18n issue.
|
|
137
|
+
- **v1.1.8** — Add directive show-on-truncated to directives.
|
|
138
|
+
- **v1.1.7** — Add a message for alphanumeric-only validation.
|
|
139
|
+
- **v1.1.6** — accumulate all directives
|
|
140
|
+
- **v1.1.5** — added slider
|
|
141
|
+
- **v1.1.4** — Fixed blur issue for input.
|
|
142
|
+
- **v1.1.3** — Upgrade `MatLegacyCard` to `MDC`.
|
|
143
|
+
- **v1.1.2** — Introduce new select component (`EcabsSelectV2`) to deprecate `EcabsSelect`.
|
|
144
|
+
- **v1.1.1** — Hide `Timepicker` options on input blur.
|
|
145
|
+
- **v1.1.0** — Upgrade `MatLegacyMenu` to `MDC`.
|
|
146
|
+
- **v1.0.99** — Add `mini` and `maxi` directive and validators to `EcabsInput`.
|
|
147
|
+
- **v1.0.98** — Upgrade `MatLegacyAutocomplete` to `MDC`.
|
|
148
|
+
- **v1.0.97** — Correct misaligned icon and text on `EcabsNotes`.
|
|
149
|
+
- **v1.0.96** — Add missing styles for nested columns on `Table`.
|
|
150
|
+
- **v1.0.95** — Upgrade `MatLegacyTooltip` to `MDC`.
|
|
151
|
+
- **v1.0.94** — Upgrade `MatLegacyTabs` to `MDC`.
|
|
152
|
+
- **v1.0.93** — Update progress colors for percentage.
|
|
153
|
+
- **v1.0.92** — Add default buttons for Confirm and Cancel buttons on dialog.
|
|
154
|
+
- **v1.0.91** — Upgrade `MatLegacyCheckbox` and `MatSlideToggle` to `MDC`.
|
|
155
|
+
- **v1.0.90** — Upgrade `MatLegacyPaginator` to `MDC`.
|
|
156
|
+
- Add `EcabsPaginatorDirective`.
|
|
157
|
+
- Rename `AppHint` to `EcabsHint`.
|
|
158
|
+
- Apply `ngx-toaster` overrides.
|
|
159
|
+
- **v1.0.89** — Upgrade `MatLegacyTable` and `MatLegacyProgress` to `MDC`.
|
|
160
|
+
- **v1.0.88** — Roll back 1.0.87
|
|
161
|
+
- **v1.0.87** — Apply min/max Date logic for date picker
|
|
162
|
+
- **v1.0.85** — Improve styling for `EcabsTable` row colors.
|
|
163
|
+
- **v1.0.84** — Emit `falsey` result when Close button is clicked on `EcabsDialogConfirm` and `EcabsDialogMessage`.
|
|
164
|
+
- **v1.0.83** — Fix buttons height.
|
|
165
|
+
- **v1.0.82** — Improve the appearance of disabled inputs.
|
|
166
|
+
- Fix placeholder text of `EcabsSelect`.
|
|
167
|
+
- **v1.0.81** — Fix font size of `EcabsSelect`.
|
|
168
|
+
- **v1.0.80** — Allow custom button options for `Confirm` and `Cancel` buttons on `EcabsDialog`.
|
|
169
|
+
- **v1.0.79** — feat (CU-11266): Update `MatDialog` to `MDC`.
|
|
170
|
+
- Fix button height issue on anchor tags marked as `mat-button`.
|
|
171
|
+
- Update default font family.
|
|
172
|
+
- Rename `NoteComponent` to `EcabsNoteComponent`.
|
|
173
|
+
- Add `expired` style for `EcabsChip`.
|
|
174
|
+
- **v1.0.78** — Upgrade `MatSelect` to `MDC`.
|
|
175
|
+
- **v1.0.77** — Upgrade `MatChips` to `MDC`.
|
|
176
|
+
- **v1.0.76** — Upgrade `EcabsInput` module to `MDC` styling.
|
|
177
|
+
- **v1.0.75** — Upgrade `EcabsButtons` module to `MDC` styling.
|
|
178
|
+
- **v1.0.18** — Fixed width of date time picker
|
|
179
|
+
- **v1.0.13** — Fixed emitEvent behaviour of checkbox
|
|
@@ -46,4 +46,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
46
46
|
type: Inject,
|
|
47
47
|
args: [String]
|
|
48
48
|
}] }]; } });
|
|
49
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
49
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0ZS5hZGFwdGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZWNhYnMtY29tcG9uZW50cy9zcmMvbGliL2Jhc2UvYWRhcHRlcnMvZGF0ZS5hZGFwdGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUNqRCxPQUFPLEVBQUUsdUJBQXVCLEVBQVcsTUFBTSxpQkFBaUIsQ0FBQztBQUNuRSxPQUFPLEVBQUUsTUFBTSxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRCxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQzs7QUFHM0QsTUFBTSxPQUFPLGdCQUFpQixTQUFRLGlCQUFpQjtJQUNyRCxZQUE0QixjQUFzQjtRQUNoRCxLQUFLLENBQUMsY0FBYyxJQUFJLE9BQU8sRUFBRSxJQUFJLFFBQVEsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO0lBQ3BELENBQUM7SUFFUSxLQUFLLENBQUMsS0FBYTtRQUMxQixNQUFNLFdBQVcsR0FBRyxLQUFLLENBQUMsS0FBSyxDQUFDLEdBQUcsQ0FBQyxDQUFDO1FBRXJDLElBQUksV0FBVyxDQUFDLE1BQU0sS0FBSyxDQUFDLEVBQUU7WUFDNUIsSUFBSSxJQUFJLEdBQUcsQ0FBQyxXQUFXLENBQUMsQ0FBQyxDQUFDLENBQUM7WUFFM0IsSUFBSSxXQUFXLENBQUMsQ0FBQyxDQUFDLENBQUMsTUFBTSxLQUFLLENBQUMsRUFBRTtnQkFDL0IsSUFBSSxJQUFJLEdBQUcsRUFBRSxFQUFFO29CQUNiLElBQUksR0FBRyxDQUFDLEtBQUssSUFBSSxFQUFFLENBQUM7aUJBQ3JCO3FCQUFNO29CQUNMLElBQUksR0FBRyxDQUFDLEtBQUssSUFBSSxFQUFFLENBQUM7aUJBQ3JCO2FBQ0Y7WUFFRCxPQUFPLElBQUksSUFBSSxDQUFDLElBQUksRUFBRSxDQUFDLFdBQVcsQ0FBQyxDQUFDLENBQUMsR0FBRyxDQUFDLEVBQUUsQ0FBQyxXQUFXLENBQUMsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUM7U0FDakU7UUFFRCxPQUFPLElBQUksQ0FBQztJQUNkLENBQUM7SUFFUSxNQUFNLENBQUMsSUFBVTtRQUN4QixPQUFPLENBQ0wsQ0FBQyxHQUFHLEdBQUcsSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxDQUFDO1lBQ2hDLEdBQUc7WUFDSCxDQUFDLEdBQUcsR0FBRyxDQUFDLElBQUksQ0FBQyxRQUFRLEVBQUUsR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsQ0FBQztZQUN2QyxHQUFHO1lBQ0gsSUFBSSxFQUFFLFdBQVcsRUFBRSxDQUNwQixDQUFDO0lBQ0osQ0FBQztJQUVELGdIQUFnSDtJQUN2RyxpQkFBaUIsQ0FBQyxLQUFrQztRQUMzRCxPQUFPLENBQUMsSUFBSSxFQUFFLElBQUksRUFBRSxJQUFJLEVBQUUsSUFBSSxFQUFFLElBQUksRUFBRSxJQUFJLEVBQUUsSUFBSSxDQUFDLENBQUM7SUFDcEQsQ0FBQztJQUVRLGlCQUFpQjtRQUN4QixPQUFPLHVCQUF1QixDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsQ0FBQztJQUM5QyxDQUFDO3dHQTFDVSxnQkFBZ0Isa0JBQ1AsTUFBTTs0R0FEZixnQkFBZ0I7OzRGQUFoQixnQkFBZ0I7a0JBRDVCLFVBQVU7OzBCQUVJLE1BQU07MkJBQUMsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFBsYXRmb3JtIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL3BsYXRmb3JtJztcclxuaW1wb3J0IHsgZ2V0TG9jYWxlRmlyc3REYXlPZldlZWssIFdlZWtEYXkgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5pbXBvcnQgeyBJbmplY3QsIEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgTmF0aXZlRGF0ZUFkYXB0ZXIgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9jb3JlJztcclxuXHJcbkBJbmplY3RhYmxlKClcclxuZXhwb3J0IGNsYXNzIEVjYWJzRGF0ZUFkYXB0ZXIgZXh0ZW5kcyBOYXRpdmVEYXRlQWRhcHRlciB7XHJcbiAgY29uc3RydWN0b3IoQEluamVjdChTdHJpbmcpIGRhdGVUaW1lTG9jYWxlOiBzdHJpbmcpIHtcclxuICAgIHN1cGVyKGRhdGVUaW1lTG9jYWxlID8/ICdlbi1HQicsIG5ldyBQbGF0Zm9ybSgxKSk7XHJcbiAgfVxyXG5cclxuICBvdmVycmlkZSBwYXJzZSh2YWx1ZTogc3RyaW5nKTogRGF0ZSB7XHJcbiAgICBjb25zdCBkYXRlQXNBcnJheSA9IHZhbHVlLnNwbGl0KCcvJyk7XHJcblxyXG4gICAgaWYgKGRhdGVBc0FycmF5Lmxlbmd0aCA9PT0gMykge1xyXG4gICAgICBsZXQgeWVhciA9ICtkYXRlQXNBcnJheVsyXTtcclxuXHJcbiAgICAgIGlmIChkYXRlQXNBcnJheVsyXS5sZW5ndGggPT09IDIpIHtcclxuICAgICAgICBpZiAoeWVhciA+IDMwKSB7XHJcbiAgICAgICAgICB5ZWFyID0gK2AxOSR7eWVhcn1gO1xyXG4gICAgICAgIH0gZWxzZSB7XHJcbiAgICAgICAgICB5ZWFyID0gK2AyMCR7eWVhcn1gO1xyXG4gICAgICAgIH1cclxuICAgICAgfVxyXG5cclxuICAgICAgcmV0dXJuIG5ldyBEYXRlKHllYXIsICtkYXRlQXNBcnJheVsxXSAtIDEsICtkYXRlQXNBcnJheVswXSwgMTIpO1xyXG4gICAgfVxyXG5cclxuICAgIHJldHVybiBudWxsO1xyXG4gIH1cclxuXHJcbiAgb3ZlcnJpZGUgZm9ybWF0KGRhdGU6IERhdGUpOiBzdHJpbmcge1xyXG4gICAgcmV0dXJuIChcclxuICAgICAgKCcwJyArIGRhdGUuZ2V0RGF0ZSgpKS5zbGljZSgtMikgK1xyXG4gICAgICAnLycgK1xyXG4gICAgICAoJzAnICsgKGRhdGUuZ2V0TW9udGgoKSArIDEpKS5zbGljZSgtMikgK1xyXG4gICAgICAnLycgK1xyXG4gICAgICBkYXRlPy5nZXRGdWxsWWVhcigpXHJcbiAgICApO1xyXG4gIH1cclxuXHJcbiAgLy9lc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25vLXVudXNlZC12YXJzLCBuby11bnVzZWQtdmFycywgQHR5cGVzY3JpcHQtZXNsaW50L25vLWV4cGxpY2l0LWFueVxyXG4gIG92ZXJyaWRlIGdldERheU9mV2Vla05hbWVzKHN0eWxlOiAnbG9uZycgfCAnc2hvcnQnIHwgJ25hcnJvdycpOiBhbnlbXSB7XHJcbiAgICByZXR1cm4gWydTdScsICdNbycsICdUdScsICdXZScsICdUaCcsICdGcicsICdTYSddO1xyXG4gIH1cclxuXHJcbiAgb3ZlcnJpZGUgZ2V0Rmlyc3REYXlPZldlZWsoKTogV2Vla0RheSB7XHJcbiAgICByZXR1cm4gZ2V0TG9jYWxlRmlyc3REYXlPZldlZWsodGhpcy5sb2NhbGUpO1xyXG4gIH1cclxufVxyXG4iXX0=
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
export const CHIP_LABEL_CLASS = 'mdc-evolution-chip__text-label';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFkZ2UuY29uc3RzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZWNhYnMtY29tcG9uZW50cy9zcmMvbGliL2Jhc2UvY29uc3RzL2JhZGdlLmNvbnN0cy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFXQSxNQUFNLENBQUMsTUFBTSxnQkFBZ0IsR0FBRyxnQ0FBZ0MsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFBob3NwaG9ySWNvbldlaWdodCB9IGZyb20gJy4vaWNvbi5jb25zdHMnO1xyXG5cclxuZXhwb3J0IGRlY2xhcmUgdHlwZSBCYWRnZVZhcmlhbnQgPVxyXG4gIHwgJ2RlZmF1bHQnXHJcbiAgfCAnc3VjY2VzcydcclxuICB8ICd3YXJuaW5nJ1xyXG4gIHwgJ2RhbmdlcidcclxuICB8ICdpbmZvJztcclxuXHJcbmV4cG9ydCBkZWNsYXJlIHR5cGUgQmFkZ2VTaXplID0gJ3NtYWxsJyB8ICdtZWRpdW0nIHwgJ2xhcmdlJztcclxuZXhwb3J0IGRlY2xhcmUgdHlwZSBCYWRnZUljb25XZWlnaHQgPSBQaG9zcGhvckljb25XZWlnaHQ7XHJcbmV4cG9ydCBjb25zdCBDSElQX0xBQkVMX0NMQVNTID0gJ21kYy1ldm9sdXRpb24tY2hpcF9fdGV4dC1sYWJlbCc7XHJcbiJdfQ==
|