ecabs-components 1.1.30 → 1.1.31

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 CHANGED
@@ -23,68 +23,71 @@ Run `ng test ecabs-components` to execute the unit tests via [Karma](https://kar
23
23
 
24
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
25
 
26
- v1.0.13 Fixed emitEvent behaviour of checkbox
27
- v1.0.18 — Fixed width of date time picker
28
- v1.0.75Upgrade `EcabsButtons` module to `MDC` styling.
29
- v1.0.76Upgrade `EcabsInput` module to `MDC` styling.
30
- v1.0.77 — Upgrade `MatChips` to `MDC`.
31
- v1.0.78 — Upgrade `MatSelect` to `MDC`.
32
- v1.0.79feat(CU-11266): Update `MatDialog` to `MDC`.
26
+ ## Version History
27
+
28
+ - **v1.0.13**Fixed emitEvent behaviour of checkbox
29
+ - **v1.0.18**Fixed width of date time picker
30
+ - **v1.0.75** — Upgrade `EcabsButtons` module to `MDC` styling.
31
+ - **v1.0.76** — Upgrade `EcabsInput` module to `MDC` styling.
32
+ - **v1.0.77**Upgrade `MatChips` to `MDC`.
33
+ - **v1.0.78** — Upgrade `MatSelect` to `MDC`.
34
+ - **v1.0.79** — feat(CU-11266): Update `MatDialog` to `MDC`.
33
35
  - Fix button height issue on anchor tags marked as `mat-button`.
34
36
  - Update default font family.
35
37
  - Rename `NoteComponent` to `EcabsNoteComponent`.
36
38
  - Add `expired` style for `EcabsChip`.
37
- v1.0.80 — Allow custom button options for `Confirm` and `Cancel` buttons on `EcabsDialog`.
38
- v1.0.81 — Fix font size of `EcabsSelect`.
39
- v1.0.82 — Improve the appearance of disabled inputs.
39
+ - **v1.0.80** — Allow custom button options for `Confirm` and `Cancel` buttons on `EcabsDialog`.
40
+ - **v1.0.81** — Fix font size of `EcabsSelect`.
41
+ - **v1.0.82** — Improve the appearance of disabled inputs.
40
42
  - Fix placeholder text of `EcabsSelect`.
41
- v1.0.83 — Fix buttons height.
42
- v1.0.84 — Emit `falsey` result when Close button is clicked on `EcabsDialogConfirm` and `EcabsDialogMessage`.
43
- v1.0.85 — Improve styling for `EcabsTable` row colors.
44
- v1.0.87 — Apply min/max Date logic for date picker
45
- v1.0.88 — Roll back 1.0.87
46
- v1.0.89 — Upgrade `MatLegacyTable` and `MatLegacyProgress` to `MDC`.
47
- v1.0.90 — Upgrade `MatLegacyPaginator` to `MDC`.
43
+ - **v1.0.83** — Fix buttons height.
44
+ - **v1.0.84** — Emit `falsey` result when Close button is clicked on `EcabsDialogConfirm` and `EcabsDialogMessage`.
45
+ - **v1.0.85** — Improve styling for `EcabsTable` row colors.
46
+ - **v1.0.87** — Apply min/max Date logic for date picker
47
+ - **v1.0.88** — Roll back 1.0.87
48
+ - **v1.0.89** — Upgrade `MatLegacyTable` and `MatLegacyProgress` to `MDC`.
49
+ - **v1.0.90** — Upgrade `MatLegacyPaginator` to `MDC`.
48
50
  - Add `EcabsPaginatorDirective`.
49
51
  - Rename `AppHint` to `EcabsHint`.
50
52
  - Apply `ngx-toaster` overrides.
51
- v1.0.91 — Upgrade `MatLegacyCheckbox` and `MatSlideToggle` to `MDC`.
52
- v1.0.92 — Add default buttons for Confirm and Cancel buttons on dialog.
53
- v1.0.93 — Update progress colors for percentage.
54
- v1.0.94 — Upgrade `MatLegacyTabs` to `MDC`.
55
- v1.0.95 — Upgrade `MatLegacyTooltip` to `MDC`.
56
- v1.0.96 — Add missing styles for nested columns on `Table`.
57
- v1.0.97 — Correct misaligned icon and text on `EcabsNotes`.
58
- v1.0.98 — Upgrade `MatLegacyAutocomplete` to `MDC`.
59
- v1.0.99 — Add `mini` and `maxi` directive and validators to `EcabsInput`.
60
- v1.1.0 — Upgrade `MatLegacyMenu` to `MDC`.
61
- v1.1.1 — Hide `Timepicker` options on input blur.
62
- v1.1.2 — Introduce new select component (`EcabsSelectV2`) to deprecate `EcabsSelect`.
63
- v1.1.3 — Upgrade `MatLegacyCard` to `MDC`.
64
- v1.1.4 — Fixed blur issue for input.
65
- v1.1.5 — added slider
66
- v1.1.6 — accumulate all directives
67
- v1.1.7 — Add a message for alphanumeric-only validation.
68
- v1.1.8 — Add directive show-on-truncated to directives.
69
- v1.1.9 — Fixed i18n issue.
70
- v1.1.10 — Added color styles for prompt title message.
71
- v1.1.12 — Extend @Input properties of `EcabsSelectV2` from `@ng-select` lib.
72
- v1.1.13 — Fix `overflow-y` issue on `MatCardContent`.
73
- v1.1.14 — Update styles for disabled indeterminate checkboxes.
74
- v1.1.15 — Cleanup `EcabsComponentsService` and provide default config via `config` property.
75
- v1.1.16 — Implemented custom phone number control.
76
- v1.1.17 — Fix peerDependency on `libphonenumber-js`.
77
- v1.1.18 — Adjust position of `sticky` header on `MatTable`.
78
- v1.1.19 — Increase delay for phone control and to config.
79
- v1.1.20 — Improve the appearance for the scrollbar.
80
- v1.1.21 — Improve style for hovered disabled calendar date.
81
- v1.1.22 — Added statuses for mat-chips.
53
+ - **v1.0.91** — Upgrade `MatLegacyCheckbox` and `MatSlideToggle` to `MDC`.
54
+ - **v1.0.92** — Add default buttons for Confirm and Cancel buttons on dialog.
55
+ - **v1.0.93** — Update progress colors for percentage.
56
+ - **v1.0.94** — Upgrade `MatLegacyTabs` to `MDC`.
57
+ - **v1.0.95** — Upgrade `MatLegacyTooltip` to `MDC`.
58
+ - **v1.0.96** — Add missing styles for nested columns on `Table`.
59
+ - **v1.0.97** — Correct misaligned icon and text on `EcabsNotes`.
60
+ - **v1.0.98** — Upgrade `MatLegacyAutocomplete` to `MDC`.
61
+ - **v1.0.99** — Add `mini` and `maxi` directive and validators to `EcabsInput`.
62
+ - **v1.1.0** — Upgrade `MatLegacyMenu` to `MDC`.
63
+ - **v1.1.1** — Hide `Timepicker` options on input blur.
64
+ - **v1.1.2** — Introduce new select component (`EcabsSelectV2`) to deprecate `EcabsSelect`.
65
+ - **v1.1.3** — Upgrade `MatLegacyCard` to `MDC`.
66
+ - **v1.1.4** — Fixed blur issue for input.
67
+ - **v1.1.5** — added slider
68
+ - **v1.1.6** — accumulate all directives
69
+ - **v1.1.7** — Add a message for alphanumeric-only validation.
70
+ - **v1.1.8** — Add directive show-on-truncated to directives.
71
+ - **v1.1.9** — Fixed i18n issue.
72
+ - **v1.1.10** — Added color styles for prompt title message.
73
+ - **v1.1.12** — Extend @Input properties of `EcabsSelectV2` from `@ng-select` lib.
74
+ - **v1.1.13** — Fix `overflow-y` issue on `MatCardContent`.
75
+ - **v1.1.14** — Update styles for disabled indeterminate checkboxes.
76
+ - **v1.1.15** — Cleanup `EcabsComponentsService` and provide default config via `config` property.
77
+ - **v1.1.16** — Implemented custom phone number control.
78
+ - **v1.1.17** — Fix peerDependency on `libphonenumber-js`.
79
+ - **v1.1.18** — Adjust position of `sticky` header on `MatTable`.
80
+ - **v1.1.19** — Increase delay for phone control and to config.
81
+ - **v1.1.20** — Improve the appearance for the scrollbar.
82
+ - **v1.1.21** — Improve style for hovered disabled calendar date.
83
+ - **v1.1.22** — Added statuses for mat-chips.
82
84
  - Added badges for menu items.
83
- v1.1.23 — Update styling for map markers.
84
- v1.1.24 — Fixed date range picker when reset value.
85
- v1.1.25 — Fixed date range picker when choose one date only.
86
- v1.1.26 — Implement dynamic titles for `EcabsDialogComponent`.
87
- v1.1.27 — Added results for the dialog message.
88
- v1.1.28 — Fixed issue related to the prev version.
89
- v1.1.29 — Added handling manual updates data of date range picker.
90
- v1.1.30 — Added blur event handling and support for special keys in `EcabsTimePickerComponent`.
85
+ - **v1.1.23** — Update styling for map markers.
86
+ - **v1.1.24** — Fixed date range picker when reset value.
87
+ - **v1.1.25** — Fixed date range picker when choose one date only.
88
+ - **v1.1.26** — Implement dynamic titles for `EcabsDialogComponent`.
89
+ - **v1.1.27** — Added results for the dialog message.
90
+ - **v1.1.28** — Fixed issue related to the prev version.
91
+ - **v1.1.29** — Added handling manual updates data of date range picker.
92
+ - **v1.1.30** — Added blur event handling and support for special keys in `EcabsTimePickerComponent`.
93
+ - **v1.1.31** — Prevent hover state persistence on disabled buttons.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ecabs-components",
3
- "version": "1.1.30",
3
+ "version": "1.1.31",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^16.2.12",
6
6
  "@angular/common": "^16.2.12",
@@ -201,6 +201,14 @@
201
201
  }
202
202
  }
203
203
 
204
+ /* prevent hover state from persisting when disabled */
205
+ &:disabled:hover,
206
+ &.loading:hover {
207
+ background-color: var(--color-gray-300);
208
+ color: var(--color-gray-400);
209
+ box-shadow: none;
210
+ }
211
+
204
212
  /* #Icon */
205
213
  @include e(with-icon) {
206
214
  @include m(wrapper) {