ca-components 0.0.4 → 0.0.5

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 (367) hide show
  1. package/esm2022/lib/animations/in-out.animation.mjs +73 -0
  2. package/esm2022/lib/animations/state-header.animation.mjs +17 -0
  3. package/esm2022/lib/components/ca-app-tooltip-v2/ca-app-tooltip-v2.component.mjs +1 -1
  4. package/esm2022/lib/components/ca-details-dropdown/ca-details-dropdown.component.mjs +14 -14
  5. package/esm2022/lib/components/ca-dropdown/ca-dropdown.component.mjs +6 -6
  6. package/esm2022/lib/components/ca-filters/ca-filter.component.mjs +119 -55
  7. package/esm2022/lib/components/ca-filters/components/ca-money-filter/ca-money-filter.component.mjs +127 -111
  8. package/esm2022/lib/components/ca-filters/components/ca-money-filter/config/ca-money-filter.config.mjs +1 -1
  9. package/esm2022/lib/components/ca-filters/components/ca-state-filter/ca-state-filter.component.mjs +242 -0
  10. package/esm2022/lib/components/ca-filters/components/ca-status-filter/ca-status-filter.component.mjs +35 -34
  11. package/esm2022/lib/components/ca-filters/components/ca-time-filter/ca-time-filter.component.mjs +26 -25
  12. package/esm2022/lib/components/ca-filters/components/ca-trailer-type-filter/ca-trailer-type-filter.component.mjs +178 -0
  13. package/esm2022/lib/components/ca-filters/components/ca-truck-type-filter/ca-truck-type-filter.component.mjs +178 -0
  14. package/esm2022/lib/components/ca-filters/components/ca-user-filter/ca-user-filter.component.mjs +247 -0
  15. package/esm2022/lib/components/ca-filters/components/ca-user-filter/config/ca-user-filter.config.mjs +15 -0
  16. package/esm2022/lib/components/ca-filters/pipes/filter-conditions-clear.pipe.mjs +39 -0
  17. package/esm2022/lib/components/ca-filters/pipes/filter-conditions-set.pipe.mjs +47 -0
  18. package/esm2022/lib/components/ca-filters/pipes/filter-trailer-color.pipe.mjs +45 -0
  19. package/esm2022/lib/components/ca-filters/utils/constants/directive.constants.mjs +548 -0
  20. package/esm2022/lib/components/ca-filters/utils/constants/filter-icons-routes.constants.mjs +7 -0
  21. package/esm2022/lib/components/ca-input/ca-input.component.mjs +59 -45
  22. package/esm2022/lib/components/ca-input/components/ca-input-clear/ca-input-clear.component.mjs +3 -3
  23. package/esm2022/lib/components/ca-input/components/ca-input-commands/ca-input-commands.component.mjs +45 -0
  24. package/esm2022/lib/components/ca-input/components/ca-input-password/ca-input-password.component.mjs +4 -4
  25. package/esm2022/lib/components/ca-input/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.mjs +4 -4
  26. package/esm2022/lib/components/ca-input/enums/input-commands-action.enum.mjs +11 -0
  27. package/esm2022/lib/components/ca-input/enums/input-commands-type.enum.mjs +7 -0
  28. package/esm2022/lib/components/ca-input/models/command-click.model.mjs +2 -0
  29. package/esm2022/lib/components/ca-input/models/commands-event.model.mjs +2 -0
  30. package/esm2022/lib/components/ca-input/pipes/input-class.pipe.mjs +1 -1
  31. package/esm2022/lib/components/ca-input/pipes/input-clear-class.pipe.mjs +1 -1
  32. package/esm2022/lib/components/ca-input/pipes/input-container-class.pipe.mjs +1 -1
  33. package/esm2022/lib/components/ca-input/pipes/input-password-eye-class.pipe.mjs +1 -1
  34. package/esm2022/lib/components/ca-input/pipes/input-placeholder-icon.class.pipe.mjs +1 -1
  35. package/esm2022/lib/components/ca-input/pipes/label-class.pipe.mjs +1 -1
  36. package/esm2022/lib/components/ca-input/pipes/show-clear.pipe.mjs +1 -1
  37. package/esm2022/lib/components/ca-input/pipes/show-invalid-danger-mark.pipe.mjs +1 -1
  38. package/esm2022/lib/components/ca-input/pipes/show-valid-check.pipe.mjs +1 -1
  39. package/esm2022/lib/components/ca-input/services/ca-input-state.service.mjs +225 -7
  40. package/esm2022/lib/components/ca-input/utils/input-svg-routes.mjs +4 -2
  41. package/esm2022/lib/components/ca-map/ca-map.component.mjs +6 -5
  42. package/esm2022/lib/components/ca-map-dropdown/ca-map-dropdown.component.mjs +10 -10
  43. package/esm2022/lib/components/ca-note/ca-note.component.mjs +34 -32
  44. package/esm2022/lib/components/ca-note-container/ca-note-container.component.mjs +17 -17
  45. package/esm2022/lib/components/ca-note-container/utils/constants/note-config.constant.mjs +25 -25
  46. package/esm2022/lib/components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component.mjs +12 -12
  47. package/esm2022/lib/components/ca-payroll-list-summary-overview-table/ca-payroll-list-summary-overview-table.component.mjs +7 -7
  48. package/esm2022/lib/components/ca-pickup-delivery-block/ca-pickup-delivery-block.component.mjs +7 -7
  49. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/ca-load.component.mjs +18 -17
  50. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-list/ca-load-list.component.mjs +24 -19
  51. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.mjs +21 -18
  52. package/esm2022/lib/components/ca-pickup-delivery-block/models/animation-model.mjs +1 -1
  53. package/esm2022/lib/components/ca-pickup-delivery-block/models/broker-short-response.mjs +1 -1
  54. package/esm2022/lib/components/ca-pickup-delivery-block/models/dispatch-assigned-load-list-response.mjs +1 -1
  55. package/esm2022/lib/components/ca-pickup-delivery-block/models/load-short-response.mjs +1 -1
  56. package/esm2022/lib/components/ca-pickup-delivery-block/models/load-stop-short-response.mjs +1 -1
  57. package/esm2022/lib/components/ca-pickup-delivery-block/models/shipper-short-response.mjs +1 -1
  58. package/esm2022/lib/components/ca-pickup-delivery-block/utils/constants/animation-object-default.constants.mjs +3 -3
  59. package/esm2022/lib/components/ca-pickup-delivery-block/utils/helpers/pickup-delivery.helper.mjs +6 -3
  60. package/esm2022/lib/components/ca-profile-image/ca-profile-image.component.mjs +3 -3
  61. package/esm2022/lib/components/ca-progress-bar/ca-progress-bar.component.mjs +31 -31
  62. package/esm2022/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.mjs +20 -20
  63. package/esm2022/lib/components/ca-search-multiple-states/utils/config/input-config.mjs +1 -1
  64. package/esm2022/lib/components/ca-spinner/ca-spinner.component.mjs +2 -2
  65. package/esm2022/lib/components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component.mjs +24 -20
  66. package/esm2022/lib/components/ca-truck-trailer-progress-bar/models/progress-dropdown-data.model.mjs +1 -1
  67. package/esm2022/lib/enums/trailer-name-string.enum.mjs +18 -0
  68. package/esm2022/lib/models/card-models/card-table-data.model.mjs +1 -1
  69. package/esm2022/lib/models/table-models/all-table-animation.model.mjs +2 -0
  70. package/esm2022/lib/models/trailer-minimal-response.mjs +1 -1
  71. package/esm2022/lib/models/truck-minimal-response.mjs +1 -1
  72. package/esm2022/lib/models/user-selected.model.mjs +2 -0
  73. package/esm2022/lib/pipes/thousand-separator.pipe.mjs +2 -2
  74. package/esm2022/lib/pipes/thousand-to-short-format-pipe.mjs +4 -4
  75. package/esm2022/lib/services/truckassist-table.service.mjs +3 -1
  76. package/fesm2022/ca-components.mjs +6032 -525
  77. package/fesm2022/ca-components.mjs.map +1 -1
  78. package/index.d.ts +0 -1
  79. package/lib/animations/accordion-animation.d.ts +0 -1
  80. package/lib/animations/animation.d.ts +0 -1
  81. package/lib/animations/close-form.animation.d.ts +0 -1
  82. package/lib/animations/expand-search-button.animation.d.ts +0 -1
  83. package/lib/{animation → animations}/in-out.animation.d.ts +0 -1
  84. package/lib/animations/show.animation.d.ts +0 -1
  85. package/lib/animations/state-header.animation.d.ts +1 -0
  86. package/lib/animations/tabs-modal.animation.d.ts +0 -1
  87. package/lib/ca-components.module.d.ts +0 -1
  88. package/lib/components/ca-app-tooltip-v2/ca-app-tooltip-v2.component.d.ts +2 -3
  89. package/lib/components/ca-details-dropdown/ca-details-dropdown.component.d.ts +7 -8
  90. package/lib/components/ca-details-dropdown/models/detail-dropdown.model.d.ts +0 -1
  91. package/lib/components/ca-details-dropdown/utils/svg-routes/detail-dropdown-svg-routes.d.ts +0 -1
  92. package/lib/components/ca-dropdown/ca-dropdown.component.d.ts +2 -3
  93. package/lib/components/ca-filters/ca-filter.component.d.ts +20 -15
  94. package/lib/components/ca-filters/components/ca-money-filter/ca-money-filter.component.d.ts +10 -11
  95. package/lib/components/ca-filters/components/ca-money-filter/config/ca-money-filter.config.d.ts +1 -2
  96. package/lib/components/ca-filters/components/ca-state-filter/ca-state-filter.component.d.ts +52 -0
  97. package/lib/components/ca-filters/components/ca-status-filter/ca-status-filter.component.d.ts +9 -10
  98. package/lib/components/ca-filters/components/ca-time-filter/ca-time-filter.component.d.ts +6 -7
  99. package/lib/components/ca-filters/components/ca-trailer-type-filter/ca-trailer-type-filter.component.d.ts +35 -0
  100. package/lib/components/ca-filters/components/ca-truck-type-filter/ca-truck-type-filter.component.d.ts +35 -0
  101. package/lib/components/ca-filters/components/ca-user-filter/ca-user-filter.component.d.ts +46 -0
  102. package/lib/components/ca-filters/components/ca-user-filter/config/ca-user-filter.config.d.ts +4 -0
  103. package/lib/components/ca-filters/pipes/filter-conditions-clear.pipe.d.ts +14 -0
  104. package/lib/components/ca-filters/pipes/filter-conditions-set.pipe.d.ts +14 -0
  105. package/lib/components/ca-filters/pipes/filter-trailer-color.pipe.d.ts +7 -0
  106. package/lib/components/ca-filters/utils/constants/directive.constants.d.ts +8 -0
  107. package/lib/components/ca-filters/utils/constants/filter-icons-routes.constants.d.ts +6 -0
  108. package/lib/components/ca-filters/utils/constants/status-filter.constants.d.ts +0 -1
  109. package/lib/components/ca-filters/utils/constants/time-filter.constants.d.ts +0 -1
  110. package/lib/components/ca-filters/utils/svg-routes/ca-filters-svg-routes.d.ts +0 -1
  111. package/lib/components/ca-filters/utils/svg-routes/ca-money-filter-svg-routes.d.ts +0 -1
  112. package/lib/components/ca-input/ca-input.component.d.ts +16 -9
  113. package/lib/components/ca-input/components/ca-input-clear/ca-input-clear.component.d.ts +3 -4
  114. package/lib/components/ca-input/components/ca-input-commands/ca-input-commands.component.d.ts +14 -0
  115. package/lib/components/ca-input/components/ca-input-password/ca-input-password.component.d.ts +2 -3
  116. package/lib/components/ca-input/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.d.ts +2 -3
  117. package/lib/components/ca-input/config/ca-input.config.d.ts +0 -1
  118. package/lib/components/ca-input/enums/input-commands-action.enum.d.ts +9 -0
  119. package/lib/components/ca-input/enums/input-commands-type.enum.d.ts +5 -0
  120. package/lib/components/ca-input/models/command-click.model.d.ts +5 -0
  121. package/lib/components/ca-input/models/commands-event.model.d.ts +5 -0
  122. package/lib/components/ca-input/models/label-color.model.d.ts +0 -1
  123. package/lib/components/ca-input/pipes/input-class.pipe.d.ts +1 -2
  124. package/lib/components/ca-input/pipes/input-clear-class.pipe.d.ts +1 -2
  125. package/lib/components/ca-input/pipes/input-container-class.pipe.d.ts +1 -2
  126. package/lib/components/ca-input/pipes/input-error.pipe.d.ts +0 -1
  127. package/lib/components/ca-input/pipes/input-password-eye-class.pipe.d.ts +1 -2
  128. package/lib/components/ca-input/pipes/input-placeholder-icon.class.pipe.d.ts +2 -3
  129. package/lib/components/ca-input/pipes/input-type.pipe.d.ts +0 -1
  130. package/lib/components/ca-input/pipes/label-class.pipe.d.ts +1 -2
  131. package/lib/components/ca-input/pipes/show-clear.pipe.d.ts +1 -2
  132. package/lib/components/ca-input/pipes/show-invalid-danger-mark.pipe.d.ts +1 -2
  133. package/lib/components/ca-input/pipes/show-valid-check.pipe.d.ts +1 -2
  134. package/lib/components/ca-input/services/ca-input-state.service.d.ts +31 -6
  135. package/lib/components/ca-input/utils/input-svg-routes.d.ts +2 -1
  136. package/lib/components/ca-input-radiobuttons/ca-input-radiobuttons.component.d.ts +0 -1
  137. package/lib/components/ca-map/ca-map.component.d.ts +1 -2
  138. package/lib/components/ca-map/enums/google-map.enum.d.ts +0 -1
  139. package/lib/components/ca-map/enums/toolbar-filter-string.enum.d.ts +0 -1
  140. package/lib/components/ca-map/models/map.model.d.ts +0 -1
  141. package/lib/components/ca-map/utils/helpers/map.helper.d.ts +0 -1
  142. package/lib/components/ca-map/utils/map-svg-routes/map-svg-routes.d.ts +0 -1
  143. package/lib/components/ca-map-dropdown/ca-map-dropdown.component.d.ts +4 -29
  144. package/lib/components/ca-map-dropdown/utils/svg-routes/map-dropdown-svg-routes.d.ts +0 -1
  145. package/lib/components/ca-note/ca-note.component.d.ts +5 -6
  146. package/lib/components/ca-note/utils/helper/copy-paste.helper.d.ts +0 -1
  147. package/lib/components/ca-note/utils/svg-routes/note-svg-routes.d.ts +0 -1
  148. package/lib/components/ca-note-container/ca-note-container.component.d.ts +4 -5
  149. package/lib/components/ca-note-container/enums/note-default-string.enum.d.ts +0 -1
  150. package/lib/components/ca-note-container/enums/note-selected-color.enum.d.ts +0 -1
  151. package/lib/components/ca-note-container/models/note-colors.model.d.ts +0 -1
  152. package/lib/components/ca-note-container/utils/constants/note-config.constant.d.ts +2 -3
  153. package/lib/components/ca-note-container/utils/svg-routes/note-container-svg-routes.d.ts +0 -1
  154. package/lib/components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component.d.ts +3 -4
  155. package/lib/components/ca-payroll-list-summary-overview/utils/svg-routes/payroll-list-summary-svg-routes.d.ts +0 -1
  156. package/lib/components/ca-payroll-list-summary-overview-table/ca-payroll-list-summary-overview-table.component.d.ts +1 -2
  157. package/lib/components/ca-pickup-delivery-block/ca-pickup-delivery-block.component.d.ts +5 -6
  158. package/lib/components/ca-pickup-delivery-block/components/ca-load/ca-load.component.d.ts +4 -5
  159. package/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-list/ca-load-list.component.d.ts +6 -7
  160. package/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.d.ts +5 -6
  161. package/lib/components/ca-pickup-delivery-block/models/adress-model.d.ts +0 -1
  162. package/lib/components/ca-pickup-delivery-block/models/animation-model.d.ts +1 -2
  163. package/lib/components/ca-pickup-delivery-block/models/broker-short-response.d.ts +1 -2
  164. package/lib/components/ca-pickup-delivery-block/models/dispatch-assigned-load-list-response.d.ts +1 -2
  165. package/lib/components/ca-pickup-delivery-block/models/enum-value.d.ts +0 -1
  166. package/lib/components/ca-pickup-delivery-block/models/load-short-response.d.ts +3 -4
  167. package/lib/components/ca-pickup-delivery-block/models/load-stop-short-response.d.ts +2 -3
  168. package/lib/components/ca-pickup-delivery-block/models/shipper-short-response.d.ts +1 -2
  169. package/lib/components/ca-pickup-delivery-block/models/status-types.enum.d.ts +0 -1
  170. package/lib/components/ca-pickup-delivery-block/utils/constants/animation-object-default.constants.d.ts +1 -2
  171. package/lib/components/ca-pickup-delivery-block/utils/constants/pickup-delivery-block.constants.d.ts +0 -1
  172. package/lib/components/ca-pickup-delivery-block/utils/helpers/pickup-delivery.helper.d.ts +3 -4
  173. package/lib/components/ca-pickup-delivery-block/utils/svg-routes/options-icon.routes.d.ts +0 -1
  174. package/lib/components/ca-pickup-delivery-block/utils/svg-routes/pickup-delivery-svg.routes.d.ts +0 -1
  175. package/lib/components/ca-pickup-delivery-block/utils/svg-routes/return-arrow.routes.d.ts +0 -1
  176. package/lib/components/ca-profile-image/ca-profile-image.component.d.ts +0 -1
  177. package/lib/components/ca-progress-bar/ca-progress-bar.component.d.ts +3 -4
  178. package/lib/components/ca-progress-bar/models/gps-progress.model.d.ts +0 -1
  179. package/lib/components/ca-progress-bar/utils/constants/progress-bar.constants.d.ts +0 -1
  180. package/lib/components/ca-progress-bar/utils/svg-routes/progress-bar-svg-routes.d.ts +0 -1
  181. package/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.d.ts +3 -4
  182. package/lib/components/ca-search-multiple-states/utils/config/input-config.d.ts +1 -2
  183. package/lib/components/ca-search-multiple-states/utils/svg-routes/search-multiple-states.routes.d.ts +0 -1
  184. package/lib/components/ca-spinner/ca-spinner.component.d.ts +0 -1
  185. package/lib/components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component.d.ts +2 -3
  186. package/lib/components/ca-truck-trailer-progress-bar/models/progress-dropdown-data.model.d.ts +1 -2
  187. package/lib/constants/map.constant.d.ts +0 -1
  188. package/lib/directives/placeholder-directive.d.ts +0 -1
  189. package/lib/enums/load-filter-string.enum.d.ts +0 -1
  190. package/lib/enums/load-status.enum.d.ts +0 -1
  191. package/lib/enums/trailer-name-string.enum.d.ts +16 -0
  192. package/lib/models/array-status.model.d.ts +0 -1
  193. package/lib/models/card-models/card-table-data.model.d.ts +3 -4
  194. package/lib/models/color-response.d.ts +0 -1
  195. package/lib/models/dropdown.model.d.ts +0 -1
  196. package/lib/models/filter-output-params.model.d.ts +0 -1
  197. package/lib/models/filter-output.model.d.ts +0 -1
  198. package/lib/models/note-active-options.model.d.ts +0 -1
  199. package/lib/models/payroll-list-summary.model.d.ts +0 -1
  200. package/lib/models/table-models/all-table-animation.model.d.ts +10 -0
  201. package/lib/models/table-models/table-body-color-label.model.d.ts +0 -1
  202. package/lib/models/time-filter.model.d.ts +0 -1
  203. package/lib/models/trailer-minimal-response.d.ts +1 -2
  204. package/lib/models/trailer-type-response.d.ts +0 -1
  205. package/lib/models/truck-minimal-response.d.ts +2 -3
  206. package/lib/models/truck-type-response.d.ts +0 -1
  207. package/lib/models/user-selected.model.d.ts +8 -0
  208. package/lib/pipes/dropdown-load-status-color.pipe.d.ts +0 -1
  209. package/lib/pipes/format-currency.pipe.d.ts +0 -1
  210. package/lib/pipes/safe-html.pipe.d.ts +0 -1
  211. package/lib/pipes/ta-svg.pipe.d.ts +0 -1
  212. package/lib/pipes/thousand-separator.pipe.d.ts +0 -1
  213. package/lib/pipes/thousand-to-short-format-pipe.d.ts +1 -2
  214. package/lib/services/truckassist-table.service.d.ts +2 -1
  215. package/lib/utils/helpers/methods-calculations.helper.d.ts +0 -1
  216. package/package.json +1 -1
  217. package/public-api.d.ts +0 -1
  218. package/src/assets/global_style/styles.scss +1 -0
  219. package/src/assets/scss/input-dropdown.scss +1876 -0
  220. package/src/assets/scss/popover.scss +89 -89
  221. package/src/assets/svg/common/trailers/ic_carhauler_stinger.svg +6 -0
  222. package/src/assets/svg/common/trailers/ic_trailer_carhauler.svg +1 -0
  223. package/src/assets/svg/common/trailers/ic_trailer_chassis.svg +1 -0
  224. package/src/assets/svg/common/trailers/ic_trailer_conestoga.svg +1 -0
  225. package/src/assets/svg/common/trailers/ic_trailer_container.svg +1 -0
  226. package/src/assets/svg/common/trailers/ic_trailer_dryvan.svg +1 -0
  227. package/src/assets/svg/common/trailers/ic_trailer_dumper.svg +1 -0
  228. package/src/assets/svg/common/trailers/ic_trailer_flatbed.svg +1 -0
  229. package/src/assets/svg/common/trailers/ic_trailer_low-boy.svg +1 -0
  230. package/src/assets/svg/common/trailers/ic_trailer_reefer.svg +1 -0
  231. package/src/assets/svg/common/trailers/ic_trailer_side-kit.svg +1 -0
  232. package/src/assets/svg/common/trailers/ic_trailer_step-deck.svg +1 -0
  233. package/src/assets/svg/common/trailers/ic_trailer_tanker.svg +6 -0
  234. package/src/assets/svg/common/trailers/ic_trailer_tanker_pneumatic.svg +6 -0
  235. package/src/assets/svg/common/trucks/ic_truck_box-truck.svg +1 -0
  236. package/src/assets/svg/common/trucks/ic_truck_bus.svg +7 -0
  237. package/src/assets/svg/common/trucks/ic_truck_car-hauler.svg +1 -0
  238. package/src/assets/svg/common/trucks/ic_truck_cargo-van.svg +1 -0
  239. package/src/assets/svg/common/trucks/ic_truck_semi-truck.svg +1 -0
  240. package/src/assets/svg/common/trucks/ic_truck_semi-wSleeper.svg +9 -0
  241. package/src/assets/svg/common/trucks/ic_truck_spotter.svg +1 -0
  242. package/src/assets/svg/common/trucks/ic_truck_tow-truck.svg +1 -0
  243. package/src/assets/svg/input/ic_dollar.svg +6 -0
  244. package/src/assets/svg/input/ic_pm_decrement.svg +4 -0
  245. package/src/assets/svg/input/ic_pm_increment.svg +4 -0
  246. package/ca-components.d.ts.map +0 -1
  247. package/esm2022/lib/animation/in-out.animation.mjs +0 -73
  248. package/lib/animation/in-out.animation.d.ts.map +0 -1
  249. package/lib/animations/accordion-animation.d.ts.map +0 -1
  250. package/lib/animations/animation.d.ts.map +0 -1
  251. package/lib/animations/close-form.animation.d.ts.map +0 -1
  252. package/lib/animations/expand-search-button.animation.d.ts.map +0 -1
  253. package/lib/animations/show.animation.d.ts.map +0 -1
  254. package/lib/animations/tabs-modal.animation.d.ts.map +0 -1
  255. package/lib/ca-components.module.d.ts.map +0 -1
  256. package/lib/components/ca-app-tooltip-v2/ca-app-tooltip-v2.component.d.ts.map +0 -1
  257. package/lib/components/ca-details-dropdown/ca-details-dropdown.component.d.ts.map +0 -1
  258. package/lib/components/ca-details-dropdown/models/detail-dropdown.model.d.ts.map +0 -1
  259. package/lib/components/ca-details-dropdown/utils/svg-routes/detail-dropdown-svg-routes.d.ts.map +0 -1
  260. package/lib/components/ca-dropdown/ca-dropdown.component.d.ts.map +0 -1
  261. package/lib/components/ca-filters/ca-filter.component.d.ts.map +0 -1
  262. package/lib/components/ca-filters/components/ca-money-filter/ca-money-filter.component.d.ts.map +0 -1
  263. package/lib/components/ca-filters/components/ca-money-filter/config/ca-money-filter.config.d.ts.map +0 -1
  264. package/lib/components/ca-filters/components/ca-status-filter/ca-status-filter.component.d.ts.map +0 -1
  265. package/lib/components/ca-filters/components/ca-time-filter/ca-time-filter.component.d.ts.map +0 -1
  266. package/lib/components/ca-filters/utils/constants/status-filter.constants.d.ts.map +0 -1
  267. package/lib/components/ca-filters/utils/constants/time-filter.constants.d.ts.map +0 -1
  268. package/lib/components/ca-filters/utils/svg-routes/ca-filters-svg-routes.d.ts.map +0 -1
  269. package/lib/components/ca-filters/utils/svg-routes/ca-money-filter-svg-routes.d.ts.map +0 -1
  270. package/lib/components/ca-input/ca-input.component.d.ts.map +0 -1
  271. package/lib/components/ca-input/components/ca-input-clear/ca-input-clear.component.d.ts.map +0 -1
  272. package/lib/components/ca-input/components/ca-input-password/ca-input-password.component.d.ts.map +0 -1
  273. package/lib/components/ca-input/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.d.ts.map +0 -1
  274. package/lib/components/ca-input/config/ca-input.config.d.ts.map +0 -1
  275. package/lib/components/ca-input/models/label-color.model.d.ts.map +0 -1
  276. package/lib/components/ca-input/pipes/input-class.pipe.d.ts.map +0 -1
  277. package/lib/components/ca-input/pipes/input-clear-class.pipe.d.ts.map +0 -1
  278. package/lib/components/ca-input/pipes/input-container-class.pipe.d.ts.map +0 -1
  279. package/lib/components/ca-input/pipes/input-error.pipe.d.ts.map +0 -1
  280. package/lib/components/ca-input/pipes/input-password-eye-class.pipe.d.ts.map +0 -1
  281. package/lib/components/ca-input/pipes/input-placeholder-icon.class.pipe.d.ts.map +0 -1
  282. package/lib/components/ca-input/pipes/input-type.pipe.d.ts.map +0 -1
  283. package/lib/components/ca-input/pipes/label-class.pipe.d.ts.map +0 -1
  284. package/lib/components/ca-input/pipes/show-clear.pipe.d.ts.map +0 -1
  285. package/lib/components/ca-input/pipes/show-invalid-danger-mark.pipe.d.ts.map +0 -1
  286. package/lib/components/ca-input/pipes/show-valid-check.pipe.d.ts.map +0 -1
  287. package/lib/components/ca-input/services/ca-input-state.service.d.ts.map +0 -1
  288. package/lib/components/ca-input/utils/input-svg-routes.d.ts.map +0 -1
  289. package/lib/components/ca-input-radiobuttons/ca-input-radiobuttons.component.d.ts.map +0 -1
  290. package/lib/components/ca-map/ca-map.component.d.ts.map +0 -1
  291. package/lib/components/ca-map/enums/google-map.enum.d.ts.map +0 -1
  292. package/lib/components/ca-map/enums/toolbar-filter-string.enum.d.ts.map +0 -1
  293. package/lib/components/ca-map/models/map.model.d.ts.map +0 -1
  294. package/lib/components/ca-map/utils/helpers/map.helper.d.ts.map +0 -1
  295. package/lib/components/ca-map/utils/map-svg-routes/map-svg-routes.d.ts.map +0 -1
  296. package/lib/components/ca-map-dropdown/ca-map-dropdown.component.d.ts.map +0 -1
  297. package/lib/components/ca-map-dropdown/utils/svg-routes/map-dropdown-svg-routes.d.ts.map +0 -1
  298. package/lib/components/ca-note/ca-note.component.d.ts.map +0 -1
  299. package/lib/components/ca-note/utils/helper/copy-paste.helper.d.ts.map +0 -1
  300. package/lib/components/ca-note/utils/svg-routes/note-svg-routes.d.ts.map +0 -1
  301. package/lib/components/ca-note-container/ca-note-container.component.d.ts.map +0 -1
  302. package/lib/components/ca-note-container/enums/note-default-string.enum.d.ts.map +0 -1
  303. package/lib/components/ca-note-container/enums/note-selected-color.enum.d.ts.map +0 -1
  304. package/lib/components/ca-note-container/models/note-colors.model.d.ts.map +0 -1
  305. package/lib/components/ca-note-container/utils/constants/note-config.constant.d.ts.map +0 -1
  306. package/lib/components/ca-note-container/utils/svg-routes/note-container-svg-routes.d.ts.map +0 -1
  307. package/lib/components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component.d.ts.map +0 -1
  308. package/lib/components/ca-payroll-list-summary-overview/utils/svg-routes/payroll-list-summary-svg-routes.d.ts.map +0 -1
  309. package/lib/components/ca-payroll-list-summary-overview-table/ca-payroll-list-summary-overview-table.component.d.ts.map +0 -1
  310. package/lib/components/ca-pickup-delivery-block/ca-pickup-delivery-block.component.d.ts.map +0 -1
  311. package/lib/components/ca-pickup-delivery-block/components/ca-load/ca-load.component.d.ts.map +0 -1
  312. package/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-list/ca-load-list.component.d.ts.map +0 -1
  313. package/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.d.ts.map +0 -1
  314. package/lib/components/ca-pickup-delivery-block/models/adress-model.d.ts.map +0 -1
  315. package/lib/components/ca-pickup-delivery-block/models/animation-model.d.ts.map +0 -1
  316. package/lib/components/ca-pickup-delivery-block/models/broker-short-response.d.ts.map +0 -1
  317. package/lib/components/ca-pickup-delivery-block/models/dispatch-assigned-load-list-response.d.ts.map +0 -1
  318. package/lib/components/ca-pickup-delivery-block/models/enum-value.d.ts.map +0 -1
  319. package/lib/components/ca-pickup-delivery-block/models/load-short-response.d.ts.map +0 -1
  320. package/lib/components/ca-pickup-delivery-block/models/load-stop-short-response.d.ts.map +0 -1
  321. package/lib/components/ca-pickup-delivery-block/models/shipper-short-response.d.ts.map +0 -1
  322. package/lib/components/ca-pickup-delivery-block/models/status-types.enum.d.ts.map +0 -1
  323. package/lib/components/ca-pickup-delivery-block/utils/constants/animation-object-default.constants.d.ts.map +0 -1
  324. package/lib/components/ca-pickup-delivery-block/utils/constants/pickup-delivery-block.constants.d.ts.map +0 -1
  325. package/lib/components/ca-pickup-delivery-block/utils/helpers/pickup-delivery.helper.d.ts.map +0 -1
  326. package/lib/components/ca-pickup-delivery-block/utils/svg-routes/options-icon.routes.d.ts.map +0 -1
  327. package/lib/components/ca-pickup-delivery-block/utils/svg-routes/pickup-delivery-svg.routes.d.ts.map +0 -1
  328. package/lib/components/ca-pickup-delivery-block/utils/svg-routes/return-arrow.routes.d.ts.map +0 -1
  329. package/lib/components/ca-profile-image/ca-profile-image.component.d.ts.map +0 -1
  330. package/lib/components/ca-progress-bar/ca-progress-bar.component.d.ts.map +0 -1
  331. package/lib/components/ca-progress-bar/models/gps-progress.model.d.ts.map +0 -1
  332. package/lib/components/ca-progress-bar/utils/constants/progress-bar.constants.d.ts.map +0 -1
  333. package/lib/components/ca-progress-bar/utils/svg-routes/progress-bar-svg-routes.d.ts.map +0 -1
  334. package/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.d.ts.map +0 -1
  335. package/lib/components/ca-search-multiple-states/utils/config/input-config.d.ts.map +0 -1
  336. package/lib/components/ca-search-multiple-states/utils/svg-routes/search-multiple-states.routes.d.ts.map +0 -1
  337. package/lib/components/ca-spinner/ca-spinner.component.d.ts.map +0 -1
  338. package/lib/components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component.d.ts.map +0 -1
  339. package/lib/components/ca-truck-trailer-progress-bar/models/progress-dropdown-data.model.d.ts.map +0 -1
  340. package/lib/constants/map.constant.d.ts.map +0 -1
  341. package/lib/directives/placeholder-directive.d.ts.map +0 -1
  342. package/lib/enums/load-filter-string.enum.d.ts.map +0 -1
  343. package/lib/enums/load-status.enum.d.ts.map +0 -1
  344. package/lib/models/array-status.model.d.ts.map +0 -1
  345. package/lib/models/card-models/card-table-data.model.d.ts.map +0 -1
  346. package/lib/models/color-response.d.ts.map +0 -1
  347. package/lib/models/dropdown.model.d.ts.map +0 -1
  348. package/lib/models/filter-output-params.model.d.ts.map +0 -1
  349. package/lib/models/filter-output.model.d.ts.map +0 -1
  350. package/lib/models/note-active-options.model.d.ts.map +0 -1
  351. package/lib/models/payroll-list-summary.model.d.ts.map +0 -1
  352. package/lib/models/table-models/table-body-color-label.model.d.ts.map +0 -1
  353. package/lib/models/time-filter.model.d.ts.map +0 -1
  354. package/lib/models/trailer-minimal-response.d.ts.map +0 -1
  355. package/lib/models/trailer-type-response.d.ts.map +0 -1
  356. package/lib/models/truck-minimal-response.d.ts.map +0 -1
  357. package/lib/models/truck-type-response.d.ts.map +0 -1
  358. package/lib/pipes/dropdown-load-status-color.pipe.d.ts.map +0 -1
  359. package/lib/pipes/format-currency.pipe.d.ts.map +0 -1
  360. package/lib/pipes/safe-html.pipe.d.ts.map +0 -1
  361. package/lib/pipes/ta-svg.pipe.d.ts.map +0 -1
  362. package/lib/pipes/thousand-separator.pipe.d.ts.map +0 -1
  363. package/lib/pipes/thousand-to-short-format-pipe.d.ts.map +0 -1
  364. package/lib/services/truckassist-table.service.d.ts.map +0 -1
  365. package/lib/utils/helpers/methods-calculations.helper.d.ts.map +0 -1
  366. package/public-api.d.ts.map +0 -1
  367. /package/src/assets/svg/{common → input}/ic_search.svg +0 -0
@@ -1,8 +1,8 @@
1
- import { OnInit } from "@angular/core";
2
- import { NgbModal } from "@ng-bootstrap/ng-bootstrap";
3
- import { DispatchAssignedLoadListResponse } from "@ca-shared/components/ca-pickup-delivery-block/models/dispatch-assigned-load-list-response";
4
- import { LoadShortResponse } from "@ca-shared/components/ca-pickup-delivery-block/models/load-short-response";
5
- import { StatusTypeEnum } from "@ca-shared/components/ca-pickup-delivery-block/models/status-types.enum";
1
+ import { OnInit } from '@angular/core';
2
+ import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
3
+ import { DispatchAssignedLoadListResponse } from '../ca-pickup-delivery-block/models/dispatch-assigned-load-list-response';
4
+ import { LoadShortResponse } from '../ca-pickup-delivery-block/models/load-short-response';
5
+ import { StatusTypeEnum } from '../ca-pickup-delivery-block/models/status-types.enum';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class PickupDeliveryBlockComponent implements OnInit {
8
8
  private modalService;
@@ -17,4 +17,3 @@ export declare class PickupDeliveryBlockComponent implements OnInit {
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<PickupDeliveryBlockComponent, never>;
18
18
  static ɵcmp: i0.ɵɵComponentDeclaration<PickupDeliveryBlockComponent, "app-ca-pickup-delivery-block", never, { "loads": { "alias": "loads"; "required": false; }; }, {}, never, never, true, never>;
19
19
  }
20
- //# sourceMappingURL=ca-pickup-delivery-block.component.d.ts.map
@@ -1,7 +1,7 @@
1
- import { DispatchAssignedLoadListResponse } from "@ca-shared/components/ca-pickup-delivery-block/models/dispatch-assigned-load-list-response";
2
- import { LoadShortResponse } from "@ca-shared/components/ca-pickup-delivery-block/models/load-short-response";
3
- import { AnimationObject } from "@ca-shared/components/ca-pickup-delivery-block/models/animation-model";
4
- import { StatusTypeEnum } from "@ca-shared/components/ca-pickup-delivery-block/models/status-types.enum";
1
+ import { DispatchAssignedLoadListResponse } from '../../../ca-pickup-delivery-block/models/dispatch-assigned-load-list-response';
2
+ import { LoadShortResponse } from '../../../ca-pickup-delivery-block/models/load-short-response';
3
+ import { AnimationObject } from '../../../ca-pickup-delivery-block/models/animation-model';
4
+ import { StatusTypeEnum } from '../../../ca-pickup-delivery-block/models/status-types.enum';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class LoadComponent {
7
7
  focusedTab: StatusTypeEnum;
@@ -28,4 +28,3 @@ export declare class LoadComponent {
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<LoadComponent, never>;
29
29
  static ɵcmp: i0.ɵɵComponentDeclaration<LoadComponent, "app-ca-load", never, { "focusedTab": { "alias": "focusedTab"; "required": false; }; "loads": { "alias": "loads"; "required": false; }; }, {}, never, never, true, never>;
30
30
  }
31
- //# sourceMappingURL=ca-load.component.d.ts.map
@@ -1,9 +1,9 @@
1
- import { EventEmitter } from "@angular/core";
2
- import { LoadShortResponse } from "@ca-shared/components/ca-pickup-delivery-block/models/load-short-response";
3
- import { IItemList } from "@ca-shared/models/dropdown.model";
4
- import { PickupDeliverySvgRoutes } from "@ca-shared/components/ca-pickup-delivery-block/utils/svg-routes/pickup-delivery-svg.routes";
5
- import { FormatCurrencyPipe } from "@ca-shared/pipes/format-currency.pipe";
6
- import { StatusTypeEnum } from "@ca-shared/components/ca-pickup-delivery-block/models/status-types.enum";
1
+ import { EventEmitter } from '@angular/core';
2
+ import { LoadShortResponse } from '../../../../../ca-pickup-delivery-block/models/load-short-response';
3
+ import { IItemList } from '../../../../../../models/dropdown.model';
4
+ import { PickupDeliverySvgRoutes } from '../../../../../ca-pickup-delivery-block/utils/svg-routes/pickup-delivery-svg.routes';
5
+ import { FormatCurrencyPipe } from '../../../../../../pipes/format-currency.pipe';
6
+ import { StatusTypeEnum } from '../../../../../ca-pickup-delivery-block/models/status-types.enum';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class LoadListComponent {
9
9
  formatCurrencyPipe: FormatCurrencyPipe;
@@ -28,4 +28,3 @@ export declare class LoadListComponent {
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<LoadListComponent, never>;
29
29
  static ɵcmp: i0.ɵɵComponentDeclaration<LoadListComponent, "app-ca-load-list", never, { "loads": { "alias": "loads"; "required": false; }; "focusedTab": { "alias": "focusedTab"; "required": false; }; "isFocusingLoad": { "alias": "isFocusingLoad"; "required": false; }; }, { "focusLoadEmitter": "focusLoadEmitter"; }, never, never, true, never>;
30
30
  }
31
- //# sourceMappingURL=ca-load-list.component.d.ts.map
@@ -1,8 +1,8 @@
1
- import { LoadShortResponse } from "@ca-shared/components/ca-pickup-delivery-block/models/load-short-response";
2
- import { IItemList } from "@ca-shared/models/dropdown.model";
3
- import { PickupDeliverySvgRoutes } from "@ca-shared/components/ca-pickup-delivery-block/utils/svg-routes/pickup-delivery-svg.routes";
4
- import { FormatCurrencyPipe } from "@ca-shared/pipes/format-currency.pipe";
5
- import { StatusTypeEnum } from "@ca-shared/components/ca-pickup-delivery-block/models/status-types.enum";
1
+ import { LoadShortResponse } from '../../../../../ca-pickup-delivery-block/models/load-short-response';
2
+ import { IItemList } from '../../../../../../models/dropdown.model';
3
+ import { PickupDeliverySvgRoutes } from '../../../../../ca-pickup-delivery-block/utils/svg-routes/pickup-delivery-svg.routes';
4
+ import { FormatCurrencyPipe } from '../../../../../../pipes/format-currency.pipe';
5
+ import { StatusTypeEnum } from '../../../../../ca-pickup-delivery-block/models/status-types.enum';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class ActiveLoadComponent {
8
8
  formatCurrencyPipe: FormatCurrencyPipe;
@@ -21,4 +21,3 @@ export declare class ActiveLoadComponent {
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<ActiveLoadComponent, never>;
22
22
  static ɵcmp: i0.ɵɵComponentDeclaration<ActiveLoadComponent, "app-ca-load-single", never, { "activeLoad": { "alias": "activeLoad"; "required": false; }; "status": { "alias": "status"; "required": false; }; }, {}, never, never, true, never>;
23
23
  }
24
- //# sourceMappingURL=ca-load-single.component.d.ts.map
@@ -10,4 +10,3 @@ export interface AddressModel {
10
10
  stateShortName?: string | null;
11
11
  addressUnit?: string | null;
12
12
  }
13
- //# sourceMappingURL=adress-model.d.ts.map
@@ -1,8 +1,7 @@
1
- import { StatusTypeEnum } from "@ca-shared/components/ca-pickup-delivery-block/models/status-types.enum";
1
+ import { StatusTypeEnum } from './status-types.enum';
2
2
  export interface AnimationObject {
3
3
  value: StatusTypeEnum;
4
4
  params: {
5
5
  height: string;
6
6
  };
7
7
  }
8
- //# sourceMappingURL=animation-model.d.ts.map
@@ -1,4 +1,4 @@
1
- import { EnumValue } from "@ca-shared/components/ca-pickup-delivery-block/models/enum-value";
1
+ import { EnumValue } from "../../ca-pickup-delivery-block/models/enum-value";
2
2
  export interface BrokerShortResponse {
3
3
  id?: number;
4
4
  businessName?: string | null;
@@ -11,4 +11,3 @@ export interface BrokerShortResponse {
11
11
  dnu?: boolean;
12
12
  ban?: boolean;
13
13
  }
14
- //# sourceMappingURL=broker-short-response.d.ts.map
@@ -1,7 +1,6 @@
1
- import { LoadShortResponse } from "@ca-shared/components/ca-pickup-delivery-block/models/load-short-response";
1
+ import { LoadShortResponse } from '../../ca-pickup-delivery-block/models/load-short-response';
2
2
  export interface DispatchAssignedLoadListResponse {
3
3
  pending: Array<LoadShortResponse> | null;
4
4
  closed: Array<LoadShortResponse> | null;
5
5
  active: Array<LoadShortResponse> | null;
6
6
  }
7
- //# sourceMappingURL=dispatch-assigned-load-list-response.d.ts.map
@@ -2,4 +2,3 @@ export interface EnumValue {
2
2
  name?: string | null;
3
3
  id?: number;
4
4
  }
5
- //# sourceMappingURL=enum-value.d.ts.map
@@ -1,6 +1,6 @@
1
- import { BrokerShortResponse } from "@ca-shared/components/ca-pickup-delivery-block/models/broker-short-response";
2
- import { EnumValue } from "@ca-shared/components/ca-pickup-delivery-block/models/enum-value";
3
- import { LoadStopShortResponse } from "@ca-shared/components/ca-pickup-delivery-block/models/load-stop-short-response";
1
+ import { BrokerShortResponse } from '../../ca-pickup-delivery-block/models/broker-short-response';
2
+ import { EnumValue } from '../../ca-pickup-delivery-block/models/enum-value';
3
+ import { LoadStopShortResponse } from '../../ca-pickup-delivery-block/models/load-stop-short-response';
4
4
  export interface LoadShortResponse {
5
5
  id: number;
6
6
  loadNumber?: string | null;
@@ -16,4 +16,3 @@ export interface LoadShortResponse {
16
16
  totalAdjustedRate?: number | null;
17
17
  driverMessage?: string | null;
18
18
  }
19
- //# sourceMappingURL=load-short-response.d.ts.map
@@ -1,5 +1,5 @@
1
- import { EnumValue } from "@ca-shared/components/ca-pickup-delivery-block/models/enum-value";
2
- import { ShipperShortResponse } from "@ca-shared/components/ca-pickup-delivery-block/models/shipper-short-response";
1
+ import { EnumValue } from '../../ca-pickup-delivery-block/models/enum-value';
2
+ import { ShipperShortResponse } from '../../ca-pickup-delivery-block/models/shipper-short-response';
3
3
  export interface LoadStopShortResponse {
4
4
  loadNumber?: string | null;
5
5
  stopType?: EnumValue;
@@ -7,4 +7,3 @@ export interface LoadStopShortResponse {
7
7
  shipper?: ShipperShortResponse;
8
8
  dateFrom?: string | null;
9
9
  }
10
- //# sourceMappingURL=load-stop-short-response.d.ts.map
@@ -1,4 +1,4 @@
1
- import { AddressModel } from "@ca-shared/components/ca-pickup-delivery-block/models/adress-model";
1
+ import { AddressModel } from '../../ca-pickup-delivery-block/models/adress-model';
2
2
  export interface ShipperShortResponse {
3
3
  id?: number;
4
4
  businessName?: string | null;
@@ -6,4 +6,3 @@ export interface ShipperShortResponse {
6
6
  longitude?: number | null;
7
7
  latitude?: number | null;
8
8
  }
9
- //# sourceMappingURL=shipper-short-response.d.ts.map
@@ -3,4 +3,3 @@ export declare enum StatusTypeEnum {
3
3
  ACTIVE = "ACTIVE",
4
4
  PENDING = "PENDING"
5
5
  }
6
- //# sourceMappingURL=status-types.enum.d.ts.map
@@ -1,5 +1,4 @@
1
- import { AnimationObject } from "@ca-shared/components/ca-pickup-delivery-block/models/animation-model";
1
+ import { AnimationObject } from '../../../ca-pickup-delivery-block/models/animation-model';
2
2
  export declare class LoadTabsConstants {
3
3
  static ANIMATION_OBJECT: AnimationObject;
4
4
  }
5
- //# sourceMappingURL=animation-object-default.constants.d.ts.map
@@ -12,4 +12,3 @@ export declare class PickupDeliveryBlockConstants {
12
12
  text: string;
13
13
  }[];
14
14
  }
15
- //# sourceMappingURL=pickup-delivery-block.constants.d.ts.map
@@ -1,10 +1,9 @@
1
- import { DispatchAssignedLoadListResponse } from "@ca-shared/components/ca-pickup-delivery-block/models/dispatch-assigned-load-list-response";
2
- import { LoadShortResponse } from "@ca-shared/components/ca-pickup-delivery-block/models/load-short-response";
3
- import { StatusTypeEnum } from "@ca-shared/components/ca-pickup-delivery-block/models/status-types.enum";
1
+ import { DispatchAssignedLoadListResponse } from '../../../ca-pickup-delivery-block/models/dispatch-assigned-load-list-response';
2
+ import { LoadShortResponse } from '../../../ca-pickup-delivery-block/models/load-short-response';
3
+ import { StatusTypeEnum } from '../../../ca-pickup-delivery-block/models/status-types.enum';
4
4
  export declare class PickupDeliveryHelper {
5
5
  static setLoadDetails(loadDetails: DispatchAssignedLoadListResponse | null): {
6
6
  load?: LoadShortResponse;
7
7
  loadType: StatusTypeEnum;
8
8
  };
9
9
  }
10
- //# sourceMappingURL=pickup-delivery.helper.d.ts.map
@@ -2,4 +2,3 @@ export declare class OptionsButtonIconsSvgRoutes {
2
2
  static optionsDefault: string;
3
3
  static optionsClicked: string;
4
4
  }
5
- //# sourceMappingURL=options-icon.routes.d.ts.map
@@ -13,4 +13,3 @@ export declare class PickupDeliverySvgRoutes {
13
13
  static optionsVertical: string;
14
14
  static detailsOptions: string;
15
15
  }
16
- //# sourceMappingURL=pickup-delivery-svg.routes.d.ts.map
@@ -2,4 +2,3 @@ export declare class ReturnArrowIconsSvgRoutes {
2
2
  static optionsDefault: string;
3
3
  static optionsHovered: string;
4
4
  }
5
- //# sourceMappingURL=return-arrow.routes.d.ts.map
@@ -16,4 +16,3 @@ export declare class CaProfileImageComponent implements OnInit {
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<CaProfileImageComponent, never>;
17
17
  static ɵcmp: i0.ɵɵComponentDeclaration<CaProfileImageComponent, "app-ca-profile-image", never, { "avatarImg": { "alias": "avatarImg"; "required": false; }; "avatarColor": { "alias": "avatarColor"; "required": false; }; "textShortName": { "alias": "textShortName"; "required": false; }; "isRound": { "alias": "isRound"; "required": false; }; "size": { "alias": "size"; "required": false; }; "fontSize": { "alias": "fontSize"; "required": false; }; "isHoverEffect": { "alias": "isHoverEffect"; "required": false; }; }, {}, never, never, true, never>;
18
18
  }
19
- //# sourceMappingURL=ca-profile-image.component.d.ts.map
@@ -1,6 +1,6 @@
1
- import { NgbPopover } from "@ng-bootstrap/ng-bootstrap";
2
- import { IGpsProgress } from "@ca-shared/components/ca-progress-bar/models/gps-progress.model";
3
- import { ProgressBarSvgRoutes } from "@ca-shared/components/ca-progress-bar/utils/svg-routes/progress-bar-svg-routes";
1
+ import { NgbPopover } from '@ng-bootstrap/ng-bootstrap';
2
+ import { IGpsProgress } from '../ca-progress-bar/models/gps-progress.model';
3
+ import { ProgressBarSvgRoutes } from '../ca-progress-bar/utils/svg-routes/progress-bar-svg-routes';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class ProgressBarComponent {
6
6
  constructor();
@@ -113,4 +113,3 @@ export declare class ProgressBarComponent {
113
113
  static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarComponent, never>;
114
114
  static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "app-ca-progress-bar", never, { "isDropdown": { "alias": "isDropdown"; "required": false; }; "currentPosition": { "alias": "currentPosition"; "required": false; }; "mileageInfo": { "alias": "mileageInfo"; "required": false; }; "currentStop": { "alias": "currentStop"; "required": false; }; "gpsTitle": { "alias": "gpsTitle"; "required": false; }; "gpsIcon": { "alias": "gpsIcon"; "required": false; }; "gpsInfo": { "alias": "gpsInfo"; "required": false; }; "mileagesPercent": { "alias": "mileagesPercent"; "required": false; }; "gpsProgress": { "alias": "gpsProgress"; "required": false; }; "gpsLocationIcon": { "alias": "gpsLocationIcon"; "required": false; }; }, {}, never, never, true, never>;
115
115
  }
116
- //# sourceMappingURL=ca-progress-bar.component.d.ts.map
@@ -6,4 +6,3 @@ export interface IGpsProgress {
6
6
  mileage: string;
7
7
  time?: string;
8
8
  }
9
- //# sourceMappingURL=gps-progress.model.d.ts.map
@@ -5,4 +5,3 @@ export declare const ProgressBarConstants: {
5
5
  zero: number;
6
6
  percentage: string;
7
7
  };
8
- //# sourceMappingURL=progress-bar.constants.d.ts.map
@@ -1,4 +1,3 @@
1
1
  export declare class ProgressBarSvgRoutes {
2
2
  static checkRoute: string;
3
3
  }
4
- //# sourceMappingURL=progress-bar-svg-routes.d.ts.map
@@ -1,6 +1,6 @@
1
- import { EventEmitter } from "@angular/core";
2
- import { SearchMultipleStatesRoutes } from "@ca-shared/components/ca-search-multiple-states/utils/svg-routes/search-multiple-states.routes";
3
- import { ICaInput } from "@ca-shared/components/ca-input/config/ca-input.config";
1
+ import { EventEmitter } from '@angular/core';
2
+ import { SearchMultipleStatesRoutes } from '../ca-search-multiple-states/utils/svg-routes/search-multiple-states.routes';
3
+ import { ICaInput } from '../ca-input/config/ca-input.config';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class CaSearchMultipleStatesComponent {
6
6
  searchQueriesEmitter: EventEmitter<string[]>;
@@ -22,4 +22,3 @@ export declare class CaSearchMultipleStatesComponent {
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<CaSearchMultipleStatesComponent, never>;
23
23
  static ɵcmp: i0.ɵɵComponentDeclaration<CaSearchMultipleStatesComponent, "app-ca-search-multiple-states", never, {}, { "searchQueriesEmitter": "searchQueriesEmitter"; }, never, never, true, never>;
24
24
  }
25
- //# sourceMappingURL=ca-search-multiple-states.component.d.ts.map
@@ -1,3 +1,2 @@
1
- import { ICaInput } from '@ca-shared/components/ca-input/config/ca-input.config';
1
+ import { ICaInput } from '../../../ca-input/config/ca-input.config';
2
2
  export declare const inputConfig: ICaInput;
3
- //# sourceMappingURL=input-config.d.ts.map
@@ -4,4 +4,3 @@ export declare class SearchMultipleStatesRoutes {
4
4
  static clearSearch: string;
5
5
  static add: string;
6
6
  }
7
- //# sourceMappingURL=search-multiple-states.routes.d.ts.map
@@ -13,4 +13,3 @@ export declare class CaSpinnerComponent implements OnChanges {
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<CaSpinnerComponent, never>;
14
14
  static ɵcmp: i0.ɵɵComponentDeclaration<CaSpinnerComponent, "app-ca-spinner", never, { "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; "isBarSpinner": { "alias": "isBarSpinner"; "required": false; }; }, {}, never, never, true, never>;
15
15
  }
16
- //# sourceMappingURL=ca-spinner.component.d.ts.map
@@ -1,5 +1,5 @@
1
- import { NgbPopover } from "@ng-bootstrap/ng-bootstrap";
2
- import { ProgressDropdownData } from "@ca-shared/components/ca-truck-trailer-progress-bar/models/progress-dropdown-data.model";
1
+ import { NgbPopover } from '@ng-bootstrap/ng-bootstrap';
2
+ import { ProgressDropdownData } from '../ca-truck-trailer-progress-bar/models/progress-dropdown-data.model';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class CaTruckTrailerProgresBarComponent {
5
5
  type: string;
@@ -21,4 +21,3 @@ export declare class CaTruckTrailerProgresBarComponent {
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<CaTruckTrailerProgresBarComponent, never>;
22
22
  static ɵcmp: i0.ɵɵComponentDeclaration<CaTruckTrailerProgresBarComponent, "app-ca-truck-trailer-progress-bar", never, { "type": { "alias": "type"; "required": false; }; "text": { "alias": "text"; "required": false; }; "percents": { "alias": "percents"; "required": false; }; "data": { "alias": "data"; "required": false; }; "columnField": { "alias": "columnField"; "required": false; }; "isTable": { "alias": "isTable"; "required": false; }; "daysExpired": { "alias": "daysExpired"; "required": false; }; "daysToPay": { "alias": "daysToPay"; "required": false; }; "hasPopover": { "alias": "hasPopover"; "required": false; }; "pmName": { "alias": "pmName"; "required": false; }; }, {}, never, never, true, never>;
23
23
  }
24
- //# sourceMappingURL=ca-truck-trailer-progress-bar.component.d.ts.map
@@ -1,6 +1,5 @@
1
- import { CardDetails, PmTrailerProgressData, PmTruckProgressData } from "@ca-shared/models/card-models/card-table-data.model";
1
+ import { CardDetails, PmTrailerProgressData, PmTruckProgressData } from '../../../models/card-models/card-table-data.model';
2
2
  export interface ProgressDropdownData {
3
3
  row: CardDetails;
4
4
  column: PmTruckProgressData | PmTrailerProgressData;
5
5
  }
6
- //# sourceMappingURL=progress-dropdown-data.model.d.ts.map
@@ -37,4 +37,3 @@ export declare class MapConstants {
37
37
  east: number;
38
38
  };
39
39
  }
40
- //# sourceMappingURL=map.constant.d.ts.map
@@ -13,4 +13,3 @@ export declare class PlaceholderDirective {
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<PlaceholderDirective, never>;
14
14
  static ɵdir: i0.ɵɵDirectiveDeclaration<PlaceholderDirective, "[Placeholder]", never, { "placeholder": { "alias": "placeholder"; "required": false; }; }, {}, never, never, true, never>;
15
15
  }
16
- //# sourceMappingURL=placeholder-directive.d.ts.map
@@ -14,4 +14,3 @@ export declare enum LoadFilterStringEnum {
14
14
  ALL = "all",
15
15
  DISPATCH_DATA_UPDATE = "dispatch-data-update"
16
16
  }
17
- //# sourceMappingURL=load-filter-string.enum.d.ts.map
@@ -54,4 +54,3 @@ export declare enum LoadStatusEnum {
54
54
  RepairLoaded = 53,
55
55
  RepairOffloaded = 54
56
56
  }
57
- //# sourceMappingURL=load-status.enum.d.ts.map
@@ -0,0 +1,16 @@
1
+ export declare enum TrailerNameStringEnum {
2
+ REEFER = "Reefer",
3
+ DRY_VAN = "Dry Van",
4
+ DUMPER = "Dumper",
5
+ TANKER = "Tanker",
6
+ PNEUMATIC_TANKER = "Pneumatic Tanker",
7
+ CAR_HAULER = "Car Hauler",
8
+ CAR_HAULER_STINGER = "Car Hauler Stinger",
9
+ CHASSIS = "Chassis",
10
+ LOW_BOY_RGN = "Low Boy / RGN",
11
+ STEP_DECK = "Step Deck",
12
+ FLAT_BED = "Flat Bed",
13
+ SIDE_KIT = "Side Kit",
14
+ CONESTOGA = "Conestoga",
15
+ CONTAINER = "Container"
16
+ }
@@ -22,4 +22,3 @@ interface TruckType {
22
22
  name?: string;
23
23
  }
24
24
  export {};
25
- //# sourceMappingURL=array-status.model.d.ts.map
@@ -1,6 +1,6 @@
1
- import { TableBodyColorLabel } from "@ca-shared/models/table-models/table-body-color-label.model";
2
- import { TruckMinimalResponse } from "@ca-shared/models/truck-minimal-response";
3
- import { TrailerMinimalResponse } from "@ca-shared/models/trailer-minimal-response";
1
+ import { TableBodyColorLabel } from '../../models/table-models/table-body-color-label.model';
2
+ import { TruckMinimalResponse } from '../../models/truck-minimal-response';
3
+ import { TrailerMinimalResponse } from '../../models/trailer-minimal-response';
4
4
  export interface Trucks {
5
5
  truckNumber: string;
6
6
  status: number;
@@ -835,4 +835,3 @@ export interface File {
835
835
  tagGeneratedByUser: boolean;
836
836
  }
837
837
  export {};
838
- //# sourceMappingURL=card-table-data.model.d.ts.map
@@ -4,4 +4,3 @@ export interface ColorResponse {
4
4
  name?: string | null;
5
5
  code?: string | null;
6
6
  }
7
- //# sourceMappingURL=color-response.d.ts.map
@@ -2,4 +2,3 @@ export interface IItemList {
2
2
  Icon: string;
3
3
  text: string;
4
4
  }
5
- //# sourceMappingURL=dropdown.model.d.ts.map
@@ -3,4 +3,3 @@ export interface filterOutputWithParams {
3
3
  type: string;
4
4
  filterType: string;
5
5
  }
6
- //# sourceMappingURL=filter-output-params.model.d.ts.map
@@ -4,4 +4,3 @@ export interface filterOutput {
4
4
  queryParams: {};
5
5
  subType: string;
6
6
  }
7
- //# sourceMappingURL=filter-output.model.d.ts.map
@@ -4,4 +4,3 @@ export interface NoteActiveOptions {
4
4
  foreColor: boolean;
5
5
  underline: boolean;
6
6
  }
7
- //# sourceMappingURL=note-active-options.model.d.ts.map
@@ -10,4 +10,3 @@ export interface PayrollListSummaryOverview {
10
10
  isOpen?: boolean;
11
11
  description?: string;
12
12
  }
13
- //# sourceMappingURL=payroll-list-summary.model.d.ts.map
@@ -0,0 +1,10 @@
1
+ import { TrailerTypeResponse } from '../trailer-type-response';
2
+ import { TruckTypeResponse } from '../truck-type-response';
3
+ export interface AllTableAnimationModel {
4
+ animation: string;
5
+ data: CombinedResponses[];
6
+ id: number;
7
+ tab: string;
8
+ }
9
+ type CombinedResponses = TruckTypeResponse | TrailerTypeResponse;
10
+ export {};
@@ -9,4 +9,3 @@ export interface TableBodyColorLabel {
9
9
  count?: number;
10
10
  id?: number;
11
11
  }
12
- //# sourceMappingURL=table-body-color-label.model.d.ts.map
@@ -5,4 +5,3 @@ export interface TimeFilterOptions {
5
5
  label: string;
6
6
  items: TimeFilterItem[];
7
7
  }
8
- //# sourceMappingURL=time-filter.model.d.ts.map
@@ -1,4 +1,4 @@
1
- import { TrailerTypeResponse } from "@ca-shared/models/trailer-type-response";
1
+ import { TrailerTypeResponse } from '../models/trailer-type-response';
2
2
  export interface TrailerMinimalResponse {
3
3
  id?: number;
4
4
  trailerNumber?: string | null;
@@ -9,4 +9,3 @@ export interface TrailerMinimalResponse {
9
9
  model?: string | null;
10
10
  year?: number;
11
11
  }
12
- //# sourceMappingURL=trailer-minimal-response.d.ts.map
@@ -5,4 +5,3 @@ export interface TrailerTypeResponse {
5
5
  logoName?: string | null;
6
6
  hasVolume?: boolean | null;
7
7
  }
8
- //# sourceMappingURL=trailer-type-response.d.ts.map
@@ -1,5 +1,5 @@
1
- import { ColorResponse } from "@ca-shared/models/color-response";
2
- import { TruckTypeResponse } from "@ca-shared/models/truck-type-response";
1
+ import { ColorResponse } from '../models/color-response';
2
+ import { TruckTypeResponse } from '../models/truck-type-response';
3
3
  export interface TruckMinimalResponse {
4
4
  id?: number;
5
5
  truckNumber?: string | null;
@@ -11,4 +11,3 @@ export interface TruckMinimalResponse {
11
11
  model?: string | null;
12
12
  year?: number;
13
13
  }
14
- //# sourceMappingURL=truck-minimal-response.d.ts.map
@@ -4,4 +4,3 @@ export interface TruckTypeResponse {
4
4
  name?: string | null;
5
5
  logoName?: string | null;
6
6
  }
7
- //# sourceMappingURL=truck-type-response.d.ts.map
@@ -0,0 +1,8 @@
1
+ export interface userSelected {
2
+ id?: number;
3
+ name?: string;
4
+ count?: number;
5
+ hidden?: boolean;
6
+ isSelected?: boolean;
7
+ avatar?: string;
8
+ }
@@ -8,4 +8,3 @@ export declare class DropdownLoadStatusColorPipe implements PipeTransform {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<DropdownLoadStatusColorPipe, never>;
9
9
  static ɵpipe: i0.ɵɵPipeDeclaration<DropdownLoadStatusColorPipe, "dropdownLoadStatusColor", true>;
10
10
  }
11
- //# sourceMappingURL=dropdown-load-status-color.pipe.d.ts.map
@@ -5,4 +5,3 @@ export declare class FormatCurrencyPipe implements PipeTransform {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<FormatCurrencyPipe, never>;
6
6
  static ɵpipe: i0.ɵɵPipeDeclaration<FormatCurrencyPipe, "formatCurrency", true>;
7
7
  }
8
- //# sourceMappingURL=format-currency.pipe.d.ts.map
@@ -8,4 +8,3 @@ export declare class SafeHtmlPipe implements PipeTransform {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SafeHtmlPipe, never>;
9
9
  static ɵpipe: i0.ɵɵPipeDeclaration<SafeHtmlPipe, "safeHtml", true>;
10
10
  }
11
- //# sourceMappingURL=safe-html.pipe.d.ts.map
@@ -5,4 +5,3 @@ export declare class TaSvgPipe implements PipeTransform {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<TaSvgPipe, never>;
6
6
  static ɵpipe: i0.ɵɵPipeDeclaration<TaSvgPipe, "taSvg", true>;
7
7
  }
8
- //# sourceMappingURL=ta-svg.pipe.d.ts.map
@@ -5,4 +5,3 @@ export declare class ThousandSeparatorPipe implements PipeTransform {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<ThousandSeparatorPipe, never>;
6
6
  static ɵpipe: i0.ɵɵPipeDeclaration<ThousandSeparatorPipe, "thousandSeparator", true>;
7
7
  }
8
- //# sourceMappingURL=thousand-separator.pipe.d.ts.map
@@ -1,8 +1,7 @@
1
- import { PipeTransform } from "@angular/core";
1
+ import { PipeTransform } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class ThousandToShortFormatPipe implements PipeTransform {
4
4
  transform(value: number): string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<ThousandToShortFormatPipe, never>;
6
6
  static ɵpipe: i0.ɵɵPipeDeclaration<ThousandToShortFormatPipe, "thousandToShortFormatPipe", true>;
7
7
  }
8
- //# sourceMappingURL=thousand-to-short-format-pipe.d.ts.map
@@ -2,7 +2,8 @@ import * as i0 from "@angular/core";
2
2
  export declare class TruckassistTableService {
3
3
  private setLoadStatusFilterOptions;
4
4
  currentLoadStatusFilterOptions: import("rxjs").Observable<any>;
5
+ private actionAnimation;
6
+ currentActionAnimation: import("rxjs").Observable<any>;
5
7
  static ɵfac: i0.ɵɵFactoryDeclaration<TruckassistTableService, never>;
6
8
  static ɵprov: i0.ɵɵInjectableDeclaration<TruckassistTableService>;
7
9
  }
8
- //# sourceMappingURL=truckassist-table.service.d.ts.map
@@ -13,4 +13,3 @@ export declare class MethodsCalculationsHelper {
13
13
  static convertThousandToShortFormat: (value: number) => string;
14
14
  static convertNumberWithCurrencyFormatterToBackend: (value: number, hasDollar?: boolean) => string;
15
15
  }
16
- //# sourceMappingURL=methods-calculations.helper.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ca-components",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.2.0",
6
6
  "@angular/core": "^16.2.0"
package/public-api.d.ts CHANGED
@@ -18,4 +18,3 @@ export * from "./lib/components/ca-progress-bar/ca-progress-bar.component";
18
18
  export * from "./lib/components/ca-search-multiple-states/ca-search-multiple-states.component";
19
19
  export * from "./lib/components/ca-spinner/ca-spinner.component";
20
20
  export * from "./lib/components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component";
21
- //# sourceMappingURL=public-api.d.ts.map
@@ -5,6 +5,7 @@
5
5
  @import "scss/font-family.scss";
6
6
  @import "scss/font-weight.scss";
7
7
  @import "scss/popover.scss";
8
+ @import "scss/input-dropdown.scss";
8
9
 
9
10
  /* You can add global styles to this file, and also import other style files */
10
11