ca-components 1.1.6 → 1.1.8

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 (104) hide show
  1. package/assets/scss/icons.scss +12 -0
  2. package/assets/scss/styles.scss +4 -0
  3. package/assets/scss/text-selection.scss +42 -0
  4. package/esm2022/lib/components/ca-activity-log-list/ca-activity-log-list.component.mjs +3 -3
  5. package/esm2022/lib/components/ca-collapsible-filter/ca-collapsible-filter.component.mjs +2 -2
  6. package/esm2022/lib/components/ca-comment/ca-comment.component.mjs +2 -2
  7. package/esm2022/lib/components/ca-comment/modals/comment-modal/comment-modal.component.mjs +3 -3
  8. package/esm2022/lib/components/ca-custom-scrollbar/ca-custom-scrollbar.component.mjs +3 -3
  9. package/esm2022/lib/components/ca-details-dropdown/ca-details-dropdown.component.mjs +2 -2
  10. package/esm2022/lib/components/ca-dropdown-menu/ca-dropdown-menu.component.mjs +2 -2
  11. package/esm2022/lib/components/ca-filters/ca-filter.component.mjs +2 -2
  12. package/esm2022/lib/components/ca-filters/components/ca-dispatcher-filter/ca-dispatcher-filter.component.mjs +2 -2
  13. package/esm2022/lib/components/ca-filters/components/ca-location-filter/ca-location-filter.component.mjs +2 -2
  14. package/esm2022/lib/components/ca-filters/components/ca-money-filter/ca-money-filter.component.mjs +2 -2
  15. package/esm2022/lib/components/ca-filters/components/ca-pm-filter/ca-pm-filter.component.mjs +2 -2
  16. package/esm2022/lib/components/ca-filters/components/ca-state-filter/ca-state-filter.component.mjs +2 -2
  17. package/esm2022/lib/components/ca-filters/components/ca-status-filter/ca-status-filter.component.mjs +2 -2
  18. package/esm2022/lib/components/ca-filters/components/ca-time-filter/ca-time-filter.component.mjs +3 -3
  19. package/esm2022/lib/components/ca-filters/components/ca-trailer-type-filter/ca-trailer-type-filter.component.mjs +2 -2
  20. package/esm2022/lib/components/ca-filters/components/ca-truck-type-filter/ca-truck-type-filter.component.mjs +2 -2
  21. package/esm2022/lib/components/ca-filters/components/ca-user-filter/ca-user-filter.component.mjs +2 -2
  22. package/esm2022/lib/components/ca-filters/components/ca-violation-filter/ca-violation-filter.component.mjs +2 -2
  23. package/esm2022/lib/components/ca-input/ca-input.component.mjs +2 -2
  24. package/esm2022/lib/components/ca-input/input-test/input-test.component.mjs +3 -3
  25. package/esm2022/lib/components/ca-input-address-dropdown/ca-input-address-dropdown.component.mjs +2 -2
  26. package/esm2022/lib/components/ca-input-datetime-picker/ca-input-datetime-picker.component.mjs +2 -2
  27. package/esm2022/lib/components/ca-input-dropdown/ca-input-dropdown.component.mjs +26 -20
  28. package/esm2022/lib/components/ca-input-note/ca-input-note.component.mjs +2 -2
  29. package/esm2022/lib/components/ca-logo-change/ca-logo-change.component.mjs +3 -3
  30. package/esm2022/lib/components/ca-map/ca-map.component.mjs +47 -60
  31. package/esm2022/lib/components/ca-map/models/index.mjs +2 -0
  32. package/esm2022/lib/components/ca-map/models/map.model.mjs +1 -1
  33. package/esm2022/lib/components/ca-map/utils/constants/index.mjs +2 -1
  34. package/esm2022/lib/components/ca-map/utils/constants/map-options.constants.mjs +2 -2
  35. package/esm2022/lib/components/ca-map/utils/constants/map.constants.mjs +436 -0
  36. package/esm2022/lib/components/ca-map/utils/helpers/map.helper.mjs +1 -1
  37. package/esm2022/lib/components/ca-map/utils/services/map-marker-icon.service.mjs +1 -1
  38. package/esm2022/lib/components/ca-map-dropdown/ca-map-dropdown.component.mjs +5 -5
  39. package/esm2022/lib/components/ca-map-dropdown/enums/map-dropdown-string.enum.mjs +17 -17
  40. package/esm2022/lib/components/ca-modal-button/ca-modal-button.component.mjs +5 -5
  41. package/esm2022/lib/components/ca-modal-button/enums/modal-button-class-type.enum.mjs +12 -10
  42. package/esm2022/lib/components/ca-modal-button/enums/modal-button-size.enum.mjs +6 -6
  43. package/esm2022/lib/components/ca-modal-button/pipes/modal-button-class.pipe.mjs +1 -1
  44. package/esm2022/lib/components/ca-ngx-slider/ca-ngx-slider.component.mjs +2 -2
  45. package/esm2022/lib/components/ca-note/ca-note.component.mjs +2 -2
  46. package/esm2022/lib/components/ca-note-container/ca-note-container.component.mjs +2 -2
  47. package/esm2022/lib/components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component.mjs +2 -2
  48. package/esm2022/lib/components/ca-period-content/ca-period-content.component.mjs +2 -2
  49. package/esm2022/lib/components/ca-period-content/components/ca-period-content-extra-info/ca-period-content-extra-info.component.mjs +3 -3
  50. package/esm2022/lib/components/ca-period-content/components/ca-period-content-payment/ca-period-content-payment.component.mjs +2 -2
  51. package/esm2022/lib/components/ca-period-content/components/ca-period-content-user-info/ca-period-content-user-info.component.mjs +3 -3
  52. package/esm2022/lib/components/ca-pickup-delivery-block/ca-pickup-delivery-block.component.mjs +3 -3
  53. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/ca-load.component.mjs +3 -3
  54. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-list/ca-load-list.component.mjs +3 -3
  55. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.mjs +3 -3
  56. package/esm2022/lib/components/ca-profile-image/ca-profile-image.component.mjs +3 -3
  57. package/esm2022/lib/components/ca-progress-bar/ca-progress-bar.component.mjs +40 -75
  58. package/esm2022/lib/components/ca-progress-bar/models/gps-progress.model.mjs +1 -1
  59. package/esm2022/lib/components/ca-progress-expiration/ca-progress-expiration.component.mjs +2 -2
  60. package/esm2022/lib/components/ca-rating-review/ca-rating-review.component.mjs +2 -2
  61. package/esm2022/lib/components/ca-rating-review/components/ca-rating-review-user/ca-rating-review-user.component.mjs +2 -2
  62. package/esm2022/lib/components/ca-rating-review/components/ca-ratings-reviews-popup/ca-ratings-reviews-popup.component.mjs +2 -2
  63. package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-company/ca-right-side-panel-company.component.mjs +3 -3
  64. package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-menu/ca-right-side-panel-menu.component.mjs +3 -3
  65. 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
  66. package/esm2022/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.mjs +2 -2
  67. package/esm2022/lib/components/ca-sort-dropdown/ca-sort-dropdown.component.mjs +2 -2
  68. package/esm2022/lib/components/ca-spinner/ca-spinner.component.mjs +2 -2
  69. package/esm2022/lib/components/ca-tab-switch/ca-tab-switch.component.mjs +3 -3
  70. package/esm2022/lib/components/ca-todo/ca-todo.component.mjs +3 -3
  71. package/esm2022/lib/components/ca-todo/components/ca-todo-card.component.mjs +3 -3
  72. package/esm2022/lib/components/ca-tooltip-list/ca-tooltip-list.component.mjs +3 -3
  73. package/esm2022/lib/components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component.mjs +2 -2
  74. package/esm2022/lib/components/ca-upload-files/ca-upload-files.component.mjs +3 -3
  75. package/esm2022/lib/components/ca-upload-files/components/ca-upload-dropzone/ca-upload-dropzone.component.mjs +3 -3
  76. package/esm2022/lib/components/ca-upload-files/components/ca-upload-file/ca-upload-file.component.mjs +2 -2
  77. package/esm2022/lib/components/ca-upload-files/components/ca-upload-files-carousel/ca-upload-files-carousel.component.mjs +3 -3
  78. package/esm2022/lib/models/index.mjs +2 -2
  79. package/esm2022/lib/models/long-lat.model.mjs +2 -0
  80. package/esm2022/public-api.mjs +3 -2
  81. package/fesm2022/ca-components.mjs +262 -301
  82. package/fesm2022/ca-components.mjs.map +1 -1
  83. package/lib/components/ca-input-dropdown/ca-input-dropdown.component.d.ts +2 -2
  84. package/lib/components/ca-map/ca-map.component.d.ts +9 -9
  85. package/lib/components/ca-map/models/index.d.ts +1 -0
  86. package/lib/components/ca-map/models/map.model.d.ts +5 -0
  87. package/lib/components/ca-map/utils/constants/index.d.ts +1 -0
  88. package/lib/components/ca-map/utils/constants/map-options.constants.d.ts +1 -1
  89. package/lib/components/ca-map/utils/helpers/map.helper.d.ts +1 -1
  90. package/lib/components/ca-map/utils/services/map-marker-icon.service.d.ts +1 -1
  91. package/lib/components/ca-map-dropdown/ca-map-dropdown.component.d.ts +2 -2
  92. package/lib/components/ca-map-dropdown/enums/map-dropdown-string.enum.d.ts +1 -1
  93. package/lib/components/ca-modal-button/ca-modal-button.component.d.ts +3 -3
  94. package/lib/components/ca-modal-button/enums/modal-button-class-type.enum.d.ts +4 -2
  95. package/lib/components/ca-modal-button/enums/modal-button-size.enum.d.ts +1 -1
  96. package/lib/components/ca-modal-button/pipes/modal-button-class.pipe.d.ts +2 -2
  97. package/lib/components/ca-progress-bar/ca-progress-bar.component.d.ts +18 -24
  98. package/lib/components/ca-progress-bar/models/gps-progress.model.d.ts +2 -0
  99. package/lib/models/index.d.ts +1 -0
  100. package/lib/models/long-lat.model.d.ts +4 -0
  101. package/package.json +1 -1
  102. package/public-api.d.ts +2 -1
  103. package/esm2022/lib/constants/map.constant.mjs +0 -436
  104. /package/lib/{constants/map.constant.d.ts → components/ca-map/utils/constants/map.constants.d.ts} +0 -0
@@ -52,6 +52,15 @@
52
52
  &-blue-26 {
53
53
  @include svg-fill($ta-blue-26);
54
54
  }
55
+ &-grey {
56
+ @include svg-fill($bw5);
57
+ }
58
+ &-red-10 {
59
+ @include svg-fill($ta-red-10);
60
+ }
61
+ &-green {
62
+ @include svg-fill($ta-green);
63
+ }
55
64
  }
56
65
 
57
66
  // Hovers
@@ -90,6 +99,9 @@
90
99
  &-18 {
91
100
  @include svg-size(18px, 18px);
92
101
  }
102
+ &-22 {
103
+ @include svg-size(22px, 22px);
104
+ }
93
105
  &-44-16 {
94
106
  @include svg-size(44px, 16px);
95
107
  }
@@ -58,3 +58,7 @@ html {
58
58
  display: none;
59
59
  }
60
60
  }
61
+
62
+ .cursor-pointer {
63
+ cursor: pointer;
64
+ }
@@ -58,6 +58,20 @@
58
58
  }
59
59
  }
60
60
 
61
+ &-green-4 {
62
+ color: $ta-green-4 !important;
63
+
64
+ &::-moz-selection {
65
+ background: rgb(134, 201, 195, 0.2) !important;
66
+ color: $ta-green-4 !important;
67
+ }
68
+
69
+ &::selection {
70
+ background: rgb(134, 201, 195, 0.2) !important;
71
+ color: $ta-green-4 !important;
72
+ }
73
+ }
74
+
61
75
  &-blue-13 {
62
76
  color: $ta-blue-13 !important;
63
77
 
@@ -86,6 +100,20 @@
86
100
  }
87
101
  }
88
102
 
103
+ &-blue-19 {
104
+ color: $ta-blue-19 !important;
105
+
106
+ &::-moz-selection {
107
+ background: rgb(146, 177, 245, 0.2) !important;
108
+ color: $ta-blue-19 !important;
109
+ }
110
+
111
+ &::selection {
112
+ background: rgb(146, 177, 245, 0.2) !important;
113
+ color: $ta-blue-19 !important;
114
+ }
115
+ }
116
+
89
117
  &-red-10 {
90
118
  color: $ta-red-10 !important;
91
119
 
@@ -100,6 +128,20 @@
100
128
  }
101
129
  }
102
130
 
131
+ &-red-13 {
132
+ color: $ta-red-13 !important;
133
+
134
+ &::-moz-selection {
135
+ background: rgb(237, 146, 146, 0.2) !important;
136
+ color: $ta-red-13 !important;
137
+ }
138
+
139
+ &::selection {
140
+ background: rgb(237, 146, 146, 0.2) !important;
141
+ color: $ta-red-13 !important;
142
+ }
143
+ }
144
+
103
145
  &-light-grey {
104
146
  color: $ta-light-grey !important;
105
147