ca-components 1.0.72 → 1.0.74

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.
Files changed (75) hide show
  1. package/README.md +1 -1
  2. package/assets/scss/custompickers.scss +0 -111
  3. package/assets/scss/details_page_ske.scss +1 -1921
  4. package/assets/scss/tooltip.scss +7 -0
  5. package/esm2022/lib/components/ca-activity-log-list/ca-activity-log-list.component.mjs +6 -6
  6. package/esm2022/lib/components/ca-collapsible-filter/ca-collapsible-filter.component.mjs +2 -2
  7. package/esm2022/lib/components/ca-comment/ca-comment.component.mjs +3 -3
  8. package/esm2022/lib/components/ca-comment/modals/comment-modal/comment-modal.component.mjs +3 -3
  9. package/esm2022/lib/components/ca-custom-scrollbar/ca-custom-scrollbar.component.mjs +205 -0
  10. package/esm2022/lib/components/ca-details-dropdown/ca-details-dropdown.component.mjs +2 -2
  11. package/esm2022/lib/components/ca-dropdown-menu/ca-dropdown-menu.component.mjs +2 -2
  12. package/esm2022/lib/components/ca-filters/ca-filter.component.mjs +2 -2
  13. package/esm2022/lib/components/ca-filters/components/ca-dispatcher-filter/ca-dispatcher-filter.component.mjs +2 -2
  14. package/esm2022/lib/components/ca-filters/components/ca-location-filter/ca-location-filter.component.mjs +2 -2
  15. package/esm2022/lib/components/ca-filters/components/ca-money-filter/ca-money-filter.component.mjs +2 -2
  16. package/esm2022/lib/components/ca-filters/components/ca-pm-filter/ca-pm-filter.component.mjs +2 -2
  17. package/esm2022/lib/components/ca-filters/components/ca-state-filter/ca-state-filter.component.mjs +2 -2
  18. package/esm2022/lib/components/ca-filters/components/ca-status-filter/ca-status-filter.component.mjs +2 -2
  19. package/esm2022/lib/components/ca-filters/components/ca-time-filter/ca-time-filter.component.mjs +3 -3
  20. package/esm2022/lib/components/ca-filters/components/ca-trailer-type-filter/ca-trailer-type-filter.component.mjs +2 -2
  21. package/esm2022/lib/components/ca-filters/components/ca-truck-type-filter/ca-truck-type-filter.component.mjs +2 -2
  22. package/esm2022/lib/components/ca-filters/components/ca-user-filter/ca-user-filter.component.mjs +2 -2
  23. package/esm2022/lib/components/ca-filters/components/ca-violation-filter/ca-violation-filter.component.mjs +2 -2
  24. package/esm2022/lib/components/ca-input/ca-input.component.mjs +2 -2
  25. package/esm2022/lib/components/ca-input-address-dropdown/ca-input-address-dropdown.component.mjs +2 -2
  26. package/esm2022/lib/components/ca-input-dropdown/ca-input-dropdown.component.mjs +2 -2
  27. package/esm2022/lib/components/ca-input-note/ca-input-note.component.mjs +2 -2
  28. package/esm2022/lib/components/ca-logo-change/ca-logo-change.component.mjs +3 -3
  29. package/esm2022/lib/components/ca-map-dropdown/ca-map-dropdown.component.mjs +2 -2
  30. package/esm2022/lib/components/ca-modal/ca-modal.component.mjs +9 -3
  31. package/esm2022/lib/components/ca-modal-button/ca-modal-button.component.mjs +5 -5
  32. package/esm2022/lib/components/ca-modal-button/enums/modal-button-size.enum.mjs +1 -1
  33. package/esm2022/lib/components/ca-modal-button/enums/modal-button-type.enum.mjs +1 -4
  34. package/esm2022/lib/components/ca-ngx-slider/ca-ngx-slider.component.mjs +2 -2
  35. package/esm2022/lib/components/ca-note/ca-note.component.mjs +2 -2
  36. package/esm2022/lib/components/ca-note-container/ca-note-container.component.mjs +2 -2
  37. package/esm2022/lib/components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component.mjs +2 -2
  38. package/esm2022/lib/components/ca-period-content/ca-period-content.component.mjs +2 -2
  39. package/esm2022/lib/components/ca-period-content/components/ca-period-content-extra-info/ca-period-content-extra-info.component.mjs +3 -3
  40. package/esm2022/lib/components/ca-period-content/components/ca-period-content-payment/ca-period-content-payment.component.mjs +2 -2
  41. package/esm2022/lib/components/ca-period-content/components/ca-period-content-user-info/ca-period-content-user-info.component.mjs +3 -3
  42. package/esm2022/lib/components/ca-pickup-delivery-block/ca-pickup-delivery-block.component.mjs +3 -3
  43. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/ca-load.component.mjs +3 -3
  44. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-list/ca-load-list.component.mjs +3 -3
  45. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.mjs +3 -3
  46. package/esm2022/lib/components/ca-profile-image/ca-profile-image.component.mjs +3 -3
  47. package/esm2022/lib/components/ca-progress-bar/ca-progress-bar.component.mjs +2 -2
  48. package/esm2022/lib/components/ca-progress-expiration/ca-progress-expiration.component.mjs +3 -3
  49. package/esm2022/lib/components/ca-rating-review/ca-rating-review.component.mjs +2 -2
  50. package/esm2022/lib/components/ca-rating-review/components/ca-rating-review-user/ca-rating-review-user.component.mjs +2 -2
  51. package/esm2022/lib/components/ca-rating-review/components/ca-ratings-reviews-popup/ca-ratings-reviews-popup.component.mjs +2 -2
  52. package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-company/ca-right-side-panel-company.component.mjs +3 -3
  53. package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-menu/ca-right-side-panel-menu.component.mjs +3 -3
  54. package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-top-bar/ca-right-side-panel-top-bar.component.mjs +3 -3
  55. package/esm2022/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.mjs +10 -15
  56. package/esm2022/lib/components/ca-sort-dropdown/ca-sort-dropdown.component.mjs +2 -2
  57. package/esm2022/lib/components/ca-spinner/ca-spinner.component.mjs +2 -2
  58. package/esm2022/lib/components/ca-tab-switch/ca-tab-switch.component.mjs +3 -3
  59. package/esm2022/lib/components/ca-todo/ca-todo.component.mjs +3 -3
  60. package/esm2022/lib/components/ca-todo/components/ca-todo-card.component.mjs +3 -3
  61. package/esm2022/lib/components/ca-tooltip-list/ca-tooltip-list.component.mjs +3 -3
  62. package/esm2022/lib/components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component.mjs +2 -2
  63. package/esm2022/lib/components/ca-upload-files/ca-upload-files.component.mjs +3 -3
  64. package/esm2022/lib/components/ca-upload-files/components/ca-upload-dropzone/ca-upload-dropzone.component.mjs +3 -3
  65. package/esm2022/lib/components/ca-upload-files/components/ca-upload-file/ca-upload-file.component.mjs +2 -2
  66. package/esm2022/lib/components/ca-upload-files/components/ca-upload-files-carousel/ca-upload-files-carousel.component.mjs +3 -3
  67. package/esm2022/public-api.mjs +2 -1
  68. package/fesm2022/ca-components.mjs +330 -131
  69. package/fesm2022/ca-components.mjs.map +1 -1
  70. package/lib/components/ca-custom-scrollbar/ca-custom-scrollbar.component.d.ts +44 -0
  71. package/lib/components/ca-modal-button/ca-modal-button.component.d.ts +2 -2
  72. package/lib/components/ca-modal-button/enums/modal-button-type.enum.d.ts +0 -3
  73. package/package.json +1 -1
  74. package/public-api.d.ts +1 -0
  75. package/src/assets/ca-components/svg/input/ic_coordinates.svg +6 -0
package/README.md CHANGED
@@ -21,4 +21,4 @@ Run `ng test ca-components` to execute the unit tests via [Karma](https://karma-
21
21
 
22
22
  ## Further help
23
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.
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.
@@ -6,117 +6,6 @@
6
6
  top: 16px;
7
7
  }
8
8
 
9
- .picker_input_holder {
10
- display: flex;
11
- min-width: 146px;
12
- max-width: 260px;
13
- border-radius: 3px;
14
- background-color: $bw1;
15
-
16
- input {
17
- width: 100%;
18
- padding-left: 6px;
19
-
20
- border: none;
21
- outline: none;
22
- background-color: transparent;
23
-
24
- caret-color: transparent;
25
- -webkit-appearance: none;
26
-
27
- &:focus {
28
- outline: none;
29
- border: none;
30
- }
31
-
32
- &::-webkit-input-placeholder {
33
- /* Edge */
34
- color: $bw5 !important;
35
- }
36
-
37
- &:-ms-input-placeholder {
38
- /* Internet Explorer 10-11 */
39
- color: $bw5 !important;
40
- }
41
-
42
- &::placeholder {
43
- color: $bw5 !important;
44
- }
45
- }
46
-
47
- .toggle_picker {
48
- display: flex;
49
- justify-content: center;
50
- align-items: center;
51
- width: 26px;
52
- height: 26px;
53
- min-width: 26px;
54
- background-color: $bw2;
55
-
56
- border-radius: 3px;
57
- cursor: pointer;
58
-
59
- &::after {
60
- display: none;
61
- }
62
-
63
- svg-icon {
64
- display: flex;
65
-
66
- svg {
67
- width: 12px;
68
- height: 10px;
69
-
70
- path {
71
- fill: $bw5;
72
- }
73
- }
74
- }
75
- }
76
-
77
- &:hover {
78
- opacity: 1;
79
- }
80
-
81
- &.active {
82
- background-color: $bw6-2;
83
-
84
- border-left: 3px solid $bw6-2;
85
-
86
- .toggle_picker {
87
- background-color: $bw5;
88
-
89
- svg-icon {
90
- display: flex;
91
-
92
- svg {
93
- transform: rotate(180deg);
94
-
95
- path {
96
- fill: $white-2;
97
- }
98
- }
99
- }
100
- }
101
-
102
- input {
103
- &::-webkit-input-placeholder {
104
- /* Edge */
105
- color: $white-2 !important;
106
- }
107
-
108
- &:-ms-input-placeholder {
109
- /* Internet Explorer 10-11 */
110
- color: $white-2 !important;
111
- }
112
-
113
- &::placeholder {
114
- color: $white-2 !important;
115
- }
116
- }
117
- }
118
- }
119
-
120
9
  .pickers_holder {
121
10
  position: absolute;
122
11
  top: 3px !important;