ca-components 1.3.33 → 1.3.35

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 (439) hide show
  1. package/assets/scss/background.scss +44 -0
  2. package/assets/scss/border-radius.scss +17 -0
  3. package/assets/scss/filters.scss +151 -0
  4. package/assets/scss/icons.scss +39 -0
  5. package/assets/scss/spacing.scss +59 -0
  6. package/assets/scss/styles.scss +22 -1
  7. package/assets/scss/text-selection.scss +15 -0
  8. package/assets/theme/variables.scss +1 -1
  9. package/esm2022/lib/ca-components.module.mjs +35 -5
  10. package/esm2022/lib/components/ca-activity-log-list/ca-activity-log-list.component.mjs +3 -3
  11. package/esm2022/lib/components/ca-autoclose-popover/ca-autoclose-popover.component.mjs +6 -3
  12. package/esm2022/lib/components/ca-chart/ca-chart.component.mjs +12 -11
  13. package/esm2022/lib/components/ca-checkbox/ca-checkbox.component.mjs +134 -0
  14. package/esm2022/lib/components/ca-checkbox/interfaces/column-check-action.interface.mjs +2 -0
  15. package/esm2022/lib/components/ca-checkbox/interfaces/index.mjs +2 -0
  16. package/esm2022/lib/components/ca-checkbox/utils/svg-routes/checkbox-svg-routes.mjs +7 -0
  17. package/esm2022/lib/components/ca-checkbox/utils/svg-routes/index.mjs +2 -0
  18. package/esm2022/lib/components/ca-collapsible-filter/ca-collapsible-filter.component.mjs +2 -2
  19. package/esm2022/lib/components/ca-comment/ca-comment.component.mjs +2 -2
  20. package/esm2022/lib/components/ca-comment/modals/comment-modal/comment-modal.component.mjs +3 -3
  21. package/esm2022/lib/components/ca-custom-scrollbar/ca-custom-scrollbar.component.mjs +3 -3
  22. package/esm2022/lib/components/ca-details-dropdown/ca-details-dropdown.component.mjs +2 -2
  23. package/esm2022/lib/components/ca-dropdown-menu/ca-dropdown-menu.component.mjs +95 -24
  24. package/esm2022/lib/components/ca-dropdown-menu/enums/dropdown-menu.enum.mjs +19 -0
  25. package/esm2022/lib/components/ca-dropdown-menu/enums/index.mjs +2 -2
  26. package/esm2022/lib/components/ca-dropdown-menu/interfaces/dropdown-menu-item.interface.mjs +2 -0
  27. package/esm2022/lib/components/ca-dropdown-menu/interfaces/dropdown-menu-option-emit.interface.mjs +2 -0
  28. package/esm2022/lib/components/ca-dropdown-menu/interfaces/index.mjs +3 -0
  29. package/esm2022/lib/components/ca-dropdown-menu/pipes/dropdown-menu-placement-class.pipe.mjs +4 -4
  30. package/esm2022/lib/components/ca-dropdown-menu/pipes/group-item-checked-state.pipe.mjs +21 -0
  31. package/esm2022/lib/components/ca-dropdown-menu/pipes/index.mjs +2 -1
  32. package/esm2022/lib/components/ca-filters/ca-filter.component.mjs +4 -4
  33. package/esm2022/lib/components/ca-filters/components/ca-dispatcher-filter/ca-dispatcher-filter.component.mjs +3 -3
  34. package/esm2022/lib/components/ca-filters/components/ca-location-filter/ca-location-filter.component.mjs +2 -2
  35. package/esm2022/lib/components/ca-filters/components/ca-money-filter/ca-money-filter.component.mjs +2 -2
  36. package/esm2022/lib/components/ca-filters/components/ca-pm-filter/ca-pm-filter.component.mjs +2 -2
  37. package/esm2022/lib/components/ca-filters/components/ca-state-filter/ca-state-filter.component.mjs +2 -2
  38. package/esm2022/lib/components/ca-filters/components/ca-status-filter/ca-status-filter.component.mjs +2 -2
  39. package/esm2022/lib/components/ca-filters/components/ca-time-filter/ca-time-filter.component.mjs +4 -4
  40. package/esm2022/lib/components/ca-filters/components/ca-trailer-type-filter/ca-trailer-type-filter.component.mjs +2 -2
  41. package/esm2022/lib/components/ca-filters/components/ca-truck-type-filter/ca-truck-type-filter.component.mjs +2 -2
  42. package/esm2022/lib/components/ca-filters/components/ca-user-filter/ca-user-filter.component.mjs +2 -2
  43. package/esm2022/lib/components/ca-filters/components/ca-violation-filter/ca-violation-filter.component.mjs +2 -2
  44. package/esm2022/lib/components/ca-filters/pipes/index.mjs +7 -0
  45. package/esm2022/lib/components/ca-filters/utils/helpers/index.mjs +2 -1
  46. package/esm2022/lib/components/ca-filters/utils/helpers/time-filter.helper.mjs +117 -0
  47. package/esm2022/lib/components/ca-filters/utils/svg-routes/index.mjs +2 -0
  48. package/esm2022/lib/components/ca-input/ca-input.component.mjs +2 -2
  49. package/esm2022/lib/components/ca-input/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.mjs +3 -3
  50. package/esm2022/lib/components/ca-input/directives/command-visible.directive.mjs +48 -0
  51. package/esm2022/lib/components/ca-input/input-test/input-test.component.mjs +266 -0
  52. package/esm2022/lib/components/ca-input/mixins/input-command.mixin.mjs +127 -0
  53. package/esm2022/lib/components/ca-input/mixins/input-helper.mixin.mjs +49 -0
  54. package/esm2022/lib/components/ca-input/models/base.model.mjs +2 -0
  55. package/esm2022/lib/components/ca-input-address-dropdown/ca-input-address-dropdown.component.mjs +2 -2
  56. package/esm2022/lib/components/ca-input-datetime-picker/ca-input-datetime-picker.component.mjs +2 -2
  57. package/esm2022/lib/components/ca-input-dropdown/ca-input-dropdown.component.mjs +2 -2
  58. package/esm2022/lib/components/ca-input-note/ca-input-note.component.mjs +2 -2
  59. package/esm2022/lib/components/ca-logo-change/ca-logo-change.component.mjs +3 -3
  60. package/esm2022/lib/components/ca-main-table/ca-main-table.component.mjs +5 -3
  61. package/esm2022/lib/components/ca-map/ca-map.component.mjs +2 -2
  62. package/esm2022/lib/components/ca-map-dropdown/ca-map-dropdown.component.mjs +2 -2
  63. package/esm2022/lib/components/ca-modal/ca-modal.component.mjs +2 -2
  64. package/esm2022/lib/components/ca-modal-button/ca-modal-button.component.mjs +3 -3
  65. package/esm2022/lib/components/ca-new-filter/ca-filter-dropdown.component.mjs +98 -0
  66. package/esm2022/lib/components/ca-new-filter/components/ca-filter-list-dropdown/ca-filter-list-dropdown.component.mjs +142 -0
  67. package/esm2022/lib/components/ca-new-filter/components/ca-filter-state-dropdown/ca-filter-state-dropdown.component.mjs +131 -0
  68. package/esm2022/lib/components/ca-new-filter/components/ca-filter-time-dropdown/ca-filter-time-dropdown.component.mjs +131 -0
  69. package/esm2022/lib/components/ca-new-filter/constant/filter-dropdown-icons.constant.mjs +87 -0
  70. package/esm2022/lib/components/ca-new-filter/constant/index.mjs +2 -0
  71. package/esm2022/lib/components/ca-new-filter/enums/filter-dropdown-types.enum.mjs +15 -0
  72. package/esm2022/lib/components/ca-new-filter/enums/filter-sorting-key.enum.mjs +6 -0
  73. package/esm2022/lib/components/ca-new-filter/enums/filter-time.enum.mjs +37 -0
  74. package/esm2022/lib/components/ca-new-filter/enums/index.mjs +4 -0
  75. package/esm2022/lib/components/ca-new-filter/interface/country.interface.mjs +2 -0
  76. package/esm2022/lib/components/ca-new-filter/interface/filter-action.interface.mjs +2 -0
  77. package/esm2022/lib/components/ca-new-filter/interface/filter-dropdown-configuration.interface.mjs +2 -0
  78. package/esm2022/lib/components/ca-new-filter/interface/filter-dropdown-list.mjs +2 -0
  79. package/esm2022/lib/components/ca-new-filter/interface/index.mjs +7 -0
  80. package/esm2022/lib/components/ca-new-filter/interface/sorting-emmiter.interface.mjs +2 -0
  81. package/esm2022/lib/components/ca-new-filter/interface/time-options.interface.mjs +2 -0
  82. package/esm2022/lib/components/ca-new-filter/pipes/filter-search.pipe.mjs +31 -0
  83. package/esm2022/lib/components/ca-new-filter/types/filter-dropdown.types.mjs +2 -0
  84. package/esm2022/lib/components/ca-new-filter/types/filter-sorting-key.type.mjs +2 -0
  85. package/esm2022/lib/components/ca-new-filter/types/filter-time.types.mjs +2 -0
  86. package/esm2022/lib/components/ca-new-filter/types/index.mjs +4 -0
  87. package/esm2022/lib/components/ca-new-filter/utils/configs/filter-dropdown-fields.config.mjs +37 -0
  88. package/esm2022/lib/components/ca-new-filter/utils/configs/index.mjs +2 -0
  89. package/esm2022/lib/components/ca-new-filter/utils/helpers/index.mjs +2 -0
  90. package/esm2022/lib/components/ca-new-filter/utils/helpers/time-filter.helper.mjs +133 -0
  91. package/esm2022/lib/components/ca-ngx-slider/ca-ngx-slider.component.mjs +2 -2
  92. package/esm2022/lib/components/ca-note/ca-note.component.mjs +2 -2
  93. package/esm2022/lib/components/ca-note-container/ca-note-container.component.mjs +2 -2
  94. package/esm2022/lib/components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component.mjs +2 -2
  95. package/esm2022/lib/components/ca-period-content/ca-period-content.component.mjs +2 -2
  96. package/esm2022/lib/components/ca-period-content/components/ca-period-content-extra-info/ca-period-content-extra-info.component.mjs +3 -3
  97. package/esm2022/lib/components/ca-period-content/components/ca-period-content-payment/ca-period-content-payment.component.mjs +3 -3
  98. package/esm2022/lib/components/ca-period-content/components/ca-period-content-user-info/ca-period-content-user-info.component.mjs +3 -3
  99. package/esm2022/lib/components/ca-pickup-delivery-block/ca-pickup-delivery-block.component.mjs +3 -3
  100. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/ca-load.component.mjs +3 -3
  101. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-list/ca-load-list.component.mjs +3 -3
  102. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.mjs +3 -3
  103. package/esm2022/lib/components/ca-profile-image/ca-profile-image.component.mjs +3 -3
  104. package/esm2022/lib/components/ca-progress-bar/ca-progress-bar.component.mjs +2 -2
  105. package/esm2022/lib/components/ca-progress-expiration/ca-progress-expiration.component.mjs +2 -2
  106. package/esm2022/lib/components/ca-rating-review/ca-rating-review.component.mjs +2 -2
  107. package/esm2022/lib/components/ca-rating-review/components/ca-rating-review-user/ca-rating-review-user.component.mjs +2 -2
  108. package/esm2022/lib/components/ca-rating-review/components/ca-ratings-reviews-popup/ca-ratings-reviews-popup.component.mjs +2 -2
  109. package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-company/ca-right-side-panel-company.component.mjs +3 -3
  110. package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-menu/ca-right-side-panel-menu.component.mjs +3 -3
  111. package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-top-bar/ca-right-side-panel-top-bar.component.mjs +3 -3
  112. package/esm2022/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.mjs +3 -3
  113. package/esm2022/lib/components/ca-search-multiple-states/models/tab-data.model.mjs +1 -1
  114. package/esm2022/lib/components/ca-sort-dropdown/ca-sort-dropdown.component.mjs +21 -8
  115. package/esm2022/lib/components/ca-sort-dropdown/types/index.mjs +2 -0
  116. package/esm2022/lib/components/ca-sort-dropdown/types/sort-directions.type.mjs +2 -0
  117. package/esm2022/lib/components/ca-sort-dropdown/utils/svg-routes/ca-sort-dropdown-svg-routes.mjs +3 -2
  118. package/esm2022/lib/components/ca-spinner/ca-spinner.component.mjs +2 -2
  119. package/esm2022/lib/components/ca-tab-switch/ca-tab-switch.component.mjs +3 -3
  120. package/esm2022/lib/components/ca-todo/ca-todo.component.mjs +3 -3
  121. package/esm2022/lib/components/ca-todo/components/ca-todo-card.component.mjs +3 -3
  122. package/esm2022/lib/components/ca-tooltip-list/ca-tooltip-list.component.mjs +3 -3
  123. package/esm2022/lib/components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component.mjs +2 -2
  124. package/esm2022/lib/components/ca-upload-files/ca-upload-files.component.mjs +3 -3
  125. package/esm2022/lib/components/ca-upload-files/components/ca-upload-dropzone/ca-upload-dropzone.component.mjs +3 -3
  126. package/esm2022/lib/components/ca-upload-files/components/ca-upload-file/ca-upload-file.component.mjs +2 -2
  127. package/esm2022/lib/components/ca-upload-files/components/ca-upload-files-carousel/ca-upload-files-carousel.component.mjs +3 -3
  128. package/esm2022/lib/enums/dropdown-menu.enum.mjs +20 -0
  129. package/esm2022/lib/pipes/row-class.pipe.mjs +26 -0
  130. package/esm2022/lib/utils/constants/dropdown-menu-content.constants.mjs +26 -26
  131. package/esm2022/lib/utils/helpers/dropdown-menu-content-conditional-items.helper.mjs +4 -4
  132. package/esm2022/lib/utils/helpers/dropdown-menu-content.helper.mjs +6 -6
  133. package/esm2022/public-api.mjs +10 -4
  134. package/fesm2022/ca-components.mjs +2725 -6173
  135. package/fesm2022/ca-components.mjs.map +1 -1
  136. package/lib/ca-components.module.d.ts +38 -33
  137. package/lib/components/ca-autoclose-popover/ca-autoclose-popover.component.d.ts +2 -1
  138. package/lib/components/ca-checkbox/ca-checkbox.component.d.ts +39 -0
  139. package/lib/components/ca-checkbox/interfaces/column-check-action.interface.d.ts +6 -0
  140. package/lib/components/ca-checkbox/interfaces/index.d.ts +1 -0
  141. package/lib/components/ca-checkbox/utils/svg-routes/checkbox-svg-routes.d.ts +6 -0
  142. package/lib/components/ca-checkbox/utils/svg-routes/index.d.ts +1 -0
  143. package/lib/components/ca-dropdown-menu/ca-dropdown-menu.component.d.ts +16 -7
  144. package/lib/components/ca-dropdown-menu/enums/{dropdown-menu-string.enum.d.ts → dropdown-menu.enum.d.ts} +5 -2
  145. package/lib/components/ca-dropdown-menu/enums/index.d.ts +1 -1
  146. package/lib/components/ca-dropdown-menu/{models/dropdown-menu-item.model.d.ts → interfaces/dropdown-menu-item.interface.d.ts} +7 -1
  147. package/lib/components/ca-dropdown-menu/{models/dropdown-menu-option-emit.model.d.ts → interfaces/dropdown-menu-option-emit.interface.d.ts} +1 -1
  148. package/lib/components/ca-dropdown-menu/interfaces/index.d.ts +2 -0
  149. package/lib/components/ca-dropdown-menu/pipes/group-item-checked-state.pipe.d.ts +8 -0
  150. package/lib/components/ca-dropdown-menu/pipes/index.d.ts +1 -0
  151. package/lib/components/ca-filters/ca-filter.component.d.ts +2 -2
  152. package/lib/components/ca-filters/pipes/index.d.ts +6 -0
  153. package/lib/components/ca-filters/utils/helpers/index.d.ts +1 -0
  154. package/lib/components/ca-filters/utils/{constants/time-filter.constants.d.ts → helpers/time-filter.helper.d.ts} +14 -2
  155. package/lib/components/ca-filters/utils/svg-routes/index.d.ts +1 -0
  156. package/lib/components/{ca-input-test → ca-input/input-test}/input-test.component.d.ts +12 -13
  157. package/lib/components/ca-new-filter/ca-filter-dropdown.component.d.ts +35 -0
  158. package/lib/components/ca-new-filter/components/ca-filter-list-dropdown/ca-filter-list-dropdown.component.d.ts +43 -0
  159. package/lib/components/ca-new-filter/components/ca-filter-state-dropdown/ca-filter-state-dropdown.component.d.ts +35 -0
  160. package/lib/components/ca-new-filter/components/ca-filter-time-dropdown/ca-filter-time-dropdown.component.d.ts +43 -0
  161. package/lib/components/ca-new-filter/constant/filter-dropdown-icons.constant.d.ts +3 -0
  162. package/lib/components/ca-new-filter/constant/index.d.ts +1 -0
  163. package/lib/components/ca-new-filter/enums/filter-dropdown-types.enum.d.ts +13 -0
  164. package/lib/components/ca-new-filter/enums/filter-sorting-key.enum.d.ts +4 -0
  165. package/lib/components/ca-new-filter/enums/filter-time.enum.d.ts +35 -0
  166. package/lib/components/ca-new-filter/enums/index.d.ts +3 -0
  167. package/lib/components/ca-new-filter/interface/country.interface.d.ts +13 -0
  168. package/lib/components/ca-new-filter/interface/filter-action.interface.d.ts +18 -0
  169. package/lib/components/ca-new-filter/interface/filter-dropdown-configuration.interface.d.ts +13 -0
  170. package/lib/components/ca-new-filter/interface/filter-dropdown-list.d.ts +17 -0
  171. package/lib/components/ca-new-filter/interface/index.d.ts +6 -0
  172. package/lib/components/ca-new-filter/interface/sorting-emmiter.interface.d.ts +5 -0
  173. package/lib/components/ca-new-filter/interface/time-options.interface.d.ts +9 -0
  174. package/lib/components/ca-new-filter/pipes/filter-search.pipe.d.ts +8 -0
  175. package/lib/components/ca-new-filter/types/filter-dropdown.types.d.ts +2 -0
  176. package/lib/components/ca-new-filter/types/filter-sorting-key.type.d.ts +2 -0
  177. package/lib/components/ca-new-filter/types/filter-time.types.d.ts +2 -0
  178. package/lib/components/ca-new-filter/types/index.d.ts +3 -0
  179. package/lib/components/ca-new-filter/utils/configs/filter-dropdown-fields.config.d.ts +7 -0
  180. package/lib/components/ca-new-filter/utils/configs/index.d.ts +1 -0
  181. package/lib/components/ca-new-filter/utils/helpers/index.d.ts +1 -0
  182. package/lib/components/ca-new-filter/utils/helpers/time-filter.helper.d.ts +6 -0
  183. package/lib/components/ca-period-content/components/ca-period-content-payment/ca-period-content-payment.component.d.ts +4 -4
  184. package/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.d.ts +3 -3
  185. package/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.d.ts +2 -2
  186. package/lib/components/ca-search-multiple-states/models/tab-data.model.d.ts +11 -11
  187. package/lib/components/ca-sort-dropdown/ca-sort-dropdown.component.d.ts +12 -5
  188. package/lib/components/ca-sort-dropdown/types/index.d.ts +1 -0
  189. package/lib/components/ca-sort-dropdown/types/sort-directions.type.d.ts +5 -0
  190. package/lib/components/ca-sort-dropdown/utils/svg-routes/ca-sort-dropdown-svg-routes.d.ts +2 -1
  191. package/lib/enums/{dropdown-menu-string.enum.d.ts → dropdown-menu.enum.d.ts} +1 -1
  192. package/lib/pipes/row-class.pipe.d.ts +7 -0
  193. package/lib/utils/constants/dropdown-menu-content.constants.d.ts +3 -3
  194. package/lib/utils/helpers/dropdown-menu-content-conditional-items.helper.d.ts +3 -3
  195. package/lib/utils/helpers/dropdown-menu-content.helper.d.ts +3 -3
  196. package/package.json +1 -1
  197. package/public-api.d.ts +9 -3
  198. package/src/assets/ca-components/svg/common/ic_arrow_desc.svg +3 -0
  199. package/src/assets/ca-components/svg/common/ic_carriera-logo-active.svg +4 -0
  200. package/src/assets/ca-components/svg/common/ic_carriera-logo-inactive.svg +4 -0
  201. package/src/assets/ca-components/svg/common/ic_columns.svg +8 -0
  202. package/src/assets/ca-components/svg/common/ic_disable.svg +3 -0
  203. package/assets/scss/input-dropdown-test.scss +0 -2030
  204. package/esm2022/lib/components/ca-dropdown-menu/enums/dropdown-menu-string.enum.mjs +0 -14
  205. package/esm2022/lib/components/ca-dropdown-menu/models/dropdown-menu-item.model.mjs +0 -2
  206. package/esm2022/lib/components/ca-dropdown-menu/models/dropdown-menu-option-emit.model.mjs +0 -2
  207. package/esm2022/lib/components/ca-dropdown-menu/models/index.mjs +0 -3
  208. package/esm2022/lib/components/ca-filters/utils/constants/time-filter.constants.mjs +0 -102
  209. package/esm2022/lib/components/ca-input-address-dropdown-test/ca-input-address-dropdown-test.component.mjs +0 -351
  210. package/esm2022/lib/components/ca-input-address-dropdown-test/enums/input-address-basic-string.enum.mjs +0 -6
  211. package/esm2022/lib/components/ca-input-address-dropdown-test/enums/input-address-commands-string.enum.mjs +0 -8
  212. package/esm2022/lib/components/ca-input-address-dropdown-test/enums/input-address-layers-string.enum.mjs +0 -6
  213. package/esm2022/lib/components/ca-input-address-dropdown-test/enums/input-address-stop-types-string.enum.mjs +0 -6
  214. package/esm2022/lib/components/ca-input-address-dropdown-test/enums/input-address-type-string.enum.mjs +0 -7
  215. package/esm2022/lib/components/ca-input-address-dropdown-test/models/address-data.model.mjs +0 -2
  216. package/esm2022/lib/components/ca-input-address-dropdown-test/models/address-list.model.mjs +0 -2
  217. package/esm2022/lib/components/ca-input-address-dropdown-test/models/command-properties.model.mjs +0 -2
  218. package/esm2022/lib/components/ca-input-address-dropdown-test/models/commands-handler.model.mjs +0 -2
  219. package/esm2022/lib/components/ca-input-address-dropdown-test/models/input-address-commands-string.model.mjs +0 -2
  220. package/esm2022/lib/components/ca-input-address-dropdown-test/models/long-lat.model.mjs +0 -2
  221. package/esm2022/lib/components/ca-input-address-dropdown-test/models/sent-address-data.model.mjs +0 -2
  222. package/esm2022/lib/components/ca-input-address-dropdown-test/validators/ca-input-address-value.validations.mjs +0 -11
  223. package/esm2022/lib/components/ca-input-dropdown-test/animations/index.mjs +0 -2
  224. package/esm2022/lib/components/ca-input-dropdown-test/animations/input-dropdown.animation.mjs +0 -11
  225. package/esm2022/lib/components/ca-input-dropdown-test/ca-input-dropdown-test.component.mjs +0 -692
  226. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-default-template/ca-input-dropdown-default-template.component.mjs +0 -62
  227. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-details-template/ca-input-dropdown-details-template.component.mjs +0 -72
  228. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-dispatch/ca-input-dropdown-dispatch.component.mjs +0 -60
  229. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-double-text-template/ca-input-dropdown-double-text-template.component.mjs +0 -62
  230. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-fuel-franchise/ca-input-dropdown-fuel-franchise.component.mjs +0 -76
  231. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-groups/ca-input-dropdown-groups.component.mjs +0 -58
  232. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-labels/ca-input-dropdown-labels.component.mjs +0 -76
  233. package/esm2022/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.mjs +0 -41
  234. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker.component.mjs +0 -64
  235. package/esm2022/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.mjs +0 -38
  236. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact.component.mjs +0 -62
  237. package/esm2022/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.mjs +0 -37
  238. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper.component.mjs +0 -61
  239. package/esm2022/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.mjs +0 -49
  240. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher.component.mjs +0 -60
  241. package/esm2022/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.mjs +0 -49
  242. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd.component.mjs +0 -65
  243. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-multiselect/ca-input-dropdown-multiselect.component.mjs +0 -58
  244. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-payroll-trucks/ca-input-dropdown-payroll-trucks.component.mjs +0 -62
  245. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svg-template/ca-input-dropdown-svg-template.component.mjs +0 -63
  246. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-dispatch-template/ca-input-dropdown-svgtext-dispatch-template.component.mjs +0 -72
  247. package/esm2022/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.mjs +0 -56
  248. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template.component.mjs +0 -77
  249. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-text-counter/ca-input-dropdown-text-counter.component.mjs +0 -58
  250. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-triple-text-template/ca-input-dropdown-triple-text-template.component.mjs +0 -62
  251. package/esm2022/lib/components/ca-input-dropdown-test/enums/dropdown-string.enum.mjs +0 -6
  252. package/esm2022/lib/components/ca-input-dropdown-test/enums/dropdown-template-type.enum.mjs +0 -23
  253. package/esm2022/lib/components/ca-input-dropdown-test/enums/index.mjs +0 -3
  254. package/esm2022/lib/components/ca-input-dropdown-test/models/index.mjs +0 -4
  255. package/esm2022/lib/components/ca-input-dropdown-test/models/input-dropdown-option.model.mjs +0 -2
  256. package/esm2022/lib/components/ca-input-dropdown-test/models/load-modal-status.model.mjs +0 -2
  257. package/esm2022/lib/components/ca-input-dropdown-test/models/status-order.model.mjs +0 -2
  258. package/esm2022/lib/components/ca-input-dropdown-test/pipes/dropdown-count.pipe.mjs +0 -29
  259. package/esm2022/lib/components/ca-input-dropdown-test/pipes/dropdown-options.pipe.mjs +0 -73
  260. package/esm2022/lib/components/ca-input-dropdown-test/pipes/index.mjs +0 -10
  261. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-default-template-class.pipe.mjs +0 -27
  262. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-fuel-franchise-class.pipe.mjs +0 -22
  263. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-get-icon.pipe.mjs +0 -18
  264. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-label-class.pipe.mjs +0 -27
  265. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-load-broker-container.pipe.mjs +0 -25
  266. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-multiselect-class.pipe.mjs +0 -23
  267. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-container.pipe.mjs +0 -25
  268. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-icon.pipe.mjs +0 -23
  269. package/esm2022/lib/components/ca-input-dropdown-test/utils/svg-routes/index.mjs +0 -2
  270. package/esm2022/lib/components/ca-input-dropdown-test/utils/svg-routes/input-dropdown-svg-routes.mjs +0 -13
  271. package/esm2022/lib/components/ca-input-test/base-classes/ca-input-event-manager.mjs +0 -24
  272. package/esm2022/lib/components/ca-input-test/components/ca-input-clear/ca-input-clear.component.mjs +0 -66
  273. package/esm2022/lib/components/ca-input-test/components/ca-input-commands/ca-input-commands.component.mjs +0 -48
  274. package/esm2022/lib/components/ca-input-test/components/ca-input-password/ca-input-password.component.mjs +0 -63
  275. package/esm2022/lib/components/ca-input-test/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.mjs +0 -85
  276. package/esm2022/lib/components/ca-input-test/config/ca-input.config.mjs +0 -2
  277. package/esm2022/lib/components/ca-input-test/config/index.mjs +0 -2
  278. package/esm2022/lib/components/ca-input-test/directives/caps-lock.directive.mjs +0 -50
  279. package/esm2022/lib/components/ca-input-test/directives/command-visible.directive.mjs +0 -48
  280. package/esm2022/lib/components/ca-input-test/directives/index.mjs +0 -6
  281. package/esm2022/lib/components/ca-input-test/directives/input-max-value.directive.mjs +0 -53
  282. package/esm2022/lib/components/ca-input-test/directives/min-max-value.directive.mjs +0 -41
  283. package/esm2022/lib/components/ca-input-test/directives/price_format.directive.mjs +0 -41
  284. package/esm2022/lib/components/ca-input-test/directives/restrict-input.directive.mjs +0 -94
  285. package/esm2022/lib/components/ca-input-test/enums/index.mjs +0 -5
  286. package/esm2022/lib/components/ca-input-test/enums/input-commands-action.enum.mjs +0 -11
  287. package/esm2022/lib/components/ca-input-test/enums/input-commands-type.enum.mjs +0 -8
  288. package/esm2022/lib/components/ca-input-test/enums/input-config-name-string.enum.mjs +0 -9
  289. package/esm2022/lib/components/ca-input-test/enums/input-string.enum.mjs +0 -114
  290. package/esm2022/lib/components/ca-input-test/enums/input-text-transform.enum.mjs +0 -9
  291. package/esm2022/lib/components/ca-input-test/input-test.component.mjs +0 -273
  292. package/esm2022/lib/components/ca-input-test/mixins/input-command.mixin.mjs +0 -127
  293. package/esm2022/lib/components/ca-input-test/mixins/input-helper.mixin.mjs +0 -49
  294. package/esm2022/lib/components/ca-input-test/mixins/restriction-pipe.mixin.mjs +0 -34
  295. package/esm2022/lib/components/ca-input-test/models/base.model.mjs +0 -2
  296. package/esm2022/lib/components/ca-input-test/models/command-click.model.mjs +0 -2
  297. package/esm2022/lib/components/ca-input-test/models/commands-event.model.mjs +0 -2
  298. package/esm2022/lib/components/ca-input-test/models/index.mjs +0 -4
  299. package/esm2022/lib/components/ca-input-test/models/label-color.model.mjs +0 -2
  300. package/esm2022/lib/components/ca-input-test/pipes/color-finder.pipe.mjs +0 -62
  301. package/esm2022/lib/components/ca-input-test/pipes/form-control.pipe.mjs +0 -17
  302. package/esm2022/lib/components/ca-input-test/pipes/index.mjs +0 -20
  303. package/esm2022/lib/components/ca-input-test/pipes/input-class.pipe.mjs +0 -155
  304. package/esm2022/lib/components/ca-input-test/pipes/input-clear-class.pipe.mjs +0 -87
  305. package/esm2022/lib/components/ca-input-test/pipes/input-container-class.pipe.mjs +0 -58
  306. package/esm2022/lib/components/ca-input-test/pipes/input-datetime-picker-class.pipe.mjs +0 -77
  307. package/esm2022/lib/components/ca-input-test/pipes/input-dropdown-arrow-class.pipe.mjs +0 -61
  308. package/esm2022/lib/components/ca-input-test/pipes/input-error.pipe.mjs +0 -88
  309. package/esm2022/lib/components/ca-input-test/pipes/input-password-eye-class.pipe.mjs +0 -37
  310. package/esm2022/lib/components/ca-input-test/pipes/input-pattern.pipe.mjs +0 -326
  311. package/esm2022/lib/components/ca-input-test/pipes/input-placeholder-icon-right.pipe.mjs +0 -46
  312. package/esm2022/lib/components/ca-input-test/pipes/input-placeholder-icon.class.pipe.mjs +0 -58
  313. package/esm2022/lib/components/ca-input-test/pipes/input-placeholder-text-class.pipe.mjs +0 -45
  314. package/esm2022/lib/components/ca-input-test/pipes/input-type.pipe.mjs +0 -25
  315. package/esm2022/lib/components/ca-input-test/pipes/label-class.pipe.mjs +0 -38
  316. package/esm2022/lib/components/ca-input-test/pipes/show-clear.pipe.mjs +0 -22
  317. package/esm2022/lib/components/ca-input-test/pipes/show-dropdown-arrow.pipe.mjs +0 -26
  318. package/esm2022/lib/components/ca-input-test/pipes/show-invalid-danger-mark.pipe.mjs +0 -27
  319. package/esm2022/lib/components/ca-input-test/pipes/show-placeholder-text.pipe.mjs +0 -24
  320. package/esm2022/lib/components/ca-input-test/pipes/show-valid-check.pipe.mjs +0 -27
  321. package/esm2022/lib/components/ca-input-test/utils/index.mjs +0 -3
  322. package/esm2022/lib/components/ca-input-test/utils/input-change-value.type.mjs +0 -2
  323. package/esm2022/lib/components/ca-input-test/utils/input-svg-routes.mjs +0 -17
  324. package/esm2022/lib/enums/dropdown-menu-string.enum.mjs +0 -20
  325. package/lib/components/ca-dropdown-menu/models/index.d.ts +0 -2
  326. package/lib/components/ca-input-address-dropdown-test/ca-input-address-dropdown-test.component.d.ts +0 -74
  327. package/lib/components/ca-input-address-dropdown-test/enums/input-address-basic-string.enum.d.ts +0 -4
  328. package/lib/components/ca-input-address-dropdown-test/enums/input-address-commands-string.enum.d.ts +0 -6
  329. package/lib/components/ca-input-address-dropdown-test/enums/input-address-layers-string.enum.d.ts +0 -4
  330. package/lib/components/ca-input-address-dropdown-test/enums/input-address-stop-types-string.enum.d.ts +0 -4
  331. package/lib/components/ca-input-address-dropdown-test/enums/input-address-type-string.enum.d.ts +0 -5
  332. package/lib/components/ca-input-address-dropdown-test/models/address-data.model.d.ts +0 -10
  333. package/lib/components/ca-input-address-dropdown-test/models/address-list.model.d.ts +0 -5
  334. package/lib/components/ca-input-address-dropdown-test/models/command-properties.model.d.ts +0 -7
  335. package/lib/components/ca-input-address-dropdown-test/models/commands-handler.model.d.ts +0 -7
  336. package/lib/components/ca-input-address-dropdown-test/models/input-address-commands-string.model.d.ts +0 -1
  337. package/lib/components/ca-input-address-dropdown-test/models/long-lat.model.d.ts +0 -4
  338. package/lib/components/ca-input-address-dropdown-test/models/sent-address-data.model.d.ts +0 -6
  339. package/lib/components/ca-input-address-dropdown-test/validators/ca-input-address-value.validations.d.ts +0 -2
  340. package/lib/components/ca-input-dropdown-test/animations/index.d.ts +0 -1
  341. package/lib/components/ca-input-dropdown-test/animations/input-dropdown.animation.d.ts +0 -1
  342. package/lib/components/ca-input-dropdown-test/ca-input-dropdown-test.component.d.ts +0 -125
  343. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-default-template/ca-input-dropdown-default-template.component.d.ts +0 -20
  344. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-details-template/ca-input-dropdown-details-template.component.d.ts +0 -22
  345. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-dispatch/ca-input-dropdown-dispatch.component.d.ts +0 -19
  346. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-double-text-template/ca-input-dropdown-double-text-template.component.d.ts +0 -20
  347. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-fuel-franchise/ca-input-dropdown-fuel-franchise.component.d.ts +0 -27
  348. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-groups/ca-input-dropdown-groups.component.d.ts +0 -18
  349. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-labels/ca-input-dropdown-labels.component.d.ts +0 -24
  350. 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.d.ts +0 -10
  351. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker.component.d.ts +0 -18
  352. 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.d.ts +0 -11
  353. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact.component.d.ts +0 -18
  354. 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.d.ts +0 -11
  355. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper.component.d.ts +0 -18
  356. 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.d.ts +0 -14
  357. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher.component.d.ts +0 -20
  358. 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.d.ts +0 -14
  359. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd.component.d.ts +0 -20
  360. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-multiselect/ca-input-dropdown-multiselect.component.d.ts +0 -18
  361. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-payroll-trucks/ca-input-dropdown-payroll-trucks.component.d.ts +0 -20
  362. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svg-template/ca-input-dropdown-svg-template.component.d.ts +0 -20
  363. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-dispatch-template/ca-input-dropdown-svgtext-dispatch-template.component.d.ts +0 -22
  364. 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.d.ts +0 -15
  365. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template.component.d.ts +0 -22
  366. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-text-counter/ca-input-dropdown-text-counter.component.d.ts +0 -18
  367. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-triple-text-template/ca-input-dropdown-triple-text-template.component.d.ts +0 -20
  368. package/lib/components/ca-input-dropdown-test/enums/dropdown-string.enum.d.ts +0 -4
  369. package/lib/components/ca-input-dropdown-test/enums/dropdown-template-type.enum.d.ts +0 -21
  370. package/lib/components/ca-input-dropdown-test/enums/index.d.ts +0 -2
  371. package/lib/components/ca-input-dropdown-test/models/index.d.ts +0 -3
  372. package/lib/components/ca-input-dropdown-test/models/input-dropdown-option.model.d.ts +0 -95
  373. package/lib/components/ca-input-dropdown-test/models/load-modal-status.model.d.ts +0 -5
  374. package/lib/components/ca-input-dropdown-test/models/status-order.model.d.ts +0 -4
  375. package/lib/components/ca-input-dropdown-test/pipes/dropdown-count.pipe.d.ts +0 -7
  376. package/lib/components/ca-input-dropdown-test/pipes/dropdown-options.pipe.d.ts +0 -10
  377. package/lib/components/ca-input-dropdown-test/pipes/index.d.ts +0 -9
  378. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-default-template-class.pipe.d.ts +0 -11
  379. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-fuel-franchise-class.pipe.d.ts +0 -10
  380. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-get-icon.pipe.d.ts +0 -9
  381. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-label-class.pipe.d.ts +0 -11
  382. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-load-broker-container.pipe.d.ts +0 -10
  383. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-multiselect-class.pipe.d.ts +0 -11
  384. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-container.pipe.d.ts +0 -10
  385. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-icon.pipe.d.ts +0 -11
  386. package/lib/components/ca-input-dropdown-test/utils/svg-routes/index.d.ts +0 -1
  387. package/lib/components/ca-input-dropdown-test/utils/svg-routes/input-dropdown-svg-routes.d.ts +0 -12
  388. package/lib/components/ca-input-test/base-classes/ca-input-event-manager.d.ts +0 -16
  389. package/lib/components/ca-input-test/components/ca-input-clear/ca-input-clear.component.d.ts +0 -20
  390. package/lib/components/ca-input-test/components/ca-input-commands/ca-input-commands.component.d.ts +0 -16
  391. package/lib/components/ca-input-test/components/ca-input-password/ca-input-password.component.d.ts +0 -20
  392. package/lib/components/ca-input-test/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.d.ts +0 -26
  393. package/lib/components/ca-input-test/config/ca-input.config.d.ts +0 -168
  394. package/lib/components/ca-input-test/config/index.d.ts +0 -1
  395. package/lib/components/ca-input-test/directives/caps-lock.directive.d.ts +0 -14
  396. package/lib/components/ca-input-test/directives/index.d.ts +0 -5
  397. package/lib/components/ca-input-test/directives/input-max-value.directive.d.ts +0 -12
  398. package/lib/components/ca-input-test/directives/min-max-value.directive.d.ts +0 -13
  399. package/lib/components/ca-input-test/directives/price_format.directive.d.ts +0 -11
  400. package/lib/components/ca-input-test/directives/restrict-input.directive.d.ts +0 -27
  401. package/lib/components/ca-input-test/enums/index.d.ts +0 -4
  402. package/lib/components/ca-input-test/enums/input-commands-action.enum.d.ts +0 -9
  403. package/lib/components/ca-input-test/enums/input-commands-type.enum.d.ts +0 -6
  404. package/lib/components/ca-input-test/enums/input-config-name-string.enum.d.ts +0 -7
  405. package/lib/components/ca-input-test/enums/input-string.enum.d.ts +0 -112
  406. package/lib/components/ca-input-test/enums/input-text-transform.enum.d.ts +0 -6
  407. package/lib/components/ca-input-test/mixins/restriction-pipe.mixin.d.ts +0 -12
  408. package/lib/components/ca-input-test/models/command-click.model.d.ts +0 -5
  409. package/lib/components/ca-input-test/models/commands-event.model.d.ts +0 -5
  410. package/lib/components/ca-input-test/models/index.d.ts +0 -3
  411. package/lib/components/ca-input-test/models/label-color.model.d.ts +0 -11
  412. package/lib/components/ca-input-test/pipes/color-finder.pipe.d.ts +0 -7
  413. package/lib/components/ca-input-test/pipes/form-control.pipe.d.ts +0 -8
  414. package/lib/components/ca-input-test/pipes/index.d.ts +0 -19
  415. package/lib/components/ca-input-test/pipes/input-class.pipe.d.ts +0 -13
  416. package/lib/components/ca-input-test/pipes/input-clear-class.pipe.d.ts +0 -11
  417. package/lib/components/ca-input-test/pipes/input-container-class.pipe.d.ts +0 -11
  418. package/lib/components/ca-input-test/pipes/input-datetime-picker-class.pipe.d.ts +0 -11
  419. package/lib/components/ca-input-test/pipes/input-dropdown-arrow-class.pipe.d.ts +0 -11
  420. package/lib/components/ca-input-test/pipes/input-error.pipe.d.ts +0 -7
  421. package/lib/components/ca-input-test/pipes/input-password-eye-class.pipe.d.ts +0 -11
  422. package/lib/components/ca-input-test/pipes/input-pattern.pipe.d.ts +0 -38
  423. package/lib/components/ca-input-test/pipes/input-placeholder-icon-right.pipe.d.ts +0 -11
  424. package/lib/components/ca-input-test/pipes/input-placeholder-icon.class.pipe.d.ts +0 -12
  425. package/lib/components/ca-input-test/pipes/input-placeholder-text-class.pipe.d.ts +0 -11
  426. package/lib/components/ca-input-test/pipes/input-type.pipe.d.ts +0 -7
  427. package/lib/components/ca-input-test/pipes/label-class.pipe.d.ts +0 -10
  428. package/lib/components/ca-input-test/pipes/show-clear.pipe.d.ts +0 -8
  429. package/lib/components/ca-input-test/pipes/show-dropdown-arrow.pipe.d.ts +0 -8
  430. package/lib/components/ca-input-test/pipes/show-invalid-danger-mark.pipe.d.ts +0 -9
  431. package/lib/components/ca-input-test/pipes/show-placeholder-text.pipe.d.ts +0 -9
  432. package/lib/components/ca-input-test/pipes/show-valid-check.pipe.d.ts +0 -9
  433. package/lib/components/ca-input-test/utils/index.d.ts +0 -2
  434. package/lib/components/ca-input-test/utils/input-change-value.type.d.ts +0 -1
  435. package/lib/components/ca-input-test/utils/input-svg-routes.d.ts +0 -16
  436. /package/lib/components/{ca-input-test → ca-input}/directives/command-visible.directive.d.ts +0 -0
  437. /package/lib/components/{ca-input-test → ca-input}/mixins/input-command.mixin.d.ts +0 -0
  438. /package/lib/components/{ca-input-test → ca-input}/mixins/input-helper.mixin.d.ts +0 -0
  439. /package/lib/components/{ca-input-test → ca-input}/models/base.model.d.ts +0 -0
@@ -1,2030 +0,0 @@
1
- @import 'theme/variables.scss';
2
-
3
- .ca-input-dropdown {
4
- .arrow {
5
- display: none !important;
6
- }
7
-
8
- .popover-body {
9
- margin-top: -2px !important;
10
-
11
- .dropdown-options-divider {
12
- content: '';
13
- height: 1px;
14
- border-radius: 1px;
15
- background-color: #424242;
16
- position: absolute;
17
- z-index: 99999;
18
- top: 0px;
19
- left: 0px;
20
-
21
- @for $i from 1 through 800 {
22
- &.w-col-#{$i} {
23
- width: unquote($i - 8 + 'px');
24
- }
25
- }
26
-
27
- &.dispatch_dropdown {
28
- top: -4px;
29
- }
30
- }
31
- }
32
- }
33
-
34
- // ---------------------------------------- DROPDOWN ----------------------------------------
35
- .dropdown-options {
36
- position: relative;
37
- top: 0px;
38
- left: 0px;
39
- z-index: 1000;
40
- max-height: 190px;
41
- width: 100%;
42
- background-color: #2f2f2f;
43
- border-radius: 3px;
44
- padding: 4px;
45
- overflow: hidden;
46
-
47
- &.dropdown_value {
48
- background-color: transparent !important;
49
- top: 0px;
50
- left: 0px;
51
- }
52
-
53
- //------------------------ Custom width dependent on 'col' bootstrap ------------------------
54
-
55
- @for $i from 1 through 800 {
56
- &.w-col-#{$i} {
57
- width: unquote($i + 'px') !important;
58
- }
59
- }
60
-
61
- &.scroll {
62
- transition: all 0.3s ease-in-out;
63
- overflow-y: scroll !important;
64
- padding-right: 0px;
65
-
66
- &::-webkit-scrollbar {
67
- width: 3px;
68
- }
69
- &::-webkit-scrollbar-thumb {
70
- background-color: transparent;
71
- border: 6px solid #aaaaaa;
72
- border-radius: 1px;
73
- }
74
- &::-webkit-scrollbar-track {
75
- padding: 0;
76
- position: relative;
77
- right: 0;
78
- top: 0;
79
- background: transparent;
80
- }
81
- }
82
-
83
- &-fuel-franchise {
84
- padding: 4px;
85
- max-height: 300px;
86
- }
87
-
88
- &.no-result-container {
89
- padding: 6px 10px !important;
90
- }
91
-
92
- //------------------------ Svg-Template-Logo Template ------------------------
93
- .dropdown-option:not(:hover):not(.active):not(.dropdown-option-hovered) {
94
- .svg-template-logo {
95
- height: 18px;
96
-
97
- svg:not(:hover) {
98
- path {
99
- fill: #aaaaaa;
100
- }
101
- }
102
- }
103
-
104
- .load-dispatches-container {
105
- svg:not(:hover):not(.load-dipstaches-owner-flag) {
106
- #Ellipse_9856,
107
- #Ellipse_9857,
108
- #Ellipse_9858,
109
- path {
110
- fill: #aaaaaa;
111
- }
112
- }
113
- }
114
- }
115
-
116
- &:not(.dropdown_value) {
117
- .dropdown-option {
118
- color: $white-2;
119
- }
120
- }
121
-
122
- //------------------------ Default Template ------------------------
123
- .dropdown-option {
124
- padding: 0;
125
- height: 26px;
126
- font-size: 14px;
127
- font-weight: 400;
128
- border-radius: 2px;
129
- white-space: nowrap;
130
- overflow: hidden;
131
- text-overflow: ellipsis;
132
-
133
- // Text and Additional Text
134
- &.dropdown-double-text-option {
135
- display: flex;
136
- align-items: center;
137
- justify-content: space-between;
138
-
139
- .additional-text {
140
- font-size: 11px;
141
- font-weight: 400;
142
- color: $bw5;
143
- line-height: 14px;
144
-
145
- &.active {
146
- color: #6f9ee0;
147
- font-weight: 700;
148
- }
149
- }
150
-
151
- &:hover {
152
- .additional-text {
153
- &.active {
154
- color: $ta-blue-17;
155
- }
156
- }
157
- }
158
- }
159
-
160
- // Double Column
161
- &.dropdown-double-column-option {
162
- display: grid;
163
- grid-template-columns: 118px 470px;
164
- grid-gap: 4px;
165
-
166
- &-add-new {
167
- display: flex;
168
- align-items: center;
169
- justify-content: flex-end;
170
- padding-left: 0 !important;
171
- }
172
-
173
- &-text {
174
- color: $white-2;
175
- font-size: 14px;
176
- line-height: 18px;
177
- }
178
- }
179
-
180
- // Triple Column
181
- &.dropdown-triple-column-option {
182
- display: grid;
183
- grid-template-columns: 216px 138px 206px;
184
- grid-gap: 4px;
185
-
186
- &-add-new {
187
- display: flex;
188
- align-items: center;
189
- justify-content: flex-end;
190
- padding-left: 0 !important;
191
- }
192
-
193
- &-text {
194
- color: $white-2;
195
- font-size: 14px;
196
- line-height: 18px;
197
- }
198
- }
199
-
200
- // This class is for moving with keyboard
201
- &.dropdown-option-hovered {
202
- background: $ta-black;
203
- color: $white-2;
204
- border-radius: 2px;
205
- cursor: pointer;
206
-
207
- .svgtext-template-logo {
208
- &.truck-trailer-logo {
209
- display: inline-block !important;
210
- }
211
- }
212
- }
213
-
214
- &:hover {
215
- background: $ta-black;
216
- color: $white-2;
217
- border-radius: 2px;
218
- cursor: pointer;
219
-
220
- .svgtext-template-logo {
221
- &.truck-trailer-logo {
222
- display: inline-block !important;
223
- }
224
- }
225
- }
226
-
227
- &.disabled {
228
- color: #6c6c6c;
229
- pointer-events: none;
230
- -webkit-user-select: none;
231
- -moz-user-select: none;
232
- -ms-user-select: none;
233
- user-select: none;
234
- }
235
-
236
- &.no-result {
237
- line-height: 14px;
238
- font-size: 11px;
239
- font-weight: 700;
240
- color: $bw5;
241
- height: auto !important;
242
- -webkit-user-select: none;
243
- -moz-user-select: none;
244
- -ms-user-select: none;
245
- user-select: none;
246
- pointer-events: none;
247
-
248
- &:hover {
249
- background-color: transparent !important;
250
- }
251
- div {
252
- padding-top: 1px;
253
- }
254
- }
255
-
256
- &.add-new {
257
- padding: 4.5px 6px 4.5px 4px;
258
- font-size: 11px;
259
- font-weight: 700;
260
- color: $ta-blue-19;
261
- position: relative;
262
- transition:
263
- background 0.2s ease-in-out,
264
- color 0.2s ease-in-out;
265
-
266
- &:hover {
267
- color: $white-2;
268
- background: $ta-blue-21;
269
- }
270
-
271
- .labels-template-text {
272
- color: $ta-blue-7;
273
- font-weight: 600 !important;
274
- transition: all 0.3s ease-in-out;
275
- }
276
-
277
- .plus-icon {
278
- margin-left: auto !important;
279
- position: relative;
280
- bottom: 1px;
281
-
282
- svg {
283
- path {
284
- fill: $ta-blue-19;
285
- }
286
- }
287
- }
288
- }
289
-
290
- &.all-assigned {
291
- .details-template-text,
292
- .svgtext-template-text {
293
- color: $bw5;
294
- font-size: 11px;
295
- font-weight: 700;
296
- line-height: 14px;
297
- pointer-events: none;
298
- -webkit-user-select: none;
299
- -moz-user-select: none;
300
- -ms-user-select: none;
301
- user-select: none;
302
- }
303
- }
304
-
305
- &.active-repair-truck-trailer {
306
- color: #6f9ee0;
307
- position: relative;
308
-
309
- &:hover {
310
- color: $ta-blue-17;
311
- transition: all 0.3s ease-in-out;
312
- }
313
-
314
- // Higlight text
315
- .highlight-text-45632 {
316
- background-color: $ta-blue-20;
317
- color: $ta-blue-19;
318
- transition: all 0.3s ease-in-out;
319
- &:hover {
320
- color: $ta-blue-17 !important;
321
- }
322
- }
323
-
324
- &::after {
325
- display: none;
326
- }
327
- }
328
- &.active-label,
329
- &.active-dark {
330
- .labels-template-counter {
331
- background-color: #3b73ed !important;
332
- color: #ffffff !important;
333
- }
334
- }
335
- &.active,
336
- &.active-label {
337
- color: #ffffff;
338
- font-size: 14px;
339
- font-weight: 700;
340
- position: relative;
341
-
342
- // Higlight text
343
- .highlight-text-45632 {
344
- background-color: $ta-blue-20;
345
- color: $ta-blue-19;
346
- transition: all 0.3s ease-in-out;
347
- &:hover {
348
- color: #ffffff !important;
349
- }
350
- }
351
- &:not(.payroll-trucks)::after {
352
- display: inline-block;
353
- position: absolute;
354
- right: 6px;
355
- top: 28%;
356
- transform: translateY(-50%);
357
- content: url('/assets/ca-components/svg/input/ic_confirm.svg');
358
- width: 14px;
359
- height: 10px;
360
- }
361
- }
362
-
363
- &.active-label {
364
- &::after {
365
- right: 35px;
366
- }
367
- }
368
-
369
- &.last-active {
370
- position: relative;
371
- &::before {
372
- content: '';
373
- position: absolute;
374
- bottom: -1px;
375
- left: 0px;
376
- height: 2px;
377
- width: 100%;
378
- background-color: rgb(170, 170, 170, 0.2);
379
- border-radius: 1px;
380
- }
381
- }
382
-
383
- // Higlight text
384
- .highlight-text-45632 {
385
- background-color: $ta-blue-20;
386
- color: $ta-blue-19;
387
- transition: all 0.3s ease-in-out;
388
- }
389
-
390
- //------------------------ Trucks, Trailers, Colors Template ------------------------
391
- &.svg-text-template,
392
- .svg-text-template {
393
- display: flex;
394
- align-items: center;
395
-
396
- &.hazardous {
397
- display: flex;
398
- flex-direction: row-reverse;
399
- justify-content: flex-end;
400
-
401
- svg {
402
- margin-right: 5px;
403
- }
404
- }
405
- .svgtext-template-logo {
406
- display: flex;
407
- margin-right: 6px;
408
- &.no-svg {
409
- margin-right: 0px !important;
410
- }
411
-
412
- &.hazardous-svg {
413
- line-height: 14px;
414
- }
415
- &.state-logo {
416
- svg {
417
- path {
418
- fill: #cccc;
419
- }
420
- }
421
- }
422
-
423
- &.truck-trailer-logo {
424
- position: absolute;
425
- right: 25px;
426
- text-align: right;
427
- display: none;
428
- margin-right: 0px;
429
-
430
- &.container {
431
- right: 13px;
432
- }
433
- }
434
-
435
- &.radiator,
436
- &.turbo,
437
- &.alignment,
438
- &.accompressor,
439
- &.aircompressor,
440
- &.fuelpump,
441
- &.waterpump,
442
- &.oilpump,
443
- &.brakechamber,
444
- &.battery,
445
- &.enginetuneup {
446
- svg {
447
- path {
448
- fill: $bw5;
449
- }
450
- }
451
- }
452
- }
453
-
454
- .svgtext-template-text {
455
- position: relative;
456
-
457
- &.truck-text {
458
- top: 1px;
459
- }
460
-
461
- &.flex-1 {
462
- flex: 1;
463
- }
464
-
465
- &.additional-text {
466
- font-size: 11px;
467
- font-weight: 400;
468
- line-height: 14px;
469
- color: $bw5;
470
- text-align: right;
471
- }
472
- }
473
-
474
- .colors {
475
- height: 18px;
476
- width: 18px;
477
- }
478
-
479
- &.hazardous-dropdown {
480
- .svgtext-template-logo {
481
- order: 2;
482
- margin-right: 0px;
483
- position: relative;
484
- bottom: 1px;
485
- }
486
-
487
- .svgtext-template-text {
488
- order: 1;
489
- margin-right: 6px;
490
- }
491
- }
492
- }
493
-
494
- //------------------------ Labels Template ------------------------
495
- &.labels-template {
496
- display: flex;
497
- align-items: center;
498
-
499
- .labels-template-left-side {
500
- display: flex;
501
- align-items: center;
502
-
503
- .labels-template-logo {
504
- svg {
505
- width: 18px;
506
- height: 18px;
507
- }
508
- }
509
-
510
- .labels-template-vertical-divider {
511
- width: 1px;
512
- height: 15px;
513
- background-color: rgb(170, 170, 170, 0.2);
514
- content: '';
515
- margin: 0 6px;
516
- }
517
- }
518
-
519
- .labels-template-right-side {
520
- flex: 1;
521
- display: flex;
522
- align-items: center;
523
- justify-content: space-between;
524
-
525
- .labels-template-text {
526
- margin-right: 28px;
527
- font-size: 14px;
528
- font-weight: 400;
529
- line-height: 18px;
530
- color: #ffffff;
531
- &.lable-text-wrap {
532
- text-overflow: ellipsis;
533
- overflow: hidden;
534
- width: 80px;
535
- white-space: nowrap;
536
- }
537
- &.add-new {
538
- font-size: 11px;
539
- font-weight: 700;
540
- color: #6f9ee0;
541
- transition: all 0.3s ease-in-out;
542
- position: relative;
543
- }
544
-
545
- &.no-result {
546
- line-height: 14px;
547
- font-size: 11px;
548
- font-weight: 700;
549
- padding: 0px !important;
550
- color: $bw5;
551
- height: 12px;
552
- -webkit-user-select: none;
553
- -moz-user-select: none;
554
- -ms-user-select: none;
555
- user-select: none;
556
- pointer-events: none;
557
-
558
- &:hover {
559
- background-color: transparent !important;
560
- }
561
-
562
- div {
563
- padding-top: 1px;
564
- }
565
- }
566
- }
567
-
568
- .labels-template-counter {
569
- width: 22px;
570
- height: 16px;
571
- border-radius: 20px;
572
- background-color: rgb(204, 204, 204, 0.2);
573
- color: #aaaaaa;
574
- text-align: center;
575
- font-size: 11px;
576
- font-weight: 500;
577
- padding: 0 4.5px;
578
- &.dont-show-counter {
579
- display: none;
580
- }
581
- }
582
- }
583
-
584
- &.no-result {
585
- height: 14px;
586
- font-size: 11px;
587
- font-weight: 700;
588
- padding: 0px !important;
589
- color: $bw5;
590
- -webkit-user-select: none;
591
- -moz-user-select: none;
592
- -ms-user-select: none;
593
- user-select: none;
594
- pointer-events: none;
595
-
596
- &:hover {
597
- background-color: transparent !important;
598
- }
599
-
600
- div {
601
- padding-top: 1px;
602
- }
603
- }
604
-
605
- &:hover {
606
- .labels-template-text {
607
- color: #ffffff;
608
-
609
- &.add-new {
610
- color: $ta-blue-17;
611
- }
612
- }
613
-
614
- .labels-template-counter {
615
- background-color: rgb(204, 204, 204, 0.2);
616
- color: #dadada;
617
- }
618
- }
619
- }
620
-
621
- //------------------------ Details Template ------------------------
622
- &.details-template {
623
- display: grid;
624
- grid-template-columns: auto 14px 1fr;
625
- align-items: center;
626
- justify-content: space-between;
627
-
628
- &.load-details-template {
629
- grid-template-columns: 30px 130px 1fr;
630
- grid-gap: 4px;
631
- }
632
-
633
- &.add-new {
634
- grid-template-columns: 1fr 1fr;
635
- margin-right: 6px;
636
- }
637
-
638
- &.dropdown-option {
639
- position: relative;
640
- }
641
-
642
- .details-template-text {
643
- &.active {
644
- color: #6f9ee0;
645
-
646
- &:hover {
647
- color: $ta-blue-17;
648
- transition: all 0.3s ease-in-out;
649
- }
650
- }
651
- }
652
-
653
- .details-template-logo {
654
- margin-left: 6px;
655
- line-height: 15px;
656
- }
657
-
658
- .driver-details-template-container {
659
- position: absolute;
660
- right: 6px;
661
-
662
- p {
663
- font-size: 11px;
664
- line-height: 18px;
665
- color: $bw5;
666
-
667
- user-select: none;
668
- -webkit-user-select: none;
669
- -moz-user-select: none;
670
- -ms-user-select: none;
671
- }
672
-
673
- .right-box {
674
- margin-left: 4px;
675
- padding: 0 6px;
676
-
677
- p {
678
- color: $ta-light-grey-2;
679
- }
680
- }
681
- }
682
-
683
- .additional-text {
684
- font-size: 11px;
685
- color: $bw5;
686
- line-height: 12px;
687
- }
688
- }
689
-
690
- //------------------------ Text Counter Template ------------------------
691
-
692
- &-text-counter {
693
- display: flex;
694
- align-items: center;
695
- justify-content: space-between;
696
-
697
- .option-counter {
698
- min-width: 22px;
699
- height: 16px;
700
- border-radius: 20px;
701
- background-color: rgb(204, 204, 204, 0.2);
702
- color: #aaaaaa;
703
- font-size: 11px;
704
- font-weight: 500;
705
- text-align: center;
706
- padding: 0 4.5px;
707
- }
708
-
709
- &.active {
710
- &::after {
711
- right: 35px;
712
- top: 3.5px;
713
- }
714
- }
715
-
716
- &:hover {
717
- .option-counter {
718
- background-color: rgb(204, 204, 204, 0.2);
719
- }
720
- }
721
- }
722
-
723
- //------------------------ Fuel Franchise Template ------------------------
724
-
725
- &-fuel-franchise {
726
- display: flex;
727
- flex-direction: column;
728
- justify-content: center;
729
- height: auto;
730
- min-height: 26px;
731
- border-radius: 2px;
732
-
733
- // Franchise Header
734
- .fuel-franchise-header {
735
- display: flex;
736
- align-items: center;
737
- justify-content: space-between;
738
- padding: 0 2px;
739
- -webkit-user-select: none;
740
- -moz-user-select: none;
741
- -ms-user-select: none;
742
- user-select: none;
743
-
744
- .fuel-franchise-header-right-side {
745
- display: flex;
746
- align-items: center;
747
- gap: 6px;
748
-
749
- .option-counter {
750
- min-width: 22px;
751
- height: 16px;
752
- border-radius: 20px;
753
- background-color: rgb(204, 204, 204, 0.2);
754
- color: #aaaaaa;
755
- font-size: 11px;
756
- font-weight: 500;
757
- text-align: center;
758
- padding: 0 4.5px;
759
- -webkit-user-select: none;
760
- -moz-user-select: none;
761
- -ms-user-select: none;
762
- user-select: none;
763
- }
764
-
765
- .header-arrow {
766
- width: 18px;
767
- height: 18px;
768
- line-height: 15px;
769
- transition: all 0.3s ease-in-out;
770
-
771
- svg {
772
- transform: rotate(0deg);
773
- transition: all 0.3s ease-in-out;
774
- path {
775
- fill: #aaaaaa;
776
- }
777
- }
778
-
779
- &.rotate {
780
- svg {
781
- transform: rotate(180deg);
782
- transition: all 0.3s ease-in-out;
783
- }
784
- }
785
-
786
- &:hover {
787
- svg {
788
- path {
789
- fill: #dadada;
790
- }
791
- }
792
- }
793
- }
794
- }
795
- }
796
-
797
- // Franchise Stores
798
- .fuel-franchise-stores {
799
- display: flex;
800
- flex-direction: column;
801
- justify-content: center;
802
- gap: 4px;
803
- max-height: 237px;
804
-
805
- .fuel-franchise-single-store {
806
- height: 26px;
807
- border-radius: 2px;
808
- display: flex;
809
- align-items: center;
810
- justify-content: space-between;
811
- padding-left: 3px;
812
- padding-right: 24px;
813
- padding: 3px 26px 4px 4px;
814
-
815
- .fuel-franchise-store-name {
816
- font-size: 14px;
817
- font-weight: 400;
818
- height: 19px;
819
- -webkit-user-select: none;
820
- -moz-user-select: none;
821
- -ms-user-select: none;
822
- user-select: none;
823
- color: #ffffff;
824
- }
825
-
826
- .fuel-franchise-store-address {
827
- font-size: 11px;
828
- font-weight: 500;
829
- line-height: 14px;
830
- -webkit-user-select: none;
831
- -moz-user-select: none;
832
- -ms-user-select: none;
833
- user-select: none;
834
- color: $ta-light-grey-6;
835
- }
836
-
837
- &.active {
838
- .fuel-franchise-store-name,
839
- .fuel-franchise-store-address {
840
- color: #ffffff !important;
841
- }
842
-
843
- .highlight-text-45632 {
844
- background-color: $ta-blue-20;
845
- color: $ta-blue-19;
846
- transition: all 0.3s ease-in-out;
847
- }
848
- }
849
-
850
- &:hover {
851
- color: #ffffff;
852
- background-color: #1d1d1d;
853
-
854
- // Higlight text
855
- &.active {
856
- .fuel-franchise-store-name,
857
- .fuel-franchise-store-address {
858
- color: #ffffff !important;
859
- font-weight: 700;
860
- }
861
- }
862
- }
863
- }
864
-
865
- &.scroll {
866
- transition: all 0.3s ease-in-out;
867
- overflow-y: scroll !important;
868
-
869
- &::-webkit-scrollbar {
870
- width: 3px;
871
- }
872
- &::-webkit-scrollbar-thumb {
873
- background-color: transparent;
874
- border: 6px solid #aaaaaa;
875
- border-radius: 1px;
876
- }
877
- &::-webkit-scrollbar-track {
878
- padding: 0;
879
- position: relative;
880
- right: 0;
881
- top: 0;
882
- background: transparent;
883
- }
884
-
885
- .fuel-franchise-single-store {
886
- padding: 3px 22px 4px 4px;
887
- }
888
- }
889
- }
890
-
891
- &.active-stores {
892
- background-color: rgb(170, 170, 170, 0.1);
893
-
894
- .fuel-franchise-main-header {
895
- color: #ffffff;
896
- font-weight: 700;
897
- }
898
-
899
- &:hover {
900
- background-color: rgb(170, 170, 170, 0.1);
901
- color: #dadada;
902
- }
903
- }
904
-
905
- &.active-stores-header-hover {
906
- &:hover {
907
- background-color: #2f2f2f;
908
- position: relative;
909
-
910
- .fuel-franchise-header {
911
- color: #ffffff;
912
- background-color: #1d1d1d;
913
- font-weight: 700;
914
- position: relative;
915
- }
916
-
917
- .helper-hover-container {
918
- content: '';
919
- width: 105%;
920
- height: 26px;
921
- background-color: #1d1d1d;
922
- position: absolute;
923
- top: 0px;
924
- left: 0px;
925
- border-radius: 2px;
926
- }
927
-
928
- .fuel-franchise-header {
929
- .fuel-franchise-header-right-side {
930
- .header-arrow {
931
- svg {
932
- path {
933
- fill: #dadada;
934
- }
935
- }
936
- }
937
- }
938
- }
939
- }
940
- }
941
- }
942
-
943
- //------------------------ SVG Template ------------------------
944
- .svg-template-logo {
945
- height: 18px;
946
- aspect-ratio: 1;
947
- }
948
-
949
- //------------------------ Routing Dropdown ------------------------
950
-
951
- &.routing_dropdown {
952
- font-size: 11px;
953
- height: 22px;
954
- }
955
- }
956
-
957
- &.dropdown-status {
958
- .dropdown-option {
959
- font-weight: bold;
960
- text-transform: uppercase;
961
- }
962
- }
963
-
964
- //------------------------ Load Dispatches TTD Template ------------------------
965
- .load-dispatches-ttd-template {
966
- display: grid;
967
- grid-template-columns: repeat(3, 155px) 97px;
968
- align-items: center;
969
-
970
- .load-dispatches-container {
971
- display: flex;
972
- align-items: center;
973
- gap: 6px;
974
- position: relative;
975
-
976
- .owner-avatar {
977
- position: absolute;
978
- left: 13px;
979
- bottom: -3px;
980
- width: 10px;
981
- height: 10px;
982
- }
983
-
984
- .load-dispatch-driver,
985
- .load-dispatch-truck,
986
- .load-dispatch-trailer {
987
- overflow: hidden;
988
- text-overflow: ellipsis;
989
- white-space: nowrap;
990
- width: 116px;
991
- max-width: -webkit-fit-content;
992
- max-width: -moz-fit-content;
993
- max-width: fit-content;
994
- line-height: 18px;
995
- font-size: 14px;
996
- font-weight: 400;
997
- }
998
-
999
- .load-dispatches-svg {
1000
- line-height: 16px;
1001
- svg {
1002
- width: 46px;
1003
- height: 16px;
1004
- }
1005
- }
1006
-
1007
- .load-dipstaches-owner-flag {
1008
- position: absolute;
1009
- top: 44%;
1010
- right: 0;
1011
- transform: translateY(-50%);
1012
- svg {
1013
- path {
1014
- fill: #6f9ee0 !important;
1015
- }
1016
- }
1017
- }
1018
-
1019
- &.trailerContainer {
1020
- width: -webkit-max-content !important;
1021
- width: -moz-max-content !important;
1022
- width: max-content !important;
1023
- padding: 0px !important;
1024
- margin: 0px !important;
1025
- }
1026
- }
1027
-
1028
- .load-dispatch-driver-rate {
1029
- width: 130px;
1030
- text-align: right;
1031
- font-size: 11px;
1032
- font-weight: 400;
1033
- color: $bw5;
1034
- padding-bottom: 1px;
1035
- text-overflow: ellipsis;
1036
- white-space: nowrap;
1037
- overflow: hidden;
1038
-
1039
- &.active {
1040
- color: #6f9ee0;
1041
- }
1042
-
1043
- &.driver-owner {
1044
- text-align: left;
1045
- width: 80px;
1046
- }
1047
- }
1048
-
1049
- &.active {
1050
- .load-dispatch-driver-rate,
1051
- .load-dispatch-driver,
1052
- .load-dispatch-truck,
1053
- .load-dispatch-trailer {
1054
- font-weight: 700;
1055
- }
1056
- }
1057
- }
1058
-
1059
- // ---------------------------------------- DROPDOWN GROUPS ----------------------------------------
1060
- &.dropdown-options-groups {
1061
- max-height: 194px;
1062
- overflow-y: scroll;
1063
-
1064
- // This class is only for Truck tollTransporder
1065
- .dropdown-groups {
1066
- display: flex;
1067
- flex-direction: column;
1068
- position: relative;
1069
-
1070
- p {
1071
- margin: 0;
1072
- }
1073
-
1074
- &::after {
1075
- content: '';
1076
- display: inline-block;
1077
- position: absolute;
1078
- bottom: -3px;
1079
- height: 1px;
1080
- width: 100%;
1081
- background-color: rgb(170, 170, 170, 0.2);
1082
- }
1083
-
1084
- &:last-child {
1085
- margin-top: 4px;
1086
- &::after {
1087
- display: none !important;
1088
- }
1089
- }
1090
-
1091
- .dropdown-group-header {
1092
- font-size: 11px;
1093
- color: $ta-light-grey-6;
1094
- font-weight: 700;
1095
- text-transform: uppercase;
1096
- line-height: 14px;
1097
- padding: 0 6px;
1098
- padding-top: 8px;
1099
- margin-bottom: 8px;
1100
-
1101
- &::-moz-selection {
1102
- background-color: rgb(204, 204, 204, 0.2) !important;
1103
- color: rgb(204, 204, 204, 0.4) !important;
1104
- }
1105
-
1106
- &::selection {
1107
- background-color: rgb(204, 204, 204, 0.2) !important;
1108
- color: rgb(204, 204, 204, 0.4) !important;
1109
- }
1110
- }
1111
-
1112
- .dropdown-subgroup-options {
1113
- display: flex;
1114
- align-items: center;
1115
- padding: 4px 6px;
1116
- height: 26px;
1117
- border-radius: 2px;
1118
-
1119
- .highlight-text-45632 {
1120
- background-color: $ta-blue-20;
1121
- color: $ta-blue-19;
1122
- }
1123
-
1124
- &:hover {
1125
- background-color: #1d1d1d;
1126
- cursor: pointer;
1127
- transition: all 0.3s ease-in-out;
1128
- .dropdown-subgroup-text {
1129
- color: #ffffff;
1130
- }
1131
- }
1132
-
1133
- .dropdown-subgroup-text {
1134
- font-size: 14px;
1135
- font-weight: 400;
1136
- color: $ta-light-grey-6;
1137
- transition: all 0.3s ease-in-out;
1138
- white-space: nowrap;
1139
- overflow: hidden;
1140
- text-overflow: ellipsis;
1141
-
1142
- &.active {
1143
- font-weight: 700;
1144
- // Higlight text
1145
- .highlight-text-45632 {
1146
- background-color: $ta-blue-20;
1147
- color: $ta-blue-19;
1148
- transition: all 0.3s ease-in-out;
1149
- &:hover {
1150
- color: #ffffff !important;
1151
- }
1152
- }
1153
-
1154
- &::after {
1155
- position: absolute;
1156
- right: 11px;
1157
- content: url('/assets/ca-components/svg/input/ic_confirm.svg');
1158
- width: 14px;
1159
- height: 10px;
1160
- }
1161
- }
1162
- }
1163
- }
1164
- }
1165
-
1166
- // Override groups classes for load-broker-contact-template
1167
- .load-broker-contact-groups {
1168
- display: flex;
1169
- flex-direction: column;
1170
- position: relative;
1171
- padding-bottom: 0px;
1172
- margin: 0;
1173
-
1174
- p {
1175
- margin: 0;
1176
- }
1177
-
1178
- .dropdown-group-header {
1179
- padding: 0px;
1180
- margin: 0px;
1181
- padding-top: 8px;
1182
- padding-left: 4px;
1183
- margin-bottom: 4px;
1184
-
1185
- color: $ta-light-grey-6;
1186
- font-size: 11px;
1187
- text-transform: capitalize;
1188
-
1189
- &.add-new {
1190
- font-size: 11px;
1191
- line-height: 14px;
1192
- font-weight: 700;
1193
- color: #6f9ee0;
1194
- padding: 4px;
1195
- margin: 0;
1196
- cursor: pointer;
1197
-
1198
- &:hover {
1199
- border-radius: 2px;
1200
- color: $ta-blue-17;
1201
- background-color: #1d1d1d;
1202
- }
1203
- }
1204
- }
1205
-
1206
- .dropdown-option-hovered {
1207
- border-radius: 2px;
1208
- background-color: #1d1d1d;
1209
-
1210
- .dropdown-subgroup-text {
1211
- color: #ffffff !important;
1212
- }
1213
- }
1214
-
1215
- .dropdown-subgroup-options {
1216
- display: grid;
1217
- grid-template-columns: 141px 135px;
1218
- grid-column-gap: 10px;
1219
- -moz-column-gap: 10px;
1220
- column-gap: 10px;
1221
- align-items: center;
1222
- padding: 3px 4px;
1223
- // margin-bottom: 2px;
1224
- cursor: pointer;
1225
-
1226
- &.selected-option {
1227
- padding: 0px 4px;
1228
-
1229
- .dropdown-subgroup-additional-text {
1230
- padding-right: 40px !important;
1231
- }
1232
- }
1233
-
1234
- &:hover {
1235
- border-radius: 2px;
1236
- background-color: #1d1d1d;
1237
-
1238
- .dropdown-subgroup-text {
1239
- color: #ffffff !important;
1240
- }
1241
- }
1242
-
1243
- &:not(.selected-option) {
1244
- .dropdown-subgroup-text {
1245
- color: #ffffff;
1246
- }
1247
-
1248
- .dropdown-subgroup-additional-text {
1249
- &.active {
1250
- color: #6f9ee0;
1251
- }
1252
- }
1253
- }
1254
-
1255
- .dropdown-subgroup-text {
1256
- font-size: 14px;
1257
- font-weight: 400;
1258
-
1259
- display: block;
1260
- width: 100%;
1261
- white-space: nowrap;
1262
- overflow: hidden;
1263
- text-overflow: ellipsis;
1264
-
1265
- // Higlight text
1266
- .highlight-text-45632 {
1267
- background-color: $ta-blue-20;
1268
- color: $ta-blue-19;
1269
- &:hover {
1270
- color: #ffffff !important;
1271
- }
1272
- }
1273
-
1274
- &.active {
1275
- font-weight: 700;
1276
-
1277
- &::after {
1278
- position: absolute;
1279
- right: -26px;
1280
- content: url('/assets/ca-components/svg/input/ic_confirm.svg');
1281
- width: 14px;
1282
- height: 10px;
1283
- }
1284
- }
1285
- }
1286
-
1287
- .dropdown-subgroup-additional-text {
1288
- color: $bw5;
1289
- font-size: 11px;
1290
- font-weight: 400;
1291
- position: relative;
1292
- text-align: right;
1293
-
1294
- &.active {
1295
- font-weight: 400;
1296
- }
1297
-
1298
- // Higlight text
1299
- .highlight-text-45632 {
1300
- background-color: $ta-blue-20;
1301
- color: $ta-blue-19;
1302
- }
1303
- }
1304
- }
1305
- }
1306
- }
1307
-
1308
- // Merged Dropdown
1309
- &.merge-dropdown-body-with-input {
1310
- border-radius: 0 0 2px 2px !important;
1311
- left: -4px !important;
1312
- }
1313
-
1314
- // Dispatch Dropdown
1315
- &.svgtext-dispatch-template {
1316
- top: -4px;
1317
-
1318
- .plus-icon {
1319
- margin-right: 4px;
1320
- }
1321
-
1322
- .icon {
1323
- &.blue {
1324
- circle {
1325
- fill: $ta-blue-19 !important;
1326
- }
1327
- }
1328
-
1329
- &.yellow {
1330
- circle {
1331
- fill: $ta-yellow-4 !important;
1332
- }
1333
- }
1334
-
1335
- &.red {
1336
- circle {
1337
- fill: $ta-red-13 !important;
1338
- }
1339
- }
1340
-
1341
- &.green {
1342
- circle {
1343
- fill: $ta-green-4 !important;
1344
- }
1345
- }
1346
- }
1347
- }
1348
- }
1349
- //------------------------ Load Dispatcher Template ------------------------
1350
- .load-dispatcher-template {
1351
- display: flex;
1352
- align-items: center;
1353
- gap: 6px;
1354
- }
1355
-
1356
- //------------------------ Load Shipper Contact Template -----------------------
1357
- .load-shipper-template {
1358
- display: grid;
1359
- grid-template-columns: 1fr 1fr;
1360
- align-items: center;
1361
- padding-right: 25px;
1362
-
1363
- .load-shipper-status-text {
1364
- &.in-option {
1365
- height: 22px;
1366
- }
1367
- display: flex;
1368
- align-items: center;
1369
- gap: 6px;
1370
- line-height: 18px;
1371
-
1372
- .load-shipper-status {
1373
- position: relative;
1374
- line-height: 17px;
1375
- }
1376
-
1377
- .load-shipper-text {
1378
- &.disabled {
1379
- color: #6c6c6c;
1380
- }
1381
- }
1382
- }
1383
-
1384
- div {
1385
- &:nth-child(2),
1386
- &:nth-child(3) {
1387
- text-align: right;
1388
- }
1389
-
1390
- &:nth-child(2) {
1391
- color: $bw5;
1392
- font-size: 11px;
1393
- font-weight: 400;
1394
-
1395
- &.active {
1396
- color: #6f9ee0;
1397
- font-weight: bold;
1398
- }
1399
- }
1400
- }
1401
-
1402
- .load-shipper-load-counter {
1403
- max-width: -webkit-max-content;
1404
- max-width: -moz-max-content;
1405
- max-width: max-content;
1406
- height: 18px;
1407
- border-radius: 30px;
1408
- text-align: right;
1409
- font-size: 11px;
1410
- font-weight: 400;
1411
- color: $bw5;
1412
- background-color: rgb(145, 145, 145, 0.2);
1413
- padding: 1px 6px;
1414
- justify-self: flex-end;
1415
-
1416
- &.active {
1417
- color: #6f9ee0;
1418
- background-color: rgb(111, 158, 224, 0.2);
1419
- }
1420
- }
1421
- }
1422
-
1423
- // PM Repair Modal popover
1424
- .ta-dropdown-popover {
1425
- z-index: 999999;
1426
- .arrow {
1427
- display: none !important;
1428
- }
1429
-
1430
- .popover-body {
1431
- z-index: 99999999;
1432
- .options {
1433
- position: relative;
1434
- top: 3px;
1435
- z-index: 1000;
1436
- max-height: 198px;
1437
- width: 100%;
1438
- background-color: #2f2f2f;
1439
- border-radius: 2px;
1440
- padding: 2px;
1441
- overflow: hidden;
1442
-
1443
- &.scroll {
1444
- transition: all 0.3s ease-in-out;
1445
- overflow-y: scroll !important;
1446
-
1447
- &::-webkit-scrollbar {
1448
- width: 3px;
1449
- }
1450
-
1451
- &::-webkit-scrollbar-thumb {
1452
- background-color: transparent;
1453
- border: 6px solid #aaaaaa;
1454
- border-radius: 1px;
1455
- }
1456
-
1457
- &::-webkit-scrollbar-track {
1458
- padding: 0;
1459
- position: relative;
1460
- right: 0;
1461
- top: 0;
1462
- background: transparent;
1463
- }
1464
- }
1465
-
1466
- .option {
1467
- position: relative;
1468
- padding: 3px;
1469
- height: 26px;
1470
- font-size: 14px;
1471
- line-height: 18px;
1472
- font-weight: 400;
1473
- border-radius: 2px;
1474
- white-space: nowrap;
1475
- text-overflow: ellipsis;
1476
- color: #ffffff;
1477
- display: flex;
1478
- gap: 4px;
1479
-
1480
- &::-moz-selection {
1481
- color: #ffffff;
1482
- background-color: rgb(255, 255, 255, 0.2);
1483
- }
1484
-
1485
- &:nth-last-child(1) {
1486
- margin-bottom: 0px;
1487
- }
1488
-
1489
- &:hover {
1490
- background-color: #1d1d1d;
1491
- border-radius: 2px;
1492
- cursor: pointer;
1493
- }
1494
-
1495
- &.add-option {
1496
- color: #6f9ee0;
1497
- font-weight: 600;
1498
-
1499
- &::after {
1500
- content: '';
1501
- height: 2px;
1502
- width: 100%;
1503
- background-color: rgb(170, 170, 170, 0.2);
1504
- border-radius: 1px;
1505
- position: absolute;
1506
- bottom: 0px;
1507
- left: 0px;
1508
- }
1509
- }
1510
- }
1511
- }
1512
- }
1513
- }
1514
-
1515
- //------------------------ Load Broker Template ------------------------
1516
- .load-broker-template {
1517
- &.in-option {
1518
- height: 22px;
1519
- }
1520
-
1521
- display: grid;
1522
- align-items: center;
1523
- grid-template-columns: 276px 92px;
1524
- -moz-column-gap: 29px;
1525
- column-gap: 29px;
1526
- &.hide-loads {
1527
- grid-template-columns: 333px 92px !important;
1528
- }
1529
- .load-broker-status-text {
1530
- display: flex;
1531
- align-items: center;
1532
- gap: 6px;
1533
- line-height: 26px;
1534
-
1535
- .load-broker-status {
1536
- position: relative;
1537
- line-height: 17px;
1538
-
1539
- &.dnu-status {
1540
- svg {
1541
- path {
1542
- fill: #aaaaaa;
1543
- }
1544
- }
1545
- }
1546
- }
1547
-
1548
- .load-broker-text {
1549
- &.disabled {
1550
- color: #6c6c6c;
1551
- }
1552
- }
1553
- }
1554
-
1555
- .load-broker-progress-status {
1556
- height: 14px;
1557
- display: flex;
1558
- align-items: center;
1559
- justify-content: flex-end;
1560
- grid-gap: 4px;
1561
- gap: 4px;
1562
- text-align: center;
1563
-
1564
- .progress-bar-price {
1565
- color: $bw5;
1566
- font-size: 11px;
1567
- font-weight: 400;
1568
- }
1569
-
1570
- .progress-bar-line {
1571
- width: 24px;
1572
- }
1573
- }
1574
-
1575
- .load-broker-load-counter {
1576
- max-width: -webkit-max-content;
1577
- max-width: -moz-max-content;
1578
- max-width: max-content;
1579
- height: 18px;
1580
- border-radius: 30px;
1581
- text-align: center;
1582
- font-size: 11px;
1583
- font-weight: 400;
1584
- color: $bw5;
1585
- background-color: rgb(145, 145, 145, 0.2);
1586
- padding: 1px 6px;
1587
-
1588
- &.active {
1589
- color: #6f9ee0;
1590
- background-color: rgb(111, 158, 224, 0.2);
1591
- }
1592
-
1593
- &.hasOneValue {
1594
- max-width: 19px !important;
1595
- }
1596
- }
1597
- }
1598
-
1599
- // Selected Dropdown Card Preview
1600
- .selected-item-container {
1601
- height: 52px;
1602
- padding: 6px;
1603
- background: $ta-blue-16;
1604
- position: relative;
1605
- border-radius: 2px;
1606
- transition: background 0.3s ease-in-out;
1607
-
1608
- &:hover {
1609
- background: $ta-blue-17;
1610
-
1611
- .selected-item-additional {
1612
- .selected-item-info {
1613
- svg-icon {
1614
- svg {
1615
- path {
1616
- fill: $ta-blue-14;
1617
- }
1618
- }
1619
- }
1620
- }
1621
- }
1622
-
1623
- .clear-selected-item {
1624
- display: flex;
1625
- align-items: center;
1626
- }
1627
- }
1628
-
1629
- .selected-item-label {
1630
- position: absolute;
1631
- top: -16px;
1632
- font-size: 11px;
1633
- font-weight: 600;
1634
- color: $ta-black;
1635
-
1636
- -webkit-user-select: none;
1637
- -moz-user-select: none;
1638
- -ms-user-select: none;
1639
- user-select: none;
1640
-
1641
- span {
1642
- color: $ta-red-11;
1643
- }
1644
- }
1645
-
1646
- .selected-item-name {
1647
- font-size: 14px;
1648
- line-height: 18px;
1649
- color: $ta-black;
1650
-
1651
- &::-moz-selection {
1652
- color: $ta-black;
1653
- background: rgb(66, 66, 66, 0.2);
1654
- }
1655
-
1656
- &::selection {
1657
- color: $ta-black;
1658
- background: rgb(66, 66, 66, 0.2);
1659
- }
1660
-
1661
- .selected-item-star {
1662
- position: relative;
1663
- bottom: 2px;
1664
-
1665
- svg {
1666
- margin-left: 6px;
1667
-
1668
- path {
1669
- fill: $ta-blue-13;
1670
- }
1671
- }
1672
- }
1673
- }
1674
-
1675
- .selected-item-additional {
1676
- gap: 22px;
1677
-
1678
- .selected-item-info {
1679
- svg-icon {
1680
- width: 14px;
1681
-
1682
- svg {
1683
- width: 100%;
1684
- height: 100%;
1685
-
1686
- path {
1687
- fill: $ta-blue-13;
1688
- transition: fill 0.3s ease-in-out;
1689
- }
1690
- }
1691
- }
1692
-
1693
- .hide-svg-on-copy {
1694
- display: none;
1695
- }
1696
- }
1697
- }
1698
-
1699
- .clear-selected-item {
1700
- position: absolute;
1701
- right: 4px;
1702
- top: 0px;
1703
- display: none;
1704
- gap: 6px;
1705
-
1706
- .clear-x {
1707
- cursor: pointer;
1708
- transition: transform 0.3s ease-in-out;
1709
-
1710
- &:hover {
1711
- transform: scale(1.2);
1712
- }
1713
-
1714
- svg {
1715
- path {
1716
- fill: $ta-blue-17;
1717
- }
1718
-
1719
- rect {
1720
- fill: $ta-blue-13;
1721
- }
1722
- }
1723
-
1724
- &:hover {
1725
- svg {
1726
- rect {
1727
- fill: $ta-blue-15;
1728
- }
1729
- }
1730
- }
1731
- }
1732
- }
1733
-
1734
- &.non-editable {
1735
- background-color: $ta-light-grey-5;
1736
-
1737
- .selected-item-label,
1738
- .selected-item-name {
1739
- color: $bw5;
1740
- }
1741
-
1742
- .selected-item-additional {
1743
- .selected-item-info {
1744
- svg-icon {
1745
- svg {
1746
- path {
1747
- fill: $ta-light-grey-6;
1748
- }
1749
- }
1750
- }
1751
- p {
1752
- color: $bw5;
1753
- }
1754
- }
1755
- }
1756
- }
1757
- }
1758
-
1759
- .dropdown-trailer-hover {
1760
- &:hover {
1761
- // TRUCKS
1762
- .ic_truck_semi-truck {
1763
- svg {
1764
- path {
1765
- fill: $ta-green;
1766
- }
1767
- }
1768
- }
1769
-
1770
- .ic_truck_semi-wSleeper {
1771
- svg {
1772
- path {
1773
- fill: $ta-yellow-1;
1774
- }
1775
- }
1776
- }
1777
-
1778
- .ic_truck_box-truck {
1779
- svg {
1780
- path {
1781
- fill: $ta-red-10;
1782
- }
1783
- }
1784
- }
1785
-
1786
- .ic_truck_cargo-van {
1787
- svg {
1788
- path {
1789
- fill: $ta-blue-13;
1790
- }
1791
- }
1792
- }
1793
-
1794
- .ic_truck_tow-truck {
1795
- svg {
1796
- path {
1797
- fill: $ta-purple-1;
1798
- }
1799
- }
1800
- }
1801
-
1802
- .ic_truck_car-hauler {
1803
- svg {
1804
- path {
1805
- fill: $ta-red-18;
1806
- }
1807
- }
1808
- }
1809
-
1810
- .ic_truck_spotter {
1811
- svg {
1812
- path {
1813
- fill: $ta-orange-5;
1814
- }
1815
- }
1816
- }
1817
-
1818
- // TRAILERS
1819
- .ic_trailer_reefer {
1820
- svg {
1821
- path {
1822
- fill: $ta-blue-13;
1823
- }
1824
- }
1825
- }
1826
-
1827
- .ic_trailer_dryvan {
1828
- svg {
1829
- path {
1830
- fill: $ta-blue-24;
1831
- }
1832
- }
1833
- }
1834
-
1835
- .ic_trailer_side-kit {
1836
- svg {
1837
- path {
1838
- fill: $ta-orange-4;
1839
- }
1840
- }
1841
- }
1842
-
1843
- .ic_trailer_conestoga {
1844
- svg {
1845
- path {
1846
- fill: $ta-yellow-8;
1847
- }
1848
- }
1849
- }
1850
-
1851
- .ic_trailer_dumper {
1852
- svg {
1853
- path {
1854
- fill: $ta-purple-1;
1855
- }
1856
- }
1857
- }
1858
-
1859
- .ic_trailer_container {
1860
- svg {
1861
- path {
1862
- fill: $ta-yellow-1;
1863
- }
1864
- }
1865
- }
1866
-
1867
- .ic_trailer_tanker {
1868
- svg {
1869
- path {
1870
- fill: $ta-green-6;
1871
- }
1872
- }
1873
- }
1874
-
1875
- .ic_trailer_carhauler {
1876
- svg {
1877
- path {
1878
- fill: $ta-red-18;
1879
- }
1880
- }
1881
- }
1882
-
1883
- .ic_trailer_flatbed {
1884
- svg {
1885
- path {
1886
- fill: $ta-red-13;
1887
- }
1888
- }
1889
- }
1890
-
1891
- .ic_trailer_low-boy {
1892
- svg {
1893
- path {
1894
- fill: $ta-red-11;
1895
- }
1896
- }
1897
- }
1898
-
1899
- .ic_trailer_chassis {
1900
- svg {
1901
- path {
1902
- fill: $ta-orange-5;
1903
- }
1904
- }
1905
- }
1906
-
1907
- .ic_trailer_step-deck {
1908
- svg {
1909
- path {
1910
- fill: $ta-red-10;
1911
- }
1912
- }
1913
- }
1914
-
1915
- .ic_trailer_tanker_pneumatic {
1916
- svg {
1917
- path {
1918
- fill: $ta-green;
1919
- }
1920
- }
1921
- }
1922
-
1923
- .ic_carhauler_stinger {
1924
- svg {
1925
- path {
1926
- fill: $ta-red-19;
1927
- }
1928
- }
1929
- }
1930
- }
1931
- }
1932
-
1933
- .hide-after-arrow .dropdown-option.active::after {
1934
- display: none !important;
1935
- }
1936
-
1937
- //------------------------ Load Dispatches TTD Template ------------------------
1938
- .load-dispatches-ttd-template {
1939
- display: grid;
1940
- grid-template-columns: repeat(3, 155px) 97px;
1941
- align-items: center;
1942
-
1943
- .load-dispatches-container {
1944
- display: flex;
1945
- align-items: center;
1946
- gap: 6px;
1947
- position: relative;
1948
-
1949
- .owner-avatar {
1950
- position: absolute;
1951
- left: 13px;
1952
- bottom: -3px;
1953
- width: 10px;
1954
- height: 10px;
1955
- }
1956
-
1957
- .load-dispatch-driver,
1958
- .load-dispatch-truck,
1959
- .load-dispatch-trailer {
1960
- overflow: hidden;
1961
- text-overflow: ellipsis;
1962
- white-space: nowrap;
1963
- width: 116px;
1964
- max-width: -webkit-fit-content;
1965
- max-width: -moz-fit-content;
1966
- max-width: fit-content;
1967
- line-height: 18px;
1968
- font-size: 14px;
1969
- font-weight: 400;
1970
- }
1971
-
1972
- .load-dispatches-svg {
1973
- line-height: 16px;
1974
- svg {
1975
- width: 46px;
1976
- height: 16px;
1977
- }
1978
- }
1979
-
1980
- .load-dipstaches-owner-flag {
1981
- position: absolute;
1982
- top: 44%;
1983
- right: 0;
1984
- transform: translateY(-50%);
1985
- svg {
1986
- path {
1987
- fill: #6f9ee0 !important;
1988
- }
1989
- }
1990
- }
1991
-
1992
- &.trailerContainer {
1993
- width: -webkit-max-content !important;
1994
- width: -moz-max-content !important;
1995
- width: max-content !important;
1996
- padding: 0px !important;
1997
- margin: 0px !important;
1998
- }
1999
- }
2000
-
2001
- .load-dispatch-driver-rate {
2002
- width: 130px;
2003
- text-align: right;
2004
- font-size: 11px;
2005
- font-weight: 400;
2006
- color: $bw5;
2007
- padding-bottom: 1px;
2008
- text-overflow: ellipsis;
2009
- white-space: nowrap;
2010
- overflow: hidden;
2011
-
2012
- &.active {
2013
- color: #6f9ee0;
2014
- }
2015
-
2016
- &.driver-owner {
2017
- text-align: left;
2018
- width: 80px;
2019
- }
2020
- }
2021
-
2022
- &.active {
2023
- .load-dispatch-driver-rate,
2024
- .load-dispatch-driver,
2025
- .load-dispatch-truck,
2026
- .load-dispatch-trailer {
2027
- font-weight: 700;
2028
- }
2029
- }
2030
- }