ca-components 2.1.152 → 2.1.161

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 (1797) hide show
  1. package/fesm2022/ca-components.mjs +18 -1
  2. package/fesm2022/ca-components.mjs.map +1 -1
  3. package/index.d.ts +96 -96
  4. package/package.json +1 -1
  5. package/lib/animations/accordion-animation.ts +0 -41
  6. package/lib/animations/animation.ts +0 -33
  7. package/lib/animations/area-left-side.animation.ts +0 -44
  8. package/lib/animations/area-right-side.animation.ts +0 -43
  9. package/lib/animations/card-component.animation.ts +0 -78
  10. package/lib/animations/close-form.animation.ts +0 -34
  11. package/lib/animations/expand-search-button.animation.ts +0 -17
  12. package/lib/animations/fade-in.animation.ts +0 -15
  13. package/lib/animations/in-out.animation.ts +0 -87
  14. package/lib/animations/index.ts +0 -14
  15. package/lib/animations/puff-in-out.animation.ts +0 -40
  16. package/lib/animations/search-bar-button-opacity.animation.ts +0 -18
  17. package/lib/animations/search-input-expand.animation.ts +0 -18
  18. package/lib/animations/show.animation.ts +0 -36
  19. package/lib/animations/slide-in-out.animation.ts +0 -36
  20. package/lib/animations/state-header.animation.ts +0 -31
  21. package/lib/animations/tabs-modal.animation.ts +0 -121
  22. package/lib/ca-components.module.ts +0 -222
  23. package/lib/components/ca-activity-log-list/ca-activity-log-list.component.html +0 -227
  24. package/lib/components/ca-activity-log-list/ca-activity-log-list.component.scss +0 -398
  25. package/lib/components/ca-activity-log-list/ca-activity-log-list.component.spec.ts +0 -21
  26. package/lib/components/ca-activity-log-list/ca-activity-log-list.component.ts +0 -174
  27. package/lib/components/ca-activity-log-list/ca-activity-log-list.stories.ts +0 -29
  28. package/lib/components/ca-activity-log-list/config/activity-log-search-filter.config.ts +0 -18
  29. package/lib/components/ca-activity-log-list/config/index.ts +0 -1
  30. package/lib/components/ca-activity-log-list/enums/action-log-type-title-text.enum.ts +0 -5
  31. package/lib/components/ca-activity-log-list/enums/action-log-type.enum.ts +0 -7
  32. package/lib/components/ca-activity-log-list/enums/activity-entity-type.enum.ts +0 -4
  33. package/lib/components/ca-activity-log-list/enums/activity-log-utils.enum.ts +0 -4
  34. package/lib/components/ca-activity-log-list/enums/index.ts +0 -4
  35. package/lib/components/ca-activity-log-list/models/action-log.model.ts +0 -7
  36. package/lib/components/ca-activity-log-list/models/activity-log-item-description.model.ts +0 -5
  37. package/lib/components/ca-activity-log-list/models/activity-log-item.model.ts +0 -18
  38. package/lib/components/ca-activity-log-list/models/activity-log-list-data.model.ts +0 -7
  39. package/lib/components/ca-activity-log-list/models/company-user-avatar-file.model.ts +0 -9
  40. package/lib/components/ca-activity-log-list/models/company-user.model.ts +0 -10
  41. package/lib/components/ca-activity-log-list/models/entity-type-activity.model.ts +0 -4
  42. package/lib/components/ca-activity-log-list/models/index.ts +0 -7
  43. package/lib/components/ca-activity-log-list/utils/constants/activity-log-list-data.constants.ts +0 -537
  44. package/lib/components/ca-activity-log-list/utils/constants/index.ts +0 -1
  45. package/lib/components/ca-activity-log-list/utils/pipes/action-log-name-transform.pipe.ts +0 -11
  46. package/lib/components/ca-activity-log-list/utils/pipes/activity-log-date-transform.pipe.ts +0 -14
  47. package/lib/components/ca-activity-log-list/utils/pipes/company-user-name-transform.pipe.ts +0 -13
  48. package/lib/components/ca-activity-log-list/utils/pipes/index.ts +0 -4
  49. package/lib/components/ca-activity-log-list/utils/pipes/tab-title-transform.pipe.ts +0 -13
  50. package/lib/components/ca-app-tooltip-v2/ca-app-tooltip-v2.component.html +0 -20
  51. package/lib/components/ca-app-tooltip-v2/ca-app-tooltip-v2.component.scss +0 -0
  52. package/lib/components/ca-app-tooltip-v2/ca-app-tooltip-v2.component.ts +0 -74
  53. package/lib/components/ca-autoclose-popover/ca-autoclose-popover.component.html +0 -18
  54. package/lib/components/ca-autoclose-popover/ca-autoclose-popover.component.scss +0 -0
  55. package/lib/components/ca-autoclose-popover/ca-autoclose-popover.component.ts +0 -56
  56. package/lib/components/ca-autoclose-popover/enums/autoclose-string.enum.ts +0 -3
  57. package/lib/components/ca-chart/ca-chart.component.html +0 -76
  58. package/lib/components/ca-chart/ca-chart.component.scss +0 -39
  59. package/lib/components/ca-chart/ca-chart.component.spec.ts +0 -21
  60. package/lib/components/ca-chart/ca-chart.component.ts +0 -912
  61. package/lib/components/ca-chart/ca-chart.stories.ts +0 -121
  62. package/lib/components/ca-chart/config/ca-base-chart-dataset.config.ts +0 -12
  63. package/lib/components/ca-chart/config/index.ts +0 -1
  64. package/lib/components/ca-chart/enums/chart-annotation-type.enum.ts +0 -8
  65. package/lib/components/ca-chart/enums/chart-annotation.enum.ts +0 -15
  66. package/lib/components/ca-chart/enums/chart-colors.enum.ts +0 -7
  67. package/lib/components/ca-chart/enums/chart-event-properties.enum.ts +0 -5
  68. package/lib/components/ca-chart/enums/chart-event-types.enum.ts +0 -3
  69. package/lib/components/ca-chart/enums/chart-font-properties.enum.ts +0 -4
  70. package/lib/components/ca-chart/enums/chart-images.enum.ts +0 -7
  71. package/lib/components/ca-chart/enums/chart-plugin-ids.enum.ts +0 -6
  72. package/lib/components/ca-chart/enums/cubic-interpolation-mode.enum.ts +0 -4
  73. package/lib/components/ca-chart/enums/e-chart-types.enum.ts +0 -5
  74. package/lib/components/ca-chart/enums/index.ts +0 -10
  75. package/lib/components/ca-chart/models/chart-annotation.model.ts +0 -15
  76. package/lib/components/ca-chart/models/chart-base-dataset.model.ts +0 -20
  77. package/lib/components/ca-chart/models/chart-boundaries.model.ts +0 -4
  78. package/lib/components/ca-chart/models/chart-center-label.model.ts +0 -11
  79. package/lib/components/ca-chart/models/chart-config.model.ts +0 -29
  80. package/lib/components/ca-chart/models/chart-data.model.ts +0 -6
  81. package/lib/components/ca-chart/models/chart-dataset-hover.model.ts +0 -5
  82. package/lib/components/ca-chart/models/chart-legend-config.model.ts +0 -7
  83. package/lib/components/ca-chart/models/chart-legend-property.model.ts +0 -10
  84. package/lib/components/ca-chart/models/chart-line-dataset.model.ts +0 -16
  85. package/lib/components/ca-chart/models/index.ts +0 -10
  86. package/lib/components/ca-chart/utils/constants/chart.constants.ts +0 -3
  87. package/lib/components/ca-chart/utils/constants/index.ts +0 -1
  88. package/lib/components/ca-chart/utils/guards/chart-type.guard.ts +0 -10
  89. package/lib/components/ca-chart/utils/guards/index.ts +0 -1
  90. package/lib/components/ca-chart/utils/helpers/chart.helper.ts +0 -294
  91. package/lib/components/ca-chart/utils/helpers/index.ts +0 -1
  92. package/lib/components/ca-chart/utils/svg-routes/chart-svg-routes.ts +0 -12
  93. package/lib/components/ca-chart/utils/svg-routes/index.ts +0 -1
  94. package/lib/components/ca-chart-manager/ca-chart-manager.component.html +0 -27
  95. package/lib/components/ca-chart-manager/ca-chart-manager.component.scss +0 -13
  96. package/lib/components/ca-chart-manager/ca-chart-manager.component.spec.ts +0 -21
  97. package/lib/components/ca-chart-manager/ca-chart-manager.component.ts +0 -131
  98. package/lib/components/ca-chart-manager/models/hover-state.model.ts +0 -7
  99. package/lib/components/ca-chart-manager/models/index.ts +0 -1
  100. package/lib/components/ca-chart-manager/services/chart-manager.service.ts +0 -21
  101. package/lib/components/ca-chart-manager/services/index.ts +0 -1
  102. package/lib/components/ca-checkbox/ca-checkbox.component.html +0 -207
  103. package/lib/components/ca-checkbox/ca-checkbox.component.scss +0 -417
  104. package/lib/components/ca-checkbox/ca-checkbox.component.spec.ts +0 -23
  105. package/lib/components/ca-checkbox/ca-checkbox.component.ts +0 -190
  106. package/lib/components/ca-checkbox/ca-checkbox.stories.ts +0 -87
  107. package/lib/components/ca-checkbox/interfaces/column-check-action.interface.ts +0 -6
  108. package/lib/components/ca-checkbox/interfaces/index.ts +0 -1
  109. package/lib/components/ca-checkbox/utils/svg-routes/checkbox-svg-routes.ts +0 -9
  110. package/lib/components/ca-checkbox/utils/svg-routes/index.ts +0 -1
  111. package/lib/components/ca-checkbox-selected-count/ca-checkbox-selected-count.component.html +0 -83
  112. package/lib/components/ca-checkbox-selected-count/ca-checkbox-selected-count.component.scss +0 -17
  113. package/lib/components/ca-checkbox-selected-count/ca-checkbox-selected-count.component.spec.ts +0 -23
  114. package/lib/components/ca-checkbox-selected-count/ca-checkbox-selected-count.component.ts +0 -70
  115. package/lib/components/ca-checkbox-selected-count/ca-checkbox-selected-cpunt.component.stories.ts +0 -90
  116. package/lib/components/ca-checkbox-selected-count/pipes/checkbox-selected-count-class.pipe.ts +0 -27
  117. package/lib/components/ca-checkbox-selected-count/pipes/index.ts +0 -1
  118. package/lib/components/ca-collapsible-filter/ca-collapsible-filter.component.html +0 -41
  119. package/lib/components/ca-collapsible-filter/ca-collapsible-filter.component.scss +0 -64
  120. package/lib/components/ca-collapsible-filter/ca-collapsible-filter.component.stories.ts +0 -79
  121. package/lib/components/ca-collapsible-filter/ca-collapsible-filter.component.ts +0 -81
  122. package/lib/components/ca-comment/ca-comment.component.html +0 -124
  123. package/lib/components/ca-comment/ca-comment.component.scss +0 -174
  124. package/lib/components/ca-comment/ca-comment.component.ts +0 -144
  125. package/lib/components/ca-comment/ca-comment.stories.ts +0 -133
  126. package/lib/components/ca-comment/directives/auto-resize.directive.ts +0 -41
  127. package/lib/components/ca-comment/directives/index.ts +0 -1
  128. package/lib/components/ca-comment/enums/index.ts +0 -1
  129. package/lib/components/ca-comment/enums/svg-icon.enum.ts +0 -6
  130. package/lib/components/ca-comment/modals/comment-modal/comment-modal.component.html +0 -52
  131. package/lib/components/ca-comment/modals/comment-modal/comment-modal.component.scss +0 -232
  132. package/lib/components/ca-comment/modals/comment-modal/comment-modal.component.spec.ts +0 -21
  133. package/lib/components/ca-comment/modals/comment-modal/comment-modal.component.ts +0 -46
  134. package/lib/components/ca-comment/modals/comment-modal/svg-routes/index.ts +0 -1
  135. package/lib/components/ca-comment/modals/comment-modal/svg-routes/modal.routes.ts +0 -4
  136. package/lib/components/ca-comment/models/ca-comment-config.model.ts +0 -11
  137. package/lib/components/ca-comment/models/ca-delete-comment.model.ts +0 -1
  138. package/lib/components/ca-comment/models/ca-save-comment.model.ts +0 -3
  139. package/lib/components/ca-comment/models/ca-update-comment.model.ts +0 -5
  140. package/lib/components/ca-comment/models/index.ts +0 -4
  141. package/lib/components/ca-comment/pipes/icon.pipe.ts +0 -18
  142. package/lib/components/ca-comment/pipes/index.ts +0 -1
  143. package/lib/components/ca-comment/services/index.ts +0 -1
  144. package/lib/components/ca-comment/services/modal.service.ts +0 -31
  145. package/lib/components/ca-comment/utils/constants/comment.constant.ts +0 -10
  146. package/lib/components/ca-comment/utils/constants/index.ts +0 -1
  147. package/lib/components/ca-comment/utils/index.ts +0 -1
  148. package/lib/components/ca-comments/ca-comments.component.html +0 -695
  149. package/lib/components/ca-comments/ca-comments.component.scss +0 -135
  150. package/lib/components/ca-comments/ca-comments.component.spec.ts +0 -23
  151. package/lib/components/ca-comments/ca-comments.component.ts +0 -257
  152. package/lib/components/ca-comments/ca-comments.stories.ts +0 -150
  153. package/lib/components/ca-comments/models/comment.interface.ts +0 -18
  154. package/lib/components/ca-comments/models/index.ts +0 -1
  155. package/lib/components/ca-comments/pipes/highlight-comment.pipe.ts +0 -51
  156. package/lib/components/ca-comments/pipes/highlight-single-string.pipe.ts +0 -26
  157. package/lib/components/ca-comments/pipes/index.ts +0 -4
  158. package/lib/components/ca-comments/pipes/is-current-user.pipe.ts +0 -24
  159. package/lib/components/ca-comments/pipes/sort-comments.pipe.ts +0 -35
  160. package/lib/components/ca-comments/utils/helpers/index.ts +0 -0
  161. package/lib/components/ca-confirmation-modals/components/ca-activate-modal/ca-active-modal.component.html +0 -78
  162. package/lib/components/ca-confirmation-modals/components/ca-activate-modal/ca-active-modal.component.scss +0 -0
  163. package/lib/components/ca-confirmation-modals/components/ca-activate-modal/ca-active-modal.component.ts +0 -49
  164. package/lib/components/ca-confirmation-modals/components/ca-deactive-modal/ca-deactive-modal.component.html +0 -76
  165. package/lib/components/ca-confirmation-modals/components/ca-deactive-modal/ca-deactive-modal.component.scss +0 -0
  166. package/lib/components/ca-confirmation-modals/components/ca-deactive-modal/ca-deactive-modal.component.ts +0 -58
  167. package/lib/components/ca-confirmation-modals/components/ca-delete-modal/ca-delete-modal.component.html +0 -74
  168. package/lib/components/ca-confirmation-modals/components/ca-delete-modal/ca-delete-modal.component.scss +0 -0
  169. package/lib/components/ca-confirmation-modals/components/ca-delete-modal/ca-delete-modal.component.ts +0 -48
  170. package/lib/components/ca-confirmation-modals/components/ca-move-modal/ca-move-modal.component.html +0 -78
  171. package/lib/components/ca-confirmation-modals/components/ca-move-modal/ca-move-modal.component.scss +0 -3
  172. package/lib/components/ca-confirmation-modals/components/ca-move-modal/ca-move-modal.component.ts +0 -49
  173. package/lib/components/ca-confirmation-modals/components/ca-reset-table-modal/ca-reset-table-modal.component.html +0 -74
  174. package/lib/components/ca-confirmation-modals/components/ca-reset-table-modal/ca-reset-table-modal.component.scss +0 -0
  175. package/lib/components/ca-confirmation-modals/components/ca-reset-table-modal/ca-reset-table-modal.component.ts +0 -48
  176. package/lib/components/ca-confirmation-modals/components/ca-void-modal/ca-void-modal.component.html +0 -74
  177. package/lib/components/ca-confirmation-modals/components/ca-void-modal/ca-void-modal.component.scss +0 -0
  178. package/lib/components/ca-confirmation-modals/components/ca-void-modal/ca-void-modal.component.ts +0 -48
  179. package/lib/components/ca-confirmation-modals/components/interfaces/file.interface.ts +0 -11
  180. package/lib/components/ca-confirmation-modals/components/interfaces/modal-data.interface.ts +0 -11
  181. package/lib/components/ca-confirmation-modals/interfaces/confirmation-modal-buttons.interface.ts +0 -7
  182. package/lib/components/ca-confirmation-modals/interfaces/index.ts +0 -1
  183. package/lib/components/ca-confirmation-modals/utils/constants/confirmation-modal-buttons.constants.ts +0 -28
  184. package/lib/components/ca-confirmation-modals/utils/constants/index.ts +0 -1
  185. package/lib/components/ca-contacts-card/ca-contacts-card.component.html +0 -200
  186. package/lib/components/ca-contacts-card/ca-contacts-card.component.scss +0 -0
  187. package/lib/components/ca-contacts-card/ca-contacts-card.component.spec.ts +0 -23
  188. package/lib/components/ca-contacts-card/ca-contacts-card.component.stories.ts +0 -84
  189. package/lib/components/ca-contacts-card/ca-contacts-card.component.ts +0 -86
  190. package/lib/components/ca-contacts-card/interfaces/contact-department.interface.ts +0 -7
  191. package/lib/components/ca-contacts-card/interfaces/contact.interface.ts +0 -7
  192. package/lib/components/ca-contacts-card/interfaces/index.ts +0 -2
  193. package/lib/components/ca-custom-card/ca-custom-card.component.html +0 -164
  194. package/lib/components/ca-custom-card/ca-custom-card.component.scss +0 -187
  195. package/lib/components/ca-custom-card/ca-custom-card.component.stories.ts +0 -97
  196. package/lib/components/ca-custom-card/ca-custom-card.component.ts +0 -181
  197. package/lib/components/ca-custom-card/utils/animations/card-modal.animation.ts +0 -80
  198. package/lib/components/ca-custom-card/utils/animations/index.ts +0 -1
  199. package/lib/components/ca-custom-card/utils/enums/custom-card.enum.ts +0 -4
  200. package/lib/components/ca-custom-card/utils/enums/index.ts +0 -1
  201. package/lib/components/ca-custom-datetime-pickers/ca-custom-datetime-pickers.component.html +0 -158
  202. package/lib/components/ca-custom-datetime-pickers/ca-custom-datetime-pickers.component.scss +0 -0
  203. package/lib/components/ca-custom-datetime-pickers/ca-custom-datetime-pickers.component.spec.ts +0 -24
  204. package/lib/components/ca-custom-datetime-pickers/ca-custom-datetime-pickers.component.ts +0 -298
  205. package/lib/components/ca-custom-datetime-pickers/components/ca-custom-datetime-pickers-calendar-dates-main/ca-custom-datetime-pickers-calendar-dates-main.component.html +0 -190
  206. package/lib/components/ca-custom-datetime-pickers/components/ca-custom-datetime-pickers-calendar-dates-main/ca-custom-datetime-pickers-calendar-dates-main.component.scss +0 -0
  207. package/lib/components/ca-custom-datetime-pickers/components/ca-custom-datetime-pickers-calendar-dates-main/ca-custom-datetime-pickers-calendar-dates-main.component.spec.ts +0 -26
  208. package/lib/components/ca-custom-datetime-pickers/components/ca-custom-datetime-pickers-calendar-dates-main/ca-custom-datetime-pickers-calendar-dates-main.component.ts +0 -241
  209. package/lib/components/ca-custom-datetime-pickers/components/ca-custom-datetime-pickers-calendar-days/ca-custom-datetime-pickers-calendar-days.component.html +0 -23
  210. package/lib/components/ca-custom-datetime-pickers/components/ca-custom-datetime-pickers-calendar-days/ca-custom-datetime-pickers-calendar-days.component.scss +0 -0
  211. package/lib/components/ca-custom-datetime-pickers/components/ca-custom-datetime-pickers-calendar-days/ca-custom-datetime-pickers-calendar-days.component.spec.ts +0 -26
  212. package/lib/components/ca-custom-datetime-pickers/components/ca-custom-datetime-pickers-calendar-days/ca-custom-datetime-pickers-calendar-days.component.ts +0 -61
  213. package/lib/components/ca-custom-datetime-pickers/components/ca-custom-datetime-pickers-calendar-left/ca-custom-datetime-pickers-calendar-left.component.html +0 -26
  214. package/lib/components/ca-custom-datetime-pickers/components/ca-custom-datetime-pickers-calendar-left/ca-custom-datetime-pickers-calendar-left.component.scss +0 -0
  215. package/lib/components/ca-custom-datetime-pickers/components/ca-custom-datetime-pickers-calendar-left/ca-custom-datetime-pickers-calendar-left.component.spec.ts +0 -26
  216. package/lib/components/ca-custom-datetime-pickers/components/ca-custom-datetime-pickers-calendar-left/ca-custom-datetime-pickers-calendar-left.component.ts +0 -194
  217. package/lib/components/ca-custom-datetime-pickers/components/ca-custom-datetime-pickers-date-calendars/ca-custom-datetime-pickers-date-calendars.component.html +0 -66
  218. package/lib/components/ca-custom-datetime-pickers/components/ca-custom-datetime-pickers-date-calendars/ca-custom-datetime-pickers-date-calendars.component.scss +0 -0
  219. package/lib/components/ca-custom-datetime-pickers/components/ca-custom-datetime-pickers-date-calendars/ca-custom-datetime-pickers-date-calendars.component.spec.ts +0 -26
  220. package/lib/components/ca-custom-datetime-pickers/components/ca-custom-datetime-pickers-date-calendars/ca-custom-datetime-pickers-date-calendars.component.ts +0 -158
  221. package/lib/components/ca-custom-datetime-pickers/enums/calendar-left-string.enum.ts +0 -5
  222. package/lib/components/ca-custom-datetime-pickers/enums/calendar-list-preview-string.enum.ts +0 -4
  223. package/lib/components/ca-custom-datetime-pickers/enums/calendar-main-string.enum.ts +0 -5
  224. package/lib/components/ca-custom-datetime-pickers/enums/calendar-scroll-type-string.enum.ts +0 -4
  225. package/lib/components/ca-custom-datetime-pickers/enums/calendar-string.enum.ts +0 -6
  226. package/lib/components/ca-custom-datetime-pickers/enums/calendar-type-string.enum.ts +0 -3
  227. package/lib/components/ca-custom-datetime-pickers/models/scroll-change.model.ts +0 -6
  228. package/lib/components/ca-custom-datetime-pickers/models/scroll-type.model.ts +0 -8
  229. package/lib/components/ca-custom-datetime-pickers/pipes/calendar-months.pipe.ts +0 -23
  230. package/lib/components/ca-custom-datetime-pickers/services/calendar-datetime-picker.service.ts +0 -35
  231. package/lib/components/ca-custom-datetime-pickers/strategy/calendar-strategy.ts +0 -120
  232. package/lib/components/ca-custom-datetime-pickers/utils/constants/custom-datetime-pickers.constants.ts +0 -48
  233. package/lib/components/ca-custom-datetime-pickers-test/ca-custom-datetime-pickers-test.component.html +0 -158
  234. package/lib/components/ca-custom-datetime-pickers-test/ca-custom-datetime-pickers-test.component.scss +0 -0
  235. package/lib/components/ca-custom-datetime-pickers-test/ca-custom-datetime-pickers-test.component.spec.ts +0 -24
  236. package/lib/components/ca-custom-datetime-pickers-test/ca-custom-datetime-pickers-test.component.ts +0 -298
  237. package/lib/components/ca-custom-datetime-pickers-test/components/ca-custom-datetime-pickers-calendar-dates-main/ca-custom-datetime-pickers-calendar-dates-main.component.html +0 -186
  238. package/lib/components/ca-custom-datetime-pickers-test/components/ca-custom-datetime-pickers-calendar-dates-main/ca-custom-datetime-pickers-calendar-dates-main.component.scss +0 -0
  239. package/lib/components/ca-custom-datetime-pickers-test/components/ca-custom-datetime-pickers-calendar-dates-main/ca-custom-datetime-pickers-calendar-dates-main.component.spec.ts +0 -26
  240. package/lib/components/ca-custom-datetime-pickers-test/components/ca-custom-datetime-pickers-calendar-dates-main/ca-custom-datetime-pickers-calendar-dates-main.component.ts +0 -226
  241. package/lib/components/ca-custom-datetime-pickers-test/components/ca-custom-datetime-pickers-calendar-days/ca-custom-datetime-pickers-calendar-days.component.html +0 -22
  242. package/lib/components/ca-custom-datetime-pickers-test/components/ca-custom-datetime-pickers-calendar-days/ca-custom-datetime-pickers-calendar-days.component.scss +0 -0
  243. package/lib/components/ca-custom-datetime-pickers-test/components/ca-custom-datetime-pickers-calendar-days/ca-custom-datetime-pickers-calendar-days.component.spec.ts +0 -26
  244. package/lib/components/ca-custom-datetime-pickers-test/components/ca-custom-datetime-pickers-calendar-days/ca-custom-datetime-pickers-calendar-days.component.ts +0 -61
  245. package/lib/components/ca-custom-datetime-pickers-test/components/ca-custom-datetime-pickers-calendar-left/ca-custom-datetime-pickers-calendar-left.component.html +0 -26
  246. package/lib/components/ca-custom-datetime-pickers-test/components/ca-custom-datetime-pickers-calendar-left/ca-custom-datetime-pickers-calendar-left.component.scss +0 -0
  247. package/lib/components/ca-custom-datetime-pickers-test/components/ca-custom-datetime-pickers-calendar-left/ca-custom-datetime-pickers-calendar-left.component.spec.ts +0 -26
  248. package/lib/components/ca-custom-datetime-pickers-test/components/ca-custom-datetime-pickers-calendar-left/ca-custom-datetime-pickers-calendar-left.component.ts +0 -194
  249. package/lib/components/ca-custom-datetime-pickers-test/components/ca-custom-datetime-pickers-date-calendars/ca-custom-datetime-pickers-date-calendars.component.html +0 -66
  250. package/lib/components/ca-custom-datetime-pickers-test/components/ca-custom-datetime-pickers-date-calendars/ca-custom-datetime-pickers-date-calendars.component.scss +0 -0
  251. package/lib/components/ca-custom-datetime-pickers-test/components/ca-custom-datetime-pickers-date-calendars/ca-custom-datetime-pickers-date-calendars.component.spec.ts +0 -26
  252. package/lib/components/ca-custom-datetime-pickers-test/components/ca-custom-datetime-pickers-date-calendars/ca-custom-datetime-pickers-date-calendars.component.ts +0 -158
  253. package/lib/components/ca-custom-datetime-pickers-test/enums/calendar-left-string.enum.ts +0 -5
  254. package/lib/components/ca-custom-datetime-pickers-test/enums/calendar-list-preview-string.enum.ts +0 -4
  255. package/lib/components/ca-custom-datetime-pickers-test/enums/calendar-main-string.enum.ts +0 -5
  256. package/lib/components/ca-custom-datetime-pickers-test/enums/calendar-scroll-type-string.enum.ts +0 -4
  257. package/lib/components/ca-custom-datetime-pickers-test/enums/calendar-string.enum.ts +0 -6
  258. package/lib/components/ca-custom-datetime-pickers-test/enums/calendar-type-string.enum.ts +0 -3
  259. package/lib/components/ca-custom-datetime-pickers-test/models/scroll-change.model.ts +0 -6
  260. package/lib/components/ca-custom-datetime-pickers-test/models/scroll-type.model.ts +0 -8
  261. package/lib/components/ca-custom-datetime-pickers-test/pipes/calendar-months.pipe.ts +0 -23
  262. package/lib/components/ca-custom-datetime-pickers-test/services/calendar-datetime-picker.service.ts +0 -35
  263. package/lib/components/ca-custom-datetime-pickers-test/strategy/calendar-strategy.ts +0 -120
  264. package/lib/components/ca-custom-datetime-pickers-test/utils/constants/custom-datetime-pickers.constants.ts +0 -48
  265. package/lib/components/ca-custom-horizontal-scrollbar/ca-custom-horizontal-scrollbar.component.html +0 -20
  266. package/lib/components/ca-custom-horizontal-scrollbar/ca-custom-horizontal-scrollbar.component.scss +0 -11
  267. package/lib/components/ca-custom-horizontal-scrollbar/ca-custom-horizontal-scrollbar.component.ts +0 -23
  268. package/lib/components/ca-custom-horizontal-scrollbar/directives/scrollbar-sync.directive.ts +0 -200
  269. package/lib/components/ca-custom-scrollbar/ca-custom-scrollbar.component.html +0 -72
  270. package/lib/components/ca-custom-scrollbar/ca-custom-scrollbar.component.scss +0 -78
  271. package/lib/components/ca-custom-scrollbar/ca-custom-scrollbar.component.spec.ts +0 -23
  272. package/lib/components/ca-custom-scrollbar/ca-custom-scrollbar.component.ts +0 -278
  273. package/lib/components/ca-custom-scrollbar/enums/event-type.enum.ts +0 -6
  274. package/lib/components/ca-custom-scrollbar/enums/index.ts +0 -2
  275. package/lib/components/ca-custom-scrollbar/enums/scroll-event-action.enum.ts +0 -4
  276. package/lib/components/ca-custom-scrollbar/models/index.ts +0 -2
  277. package/lib/components/ca-custom-scrollbar/models/scroll-bar-options.model.ts +0 -6
  278. package/lib/components/ca-custom-scrollbar/models/scroll-event.model.ts +0 -8
  279. package/lib/components/ca-details-dropdown/ca-details-dropdown.component.html +0 -77
  280. package/lib/components/ca-details-dropdown/ca-details-dropdown.component.scss +0 -357
  281. package/lib/components/ca-details-dropdown/ca-details-dropdown.component.ts +0 -132
  282. package/lib/components/ca-details-dropdown/models/detail-dropdown.model.ts +0 -17
  283. package/lib/components/ca-details-dropdown/utils/svg-routes/detail-dropdown-svg-routes.ts +0 -3
  284. package/lib/components/ca-details-title-card/ca-details-title-card.component.html +0 -98
  285. package/lib/components/ca-details-title-card/ca-details-title-card.component.scss +0 -153
  286. package/lib/components/ca-details-title-card/ca-details-title-card.component.stories.ts +0 -100
  287. package/lib/components/ca-details-title-card/ca-details-title-card.component.ts +0 -140
  288. package/lib/components/ca-details-title-card/interfaces/ca-details-title-card-config.interface.ts +0 -11
  289. package/lib/components/ca-dropdown-menu/ca-dropdown-menu.component.html +0 -289
  290. package/lib/components/ca-dropdown-menu/ca-dropdown-menu.component.scss +0 -334
  291. package/lib/components/ca-dropdown-menu/ca-dropdown-menu.component.spec.ts +0 -21
  292. package/lib/components/ca-dropdown-menu/ca-dropdown-menu.component.stories.ts +0 -162
  293. package/lib/components/ca-dropdown-menu/ca-dropdown-menu.component.ts +0 -287
  294. package/lib/components/ca-dropdown-menu/enums/dropdown-menu-item-type.enum.ts +0 -11
  295. package/lib/components/ca-dropdown-menu/enums/dropdown-menu.enum.ts +0 -25
  296. package/lib/components/ca-dropdown-menu/enums/index.ts +0 -2
  297. package/lib/components/ca-dropdown-menu/interfaces/dropdown-menu-item.interface.ts +0 -22
  298. package/lib/components/ca-dropdown-menu/interfaces/dropdown-menu-option-emit.interface.ts +0 -5
  299. package/lib/components/ca-dropdown-menu/interfaces/index.ts +0 -2
  300. package/lib/components/ca-dropdown-menu/pipes/dropdown-menu-placement-class.pipe.ts +0 -18
  301. package/lib/components/ca-dropdown-menu/pipes/group-item-checked-state.pipe.ts +0 -20
  302. package/lib/components/ca-dropdown-menu/pipes/index.ts +0 -2
  303. package/lib/components/ca-dropdown-menu/types/dropdown-menu-type.type.ts +0 -4
  304. package/lib/components/ca-dropdown-menu/types/index.ts +0 -1
  305. package/lib/components/ca-dropdown-menu/utils/constants/dropdown-menu.constants.ts +0 -228
  306. package/lib/components/ca-dropdown-menu/utils/constants/index.ts +0 -1
  307. package/lib/components/ca-dropdown-menu/utils/helpers/dropdown-menu.helper.ts +0 -16
  308. package/lib/components/ca-dropdown-menu/utils/helpers/index.ts +0 -1
  309. package/lib/components/ca-dropdown-menu/utils/svg-routes/dropdown-menu-svg-routes.ts +0 -10
  310. package/lib/components/ca-dropdown-menu/utils/svg-routes/index.ts +0 -1
  311. package/lib/components/ca-factoring-dropdown/ca-factoring-dropdown.component.html +0 -365
  312. package/lib/components/ca-factoring-dropdown/ca-factoring-dropdown.component.scss +0 -36
  313. package/lib/components/ca-factoring-dropdown/ca-factoring-dropdown.component.spec.ts +0 -23
  314. package/lib/components/ca-factoring-dropdown/ca-factoring-dropdown.component.ts +0 -236
  315. package/lib/components/ca-factoring-dropdown/ca-factoring-dropdown.stories.ts +0 -41
  316. package/lib/components/ca-factoring-dropdown/enums/factoring-form-control.enum.ts +0 -6
  317. package/lib/components/ca-factoring-dropdown/enums/factoring-pdf-format.enum.ts +0 -4
  318. package/lib/components/ca-factoring-dropdown/enums/factoring-pdf-organize.enum.ts +0 -4
  319. package/lib/components/ca-factoring-dropdown/enums/index.ts +0 -3
  320. package/lib/components/ca-factoring-dropdown/interfaces/factoring-checkbox-item.interface.ts +0 -5
  321. package/lib/components/ca-factoring-dropdown/interfaces/factoring-export-item.interface.ts +0 -14
  322. package/lib/components/ca-factoring-dropdown/interfaces/index.ts +0 -2
  323. package/lib/components/ca-factoring-dropdown/utils/constants/factoring-dropdown.constants.ts +0 -57
  324. package/lib/components/ca-factoring-dropdown/utils/constants/index.ts +0 -1
  325. package/lib/components/ca-files-count/ca-files-count.component.html +0 -38
  326. package/lib/components/ca-files-count/ca-files-count.component.scss +0 -1
  327. package/lib/components/ca-files-count/ca-files-count.component.spec.ts +0 -23
  328. package/lib/components/ca-files-count/ca-files-count.component.stories.ts +0 -37
  329. package/lib/components/ca-files-count/ca-files-count.component.ts +0 -50
  330. package/lib/components/ca-filters/ca-filter.component.html +0 -557
  331. package/lib/components/ca-filters/ca-filter.component.scss +0 -316
  332. package/lib/components/ca-filters/ca-filter.component.stories.ts +0 -420
  333. package/lib/components/ca-filters/ca-filter.component.ts +0 -572
  334. package/lib/components/ca-filters/components/ca-dispatcher-filter/ca-dispatcher-filter.component.html +0 -162
  335. package/lib/components/ca-filters/components/ca-dispatcher-filter/ca-dispatcher-filter.component.scss +0 -394
  336. package/lib/components/ca-filters/components/ca-dispatcher-filter/ca-dispatcher-filter.component.ts +0 -299
  337. package/lib/components/ca-filters/components/ca-dispatcher-filter/config/ca-broker-filter.config.ts +0 -16
  338. package/lib/components/ca-filters/components/ca-dispatcher-filter/config/ca-dispatcher-filter.config.ts +0 -16
  339. package/lib/components/ca-filters/components/ca-dispatcher-filter/config/ca-driver-filter.config.ts +0 -16
  340. package/lib/components/ca-filters/components/ca-dispatcher-filter/config/ca-fuel-stop-filter.config.ts +0 -16
  341. package/lib/components/ca-filters/components/ca-dispatcher-filter/config/index.ts +0 -4
  342. package/lib/components/ca-filters/components/ca-pm-filter/ca-pm-filter.component.html +0 -126
  343. package/lib/components/ca-filters/components/ca-pm-filter/ca-pm-filter.component.scss +0 -371
  344. package/lib/components/ca-filters/components/ca-pm-filter/ca-pm-filter.component.ts +0 -171
  345. package/lib/components/ca-filters/components/ca-state-filter/ca-state-filter.component.html +0 -184
  346. package/lib/components/ca-filters/components/ca-state-filter/ca-state-filter.component.scss +0 -397
  347. package/lib/components/ca-filters/components/ca-state-filter/ca-state-filter.component.ts +0 -348
  348. package/lib/components/ca-filters/components/ca-state-filter/config/ca-state-filter.config.ts +0 -16
  349. package/lib/components/ca-filters/components/ca-state-filter/config/index.ts +0 -1
  350. package/lib/components/ca-filters/components/ca-status-filter/ca-status-filter.component.html +0 -137
  351. package/lib/components/ca-filters/components/ca-status-filter/ca-status-filter.component.scss +0 -212
  352. package/lib/components/ca-filters/components/ca-status-filter/ca-status-filter.component.ts +0 -225
  353. package/lib/components/ca-filters/components/ca-time-filter/ca-time-filter.component.html +0 -37
  354. package/lib/components/ca-filters/components/ca-time-filter/ca-time-filter.component.scss +0 -122
  355. package/lib/components/ca-filters/components/ca-time-filter/ca-time-filter.component.ts +0 -171
  356. package/lib/components/ca-filters/components/ca-time-filter-dropdown/ca-time-filter-dropdown.component.html +0 -33
  357. package/lib/components/ca-filters/components/ca-time-filter-dropdown/ca-time-filter-dropdown.component.scss +0 -114
  358. package/lib/components/ca-filters/components/ca-time-filter-dropdown/ca-time-filter-dropdown.component.ts +0 -198
  359. package/lib/components/ca-filters/components/ca-trailer-type-filter/ca-trailer-type-filter.component.html +0 -127
  360. package/lib/components/ca-filters/components/ca-trailer-type-filter/ca-trailer-type-filter.component.scss +0 -372
  361. package/lib/components/ca-filters/components/ca-trailer-type-filter/ca-trailer-type-filter.component.ts +0 -242
  362. package/lib/components/ca-filters/components/ca-trailer-type-filter/config/ca-trailer-type-filter.config.ts +0 -16
  363. package/lib/components/ca-filters/components/ca-trailer-type-filter/config/index.ts +0 -1
  364. package/lib/components/ca-filters/components/ca-truck-type-filter/ca-truck-type-filter.component.html +0 -125
  365. package/lib/components/ca-filters/components/ca-truck-type-filter/ca-truck-type-filter.component.scss +0 -378
  366. package/lib/components/ca-filters/components/ca-truck-type-filter/ca-truck-type-filter.component.ts +0 -236
  367. package/lib/components/ca-filters/components/ca-truck-type-filter/config/ca-truck-type-filter.config.ts +0 -16
  368. package/lib/components/ca-filters/components/ca-truck-type-filter/config/index.ts +0 -1
  369. package/lib/components/ca-filters/components/ca-user-filter/ca-user-filter.component.html +0 -220
  370. package/lib/components/ca-filters/components/ca-user-filter/ca-user-filter.component.scss +0 -597
  371. package/lib/components/ca-filters/components/ca-user-filter/ca-user-filter.component.ts +0 -324
  372. package/lib/components/ca-filters/components/ca-user-filter/config/ca-user-filter.config.ts +0 -16
  373. package/lib/components/ca-filters/components/ca-user-filter/config/index.ts +0 -1
  374. package/lib/components/ca-filters/components/ca-user-filter/models/ca-user-data.model.ts +0 -10
  375. package/lib/components/ca-filters/components/ca-user-filter/models/ca-user-group.model.ts +0 -7
  376. package/lib/components/ca-filters/components/ca-user-filter/models/index.ts +0 -2
  377. package/lib/components/ca-filters/components/ca-user-filter/pipes/filter-selected-items.pipe.ts +0 -15
  378. package/lib/components/ca-filters/components/ca-user-filter/pipes/group-selection-state.pipe.ts +0 -19
  379. package/lib/components/ca-filters/components/ca-user-filter/pipes/index.ts +0 -3
  380. package/lib/components/ca-filters/components/ca-user-filter/pipes/selected-users.pipe.ts +0 -16
  381. package/lib/components/ca-filters/components/ca-violation-filter/ca-violation-filter.component.html +0 -22
  382. package/lib/components/ca-filters/components/ca-violation-filter/ca-violation-filter.component.scss +0 -355
  383. package/lib/components/ca-filters/components/ca-violation-filter/ca-violation-filter.component.ts +0 -181
  384. package/lib/components/ca-filters/enums/filter-actions-string.enum.ts +0 -6
  385. package/lib/components/ca-filters/enums/index.ts +0 -1
  386. package/lib/components/ca-filters/pipes/filter-conditions-clear.pipe.ts +0 -81
  387. package/lib/components/ca-filters/pipes/filter-conditions-set.pipe.ts +0 -106
  388. package/lib/components/ca-filters/pipes/filter-conditions-user-box.pipe.ts +0 -39
  389. package/lib/components/ca-filters/pipes/filter-popover-conditions.pipe.ts +0 -146
  390. package/lib/components/ca-filters/pipes/filter-trailer-color.pipe.ts +0 -37
  391. package/lib/components/ca-filters/pipes/filter-truck-color.pipe.ts +0 -32
  392. package/lib/components/ca-filters/pipes/index.ts +0 -6
  393. package/lib/components/ca-filters/utils/constants/directive.constants.ts +0 -1342
  394. package/lib/components/ca-filters/utils/constants/filter-config.constants.ts +0 -44
  395. package/lib/components/ca-filters/utils/constants/index.ts +0 -2
  396. package/lib/components/ca-filters/utils/constants/status-filter.constants.ts +0 -258
  397. package/lib/components/ca-filters/utils/helpers/filter.helper.ts +0 -277
  398. package/lib/components/ca-filters/utils/helpers/index.ts +0 -2
  399. package/lib/components/ca-filters/utils/helpers/time-filter.helper.ts +0 -118
  400. package/lib/components/ca-filters/utils/svg-routes/ca-filters-svg-routes.ts +0 -15
  401. package/lib/components/ca-filters/utils/svg-routes/index.ts +0 -1
  402. package/lib/components/ca-filters/validators/range.validator.ts +0 -23
  403. package/lib/components/ca-fleet-filter/ca-fleet-filter.component.html +0 -271
  404. package/lib/components/ca-fleet-filter/ca-fleet-filter.component.scss +0 -271
  405. package/lib/components/ca-fleet-filter/ca-fleet-filter.component.spec.ts +0 -23
  406. package/lib/components/ca-fleet-filter/ca-fleet-filter.component.ts +0 -248
  407. package/lib/components/ca-fleet-filter/ca-fleet-filter.stories.ts +0 -42
  408. package/lib/components/ca-fleet-filter/enums/fleet-filter-item-type.enum.ts +0 -4
  409. package/lib/components/ca-fleet-filter/enums/index.ts +0 -1
  410. package/lib/components/ca-fleet-filter/interfaces/fleet-filter-data.interface.ts +0 -10
  411. package/lib/components/ca-fleet-filter/interfaces/fleet-filter-item-emit.interface.ts +0 -6
  412. package/lib/components/ca-fleet-filter/interfaces/fleet-filter-trailer-type.interface.ts +0 -7
  413. package/lib/components/ca-fleet-filter/interfaces/fleet-filter-trailer.interface.ts +0 -8
  414. package/lib/components/ca-fleet-filter/interfaces/fleet-filter-truck-type.interface.ts +0 -6
  415. package/lib/components/ca-fleet-filter/interfaces/fleet-filter-truck.interface.ts +0 -8
  416. package/lib/components/ca-fleet-filter/interfaces/index.ts +0 -6
  417. package/lib/components/ca-fleet-filter/utils/constants/fleet-filter.constants.ts +0 -204
  418. package/lib/components/ca-fleet-filter/utils/constants/index.ts +0 -1
  419. package/lib/components/ca-fleet-filter/utils/helpers/fleet-filter.helper.ts +0 -56
  420. package/lib/components/ca-fleet-filter/utils/helpers/index.ts +0 -1
  421. package/lib/components/ca-fleet-filter/utils/pipes/index.ts +0 -1
  422. package/lib/components/ca-fleet-filter/utils/pipes/remove-svg-extension.pipe.ts +0 -11
  423. package/lib/components/ca-fleet-filter/utils/svg-routes/fleet-filter-svg-routes.ts +0 -7
  424. package/lib/components/ca-fleet-filter/utils/svg-routes/index.ts +0 -1
  425. package/lib/components/ca-fuel-prices-range/ca-fuel-prices-range.component.html +0 -116
  426. package/lib/components/ca-fuel-prices-range/ca-fuel-prices-range.component.scss +0 -28
  427. package/lib/components/ca-fuel-prices-range/ca-fuel-prices-range.component.spec.ts +0 -23
  428. package/lib/components/ca-fuel-prices-range/ca-fuel-prices-range.component.ts +0 -62
  429. package/lib/components/ca-fuel-prices-range/interfaces/fuel-prices-range-config.interface.ts +0 -6
  430. package/lib/components/ca-fuel-prices-range/interfaces/index.ts +0 -1
  431. package/lib/components/ca-fuel-prices-range/pipes/fuel-prices-range.pipe.ts +0 -29
  432. package/lib/components/ca-fuel-prices-range/pipes/index.ts +0 -1
  433. package/lib/components/ca-fuel-prices-range/utils/constants/fuel-prices-range.constants.ts +0 -28
  434. package/lib/components/ca-fuel-prices-range/utils/constants/index.ts +0 -1
  435. package/lib/components/ca-heatmap-usa/ca-heatmap-usa.component.html +0 -2454
  436. package/lib/components/ca-heatmap-usa/ca-heatmap-usa.component.scss +0 -25
  437. package/lib/components/ca-heatmap-usa/ca-heatmap-usa.component.spec.ts +0 -21
  438. package/lib/components/ca-heatmap-usa/ca-heatmap-usa.component.ts +0 -184
  439. package/lib/components/ca-heatmap-usa/ca-heatmap-usa.stories.ts +0 -45
  440. package/lib/components/ca-heatmap-usa/constants/heatmap-usa.constants.ts +0 -721
  441. package/lib/components/ca-heatmap-usa/constants/index.ts +0 -1
  442. package/lib/components/ca-heatmap-usa/interfaces/index.ts +0 -3
  443. package/lib/components/ca-heatmap-usa/interfaces/map-list-item.interface.ts +0 -6
  444. package/lib/components/ca-heatmap-usa/interfaces/map-states.interface.ts +0 -10
  445. package/lib/components/ca-heatmap-usa/interfaces/top-list-by-state-item.interface.ts +0 -11
  446. package/lib/components/ca-icon-dropdown/ca-icon-dropdown.component.html +0 -59
  447. package/lib/components/ca-icon-dropdown/ca-icon-dropdown.component.scss +0 -84
  448. package/lib/components/ca-icon-dropdown/ca-icon-dropdown.component.spec.ts +0 -23
  449. package/lib/components/ca-icon-dropdown/ca-icon-dropdown.component.ts +0 -118
  450. package/lib/components/ca-icon-dropdown/ca-icon-dropdown.stories.ts +0 -107
  451. package/lib/components/ca-icon-dropdown/enums/index.ts +0 -1
  452. package/lib/components/ca-icon-dropdown/enums/placement.enum.ts +0 -25
  453. package/lib/components/ca-icon-dropdown/interfaces/icon-drop-down-item.interface.ts +0 -5
  454. package/lib/components/ca-icon-dropdown/interfaces/icon-dropdown-config.interface.ts +0 -19
  455. package/lib/components/ca-icon-dropdown/interfaces/index.ts +0 -2
  456. package/lib/components/ca-icon-dropdown/utils/svg-routes/icon-dropdown-svg-routes.ts +0 -3
  457. package/lib/components/ca-icon-dropdown/utils/svg-routes/index.ts +0 -1
  458. package/lib/components/ca-input/base-classes/ca-input-base-helpres.ts +0 -343
  459. package/lib/components/ca-input/base-classes/ca-input-base.ts +0 -1394
  460. package/lib/components/ca-input/base-classes/ca-input-event-manager.ts +0 -32
  461. package/lib/components/ca-input/ca-input.component.html +0 -640
  462. package/lib/components/ca-input/ca-input.component.scss +0 -413
  463. package/lib/components/ca-input/ca-input.component.ts +0 -311
  464. package/lib/components/ca-input/ca-input.stories.ts +0 -416
  465. package/lib/components/ca-input/components/ca-input-clear/ca-input-clear.component.html +0 -33
  466. package/lib/components/ca-input/components/ca-input-clear/ca-input-clear.component.scss +0 -0
  467. package/lib/components/ca-input/components/ca-input-clear/ca-input-clear.component.spec.ts +0 -26
  468. package/lib/components/ca-input/components/ca-input-clear/ca-input-clear.component.ts +0 -75
  469. package/lib/components/ca-input/components/ca-input-commands/ca-input-commands.component.html +0 -85
  470. package/lib/components/ca-input/components/ca-input-commands/ca-input-commands.component.scss +0 -0
  471. package/lib/components/ca-input/components/ca-input-commands/ca-input-commands.component.spec.ts +0 -26
  472. package/lib/components/ca-input/components/ca-input-commands/ca-input-commands.component.ts +0 -46
  473. package/lib/components/ca-input/components/ca-input-password/ca-input-password.component.html +0 -38
  474. package/lib/components/ca-input/components/ca-input-password/ca-input-password.component.scss +0 -0
  475. package/lib/components/ca-input/components/ca-input-password/ca-input-password.component.spec.ts +0 -25
  476. package/lib/components/ca-input/components/ca-input-password/ca-input-password.component.ts +0 -58
  477. package/lib/components/ca-input/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.html +0 -50
  478. package/lib/components/ca-input/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.scss +0 -0
  479. package/lib/components/ca-input/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.spec.ts +0 -25
  480. package/lib/components/ca-input/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.ts +0 -79
  481. package/lib/components/ca-input/config/ca-input.config.ts +0 -192
  482. package/lib/components/ca-input/config/index.ts +0 -1
  483. package/lib/components/ca-input/custom-validators/email-custom.validator.ts +0 -9
  484. package/lib/components/ca-input/custom-validators/url-custom.validator.ts +0 -9
  485. package/lib/components/ca-input/directives/caps-lock.directive.ts +0 -44
  486. package/lib/components/ca-input/directives/command-visible.directive.ts +0 -44
  487. package/lib/components/ca-input/directives/index.ts +0 -5
  488. package/lib/components/ca-input/directives/input-max-value.directive.ts +0 -48
  489. package/lib/components/ca-input/directives/min-max-value.directive.ts +0 -37
  490. package/lib/components/ca-input/directives/price_format.directive.ts +0 -35
  491. package/lib/components/ca-input/directives/restrict-input.directive.ts +0 -129
  492. package/lib/components/ca-input/enums/index.ts +0 -4
  493. package/lib/components/ca-input/enums/input-commands-action.enum.ts +0 -9
  494. package/lib/components/ca-input/enums/input-commands-type.enum.ts +0 -7
  495. package/lib/components/ca-input/enums/input-config-name-string.enum.ts +0 -7
  496. package/lib/components/ca-input/enums/input-string.enum.ts +0 -115
  497. package/lib/components/ca-input/enums/input-text-transform.enum.ts +0 -6
  498. package/lib/components/ca-input/mixins/input-command.mixin.ts +0 -158
  499. package/lib/components/ca-input/mixins/input-helper.mixin.ts +0 -61
  500. package/lib/components/ca-input/mixins/input.mixin.ts +0 -19
  501. package/lib/components/ca-input/mixins/restriction-pipe.mixin.ts +0 -54
  502. package/lib/components/ca-input/models/base.model.ts +0 -24
  503. package/lib/components/ca-input/models/command-click.model.ts +0 -5
  504. package/lib/components/ca-input/models/commands-event.model.ts +0 -5
  505. package/lib/components/ca-input/models/index.ts +0 -3
  506. package/lib/components/ca-input/models/label-color.model.ts +0 -11
  507. package/lib/components/ca-input/pipes/color-finder.pipe.ts +0 -55
  508. package/lib/components/ca-input/pipes/form-control.pipe.ts +0 -12
  509. package/lib/components/ca-input/pipes/index.ts +0 -19
  510. package/lib/components/ca-input/pipes/input-class.pipe.ts +0 -197
  511. package/lib/components/ca-input/pipes/input-clear-class.pipe.ts +0 -104
  512. package/lib/components/ca-input/pipes/input-container-class.pipe.ts +0 -70
  513. package/lib/components/ca-input/pipes/input-datetime-picker-class.pipe.ts +0 -98
  514. package/lib/components/ca-input/pipes/input-dropdown-arrow-class.pipe.ts +0 -68
  515. package/lib/components/ca-input/pipes/input-error.pipe.ts +0 -78
  516. package/lib/components/ca-input/pipes/input-password-eye-class.pipe.ts +0 -43
  517. package/lib/components/ca-input/pipes/input-pattern.pipe.ts +0 -308
  518. package/lib/components/ca-input/pipes/input-placeholder-icon-right.pipe.ts +0 -54
  519. package/lib/components/ca-input/pipes/input-placeholder-icon.class.pipe.ts +0 -69
  520. package/lib/components/ca-input/pipes/input-placeholder-text-class.pipe.ts +0 -52
  521. package/lib/components/ca-input/pipes/input-type.pipe.ts +0 -18
  522. package/lib/components/ca-input/pipes/label-class.pipe.ts +0 -46
  523. package/lib/components/ca-input/pipes/show-clear.pipe.ts +0 -19
  524. package/lib/components/ca-input/pipes/show-dropdown-arrow.pipe.ts +0 -23
  525. package/lib/components/ca-input/pipes/show-invalid-danger-mark.pipe.ts +0 -31
  526. package/lib/components/ca-input/pipes/show-placeholder-text.pipe.ts +0 -27
  527. package/lib/components/ca-input/pipes/show-valid-check.pipe.ts +0 -30
  528. package/lib/components/ca-input/scss/ca-dropdown-input-image.scss +0 -109
  529. package/lib/components/ca-input/scss/ca-input.clear.scss +0 -360
  530. package/lib/components/ca-input/scss/ca-input.colors.scss +0 -287
  531. package/lib/components/ca-input/scss/ca-input.commands.scss +0 -187
  532. package/lib/components/ca-input/scss/ca-input.dangermark.scss +0 -17
  533. package/lib/components/ca-input/scss/ca-input.datepicker.scss +0 -153
  534. package/lib/components/ca-input/scss/ca-input.dropdown.scss +0 -124
  535. package/lib/components/ca-input/scss/ca-input.editlabel.scss +0 -42
  536. package/lib/components/ca-input/scss/ca-input.error.scss +0 -34
  537. package/lib/components/ca-input/scss/ca-input.input.scss +0 -838
  538. package/lib/components/ca-input/scss/ca-input.label.scss +0 -281
  539. package/lib/components/ca-input/scss/ca-input.labelcounter.scss +0 -21
  540. package/lib/components/ca-input/scss/ca-input.passwordcapslock.scss +0 -17
  541. package/lib/components/ca-input/scss/ca-input.passwordeye.scss +0 -138
  542. package/lib/components/ca-input/scss/ca-input.placeholderText.scss +0 -82
  543. package/lib/components/ca-input/scss/ca-input.placeholdericon-rightside.scss +0 -90
  544. package/lib/components/ca-input/scss/ca-input.placeholdericon.scss +0 -188
  545. package/lib/components/ca-input/scss/ca-input.requiredcheck.scss +0 -19
  546. package/lib/components/ca-input/scss/ca-input.spinner.scss +0 -5
  547. package/lib/components/ca-input/services/ca-input-validation.service.ts +0 -246
  548. package/lib/components/ca-input/services/index.ts +0 -1
  549. package/lib/components/ca-input/utils/constants/index.ts +0 -1
  550. package/lib/components/ca-input/utils/constants/input-constants.ts +0 -129
  551. package/lib/components/ca-input/utils/index.ts +0 -2
  552. package/lib/components/ca-input/utils/input-change-value.type.ts +0 -1
  553. package/lib/components/ca-input/utils/input-svg-routes.ts +0 -26
  554. package/lib/components/ca-input/versions/datetime/datetimepicker.directive.spec.ts +0 -8
  555. package/lib/components/ca-input/versions/datetime/datetimepicker.directive.ts +0 -9
  556. package/lib/components/ca-input-address-dropdown/ca-input-address-dropdown.component.html +0 -77
  557. package/lib/components/ca-input-address-dropdown/ca-input-address-dropdown.component.scss +0 -134
  558. package/lib/components/ca-input-address-dropdown/ca-input-address-dropdown.component.ts +0 -517
  559. package/lib/components/ca-input-address-dropdown/ca-input-address-dropdown.stories.ts +0 -290
  560. package/lib/components/ca-input-address-dropdown/enums/input-address-basic-string.enum.ts +0 -4
  561. package/lib/components/ca-input-address-dropdown/enums/input-address-commands-string.enum.ts +0 -6
  562. package/lib/components/ca-input-address-dropdown/enums/input-address-layers-string.enum.ts +0 -4
  563. package/lib/components/ca-input-address-dropdown/enums/input-address-stop-types-string.enum.ts +0 -4
  564. package/lib/components/ca-input-address-dropdown/enums/input-address-type-string.enum.ts +0 -5
  565. package/lib/components/ca-input-address-dropdown/models/address-data.model.ts +0 -14
  566. package/lib/components/ca-input-address-dropdown/models/address-list.model.ts +0 -6
  567. package/lib/components/ca-input-address-dropdown/models/command-properties.model.ts +0 -7
  568. package/lib/components/ca-input-address-dropdown/models/commands-handler.model.ts +0 -8
  569. package/lib/components/ca-input-address-dropdown/models/index.ts +0 -7
  570. package/lib/components/ca-input-address-dropdown/models/input-address-commands-string.model.ts +0 -5
  571. package/lib/components/ca-input-address-dropdown/models/long-lat.model.ts +0 -4
  572. package/lib/components/ca-input-address-dropdown/models/sent-address-data.model.ts +0 -7
  573. package/lib/components/ca-input-address-dropdown/validators/ca-input-address.regex-validations.ts +0 -12
  574. package/lib/components/ca-input-address-dropdown-test/ca-input-address-dropdown-test.component.html +0 -79
  575. package/lib/components/ca-input-address-dropdown-test/ca-input-address-dropdown-test.component.scss +0 -134
  576. package/lib/components/ca-input-address-dropdown-test/ca-input-address-dropdown-test.component.ts +0 -447
  577. package/lib/components/ca-input-address-dropdown-test/ca-input-address-dropdown-test.stories.ts +0 -183
  578. package/lib/components/ca-input-address-dropdown-test/enums/input-address-basic-string.enum.ts +0 -4
  579. package/lib/components/ca-input-address-dropdown-test/enums/input-address-commands-string.enum.ts +0 -6
  580. package/lib/components/ca-input-address-dropdown-test/enums/input-address-layers-string.enum.ts +0 -4
  581. package/lib/components/ca-input-address-dropdown-test/enums/input-address-stop-types-string.enum.ts +0 -4
  582. package/lib/components/ca-input-address-dropdown-test/enums/input-address-type-string.enum.ts +0 -5
  583. package/lib/components/ca-input-address-dropdown-test/models/address-data.model.ts +0 -13
  584. package/lib/components/ca-input-address-dropdown-test/models/address-list.model.ts +0 -5
  585. package/lib/components/ca-input-address-dropdown-test/models/command-properties.model.ts +0 -7
  586. package/lib/components/ca-input-address-dropdown-test/models/commands-handler.model.ts +0 -8
  587. package/lib/components/ca-input-address-dropdown-test/models/input-address-commands-string.model.ts +0 -5
  588. package/lib/components/ca-input-address-dropdown-test/models/long-lat.model.ts +0 -4
  589. package/lib/components/ca-input-address-dropdown-test/models/sent-address-data.model.ts +0 -7
  590. package/lib/components/ca-input-address-dropdown-test/validators/ca-input-address-value.validations.ts +0 -14
  591. package/lib/components/ca-input-address-dropdown-test/validators/ca-input-address.regex-validations.ts +0 -12
  592. package/lib/components/ca-input-datetime-picker/ca-input-datetime-picker.component.html +0 -106
  593. package/lib/components/ca-input-datetime-picker/ca-input-datetime-picker.component.scss +0 -138
  594. package/lib/components/ca-input-datetime-picker/ca-input-datetime-picker.component.ts +0 -1193
  595. package/lib/components/ca-input-datetime-picker/ca-input-datetime-picker.stories.ts +0 -231
  596. package/lib/components/ca-input-dropdown/animations/index.ts +0 -1
  597. package/lib/components/ca-input-dropdown/animations/input-dropdown.animation.ts +0 -24
  598. package/lib/components/ca-input-dropdown/ca-input-dropdown.component.html +0 -397
  599. package/lib/components/ca-input-dropdown/ca-input-dropdown.component.scss +0 -240
  600. package/lib/components/ca-input-dropdown/ca-input-dropdown.component.ts +0 -1468
  601. package/lib/components/ca-input-dropdown/ca-input-dropdown.stories.ts +0 -150
  602. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-default-template/ca-input-dropdown-default-template.component.html +0 -23
  603. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-default-template/ca-input-dropdown-default-template.component.scss +0 -0
  604. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-default-template/ca-input-dropdown-default-template.component.ts +0 -45
  605. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-details-template/ca-input-dropdown-details-template.component.html +0 -119
  606. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-details-template/ca-input-dropdown-details-template.component.scss +0 -0
  607. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-details-template/ca-input-dropdown-details-template.component.ts +0 -56
  608. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-dispatch/ca-input-dropdown-dispatch.component.html +0 -31
  609. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-dispatch/ca-input-dropdown-dispatch.component.scss +0 -0
  610. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-dispatch/ca-input-dropdown-dispatch.component.ts +0 -44
  611. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-double-text-template/ca-input-dropdown-double-text-template.component.html +0 -56
  612. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-double-text-template/ca-input-dropdown-double-text-template.component.scss +0 -0
  613. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-double-text-template/ca-input-dropdown-double-text-template.component.ts +0 -46
  614. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-fuel-franchise/ca-input-dropdown-fuel-franchise.component.html +0 -86
  615. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-fuel-franchise/ca-input-dropdown-fuel-franchise.component.scss +0 -0
  616. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-fuel-franchise/ca-input-dropdown-fuel-franchise.component.ts +0 -61
  617. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-groups/ca-input-dropdown-groups.component.html +0 -41
  618. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-groups/ca-input-dropdown-groups.component.scss +0 -0
  619. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-groups/ca-input-dropdown-groups.component.ts +0 -41
  620. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-labels/ca-input-dropdown-labels.component.html +0 -65
  621. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-labels/ca-input-dropdown-labels.component.scss +0 -0
  622. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-labels/ca-input-dropdown-labels.component.ts +0 -57
  623. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker.component.html +0 -58
  624. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker.component.scss +0 -0
  625. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker.component.ts +0 -48
  626. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact.component.html +0 -69
  627. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact.component.scss +0 -0
  628. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact.component.ts +0 -41
  629. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper.component.html +0 -53
  630. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper.component.scss +0 -0
  631. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper.component.ts +0 -41
  632. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher.component.html +0 -54
  633. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher.component.scss +0 -0
  634. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher.component.ts +0 -46
  635. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd.component.html +0 -178
  636. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd.component.scss +0 -0
  637. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd.component.ts +0 -51
  638. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-multiselect/ca-input-dropdown-multiselect.component.html +0 -23
  639. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-multiselect/ca-input-dropdown-multiselect.component.scss +0 -0
  640. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-multiselect/ca-input-dropdown-multiselect.component.ts +0 -41
  641. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-parking/ca-input-dropdown-parking.component.html +0 -40
  642. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-parking/ca-input-dropdown-parking.component.scss +0 -0
  643. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-parking/ca-input-dropdown-parking.component.ts +0 -58
  644. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-payroll-trucks/ca-input-dropdown-payroll-trucks.component.html +0 -84
  645. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-payroll-trucks/ca-input-dropdown-payroll-trucks.component.scss +0 -0
  646. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-payroll-trucks/ca-input-dropdown-payroll-trucks.component.ts +0 -48
  647. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-svg-template/ca-input-dropdown-svg-template.component.html +0 -36
  648. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-svg-template/ca-input-dropdown-svg-template.component.scss +0 -0
  649. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-svg-template/ca-input-dropdown-svg-template.component.ts +0 -41
  650. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-svgtext-dispatch-template/ca-input-dropdown-svgtext-dispatch-template.component.html +0 -113
  651. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-svgtext-dispatch-template/ca-input-dropdown-svgtext-dispatch-template.component.scss +0 -0
  652. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-svgtext-dispatch-template/ca-input-dropdown-svgtext-dispatch-template.component.ts +0 -58
  653. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template.component.html +0 -103
  654. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template.component.scss +0 -0
  655. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template.component.ts +0 -68
  656. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-text-counter/ca-input-dropdown-text-counter.component.html +0 -34
  657. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-text-counter/ca-input-dropdown-text-counter.component.scss +0 -0
  658. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-text-counter/ca-input-dropdown-text-counter.component.ts +0 -40
  659. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-triple-text-template/ca-input-dropdown-triple-text-template.component.html +0 -60
  660. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-triple-text-template/ca-input-dropdown-triple-text-template.component.scss +0 -0
  661. package/lib/components/ca-input-dropdown/components/ca-input-dropdown-triple-text-template/ca-input-dropdown-triple-text-template.component.ts +0 -46
  662. package/lib/components/ca-input-dropdown/enums/dropdown-string.enum.ts +0 -4
  663. package/lib/components/ca-input-dropdown/enums/dropdown-template-type.enum.ts +0 -22
  664. package/lib/components/ca-input-dropdown/enums/index.ts +0 -2
  665. package/lib/components/ca-input-dropdown/models/index.ts +0 -3
  666. package/lib/components/ca-input-dropdown/models/input-dropdown-option.model.ts +0 -98
  667. package/lib/components/ca-input-dropdown/models/load-modal-status.model.ts +0 -5
  668. package/lib/components/ca-input-dropdown/models/status-order.model.ts +0 -4
  669. package/lib/components/ca-input-dropdown/pipes/dropdown-count.pipe.ts +0 -22
  670. package/lib/components/ca-input-dropdown/pipes/index.ts +0 -8
  671. package/lib/components/ca-input-dropdown/pipes/input-dropdown-default-template-class.pipe.ts +0 -30
  672. package/lib/components/ca-input-dropdown/pipes/input-dropdown-fuel-franchise-class.pipe.ts +0 -20
  673. package/lib/components/ca-input-dropdown/pipes/input-dropdown-label-class.pipe.ts +0 -32
  674. package/lib/components/ca-input-dropdown/pipes/input-dropdown-load-broker-container.pipe.ts +0 -27
  675. package/lib/components/ca-input-dropdown/pipes/input-dropdown-multiselect-class.pipe.ts +0 -26
  676. package/lib/components/ca-input-dropdown/pipes/input-dropdown-svgtext-template-container.pipe.ts +0 -27
  677. package/lib/components/ca-input-dropdown/pipes/input-dropdown-svgtext-template-icon.pipe.ts +0 -24
  678. package/lib/components/ca-input-dropdown/utils/constants/index.ts +0 -1
  679. package/lib/components/ca-input-dropdown/utils/constants/input-dropdown.constants.ts +0 -206
  680. package/lib/components/ca-input-dropdown/utils/svg-routes/index.ts +0 -1
  681. package/lib/components/ca-input-dropdown/utils/svg-routes/input-dropdown-svg-routes.ts +0 -13
  682. package/lib/components/ca-input-dropdown-test/animations/index.ts +0 -1
  683. package/lib/components/ca-input-dropdown-test/animations/input-dropdown.animation.ts +0 -24
  684. package/lib/components/ca-input-dropdown-test/ca-input-dropdown-test.component.html +0 -835
  685. package/lib/components/ca-input-dropdown-test/ca-input-dropdown-test.component.scss +0 -276
  686. package/lib/components/ca-input-dropdown-test/ca-input-dropdown-test.component.ts +0 -897
  687. package/lib/components/ca-input-dropdown-test/ca-input-dropdown-test.stories.ts +0 -837
  688. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-default-template/ca-input-dropdown-default-template.component.html +0 -26
  689. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-default-template/ca-input-dropdown-default-template.component.scss +0 -0
  690. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-default-template/ca-input-dropdown-default-template.component.ts +0 -66
  691. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-details-template/ca-input-dropdown-details-template.component.html +0 -136
  692. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-details-template/ca-input-dropdown-details-template.component.scss +0 -0
  693. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-details-template/ca-input-dropdown-details-template.component.ts +0 -77
  694. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-dispatch/ca-input-dropdown-dispatch.component.html +0 -32
  695. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-dispatch/ca-input-dropdown-dispatch.component.scss +0 -0
  696. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-dispatch/ca-input-dropdown-dispatch.component.ts +0 -67
  697. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-double-text-template/ca-input-dropdown-double-text-template.component.html +0 -58
  698. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-double-text-template/ca-input-dropdown-double-text-template.component.scss +0 -0
  699. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-double-text-template/ca-input-dropdown-double-text-template.component.ts +0 -69
  700. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-fuel-franchise/ca-input-dropdown-fuel-franchise.component.html +0 -77
  701. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-fuel-franchise/ca-input-dropdown-fuel-franchise.component.scss +0 -0
  702. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-fuel-franchise/ca-input-dropdown-fuel-franchise.component.ts +0 -83
  703. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-groups/ca-input-dropdown-groups.component.html +0 -42
  704. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-groups/ca-input-dropdown-groups.component.scss +0 -0
  705. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-groups/ca-input-dropdown-groups.component.ts +0 -64
  706. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-labels/ca-input-dropdown-labels.component.html +0 -63
  707. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-labels/ca-input-dropdown-labels.component.scss +0 -0
  708. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-labels/ca-input-dropdown-labels.component.ts +0 -73
  709. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker-item/ca-input-dropdown-load-broker-item.component.html +0 -49
  710. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker-item/ca-input-dropdown-load-broker-item.component.scss +0 -0
  711. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker-item/ca-input-dropdown-load-broker-item.component.ts +0 -33
  712. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker.component.html +0 -17
  713. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker.component.scss +0 -0
  714. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker.component.ts +0 -74
  715. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact-item/ca-input-dropdown-load-broker-contact-item.component.html +0 -37
  716. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact-item/ca-input-dropdown-load-broker-contact-item.component.scss +0 -5
  717. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact-item/ca-input-dropdown-load-broker-contact-item.component.spec.ts +0 -23
  718. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact-item/ca-input-dropdown-load-broker-contact-item.component.ts +0 -26
  719. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact.component.html +0 -47
  720. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact.component.scss +0 -0
  721. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact.component.ts +0 -68
  722. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper-item/ca-input-dropdown-load-broker-shipper-item.component.html +0 -56
  723. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper-item/ca-input-dropdown-load-broker-shipper-item.component.scss +0 -0
  724. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper-item/ca-input-dropdown-load-broker-shipper-item.component.ts +0 -27
  725. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper.component.html +0 -22
  726. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper.component.scss +0 -3
  727. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper.component.ts +0 -66
  728. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher-item/ca-input-dropdown-load-dispatcher-item.component.html +0 -40
  729. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher-item/ca-input-dropdown-load-dispatcher-item.component.scss +0 -0
  730. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher-item/ca-input-dropdown-load-dispatcher-item.component.ts +0 -39
  731. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher.component.html +0 -32
  732. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher.component.scss +0 -0
  733. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher.component.ts +0 -68
  734. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd-item/ca-input-dropdown-load-dispatches-ttd-item.html +0 -166
  735. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd-item/ca-input-dropdown-load-dispatches-ttd-item.scss +0 -0
  736. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd-item/ca-input-dropdown-load-dispatches-ttd-item.ts +0 -38
  737. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd.component.html +0 -24
  738. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd.component.scss +0 -0
  739. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd.component.ts +0 -73
  740. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-multiselect/ca-input-dropdown-multiselect.component.html +0 -24
  741. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-multiselect/ca-input-dropdown-multiselect.component.scss +0 -0
  742. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-multiselect/ca-input-dropdown-multiselect.component.ts +0 -64
  743. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-payroll-trucks/ca-input-dropdown-payroll-trucks.component.html +0 -87
  744. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-payroll-trucks/ca-input-dropdown-payroll-trucks.component.scss +0 -0
  745. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-payroll-trucks/ca-input-dropdown-payroll-trucks.component.ts +0 -68
  746. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svg-template/ca-input-dropdown-svg-template.component.html +0 -38
  747. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svg-template/ca-input-dropdown-svg-template.component.scss +0 -0
  748. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svg-template/ca-input-dropdown-svg-template.component.ts +0 -68
  749. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-dispatch-template/ca-input-dropdown-svgtext-dispatch-template.component.html +0 -123
  750. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-dispatch-template/ca-input-dropdown-svgtext-dispatch-template.component.scss +0 -0
  751. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-dispatch-template/ca-input-dropdown-svgtext-dispatch-template.component.ts +0 -80
  752. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template-item/ca-input-dropdown-svgtext-template-item.component.css +0 -0
  753. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template-item/ca-input-dropdown-svgtext-template-item.component.html +0 -105
  754. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template-item/ca-input-dropdown-svgtext-template-item.component.spec.ts +0 -23
  755. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template-item/ca-input-dropdown-svgtext-template-item.component.ts +0 -55
  756. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template.component.html +0 -19
  757. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template.component.scss +0 -0
  758. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template.component.ts +0 -91
  759. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-text-counter/ca-input-dropdown-text-counter.component.html +0 -38
  760. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-text-counter/ca-input-dropdown-text-counter.component.scss +0 -0
  761. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-text-counter/ca-input-dropdown-text-counter.component.ts +0 -63
  762. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-triple-text-template/ca-input-dropdown-triple-text-template.component.html +0 -63
  763. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-triple-text-template/ca-input-dropdown-triple-text-template.component.scss +0 -0
  764. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-triple-text-template/ca-input-dropdown-triple-text-template.component.ts +0 -61
  765. package/lib/components/ca-input-dropdown-test/enums/dropdown-string.enum.ts +0 -4
  766. package/lib/components/ca-input-dropdown-test/enums/dropdown-template-type.enum.ts +0 -21
  767. package/lib/components/ca-input-dropdown-test/enums/index.ts +0 -2
  768. package/lib/components/ca-input-dropdown-test/interfaces/index.ts +0 -1
  769. package/lib/components/ca-input-dropdown-test/interfaces/input-dropdown-option.interface.ts +0 -103
  770. package/lib/components/ca-input-dropdown-test/interfaces/selected-status.interface.ts +0 -5
  771. package/lib/components/ca-input-dropdown-test/interfaces/status-order.interface.ts +0 -4
  772. package/lib/components/ca-input-dropdown-test/pipes/dropdown-count.pipe.ts +0 -25
  773. package/lib/components/ca-input-dropdown-test/pipes/dropdown-options.pipe.ts +0 -107
  774. package/lib/components/ca-input-dropdown-test/pipes/index.ts +0 -9
  775. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-default-template-class.pipe.ts +0 -38
  776. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-fuel-franchise-class.pipe.ts +0 -22
  777. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-get-icon.pipe.ts +0 -28
  778. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-label-class.pipe.ts +0 -37
  779. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-load-broker-container.pipe.ts +0 -28
  780. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-multiselect-class.pipe.ts +0 -31
  781. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-container.pipe.ts +0 -29
  782. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-icon.pipe.ts +0 -28
  783. package/lib/components/ca-input-dropdown-test/types/index.ts +0 -1
  784. package/lib/components/ca-input-dropdown-test/types/input-dropdown-forms.type.ts +0 -9
  785. package/lib/components/ca-input-dropdown-test/types/select-dropdown-value.type.ts +0 -8
  786. package/lib/components/ca-input-dropdown-test/utils/constants/index.ts +0 -1
  787. package/lib/components/ca-input-dropdown-test/utils/constants/input-dropdown.constants.ts +0 -2948
  788. package/lib/components/ca-input-dropdown-test/utils/svg-routes/index.ts +0 -1
  789. package/lib/components/ca-input-dropdown-test/utils/svg-routes/input-dropdown-svg-routes.ts +0 -13
  790. package/lib/components/ca-input-dropdown-test/validators/dropdown-empty-value.validator.ts +0 -11
  791. package/lib/components/ca-input-dropdown-test/validators/index.ts +0 -1
  792. package/lib/components/ca-input-note/ca-input-note.component.html +0 -91
  793. package/lib/components/ca-input-note/ca-input-note.component.scss +0 -171
  794. package/lib/components/ca-input-note/ca-input-note.component.spec.ts +0 -24
  795. package/lib/components/ca-input-note/ca-input-note.component.ts +0 -229
  796. package/lib/components/ca-input-note/ca-input-note.stories.ts +0 -64
  797. package/lib/components/ca-input-radiobuttons/ca-input-radiobuttons.component.html +0 -28
  798. package/lib/components/ca-input-radiobuttons/ca-input-radiobuttons.component.scss +0 -97
  799. package/lib/components/ca-input-radiobuttons/ca-input-radiobuttons.component.spec.ts +0 -24
  800. package/lib/components/ca-input-radiobuttons/ca-input-radiobuttons.component.ts +0 -43
  801. package/lib/components/ca-input-radiobuttons/ca-input-radiobuttons.stories.ts +0 -84
  802. package/lib/components/ca-input-test/base-classes/ca-input-base-helpres.ts +0 -343
  803. package/lib/components/ca-input-test/base-classes/ca-input-base.ts +0 -1394
  804. package/lib/components/ca-input-test/base-classes/ca-input-event-manager.ts +0 -32
  805. package/lib/components/ca-input-test/components/ca-input-clear/ca-input-clear.component.html +0 -33
  806. package/lib/components/ca-input-test/components/ca-input-clear/ca-input-clear.component.scss +0 -0
  807. package/lib/components/ca-input-test/components/ca-input-clear/ca-input-clear.component.spec.ts +0 -26
  808. package/lib/components/ca-input-test/components/ca-input-clear/ca-input-clear.component.ts +0 -75
  809. package/lib/components/ca-input-test/components/ca-input-commands/ca-input-commands.component.html +0 -85
  810. package/lib/components/ca-input-test/components/ca-input-commands/ca-input-commands.component.scss +0 -0
  811. package/lib/components/ca-input-test/components/ca-input-commands/ca-input-commands.component.spec.ts +0 -26
  812. package/lib/components/ca-input-test/components/ca-input-commands/ca-input-commands.component.ts +0 -46
  813. package/lib/components/ca-input-test/components/ca-input-password/ca-input-password.component.html +0 -38
  814. package/lib/components/ca-input-test/components/ca-input-password/ca-input-password.component.scss +0 -0
  815. package/lib/components/ca-input-test/components/ca-input-password/ca-input-password.component.spec.ts +0 -25
  816. package/lib/components/ca-input-test/components/ca-input-password/ca-input-password.component.ts +0 -58
  817. package/lib/components/ca-input-test/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.html +0 -56
  818. package/lib/components/ca-input-test/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.scss +0 -0
  819. package/lib/components/ca-input-test/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.spec.ts +0 -25
  820. package/lib/components/ca-input-test/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.ts +0 -79
  821. package/lib/components/ca-input-test/config/ca-input.config.ts +0 -196
  822. package/lib/components/ca-input-test/config/index.ts +0 -1
  823. package/lib/components/ca-input-test/custom-validators/email-custom.validator.ts +0 -9
  824. package/lib/components/ca-input-test/custom-validators/url-custom.validator.ts +0 -9
  825. package/lib/components/ca-input-test/directives/caps-lock.directive.ts +0 -44
  826. package/lib/components/ca-input-test/directives/command-visible.directive.ts +0 -44
  827. package/lib/components/ca-input-test/directives/index.ts +0 -5
  828. package/lib/components/ca-input-test/directives/input-max-value.directive.ts +0 -48
  829. package/lib/components/ca-input-test/directives/min-max-value.directive.ts +0 -37
  830. package/lib/components/ca-input-test/directives/price_format.directive.ts +0 -35
  831. package/lib/components/ca-input-test/directives/restrict-input.directive.ts +0 -134
  832. package/lib/components/ca-input-test/enums/index.ts +0 -4
  833. package/lib/components/ca-input-test/enums/input-commands-action.enum.ts +0 -9
  834. package/lib/components/ca-input-test/enums/input-commands-type.enum.ts +0 -7
  835. package/lib/components/ca-input-test/enums/input-config-name-string.enum.ts +0 -7
  836. package/lib/components/ca-input-test/enums/input-string.enum.ts +0 -115
  837. package/lib/components/ca-input-test/enums/input-text-transform.enum.ts +0 -6
  838. package/lib/components/ca-input-test/input-test.component.html +0 -352
  839. package/lib/components/ca-input-test/input-test.component.scss +0 -413
  840. package/lib/components/ca-input-test/input-test.component.spec.ts +0 -23
  841. package/lib/components/ca-input-test/input-test.component.ts +0 -401
  842. package/lib/components/ca-input-test/input-test.stories.ts +0 -838
  843. package/lib/components/ca-input-test/mixins/input-command.mixin.ts +0 -159
  844. package/lib/components/ca-input-test/mixins/input-helper.mixin.ts +0 -61
  845. package/lib/components/ca-input-test/mixins/input.mixin.ts +0 -19
  846. package/lib/components/ca-input-test/mixins/restriction-pipe.mixin.ts +0 -54
  847. package/lib/components/ca-input-test/models/base.model.ts +0 -24
  848. package/lib/components/ca-input-test/models/command-click.model.ts +0 -5
  849. package/lib/components/ca-input-test/models/commands-event.model.ts +0 -5
  850. package/lib/components/ca-input-test/models/index.ts +0 -3
  851. package/lib/components/ca-input-test/models/label-color.model.ts +0 -11
  852. package/lib/components/ca-input-test/pipes/color-finder.pipe.ts +0 -55
  853. package/lib/components/ca-input-test/pipes/form-control.pipe.ts +0 -12
  854. package/lib/components/ca-input-test/pipes/index.ts +0 -19
  855. package/lib/components/ca-input-test/pipes/input-class.pipe.ts +0 -195
  856. package/lib/components/ca-input-test/pipes/input-clear-class.pipe.ts +0 -104
  857. package/lib/components/ca-input-test/pipes/input-container-class.pipe.ts +0 -68
  858. package/lib/components/ca-input-test/pipes/input-datetime-picker-class.pipe.ts +0 -90
  859. package/lib/components/ca-input-test/pipes/input-dropdown-arrow-class.pipe.ts +0 -68
  860. package/lib/components/ca-input-test/pipes/input-error.pipe.ts +0 -72
  861. package/lib/components/ca-input-test/pipes/input-password-eye-class.pipe.ts +0 -43
  862. package/lib/components/ca-input-test/pipes/input-pattern.pipe.ts +0 -308
  863. package/lib/components/ca-input-test/pipes/input-placeholder-icon-right.pipe.ts +0 -56
  864. package/lib/components/ca-input-test/pipes/input-placeholder-icon.class.pipe.ts +0 -69
  865. package/lib/components/ca-input-test/pipes/input-placeholder-text-class.pipe.ts +0 -53
  866. package/lib/components/ca-input-test/pipes/input-type.pipe.ts +0 -18
  867. package/lib/components/ca-input-test/pipes/label-class.pipe.ts +0 -54
  868. package/lib/components/ca-input-test/pipes/show-clear.pipe.ts +0 -20
  869. package/lib/components/ca-input-test/pipes/show-dropdown-arrow.pipe.ts +0 -24
  870. package/lib/components/ca-input-test/pipes/show-invalid-danger-mark.pipe.ts +0 -31
  871. package/lib/components/ca-input-test/pipes/show-placeholder-text.pipe.ts +0 -27
  872. package/lib/components/ca-input-test/pipes/show-valid-check.pipe.ts +0 -31
  873. package/lib/components/ca-input-test/scss/ca-dropdown-input-image.scss +0 -109
  874. package/lib/components/ca-input-test/scss/ca-input.clear.scss +0 -360
  875. package/lib/components/ca-input-test/scss/ca-input.colors.scss +0 -287
  876. package/lib/components/ca-input-test/scss/ca-input.commands.scss +0 -187
  877. package/lib/components/ca-input-test/scss/ca-input.dangermark.scss +0 -17
  878. package/lib/components/ca-input-test/scss/ca-input.datepicker.scss +0 -153
  879. package/lib/components/ca-input-test/scss/ca-input.dropdown.scss +0 -124
  880. package/lib/components/ca-input-test/scss/ca-input.editlabel.scss +0 -42
  881. package/lib/components/ca-input-test/scss/ca-input.error.scss +0 -34
  882. package/lib/components/ca-input-test/scss/ca-input.input.scss +0 -837
  883. package/lib/components/ca-input-test/scss/ca-input.label.scss +0 -281
  884. package/lib/components/ca-input-test/scss/ca-input.labelcounter.scss +0 -21
  885. package/lib/components/ca-input-test/scss/ca-input.passwordcapslock.scss +0 -17
  886. package/lib/components/ca-input-test/scss/ca-input.passwordeye.scss +0 -138
  887. package/lib/components/ca-input-test/scss/ca-input.placeholderText.scss +0 -82
  888. package/lib/components/ca-input-test/scss/ca-input.placeholdericon-rightside.scss +0 -89
  889. package/lib/components/ca-input-test/scss/ca-input.placeholdericon.scss +0 -195
  890. package/lib/components/ca-input-test/scss/ca-input.requiredcheck.scss +0 -19
  891. package/lib/components/ca-input-test/scss/ca-input.spinner.scss +0 -5
  892. package/lib/components/ca-input-test/services/ca-input-validation.service.ts +0 -246
  893. package/lib/components/ca-input-test/services/index.ts +0 -1
  894. package/lib/components/ca-input-test/utils/constants/index.ts +0 -1
  895. package/lib/components/ca-input-test/utils/constants/input-constants.ts +0 -129
  896. package/lib/components/ca-input-test/utils/index.ts +0 -2
  897. package/lib/components/ca-input-test/utils/input-change-value.type.ts +0 -1
  898. package/lib/components/ca-input-test/utils/input-svg-routes.ts +0 -26
  899. package/lib/components/ca-input-test/versions/datetime/datetimepicker.directive.spec.ts +0 -8
  900. package/lib/components/ca-input-test/versions/datetime/datetimepicker.directive.ts +0 -9
  901. package/lib/components/ca-items-dropdown/ca-items-dropdown.component.html +0 -202
  902. package/lib/components/ca-items-dropdown/ca-items-dropdown.component.scss +0 -27
  903. package/lib/components/ca-items-dropdown/ca-items-dropdown.component.spec.ts +0 -23
  904. package/lib/components/ca-items-dropdown/ca-items-dropdown.component.ts +0 -102
  905. package/lib/components/ca-items-dropdown/interfaces/index.ts +0 -2
  906. package/lib/components/ca-items-dropdown/interfaces/items-dropdown-config.interface.ts +0 -7
  907. package/lib/components/ca-items-dropdown/interfaces/items-dropdown-list.interface.ts +0 -11
  908. package/lib/components/ca-items-dropdown/pipes/dropdown-width.pipe.ts +0 -13
  909. package/lib/components/ca-items-dropdown/pipes/index.ts +0 -2
  910. package/lib/components/ca-items-dropdown/pipes/pm-item.pipe.ts +0 -22
  911. package/lib/components/ca-items-dropdown/utils/helpers/index.ts +0 -1
  912. package/lib/components/ca-items-dropdown/utils/helpers/items-dropdown.helper.ts +0 -10
  913. package/lib/components/ca-last-fuel-price-progress/ca-last-fuel-price-progress.component.html +0 -111
  914. package/lib/components/ca-last-fuel-price-progress/ca-last-fuel-price-progress.component.scss +0 -127
  915. package/lib/components/ca-last-fuel-price-progress/ca-last-fuel-price-progress.component.spec.ts +0 -23
  916. package/lib/components/ca-last-fuel-price-progress/ca-last-fuel-price-progress.component.stories.ts +0 -71
  917. package/lib/components/ca-last-fuel-price-progress/ca-last-fuel-price-progress.component.ts +0 -123
  918. package/lib/components/ca-last-fuel-price-progress/enums/index.ts +0 -1
  919. package/lib/components/ca-last-fuel-price-progress/enums/last-fuel-price-progress.enum.ts +0 -4
  920. package/lib/components/ca-last-fuel-price-progress/interfaces/index.ts +0 -2
  921. package/lib/components/ca-last-fuel-price-progress/interfaces/last-fuel-price-progress-config.interface.ts +0 -10
  922. package/lib/components/ca-last-fuel-price-progress/interfaces/last-fuel-price-progress-data.interface.ts +0 -12
  923. package/lib/components/ca-last-fuel-price-progress/utils/constants/index.ts +0 -1
  924. package/lib/components/ca-last-fuel-price-progress/utils/constants/last-fuel-price-progress.constants.ts +0 -9
  925. package/lib/components/ca-last-fuel-price-progress/utils/helpers/index.ts +0 -1
  926. package/lib/components/ca-last-fuel-price-progress/utils/helpers/last-fuel-price-progress.helper.ts +0 -100
  927. package/lib/components/ca-last-fuel-price-progress/utils/svg-routes/index.ts +0 -1
  928. package/lib/components/ca-last-fuel-price-progress/utils/svg-routes/last-fuel-price-progress-svg-routes.ts +0 -4
  929. package/lib/components/ca-load-modal-progress-bar/ca-load-modal-progress-bar.component.html +0 -14
  930. package/lib/components/ca-load-modal-progress-bar/ca-load-modal-progress-bar.component.scss +0 -39
  931. package/lib/components/ca-load-modal-progress-bar/ca-load-modal-progress-bar.component.ts +0 -79
  932. package/lib/components/ca-load-pickup-delivery/ca-load-pickup-delivery.component.html +0 -383
  933. package/lib/components/ca-load-pickup-delivery/ca-load-pickup-delivery.component.scss +0 -60
  934. package/lib/components/ca-load-pickup-delivery/ca-load-pickup-delivery.component.spec.ts +0 -21
  935. package/lib/components/ca-load-pickup-delivery/ca-load-pickup-delivery.component.ts +0 -163
  936. package/lib/components/ca-load-pickup-delivery/ca-load-pickup-delivery.stories.ts +0 -740
  937. package/lib/components/ca-load-pickup-delivery/interfaces/index.ts +0 -1
  938. package/lib/components/ca-load-pickup-delivery/interfaces/load-pickup-delivery.interface.ts +0 -74
  939. package/lib/components/ca-load-pickup-delivery/types/index.ts +0 -1
  940. package/lib/components/ca-load-pickup-delivery/types/load-type.type.ts +0 -7
  941. package/lib/components/ca-load-status/ca-load-status.component.html +0 -90
  942. package/lib/components/ca-load-status/ca-load-status.component.scss +0 -323
  943. package/lib/components/ca-load-status/ca-load-status.component.ts +0 -92
  944. package/lib/components/ca-load-status/ca-load-status.stories.ts +0 -318
  945. package/lib/components/ca-load-status/constants/load-status.constants.ts +0 -18
  946. package/lib/components/ca-load-status/enums/load-status-background-colors.enum.ts +0 -17
  947. package/lib/components/ca-load-status/enums/load-status-icon-colors.enum.ts +0 -13
  948. package/lib/components/ca-load-status/enums/load-status-svg-colors.enum.ts +0 -13
  949. package/lib/components/ca-load-status/pipes/status-text.pipe.ts +0 -73
  950. package/lib/components/ca-load-status-log/ca-load-status-log.component.html +0 -100
  951. package/lib/components/ca-load-status-log/ca-load-status-log.component.scss +0 -20
  952. package/lib/components/ca-load-status-log/ca-load-status-log.component.stories.ts +0 -71
  953. package/lib/components/ca-load-status-log/ca-load-status-log.component.ts +0 -60
  954. package/lib/components/ca-load-status-string/ca-load-status-string.component.html +0 -62
  955. package/lib/components/ca-load-status-string/ca-load-status-string.component.scss +0 -97
  956. package/lib/components/ca-load-status-string/ca-load-status-string.component.ts +0 -53
  957. package/lib/components/ca-load-status-string/pipes/index.ts +0 -1
  958. package/lib/components/ca-load-status-string/pipes/load-status-string-class.pipe.ts +0 -31
  959. package/lib/components/ca-logo-change/ca-logo-change.component.html +0 -71
  960. package/lib/components/ca-logo-change/ca-logo-change.component.scss +0 -182
  961. package/lib/components/ca-logo-change/ca-logo-change.component.stories.ts +0 -59
  962. package/lib/components/ca-logo-change/ca-logo-change.component.ts +0 -150
  963. package/lib/components/ca-logo-change/enums/index.ts +0 -1
  964. package/lib/components/ca-logo-change/enums/logo-change.enum.ts +0 -8
  965. package/lib/components/ca-logo-change/pipes/index.ts +0 -1
  966. package/lib/components/ca-logo-change/pipes/logo-slider.pipe.ts +0 -11
  967. package/lib/components/ca-logo-change/utils/constants/index.ts +0 -1
  968. package/lib/components/ca-logo-change/utils/constants/logo-change.constants.ts +0 -20
  969. package/lib/components/ca-main-table/ca-main-table.component.html +0 -220
  970. package/lib/components/ca-main-table/ca-main-table.component.scss +0 -298
  971. package/lib/components/ca-main-table/ca-main-table.component.spec.ts +0 -23
  972. package/lib/components/ca-main-table/ca-main-table.component.ts +0 -131
  973. package/lib/components/ca-main-table/ca-main-table.stories.ts +0 -187
  974. package/lib/components/ca-main-table/models/main-table.model.ts +0 -24
  975. package/lib/components/ca-main-table/pipes/ca-main-table-hidden-rows/ca-main-table-hidden-rows.pipe.spec.ts +0 -8
  976. package/lib/components/ca-main-table/pipes/ca-main-table-hidden-rows/ca-main-table-hidden-rows.pipe.ts +0 -18
  977. package/lib/components/ca-map/ca-map.component.html +0 -190
  978. package/lib/components/ca-map/ca-map.component.scss +0 -451
  979. package/lib/components/ca-map/ca-map.component.ts +0 -825
  980. package/lib/components/ca-map/ca-map.stories.ts +0 -1594
  981. package/lib/components/ca-map/enums/google-map.enum.ts +0 -6
  982. package/lib/components/ca-map/enums/index.ts +0 -4
  983. package/lib/components/ca-map/enums/map-marker-stop-type.enum.ts +0 -13
  984. package/lib/components/ca-map/enums/map-marker-string.enum.ts +0 -27
  985. package/lib/components/ca-map/enums/toolbar-filter-string.enum.ts +0 -129
  986. package/lib/components/ca-map/models/index.ts +0 -1
  987. package/lib/components/ca-map/models/map.model.ts +0 -166
  988. package/lib/components/ca-map/utils/constants/index.ts +0 -4
  989. package/lib/components/ca-map/utils/constants/map-info-window-options.constants.ts +0 -6
  990. package/lib/components/ca-map/utils/constants/map-marker-icons.constants.ts +0 -121
  991. package/lib/components/ca-map/utils/constants/map-options.constants.ts +0 -178
  992. package/lib/components/ca-map/utils/constants/map.constants.ts +0 -437
  993. package/lib/components/ca-map/utils/helpers/index.ts +0 -2
  994. package/lib/components/ca-map/utils/helpers/map-marker-icon.helper.ts +0 -776
  995. package/lib/components/ca-map/utils/helpers/map.helper.ts +0 -192
  996. package/lib/components/ca-map/utils/services/index.ts +0 -1
  997. package/lib/components/ca-map/utils/services/map-marker-icon.service.ts +0 -312
  998. package/lib/components/ca-map/utils/svg-routes/index.ts +0 -1
  999. package/lib/components/ca-map/utils/svg-routes/map-svg-routes.ts +0 -19
  1000. package/lib/components/ca-map-dropdown/ca-map-dropdown.component.html +0 -702
  1001. package/lib/components/ca-map-dropdown/ca-map-dropdown.component.scss +0 -541
  1002. package/lib/components/ca-map-dropdown/ca-map-dropdown.component.spec.ts +0 -21
  1003. package/lib/components/ca-map-dropdown/ca-map-dropdown.component.ts +0 -178
  1004. package/lib/components/ca-map-dropdown/enums/index.ts +0 -1
  1005. package/lib/components/ca-map-dropdown/enums/map-dropdown-string.enum.ts +0 -20
  1006. package/lib/components/ca-map-dropdown/models/index.ts +0 -1
  1007. package/lib/components/ca-map-dropdown/models/map-dropdown-content.model.ts +0 -57
  1008. package/lib/components/ca-map-dropdown/pipes/index.ts +0 -3
  1009. package/lib/components/ca-map-dropdown/pipes/map-dropdown-cluster-content-type.pipe.ts +0 -16
  1010. package/lib/components/ca-map-dropdown/pipes/map-dropdown-content-type.pipe.ts +0 -16
  1011. package/lib/components/ca-map-dropdown/pipes/map-dropdown-value.pipe.ts +0 -33
  1012. package/lib/components/ca-map-dropdown/utils/svg-routes/index.ts +0 -1
  1013. package/lib/components/ca-map-dropdown/utils/svg-routes/map-dropdown-svg-routes.ts +0 -22
  1014. package/lib/components/ca-map-list/ca-map-list.component.html +0 -74
  1015. package/lib/components/ca-map-list/ca-map-list.component.scss +0 -34
  1016. package/lib/components/ca-map-list/ca-map-list.component.spec.ts +0 -23
  1017. package/lib/components/ca-map-list/ca-map-list.component.ts +0 -192
  1018. package/lib/components/ca-map-list/utils/constants/index.ts +0 -1
  1019. package/lib/components/ca-map-list/utils/constants/map-list.constants.ts +0 -11
  1020. package/lib/components/ca-map-list-card/ca-map-list-card.component.html +0 -41
  1021. package/lib/components/ca-map-list-card/ca-map-list-card.component.scss +0 -0
  1022. package/lib/components/ca-map-list-card/ca-map-list-card.component.spec.ts +0 -23
  1023. package/lib/components/ca-map-list-card/ca-map-list-card.component.ts +0 -28
  1024. package/lib/components/ca-modal/ca-modal.component.html +0 -59
  1025. package/lib/components/ca-modal/ca-modal.component.scss +0 -345
  1026. package/lib/components/ca-modal/ca-modal.component.spec.ts +0 -21
  1027. package/lib/components/ca-modal/ca-modal.component.ts +0 -60
  1028. package/lib/components/ca-modal-button/ca-modal-button.component.html +0 -68
  1029. package/lib/components/ca-modal-button/ca-modal-button.component.scss +0 -396
  1030. package/lib/components/ca-modal-button/ca-modal-button.component.spec.ts +0 -23
  1031. package/lib/components/ca-modal-button/ca-modal-button.component.ts +0 -35
  1032. package/lib/components/ca-modal-button/ca-modal-button.stories.ts +0 -255
  1033. package/lib/components/ca-modal-button/enums/index.ts +0 -2
  1034. package/lib/components/ca-modal-button/enums/modal-button-class-type.enum.ts +0 -15
  1035. package/lib/components/ca-modal-button/enums/modal-button-size.enum.ts +0 -10
  1036. package/lib/components/ca-modal-button/pipes/index.ts +0 -1
  1037. package/lib/components/ca-modal-button/pipes/modal-button-class.pipe.ts +0 -22
  1038. package/lib/components/ca-modal-items/ca-modal-items.component.html +0 -436
  1039. package/lib/components/ca-modal-items/ca-modal-items.component.scss +0 -63
  1040. package/lib/components/ca-modal-items/ca-modal-items.component.spec.ts +0 -23
  1041. package/lib/components/ca-modal-items/ca-modal-items.component.ts +0 -137
  1042. package/lib/components/ca-modal-items/directives/index.ts +0 -1
  1043. package/lib/components/ca-modal-items/directives/scroll-shadow-border.directive.ts +0 -199
  1044. package/lib/components/ca-modal-items/enums/index.ts +0 -1
  1045. package/lib/components/ca-modal-items/enums/modal-items.enum.ts +0 -4
  1046. package/lib/components/ca-modal-items/interfaces/index.ts +0 -2
  1047. package/lib/components/ca-modal-items/interfaces/items-row-template.interface.ts +0 -8
  1048. package/lib/components/ca-modal-items/interfaces/modal-items-config.interface.ts +0 -29
  1049. package/lib/components/ca-modal-items/pipes/index.ts +0 -1
  1050. package/lib/components/ca-modal-items/pipes/modal-items-header-class.pipe.ts +0 -34
  1051. package/lib/components/ca-modal-spinner/ca-modal-spinner.component.html +0 -7
  1052. package/lib/components/ca-modal-spinner/ca-modal-spinner.component.scss +0 -10
  1053. package/lib/components/ca-modal-spinner/ca-modal-spinner.component.spec.ts +0 -23
  1054. package/lib/components/ca-modal-spinner/ca-modal-spinner.component.ts +0 -10
  1055. package/lib/components/ca-new-filter/ca-filter-dropdown.component.html +0 -142
  1056. package/lib/components/ca-new-filter/ca-filter-dropdown.component.scss +0 -1
  1057. package/lib/components/ca-new-filter/ca-filter-dropdown.component.spec.ts +0 -23
  1058. package/lib/components/ca-new-filter/ca-filter-dropdown.component.ts +0 -138
  1059. package/lib/components/ca-new-filter/components/ca-filter-list-dropdown/ca-filter-list-dropdown.component.html +0 -232
  1060. package/lib/components/ca-new-filter/components/ca-filter-list-dropdown/ca-filter-list-dropdown.component.scss +0 -9
  1061. package/lib/components/ca-new-filter/components/ca-filter-list-dropdown/ca-filter-list-dropdown.component.spec.ts +0 -23
  1062. package/lib/components/ca-new-filter/components/ca-filter-list-dropdown/ca-filter-list-dropdown.component.ts +0 -215
  1063. package/lib/components/ca-new-filter/components/ca-filter-state-dropdown/ca-filter-state-dropdown.component.html +0 -159
  1064. package/lib/components/ca-new-filter/components/ca-filter-state-dropdown/ca-filter-state-dropdown.component.scss +0 -8
  1065. package/lib/components/ca-new-filter/components/ca-filter-state-dropdown/ca-filter-state-dropdown.component.spec.ts +0 -23
  1066. package/lib/components/ca-new-filter/components/ca-filter-state-dropdown/ca-filter-state-dropdown.component.ts +0 -172
  1067. package/lib/components/ca-new-filter/components/new-filter-base/new-filter-base.component.css +0 -0
  1068. package/lib/components/ca-new-filter/components/new-filter-base/new-filter-base.component.html +0 -1
  1069. package/lib/components/ca-new-filter/components/new-filter-base/new-filter-base.component.spec.ts +0 -23
  1070. package/lib/components/ca-new-filter/components/new-filter-base/new-filter-base.component.ts +0 -40
  1071. package/lib/components/ca-new-filter/constant/filter-dropdown-icons.constant.ts +0 -141
  1072. package/lib/components/ca-new-filter/constant/index.ts +0 -1
  1073. package/lib/components/ca-new-filter/enums/filter-dropdown-types.enum.ts +0 -18
  1074. package/lib/components/ca-new-filter/enums/filter-sorting-key.enum.ts +0 -4
  1075. package/lib/components/ca-new-filter/enums/filter-time.enum.ts +0 -35
  1076. package/lib/components/ca-new-filter/enums/index.ts +0 -3
  1077. package/lib/components/ca-new-filter/interface/country.interface.ts +0 -15
  1078. package/lib/components/ca-new-filter/interface/filter-action.interface.ts +0 -27
  1079. package/lib/components/ca-new-filter/interface/filter-dropdown-configuration.interface.ts +0 -15
  1080. package/lib/components/ca-new-filter/interface/filter-dropdown-list.ts +0 -21
  1081. package/lib/components/ca-new-filter/interface/index.ts +0 -6
  1082. package/lib/components/ca-new-filter/interface/sorting-emmiter.interface.ts +0 -6
  1083. package/lib/components/ca-new-filter/interface/time-options.interface.ts +0 -4
  1084. package/lib/components/ca-new-filter/pipes/filter-search.pipe.spec.ts +0 -8
  1085. package/lib/components/ca-new-filter/pipes/filter-search.pipe.ts +0 -30
  1086. package/lib/components/ca-new-filter/types/filter-dropdown.types.ts +0 -15
  1087. package/lib/components/ca-new-filter/types/filter-sorting-key.type.ts +0 -3
  1088. package/lib/components/ca-new-filter/types/filter-time.types.ts +0 -3
  1089. package/lib/components/ca-new-filter/types/index.ts +0 -3
  1090. package/lib/components/ca-new-filter/utils/configs/filter-dropdown-fields.config.ts +0 -41
  1091. package/lib/components/ca-new-filter/utils/configs/index.ts +0 -1
  1092. package/lib/components/ca-new-filter/utils/helpers/index.ts +0 -1
  1093. package/lib/components/ca-new-filter/utils/helpers/time-filter.helper.ts +0 -142
  1094. package/lib/components/ca-ngx-slider/ca-ngx-slider.component.html +0 -54
  1095. package/lib/components/ca-ngx-slider/ca-ngx-slider.component.scss +0 -188
  1096. package/lib/components/ca-ngx-slider/ca-ngx-slider.component.ts +0 -84
  1097. package/lib/components/ca-ngx-slider/enums/slider-template.enum.ts +0 -6
  1098. package/lib/components/ca-note/ca-note.component.html +0 -138
  1099. package/lib/components/ca-note/ca-note.component.scss +0 -445
  1100. package/lib/components/ca-note/ca-note.component.stories.ts +0 -43
  1101. package/lib/components/ca-note/ca-note.component.ts +0 -289
  1102. package/lib/components/ca-note/utils/helper/copy-paste.helper.ts +0 -8
  1103. package/lib/components/ca-note/utils/svg-routes/note-svg-routes.ts +0 -5
  1104. package/lib/components/ca-note-container/ca-note-container.component.html +0 -137
  1105. package/lib/components/ca-note-container/ca-note-container.component.scss +0 -333
  1106. package/lib/components/ca-note-container/ca-note-container.component.spec.ts +0 -21
  1107. package/lib/components/ca-note-container/ca-note-container.component.ts +0 -226
  1108. package/lib/components/ca-note-container/enums/note-default-string.enum.ts +0 -9
  1109. package/lib/components/ca-note-container/enums/note-selected-color.enum.ts +0 -4
  1110. package/lib/components/ca-note-container/models/note-colors.model.ts +0 -4
  1111. package/lib/components/ca-note-container/utils/constants/note-config.constant.ts +0 -65
  1112. package/lib/components/ca-note-container/utils/svg-routes/note-container-svg-routes.ts +0 -8
  1113. package/lib/components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component.html +0 -105
  1114. package/lib/components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component.scss +0 -234
  1115. package/lib/components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component.spec.ts +0 -26
  1116. package/lib/components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component.ts +0 -70
  1117. package/lib/components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.stories.ts +0 -87
  1118. package/lib/components/ca-payroll-list-summary-overview-table/ca-payroll-list-summary-overview-table.component.html +0 -18
  1119. package/lib/components/ca-payroll-list-summary-overview-table/ca-payroll-list-summary-overview-table.component.scss +0 -24
  1120. package/lib/components/ca-payroll-list-summary-overview-table/ca-payroll-list-summary-overview-table.component.spec.ts +0 -22
  1121. package/lib/components/ca-payroll-list-summary-overview-table/ca-payroll-list-summary-overview-table.component.ts +0 -27
  1122. package/lib/components/ca-payroll-list-summary-overview-table/ca-payroll-list-summary-overview-table.stories.ts +0 -47
  1123. package/lib/components/ca-period-content/ca-period-content.component.html +0 -221
  1124. package/lib/components/ca-period-content/ca-period-content.component.scss +0 -160
  1125. package/lib/components/ca-period-content/ca-period-content.component.spec.ts +0 -21
  1126. package/lib/components/ca-period-content/ca-period-content.component.ts +0 -90
  1127. package/lib/components/ca-period-content/ca-period-content.stories.ts +0 -68
  1128. package/lib/components/ca-period-content/components/ca-period-content-extra-info/ca-period-content-extra-info.component.html +0 -19
  1129. package/lib/components/ca-period-content/components/ca-period-content-extra-info/ca-period-content-extra-info.component.scss +0 -30
  1130. package/lib/components/ca-period-content/components/ca-period-content-extra-info/ca-period-content-extra-info.component.spec.ts +0 -20
  1131. package/lib/components/ca-period-content/components/ca-period-content-extra-info/ca-period-content-extra-info.component.ts +0 -14
  1132. package/lib/components/ca-period-content/components/ca-period-content-payment/ca-period-content-payment.component.html +0 -335
  1133. package/lib/components/ca-period-content/components/ca-period-content-payment/ca-period-content-payment.component.scss +0 -339
  1134. package/lib/components/ca-period-content/components/ca-period-content-payment/ca-period-content-payment.component.spec.ts +0 -21
  1135. package/lib/components/ca-period-content/components/ca-period-content-payment/ca-period-content-payment.component.ts +0 -194
  1136. package/lib/components/ca-period-content/components/ca-period-content-user-info/ca-period-content-user-info.component.html +0 -60
  1137. package/lib/components/ca-period-content/components/ca-period-content-user-info/ca-period-content-user-info.component.scss +0 -152
  1138. package/lib/components/ca-period-content/components/ca-period-content-user-info/ca-period-content-user-info.component.spec.ts +0 -21
  1139. package/lib/components/ca-period-content/components/ca-period-content-user-info/ca-period-content-user-info.component.ts +0 -54
  1140. package/lib/components/ca-period-content/components/index.ts +0 -3
  1141. package/lib/components/ca-period-content/enums/index.ts +0 -2
  1142. package/lib/components/ca-period-content/enums/payroll-type.enum.ts +0 -15
  1143. package/lib/components/ca-period-content/enums/period-title-type.enum.ts +0 -7
  1144. package/lib/components/ca-period-content/models/component-data.type.ts +0 -26
  1145. package/lib/components/ca-period-content/models/driver-info.ts +0 -5
  1146. package/lib/components/ca-period-content/models/driver-minimal-response.ts +0 -19
  1147. package/lib/components/ca-period-content/models/driver-short-response.ts +0 -57
  1148. package/lib/components/ca-period-content/models/extra-payments.ts +0 -28
  1149. package/lib/components/ca-period-content/models/formatted-component-data.type.ts +0 -7
  1150. package/lib/components/ca-period-content/models/formatted-period-data.ts +0 -16
  1151. package/lib/components/ca-period-content/models/index.ts +0 -32
  1152. package/lib/components/ca-period-content/models/miles-stop-payroll-response.ts +0 -23
  1153. package/lib/components/ca-period-content/models/notification-model.ts +0 -5
  1154. package/lib/components/ca-period-content/models/payment-sum.model.ts +0 -4
  1155. package/lib/components/ca-period-content/models/payroll-bonus-minimal-response.ts +0 -6
  1156. package/lib/components/ca-period-content/models/payroll-bonus-response.ts +0 -12
  1157. package/lib/components/ca-period-content/models/payroll-commission-total-sum.ts +0 -7
  1158. package/lib/components/ca-period-content/models/payroll-credit-minimal-response.ts +0 -6
  1159. package/lib/components/ca-period-content/models/payroll-credit-response.ts +0 -18
  1160. package/lib/components/ca-period-content/models/payroll-deadline-period.ts +0 -6
  1161. package/lib/components/ca-period-content/models/payroll-deadline-short-response.ts +0 -6
  1162. package/lib/components/ca-period-content/models/payroll-deduction-minimal-response.ts +0 -8
  1163. package/lib/components/ca-period-content/models/payroll-deduction-response.ts +0 -22
  1164. package/lib/components/ca-period-content/models/payroll-driver-commission-by-id-response.ts +0 -65
  1165. package/lib/components/ca-period-content/models/payroll-driver-flat-rate-closed-by-id-response.ts +0 -34
  1166. package/lib/components/ca-period-content/models/payroll-driver-mileage-response.ts +0 -43
  1167. package/lib/components/ca-period-content/models/payroll-flat-rate-total-sum.ts +0 -7
  1168. package/lib/components/ca-period-content/models/payroll-fuel-minimal-response.ts +0 -8
  1169. package/lib/components/ca-period-content/models/payroll-load-minimal-response.ts +0 -18
  1170. package/lib/components/ca-period-content/models/payroll-load-stop-minimal-response.ts +0 -6
  1171. package/lib/components/ca-period-content/models/payroll-map-location.ts +0 -9
  1172. package/lib/components/ca-period-content/models/payroll-owner-closed-response.ts +0 -35
  1173. package/lib/components/ca-period-content/models/payroll-owner-response.ts +0 -34
  1174. package/lib/components/ca-period-content/models/payroll-payment-response.ts +0 -10
  1175. package/lib/components/ca-period-content/models/payroll-payments-minimal-response.ts +0 -6
  1176. package/lib/components/ca-period-content/models/payroll-period-input.type.ts +0 -40
  1177. package/lib/components/ca-period-content/models/payroll-report-tables.type.ts +0 -9
  1178. package/lib/components/ca-period-content/models/payroll-report.type.ts +0 -55
  1179. package/lib/components/ca-period-content/models/per-mile-model.ts +0 -5
  1180. package/lib/components/ca-period-content/pipes/included_count.pipe.ts +0 -22
  1181. package/lib/components/ca-period-content/pipes/payroll-status-class.pipe.ts +0 -27
  1182. package/lib/components/ca-period-content/pipes/period_status.pipe.ts +0 -51
  1183. package/lib/components/ca-period-content/utils/constants/color-map.ts +0 -9
  1184. package/lib/components/ca-period-content/utils/constants/index.ts +0 -2
  1185. package/lib/components/ca-period-content/utils/constants/payroll-period-dropdown.constant.ts +0 -15
  1186. package/lib/components/ca-period-content/utils/helpers/index.ts +0 -1
  1187. package/lib/components/ca-period-content/utils/helpers/payroll-period-content.helper.ts +0 -35
  1188. package/lib/components/ca-period-content/utils/svg-routes/index.ts +0 -1
  1189. package/lib/components/ca-period-content/utils/svg-routes/period-content.routes.ts +0 -20
  1190. package/lib/components/ca-pickup-delivery-block/ca-pickup-delivery-block.component.html +0 -159
  1191. package/lib/components/ca-pickup-delivery-block/ca-pickup-delivery-block.component.scss +0 -119
  1192. package/lib/components/ca-pickup-delivery-block/ca-pickup-delivery-block.component.spec.ts +0 -21
  1193. package/lib/components/ca-pickup-delivery-block/ca-pickup-delivery-block.component.ts +0 -101
  1194. package/lib/components/ca-pickup-delivery-block/ca-pickup-delivery-block.stories.ts +0 -756
  1195. package/lib/components/ca-pickup-delivery-block/components/ca-load/ca-load.component.html +0 -129
  1196. package/lib/components/ca-pickup-delivery-block/components/ca-load/ca-load.component.scss +0 -110
  1197. package/lib/components/ca-pickup-delivery-block/components/ca-load/ca-load.component.spec.ts +0 -24
  1198. package/lib/components/ca-pickup-delivery-block/components/ca-load/ca-load.component.ts +0 -141
  1199. package/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-list/ca-load-list.component.html +0 -184
  1200. package/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-list/ca-load-list.component.scss +0 -135
  1201. package/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-list/ca-load-list.component.spec.ts +0 -24
  1202. package/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-list/ca-load-list.component.ts +0 -130
  1203. package/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.html +0 -372
  1204. package/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.scss +0 -264
  1205. package/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.spec.ts +0 -24
  1206. package/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.ts +0 -120
  1207. package/lib/components/ca-pickup-delivery-block/models/adress-model.ts +0 -12
  1208. package/lib/components/ca-pickup-delivery-block/models/animation-model.ts +0 -6
  1209. package/lib/components/ca-pickup-delivery-block/models/broker-short-response.ts +0 -14
  1210. package/lib/components/ca-pickup-delivery-block/models/companyUserShortResponse.model.ts +0 -9
  1211. package/lib/components/ca-pickup-delivery-block/models/dispatch-grouped-load-response.mode.ts +0 -7
  1212. package/lib/components/ca-pickup-delivery-block/models/dispatch-hos-response.model.ts +0 -10
  1213. package/lib/components/ca-pickup-delivery-block/models/dispatch-response.model.ts +0 -37
  1214. package/lib/components/ca-pickup-delivery-block/models/dispatch-status-response.model.ts +0 -7
  1215. package/lib/components/ca-pickup-delivery-block/models/driver-dispatch.model.ts +0 -12
  1216. package/lib/components/ca-pickup-delivery-block/models/enum-value.ts +0 -4
  1217. package/lib/components/ca-pickup-delivery-block/models/index.ts +0 -15
  1218. package/lib/components/ca-pickup-delivery-block/models/load-short-response.ts +0 -22
  1219. package/lib/components/ca-pickup-delivery-block/models/load-stop-short-response.ts +0 -10
  1220. package/lib/components/ca-pickup-delivery-block/models/parking-slot-short-response.model.ts +0 -13
  1221. package/lib/components/ca-pickup-delivery-block/models/shipper-short-response.ts +0 -9
  1222. package/lib/components/ca-pickup-delivery-block/models/status-types.enum.ts +0 -5
  1223. package/lib/components/ca-pickup-delivery-block/utils/constants/animation-object-default.constants.ts +0 -8
  1224. package/lib/components/ca-pickup-delivery-block/utils/constants/index.ts +0 -1
  1225. package/lib/components/ca-pickup-delivery-block/utils/svg-routes/index.ts +0 -2
  1226. package/lib/components/ca-pickup-delivery-block/utils/svg-routes/pickup-delivery-svg.routes.ts +0 -36
  1227. package/lib/components/ca-pickup-delivery-block/utils/svg-routes/return-arrow.routes.ts +0 -4
  1228. package/lib/components/ca-profile-image/ca-profile-image.component.html +0 -42
  1229. package/lib/components/ca-profile-image/ca-profile-image.component.scss +0 -51
  1230. package/lib/components/ca-profile-image/ca-profile-image.component.spec.ts +0 -24
  1231. package/lib/components/ca-profile-image/ca-profile-image.component.ts +0 -89
  1232. package/lib/components/ca-profile-image/ca-profile-image.stories.ts +0 -69
  1233. package/lib/components/ca-progress-bar/ca-progress-bar.component.html +0 -404
  1234. package/lib/components/ca-progress-bar/ca-progress-bar.component.scss +0 -202
  1235. package/lib/components/ca-progress-bar/ca-progress-bar.component.stories.ts +0 -1539
  1236. package/lib/components/ca-progress-bar/ca-progress-bar.component.ts +0 -242
  1237. package/lib/components/ca-progress-bar/enums/index.ts +0 -1
  1238. package/lib/components/ca-progress-bar/enums/progress-bar-string.enum.ts +0 -6
  1239. package/lib/components/ca-progress-bar/interfaces/gps-heading-info.interface.ts +0 -6
  1240. package/lib/components/ca-progress-bar/interfaces/gps-progress.interface.ts +0 -21
  1241. package/lib/components/ca-progress-bar/interfaces/index.ts +0 -3
  1242. package/lib/components/ca-progress-bar/interfaces/progress-bar-data.interface.ts +0 -19
  1243. package/lib/components/ca-progress-bar/pipes/convert-minutes-to-hours.pipe.ts +0 -14
  1244. package/lib/components/ca-progress-bar/pipes/index.ts +0 -1
  1245. package/lib/components/ca-progress-bar/utils/constants/index.ts +0 -1
  1246. package/lib/components/ca-progress-bar/utils/constants/progress-bar.constants.ts +0 -8
  1247. package/lib/components/ca-progress-bar/utils/helpers/convert-minutes-to-hours.helper.ts +0 -9
  1248. package/lib/components/ca-progress-bar/utils/helpers/index.ts +0 -1
  1249. package/lib/components/ca-progress-bar/utils/svg-routes/index.ts +0 -1
  1250. package/lib/components/ca-progress-bar/utils/svg-routes/progress-bar-svg-routes.ts +0 -3
  1251. package/lib/components/ca-progress-bar-v2/ca-progress-bar-v2.component.html +0 -90
  1252. package/lib/components/ca-progress-bar-v2/ca-progress-bar-v2.component.scss +0 -72
  1253. package/lib/components/ca-progress-bar-v2/ca-progress-bar-v2.component.spec.ts +0 -23
  1254. package/lib/components/ca-progress-bar-v2/ca-progress-bar-v2.component.stories.ts +0 -131
  1255. package/lib/components/ca-progress-bar-v2/ca-progress-bar-v2.component.ts +0 -49
  1256. package/lib/components/ca-progress-bar-v2/interfaces/index.ts +0 -1
  1257. package/lib/components/ca-progress-bar-v2/interfaces/progress-bar-color-config.interface.ts +0 -4
  1258. package/lib/components/ca-progress-expiration/ca-progress-expiration.component.html +0 -103
  1259. package/lib/components/ca-progress-expiration/ca-progress-expiration.component.scss +0 -65
  1260. package/lib/components/ca-progress-expiration/ca-progress-expiration.component.stories.ts +0 -157
  1261. package/lib/components/ca-progress-expiration/ca-progress-expiration.component.ts +0 -259
  1262. package/lib/components/ca-progress-expiration/enums/index.ts +0 -1
  1263. package/lib/components/ca-progress-expiration/enums/time-units.enum.ts +0 -6
  1264. package/lib/components/ca-progress-expiration/helpers/hex-to-rgba.helper.ts +0 -18
  1265. package/lib/components/ca-progress-expiration/helpers/index.ts +0 -2
  1266. package/lib/components/ca-progress-expiration/helpers/progress-expiration.helper.ts +0 -64
  1267. package/lib/components/ca-progress-expiration/models/index.ts +0 -7
  1268. package/lib/components/ca-progress-expiration/models/progress-expiration-color-type.model.ts +0 -6
  1269. package/lib/components/ca-progress-expiration/models/progress-expiration-color.model.ts +0 -4
  1270. package/lib/components/ca-progress-expiration/models/progress-expiration-template.model.ts +0 -6
  1271. package/lib/components/ca-progress-expiration/models/progress-expiration-theme.model.ts +0 -1
  1272. package/lib/components/ca-progress-expiration/models/progress-expiration-title.model.ts +0 -5
  1273. package/lib/components/ca-progress-expiration/models/progress-expiration-type.model.ts +0 -1
  1274. package/lib/components/ca-progress-expiration/models/progress-expiration.model.ts +0 -14
  1275. package/lib/components/ca-progress-expiration/pipes/ca-progress-expiration-abs.pipe.ts +0 -12
  1276. package/lib/components/ca-progress-expiration/pipes/ca-progress-expiration-width.pipe.ts +0 -59
  1277. package/lib/components/ca-progress-expiration/pipes/currency-format.pipe.ts +0 -14
  1278. package/lib/components/ca-progress-expiration/pipes/index.ts +0 -4
  1279. package/lib/components/ca-progress-expiration/pipes/time.pipe.ts +0 -33
  1280. package/lib/components/ca-progress-expiration/utils/constants/index.ts +0 -1
  1281. package/lib/components/ca-progress-expiration/utils/constants/progress-expiration.constant.ts +0 -54
  1282. package/lib/components/ca-progress-expiration/utils/index.ts +0 -1
  1283. package/lib/components/ca-range-slider/ca-range-slider.component.html +0 -46
  1284. package/lib/components/ca-range-slider/ca-range-slider.component.scss +0 -28
  1285. package/lib/components/ca-range-slider/ca-range-slider.component.spec.ts +0 -23
  1286. package/lib/components/ca-range-slider/ca-range-slider.component.ts +0 -75
  1287. package/lib/components/ca-range-slider/directives/index.ts +0 -1
  1288. package/lib/components/ca-range-slider/directives/range-slider.directive.ts +0 -88
  1289. package/lib/components/ca-range-slider/interfaces/index.ts +0 -1
  1290. package/lib/components/ca-range-slider/interfaces/range-slider-config.interface.ts +0 -7
  1291. package/lib/components/ca-rating-review/ca-rating-review.component.html +0 -271
  1292. package/lib/components/ca-rating-review/ca-rating-review.component.scss +0 -279
  1293. package/lib/components/ca-rating-review/ca-rating-review.component.spec.ts +0 -21
  1294. package/lib/components/ca-rating-review/ca-rating-review.component.ts +0 -209
  1295. package/lib/components/ca-rating-review/ca-rating-review.stories.ts +0 -224
  1296. package/lib/components/ca-rating-review/components/ca-rating-review-user/ca-rating-review-user.component.html +0 -201
  1297. package/lib/components/ca-rating-review/components/ca-rating-review-user/ca-rating-review-user.component.scss +0 -359
  1298. package/lib/components/ca-rating-review/components/ca-rating-review-user/ca-rating-review-user.component.spec.ts +0 -21
  1299. package/lib/components/ca-rating-review/components/ca-rating-review-user/ca-rating-review-user.component.ts +0 -175
  1300. package/lib/components/ca-rating-review/components/ca-ratings-reviews-popup/ca-ratings-reviews-popup.component.html +0 -141
  1301. package/lib/components/ca-rating-review/components/ca-ratings-reviews-popup/ca-ratings-reviews-popup.component.scss +0 -160
  1302. package/lib/components/ca-rating-review/components/ca-ratings-reviews-popup/ca-ratings-reviews-popup.component.spec.ts +0 -21
  1303. package/lib/components/ca-rating-review/components/ca-ratings-reviews-popup/ca-ratings-reviews-popup.component.ts +0 -126
  1304. package/lib/components/ca-rating-review/enums/rating-reviews-type.enums.ts +0 -16
  1305. package/lib/components/ca-rating-review/models/rating-review.model.ts +0 -12
  1306. package/lib/components/ca-rating-review/utils/config/rating-review-search.config.ts +0 -16
  1307. package/lib/components/ca-rating-review/utils/helpers/sort-data.helper.ts +0 -13
  1308. package/lib/components/ca-rating-review/utils/pipe/filter-title.pipe.ts +0 -21
  1309. package/lib/components/ca-rating-review/utils/svg-routes/ratings-reviews.routes.ts +0 -16
  1310. package/lib/components/ca-right-side-panel/ca-right-side-panel.component.html +0 -46
  1311. package/lib/components/ca-right-side-panel/ca-right-side-panel.component.scss +0 -10
  1312. package/lib/components/ca-right-side-panel/ca-right-side-panel.component.spec.ts +0 -21
  1313. package/lib/components/ca-right-side-panel/ca-right-side-panel.component.ts +0 -161
  1314. package/lib/components/ca-right-side-panel/ca-right-side-panel.stories.ts +0 -47
  1315. package/lib/components/ca-right-side-panel/components/ca-right-side-panel-company/ca-right-side-panel-company.component.html +0 -1214
  1316. package/lib/components/ca-right-side-panel/components/ca-right-side-panel-company/ca-right-side-panel-company.component.scss +0 -307
  1317. package/lib/components/ca-right-side-panel/components/ca-right-side-panel-company/ca-right-side-panel-company.component.spec.ts +0 -21
  1318. package/lib/components/ca-right-side-panel/components/ca-right-side-panel-company/ca-right-side-panel-company.component.ts +0 -147
  1319. package/lib/components/ca-right-side-panel/components/ca-right-side-panel-menu/ca-right-side-panel-menu.component.html +0 -180
  1320. package/lib/components/ca-right-side-panel/components/ca-right-side-panel-menu/ca-right-side-panel-menu.component.scss +0 -282
  1321. package/lib/components/ca-right-side-panel/components/ca-right-side-panel-menu/ca-right-side-panel-menu.component.spec.ts +0 -21
  1322. package/lib/components/ca-right-side-panel/components/ca-right-side-panel-menu/ca-right-side-panel-menu.component.ts +0 -195
  1323. package/lib/components/ca-right-side-panel/components/ca-right-side-panel-top-bar/ca-right-side-panel-top-bar.component.html +0 -238
  1324. package/lib/components/ca-right-side-panel/components/ca-right-side-panel-top-bar/ca-right-side-panel-top-bar.component.scss +0 -143
  1325. package/lib/components/ca-right-side-panel/components/ca-right-side-panel-top-bar/ca-right-side-panel-top-bar.component.spec.ts +0 -21
  1326. package/lib/components/ca-right-side-panel/components/ca-right-side-panel-top-bar/ca-right-side-panel-top-bar.component.ts +0 -394
  1327. package/lib/components/ca-right-side-panel/config/ca-right-side-panel.config.ts +0 -66
  1328. package/lib/components/ca-right-side-panel/enums/activity-log-sort-type.enum.ts +0 -4
  1329. package/lib/components/ca-right-side-panel/enums/company/bank-account-status.enum.ts +0 -6
  1330. package/lib/components/ca-right-side-panel/enums/company/bank-card-types-string.enum.ts +0 -6
  1331. package/lib/components/ca-right-side-panel/enums/company/fleet-type.enum.ts +0 -5
  1332. package/lib/components/ca-right-side-panel/enums/company/preferred-load-type.enum.ts +0 -4
  1333. package/lib/components/ca-right-side-panel/enums/company-font-size.enum.ts +0 -5
  1334. package/lib/components/ca-right-side-panel/enums/company-info-title.enum.ts +0 -16
  1335. package/lib/components/ca-right-side-panel/enums/filter-type.enum.ts +0 -6
  1336. package/lib/components/ca-right-side-panel/enums/index.ts +0 -12
  1337. package/lib/components/ca-right-side-panel/enums/modules-filter-item-label.enum.ts +0 -4
  1338. package/lib/components/ca-right-side-panel/enums/right-side-panel-current-tab.enum.ts +0 -4
  1339. package/lib/components/ca-right-side-panel/enums/selected-module.enum.ts +0 -13
  1340. package/lib/components/ca-right-side-panel/enums/time-filter-type.enum.ts +0 -9
  1341. package/lib/components/ca-right-side-panel/models/action-filter/action-filter-input-data.model.ts +0 -9
  1342. package/lib/components/ca-right-side-panel/models/activity-log-filter-params.model.ts +0 -14
  1343. package/lib/components/ca-right-side-panel/models/activity-log-filter.model.ts +0 -6
  1344. package/lib/components/ca-right-side-panel/models/company/bank-account.model.ts +0 -15
  1345. package/lib/components/ca-right-side-panel/models/company/bank-card.model.ts +0 -10
  1346. package/lib/components/ca-right-side-panel/models/company/bank.model.ts +0 -7
  1347. package/lib/components/ca-right-side-panel/models/company/company-additional-info.model.ts +0 -17
  1348. package/lib/components/ca-right-side-panel/models/company/company-address.model.ts +0 -12
  1349. package/lib/components/ca-right-side-panel/models/company/company-enum-value.model.ts +0 -4
  1350. package/lib/components/ca-right-side-panel/models/company/company-navigation-data.model.ts +0 -5
  1351. package/lib/components/ca-right-side-panel/models/company/company-payroll.model.ts +0 -23
  1352. package/lib/components/ca-right-side-panel/models/company/company-short.model.ts +0 -11
  1353. package/lib/components/ca-right-side-panel/models/company/company-user-short.model.ts +0 -10
  1354. package/lib/components/ca-right-side-panel/models/company/company.model.ts +0 -52
  1355. package/lib/components/ca-right-side-panel/models/company/department-contact.model.ts +0 -12
  1356. package/lib/components/ca-right-side-panel/models/company/department.model.ts +0 -9
  1357. package/lib/components/ca-right-side-panel/models/company/factoring-company.model.ts +0 -11
  1358. package/lib/components/ca-right-side-panel/models/company/file-response.model.ts +0 -9
  1359. package/lib/components/ca-right-side-panel/models/company/insurance-policy-addon.model.ts +0 -27
  1360. package/lib/components/ca-right-side-panel/models/company/insurance-policy.model.ts +0 -15
  1361. package/lib/components/ca-right-side-panel/models/company/per-mile.model.ts +0 -5
  1362. package/lib/components/ca-right-side-panel/models/index.ts +0 -28
  1363. package/lib/components/ca-right-side-panel/models/module-filter/module-filter-activity-log.model.ts +0 -6
  1364. package/lib/components/ca-right-side-panel/models/module-filter/module-filter-input-data.model.ts +0 -7
  1365. package/lib/components/ca-right-side-panel/models/navigation-item.model.ts +0 -9
  1366. package/lib/components/ca-right-side-panel/models/time-filter/time-filter-event.model.ts +0 -8
  1367. package/lib/components/ca-right-side-panel/models/user-filter/user-filter-avatar-file.model.ts +0 -9
  1368. package/lib/components/ca-right-side-panel/models/user-filter/user-filter-data.model.ts +0 -9
  1369. package/lib/components/ca-right-side-panel/models/user-filter/user-filter-input-data.model.ts +0 -9
  1370. package/lib/components/ca-right-side-panel/utils/constants/activity-log-filter-data.constants.ts +0 -132
  1371. package/lib/components/ca-right-side-panel/utils/constants/companies-side-panel-navigation.constants.ts +0 -730
  1372. package/lib/components/ca-right-side-panel/utils/constants/index.ts +0 -2
  1373. package/lib/components/ca-right-side-panel/utils/pipes/bank-card-types.pipe.ts +0 -20
  1374. package/lib/components/ca-right-side-panel/utils/pipes/hide-account.pipe.ts +0 -59
  1375. package/lib/components/ca-right-side-panel/utils/pipes/index.ts +0 -2
  1376. package/lib/components/ca-right-side-panel/utils/svg-routes/index.ts +0 -2
  1377. package/lib/components/ca-right-side-panel/utils/svg-routes/right-side-panel-top-bar-svg.routes.ts +0 -10
  1378. package/lib/components/ca-right-side-panel/utils/svg-routes/side-panel-company-svg.routes.ts +0 -6
  1379. package/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.html +0 -176
  1380. package/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.scss +0 -373
  1381. package/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.spec.ts +0 -21
  1382. package/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.ts +0 -380
  1383. package/lib/components/ca-search-multiple-states/ca-search-multiple-states.stories.ts +0 -180
  1384. package/lib/components/ca-search-multiple-states/models/chips.model.ts +0 -6
  1385. package/lib/components/ca-search-multiple-states/models/grid-column.model.ts +0 -23
  1386. package/lib/components/ca-search-multiple-states/models/index.ts +0 -3
  1387. package/lib/components/ca-search-multiple-states/models/tab-data.model.ts +0 -14
  1388. package/lib/components/ca-search-multiple-states/utils/config/index.ts +0 -1
  1389. package/lib/components/ca-search-multiple-states/utils/config/input-config.ts +0 -10
  1390. package/lib/components/ca-search-multiple-states/utils/enums/chips-colors.enum.ts +0 -5
  1391. package/lib/components/ca-search-multiple-states/utils/enums/index.ts +0 -3
  1392. package/lib/components/ca-search-multiple-states/utils/enums/keyboard-event-commands.enum.ts +0 -3
  1393. package/lib/components/ca-search-multiple-states/utils/enums/search-count.enum.ts +0 -6
  1394. package/lib/components/ca-search-multiple-states/utils/pipes/chip-class.pipe.ts +0 -23
  1395. package/lib/components/ca-search-multiple-states/utils/pipes/index.ts +0 -1
  1396. package/lib/components/ca-search-multiple-states/utils/services/index.ts +0 -1
  1397. package/lib/components/ca-search-multiple-states/utils/services/search-multiple-states.service.ts +0 -37
  1398. package/lib/components/ca-search-multiple-states/utils/svg-routes/index.ts +0 -1
  1399. package/lib/components/ca-search-multiple-states/utils/svg-routes/search-multiple-states.routes.ts +0 -8
  1400. package/lib/components/ca-search-multiple-states-2/ca-search-multiple-states-2.component.html +0 -145
  1401. package/lib/components/ca-search-multiple-states-2/ca-search-multiple-states-2.component.scss +0 -205
  1402. package/lib/components/ca-search-multiple-states-2/ca-search-multiple-states-2.component.spec.ts +0 -22
  1403. package/lib/components/ca-search-multiple-states-2/ca-search-multiple-states-2.component.ts +0 -276
  1404. package/lib/components/ca-search-multiple-states-2/ca-search-multiple-states-2.stories.ts +0 -69
  1405. package/lib/components/ca-search-multiple-states-2/enums/index.ts +0 -1
  1406. package/lib/components/ca-search-multiple-states-2/enums/search-multiple-state-action.enum.ts +0 -3
  1407. package/lib/components/ca-search-multiple-states-2/interfaces/index.ts +0 -1
  1408. package/lib/components/ca-search-multiple-states-2/interfaces/search-query.interface.ts +0 -4
  1409. package/lib/components/ca-search-multiple-states-2/util/index.ts +0 -1
  1410. package/lib/components/ca-search-multiple-states-2/util/routes/multiple-search-state-svg.route.ts +0 -9
  1411. package/lib/components/ca-selectable-column-table/ca-selectable-column-table.component.html +0 -70
  1412. package/lib/components/ca-selectable-column-table/ca-selectable-column-table.component.scss +0 -96
  1413. package/lib/components/ca-selectable-column-table/ca-selectable-column-table.component.ts +0 -72
  1414. package/lib/components/ca-selectable-column-table/ca-selectable-columns-table.stories.ts +0 -53
  1415. package/lib/components/ca-selectable-column-table/enums/ca-selectable-column-table.enum.ts +0 -3
  1416. package/lib/components/ca-selectable-column-table/enums/index.ts +0 -1
  1417. package/lib/components/ca-selectable-column-table/models/ca-selectable-column-table.model.ts +0 -6
  1418. package/lib/components/ca-selectable-column-table/models/index.ts +0 -1
  1419. package/lib/components/ca-selectable-column-table/utils/constants/ca-selectable-column-table.constants.ts +0 -50
  1420. package/lib/components/ca-selectable-column-table/utils/constants/index.ts +0 -1
  1421. package/lib/components/ca-show-more/ca-show-more.component.html +0 -19
  1422. package/lib/components/ca-show-more/ca-show-more.component.scss +0 -0
  1423. package/lib/components/ca-show-more/ca-show-more.component.spec.ts +0 -23
  1424. package/lib/components/ca-show-more/ca-show-more.component.ts +0 -27
  1425. package/lib/components/ca-sort-dropdown/ca-sort-dropdown.component.html +0 -122
  1426. package/lib/components/ca-sort-dropdown/ca-sort-dropdown.component.scss +0 -158
  1427. package/lib/components/ca-sort-dropdown/ca-sort-dropdown.component.spec.ts +0 -21
  1428. package/lib/components/ca-sort-dropdown/ca-sort-dropdown.component.ts +0 -137
  1429. package/lib/components/ca-sort-dropdown/ca-sort-dropdown.stories.ts +0 -173
  1430. package/lib/components/ca-sort-dropdown/enums/index.ts +0 -1
  1431. package/lib/components/ca-sort-dropdown/enums/sort-dropdown.enum.ts +0 -11
  1432. package/lib/components/ca-sort-dropdown/interfaces/index.ts +0 -1
  1433. package/lib/components/ca-sort-dropdown/interfaces/sort-dropdown-action.interface.ts +0 -11
  1434. package/lib/components/ca-sort-dropdown/models/index.ts +0 -1
  1435. package/lib/components/ca-sort-dropdown/models/sort-column.model.ts +0 -8
  1436. package/lib/components/ca-sort-dropdown/types/index.ts +0 -1
  1437. package/lib/components/ca-sort-dropdown/types/sort-directions.type.ts +0 -6
  1438. package/lib/components/ca-sort-dropdown/utils/svg-routes/ca-sort-dropdown-svg-routes.ts +0 -10
  1439. package/lib/components/ca-sort-dropdown/utils/svg-routes/index.ts +0 -1
  1440. package/lib/components/ca-sorting-card-dropdown/ca-sorting-card-dropdown.component.html +0 -136
  1441. package/lib/components/ca-sorting-card-dropdown/ca-sorting-card-dropdown.component.scss +0 -6
  1442. package/lib/components/ca-sorting-card-dropdown/ca-sorting-card-dropdown.component.spec.ts +0 -23
  1443. package/lib/components/ca-sorting-card-dropdown/ca-sorting-card-dropdown.component.stories.ts +0 -103
  1444. package/lib/components/ca-sorting-card-dropdown/ca-sorting-card-dropdown.component.ts +0 -101
  1445. package/lib/components/ca-spinner/ca-spinner.component.html +0 -13
  1446. package/lib/components/ca-spinner/ca-spinner.component.scss +0 -63
  1447. package/lib/components/ca-spinner/ca-spinner.component.spec.ts +0 -24
  1448. package/lib/components/ca-spinner/ca-spinner.component.ts +0 -61
  1449. package/lib/components/ca-status-change-dropdown/ca-status-change-dropdown.component.html +0 -70
  1450. package/lib/components/ca-status-change-dropdown/ca-status-change-dropdown.component.scss +0 -10
  1451. package/lib/components/ca-status-change-dropdown/ca-status-change-dropdown.component.stories.ts +0 -78
  1452. package/lib/components/ca-status-change-dropdown/ca-status-change-dropdown.component.ts +0 -46
  1453. package/lib/components/ca-tab-switch/ca-tab-switch.component.html +0 -33
  1454. package/lib/components/ca-tab-switch/ca-tab-switch.component.scss +0 -381
  1455. package/lib/components/ca-tab-switch/ca-tab-switch.component.ts +0 -213
  1456. package/lib/components/ca-tab-switch/ca-tab-switch.stories.ts +0 -155
  1457. package/lib/components/ca-tab-switch/models/hover-style.model.ts +0 -4
  1458. package/lib/components/ca-tab-switch/models/tab-options.model.ts +0 -5
  1459. package/lib/components/ca-tab-switch/utils/constants/tab-switch.constants.ts +0 -6
  1460. package/lib/components/ca-table-card-view/ca-table-card-view.component.html +0 -255
  1461. package/lib/components/ca-table-card-view/ca-table-card-view.component.scss +0 -73
  1462. package/lib/components/ca-table-card-view/ca-table-card-view.component.spec.ts +0 -22
  1463. package/lib/components/ca-table-card-view/ca-table-card-view.component.ts +0 -322
  1464. package/lib/components/ca-table-card-view/ca-table-card-view.stories.ts +0 -79
  1465. package/lib/components/ca-table-card-view/components/additional-components/ca-table-card-view-skeleton/ca-table-card-view-skeleton.component.html +0 -28
  1466. package/lib/components/ca-table-card-view/components/additional-components/ca-table-card-view-skeleton/ca-table-card-view-skeleton.component.scss +0 -3
  1467. package/lib/components/ca-table-card-view/components/additional-components/ca-table-card-view-skeleton/ca-table-card-view-skeleton.component.spec.ts +0 -23
  1468. package/lib/components/ca-table-card-view/components/additional-components/ca-table-card-view-skeleton/ca-table-card-view-skeleton.component.ts +0 -25
  1469. package/lib/components/ca-table-card-view/enums/index.ts +0 -2
  1470. package/lib/components/ca-table-card-view/enums/table-card-general.enum.ts +0 -4
  1471. package/lib/components/ca-table-card-view/enums/table-card-types.enum.ts +0 -4
  1472. package/lib/components/ca-table-card-view/pipes/index.ts +0 -1
  1473. package/lib/components/ca-table-card-view/pipes/is-card-flipped.pipe.ts +0 -11
  1474. package/lib/components/ca-table-card-view/utils/helpers/index.ts +0 -2
  1475. package/lib/components/ca-table-card-view/utils/helpers/table-card-skeleton.helper.ts +0 -94
  1476. package/lib/components/ca-table-card-view/utils/helpers/table-card-view-helper.ts +0 -93
  1477. package/lib/components/ca-table-card-view/utils/svg-routes/index.ts +0 -1
  1478. package/lib/components/ca-table-card-view/utils/svg-routes/table-card-view-svg-routes.ts +0 -3
  1479. package/lib/components/ca-telematic-map-list/ca-telematic-map-list.component.html +0 -312
  1480. package/lib/components/ca-telematic-map-list/ca-telematic-map-list.component.scss +0 -195
  1481. package/lib/components/ca-telematic-map-list/ca-telematic-map-list.component.ts +0 -131
  1482. package/lib/components/ca-telematic-map-list/ca-telematic-map-list.stories.ts +0 -54
  1483. package/lib/components/ca-telematic-map-list/config/ca-telematic-list.config.ts +0 -16
  1484. package/lib/components/ca-telematic-map-list/config/index.ts +0 -1
  1485. package/lib/components/ca-telematic-map-list/enums/ca-telematic-map-list.enum.ts +0 -4
  1486. package/lib/components/ca-telematic-map-list/enums/index.ts +0 -1
  1487. package/lib/components/ca-telematic-map-list/models/index.ts +0 -1
  1488. package/lib/components/ca-telematic-map-list/models/telematic-truck.model.ts +0 -27
  1489. package/lib/components/ca-telematic-map-list/pipes/index.ts +0 -2
  1490. package/lib/components/ca-telematic-map-list/pipes/is-column-selected.pipe.ts +0 -18
  1491. package/lib/components/ca-telematic-map-list/utils/constants/index.ts +0 -1
  1492. package/lib/components/ca-telematic-map-list/utils/constants/telematic-map-list.constants.ts +0 -1782
  1493. package/lib/components/ca-telematic-map-list/utils/svg-routes/ca-telematic-list-svg-routes.ts +0 -8
  1494. package/lib/components/ca-telematic-map-list/utils/svg-routes/index.ts +0 -1
  1495. package/lib/components/ca-toast-messages/ca-toast-messages-component.html +0 -47
  1496. package/lib/components/ca-toast-messages/ca-toast-messages-component.scss +0 -41
  1497. package/lib/components/ca-toast-messages/ca-toast-messages.component.ts +0 -127
  1498. package/lib/components/ca-toast-messages/ca-toast-messages.stories.ts +0 -105
  1499. package/lib/components/ca-toast-messages/enums/index.ts +0 -1
  1500. package/lib/components/ca-toast-messages/enums/toast-type.enum.ts +0 -6
  1501. package/lib/components/ca-toast-messages/pipes/index.ts +0 -2
  1502. package/lib/components/ca-toast-messages/pipes/toast-background.pipe.ts +0 -28
  1503. package/lib/components/ca-toast-messages/pipes/toast-stack.pipe.ts +0 -17
  1504. package/lib/components/ca-todo/ca-todo-component.html +0 -35
  1505. package/lib/components/ca-todo/ca-todo-component.scss +0 -62
  1506. package/lib/components/ca-todo/ca-todo.component.ts +0 -109
  1507. package/lib/components/ca-todo/ca-todo.stories.ts +0 -711
  1508. package/lib/components/ca-todo/components/ca-todo-card.component.html +0 -313
  1509. package/lib/components/ca-todo/components/ca-todo-card.component.scss +0 -223
  1510. package/lib/components/ca-todo/components/ca-todo-card.component.spec.ts +0 -21
  1511. package/lib/components/ca-todo/components/ca-todo-card.component.ts +0 -192
  1512. package/lib/components/ca-todo/components/ca-todo-card.stories.ts +0 -378
  1513. package/lib/components/ca-todo/config/column.config.ts +0 -24
  1514. package/lib/components/ca-todo/config/index.ts +0 -1
  1515. package/lib/components/ca-todo/enums/column.enum.ts +0 -5
  1516. package/lib/components/ca-todo/enums/download-link.enum.ts +0 -5
  1517. package/lib/components/ca-todo/enums/index.ts +0 -2
  1518. package/lib/components/ca-todo/models/image-config.model.ts +0 -5
  1519. package/lib/components/ca-todo/models/index.ts +0 -4
  1520. package/lib/components/ca-todo/models/to-do-column.model.ts +0 -8
  1521. package/lib/components/ca-todo/models/todo-card-config.model.ts +0 -10
  1522. package/lib/components/ca-todo/models/todo-config.model.ts +0 -19
  1523. package/lib/components/ca-todo/services/file-service.ts +0 -15
  1524. package/lib/components/ca-todo/services/index.ts +0 -1
  1525. package/lib/components/ca-todo/utils/index.ts +0 -1
  1526. package/lib/components/ca-todo/utils/svg-routes/index.ts +0 -1
  1527. package/lib/components/ca-todo/utils/svg-routes/todo.routes.ts +0 -8
  1528. package/lib/components/ca-toolbar-dropdown/ca-toolbar-dropdown.component.html +0 -282
  1529. package/lib/components/ca-toolbar-dropdown/ca-toolbar-dropdown.component.scss +0 -53
  1530. package/lib/components/ca-toolbar-dropdown/ca-toolbar-dropdown.component.spec.ts +0 -23
  1531. package/lib/components/ca-toolbar-dropdown/ca-toolbar-dropdown.component.ts +0 -197
  1532. package/lib/components/ca-toolbar-dropdown/ca-toolbar-dropdown.stories.ts +0 -83
  1533. package/lib/components/ca-toolbar-dropdown/interfaces/dropdown-item.interface.ts +0 -14
  1534. package/lib/components/ca-toolbar-dropdown/interfaces/index.ts +0 -1
  1535. package/lib/components/ca-toolbar-dropdown/pipes/filter-by-search-term.pipe.ts +0 -20
  1536. package/lib/components/ca-toolbar-dropdown/pipes/index.ts +0 -2
  1537. package/lib/components/ca-toolbar-dropdown/pipes/selected-item.pipe.ts +0 -16
  1538. package/lib/components/ca-toolbar-tab-switch/ca-toolbar-tab-switch.component.html +0 -81
  1539. package/lib/components/ca-toolbar-tab-switch/ca-toolbar-tab-switch.component.scss +0 -18
  1540. package/lib/components/ca-toolbar-tab-switch/ca-toolbar-tab-switch.component.spec.ts +0 -23
  1541. package/lib/components/ca-toolbar-tab-switch/ca-toolbar-tab-switch.component.ts +0 -152
  1542. package/lib/components/ca-toolbar-tab-switch/ca-toolbar-tab-switch.stories.ts +0 -170
  1543. package/lib/components/ca-toolbar-tab-switch/enums/index.ts +0 -1
  1544. package/lib/components/ca-toolbar-tab-switch/enums/toolbar-variant.enum.ts +0 -4
  1545. package/lib/components/ca-toolbar-tab-switch/interfaces/index.ts +0 -1
  1546. package/lib/components/ca-toolbar-tab-switch/interfaces/toolbar-tabs.interface.ts +0 -6
  1547. package/lib/components/ca-toolbar-tab-switch/pipes/toolbar-tabs-class-pipe.ts +0 -38
  1548. package/lib/components/ca-toolbar-tab-switch/types/index.ts +0 -1
  1549. package/lib/components/ca-toolbar-tab-switch/types/toolbar-variant.type.ts +0 -3
  1550. package/lib/components/ca-tooltip-list/ca-tooltip-list.component.html +0 -85
  1551. package/lib/components/ca-tooltip-list/ca-tooltip-list.component.scss +0 -105
  1552. package/lib/components/ca-tooltip-list/ca-tooltip-list.component.spec.ts +0 -21
  1553. package/lib/components/ca-tooltip-list/ca-tooltip-list.component.ts +0 -37
  1554. package/lib/components/ca-tooltip-list/ca-tooltip-list.stories.ts +0 -117
  1555. package/lib/components/ca-tooltip-list/models/index.ts +0 -2
  1556. package/lib/components/ca-tooltip-list/models/tooltip-list-item.model.ts +0 -7
  1557. package/lib/components/ca-tooltip-list/models/tooltip-list.model.ts +0 -8
  1558. package/lib/components/ca-tooltip-list/utils/constants/ca-tooltip-list.constants.ts +0 -3
  1559. package/lib/components/ca-tooltip-list/utils/constants/index.ts +0 -1
  1560. package/lib/components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component.html +0 -238
  1561. package/lib/components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component.scss +0 -137
  1562. package/lib/components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component.spec.ts +0 -22
  1563. package/lib/components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component.ts +0 -80
  1564. package/lib/components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.stories.ts +0 -134
  1565. package/lib/components/ca-truck-trailer-progress-bar/models/progress-dropdown-data.model.ts +0 -10
  1566. package/lib/components/ca-upload-files/ca-upload-files.component.html +0 -122
  1567. package/lib/components/ca-upload-files/ca-upload-files.component.scss +0 -134
  1568. package/lib/components/ca-upload-files/ca-upload-files.component.ts +0 -430
  1569. package/lib/components/ca-upload-files/ca-upload-files.stories.ts +0 -499
  1570. package/lib/components/ca-upload-files/components/ca-upload-dropzone/ca-upload-dropzone.component.html +0 -303
  1571. package/lib/components/ca-upload-files/components/ca-upload-dropzone/ca-upload-dropzone.component.scss +0 -204
  1572. package/lib/components/ca-upload-files/components/ca-upload-dropzone/ca-upload-dropzone.component.spec.ts +0 -21
  1573. package/lib/components/ca-upload-files/components/ca-upload-dropzone/ca-upload-dropzone.component.ts +0 -410
  1574. package/lib/components/ca-upload-files/components/ca-upload-dropzone/ca-upload-dropzone.stories.ts +0 -209
  1575. package/lib/components/ca-upload-files/components/ca-upload-dropzone/directives/index.ts +0 -1
  1576. package/lib/components/ca-upload-files/components/ca-upload-dropzone/directives/template.directive.ts +0 -10
  1577. package/lib/components/ca-upload-files/components/ca-upload-dropzone/enums/file-dropzone-action.enum.ts +0 -6
  1578. package/lib/components/ca-upload-files/components/ca-upload-dropzone/enums/file-dropzone-type.enum.ts +0 -6
  1579. package/lib/components/ca-upload-files/components/ca-upload-dropzone/enums/file-upload-page.enum.ts +0 -26
  1580. package/lib/components/ca-upload-files/components/ca-upload-dropzone/enums/index.ts +0 -4
  1581. package/lib/components/ca-upload-files/components/ca-upload-dropzone/enums/template-type.enum.ts +0 -7
  1582. package/lib/components/ca-upload-files/components/ca-upload-dropzone/helpers/file.helper.ts +0 -30
  1583. package/lib/components/ca-upload-files/components/ca-upload-dropzone/helpers/index.ts +0 -1
  1584. package/lib/components/ca-upload-files/components/ca-upload-dropzone/interfaces/drop-background-event.interface.ts +0 -4
  1585. package/lib/components/ca-upload-files/components/ca-upload-dropzone/interfaces/dropzone-config.interface.ts +0 -14
  1586. package/lib/components/ca-upload-files/components/ca-upload-dropzone/interfaces/dropzone-option-config.interface.ts +0 -14
  1587. package/lib/components/ca-upload-files/components/ca-upload-dropzone/interfaces/dropzone-settings.interface.ts +0 -10
  1588. package/lib/components/ca-upload-files/components/ca-upload-dropzone/interfaces/file-config.interface.ts +0 -19
  1589. package/lib/components/ca-upload-files/components/ca-upload-dropzone/interfaces/file-event.interface.ts +0 -9
  1590. package/lib/components/ca-upload-files/components/ca-upload-dropzone/interfaces/index.ts +0 -6
  1591. package/lib/components/ca-upload-files/components/ca-upload-dropzone/utils/constants/file-icons.constants.ts +0 -27
  1592. package/lib/components/ca-upload-files/components/ca-upload-dropzone/utils/constants/file-limit.constants.ts +0 -41
  1593. package/lib/components/ca-upload-files/components/ca-upload-dropzone/utils/constants/index.ts +0 -4
  1594. package/lib/components/ca-upload-files/components/ca-upload-dropzone/utils/constants/lottie-animation.constants.ts +0 -10
  1595. package/lib/components/ca-upload-files/components/ca-upload-dropzone/utils/constants/mime-type.constants.ts +0 -33
  1596. package/lib/components/ca-upload-files/components/ca-upload-dropzone/utils/svg-routes/dropzone-svg.routes.ts +0 -3
  1597. package/lib/components/ca-upload-files/components/ca-upload-file/ca-upload-file.component.html +0 -412
  1598. package/lib/components/ca-upload-files/components/ca-upload-file/ca-upload-file.component.scss +0 -1491
  1599. package/lib/components/ca-upload-files/components/ca-upload-file/ca-upload-file.component.spec.ts +0 -21
  1600. package/lib/components/ca-upload-files/components/ca-upload-file/ca-upload-file.component.ts +0 -481
  1601. package/lib/components/ca-upload-files/components/ca-upload-file/enums/document-action.enum.ts +0 -8
  1602. package/lib/components/ca-upload-files/components/ca-upload-file/enums/index.ts +0 -1
  1603. package/lib/components/ca-upload-files/components/ca-upload-file/interfaces/delete-action.interface.ts +0 -4
  1604. package/lib/components/ca-upload-files/components/ca-upload-file/interfaces/file-action-event.interface.ts +0 -7
  1605. package/lib/components/ca-upload-files/components/ca-upload-file/interfaces/index.ts +0 -2
  1606. package/lib/components/ca-upload-files/components/ca-upload-file/pipes/byte-convert.pipe.ts +0 -18
  1607. package/lib/components/ca-upload-files/components/ca-upload-file/pipes/file-name.pipe.ts +0 -17
  1608. package/lib/components/ca-upload-files/components/ca-upload-file/pipes/index.ts +0 -5
  1609. package/lib/components/ca-upload-files/components/ca-upload-file/pipes/mime-type-to-extension.pipe.ts +0 -14
  1610. package/lib/components/ca-upload-files/components/ca-upload-file/pipes/ng-class.pipe.ts +0 -41
  1611. package/lib/components/ca-upload-files/components/ca-upload-file/pipes/url-extension.pipe.ts +0 -18
  1612. package/lib/components/ca-upload-files/components/ca-upload-file/services/document.service.ts +0 -14
  1613. package/lib/components/ca-upload-files/components/ca-upload-file/services/index.ts +0 -1
  1614. package/lib/components/ca-upload-files/components/ca-upload-file/utils/config/index.ts +0 -1
  1615. package/lib/components/ca-upload-files/components/ca-upload-file/utils/config/upload-file-input.config.ts +0 -10
  1616. package/lib/components/ca-upload-files/components/ca-upload-file/utils/index.ts +0 -1
  1617. package/lib/components/ca-upload-files/components/ca-upload-file/utils/svg-routes/index.ts +0 -1
  1618. package/lib/components/ca-upload-files/components/ca-upload-file/utils/svg-routes/upload-file.routes.ts +0 -9
  1619. package/lib/components/ca-upload-files/components/ca-upload-files-carousel/ca-upload-files-carousel.component.html +0 -99
  1620. package/lib/components/ca-upload-files/components/ca-upload-files-carousel/ca-upload-files-carousel.component.scss +0 -240
  1621. package/lib/components/ca-upload-files/components/ca-upload-files-carousel/ca-upload-files-carousel.component.spec.ts +0 -21
  1622. package/lib/components/ca-upload-files/components/ca-upload-files-carousel/ca-upload-files-carousel.component.ts +0 -190
  1623. package/lib/components/ca-upload-files/components/ca-upload-files-carousel/enums/carousel-action.enum.ts +0 -4
  1624. package/lib/components/ca-upload-files/components/ca-upload-files-carousel/enums/file-carousel-size.enum.ts +0 -8
  1625. package/lib/components/ca-upload-files/components/ca-upload-files-carousel/enums/index.ts +0 -2
  1626. package/lib/components/ca-upload-files/components/ca-upload-files-carousel/interfaces/files-carousel.interface.ts +0 -7
  1627. package/lib/components/ca-upload-files/components/ca-upload-files-carousel/interfaces/index.ts +0 -1
  1628. package/lib/components/ca-upload-files/components/ca-upload-files-carousel/utils/constants/files-by-size.constant.ts +0 -19
  1629. package/lib/components/ca-upload-files/components/ca-upload-files-carousel/utils/constants/index.ts +0 -1
  1630. package/lib/components/ca-upload-files/components/ca-upload-files-carousel/utils/index.ts +0 -2
  1631. package/lib/components/ca-upload-files/components/ca-upload-files-carousel/utils/svg-routes/carousel-svg.routes.ts +0 -3
  1632. package/lib/components/ca-upload-files/components/ca-upload-files-carousel/utils/svg-routes/index.ts +0 -1
  1633. package/lib/components/ca-upload-files/enums/file-action.enum.ts +0 -5
  1634. package/lib/components/ca-upload-files/enums/file-size.enum.ts +0 -7
  1635. package/lib/components/ca-upload-files/enums/file-type.enum.ts +0 -6
  1636. package/lib/components/ca-upload-files/enums/index.ts +0 -4
  1637. package/lib/components/ca-upload-files/enums/review-state.enum.ts +0 -4
  1638. package/lib/components/ca-upload-files/interfaces/document-review-input-event.interface.ts +0 -7
  1639. package/lib/components/ca-upload-files/interfaces/file-option-config.interface.ts +0 -16
  1640. package/lib/components/ca-upload-files/interfaces/index.ts +0 -5
  1641. package/lib/components/ca-upload-files/interfaces/review-file-config.interface.ts +0 -10
  1642. package/lib/components/ca-upload-files/interfaces/slider.interface.ts +0 -4
  1643. package/lib/components/ca-upload-files/interfaces/upload-files-config.interface.ts +0 -46
  1644. package/lib/components/ca-upload-files/pipes/index.ts +0 -2
  1645. package/lib/components/ca-upload-files/pipes/map-file.pipe.ts +0 -17
  1646. package/lib/components/ca-upload-files/pipes/upload-class.pipe.ts +0 -41
  1647. package/lib/components/ca-upload-files/services/index.ts +0 -1
  1648. package/lib/components/ca-upload-files/services/upload-file.service.ts +0 -34
  1649. package/lib/components/ca-upload-files/utils/svg-routes/files-upload-svg-routes.ts +0 -6
  1650. package/lib/components/ca-upload-files/utils/svg-routes/index.ts +0 -1
  1651. package/lib/components/ca-vehicle-list/ca-vehicle-list.component.html +0 -157
  1652. package/lib/components/ca-vehicle-list/ca-vehicle-list.component.scss +0 -80
  1653. package/lib/components/ca-vehicle-list/ca-vehicle-list.component.spec.ts +0 -22
  1654. package/lib/components/ca-vehicle-list/ca-vehicle-list.component.stories.ts +0 -56
  1655. package/lib/components/ca-vehicle-list/ca-vehicle-list.component.ts +0 -92
  1656. package/lib/components/ca-vehicle-list/enums/index.ts +0 -1
  1657. package/lib/components/ca-vehicle-list/enums/vehicle-list.enum.ts +0 -4
  1658. package/lib/components/ca-vehicle-list/interfaces/index.ts +0 -2
  1659. package/lib/components/ca-vehicle-list/interfaces/vehicle-list-actions-emit.interface.ts +0 -5
  1660. package/lib/components/ca-vehicle-list/interfaces/vehicle-list-config.interface.ts +0 -9
  1661. package/lib/components/ca-vehicle-list/models/index.ts +0 -1
  1662. package/lib/components/ca-vehicle-list/models/vehicle-list.model.ts +0 -12
  1663. package/lib/components/ca-vehicle-list/types/index.ts +0 -1
  1664. package/lib/components/ca-vehicle-list/types/vehicle-list.type.ts +0 -5
  1665. package/lib/components/ca-vehicle-list/utils/constants/index.ts +0 -1
  1666. package/lib/components/ca-vehicle-list/utils/constants/vehicle-list.constants.ts +0 -40
  1667. package/lib/components/ca-vehicle-list/utils/svg-routes/index.ts +0 -1
  1668. package/lib/components/ca-vehicle-list/utils/svg-routes/vehicle-list-svg-routes.ts +0 -8
  1669. package/lib/directives/description-items-text-count.directive.ts +0 -242
  1670. package/lib/directives/hover-svg-directives.ts +0 -49
  1671. package/lib/directives/index.ts +0 -3
  1672. package/lib/directives/placeholder-directive.ts +0 -51
  1673. package/lib/enums/animation-state.enum.ts +0 -4
  1674. package/lib/enums/color.enum.ts +0 -9
  1675. package/lib/enums/common-element.enum.ts +0 -8
  1676. package/lib/enums/date-time-formats.enum.ts +0 -14
  1677. package/lib/enums/dispatch-status.enum.ts +0 -24
  1678. package/lib/enums/dropdown.enum.ts +0 -20
  1679. package/lib/enums/filter-color.enum.ts +0 -14
  1680. package/lib/enums/general-actions.enum.ts +0 -71
  1681. package/lib/enums/gps-heading-direction.enum.ts +0 -10
  1682. package/lib/enums/gps-motion-status.enum.ts +0 -7
  1683. package/lib/enums/index.ts +0 -22
  1684. package/lib/enums/load-filter.enum.ts +0 -25
  1685. package/lib/enums/load-status.enum.ts +0 -58
  1686. package/lib/enums/position.enum.ts +0 -10
  1687. package/lib/enums/shared-string.enum.ts +0 -79
  1688. package/lib/enums/string-placeholder.enum.ts +0 -20
  1689. package/lib/enums/style-property.enum.ts +0 -4
  1690. package/lib/enums/styling.enum.ts +0 -13
  1691. package/lib/enums/thousand-separator-format.enum.ts +0 -5
  1692. package/lib/enums/trailer-name.enum.ts +0 -18
  1693. package/lib/enums/truck-name.enum.ts +0 -13
  1694. package/lib/enums/unit.enum.ts +0 -30
  1695. package/lib/interfaces/dropdown-menu/table-card-body-actions.interface.ts +0 -5
  1696. package/lib/interfaces/gps-current-location/gps-current-location.interface.ts +0 -20
  1697. package/lib/interfaces/index.ts +0 -5
  1698. package/lib/interfaces/table/index.ts +0 -2
  1699. package/lib/interfaces/table/sortOrder.ts +0 -7
  1700. package/lib/interfaces/table/table-column.interface.ts +0 -25
  1701. package/lib/interfaces/user/company-user.interface.ts +0 -10
  1702. package/lib/interfaces/user/user-avatar-file.interface.ts +0 -9
  1703. package/lib/interfaces/user/user.interface.ts +0 -14
  1704. package/lib/models/address-entity.model.ts +0 -12
  1705. package/lib/models/address-list-response.model.ts +0 -3
  1706. package/lib/models/address-response.model.ts +0 -7
  1707. package/lib/models/array-status.model.ts +0 -38
  1708. package/lib/models/autocomplete-search-layer.model.ts +0 -32
  1709. package/lib/models/bank-response.ts +0 -7
  1710. package/lib/models/card-models/card-table-data.model.ts +0 -924
  1711. package/lib/models/cdl-response.ts +0 -26
  1712. package/lib/models/cdl-restriction-response.ts +0 -11
  1713. package/lib/models/color-response.ts +0 -6
  1714. package/lib/models/dashboard/custom-period-range.model.ts +0 -5
  1715. package/lib/models/dashboard/dropdown-list-item.model.ts +0 -4
  1716. package/lib/models/enumValue.ts +0 -4
  1717. package/lib/models/file-response.ts +0 -9
  1718. package/lib/models/filter-output-params.model.ts +0 -6
  1719. package/lib/models/filter-output.model.ts +0 -6
  1720. package/lib/models/highlight-text.model.ts +0 -4
  1721. package/lib/models/index.ts +0 -8
  1722. package/lib/models/load/load-possible-statuses-response.model.ts +0 -6
  1723. package/lib/models/load/load-status-response.model.ts +0 -8
  1724. package/lib/models/load-status-history-response.model.ts +0 -17
  1725. package/lib/models/long-lat.model.ts +0 -4
  1726. package/lib/models/mixin.model.ts +0 -1
  1727. package/lib/models/note-active-options.model.ts +0 -6
  1728. package/lib/models/owner-response.ts +0 -24
  1729. package/lib/models/pMTrailerShortResponse.ts +0 -9
  1730. package/lib/models/pMTruckShortResponse.ts +0 -9
  1731. package/lib/models/payroll-list-summary.model.ts +0 -12
  1732. package/lib/models/repairModalResponse.ts +0 -9
  1733. package/lib/models/state-response.ts +0 -8
  1734. package/lib/models/table-models/all-table-animation.model.ts +0 -15
  1735. package/lib/models/table-models/table-body-color-label.model.ts +0 -11
  1736. package/lib/models/tabs.model.ts +0 -6
  1737. package/lib/models/time-filter.model.ts +0 -8
  1738. package/lib/models/trailer-dispatch-modal-response.ts +0 -12
  1739. package/lib/models/trailer-minimal-response.ts +0 -12
  1740. package/lib/models/trailer-type-response.ts +0 -7
  1741. package/lib/models/truck-dispatch-modal-response.ts +0 -19
  1742. package/lib/models/truck-minimal-response.ts +0 -14
  1743. package/lib/models/truck-response.ts +0 -0
  1744. package/lib/models/truck-type-response.ts +0 -6
  1745. package/lib/models/user-selected.model.ts +0 -8
  1746. package/lib/pipes/ca-svg.pipe.ts +0 -33
  1747. package/lib/pipes/date-from-backend.pipe.ts +0 -12
  1748. package/lib/pipes/date-from-string.pipe.ts +0 -46
  1749. package/lib/pipes/date-to-time-from-backend.pipe.ts +0 -15
  1750. package/lib/pipes/date-wait-time.pipe.ts +0 -36
  1751. package/lib/pipes/date.pipe.ts +0 -34
  1752. package/lib/pipes/dispatch-status-color.pipe.ts +0 -80
  1753. package/lib/pipes/dispatch-status-colors.pipe.ts +0 -60
  1754. package/lib/pipes/dropdown-load-status-color.pipe.ts +0 -159
  1755. package/lib/pipes/format-city-state.pipe.ts +0 -20
  1756. package/lib/pipes/format-currency.pipe.ts +0 -46
  1757. package/lib/pipes/format-duration.pipe.ts +0 -38
  1758. package/lib/pipes/highlight-search.pipe.ts +0 -41
  1759. package/lib/pipes/index.ts +0 -26
  1760. package/lib/pipes/load-status-background-color.pipe.ts +0 -106
  1761. package/lib/pipes/load-status-color.pipe.ts +0 -151
  1762. package/lib/pipes/load-status-colors.pipe.ts +0 -109
  1763. package/lib/pipes/n-formatter.pipe.ts +0 -41
  1764. package/lib/pipes/name-initials.pipe.ts +0 -26
  1765. package/lib/pipes/progress-bar-line.pipe.ts +0 -25
  1766. package/lib/pipes/row-class.pipe.ts +0 -22
  1767. package/lib/pipes/safe-html.pipe.ts +0 -16
  1768. package/lib/pipes/table-highlight-search-text.pipe.ts +0 -56
  1769. package/lib/pipes/thousand-formater.pipe.ts +0 -15
  1770. package/lib/pipes/thousand-separator.pipe.ts +0 -19
  1771. package/lib/pipes/thousand-to-short-format-pipe.ts +0 -16
  1772. package/lib/pipes/to-lower-case.pipe.ts +0 -12
  1773. package/lib/pipes/truck-trailer-color-finder.pipe.ts +0 -65
  1774. package/lib/pipes/truncate-string.pipe.ts +0 -12
  1775. package/lib/pipes/unit-position.pipe.ts +0 -20
  1776. package/lib/pipes/user-initials.pipe.ts +0 -15
  1777. package/lib/services/google-script.service.ts +0 -45
  1778. package/lib/services/image-base64.service.ts +0 -20
  1779. package/lib/services/truckassist-table.service.ts +0 -18
  1780. package/lib/utils/animations/index.ts +0 -1
  1781. package/lib/utils/animations/toggle-up-down.animation.ts +0 -23
  1782. package/lib/utils/constants/dropdown-menu-content.constants.ts +0 -59
  1783. package/lib/utils/constants/gps-location.constants.ts +0 -108
  1784. package/lib/utils/constants/index.ts +0 -3
  1785. package/lib/utils/constants/search-multiple-states.constant.ts +0 -7
  1786. package/lib/utils/helpers/date-time.helper.ts +0 -22
  1787. package/lib/utils/helpers/dropdown-menu-content-conditional-items.helper.ts +0 -66
  1788. package/lib/utils/helpers/dropdown-menu-content.helper.ts +0 -69
  1789. package/lib/utils/helpers/file.helpers.ts +0 -14
  1790. package/lib/utils/helpers/gps-location.helper.ts +0 -159
  1791. package/lib/utils/helpers/index.ts +0 -7
  1792. package/lib/utils/helpers/methods-calculations.helper.ts +0 -193
  1793. package/lib/utils/helpers/user.helper.ts +0 -19
  1794. package/lib/utils/helpers/uuid.helper.ts +0 -9
  1795. package/lib/utils/svg-routes/index.ts +0 -1
  1796. package/lib/utils/svg-routes/payroll-list-summary-svg-routes.ts +0 -4
  1797. package/lib/utils/svg-routes/shared-svg.routes.ts +0 -91
@@ -1,2948 +0,0 @@
1
- export class InputDropdownConstants {
2
- public static readonly labelsTrailerLength = [
3
- {
4
- id: 1,
5
- companyId: null,
6
- name: '20 ft',
7
- },
8
- {
9
- id: 2,
10
- companyId: null,
11
- name: '22 ft',
12
- },
13
- {
14
- id: 3,
15
- companyId: null,
16
- name: '24 ft',
17
- },
18
- {
19
- id: 4,
20
- companyId: null,
21
- name: '26 ft',
22
- },
23
- {
24
- id: 5,
25
- companyId: null,
26
- name: '28 ft',
27
- },
28
- {
29
- id: 6,
30
- companyId: null,
31
- name: '40 ft',
32
- },
33
- {
34
- id: 7,
35
- companyId: null,
36
- name: '42 ft',
37
- },
38
- {
39
- id: 8,
40
- companyId: null,
41
- name: '43 ft',
42
- },
43
- {
44
- id: 9,
45
- companyId: null,
46
- name: '45 ft',
47
- },
48
- {
49
- id: 10,
50
- companyId: null,
51
- name: '48 ft',
52
- },
53
- {
54
- id: 11,
55
- companyId: null,
56
- name: '53 ft',
57
- },
58
- ];
59
-
60
- public static readonly labelsTrailer = [
61
- {
62
- id: 5,
63
- companyId: null,
64
- name: 'Conestoga',
65
- logoName: 'ic_trailer_conestoga.svg',
66
- hasVolume: true,
67
- folder: 'common',
68
- subFolder: 'trailers',
69
- },
70
- {
71
- id: 6,
72
- companyId: null,
73
- name: 'Side Kit',
74
- logoName: 'ic_trailer_side-kit.svg',
75
- hasVolume: true,
76
- folder: 'common',
77
- subFolder: 'trailers',
78
- },
79
- {
80
- id: 7,
81
- companyId: null,
82
- name: 'Container',
83
- logoName: 'ic_trailer_container.svg',
84
- hasVolume: true,
85
- folder: 'common',
86
- subFolder: 'trailers',
87
- },
88
- {
89
- id: 8,
90
- companyId: null,
91
- name: 'Dry Van',
92
- logoName: 'ic_trailer_dryvan.svg',
93
- hasVolume: true,
94
- folder: 'common',
95
- subFolder: 'trailers',
96
- },
97
- {
98
- id: 9,
99
- companyId: null,
100
- name: 'Reefer',
101
- logoName: 'ic_trailer_reefer.svg',
102
- hasVolume: true,
103
- folder: 'common',
104
- subFolder: 'trailers',
105
- },
106
- {
107
- id: 10,
108
- companyId: null,
109
- name: 'End Dump',
110
- logoName: 'ic_trailer_end-dump.svg',
111
- hasVolume: true,
112
- folder: 'common',
113
- subFolder: 'trailers',
114
- },
115
- {
116
- id: 11,
117
- companyId: null,
118
- name: 'Bottom Dump',
119
- logoName: 'ic_trailer_bottom-dump.svg',
120
- hasVolume: true,
121
- folder: 'common',
122
- subFolder: 'trailers',
123
- },
124
- {
125
- id: 13,
126
- companyId: null,
127
- name: 'Tanker',
128
- logoName: 'ic_trailer_tanker.svg',
129
- hasVolume: true,
130
- folder: 'common',
131
- subFolder: 'trailers',
132
- },
133
- {
134
- id: 14,
135
- companyId: null,
136
- name: 'Pneumatic Tanker',
137
- logoName: 'ic_trailer_tanker-pneumatic.svg',
138
- hasVolume: true,
139
- folder: 'common',
140
- subFolder: 'trailers',
141
- },
142
- {
143
- id: 1,
144
- companyId: null,
145
- name: 'Flat Bed',
146
- logoName: 'ic_trailer_flatbed.svg',
147
- hasVolume: false,
148
- folder: 'common',
149
- subFolder: 'trailers',
150
- },
151
- {
152
- id: 2,
153
- companyId: null,
154
- name: 'Step Deck',
155
- logoName: 'ic_trailer_step-deck.svg',
156
- hasVolume: false,
157
- folder: 'common',
158
- subFolder: 'trailers',
159
- },
160
- {
161
- id: 3,
162
- companyId: null,
163
- name: 'Low Boy / RGN',
164
- logoName: 'ic_trailer_low-boy.svg',
165
- hasVolume: false,
166
- folder: 'common',
167
- subFolder: 'trailers',
168
- },
169
- {
170
- id: 4,
171
- companyId: null,
172
- name: 'Chassis',
173
- logoName: 'ic_trailer_chassis.svg',
174
- hasVolume: false,
175
- folder: 'common',
176
- subFolder: 'trailers',
177
- },
178
- {
179
- id: 12,
180
- companyId: null,
181
- name: 'Hopper',
182
- logoName: 'ic_trailer_hopper.svg',
183
- hasVolume: false,
184
- folder: 'common',
185
- subFolder: 'trailers',
186
- },
187
- {
188
- id: 15,
189
- companyId: null,
190
- name: 'Car Hauler',
191
- logoName: 'ic_trailer_carhauler.svg',
192
- hasVolume: false,
193
- folder: 'common',
194
- subFolder: 'trailers',
195
- },
196
- {
197
- id: 16,
198
- companyId: null,
199
- name: 'Car Hauler Stinger',
200
- logoName: 'ic_trailer_carhauler-stinger.svg',
201
- hasVolume: false,
202
- folder: 'common',
203
- subFolder: 'trailers',
204
- },
205
- ];
206
-
207
- public static readonly labelsColors = [
208
- {
209
- id: 1,
210
- companyId: null,
211
- name: 'Yellow',
212
- code: '#FFD400',
213
- folder: 'common',
214
- subFolder: 'colors',
215
- logoName: 'ic_color.svg',
216
- },
217
- {
218
- id: 2,
219
- companyId: null,
220
- name: 'Orange',
221
- code: '#FF7B1D',
222
- folder: 'common',
223
- subFolder: 'colors',
224
- logoName: 'ic_color.svg',
225
- },
226
- {
227
- id: 3,
228
- companyId: null,
229
- name: 'Red',
230
- code: '#E61D0D',
231
- folder: 'common',
232
- subFolder: 'colors',
233
- logoName: 'ic_color.svg',
234
- },
235
- {
236
- id: 4,
237
- companyId: null,
238
- name: 'Silver',
239
- code: '#C2C2C2',
240
- folder: 'common',
241
- subFolder: 'colors',
242
- logoName: 'ic_color.svg',
243
- },
244
- {
245
- id: 5,
246
- companyId: null,
247
- name: 'Purple',
248
- code: '#7040A1',
249
- folder: 'common',
250
- subFolder: 'colors',
251
- logoName: 'ic_color.svg',
252
- },
253
- {
254
- id: 6,
255
- companyId: null,
256
- name: 'Pink',
257
- code: '#F84D9F',
258
- folder: 'common',
259
- subFolder: 'colors',
260
- logoName: 'ic_color.svg',
261
- },
262
- {
263
- id: 7,
264
- companyId: null,
265
- name: 'Brown',
266
- code: '#504028',
267
- folder: 'common',
268
- subFolder: 'colors',
269
- logoName: 'ic_color.svg',
270
- },
271
- {
272
- id: 8,
273
- companyId: null,
274
- name: 'Gray',
275
- code: '#6B6B6B',
276
- folder: 'common',
277
- subFolder: 'colors',
278
- logoName: 'ic_color.svg',
279
- },
280
- {
281
- id: 9,
282
- companyId: null,
283
- name: 'Gold',
284
- code: '#AFA57B',
285
- folder: 'common',
286
- subFolder: 'colors',
287
- logoName: 'ic_color.svg',
288
- },
289
- {
290
- id: 10,
291
- companyId: null,
292
- name: 'Dark Green',
293
- code: '#137B53',
294
- folder: 'common',
295
- subFolder: 'colors',
296
- logoName: 'ic_color.svg',
297
- },
298
- {
299
- id: 11,
300
- companyId: null,
301
- name: 'Light Green',
302
- code: '#50DC96',
303
- folder: 'common',
304
- subFolder: 'colors',
305
- logoName: 'ic_color.svg',
306
- },
307
- {
308
- id: 12,
309
- companyId: null,
310
- name: 'Dark Blue',
311
- code: '#1C55AA',
312
- folder: 'common',
313
- subFolder: 'colors',
314
- logoName: 'ic_color.svg',
315
- },
316
- {
317
- id: 13,
318
- companyId: null,
319
- name: 'Light Blue',
320
- code: '#50A8FF',
321
- folder: 'common',
322
- subFolder: 'colors',
323
- logoName: 'ic_color.svg',
324
- },
325
- {
326
- id: 14,
327
- companyId: null,
328
- name: 'Black',
329
- code: '#3D3D3D',
330
- folder: 'common',
331
- subFolder: 'colors',
332
- logoName: 'ic_color.svg',
333
- },
334
- {
335
- id: 15,
336
- companyId: null,
337
- name: 'White',
338
- code: '#F9F9F9',
339
- folder: 'common',
340
- subFolder: 'colors',
341
- logoName: 'ic_color.svg',
342
- },
343
- ];
344
-
345
- public static readonly labelsTrailerMake = [
346
- {
347
- id: 17,
348
- companyId: null,
349
- name: 'Atro',
350
- logoName: 'ic_trailer_atro.svg',
351
- },
352
- {
353
- id: 18,
354
- companyId: null,
355
- name: 'Beall',
356
- logoName: 'ic_trailer_beall.svg',
357
- },
358
- {
359
- id: 19,
360
- companyId: null,
361
- name: 'Bedard',
362
- logoName: 'ic_trailer_bedard.svg',
363
- },
364
- {
365
- id: 20,
366
- companyId: null,
367
- name: 'Butler',
368
- logoName: 'ic_trailer_butler.svg',
369
- },
370
- {
371
- id: 30,
372
- companyId: null,
373
- name: 'De Lucio',
374
- logoName: 'ic_trailer_de_lucio.svg',
375
- },
376
- {
377
- id: 1,
378
- companyId: null,
379
- name: 'Dorsey',
380
- logoName: 'ic_trailer_dorsey.svg',
381
- },
382
- {
383
- id: 2,
384
- companyId: null,
385
- name: 'East',
386
- logoName: 'ic_trailer_east.svg',
387
- },
388
- {
389
- id: 3,
390
- companyId: null,
391
- name: 'Fontaine',
392
- logoName: 'ic_trailer_fontaine.svg',
393
- },
394
- {
395
- id: 4,
396
- companyId: null,
397
- name: 'Fruehauf',
398
- logoName: 'ic_trailer_fruehauf.svg',
399
- },
400
- {
401
- id: 21,
402
- companyId: null,
403
- name: 'Gallegos',
404
- logoName: 'ic_trailer_gallegos.svg',
405
- },
406
- {
407
- id: 5,
408
- companyId: null,
409
- name: 'Great Dane',
410
- logoName: 'ic_trailer_great_dane.svg',
411
- },
412
- {
413
- id: 22,
414
- companyId: null,
415
- name: 'Heil',
416
- logoName: 'ic_trailer_heil.svg',
417
- },
418
- {
419
- id: 6,
420
- companyId: null,
421
- name: 'Hudson Bros.',
422
- logoName: 'ic_trailer_hudson.svg',
423
- },
424
- {
425
- id: 7,
426
- companyId: null,
427
- name: 'Hyundai',
428
- logoName: 'ic_trailer_hyndai.svg',
429
- },
430
- {
431
- id: 8,
432
- companyId: null,
433
- name: 'Kaufman',
434
- logoName: 'ic_trailer_kaufman.svg',
435
- },
436
- {
437
- id: 23,
438
- companyId: null,
439
- name: 'Mac',
440
- logoName: 'ic_trailer_mac.svg',
441
- },
442
- {
443
- id: 16,
444
- companyId: null,
445
- name: 'Manac',
446
- logoName: 'ic_trailer_manac.svg',
447
- },
448
- {
449
- id: 9,
450
- companyId: null,
451
- name: 'Polar',
452
- logoName: 'ic_trailer_polar.svg',
453
- },
454
- {
455
- id: 10,
456
- companyId: null,
457
- name: 'Ravens',
458
- logoName: 'ic_trailer_ravens.svg',
459
- },
460
- {
461
- id: 11,
462
- companyId: null,
463
- name: 'Strick',
464
- logoName: 'ic_trailer_strick.svg',
465
- },
466
- {
467
- id: 24,
468
- companyId: null,
469
- name: 'Timpte',
470
- logoName: 'ic_trailer_timpte.svg',
471
- },
472
- {
473
- id: 26,
474
- companyId: null,
475
- name: 'Trail King',
476
- logoName: 'ic_trailer_trail_king.svg',
477
- },
478
- {
479
- id: 25,
480
- companyId: null,
481
- name: 'Tremcar',
482
- logoName: 'ic_trailer_tremcar.svg',
483
- },
484
- {
485
- id: 27,
486
- companyId: null,
487
- name: 'Tytal',
488
- logoName: 'ic_trailer_tytal.svg',
489
- },
490
- {
491
- id: 12,
492
- companyId: null,
493
- name: 'Utility',
494
- logoName: 'ic_trailer_utility.svg',
495
- },
496
- {
497
- id: 13,
498
- companyId: null,
499
- name: 'Vanguard',
500
- logoName: 'ic_trailer_vanguard.svg',
501
- },
502
- {
503
- id: 28,
504
- companyId: null,
505
- name: 'Vantage',
506
- logoName: 'ic_trailer_vantage.svg',
507
- },
508
- {
509
- id: 14,
510
- companyId: null,
511
- name: 'Wabash',
512
- logoName: 'ic_trailer_wabash.svg',
513
- },
514
- {
515
- id: 29,
516
- companyId: null,
517
- name: 'Walinga',
518
- logoName: 'ic_trailer_walinga.svg',
519
- },
520
- {
521
- id: 15,
522
- companyId: null,
523
- name: 'Wilson',
524
- logoName: 'ic_trailer_wilson.svg',
525
- },
526
- ];
527
-
528
- public static readonly labelsOwners = [
529
- {
530
- id: 212,
531
- name: 'Driver Owner',
532
- },
533
- ];
534
-
535
- public static readonly dispatcherList = [
536
- {
537
- id: 98,
538
- userId: 3,
539
- fullName: 'Slavisa Markovic',
540
- avatarFile: null,
541
- departmentId: null,
542
- },
543
- {
544
- id: 9,
545
- userId: 9,
546
- fullName: 'Ivan Stoiljkovic',
547
- avatarFile: {
548
- fileId: 1779,
549
- fileName: 'userAvatar.png',
550
- url: 'https://s3.rute.co:9000/devcarriera/User avatar/37/9/9c14dff2-fed4-44a0-88ca-0a1a2da7541b-userAvatar.png',
551
- fileSize: 326788,
552
- tags: null,
553
- tagGeneratedByUser: false,
554
- updatedAt: null,
555
- },
556
- departmentId: null,
557
- },
558
- {
559
- id: 56,
560
- userId: 23,
561
- fullName: 'Milan Tucic',
562
- avatarFile: null,
563
- departmentId: null,
564
- },
565
- {
566
- id: 465,
567
- userId: 407,
568
- fullName: 'Anitaa Redza',
569
- avatarFile: null,
570
- departmentId: null,
571
- },
572
- {
573
- id: 510,
574
- userId: 446,
575
- fullName: 'Ben Anderson',
576
- avatarFile: null,
577
- departmentId: null,
578
- },
579
- {
580
- id: 737,
581
- userId: 655,
582
- fullName: 'Test Expiration',
583
- avatarFile: null,
584
- departmentId: null,
585
- },
586
- {
587
- id: 748,
588
- userId: 664,
589
- fullName: 'Dispatch One',
590
- avatarFile: null,
591
- departmentId: null,
592
- },
593
- {
594
- id: 749,
595
- userId: 665,
596
- fullName: 'Mary Fery',
597
- avatarFile: null,
598
- departmentId: null,
599
- },
600
- {
601
- id: 750,
602
- userId: 666,
603
- fullName: 'Ready Fready',
604
- avatarFile: null,
605
- departmentId: null,
606
- },
607
- {
608
- id: 752,
609
- userId: 668,
610
- fullName: 'Cer Mer',
611
- avatarFile: null,
612
- departmentId: null,
613
- },
614
- ];
615
-
616
- public static readonly trailerTypeList = [
617
- {
618
- id: 368,
619
- number: '7777',
620
- logoName: 'ic_truck_cargo-van.svg',
621
- name: '7777',
622
- folder: 'common',
623
- subFolder: 'trucks',
624
- },
625
- {
626
- id: 350,
627
- number: '3572',
628
- logoName: 'ic_truck_box-truck.svg',
629
- name: '3572',
630
- folder: 'common',
631
- subFolder: 'trucks',
632
- },
633
- {
634
- id: 348,
635
- number: 'PERA',
636
- logoName: 'ic_truck_cargo-van.svg',
637
- name: 'PERA',
638
- folder: 'common',
639
- subFolder: 'trucks',
640
- },
641
- {
642
- id: 347,
643
- number: 'KAMION',
644
- logoName: 'ic_truck_semi-wSleeper.svg',
645
- name: 'KAMION',
646
- folder: 'common',
647
- subFolder: 'trucks',
648
- },
649
- {
650
- id: 342,
651
- number: '001122',
652
- logoName: 'ic_truck_garbage.svg',
653
- name: '001122',
654
- folder: 'common',
655
- subFolder: 'trucks',
656
- },
657
- {
658
- id: 340,
659
- number: '1543',
660
- logoName: 'ic_truck_semi-wSleeper.svg',
661
- name: '1543',
662
- folder: 'common',
663
- subFolder: 'trucks',
664
- },
665
- {
666
- id: 338,
667
- number: '9696',
668
- logoName: 'ic_truck_box-truck.svg',
669
- name: '9696',
670
- folder: 'common',
671
- subFolder: 'trucks',
672
- },
673
- {
674
- id: 336,
675
- number: '09132',
676
- logoName: 'ic_truck_reefer.svg',
677
- name: '09132',
678
- folder: 'common',
679
- subFolder: 'trucks',
680
- },
681
- {
682
- id: 335,
683
- number: '6393',
684
- logoName: 'ic_truck_semi-wSleeper.svg',
685
- name: '6393',
686
- folder: 'common',
687
- subFolder: 'trucks',
688
- },
689
- {
690
- id: 334,
691
- number: '8844',
692
- logoName: 'ic_truck_semi-wSleeper.svg',
693
- name: '8844',
694
- folder: 'common',
695
- subFolder: 'trucks',
696
- },
697
- {
698
- id: 323,
699
- number: '334',
700
- logoName: 'ic_truck_semi-truck.svg',
701
- name: '334',
702
- folder: 'common',
703
- subFolder: 'trucks',
704
- },
705
- {
706
- id: 322,
707
- number: 'M2753',
708
- logoName: 'ic_truck_semi-truck.svg',
709
- name: 'M2753',
710
- folder: 'common',
711
- subFolder: 'trucks',
712
- },
713
- {
714
- id: 318,
715
- number: '7243',
716
- logoName: 'ic_truck_box-truck.svg',
717
- name: '7243',
718
- folder: 'common',
719
- subFolder: 'trucks',
720
- },
721
- {
722
- id: 289,
723
- number: 'TEO1',
724
- logoName: 'ic_truck_cargo-van.svg',
725
- name: 'TEO1',
726
- folder: 'common',
727
- subFolder: 'trucks',
728
- },
729
- {
730
- id: 286,
731
- number: '8779',
732
- logoName: 'ic_truck_cargo-van.svg',
733
- name: '8779',
734
- folder: 'common',
735
- subFolder: 'trucks',
736
- },
737
- {
738
- id: 264,
739
- number: '7934',
740
- logoName: 'ic_truck_semi-truck.svg',
741
- name: '7934',
742
- folder: 'common',
743
- subFolder: 'trucks',
744
- },
745
- {
746
- id: 262,
747
- number: '8780',
748
- logoName: 'ic_truck_car-hauler.svg',
749
- name: '8780',
750
- folder: 'common',
751
- subFolder: 'trucks',
752
- },
753
- {
754
- id: 156,
755
- number: '2',
756
- logoName: 'ic_truck_box-truck.svg',
757
- name: '2',
758
- folder: 'common',
759
- subFolder: 'trucks',
760
- },
761
- {
762
- id: 67,
763
- number: '5142',
764
- logoName: 'ic_truck_cargo-van.svg',
765
- name: '5142',
766
- folder: 'common',
767
- subFolder: 'trucks',
768
- },
769
- {
770
- id: 62,
771
- number: '0257',
772
- logoName: 'ic_truck_semi-wSleeper.svg',
773
- name: '0257',
774
- folder: 'common',
775
- subFolder: 'trucks',
776
- },
777
- {
778
- id: 61,
779
- number: '0258',
780
- logoName: 'ic_truck_semi-wSleeper.svg',
781
- name: '0258',
782
- folder: 'common',
783
- subFolder: 'trucks',
784
- },
785
- {
786
- id: 56,
787
- number: '1858',
788
- logoName: 'ic_truck_semi-wSleeper.svg',
789
- name: '1858',
790
- folder: 'common',
791
- subFolder: 'trucks',
792
- },
793
- {
794
- id: 55,
795
- number: '0697',
796
- logoName: 'ic_truck_semi-wSleeper.svg',
797
- name: '0697',
798
- folder: 'common',
799
- subFolder: 'trucks',
800
- },
801
- {
802
- id: 51,
803
- number: '4999',
804
- logoName: 'ic_truck_semi-wSleeper.svg',
805
- name: '4999',
806
- folder: 'common',
807
- subFolder: 'trucks',
808
- },
809
- {
810
- id: 50,
811
- number: '8415',
812
- logoName: 'ic_truck_dump.svg',
813
- name: '8415',
814
- folder: 'common',
815
- subFolder: 'trucks',
816
- },
817
- ];
818
-
819
- public static readonly shipperList = [
820
- {
821
- id: 306,
822
- businessName: 'BULS',
823
- status: 1,
824
- address: {
825
- city: 'Oak Park',
826
- state: 'Illinois',
827
- county: 'Cook County',
828
- address: '951 Chicago Avenue, Oak Park, IL, USA',
829
- street: 'Chicago Avenue',
830
- streetNumber: '951',
831
- country: 'US',
832
- zipCode: '60302',
833
- stateShortName: 'IL',
834
- addressUnit: null,
835
- },
836
- longitude: -87.799803,
837
- latitude: 41.894057,
838
- receivingFrom: null,
839
- receivingTo: null,
840
- shippingFrom: null,
841
- shippingTo: null,
842
- receivingOpenTwentyFourHours: false,
843
- shippingOpenTwentyFourHours: false,
844
- pickupCount: 21,
845
- deliveryCount: 0,
846
- },
847
- {
848
- id: 307,
849
- businessName: 'FIRE',
850
- status: 1,
851
- address: {
852
- city: 'Detroit',
853
- state: 'Michigan',
854
- county: 'Wayne County',
855
- address: '17193 New York, Detroit, MI, USA',
856
- street: 'New York',
857
- streetNumber: '17193',
858
- country: 'US',
859
- zipCode: '48224',
860
- stateShortName: 'MI',
861
- addressUnit: null,
862
- },
863
- longitude: -82.927734,
864
- latitude: 42.406004,
865
- receivingFrom: null,
866
- receivingTo: null,
867
- shippingFrom: null,
868
- shippingTo: null,
869
- receivingOpenTwentyFourHours: false,
870
- shippingOpenTwentyFourHours: false,
871
- pickupCount: 0,
872
- deliveryCount: 17,
873
- },
874
- {
875
- id: 308,
876
- businessName: 'RED DRIVER',
877
- status: 1,
878
- address: {
879
- city: 'North Royalton',
880
- state: 'Ohio',
881
- county: 'Cuyahoga County',
882
- address: 'Bennett Rd, North Royalton, OH 44133, US',
883
- street: 'Bennett Rd',
884
- streetNumber: null,
885
- country: 'US',
886
- zipCode: '44133',
887
- stateShortName: 'OH',
888
- addressUnit: '155',
889
- },
890
- longitude: -81.758799,
891
- latitude: 41.295928,
892
- receivingFrom: null,
893
- receivingTo: null,
894
- shippingFrom: null,
895
- shippingTo: null,
896
- receivingOpenTwentyFourHours: false,
897
- shippingOpenTwentyFourHours: false,
898
- pickupCount: 0,
899
- deliveryCount: 13,
900
- },
901
- {
902
- id: 312,
903
- businessName: 'LAKERS',
904
- status: 1,
905
- address: {
906
- city: 'Los Angeles',
907
- state: 'California',
908
- county: 'Los Angeles County',
909
- address: '4769 West Don Ricardo Drive, Los Angeles, CA, USA',
910
- street: 'West Don Ricardo Drive',
911
- streetNumber: '4769',
912
- country: 'US',
913
- zipCode: '90008',
914
- stateShortName: 'CA',
915
- addressUnit: null,
916
- },
917
- longitude: -118.355889,
918
- latitude: 34.011566,
919
- receivingFrom: null,
920
- receivingTo: null,
921
- shippingFrom: null,
922
- shippingTo: null,
923
- receivingOpenTwentyFourHours: false,
924
- shippingOpenTwentyFourHours: false,
925
- pickupCount: 0,
926
- deliveryCount: 1,
927
- },
928
- {
929
- id: 333,
930
- businessName: 'KINGS',
931
- status: 1,
932
- address: {
933
- city: 'Sacramento',
934
- state: 'California',
935
- county: 'Sacramento County',
936
- address: '7551 14th Avenue, Sacramento, CA, US',
937
- street: '14th Avenue',
938
- streetNumber: '7551',
939
- country: 'US',
940
- zipCode: '95820',
941
- stateShortName: 'CA',
942
- addressUnit: null,
943
- },
944
- longitude: -121.415948,
945
- latitude: 38.540106,
946
- receivingFrom: null,
947
- receivingTo: null,
948
- shippingFrom: null,
949
- shippingTo: null,
950
- receivingOpenTwentyFourHours: false,
951
- shippingOpenTwentyFourHours: false,
952
- pickupCount: 0,
953
- deliveryCount: 0,
954
- },
955
- ];
956
-
957
- public static readonly shipperList2 = [
958
- {
959
- id: 173,
960
- businessName: 'SHIPPER1',
961
- status: 1,
962
- address: 'Miami, FL 33130',
963
- longitude: -80.210268,
964
- latitude: 25.766368,
965
- receivingFrom: null,
966
- receivingTo: null,
967
- shippingFrom: null,
968
- shippingTo: null,
969
- receivingOpenTwentyFourHours: false,
970
- shippingOpenTwentyFourHours: false,
971
- pickupCount: 12,
972
- deliveryCount: 3,
973
- name: 'SHIPPER1',
974
- logoName: null,
975
- loadsCount: 6,
976
- },
977
- {
978
- id: 174,
979
- businessName: 'SHIPPER2',
980
- status: 1,
981
- address: 'New York, NY 11226',
982
- longitude: -73.956582,
983
- latitude: 40.652256,
984
- receivingFrom: null,
985
- receivingTo: null,
986
- shippingFrom: null,
987
- shippingTo: null,
988
- receivingOpenTwentyFourHours: false,
989
- shippingOpenTwentyFourHours: false,
990
- pickupCount: 1,
991
- deliveryCount: 7,
992
- name: 'SHIPPER2',
993
- logoName: null,
994
- },
995
- {
996
- id: 175,
997
- businessName: 'SHIPPER3',
998
- status: 1,
999
- address: 'Boston, MA 02114',
1000
- longitude: -71.063085,
1001
- latitude: 42.35991,
1002
- receivingFrom: null,
1003
- receivingTo: null,
1004
- shippingFrom: null,
1005
- shippingTo: null,
1006
- receivingOpenTwentyFourHours: false,
1007
- shippingOpenTwentyFourHours: false,
1008
- pickupCount: 8,
1009
- deliveryCount: 4,
1010
- name: 'SHIPPER3',
1011
- logoName: null,
1012
- },
1013
- {
1014
- id: 176,
1015
- businessName: 'SHIPPER',
1016
- status: 1,
1017
- address: 'Perry, GA null',
1018
- longitude: -83.734831,
1019
- latitude: 32.456798,
1020
- receivingFrom: null,
1021
- receivingTo: null,
1022
- shippingFrom: null,
1023
- shippingTo: null,
1024
- receivingOpenTwentyFourHours: false,
1025
- shippingOpenTwentyFourHours: false,
1026
- pickupCount: 2,
1027
- deliveryCount: 4,
1028
- name: 'SHIPPER',
1029
- logoName: null,
1030
- },
1031
- {
1032
- id: 179,
1033
- businessName: 'TEO TEST',
1034
- status: 1,
1035
- address: 'Wheeling, IL 60090',
1036
- longitude: -87.915583,
1037
- latitude: 42.11636,
1038
- receivingFrom: null,
1039
- receivingTo: null,
1040
- shippingFrom: null,
1041
- shippingTo: null,
1042
- receivingOpenTwentyFourHours: false,
1043
- shippingOpenTwentyFourHours: false,
1044
- pickupCount: 0,
1045
- deliveryCount: 3,
1046
- name: 'TEO TEST',
1047
- logoName: null,
1048
- },
1049
- {
1050
- id: 180,
1051
- businessName: 'TEO2',
1052
- status: 1,
1053
- address: 'Chicago, IL 60616',
1054
- longitude: -87.623036,
1055
- latitude: 41.85321,
1056
- receivingFrom: null,
1057
- receivingTo: null,
1058
- shippingFrom: null,
1059
- shippingTo: null,
1060
- receivingOpenTwentyFourHours: false,
1061
- shippingOpenTwentyFourHours: false,
1062
- pickupCount: 1,
1063
- deliveryCount: 1,
1064
- name: 'TEO2',
1065
- logoName: null,
1066
- },
1067
- ];
1068
-
1069
- public static readonly brokerNewList = [
1070
- {
1071
- id: 220,
1072
- businessName: 'BROCKER',
1073
- availableCredit: 50000,
1074
- creditLimit: 50000,
1075
- availableCreditType: {
1076
- name: 'High',
1077
- id: 4,
1078
- },
1079
- payTerm: null,
1080
- dnu: false,
1081
- ban: false,
1082
- status: 1,
1083
- loadsCount: 35,
1084
- revenue: null,
1085
- },
1086
- ];
1087
-
1088
- public static readonly brokerList = [
1089
- {
1090
- id: 8,
1091
- name: 'BROK',
1092
- availableCredit: null,
1093
- creditLimit: null,
1094
- availableCreditType: {
1095
- name: 'Unlimited',
1096
- id: 4,
1097
- },
1098
- payTerm: null,
1099
- dnu: false,
1100
- ban: false,
1101
- status: 1,
1102
- loadsCount: 6,
1103
- revenue: null,
1104
- },
1105
- {
1106
- id: 12,
1107
- name: 'BUISSNESS',
1108
- availableCredit: 50000,
1109
- creditLimit: 50000,
1110
- availableCreditType: {
1111
- name: 'High',
1112
- id: 1,
1113
- },
1114
- payTerm: null,
1115
- dnu: false,
1116
- ban: false,
1117
- status: 1,
1118
- loadsCount: 0,
1119
- revenue: null,
1120
- },
1121
- ];
1122
-
1123
- public static readonly brokerContactsList = [
1124
- {
1125
- department: {
1126
- id: 1,
1127
- name: 'Accounting',
1128
- count: 0,
1129
- companyUsers: null,
1130
- },
1131
- contacts: [
1132
- {
1133
- id: 56,
1134
- shipperId: 7,
1135
- phone: '(454) 545-4545',
1136
- fullName: 'Fsefsf',
1137
- phoneExt: null,
1138
- },
1139
- {
1140
- id: 34,
1141
- shipperId: 27,
1142
- phone: '(123) 456-7890',
1143
- fullName: 'Angelo trotterjk',
1144
- phoneExt: '1234',
1145
- },
1146
- {
1147
- id: 36,
1148
- shipperId: 27,
1149
- phone: '(523) 089-0523',
1150
- fullName: 'New',
1151
- phoneExt: '789789',
1152
- },
1153
- {
1154
- id: 55,
1155
- shipperId: 56,
1156
- phone: '(768) 768-8678',
1157
- fullName: 'Angelo trotterjk',
1158
- phoneExt: null,
1159
- },
1160
- ],
1161
- },
1162
- {
1163
- department: {
1164
- id: 7,
1165
- name: 'Manager',
1166
- count: 0,
1167
- companyUsers: null,
1168
- },
1169
- contacts: [
1170
- {
1171
- id: 47,
1172
- shipperId: 9,
1173
- phone: '(434) 343-4343',
1174
- fullName: 'Tee eeeeeee',
1175
- phoneExt: null,
1176
- },
1177
- {
1178
- id: 35,
1179
- shipperId: 27,
1180
- phone: '(643) 543-5536',
1181
- fullName: 'Anther on',
1182
- phoneExt: '98',
1183
- },
1184
- {
1185
- id: 89,
1186
- shipperId: 207,
1187
- phone: '(121) 212-1233',
1188
- fullName: 'Test Name',
1189
- phoneExt: '122',
1190
- },
1191
- {
1192
- id: 101,
1193
- shipperId: 224,
1194
- phone: '(987) 654-3210',
1195
- fullName: 'Marko Markovic',
1196
- phoneExt: null,
1197
- },
1198
- ],
1199
- },
1200
- {
1201
- department: {
1202
- id: 13,
1203
- name: 'Shipping',
1204
- count: 0,
1205
- companyUsers: null,
1206
- },
1207
- contacts: [
1208
- {
1209
- id: 92,
1210
- shipperId: 18,
1211
- phone: '(222) 344-1341',
1212
- fullName: 'Test Con',
1213
- phoneExt: '11',
1214
- },
1215
- {
1216
- id: 87,
1217
- shipperId: 206,
1218
- phone: '(123) 456-7899',
1219
- fullName: 'Petar Petrovic',
1220
- phoneExt: null,
1221
- },
1222
- {
1223
- id: 88,
1224
- shipperId: 209,
1225
- phone: '(454) 188-4545',
1226
- fullName: 'Ivan Ivanovic',
1227
- phoneExt: '12',
1228
- },
1229
- ],
1230
- },
1231
- {
1232
- department: {
1233
- id: 15,
1234
- name: 'Guard Shack',
1235
- count: 0,
1236
- companyUsers: null,
1237
- },
1238
- contacts: [
1239
- {
1240
- id: 138,
1241
- shipperId: 236,
1242
- phone: '(987) 654-3210',
1243
- fullName: 'Marko Markovic',
1244
- phoneExt: null,
1245
- },
1246
- ],
1247
- },
1248
- ];
1249
-
1250
- public static readonly brokerContactsList1 = [
1251
- {
1252
- department: {
1253
- id: 9,
1254
- name: 'Other',
1255
- count: 0,
1256
- companyUsers: null,
1257
- },
1258
- contacts: [
1259
- {
1260
- id: 212,
1261
- brokerId: 97,
1262
- phone: '(222) 211-1122 xteo.hr.k',
1263
- contactName: 'teo.hr.knezevic@gmail.com',
1264
- extensionPhone: 'teo.hr.k',
1265
- name: 'Teo',
1266
- originalPhone: '(222) 211-1122',
1267
- phoneExtension: 'teo.hr.k',
1268
- fullName:
1269
- 'teo.hr.knezevic@gmail.com (222) 211-1122 xteo.hr.k',
1270
- },
1271
- ],
1272
- },
1273
- {
1274
- department: {
1275
- id: 7,
1276
- name: 'Manager',
1277
- count: 0,
1278
- companyUsers: null,
1279
- },
1280
- contacts: [
1281
- {
1282
- id: 213,
1283
- brokerId: 97,
1284
- phone: '(222) 211-1122 xteo.hr.k',
1285
- contactName: 'teo.hr.knezevic@gmail.com',
1286
- extensionPhone: 'teo.hr.k',
1287
- name: 'Tarik',
1288
- originalPhone: '(222) 211-1122',
1289
- phoneExtension: 'teo.hr.k',
1290
- fullName:
1291
- 'teo.hr.knezevic@gmail.com (222) 211-1122 xteo.hr.k',
1292
- },
1293
- {
1294
- id: 214,
1295
- brokerId: 97,
1296
- phone: '(221) 222-2222 x222',
1297
- contactName: 'Teo',
1298
- extensionPhone: '222',
1299
- name: 'Andrej',
1300
- originalPhone: '(221) 222-2222',
1301
- phoneExtension: '222',
1302
- fullName: 'Teo (221) 222-2222 x222',
1303
- },
1304
- ],
1305
- },
1306
- ];
1307
-
1308
- public static readonly truckList = [
1309
- {
1310
- id: 381,
1311
- number: '3515',
1312
- logoName: 'ic_truck_car-hauler.svg',
1313
- name: '3515',
1314
- folder: 'common',
1315
- subFolder: 'trucks',
1316
- },
1317
- {
1318
- id: 380,
1319
- number: 'WOW220',
1320
- logoName: 'ic_truck_semi-wSleeper.svg',
1321
- name: 'WOW220',
1322
- folder: 'common',
1323
- subFolder: 'trucks',
1324
- },
1325
- {
1326
- id: 378,
1327
- number: 'EQEQE123',
1328
- logoName: 'ic_truck_semi-wSleeper.svg',
1329
- name: 'EQEQE123',
1330
- folder: 'common',
1331
- subFolder: 'trucks',
1332
- },
1333
- {
1334
- id: 377,
1335
- number: 'LAKAMION',
1336
- logoName: 'ic_truck_semi-wSleeper.svg',
1337
- name: 'LAKAMION',
1338
- folder: 'common',
1339
- subFolder: 'trucks',
1340
- },
1341
- {
1342
- id: 374,
1343
- number: 'CEME001',
1344
- logoName: 'ic_truck_cement.svg',
1345
- name: 'CEME001',
1346
- folder: 'common',
1347
- subFolder: 'trucks',
1348
- },
1349
- {
1350
- id: 373,
1351
- number: 'GARB001',
1352
- logoName: 'ic_truck_garbage.svg',
1353
- name: 'GARB001',
1354
- folder: 'common',
1355
- subFolder: 'trucks',
1356
- },
1357
- {
1358
- id: 372,
1359
- number: 'DUMP001',
1360
- logoName: 'ic_truck_dump.svg',
1361
- name: 'DUMP001',
1362
- folder: 'common',
1363
- subFolder: 'trucks',
1364
- },
1365
- {
1366
- id: 369,
1367
- number: '3571',
1368
- logoName: 'ic_truck_car-hauler.svg',
1369
- name: '3571',
1370
- folder: 'common',
1371
- subFolder: 'trucks',
1372
- },
1373
- {
1374
- id: 368,
1375
- number: '7777',
1376
- logoName: 'ic_truck_cargo-van.svg',
1377
- name: '7777',
1378
- folder: 'common',
1379
- subFolder: 'trucks',
1380
- },
1381
- {
1382
- id: 350,
1383
- number: '3572',
1384
- logoName: 'ic_truck_box-truck.svg',
1385
- name: '3572',
1386
- folder: 'common',
1387
- subFolder: 'trucks',
1388
- },
1389
- {
1390
- id: 348,
1391
- number: 'PERA',
1392
- logoName: 'ic_truck_cargo-van.svg',
1393
- name: 'PERA',
1394
- folder: 'common',
1395
- subFolder: 'trucks',
1396
- },
1397
- {
1398
- id: 347,
1399
- number: 'KAMION',
1400
- logoName: 'ic_truck_semi-wSleeper.svg',
1401
- name: 'KAMION',
1402
- folder: 'common',
1403
- subFolder: 'trucks',
1404
- },
1405
- {
1406
- id: 342,
1407
- number: '001122',
1408
- logoName: 'ic_truck_garbage.svg',
1409
- name: '001122',
1410
- folder: 'common',
1411
- subFolder: 'trucks',
1412
- },
1413
- {
1414
- id: 340,
1415
- number: '1543',
1416
- logoName: 'ic_truck_semi-wSleeper.svg',
1417
- name: '1543',
1418
- folder: 'common',
1419
- subFolder: 'trucks',
1420
- },
1421
- {
1422
- id: 338,
1423
- number: '9696',
1424
- logoName: 'ic_truck_box-truck.svg',
1425
- name: '9696',
1426
- folder: 'common',
1427
- subFolder: 'trucks',
1428
- },
1429
- {
1430
- id: 336,
1431
- number: '09132',
1432
- logoName: 'ic_truck_reefer.svg',
1433
- name: '09132',
1434
- folder: 'common',
1435
- subFolder: 'trucks',
1436
- },
1437
- {
1438
- id: 335,
1439
- number: '6393',
1440
- logoName: 'ic_truck_semi-wSleeper.svg',
1441
- name: '6393',
1442
- folder: 'common',
1443
- subFolder: 'trucks',
1444
- },
1445
- {
1446
- id: 334,
1447
- number: '8844',
1448
- logoName: 'ic_truck_semi-wSleeper.svg',
1449
- name: '8844',
1450
- folder: 'common',
1451
- subFolder: 'trucks',
1452
- },
1453
- {
1454
- id: 323,
1455
- number: '334',
1456
- logoName: 'ic_truck_semi-truck.svg',
1457
- name: '334',
1458
- folder: 'common',
1459
- subFolder: 'trucks',
1460
- },
1461
- {
1462
- id: 322,
1463
- number: 'M2753',
1464
- logoName: 'ic_truck_semi-truck.svg',
1465
- name: 'M2753',
1466
- folder: 'common',
1467
- subFolder: 'trucks',
1468
- },
1469
- {
1470
- id: 318,
1471
- number: '7243',
1472
- logoName: 'ic_truck_box-truck.svg',
1473
- name: '7243',
1474
- folder: 'common',
1475
- subFolder: 'trucks',
1476
- },
1477
- {
1478
- id: 289,
1479
- number: 'TEO1',
1480
- logoName: 'ic_truck_cargo-van.svg',
1481
- name: 'TEO1',
1482
- folder: 'common',
1483
- subFolder: 'trucks',
1484
- },
1485
- {
1486
- id: 286,
1487
- number: '8779',
1488
- logoName: 'ic_truck_cargo-van.svg',
1489
- name: '8779',
1490
- folder: 'common',
1491
- subFolder: 'trucks',
1492
- },
1493
- {
1494
- id: 264,
1495
- number: '7934',
1496
- logoName: 'ic_truck_semi-truck.svg',
1497
- name: '7934',
1498
- folder: 'common',
1499
- subFolder: 'trucks',
1500
- },
1501
- {
1502
- id: 262,
1503
- number: '8780',
1504
- logoName: 'ic_truck_car-hauler.svg',
1505
- name: '8780',
1506
- folder: 'common',
1507
- subFolder: 'trucks',
1508
- },
1509
- ];
1510
-
1511
- public static readonly yearsList = [
1512
- 2025, 2024, 2023, 2022, 2021, 2020, 2019, 2018, 2017, 2016,
1513
- ];
1514
-
1515
- public static readonly paymentTypes = [
1516
- {
1517
- name: 'Factoring',
1518
- id: 1,
1519
- },
1520
- {
1521
- name: 'Wire Transfer',
1522
- id: 2,
1523
- },
1524
- {
1525
- name: 'ACH',
1526
- id: 3,
1527
- },
1528
- {
1529
- name: 'Cash',
1530
- id: 4,
1531
- },
1532
- {
1533
- name: 'Check',
1534
- id: 5,
1535
- },
1536
- {
1537
- name: 'Money Code',
1538
- id: 6,
1539
- },
1540
- {
1541
- name: 'Quick Pay (Zelle)',
1542
- id: 7,
1543
- },
1544
- {
1545
- name: 'Quick Pay (Venmo)',
1546
- id: 8,
1547
- },
1548
- {
1549
- name: 'Quick Pay (Cashapp)',
1550
- id: 9,
1551
- },
1552
- {
1553
- name: 'Quick Pay (PayPal)',
1554
- id: 10,
1555
- },
1556
- ];
1557
-
1558
- public static readonly commodityList = [
1559
- {
1560
- name: 'Dry Goods',
1561
- id: 1,
1562
- },
1563
- {
1564
- name: 'Liquid',
1565
- id: 2,
1566
- },
1567
- {
1568
- name: 'Live Stock',
1569
- id: 3,
1570
- },
1571
- {
1572
- name: 'Machinery',
1573
- id: 4,
1574
- },
1575
- {
1576
- name: 'Auto/Moto/Boat',
1577
- id: 5,
1578
- },
1579
- {
1580
- name: 'Hazardous',
1581
- id: 6,
1582
- },
1583
- {
1584
- name: 'Frozen',
1585
- id: 7,
1586
- },
1587
- {
1588
- name: 'Refrigerated',
1589
- id: 8,
1590
- },
1591
- ];
1592
-
1593
- public static readonly dispatchersList = [
1594
- {
1595
- id: 1387,
1596
- dispatchBoardId: 15,
1597
- dispatcherId: 9,
1598
- truck: {
1599
- id: 318,
1600
- truckNumber: '7243',
1601
- status: 0,
1602
- owner: 'HAMMER LOGISTICS, INC.',
1603
- color: {
1604
- id: 15,
1605
- companyId: null,
1606
- name: 'White',
1607
- code: '#F9F9F9',
1608
- },
1609
- truckType: {
1610
- id: 3,
1611
- companyId: null,
1612
- name: 'Box Truck',
1613
- logoName: 'ic_truck_box-truck.svg',
1614
- },
1615
- truckMakeName: null,
1616
- model: null,
1617
- year: 0,
1618
- },
1619
- trailer: null,
1620
- driver: {
1621
- id: 10,
1622
- firstName: 'Eric',
1623
- lastName: 'Reid',
1624
- owner: null,
1625
- status: 1,
1626
- avatarFile: {
1627
- fileId: 889,
1628
- fileName: 'driverAvatar.png',
1629
- url: 'https://s3.rute.co:9000/devcarriera/9/38/10/256c6555-e040-4f7f-84ac-d6dc8e2680a9-driverAvatar.png',
1630
- fileSize: 72994,
1631
- tags: null,
1632
- tagGeneratedByUser: false,
1633
- updatedAt: null,
1634
- },
1635
- address: null,
1636
- totalMiles: null,
1637
- totalEarnings: null,
1638
- hiredAt: null,
1639
- payType: {
1640
- name: 'Commission',
1641
- id: 2,
1642
- },
1643
- driverRate: null,
1644
- colorFlag: null,
1645
- },
1646
- coDriver: null,
1647
- payType: '%',
1648
- currentLocationCoordinates: {
1649
- longitude: -117.605615,
1650
- latitude: 33.970392,
1651
- },
1652
- status: null,
1653
- },
1654
- {
1655
- id: 1388,
1656
- dispatchBoardId: 15,
1657
- dispatcherId: 9,
1658
- truck: {
1659
- id: 61,
1660
- truckNumber: '0258',
1661
- status: 0,
1662
- owner: 'IVS FREIGHT, INC.',
1663
- color: {
1664
- id: 15,
1665
- companyId: null,
1666
- name: 'White',
1667
- code: '#F9F9F9',
1668
- },
1669
- truckType: {
1670
- id: 2,
1671
- companyId: null,
1672
- name: 'Semi Sleeper',
1673
- logoName: 'ic_truck_semi-wSleeper.svg',
1674
- },
1675
- truckMakeName: null,
1676
- model: null,
1677
- year: 0,
1678
- },
1679
- trailer: {
1680
- id: 20,
1681
- trailerNumber: 'V304',
1682
- status: 0,
1683
- owner: null,
1684
- trailerType: {
1685
- id: 8,
1686
- companyId: null,
1687
- name: 'Dry Van',
1688
- logoName: 'ic_trailer_dryvan.svg',
1689
- hasVolume: null,
1690
- },
1691
- trailerMakeName: null,
1692
- model: null,
1693
- year: 0,
1694
- },
1695
- driver: {
1696
- id: 335,
1697
- firstName: 'Mustafa',
1698
- lastName: 'Turalic',
1699
- owner: 18,
1700
- status: 1,
1701
- avatarFile: {
1702
- fileId: 1685,
1703
- fileName: 'driverAvatar.png',
1704
- url: 'https://s3.rute.co:9000/devcarriera/9/38/335/6e2841a8-6474-4ed9-a670-5728fca7df7a-driverAvatar.png',
1705
- fileSize: 86152,
1706
- tags: null,
1707
- tagGeneratedByUser: false,
1708
- updatedAt: null,
1709
- },
1710
- address: null,
1711
- totalMiles: null,
1712
- totalEarnings: null,
1713
- hiredAt: null,
1714
- payType: {
1715
- name: 'Commission',
1716
- id: 2,
1717
- },
1718
- driverRate: null,
1719
- colorFlag: null,
1720
- },
1721
- coDriver: null,
1722
- payType: '14.50%',
1723
- currentLocationCoordinates: {
1724
- longitude: -73.9708,
1725
- latitude: 40.68295,
1726
- },
1727
- status: null,
1728
- },
1729
- {
1730
- id: 1401,
1731
- dispatchBoardId: 15,
1732
- dispatcherId: 9,
1733
- truck: {
1734
- id: 340,
1735
- truckNumber: '1543',
1736
- status: 0,
1737
- owner: 'HAMMER LOGISTICS, INC.',
1738
- color: {
1739
- id: 2,
1740
- companyId: null,
1741
- name: 'Orange',
1742
- code: '#FF7B1D',
1743
- },
1744
- truckType: {
1745
- id: 2,
1746
- companyId: null,
1747
- name: 'Semi Sleeper',
1748
- logoName: 'ic_truck_semi-wSleeper.svg',
1749
- },
1750
- truckMakeName: null,
1751
- model: null,
1752
- year: 0,
1753
- },
1754
- trailer: {
1755
- id: 228,
1756
- trailerNumber: '55',
1757
- status: 0,
1758
- owner: null,
1759
- trailerType: {
1760
- id: 2,
1761
- companyId: null,
1762
- name: 'Step Deck',
1763
- logoName: 'ic_trailer_step-deck.svg',
1764
- hasVolume: null,
1765
- },
1766
- trailerMakeName: null,
1767
- model: null,
1768
- year: 0,
1769
- },
1770
- driver: {
1771
- id: 275,
1772
- firstName: 'Tuky',
1773
- lastName: 'Suzuky',
1774
- owner: null,
1775
- status: 1,
1776
- avatarFile: null,
1777
- address: null,
1778
- totalMiles: null,
1779
- totalEarnings: null,
1780
- hiredAt: null,
1781
- payType: {
1782
- name: 'Per Mile',
1783
- id: 1,
1784
- },
1785
- driverRate: null,
1786
- colorFlag: null,
1787
- },
1788
- coDriver: null,
1789
- payType: '$1.00 / $2.00 / $50.00',
1790
- currentLocationCoordinates: {
1791
- longitude: -104.85192,
1792
- latitude: 39.732441,
1793
- },
1794
- status: null,
1795
- },
1796
- {
1797
- id: 1457,
1798
- dispatchBoardId: 15,
1799
- dispatcherId: 9,
1800
- truck: {
1801
- id: 62,
1802
- truckNumber: '0257',
1803
- status: 0,
1804
- owner: 'IVS FREIGHT, INC.',
1805
- color: {
1806
- id: 11,
1807
- companyId: null,
1808
- name: 'Light Green',
1809
- code: '#50DC96',
1810
- },
1811
- truckType: {
1812
- id: 2,
1813
- companyId: null,
1814
- name: 'Semi Sleeper',
1815
- logoName: 'ic_truck_semi-wSleeper.svg',
1816
- },
1817
- truckMakeName: null,
1818
- model: null,
1819
- year: 0,
1820
- },
1821
- trailer: {
1822
- id: 226,
1823
- trailerNumber: '21',
1824
- status: 0,
1825
- owner: null,
1826
- trailerType: {
1827
- id: 1,
1828
- companyId: null,
1829
- name: 'Flat Bed',
1830
- logoName: 'ic_trailer_flatbed.svg',
1831
- hasVolume: null,
1832
- },
1833
- trailerMakeName: null,
1834
- model: null,
1835
- year: 0,
1836
- },
1837
- driver: {
1838
- id: 136,
1839
- firstName: 'Nikola',
1840
- lastName: 'Randjelovic',
1841
- owner: 18,
1842
- status: 1,
1843
- avatarFile: {
1844
- fileId: 903,
1845
- fileName: 'driverAvatar.png',
1846
- url: 'https://s3.rute.co:9000/devcarriera/9/38/136/ecf1a9ae-34cb-4ccc-9e9c-44bbcfad2de3-driverAvatar.png',
1847
- fileSize: 27320,
1848
- tags: null,
1849
- tagGeneratedByUser: false,
1850
- updatedAt: null,
1851
- },
1852
- address: null,
1853
- totalMiles: null,
1854
- totalEarnings: null,
1855
- hiredAt: null,
1856
- payType: {
1857
- name: 'Commission',
1858
- id: 2,
1859
- },
1860
- driverRate: null,
1861
- colorFlag: null,
1862
- },
1863
- coDriver: null,
1864
- payType: '14.50%',
1865
- currentLocationCoordinates: {
1866
- longitude: -75.168428,
1867
- latitude: 39.990821,
1868
- },
1869
- status: null,
1870
- },
1871
- {
1872
- id: 1474,
1873
- dispatchBoardId: 15,
1874
- dispatcherId: 9,
1875
- truck: {
1876
- id: 56,
1877
- truckNumber: 'MIL001KA',
1878
- status: 0,
1879
- owner: 'IVS FREIGHT, INC.',
1880
- color: {
1881
- id: 3,
1882
- companyId: null,
1883
- name: 'Red',
1884
- code: '#E61D0D',
1885
- },
1886
- truckType: {
1887
- id: 2,
1888
- companyId: null,
1889
- name: 'Semi Sleeper',
1890
- logoName: 'ic_truck_semi-wSleeper.svg',
1891
- },
1892
- truckMakeName: null,
1893
- model: null,
1894
- year: 0,
1895
- },
1896
- trailer: {
1897
- id: 204,
1898
- trailerNumber: '5455',
1899
- status: 0,
1900
- owner: null,
1901
- trailerType: {
1902
- id: 1,
1903
- companyId: null,
1904
- name: 'Flat Bed',
1905
- logoName: 'ic_trailer_flatbed.svg',
1906
- hasVolume: null,
1907
- },
1908
- trailerMakeName: null,
1909
- model: null,
1910
- year: 0,
1911
- },
1912
- driver: {
1913
- id: 308,
1914
- firstName: 'Jeremija',
1915
- lastName: 'Varagic',
1916
- owner: 18,
1917
- status: 1,
1918
- avatarFile: {
1919
- fileId: 1833,
1920
- fileName: 'driverAvatar.png',
1921
- url: 'https://s3.rute.co:9000/devcarriera/9/38/308/3a8a88fc-f6f0-4e75-9feb-e4e7a82e621e-driverAvatar.png',
1922
- fileSize: 1358932,
1923
- tags: null,
1924
- tagGeneratedByUser: false,
1925
- updatedAt: null,
1926
- },
1927
- address: null,
1928
- totalMiles: null,
1929
- totalEarnings: null,
1930
- hiredAt: null,
1931
- payType: {
1932
- name: 'Commission',
1933
- id: 2,
1934
- },
1935
- driverRate: null,
1936
- colorFlag: null,
1937
- },
1938
- coDriver: null,
1939
- payType: '7.00%',
1940
- currentLocationCoordinates: {
1941
- longitude: -122.431272,
1942
- latitude: 37.778008,
1943
- },
1944
- status: null,
1945
- },
1946
- {
1947
- id: 1477,
1948
- dispatchBoardId: 15,
1949
- dispatcherId: 56,
1950
- truck: {
1951
- id: 380,
1952
- truckNumber: 'WOW220',
1953
- status: 0,
1954
- owner: 'Acke Govedarevic',
1955
- color: {
1956
- id: 2,
1957
- companyId: null,
1958
- name: 'Orange',
1959
- code: '#FF7B1D',
1960
- },
1961
- truckType: {
1962
- id: 2,
1963
- companyId: null,
1964
- name: 'Semi Sleeper',
1965
- logoName: 'ic_truck_semi-wSleeper.svg',
1966
- },
1967
- truckMakeName: null,
1968
- model: null,
1969
- year: 0,
1970
- },
1971
- trailer: {
1972
- id: 264,
1973
- trailerNumber: '2222',
1974
- status: 0,
1975
- owner: null,
1976
- trailerType: {
1977
- id: 1,
1978
- companyId: null,
1979
- name: 'Flat Bed',
1980
- logoName: 'ic_trailer_flatbed.svg',
1981
- hasVolume: null,
1982
- },
1983
- trailerMakeName: null,
1984
- model: null,
1985
- year: 0,
1986
- },
1987
- driver: {
1988
- id: 54,
1989
- firstName: 'Douglas',
1990
- lastName: 'Gunnoe',
1991
- owner: 484,
1992
- status: 1,
1993
- avatarFile: null,
1994
- address: null,
1995
- totalMiles: null,
1996
- totalEarnings: null,
1997
- hiredAt: null,
1998
- payType: {
1999
- name: 'Commission',
2000
- id: 2,
2001
- },
2002
- driverRate: null,
2003
- colorFlag: null,
2004
- },
2005
- coDriver: null,
2006
- payType: '10.00%',
2007
- currentLocationCoordinates: {
2008
- longitude: -86.007144,
2009
- latitude: 40.041082,
2010
- },
2011
- status: null,
2012
- },
2013
- {
2014
- id: 1478,
2015
- dispatchBoardId: 15,
2016
- dispatcherId: 9,
2017
- truck: {
2018
- id: 323,
2019
- truckNumber: '334',
2020
- status: 0,
2021
- owner: 'HAMMER LOGISTICS, INC.',
2022
- color: {
2023
- id: 1,
2024
- companyId: null,
2025
- name: 'Yellow',
2026
- code: '#FFD400',
2027
- },
2028
- truckType: {
2029
- id: 1,
2030
- companyId: null,
2031
- name: 'Semi Truck',
2032
- logoName: 'ic_truck_semi-truck.svg',
2033
- },
2034
- truckMakeName: null,
2035
- model: null,
2036
- year: 0,
2037
- },
2038
- trailer: {
2039
- id: 55,
2040
- trailerNumber: '5664',
2041
- status: 0,
2042
- owner: null,
2043
- trailerType: {
2044
- id: 14,
2045
- companyId: null,
2046
- name: 'Pneumatic Tanker',
2047
- logoName: 'ic_trailer_tanker-pneumatic.svg',
2048
- hasVolume: null,
2049
- },
2050
- trailerMakeName: null,
2051
- model: null,
2052
- year: 0,
2053
- },
2054
- driver: {
2055
- id: 335,
2056
- firstName: 'Mustafa',
2057
- lastName: 'Turalic',
2058
- owner: null,
2059
- status: 1,
2060
- avatarFile: {
2061
- fileId: 1685,
2062
- fileName: 'driverAvatar.png',
2063
- url: 'https://s3.rute.co:9000/devcarriera/9/38/335/6e2841a8-6474-4ed9-a670-5728fca7df7a-driverAvatar.png',
2064
- fileSize: 86152,
2065
- tags: null,
2066
- tagGeneratedByUser: false,
2067
- updatedAt: null,
2068
- },
2069
- address: null,
2070
- totalMiles: null,
2071
- totalEarnings: null,
2072
- hiredAt: null,
2073
- payType: {
2074
- name: 'Per Mile',
2075
- id: 1,
2076
- },
2077
- driverRate: null,
2078
- colorFlag: null,
2079
- },
2080
- coDriver: null,
2081
- payType: '$0.20 / $0.70 / $20.00',
2082
- currentLocationCoordinates: {
2083
- longitude: -95.654073,
2084
- latitude: 36.335278,
2085
- },
2086
- status: null,
2087
- },
2088
- {
2089
- id: 1513,
2090
- dispatchBoardId: 15,
2091
- dispatcherId: 9,
2092
- truck: {
2093
- id: 336,
2094
- truckNumber: '09132',
2095
- status: 0,
2096
- owner: 'HAMMER LOGISTICS, INC.',
2097
- color: null,
2098
- truckType: {
2099
- id: 4,
2100
- companyId: null,
2101
- name: 'Reefer Truck',
2102
- logoName: 'ic_truck_reefer.svg',
2103
- },
2104
- truckMakeName: null,
2105
- model: null,
2106
- year: 0,
2107
- },
2108
- trailer: null,
2109
- driver: {
2110
- id: 11,
2111
- firstName: 'Glen',
2112
- lastName: 'Cotton',
2113
- owner: null,
2114
- status: 1,
2115
- avatarFile: {
2116
- fileId: 890,
2117
- fileName: 'driverAvatar.png',
2118
- url: 'https://s3.rute.co:9000/devcarriera/9/38/11/c8f04f08-1297-4383-909a-21f83fd15a5b-driverAvatar.png',
2119
- fileSize: 55217,
2120
- tags: null,
2121
- tagGeneratedByUser: false,
2122
- updatedAt: null,
2123
- },
2124
- address: null,
2125
- totalMiles: null,
2126
- totalEarnings: null,
2127
- hiredAt: null,
2128
- payType: {
2129
- name: 'Flat Rate',
2130
- id: 3,
2131
- },
2132
- driverRate: 1,
2133
- colorFlag: null,
2134
- },
2135
- coDriver: null,
2136
- payType: 'Flat Rate',
2137
- currentLocationCoordinates: {
2138
- longitude: -87.66063,
2139
- latitude: 41.87897,
2140
- },
2141
- status: null,
2142
- },
2143
- {
2144
- id: 1514,
2145
- dispatchBoardId: 15,
2146
- dispatcherId: 9,
2147
- truck: {
2148
- id: 13,
2149
- truckNumber: '1826',
2150
- status: 0,
2151
- owner: 'HAMMER LOGISTICS, INC.',
2152
- color: {
2153
- id: 15,
2154
- companyId: null,
2155
- name: 'White',
2156
- code: '#F9F9F9',
2157
- },
2158
- truckType: {
2159
- id: 2,
2160
- companyId: null,
2161
- name: 'Semi Sleeper',
2162
- logoName: 'ic_truck_semi-wSleeper.svg',
2163
- },
2164
- truckMakeName: null,
2165
- model: null,
2166
- year: 0,
2167
- },
2168
- trailer: {
2169
- id: 251,
2170
- trailerNumber: '12222',
2171
- status: 0,
2172
- owner: null,
2173
- trailerType: {
2174
- id: 1,
2175
- companyId: null,
2176
- name: 'Flat Bed',
2177
- logoName: 'ic_trailer_flatbed.svg',
2178
- hasVolume: null,
2179
- },
2180
- trailerMakeName: null,
2181
- model: null,
2182
- year: 0,
2183
- },
2184
- driver: {
2185
- id: 13,
2186
- firstName: 'Alan',
2187
- lastName: 'Parker',
2188
- owner: null,
2189
- status: 1,
2190
- avatarFile: {
2191
- fileId: 891,
2192
- fileName: 'driverAvatar.png',
2193
- url: 'https://s3.rute.co:9000/devcarriera/9/38/13/d9e8d239-833a-40d5-a98e-3a715f1a43bf-driverAvatar.png',
2194
- fileSize: 73041,
2195
- tags: null,
2196
- tagGeneratedByUser: false,
2197
- updatedAt: null,
2198
- },
2199
- address: null,
2200
- totalMiles: null,
2201
- totalEarnings: null,
2202
- hiredAt: null,
2203
- payType: {
2204
- name: 'Commission',
2205
- id: 2,
2206
- },
2207
- driverRate: null,
2208
- colorFlag: null,
2209
- },
2210
- coDriver: null,
2211
- payType: '30.00%',
2212
- currentLocationCoordinates: {
2213
- longitude: -117.605615,
2214
- latitude: 33.970392,
2215
- },
2216
- status: null,
2217
- },
2218
- {
2219
- id: 1541,
2220
- dispatchBoardId: 15,
2221
- dispatcherId: 9,
2222
- truck: {
2223
- id: 335,
2224
- truckNumber: '6393',
2225
- status: 0,
2226
- owner: 'HAMMER LOGISTICS, INC.',
2227
- color: null,
2228
- truckType: {
2229
- id: 2,
2230
- companyId: null,
2231
- name: 'Semi Sleeper',
2232
- logoName: 'ic_truck_semi-wSleeper.svg',
2233
- },
2234
- truckMakeName: null,
2235
- model: null,
2236
- year: 0,
2237
- },
2238
- trailer: {
2239
- id: 244,
2240
- trailerNumber: '1',
2241
- status: 0,
2242
- owner: null,
2243
- trailerType: {
2244
- id: 2,
2245
- companyId: null,
2246
- name: 'Step Deck',
2247
- logoName: 'ic_trailer_step-deck.svg',
2248
- hasVolume: null,
2249
- },
2250
- trailerMakeName: null,
2251
- model: null,
2252
- year: 0,
2253
- },
2254
- driver: {
2255
- id: 279,
2256
- firstName: 'Sara',
2257
- lastName: 'Key',
2258
- owner: null,
2259
- status: 1,
2260
- avatarFile: null,
2261
- address: null,
2262
- totalMiles: null,
2263
- totalEarnings: null,
2264
- hiredAt: null,
2265
- payType: {
2266
- name: 'Per Mile',
2267
- id: 1,
2268
- },
2269
- driverRate: null,
2270
- colorFlag: null,
2271
- },
2272
- coDriver: null,
2273
- payType: '$2.00 / $1.00 / $',
2274
- currentLocationCoordinates: {
2275
- longitude: -117.886307,
2276
- latitude: 33.59153,
2277
- },
2278
- status: null,
2279
- },
2280
- {
2281
- id: 1542,
2282
- dispatchBoardId: 15,
2283
- dispatcherId: 9,
2284
- truck: {
2285
- id: 9,
2286
- truckNumber: '9375',
2287
- status: 0,
2288
- owner: 'IVS FREIGHT, INC.',
2289
- color: {
2290
- id: 15,
2291
- companyId: null,
2292
- name: 'White',
2293
- code: '#F9F9F9',
2294
- },
2295
- truckType: {
2296
- id: 2,
2297
- companyId: null,
2298
- name: 'Semi Sleeper',
2299
- logoName: 'ic_truck_semi-wSleeper.svg',
2300
- },
2301
- truckMakeName: null,
2302
- model: null,
2303
- year: 0,
2304
- },
2305
- trailer: {
2306
- id: 267,
2307
- trailerNumber: 'ZEZEZEZE',
2308
- status: 0,
2309
- owner: null,
2310
- trailerType: {
2311
- id: 6,
2312
- companyId: null,
2313
- name: 'Side Kit',
2314
- logoName: 'ic_trailer_side-kit.svg',
2315
- hasVolume: null,
2316
- },
2317
- trailerMakeName: null,
2318
- model: null,
2319
- year: 0,
2320
- },
2321
- driver: {
2322
- id: 58,
2323
- firstName: 'Antoine',
2324
- lastName: 'Burks',
2325
- owner: 18,
2326
- status: 1,
2327
- avatarFile: null,
2328
- address: null,
2329
- totalMiles: null,
2330
- totalEarnings: null,
2331
- hiredAt: null,
2332
- payType: {
2333
- name: 'Commission',
2334
- id: 2,
2335
- },
2336
- driverRate: null,
2337
- colorFlag: null,
2338
- },
2339
- coDriver: null,
2340
- payType: '14.50%',
2341
- currentLocationCoordinates: {
2342
- longitude: -104.85192,
2343
- latitude: 39.732441,
2344
- },
2345
- status: null,
2346
- },
2347
- {
2348
- id: 1543,
2349
- dispatchBoardId: 15,
2350
- dispatcherId: 123,
2351
- truck: {
2352
- id: 377,
2353
- truckNumber: 'LWKWMWON',
2354
- status: 0,
2355
- owner: 'HAMMER LOGISTICS, INC.',
2356
- color: {
2357
- id: 3,
2358
- companyId: null,
2359
- name: 'Red',
2360
- code: '#E61D0D',
2361
- },
2362
- truckType: {
2363
- id: 2,
2364
- companyId: null,
2365
- name: 'Semi Sleeper',
2366
- logoName: 'ic_truck_semi-wSleeper.svg',
2367
- },
2368
- truckMakeName: null,
2369
- model: null,
2370
- year: 0,
2371
- },
2372
- trailer: {
2373
- id: 233,
2374
- trailerNumber: '58948',
2375
- status: 0,
2376
- owner: null,
2377
- trailerType: {
2378
- id: 2,
2379
- companyId: null,
2380
- name: 'Step Deck',
2381
- logoName: 'ic_trailer_step-deck.svg',
2382
- hasVolume: null,
2383
- },
2384
- trailerMakeName: null,
2385
- model: null,
2386
- year: 0,
2387
- },
2388
- driver: {
2389
- id: 57,
2390
- firstName: 'Jesse',
2391
- lastName: 'Silvestrini',
2392
- owner: null,
2393
- status: 1,
2394
- avatarFile: {
2395
- fileId: 899,
2396
- fileName: 'driverAvatar.png',
2397
- url: 'https://s3.rute.co:9000/devcarriera/9/38/57/f6e3776f-d4e9-431c-ae9b-71ef02e82798-driverAvatar.png',
2398
- fileSize: 45759,
2399
- tags: null,
2400
- tagGeneratedByUser: false,
2401
- updatedAt: null,
2402
- },
2403
- address: null,
2404
- totalMiles: null,
2405
- totalEarnings: null,
2406
- hiredAt: null,
2407
- payType: {
2408
- name: 'Commission',
2409
- id: 2,
2410
- },
2411
- driverRate: null,
2412
- colorFlag: null,
2413
- },
2414
- coDriver: null,
2415
- payType: '30.00%',
2416
- currentLocationCoordinates: {
2417
- longitude: -87.66063,
2418
- latitude: 41.87897,
2419
- },
2420
- status: null,
2421
- },
2422
- {
2423
- id: 1546,
2424
- dispatchBoardId: 15,
2425
- dispatcherId: 9,
2426
- truck: {
2427
- id: 11,
2428
- truckNumber: '1419',
2429
- status: 0,
2430
- owner: 'IVS FREIGHT, INC.',
2431
- color: {
2432
- id: 15,
2433
- companyId: null,
2434
- name: 'White',
2435
- code: '#F9F9F9',
2436
- },
2437
- truckType: {
2438
- id: 2,
2439
- companyId: null,
2440
- name: 'Semi Sleeper',
2441
- logoName: 'ic_truck_semi-wSleeper.svg',
2442
- },
2443
- truckMakeName: null,
2444
- model: null,
2445
- year: 0,
2446
- },
2447
- trailer: {
2448
- id: 260,
2449
- trailerNumber: 'LOL9960',
2450
- status: 0,
2451
- owner: null,
2452
- trailerType: {
2453
- id: 6,
2454
- companyId: null,
2455
- name: 'Side Kit',
2456
- logoName: 'ic_trailer_side-kit.svg',
2457
- hasVolume: null,
2458
- },
2459
- trailerMakeName: null,
2460
- model: null,
2461
- year: 0,
2462
- },
2463
- driver: {
2464
- id: 433,
2465
- firstName: 'Acke',
2466
- lastName: 'Govedarevic',
2467
- owner: 484,
2468
- status: 1,
2469
- avatarFile: {
2470
- fileId: 1818,
2471
- fileName: 'driverAvatar.png',
2472
- url: 'https://s3.rute.co:9000/devcarriera/9/38/433/c8e40eee-c0c4-4537-b47f-866907f070b1-driverAvatar.png',
2473
- fileSize: 930940,
2474
- tags: null,
2475
- tagGeneratedByUser: false,
2476
- updatedAt: null,
2477
- },
2478
- address: null,
2479
- totalMiles: null,
2480
- totalEarnings: null,
2481
- hiredAt: null,
2482
- payType: {
2483
- name: 'Commission',
2484
- id: 2,
2485
- },
2486
- driverRate: null,
2487
- colorFlag: null,
2488
- },
2489
- coDriver: null,
2490
- payType: '10.00%',
2491
- currentLocationCoordinates: {
2492
- longitude: -87.66063,
2493
- latitude: 41.87897,
2494
- },
2495
- status: null,
2496
- },
2497
- {
2498
- id: 1547,
2499
- dispatchBoardId: 15,
2500
- dispatcherId: 9,
2501
- truck: {
2502
- id: 156,
2503
- truckNumber: '2',
2504
- status: 0,
2505
- owner: 'HAMMER LOGISTICS, INC.',
2506
- color: null,
2507
- truckType: {
2508
- id: 3,
2509
- companyId: null,
2510
- name: 'Box Truck',
2511
- logoName: 'ic_truck_box-truck.svg',
2512
- },
2513
- truckMakeName: null,
2514
- model: null,
2515
- year: 0,
2516
- },
2517
- trailer: null,
2518
- driver: {
2519
- id: 398,
2520
- firstName: 'Vivian',
2521
- lastName: 'Lee',
2522
- owner: null,
2523
- status: 1,
2524
- avatarFile: {
2525
- fileId: 1622,
2526
- fileName: 'driverAvatar.png',
2527
- url: 'https://s3.rute.co:9000/devcarriera/9/38/398/6c39c96c-8b8c-49a9-8459-94ac2b8f581e-driverAvatar.png',
2528
- fileSize: 86132,
2529
- tags: null,
2530
- tagGeneratedByUser: false,
2531
- updatedAt: null,
2532
- },
2533
- address: null,
2534
- totalMiles: null,
2535
- totalEarnings: null,
2536
- hiredAt: null,
2537
- payType: {
2538
- name: 'Flat Rate',
2539
- id: 3,
2540
- },
2541
- driverRate: 1,
2542
- colorFlag: null,
2543
- },
2544
- coDriver: null,
2545
- payType: 'Flat Rate',
2546
- currentLocationCoordinates: {
2547
- longitude: -122.197811,
2548
- latitude: 37.785199,
2549
- },
2550
- status: null,
2551
- },
2552
- {
2553
- id: 1548,
2554
- dispatchBoardId: 15,
2555
- dispatcherId: 9,
2556
- truck: {
2557
- id: 55,
2558
- truckNumber: '0697',
2559
- status: 0,
2560
- owner: 'IVS FREIGHT, INC.',
2561
- color: {
2562
- id: 15,
2563
- companyId: null,
2564
- name: 'White',
2565
- code: '#F9F9F9',
2566
- },
2567
- truckType: {
2568
- id: 2,
2569
- companyId: null,
2570
- name: 'Semi Sleeper',
2571
- logoName: 'ic_truck_semi-wSleeper.svg',
2572
- },
2573
- truckMakeName: null,
2574
- model: null,
2575
- year: 0,
2576
- },
2577
- trailer: {
2578
- id: 9,
2579
- trailerNumber: 'A012096',
2580
- status: 0,
2581
- owner: null,
2582
- trailerType: {
2583
- id: 14,
2584
- companyId: null,
2585
- name: 'Pneumatic Tanker',
2586
- logoName: 'ic_trailer_tanker-pneumatic.svg',
2587
- hasVolume: null,
2588
- },
2589
- trailerMakeName: null,
2590
- model: null,
2591
- year: 0,
2592
- },
2593
- driver: {
2594
- id: 137,
2595
- firstName: 'Jovica',
2596
- lastName: 'Petric',
2597
- owner: 18,
2598
- status: 1,
2599
- avatarFile: {
2600
- fileId: 904,
2601
- fileName: 'driverAvatar.png',
2602
- url: 'https://s3.rute.co:9000/devcarriera/9/38/137/0237cccf-36b5-4004-8ee2-afa1655d366f-driverAvatar.png',
2603
- fileSize: 99517,
2604
- tags: null,
2605
- tagGeneratedByUser: false,
2606
- updatedAt: null,
2607
- },
2608
- address: null,
2609
- totalMiles: null,
2610
- totalEarnings: null,
2611
- hiredAt: null,
2612
- payType: {
2613
- name: 'Commission',
2614
- id: 2,
2615
- },
2616
- driverRate: 200,
2617
- colorFlag: null,
2618
- },
2619
- coDriver: null,
2620
- payType: '12.50%',
2621
- currentLocationCoordinates: {
2622
- longitude: -122.995621,
2623
- latitude: 44.061079,
2624
- },
2625
- status: null,
2626
- },
2627
- {
2628
- id: 1549,
2629
- dispatchBoardId: 15,
2630
- dispatcherId: 9,
2631
- truck: {
2632
- id: 264,
2633
- truckNumber: '7934',
2634
- status: 0,
2635
- owner: 'NEW NOW',
2636
- color: {
2637
- id: 3,
2638
- companyId: null,
2639
- name: 'Red',
2640
- code: '#E61D0D',
2641
- },
2642
- truckType: {
2643
- id: 1,
2644
- companyId: null,
2645
- name: 'Semi Truck',
2646
- logoName: 'ic_truck_semi-truck.svg',
2647
- },
2648
- truckMakeName: null,
2649
- model: null,
2650
- year: 0,
2651
- },
2652
- trailer: {
2653
- id: 107,
2654
- trailerNumber: '12345678',
2655
- status: 0,
2656
- owner: null,
2657
- trailerType: {
2658
- id: 13,
2659
- companyId: null,
2660
- name: 'Tanker',
2661
- logoName: 'ic_trailer_tanker.svg',
2662
- hasVolume: null,
2663
- },
2664
- trailerMakeName: null,
2665
- model: null,
2666
- year: 0,
2667
- },
2668
- driver: {
2669
- id: 282,
2670
- firstName: 'Marija',
2671
- lastName: 'Kalajdzic',
2672
- owner: 49,
2673
- status: 1,
2674
- avatarFile: null,
2675
- address: null,
2676
- totalMiles: null,
2677
- totalEarnings: null,
2678
- hiredAt: null,
2679
- payType: {
2680
- name: 'Commission',
2681
- id: 2,
2682
- },
2683
- driverRate: null,
2684
- colorFlag: null,
2685
- },
2686
- coDriver: null,
2687
- payType: '14.50%',
2688
- currentLocationCoordinates: {
2689
- longitude: -87.49267,
2690
- latitude: 41.671678,
2691
- },
2692
- status: null,
2693
- },
2694
- {
2695
- id: 1553,
2696
- dispatchBoardId: 16,
2697
- dispatcherId: 9,
2698
- truck: {
2699
- id: 342,
2700
- truckNumber: '001122',
2701
- status: 0,
2702
- owner: 'Bbbb Bbb',
2703
- color: {
2704
- id: 1,
2705
- companyId: null,
2706
- name: 'Yellow',
2707
- code: '#FFD400',
2708
- },
2709
- truckType: {
2710
- id: 8,
2711
- companyId: null,
2712
- name: 'Garbage Truck',
2713
- logoName: 'ic_truck_garbage.svg',
2714
- },
2715
- truckMakeName: null,
2716
- model: null,
2717
- year: 0,
2718
- },
2719
- trailer: null,
2720
- driver: {
2721
- id: 61,
2722
- firstName: 'Marcus',
2723
- lastName: 'Durisseau',
2724
- owner: 159,
2725
- status: 1,
2726
- avatarFile: null,
2727
- address: null,
2728
- totalMiles: null,
2729
- totalEarnings: null,
2730
- hiredAt: null,
2731
- payType: {
2732
- name: 'Commission',
2733
- id: 2,
2734
- },
2735
- driverRate: 1,
2736
- colorFlag: null,
2737
- },
2738
- coDriver: null,
2739
- payType: '15.00%',
2740
- currentLocationCoordinates: {
2741
- longitude: -73.9708,
2742
- latitude: 40.68295,
2743
- },
2744
- status: null,
2745
- },
2746
- {
2747
- id: 1554,
2748
- dispatchBoardId: 16,
2749
- dispatcherId: 9,
2750
- truck: {
2751
- id: 383,
2752
- truckNumber: '234',
2753
- status: 0,
2754
- owner: 'HAMMER LOGISTICS, INC.',
2755
- color: {
2756
- id: 1,
2757
- companyId: null,
2758
- name: 'Yellow',
2759
- code: '#FFD400',
2760
- },
2761
- truckType: {
2762
- id: 1,
2763
- companyId: null,
2764
- name: 'Semi Truck',
2765
- logoName: 'ic_truck_semi-truck.svg',
2766
- },
2767
- truckMakeName: null,
2768
- model: null,
2769
- year: 0,
2770
- },
2771
- trailer: {
2772
- id: 245,
2773
- trailerNumber: '22',
2774
- status: 0,
2775
- owner: null,
2776
- trailerType: {
2777
- id: 2,
2778
- companyId: null,
2779
- name: 'Step Deck',
2780
- logoName: 'ic_trailer_step-deck.svg',
2781
- hasVolume: null,
2782
- },
2783
- trailerMakeName: null,
2784
- model: null,
2785
- year: 0,
2786
- },
2787
- driver: {
2788
- id: 352,
2789
- firstName: 'Pera',
2790
- lastName: 'Peric',
2791
- owner: null,
2792
- status: 1,
2793
- avatarFile: null,
2794
- address: null,
2795
- totalMiles: null,
2796
- totalEarnings: null,
2797
- hiredAt: null,
2798
- payType: {
2799
- name: 'Flat Rate',
2800
- id: 3,
2801
- },
2802
- driverRate: 1,
2803
- colorFlag: null,
2804
- },
2805
- coDriver: null,
2806
- payType: 'Flat Rate',
2807
- currentLocationCoordinates: {
2808
- longitude: -87.66063,
2809
- latitude: 41.87897,
2810
- },
2811
- status: null,
2812
- },
2813
- {
2814
- id: 1557,
2815
- dispatchBoardId: 15,
2816
- dispatcherId: 9,
2817
- truck: {
2818
- id: 45,
2819
- truckNumber: '3288',
2820
- status: 0,
2821
- owner: 'IVS FREIGHT, INC.',
2822
- color: {
2823
- id: 13,
2824
- companyId: null,
2825
- name: 'Light Blue',
2826
- code: '#50A8FF',
2827
- },
2828
- truckType: {
2829
- id: 2,
2830
- companyId: null,
2831
- name: 'Semi Sleeper',
2832
- logoName: 'ic_truck_semi-wSleeper.svg',
2833
- },
2834
- truckMakeName: null,
2835
- model: null,
2836
- year: 0,
2837
- },
2838
- trailer: {
2839
- id: 227,
2840
- trailerNumber: '66',
2841
- status: 0,
2842
- owner: null,
2843
- trailerType: {
2844
- id: 1,
2845
- companyId: null,
2846
- name: 'Flat Bed',
2847
- logoName: 'ic_trailer_flatbed.svg',
2848
- hasVolume: null,
2849
- },
2850
- trailerMakeName: null,
2851
- model: null,
2852
- year: 0,
2853
- },
2854
- driver: {
2855
- id: 510,
2856
- firstName: 'Ognjen',
2857
- lastName: 'Misic',
2858
- owner: 18,
2859
- status: 1,
2860
- avatarFile: null,
2861
- address: null,
2862
- totalMiles: null,
2863
- totalEarnings: null,
2864
- hiredAt: null,
2865
- payType: {
2866
- name: 'Commission',
2867
- id: 2,
2868
- },
2869
- driverRate: null,
2870
- colorFlag: null,
2871
- },
2872
- coDriver: null,
2873
- payType: '14.50%',
2874
- currentLocationCoordinates: {
2875
- longitude: -95.865458,
2876
- latitude: 35.989593,
2877
- },
2878
- status: null,
2879
- },
2880
- {
2881
- id: 1649,
2882
- dispatchBoardId: 15,
2883
- dispatcherId: 9,
2884
- truck: {
2885
- id: 14,
2886
- truckNumber: '8733',
2887
- status: 0,
2888
- owner: 'IVS FREIGHT, INC.',
2889
- color: {
2890
- id: 15,
2891
- companyId: null,
2892
- name: 'White',
2893
- code: '#F9F9F9',
2894
- },
2895
- truckType: {
2896
- id: 2,
2897
- companyId: null,
2898
- name: 'Semi Sleeper',
2899
- logoName: 'ic_truck_semi-wSleeper.svg',
2900
- },
2901
- truckMakeName: null,
2902
- model: null,
2903
- year: 0,
2904
- },
2905
- trailer: {
2906
- id: 4,
2907
- trailerNumber: 'A012114',
2908
- status: 0,
2909
- owner: null,
2910
- trailerType: {
2911
- id: 14,
2912
- companyId: null,
2913
- name: 'Pneumatic Tanker',
2914
- logoName: 'ic_trailer_tanker-pneumatic.svg',
2915
- hasVolume: null,
2916
- },
2917
- trailerMakeName: null,
2918
- model: null,
2919
- year: 0,
2920
- },
2921
- driver: {
2922
- id: 446,
2923
- firstName: 'Ben',
2924
- lastName: 'Green',
2925
- owner: 313,
2926
- status: 1,
2927
- avatarFile: null,
2928
- address: null,
2929
- totalMiles: null,
2930
- totalEarnings: null,
2931
- hiredAt: null,
2932
- payType: {
2933
- name: 'Commission',
2934
- id: 2,
2935
- },
2936
- driverRate: null,
2937
- colorFlag: null,
2938
- },
2939
- coDriver: null,
2940
- payType: '14.50%',
2941
- currentLocationCoordinates: {
2942
- longitude: -118.25703,
2943
- latitude: 34.05513,
2944
- },
2945
- status: null,
2946
- },
2947
- ];
2948
- }