ca-components 0.0.3 → 0.0.4

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 (295) hide show
  1. package/ca-components.d.ts.map +1 -0
  2. package/esm2022/lib/components/ca-details-dropdown/ca-details-dropdown.component.mjs +3 -3
  3. package/esm2022/lib/components/ca-details-dropdown/models/detail-dropdown.model.mjs +1 -1
  4. package/esm2022/lib/components/ca-dropdown/ca-dropdown.component.mjs +1 -1
  5. package/esm2022/lib/components/ca-filters/ca-filter.component.mjs +8 -8
  6. package/esm2022/lib/components/ca-filters/components/ca-money-filter/ca-money-filter.component.mjs +10 -10
  7. package/esm2022/lib/components/ca-filters/components/ca-money-filter/config/ca-money-filter.config.mjs +1 -1
  8. package/esm2022/lib/components/ca-filters/components/ca-status-filter/ca-status-filter.component.mjs +10 -10
  9. package/esm2022/lib/components/ca-filters/components/ca-time-filter/ca-time-filter.component.mjs +5 -5
  10. package/esm2022/lib/components/ca-input/ca-input.component.mjs +17 -17
  11. package/esm2022/lib/components/ca-input/components/ca-input-clear/ca-input-clear.component.mjs +3 -3
  12. package/esm2022/lib/components/ca-input/components/ca-input-password/ca-input-password.component.mjs +4 -4
  13. package/esm2022/lib/components/ca-input/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.mjs +4 -4
  14. package/esm2022/lib/components/ca-input/pipes/input-class.pipe.mjs +1 -1
  15. package/esm2022/lib/components/ca-input/pipes/input-clear-class.pipe.mjs +1 -1
  16. package/esm2022/lib/components/ca-input/pipes/input-container-class.pipe.mjs +1 -1
  17. package/esm2022/lib/components/ca-input/pipes/input-password-eye-class.pipe.mjs +1 -1
  18. package/esm2022/lib/components/ca-input/pipes/input-placeholder-icon.class.pipe.mjs +1 -1
  19. package/esm2022/lib/components/ca-input/pipes/label-class.pipe.mjs +1 -1
  20. package/esm2022/lib/components/ca-input/pipes/show-clear.pipe.mjs +1 -1
  21. package/esm2022/lib/components/ca-input/pipes/show-invalid-danger-mark.pipe.mjs +1 -1
  22. package/esm2022/lib/components/ca-input/pipes/show-valid-check.pipe.mjs +1 -1
  23. package/esm2022/lib/components/ca-input/services/ca-input-state.service.mjs +1 -1
  24. package/esm2022/lib/components/ca-map/ca-map.component.mjs +5 -5
  25. package/esm2022/lib/components/ca-map/models/map.model.mjs +1 -1
  26. package/esm2022/lib/components/ca-map-dropdown/ca-map-dropdown.component.mjs +7 -9
  27. package/esm2022/lib/components/ca-note/ca-note.component.mjs +9 -9
  28. package/esm2022/lib/components/ca-note-container/ca-note-container.component.mjs +7 -7
  29. package/esm2022/lib/components/ca-note-container/utils/constants/note-config.constant.mjs +1 -1
  30. package/esm2022/lib/components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component.mjs +3 -3
  31. package/esm2022/lib/components/ca-payroll-list-summary-overview-table/ca-payroll-list-summary-overview-table.component.mjs +3 -3
  32. package/esm2022/lib/components/ca-pickup-delivery-block/ca-pickup-delivery-block.component.mjs +3 -3
  33. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/ca-load.component.mjs +7 -7
  34. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-list/ca-load-list.component.mjs +9 -9
  35. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.mjs +8 -8
  36. package/esm2022/lib/components/ca-pickup-delivery-block/models/animation-model.mjs +1 -1
  37. package/esm2022/lib/components/ca-pickup-delivery-block/models/broker-short-response.mjs +1 -1
  38. package/esm2022/lib/components/ca-pickup-delivery-block/models/dispatch-assigned-load-list-response.mjs +1 -1
  39. package/esm2022/lib/components/ca-pickup-delivery-block/models/load-short-response.mjs +1 -1
  40. package/esm2022/lib/components/ca-pickup-delivery-block/models/load-stop-short-response.mjs +1 -1
  41. package/esm2022/lib/components/ca-pickup-delivery-block/models/shipper-short-response.mjs +1 -1
  42. package/esm2022/lib/components/ca-pickup-delivery-block/utils/constants/animation-object-default.constants.mjs +2 -2
  43. package/esm2022/lib/components/ca-pickup-delivery-block/utils/helpers/pickup-delivery.helper.mjs +2 -2
  44. package/esm2022/lib/components/ca-progress-bar/ca-progress-bar.component.mjs +5 -5
  45. package/esm2022/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.mjs +6 -6
  46. package/esm2022/lib/components/ca-search-multiple-states/utils/config/input-config.mjs +1 -1
  47. package/esm2022/lib/components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component.mjs +4 -4
  48. package/esm2022/lib/components/ca-truck-trailer-progress-bar/models/progress-dropdown-data.model.mjs +1 -1
  49. package/esm2022/lib/models/card-models/card-table-data.model.mjs +1 -1
  50. package/esm2022/lib/models/trailer-minimal-response.mjs +1 -1
  51. package/esm2022/lib/models/truck-minimal-response.mjs +1 -1
  52. package/esm2022/lib/pipes/thousand-separator.pipe.mjs +2 -2
  53. package/esm2022/lib/pipes/thousand-to-short-format-pipe.mjs +2 -2
  54. package/fesm2022/ca-components.mjs +61 -63
  55. package/fesm2022/ca-components.mjs.map +1 -1
  56. package/index.d.ts +1 -0
  57. package/lib/animation/in-out.animation.d.ts +1 -0
  58. package/lib/animation/in-out.animation.d.ts.map +1 -0
  59. package/lib/animations/accordion-animation.d.ts +1 -0
  60. package/lib/animations/accordion-animation.d.ts.map +1 -0
  61. package/lib/animations/animation.d.ts +1 -0
  62. package/lib/animations/animation.d.ts.map +1 -0
  63. package/lib/animations/close-form.animation.d.ts +1 -0
  64. package/lib/animations/close-form.animation.d.ts.map +1 -0
  65. package/lib/animations/expand-search-button.animation.d.ts +1 -0
  66. package/lib/animations/expand-search-button.animation.d.ts.map +1 -0
  67. package/lib/animations/show.animation.d.ts +1 -0
  68. package/lib/animations/show.animation.d.ts.map +1 -0
  69. package/lib/animations/tabs-modal.animation.d.ts +1 -0
  70. package/lib/animations/tabs-modal.animation.d.ts.map +1 -0
  71. package/lib/ca-components.module.d.ts +1 -0
  72. package/lib/ca-components.module.d.ts.map +1 -0
  73. package/lib/components/ca-app-tooltip-v2/ca-app-tooltip-v2.component.d.ts +1 -0
  74. package/lib/components/ca-app-tooltip-v2/ca-app-tooltip-v2.component.d.ts.map +1 -0
  75. package/lib/components/ca-details-dropdown/ca-details-dropdown.component.d.ts +3 -2
  76. package/lib/components/ca-details-dropdown/ca-details-dropdown.component.d.ts.map +1 -0
  77. package/lib/components/ca-details-dropdown/models/detail-dropdown.model.d.ts +6 -5
  78. package/lib/components/ca-details-dropdown/models/detail-dropdown.model.d.ts.map +1 -0
  79. package/lib/components/ca-details-dropdown/utils/svg-routes/detail-dropdown-svg-routes.d.ts +1 -0
  80. package/lib/components/ca-details-dropdown/utils/svg-routes/detail-dropdown-svg-routes.d.ts.map +1 -0
  81. package/lib/components/ca-dropdown/ca-dropdown.component.d.ts +2 -1
  82. package/lib/components/ca-dropdown/ca-dropdown.component.d.ts.map +1 -0
  83. package/lib/components/ca-filters/ca-filter.component.d.ts +8 -7
  84. package/lib/components/ca-filters/ca-filter.component.d.ts.map +1 -0
  85. package/lib/components/ca-filters/components/ca-money-filter/ca-money-filter.component.d.ts +7 -6
  86. package/lib/components/ca-filters/components/ca-money-filter/ca-money-filter.component.d.ts.map +1 -0
  87. package/lib/components/ca-filters/components/ca-money-filter/config/ca-money-filter.config.d.ts +2 -1
  88. package/lib/components/ca-filters/components/ca-money-filter/config/ca-money-filter.config.d.ts.map +1 -0
  89. package/lib/components/ca-filters/components/ca-status-filter/ca-status-filter.component.d.ts +7 -6
  90. package/lib/components/ca-filters/components/ca-status-filter/ca-status-filter.component.d.ts.map +1 -0
  91. package/lib/components/ca-filters/components/ca-time-filter/ca-time-filter.component.d.ts +5 -4
  92. package/lib/components/ca-filters/components/ca-time-filter/ca-time-filter.component.d.ts.map +1 -0
  93. package/lib/components/ca-filters/utils/constants/status-filter.constants.d.ts +1 -0
  94. package/lib/components/ca-filters/utils/constants/status-filter.constants.d.ts.map +1 -0
  95. package/lib/components/ca-filters/utils/constants/time-filter.constants.d.ts +1 -0
  96. package/lib/components/ca-filters/utils/constants/time-filter.constants.d.ts.map +1 -0
  97. package/lib/components/ca-filters/utils/svg-routes/ca-filters-svg-routes.d.ts +1 -0
  98. package/lib/components/ca-filters/utils/svg-routes/ca-filters-svg-routes.d.ts.map +1 -0
  99. package/lib/components/ca-filters/utils/svg-routes/ca-money-filter-svg-routes.d.ts +1 -0
  100. package/lib/components/ca-filters/utils/svg-routes/ca-money-filter-svg-routes.d.ts.map +1 -0
  101. package/lib/components/ca-input/ca-input.component.d.ts +5 -4
  102. package/lib/components/ca-input/ca-input.component.d.ts.map +1 -0
  103. package/lib/components/ca-input/components/ca-input-clear/ca-input-clear.component.d.ts +4 -3
  104. package/lib/components/ca-input/components/ca-input-clear/ca-input-clear.component.d.ts.map +1 -0
  105. package/lib/components/ca-input/components/ca-input-password/ca-input-password.component.d.ts +3 -2
  106. package/lib/components/ca-input/components/ca-input-password/ca-input-password.component.d.ts.map +1 -0
  107. package/lib/components/ca-input/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.d.ts +3 -2
  108. package/lib/components/ca-input/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.d.ts.map +1 -0
  109. package/lib/components/ca-input/config/ca-input.config.d.ts +1 -0
  110. package/lib/components/ca-input/config/ca-input.config.d.ts.map +1 -0
  111. package/lib/components/ca-input/models/label-color.model.d.ts +1 -0
  112. package/lib/components/ca-input/models/label-color.model.d.ts.map +1 -0
  113. package/lib/components/ca-input/pipes/input-class.pipe.d.ts +2 -1
  114. package/lib/components/ca-input/pipes/input-class.pipe.d.ts.map +1 -0
  115. package/lib/components/ca-input/pipes/input-clear-class.pipe.d.ts +2 -1
  116. package/lib/components/ca-input/pipes/input-clear-class.pipe.d.ts.map +1 -0
  117. package/lib/components/ca-input/pipes/input-container-class.pipe.d.ts +2 -1
  118. package/lib/components/ca-input/pipes/input-container-class.pipe.d.ts.map +1 -0
  119. package/lib/components/ca-input/pipes/input-error.pipe.d.ts +1 -0
  120. package/lib/components/ca-input/pipes/input-error.pipe.d.ts.map +1 -0
  121. package/lib/components/ca-input/pipes/input-password-eye-class.pipe.d.ts +2 -1
  122. package/lib/components/ca-input/pipes/input-password-eye-class.pipe.d.ts.map +1 -0
  123. package/lib/components/ca-input/pipes/input-placeholder-icon.class.pipe.d.ts +3 -2
  124. package/lib/components/ca-input/pipes/input-placeholder-icon.class.pipe.d.ts.map +1 -0
  125. package/lib/components/ca-input/pipes/input-type.pipe.d.ts +1 -0
  126. package/lib/components/ca-input/pipes/input-type.pipe.d.ts.map +1 -0
  127. package/lib/components/ca-input/pipes/label-class.pipe.d.ts +2 -1
  128. package/lib/components/ca-input/pipes/label-class.pipe.d.ts.map +1 -0
  129. package/lib/components/ca-input/pipes/show-clear.pipe.d.ts +2 -1
  130. package/lib/components/ca-input/pipes/show-clear.pipe.d.ts.map +1 -0
  131. package/lib/components/ca-input/pipes/show-invalid-danger-mark.pipe.d.ts +2 -1
  132. package/lib/components/ca-input/pipes/show-invalid-danger-mark.pipe.d.ts.map +1 -0
  133. package/lib/components/ca-input/pipes/show-valid-check.pipe.d.ts +2 -1
  134. package/lib/components/ca-input/pipes/show-valid-check.pipe.d.ts.map +1 -0
  135. package/lib/components/ca-input/services/ca-input-state.service.d.ts +2 -1
  136. package/lib/components/ca-input/services/ca-input-state.service.d.ts.map +1 -0
  137. package/lib/components/ca-input/utils/input-svg-routes.d.ts +1 -0
  138. package/lib/components/ca-input/utils/input-svg-routes.d.ts.map +1 -0
  139. package/lib/components/ca-input-radiobuttons/ca-input-radiobuttons.component.d.ts +1 -0
  140. package/lib/components/ca-input-radiobuttons/ca-input-radiobuttons.component.d.ts.map +1 -0
  141. package/lib/components/ca-map/ca-map.component.d.ts +2 -1
  142. package/lib/components/ca-map/ca-map.component.d.ts.map +1 -0
  143. package/lib/components/ca-map/enums/google-map.enum.d.ts +1 -0
  144. package/lib/components/ca-map/enums/google-map.enum.d.ts.map +1 -0
  145. package/lib/components/ca-map/enums/toolbar-filter-string.enum.d.ts +1 -0
  146. package/lib/components/ca-map/enums/toolbar-filter-string.enum.d.ts.map +1 -0
  147. package/lib/components/ca-map/models/map.model.d.ts +3 -2
  148. package/lib/components/ca-map/models/map.model.d.ts.map +1 -0
  149. package/lib/components/ca-map/utils/helpers/map.helper.d.ts +1 -0
  150. package/lib/components/ca-map/utils/helpers/map.helper.d.ts.map +1 -0
  151. package/lib/components/ca-map/utils/map-svg-routes/map-svg-routes.d.ts +1 -0
  152. package/lib/components/ca-map/utils/map-svg-routes/map-svg-routes.d.ts.map +1 -0
  153. package/lib/components/ca-map-dropdown/ca-map-dropdown.component.d.ts +3 -3
  154. package/lib/components/ca-map-dropdown/ca-map-dropdown.component.d.ts.map +1 -0
  155. package/lib/components/ca-map-dropdown/utils/svg-routes/map-dropdown-svg-routes.d.ts +1 -0
  156. package/lib/components/ca-map-dropdown/utils/svg-routes/map-dropdown-svg-routes.d.ts.map +1 -0
  157. package/lib/components/ca-note/ca-note.component.d.ts +4 -3
  158. package/lib/components/ca-note/ca-note.component.d.ts.map +1 -0
  159. package/lib/components/ca-note/utils/helper/copy-paste.helper.d.ts +1 -0
  160. package/lib/components/ca-note/utils/helper/copy-paste.helper.d.ts.map +1 -0
  161. package/lib/components/ca-note/utils/svg-routes/note-svg-routes.d.ts +1 -0
  162. package/lib/components/ca-note/utils/svg-routes/note-svg-routes.d.ts.map +1 -0
  163. package/lib/components/ca-note-container/ca-note-container.component.d.ts +4 -3
  164. package/lib/components/ca-note-container/ca-note-container.component.d.ts.map +1 -0
  165. package/lib/components/ca-note-container/enums/note-default-string.enum.d.ts +1 -0
  166. package/lib/components/ca-note-container/enums/note-default-string.enum.d.ts.map +1 -0
  167. package/lib/components/ca-note-container/enums/note-selected-color.enum.d.ts +1 -0
  168. package/lib/components/ca-note-container/enums/note-selected-color.enum.d.ts.map +1 -0
  169. package/lib/components/ca-note-container/models/note-colors.model.d.ts +1 -0
  170. package/lib/components/ca-note-container/models/note-colors.model.d.ts.map +1 -0
  171. package/lib/components/ca-note-container/utils/constants/note-config.constant.d.ts +3 -2
  172. package/lib/components/ca-note-container/utils/constants/note-config.constant.d.ts.map +1 -0
  173. package/lib/components/ca-note-container/utils/svg-routes/note-container-svg-routes.d.ts +1 -0
  174. package/lib/components/ca-note-container/utils/svg-routes/note-container-svg-routes.d.ts.map +1 -0
  175. package/lib/components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component.d.ts +3 -2
  176. package/lib/components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component.d.ts.map +1 -0
  177. package/lib/components/ca-payroll-list-summary-overview/utils/svg-routes/payroll-list-summary-svg-routes.d.ts +1 -0
  178. package/lib/components/ca-payroll-list-summary-overview/utils/svg-routes/payroll-list-summary-svg-routes.d.ts.map +1 -0
  179. package/lib/components/ca-payroll-list-summary-overview-table/ca-payroll-list-summary-overview-table.component.d.ts +2 -1
  180. package/lib/components/ca-payroll-list-summary-overview-table/ca-payroll-list-summary-overview-table.component.d.ts.map +1 -0
  181. package/lib/components/ca-pickup-delivery-block/ca-pickup-delivery-block.component.d.ts +4 -3
  182. package/lib/components/ca-pickup-delivery-block/ca-pickup-delivery-block.component.d.ts.map +1 -0
  183. package/lib/components/ca-pickup-delivery-block/components/ca-load/ca-load.component.d.ts +5 -4
  184. package/lib/components/ca-pickup-delivery-block/components/ca-load/ca-load.component.d.ts.map +1 -0
  185. package/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-list/ca-load-list.component.d.ts +6 -5
  186. package/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-list/ca-load-list.component.d.ts.map +1 -0
  187. package/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.d.ts +6 -5
  188. package/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.d.ts.map +1 -0
  189. package/lib/components/ca-pickup-delivery-block/models/adress-model.d.ts +1 -0
  190. package/lib/components/ca-pickup-delivery-block/models/adress-model.d.ts.map +1 -0
  191. package/lib/components/ca-pickup-delivery-block/models/animation-model.d.ts +2 -1
  192. package/lib/components/ca-pickup-delivery-block/models/animation-model.d.ts.map +1 -0
  193. package/lib/components/ca-pickup-delivery-block/models/broker-short-response.d.ts +2 -1
  194. package/lib/components/ca-pickup-delivery-block/models/broker-short-response.d.ts.map +1 -0
  195. package/lib/components/ca-pickup-delivery-block/models/dispatch-assigned-load-list-response.d.ts +2 -1
  196. package/lib/components/ca-pickup-delivery-block/models/dispatch-assigned-load-list-response.d.ts.map +1 -0
  197. package/lib/components/ca-pickup-delivery-block/models/enum-value.d.ts +1 -0
  198. package/lib/components/ca-pickup-delivery-block/models/enum-value.d.ts.map +1 -0
  199. package/lib/components/ca-pickup-delivery-block/models/load-short-response.d.ts +4 -3
  200. package/lib/components/ca-pickup-delivery-block/models/load-short-response.d.ts.map +1 -0
  201. package/lib/components/ca-pickup-delivery-block/models/load-stop-short-response.d.ts +3 -2
  202. package/lib/components/ca-pickup-delivery-block/models/load-stop-short-response.d.ts.map +1 -0
  203. package/lib/components/ca-pickup-delivery-block/models/shipper-short-response.d.ts +2 -1
  204. package/lib/components/ca-pickup-delivery-block/models/shipper-short-response.d.ts.map +1 -0
  205. package/lib/components/ca-pickup-delivery-block/models/status-types.enum.d.ts +1 -0
  206. package/lib/components/ca-pickup-delivery-block/models/status-types.enum.d.ts.map +1 -0
  207. package/lib/components/ca-pickup-delivery-block/utils/constants/animation-object-default.constants.d.ts +2 -1
  208. package/lib/components/ca-pickup-delivery-block/utils/constants/animation-object-default.constants.d.ts.map +1 -0
  209. package/lib/components/ca-pickup-delivery-block/utils/constants/pickup-delivery-block.constants.d.ts +1 -0
  210. package/lib/components/ca-pickup-delivery-block/utils/constants/pickup-delivery-block.constants.d.ts.map +1 -0
  211. package/lib/components/ca-pickup-delivery-block/utils/helpers/pickup-delivery.helper.d.ts +4 -3
  212. package/lib/components/ca-pickup-delivery-block/utils/helpers/pickup-delivery.helper.d.ts.map +1 -0
  213. package/lib/components/ca-pickup-delivery-block/utils/svg-routes/options-icon.routes.d.ts +1 -0
  214. package/lib/components/ca-pickup-delivery-block/utils/svg-routes/options-icon.routes.d.ts.map +1 -0
  215. package/lib/components/ca-pickup-delivery-block/utils/svg-routes/pickup-delivery-svg.routes.d.ts +1 -0
  216. package/lib/components/ca-pickup-delivery-block/utils/svg-routes/pickup-delivery-svg.routes.d.ts.map +1 -0
  217. package/lib/components/ca-pickup-delivery-block/utils/svg-routes/return-arrow.routes.d.ts +1 -0
  218. package/lib/components/ca-pickup-delivery-block/utils/svg-routes/return-arrow.routes.d.ts.map +1 -0
  219. package/lib/components/ca-profile-image/ca-profile-image.component.d.ts +1 -0
  220. package/lib/components/ca-profile-image/ca-profile-image.component.d.ts.map +1 -0
  221. package/lib/components/ca-progress-bar/ca-progress-bar.component.d.ts +3 -2
  222. package/lib/components/ca-progress-bar/ca-progress-bar.component.d.ts.map +1 -0
  223. package/lib/components/ca-progress-bar/models/gps-progress.model.d.ts +1 -0
  224. package/lib/components/ca-progress-bar/models/gps-progress.model.d.ts.map +1 -0
  225. package/lib/components/ca-progress-bar/utils/constants/progress-bar.constants.d.ts +1 -0
  226. package/lib/components/ca-progress-bar/utils/constants/progress-bar.constants.d.ts.map +1 -0
  227. package/lib/components/ca-progress-bar/utils/svg-routes/progress-bar-svg-routes.d.ts +1 -0
  228. package/lib/components/ca-progress-bar/utils/svg-routes/progress-bar-svg-routes.d.ts.map +1 -0
  229. package/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.d.ts +3 -2
  230. package/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.d.ts.map +1 -0
  231. package/lib/components/ca-search-multiple-states/utils/config/input-config.d.ts +2 -1
  232. package/lib/components/ca-search-multiple-states/utils/config/input-config.d.ts.map +1 -0
  233. package/lib/components/ca-search-multiple-states/utils/svg-routes/search-multiple-states.routes.d.ts +1 -0
  234. package/lib/components/ca-search-multiple-states/utils/svg-routes/search-multiple-states.routes.d.ts.map +1 -0
  235. package/lib/components/ca-spinner/ca-spinner.component.d.ts +1 -0
  236. package/lib/components/ca-spinner/ca-spinner.component.d.ts.map +1 -0
  237. package/lib/components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component.d.ts +2 -1
  238. package/lib/components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component.d.ts.map +1 -0
  239. package/lib/components/ca-truck-trailer-progress-bar/models/progress-dropdown-data.model.d.ts +2 -1
  240. package/lib/components/ca-truck-trailer-progress-bar/models/progress-dropdown-data.model.d.ts.map +1 -0
  241. package/lib/constants/map.constant.d.ts +1 -0
  242. package/lib/constants/map.constant.d.ts.map +1 -0
  243. package/lib/directives/placeholder-directive.d.ts +1 -0
  244. package/lib/directives/placeholder-directive.d.ts.map +1 -0
  245. package/lib/enums/load-filter-string.enum.d.ts +1 -0
  246. package/lib/enums/load-filter-string.enum.d.ts.map +1 -0
  247. package/lib/enums/load-status.enum.d.ts +1 -0
  248. package/lib/enums/load-status.enum.d.ts.map +1 -0
  249. package/lib/models/array-status.model.d.ts +1 -0
  250. package/lib/models/array-status.model.d.ts.map +1 -0
  251. package/lib/models/card-models/card-table-data.model.d.ts +4 -3
  252. package/lib/models/card-models/card-table-data.model.d.ts.map +1 -0
  253. package/lib/models/color-response.d.ts +1 -0
  254. package/lib/models/color-response.d.ts.map +1 -0
  255. package/lib/models/dropdown.model.d.ts +1 -0
  256. package/lib/models/dropdown.model.d.ts.map +1 -0
  257. package/lib/models/filter-output-params.model.d.ts +1 -0
  258. package/lib/models/filter-output-params.model.d.ts.map +1 -0
  259. package/lib/models/filter-output.model.d.ts +1 -0
  260. package/lib/models/filter-output.model.d.ts.map +1 -0
  261. package/lib/models/note-active-options.model.d.ts +1 -0
  262. package/lib/models/note-active-options.model.d.ts.map +1 -0
  263. package/lib/models/payroll-list-summary.model.d.ts +1 -0
  264. package/lib/models/payroll-list-summary.model.d.ts.map +1 -0
  265. package/lib/models/table-models/table-body-color-label.model.d.ts +1 -0
  266. package/lib/models/table-models/table-body-color-label.model.d.ts.map +1 -0
  267. package/lib/models/time-filter.model.d.ts +1 -0
  268. package/lib/models/time-filter.model.d.ts.map +1 -0
  269. package/lib/models/trailer-minimal-response.d.ts +2 -1
  270. package/lib/models/trailer-minimal-response.d.ts.map +1 -0
  271. package/lib/models/trailer-type-response.d.ts +1 -0
  272. package/lib/models/trailer-type-response.d.ts.map +1 -0
  273. package/lib/models/truck-minimal-response.d.ts +3 -2
  274. package/lib/models/truck-minimal-response.d.ts.map +1 -0
  275. package/lib/models/truck-type-response.d.ts +1 -0
  276. package/lib/models/truck-type-response.d.ts.map +1 -0
  277. package/lib/pipes/dropdown-load-status-color.pipe.d.ts +1 -0
  278. package/lib/pipes/dropdown-load-status-color.pipe.d.ts.map +1 -0
  279. package/lib/pipes/format-currency.pipe.d.ts +1 -0
  280. package/lib/pipes/format-currency.pipe.d.ts.map +1 -0
  281. package/lib/pipes/safe-html.pipe.d.ts +1 -0
  282. package/lib/pipes/safe-html.pipe.d.ts.map +1 -0
  283. package/lib/pipes/ta-svg.pipe.d.ts +1 -0
  284. package/lib/pipes/ta-svg.pipe.d.ts.map +1 -0
  285. package/lib/pipes/thousand-separator.pipe.d.ts +1 -0
  286. package/lib/pipes/thousand-separator.pipe.d.ts.map +1 -0
  287. package/lib/pipes/thousand-to-short-format-pipe.d.ts +1 -0
  288. package/lib/pipes/thousand-to-short-format-pipe.d.ts.map +1 -0
  289. package/lib/services/truckassist-table.service.d.ts +1 -0
  290. package/lib/services/truckassist-table.service.d.ts.map +1 -0
  291. package/lib/utils/helpers/methods-calculations.helper.d.ts +1 -0
  292. package/lib/utils/helpers/methods-calculations.helper.d.ts.map +1 -0
  293. package/package.json +1 -1
  294. package/public-api.d.ts +1 -0
  295. package/public-api.d.ts.map +1 -0
@@ -1,7 +1,7 @@
1
1
  import { PipeTransform } from "@angular/core";
2
2
  import { AbstractControl } from "@angular/forms";
3
- import { ICaInput } from "@shared/components/ca-input/config/ca-input.config";
4
- import { LabelColor } from "@shared/components/ca-input/models/label-color.model";
3
+ import { ICaInput } from "@ca-shared/components/ca-input/config/ca-input.config";
4
+ import { LabelColor } from "@ca-shared/components/ca-input/models/label-color.model";
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class InputPlaceholderIconClassPipe implements PipeTransform {
7
7
  transform(getSuperControl: AbstractControl<any, any> | null, isFocusInput: boolean, inputConfig: ICaInput, selectedDropdownLabelColor: LabelColor, isTouchedInput: boolean, value: string): {
@@ -10,3 +10,4 @@ export declare class InputPlaceholderIconClassPipe implements PipeTransform {
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<InputPlaceholderIconClassPipe, never>;
11
11
  static ɵpipe: i0.ɵɵPipeDeclaration<InputPlaceholderIconClassPipe, "inputPlaceholderIconClass", true>;
12
12
  }
13
+ //# sourceMappingURL=input-placeholder-icon.class.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-placeholder-icon.class.pipe.d.ts","sourceRoot":"","sources":["../../../../../../projects/ca-components/src/lib/components/ca-input/pipes/input-placeholder-icon.class.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAE,QAAQ,EAAE,MAAM,uDAAuD,CAAC;AACjF,OAAO,EAAE,UAAU,EAAE,MAAM,yDAAyD,CAAC;;AAErF,qBAIa,6BAA8B,YAAW,aAAa;IACjE,SAAS,CACP,eAAe,EAAE,eAAe,CAAC,GAAG,EAAE,GAAG,CAAC,GAAG,IAAI,EACjD,YAAY,EAAE,OAAO,EACrB,WAAW,EAAE,QAAQ,EACrB,0BAA0B,EAAE,UAAU,EACtC,cAAc,EAAE,OAAO,EACvB,KAAK,EAAE,MAAM,GACZ;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,GAAG,SAAS,CAAA;KAAE;yCAR9B,6BAA6B;uCAA7B,6BAA6B;CAyDzC"}
@@ -5,3 +5,4 @@ export declare class InputTypePipe implements PipeTransform {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<InputTypePipe, never>;
6
6
  static ɵpipe: i0.ɵɵPipeDeclaration<InputTypePipe, "inputType", true>;
7
7
  }
8
+ //# sourceMappingURL=input-type.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-type.pipe.d.ts","sourceRoot":"","sources":["../../../../../../projects/ca-components/src/lib/components/ca-input/pipes/input-type.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;;AAEpD,qBAIa,aAAc,YAAW,aAAa;IAC/C,SAAS,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,GAAG,GAAG;yCADnC,aAAa;uCAAb,aAAa;CAWzB"}
@@ -1,5 +1,5 @@
1
1
  import { PipeTransform } from '@angular/core';
2
- import { ICaInput } from '@shared/components/ca-input/config/ca-input.config';
2
+ import { ICaInput } from '@ca-shared/components/ca-input/config/ca-input.config';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class LabelClassPipe implements PipeTransform {
5
5
  transform(value: string, isFocusInput: boolean, inputConfig: ICaInput): {
@@ -8,3 +8,4 @@ export declare class LabelClassPipe implements PipeTransform {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<LabelClassPipe, never>;
9
9
  static ɵpipe: i0.ɵɵPipeDeclaration<LabelClassPipe, "labelClass", true>;
10
10
  }
11
+ //# sourceMappingURL=label-class.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"label-class.pipe.d.ts","sourceRoot":"","sources":["../../../../../../projects/ca-components/src/lib/components/ca-input/pipes/label-class.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,QAAQ,EAAE,MAAM,uDAAuD,CAAC;;AAGjF,qBAIa,cAAe,YAAW,aAAa;IAClD,SAAS,CACP,KAAK,EAAE,MAAM,EACb,YAAY,EAAE,OAAO,EACrB,WAAW,EAAE,QAAQ,GACpB;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,GAAG,IAAI,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,CAAA;KAAE;yCALvD,cAAc;uCAAd,cAAc;CAyB1B"}
@@ -1,8 +1,9 @@
1
1
  import { PipeTransform } from "@angular/core";
2
- import { ICaInput } from "@shared/components/ca-input/config/ca-input.config";
2
+ import { ICaInput } from "@ca-shared/components/ca-input/config/ca-input.config";
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class ShowClearPipe implements PipeTransform {
5
5
  transform(inputConfig: ICaInput): boolean | undefined;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<ShowClearPipe, never>;
7
7
  static ɵpipe: i0.ɵɵPipeDeclaration<ShowClearPipe, "showClear", true>;
8
8
  }
9
+ //# sourceMappingURL=show-clear.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"show-clear.pipe.d.ts","sourceRoot":"","sources":["../../../../../../projects/ca-components/src/lib/components/ca-input/pipes/show-clear.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,QAAQ,EAAE,MAAM,uDAAuD,CAAC;;AAEjF,qBAIa,aAAc,YAAW,aAAa;IACjD,SAAS,CAAC,WAAW,EAAE,QAAQ,GAAG,OAAO,GAAG,SAAS;yCAD1C,aAAa;uCAAb,aAAa;CAWzB"}
@@ -1,9 +1,10 @@
1
1
  import { PipeTransform } from "@angular/core";
2
2
  import { AbstractControl } from "@angular/forms";
3
- import { ICaInput } from "@shared/components/ca-input/config/ca-input.config";
3
+ import { ICaInput } from "@ca-shared/components/ca-input/config/ca-input.config";
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class ShowInvalidDangerMarkPipe implements PipeTransform {
6
6
  transform(inputConfig: ICaInput, getSuperControl: AbstractControl<any, any> | null, isFocusInput: boolean, isTouchedInput: boolean, value: string): boolean | undefined;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<ShowInvalidDangerMarkPipe, never>;
8
8
  static ɵpipe: i0.ɵɵPipeDeclaration<ShowInvalidDangerMarkPipe, "showInvalidDangerMark", true>;
9
9
  }
10
+ //# sourceMappingURL=show-invalid-danger-mark.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"show-invalid-danger-mark.pipe.d.ts","sourceRoot":"","sources":["../../../../../../projects/ca-components/src/lib/components/ca-input/pipes/show-invalid-danger-mark.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAE,QAAQ,EAAE,MAAM,uDAAuD,CAAC;;AAEjF,qBAIa,yBAA0B,YAAW,aAAa;IAC7D,SAAS,CACP,WAAW,EAAE,QAAQ,EACrB,eAAe,EAAE,eAAe,CAAC,GAAG,EAAE,GAAG,CAAC,GAAG,IAAI,EACjD,YAAY,EAAE,OAAO,EACrB,cAAc,EAAE,OAAO,EACvB,KAAK,EAAE,MAAM,GACZ,OAAO,GAAG,SAAS;yCAPX,yBAAyB;uCAAzB,yBAAyB;CAsBrC"}
@@ -1,9 +1,10 @@
1
1
  import { PipeTransform } from "@angular/core";
2
2
  import { AbstractControl } from "@angular/forms";
3
- import { ICaInput } from "@shared/components/ca-input/config/ca-input.config";
3
+ import { ICaInput } from "@ca-shared/components/ca-input/config/ca-input.config";
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class ShowValidCheckPipe implements PipeTransform {
6
6
  transform(getSuperControl: AbstractControl<any, any> | null, isFocusInput: boolean, inputConfig: ICaInput, value: string): boolean;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<ShowValidCheckPipe, never>;
8
8
  static ɵpipe: i0.ɵɵPipeDeclaration<ShowValidCheckPipe, "showValidCheck", true>;
9
9
  }
10
+ //# sourceMappingURL=show-valid-check.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"show-valid-check.pipe.d.ts","sourceRoot":"","sources":["../../../../../../projects/ca-components/src/lib/components/ca-input/pipes/show-valid-check.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAE,QAAQ,EAAE,MAAM,uDAAuD,CAAC;;AAEjF,qBAIa,kBAAmB,YAAW,aAAa;IACtD,SAAS,CACP,eAAe,EAAE,eAAe,CAAC,GAAG,EAAE,GAAG,CAAC,GAAG,IAAI,EACjD,YAAY,EAAE,OAAO,EACrB,WAAW,EAAE,QAAQ,EACrB,KAAK,EAAE,MAAM,GACZ,OAAO;yCANC,kBAAkB;uCAAlB,kBAAkB;CAqB9B"}
@@ -1,6 +1,6 @@
1
1
  import { ElementRef } from "@angular/core";
2
2
  import { Observable } from "rxjs";
3
- import { ICaInput } from '@shared/components/ca-input/config/ca-input.config';
3
+ import { ICaInput } from '@ca-shared/components/ca-input/config/ca-input.config';
4
4
  import { NgControl } from "@angular/forms";
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class InputStateService {
@@ -22,3 +22,4 @@ export declare class InputStateService {
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<InputStateService, never>;
23
23
  static ɵprov: i0.ɵɵInjectableDeclaration<InputStateService>;
24
24
  }
25
+ //# sourceMappingURL=ca-input-state.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ca-input-state.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/ca-components/src/lib/components/ca-input/services/ca-input-state.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAc,MAAM,eAAe,CAAC;AACvD,OAAO,EAAmB,UAAU,EAAE,MAAM,MAAM,CAAC;AACnD,OAAO,EAAE,QAAQ,EAAE,MAAM,uDAAuD,CAAC;AACjF,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;;AAE3C,qBAGa,iBAAiB;IAC5B,OAAO,CAAC,mBAAmB,CAAuC;IAC3D,aAAa,EAAE,UAAU,CAAC,OAAO,CAAC,CACC;IAE1C,OAAO,CAAC,qBAAqB,CAAuC;IAC7D,eAAe,EAAE,UAAU,CAAC,OAAO,CAAC,CACC;IAE5C,OAAO,CAAC,WAAW,CAAY;IAE/B,OAAO,CAAC,KAAK,CAAc;IAC3B,OAAO,CAAC,YAAY,CAAa;;IAI1B,eAAe,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI;IAIrC,iBAAiB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI;IAIvC,kBAAkB,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAI3C,eAAe,CAAC,YAAY,EAAE,SAAS,GAAG,IAAI;IAI9C,cAAc,CAAC,MAAM,EAAE,QAAQ,GAAG,IAAI;IAItC,UAAU,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAsC9B,aAAa,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;yCA1E7B,iBAAiB;6CAAjB,iBAAiB;CAqG7B"}
@@ -6,3 +6,4 @@ export declare class InputSvgRoutes {
6
6
  static eyeVisibleSvg: string;
7
7
  static eyeHiddenSvg: string;
8
8
  }
9
+ //# sourceMappingURL=input-svg-routes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-svg-routes.d.ts","sourceRoot":"","sources":["../../../../../../projects/ca-components/src/lib/components/ca-input/utils/input-svg-routes.ts"],"names":[],"mappings":"AAAA,qBAAa,cAAc;IACzB,MAAM,CAAC,cAAc,EAAE,MAAM,CAAmC;IAChE,MAAM,CAAC,SAAS,EAAE,MAAM,CAAwB;IAChD,MAAM,CAAC,UAAU,EAAE,MAAM,CAA+B;IACxD,MAAM,CAAC,SAAS,EAAE,MAAM,CAA6B;IACrD,MAAM,CAAC,aAAa,EAAE,MAAM,CAAkC;IAC9D,MAAM,CAAC,YAAY,EAAE,MAAM,CAAiC;CAC7D"}
@@ -19,3 +19,4 @@ export declare class CaInputRadiobuttonsComponent {
19
19
  static ɵcmp: i0.ɵɵComponentDeclaration<CaInputRadiobuttonsComponent, "app-ca-input-radiobuttons", never, { "buttons": { "alias": "buttons"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "displayRequiredNote": { "alias": "displayRequiredNote"; "required": false; }; }, { "changedValue": "changedValue"; }, never, never, true, never>;
20
20
  }
21
21
  export {};
22
+ //# sourceMappingURL=ca-input-radiobuttons.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ca-input-radiobuttons.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ca-components/src/lib/components/ca-input-radiobuttons/ca-input-radiobuttons.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;;AAGvE,UAAU,WAAW;IACnB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,qBAYa,4BAA4B;IAC9B,OAAO,EAAE,WAAW,EAAE,GAAG,IAAI,CAAQ;IACrC,QAAQ,EAAE,OAAO,CAAS;IAC1B,mBAAmB,CAAC,EAAE,OAAO,CAAS;IAErC,YAAY,EAAE,YAAY,CAAC,WAAW,EAAE,CAAC,CAEtC;IAEN,QAAQ,CAAC,MAAM,EAAE,WAAW,GAAG,IAAI;IAMnC,QAAQ,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,GAAG,MAAM;yCAftC,4BAA4B;2CAA5B,4BAA4B;CAkBxC"}
@@ -1,7 +1,7 @@
1
1
  /// <reference types="google.maps" />
2
2
  import { ChangeDetectorRef, EventEmitter, QueryList, SimpleChanges } from '@angular/core';
3
3
  import { GoogleMap, MapInfoWindow, MapMarker } from '@angular/google-maps';
4
- import { IMapMarkers } from '@shared/components/ca-map/models/map.model';
4
+ import { IMapMarkers } from '@ca-shared/components/ca-map/models/map.model';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class CaMapComponent {
7
7
  cd: ChangeDetectorRef;
@@ -54,3 +54,4 @@ export declare class CaMapComponent {
54
54
  static ɵfac: i0.ɵɵFactoryDeclaration<CaMapComponent, never>;
55
55
  static ɵcmp: i0.ɵɵComponentDeclaration<CaMapComponent, "app-ca-map", never, { "data": { "alias": "data"; "required": false; }; }, { "markerClick": "markerClick"; }, never, never, true, never>;
56
56
  }
57
+ //# sourceMappingURL=ca-map.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ca-map.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ca-components/src/lib/components/ca-map/ca-map.component.ts"],"names":[],"mappings":";AACA,OAAO,EACH,iBAAiB,EAEjB,YAAY,EAGZ,SAAS,EACT,aAAa,EAGhB,MAAM,eAAe,CAAC;AAGvB,OAAO,EACH,SAAS,EAET,aAAa,EACb,SAAS,EACZ,MAAM,sBAAsB,CAAC;AAW9B,OAAO,EACH,WAAW,EAEd,MAAM,+CAA+C,CAAC;;AAKvD,qBAca,cAAc;IACJ,EAAE,EAAE,iBAAiB;gBAArB,EAAE,EAAE,iBAAiB;IAC/B,IAAI,EAAE,GAAG,CAAC;IACT,WAAW,0CAAiD;IAC7B,IAAI,EAAG,SAAS,CAAC;IAClC,MAAM,EAAG,SAAS,CAAC,SAAS,CAAC,CAAC;IACzB,eAAe,EAAG,SAAS,CAAC,aAAa,CAAC,CAAC;IACzC,aAAa,EAAG,SAAS,CAAC,SAAS,CAAC,CAAC;IAE7D,sBAAsB,EAAG,SAAS,CAAC,aAAa,CAAC,CAAC;IAClD,mBAAmB,EAAG,aAAa,GAAG,IAAI,CAAC;IAC3C,wBAAwB,EAAE,MAAM,GAAG,IAAI,CAAQ;IAC/C,0BAA0B,EAAG,aAAa,GAAG,IAAI,CAAC;IAClD,+BAA+B,EAAE,MAAM,GAAG,IAAI,CAAQ;IACtD,SAAS,EAAE,OAAO,CAAQ;IAC1B,eAAe,EAAG,MAAM,CAAC;IACzB,WAAW,EAAG,MAAM,CAAC;IACrB,sBAAsB,EAAG,MAAM,CAAC;IAChC,kBAAkB,EAAG,MAAM,CAAC;IACnC,OAAO,CAAC,gBAAgB,CAAuC;IACxD,mBAAmB,EAAE,MAAM,CAAC,IAAI,CAAC,kBAAkB,EAAE,CAAM;IAC3D,YAAY,EAAE;QACjB,GAAG,EAAE,MAAM,CAAC;QACZ,WAAW,EAAE,MAAM,CAAC,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC;KACzC,EAAE,CAAM;IACF,kBAAkB,EAAE;QACvB,GAAG,EAAE,MAAM,CAAC;QACZ,WAAW,EAAE,MAAM,CAAC,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC;KACzC,EAAE,CAAM;IAET,QAAQ;IAUR,WAAW,CAAC,OAAO,EAAE,aAAa;IAM3B,yBAAyB,IAAI,IAAI;IAgBjC,gCAAgC,IAAI,IAAI;IAgBxC,aAAa,CAChB,CAAC,EAAE,MAAM,EACT,KAAK,EAAE,MAAM,CAAC,IAAI,CAAC,aAAa,EAChC,UAAU,EAAE,WAAW,GACxB,IAAI;IA8EA,kBAAkB,IAAI,IAAI;IAQ1B,wBAAwB,IAAI,IAAI;IAsDhC,oBAAoB,CACvB,CAAC,EAAE,MAAM,EACT,KAAK,EAAE,MAAM,CAAC,IAAI,CAAC,aAAa,EAChC,UAAU,EAAE,WAAW,GACxB,IAAI;IAwFP,eAAe;IAgCR,iBAAiB,IAAI,IAAI;IAoBzB,mBAAmB,IAAI,IAAI;IAgB3B,UAAU,IAAI;QACjB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,WAAW,CAAC,EAAE,MAAM,CAAC;KACxB,GAAG,IAAI;IAyBD,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;IAItC,WAAW;yCAhaF,cAAc;2CAAd,cAAc;CAma1B"}
@@ -2,3 +2,4 @@ export declare enum GoogleMapEnum {
2
2
  STROKE_OPACITY = 0.4,
3
3
  STROKE_COLOR = "blue"
4
4
  }
5
+ //# sourceMappingURL=google-map.enum.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"google-map.enum.d.ts","sourceRoot":"","sources":["../../../../../../projects/ca-components/src/lib/components/ca-map/enums/google-map.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACvB,cAAc,MAAM;IACpB,YAAY,SAAS;CACtB"}
@@ -31,3 +31,4 @@ export declare enum ToolbarFilterStringEnum {
31
31
  MIN_VALUE = "0",
32
32
  MAX_VALUE = "5,000"
33
33
  }
34
+ //# sourceMappingURL=toolbar-filter-string.enum.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toolbar-filter-string.enum.d.ts","sourceRoot":"","sources":["../../../../../../projects/ca-components/src/lib/components/ca-map/enums/toolbar-filter-string.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,uBAAuB;IAG/B,iBAAiB,qBAAqB;IACtC,aAAa,iBAAiB;IAC9B,SAAS,aAAa;IACtB,oBAAoB,uBAAuB;IAC3C,sBAAsB,yBAAyB;IAC/C,YAAY,gBAAgB;IAC5B,cAAc,kBAAkB;IAChC,gBAAgB,mBAAmB;IACnC,aAAa,iBAAiB;IAC9B,aAAa,iBAAiB;IAC9B,iBAAiB,oBAAoB;IACrC,mBAAmB,sBAAsB;IACzC,WAAW,eAAe;IAC1B,YAAY,gBAAgB;IAC5B,YAAY,gBAAgB;IAC5B,WAAW,eAAe;IAC1B,aAAa,iBAAiB;IAC9B,eAAe,mBAAmB;IAClC,gBAAgB,oBAAoB;IACpC,eAAe,mBAAmB;IAClC,YAAY,gBAAgB;IAC5B,YAAY,gBAAgB;IAC5B,UAAU,cAAc;IAGxB,MAAM,WAAW;IACjB,QAAQ,WAAW;IAGnB,wBAAwB,KAAK;IAG7B,MAAM,WAAW;IAGjB,cAAc,kBAAkB;IAChC,GAAG,QAAQ;IACX,SAAS,MAAM;IACf,SAAS,UAAU;CACtB"}
@@ -6,15 +6,15 @@ export interface IMapStories {
6
6
  data: {
7
7
  center: IRoutePath;
8
8
  mapZoom: number;
9
- markers?: IMapMarkers[];
9
+ mapOptions: IMapOptions;
10
10
  clustermarkers?: IMapMarkers[];
11
11
  routingMarkers?: IMapMarkers[];
12
- mapOptions: IMapOptions;
13
12
  routePath?: IMapRoutePath[];
14
13
  isAccidentMap?: boolean;
15
14
  stateBoundariesUrl?: {
16
15
  url: string;
17
16
  };
17
+ markers?: IMapMarkers[];
18
18
  view?: string;
19
19
  isUnitViewStops?: boolean;
20
20
  isDriverMiles?: boolean;
@@ -72,3 +72,4 @@ export interface IMapRoutePath {
72
72
  path: IRoutePath[];
73
73
  strokeColor: string;
74
74
  }
75
+ //# sourceMappingURL=map.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"map.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ca-components/src/lib/components/ca-map/models/map.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACzB,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;CACb;AAED,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE;QACJ,MAAM,EAAE,UAAU,CAAC;QACnB,OAAO,EAAE,MAAM,CAAC;QAChB,UAAU,EAAE,WAAW,CAAC;QACxB,cAAc,CAAC,EAAE,WAAW,EAAE,CAAC;QAC/B,cAAc,CAAC,EAAE,WAAW,EAAE,CAAC;QAC/B,SAAS,CAAC,EAAE,aAAa,EAAE,CAAC;QAC5B,aAAa,CAAC,EAAE,OAAO,CAAC;QACxB,kBAAkB,CAAC,EAAE;YAAE,GAAG,EAAE,MAAM,CAAA;SAAE,CAAC;QACrC,OAAO,CAAC,EAAE,WAAW,EAAE,CAAC;QACxB,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,eAAe,CAAC,EAAE,OAAO,CAAC;QAC1B,aAAa,CAAC,EAAE,OAAO,CAAC;KACzB,CAAC;CACH;AAED,MAAM,WAAW,WAAW;IAC1B,UAAU,EAAE;QACV,WAAW,EAAE;YACX,YAAY,EAAE;gBACZ,KAAK,EAAE,MAAM,CAAC;gBACd,KAAK,EAAE,MAAM,CAAC;gBACd,IAAI,EAAE,MAAM,CAAC;gBACb,IAAI,EAAE,MAAM,CAAC;aACd,CAAC;YACF,YAAY,EAAE,OAAO,CAAC;SACvB,CAAC;QACF,iBAAiB,EAAE,OAAO,CAAC;QAC3B,MAAM,EAAE,UAAU,EAAE,CAAC;QACrB,iBAAiB,EAAE,OAAO,CAAC;QAC3B,UAAU,EAAE,OAAO,CAAC;QACpB,eAAe,EAAE,MAAM,CAAC;KACzB,CAAC;CACH;AAED,MAAM,WAAW,UAAU;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,SAAS,EAAE,CAAC;CACtB;AAED,MAAM,WAAW,SAAS;IACxB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,WAAW;IAC1B,QAAQ,EAAE,UAAU,CAAC;IACrB,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,KAAK,CAAC,EAAE,YAAY,CAAC;IACrB,WAAW,CAAC,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;CACxC;AAED,MAAM,WAAW,eAAe;IAC9B,GAAG,EAAE,MAAM,CAAC;IACZ,WAAW,CAAC,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;CACxC;AAED,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,aAAa;IAC5B,IAAI,EAAE,UAAU,EAAE,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;CACrB"}
@@ -7,3 +7,4 @@ export declare class MapHelper {
7
7
  fillOpacity: number;
8
8
  };
9
9
  }
10
+ //# sourceMappingURL=map.helper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"map.helper.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ca-components/src/lib/components/ca-map/utils/helpers/map.helper.ts"],"names":[],"mappings":"AAAA,qBAAa,SAAS;IACpB,MAAM,CAAC,uBAAuB,UAAW,MAAM,MAAM,MAAM,GAAG,MAAM,YA4BlE;IAEF,MAAM,CAAC,oBAAoB,UAAW,MAAM,MAAM,MAAM,GAAG,MAAM,YAW/D;IAEF,MAAM,CAAC,eAAe,CAAC,KAAK,EAAE,MAAM;IAOpC,MAAM,CAAC,oBAAoB,CACzB,YAAY,EAAE,MAAM,EACpB,IAAI,EAAE,MAAM,GACX;QAAE,SAAS,EAAE,MAAM,CAAC;QAAC,WAAW,EAAE,MAAM,CAAA;KAAE;CAmC9C"}
@@ -2,3 +2,4 @@ export declare class MapSvgRoutes {
2
2
  static markerSvgRoute: string;
3
3
  static phone: string;
4
4
  }
5
+ //# sourceMappingURL=map-svg-routes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"map-svg-routes.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ca-components/src/lib/components/ca-map/utils/map-svg-routes/map-svg-routes.ts"],"names":[],"mappings":"AAAA,qBAAa,YAAY;IACvB,MAAM,CAAC,cAAc,EAAE,MAAM,CAAgC;IAC7D,MAAM,CAAC,KAAK,EAAE,MAAM,CAAuB;CAC5C"}
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from "@angular/core";
2
- import { MapDropdownSvgRoutes } from "@shared/components/ca-map-dropdown/utils/svg-routes/map-dropdown-svg-routes";
3
- import { DropDownData, IDropDownActions } from "@shared/components/ca-details-dropdown/models/detail-dropdown.model";
2
+ import { MapDropdownSvgRoutes } from "@ca-shared/components/ca-map-dropdown/utils/svg-routes/map-dropdown-svg-routes";
3
+ import { IDropDownActions } from "@ca-shared/components/ca-details-dropdown/models/detail-dropdown.model";
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class CaMapDropdownComponent {
6
6
  isAccidentMap: boolean;
@@ -33,7 +33,6 @@ export declare class CaMapDropdownComponent {
33
33
  title: string;
34
34
  hasBorder?: undefined;
35
35
  })[];
36
- item: DropDownData;
37
36
  openSideMenu(): void;
38
37
  showHiddenData(): void;
39
38
  callBodyAction(action: IDropDownActions): void;
@@ -41,3 +40,4 @@ export declare class CaMapDropdownComponent {
41
40
  static ɵfac: i0.ɵɵFactoryDeclaration<CaMapDropdownComponent, never>;
42
41
  static ɵcmp: i0.ɵɵComponentDeclaration<CaMapDropdownComponent, "app-ca-map-dropdown", never, { "isAccidentMap": { "alias": "isAccidentMap"; "required": false; }; }, { "bodyActions": "bodyActions"; }, never, never, true, never>;
43
42
  }
43
+ //# sourceMappingURL=ca-map-dropdown.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ca-map-dropdown.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ca-components/src/lib/components/ca-map-dropdown/ca-map-dropdown.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;AAavE,OAAO,EAAE,oBAAoB,EAAE,MAAM,gFAAgF,CAAC;AAGtH,OAAO,EAAE,gBAAgB,EAAE,MAAM,wEAAwE,CAAC;;AAE1G,qBAca,sBAAsB;IACxB,aAAa,EAAE,OAAO,CAAS;IAC9B,WAAW,EAAE,YAAY,CAAC,gBAAgB,CAAC,CAAsB;IACpE,YAAY,EAAE,OAAO,CAAS;IAC9B,QAAQ,EAAE,OAAO,CAAS;IAC1B,gBAAgB,EAAE,OAAO,CAAQ;IACjC,IAAI;;;;;;;;;;;;;;;;;;;;;;;;SAAyC;IAE7C,YAAY,IAAI,IAAI;IAIpB,cAAc,IAAI,IAAI;IAKtB,cAAc,CAAC,MAAM,EAAE,gBAAgB,GAAG,IAAI;IAI9C,UAAU,CAAC,YAAY,EAAE,MAAM,OAAO,oBAAoB,GAAG,MAAM;yCArB/D,sBAAsB;2CAAtB,sBAAsB;CAwBlC"}
@@ -16,3 +16,4 @@ export declare class MapDropdownSvgRoutes {
16
16
  static accidentCalenderRoute: string;
17
17
  static ossRoute: string;
18
18
  }
19
+ //# sourceMappingURL=map-dropdown-svg-routes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"map-dropdown-svg-routes.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ca-components/src/lib/components/ca-map-dropdown/utils/svg-routes/map-dropdown-svg-routes.ts"],"names":[],"mappings":"AAAA,qBAAa,oBAAoB;IAC/B,MAAM,CAAC,SAAS,EAAE,MAAM,CAAsB;IAC9C,MAAM,CAAC,YAAY,EAAE,MAAM,CAAyB;IACpD,MAAM,CAAC,WAAW,EAAE,MAAM,CAAwB;IAClD,MAAM,CAAC,UAAU,EAAE,MAAM,CAAuB;IAChD,MAAM,CAAC,UAAU,EAAE,MAAM,CAAuB;IAChD,MAAM,CAAC,YAAY,EAAE,MAAM,CAAyB;IACpD,MAAM,CAAC,oBAAoB,EAAE,MAAM,CAAgC;IACnE,MAAM,CAAC,aAAa,EAAE,MAAM,CAAoC;IAChE,MAAM,CAAC,gBAAgB,EAAE,MAAM,CAA8B;IAC7D,MAAM,CAAC,mBAAmB,EAAE,MAAM,CAAkC;IACpE,MAAM,CAAC,YAAY,EAAE,MAAM,CAAkC;IAC7D,MAAM,CAAC,WAAW,EAAE,MAAM,CAAiC;IAC3D,MAAM,CAAC,WAAW,EAAE,MAAM,CAAiC;IAC3D,MAAM,CAAC,WAAW,EAAE,MAAM,CAAiC;IAC3D,MAAM,CAAC,qBAAqB,EAAE,MAAM,CAAmC;IACvE,MAAM,CAAC,QAAQ,EAAE,MAAM,CAAqB;CAC7C"}
@@ -1,8 +1,8 @@
1
1
  import { ElementRef, EventEmitter } from "@angular/core";
2
2
  import { NgbPopover } from "@ng-bootstrap/ng-bootstrap";
3
- import { NoteActiveOptions } from "@shared/models/note-active-options.model";
4
- import { CaNoteContainerComponent } from "@shared/components/ca-note-container/ca-note-container.component";
5
- import { NoteSvgRoutes } from "@shared/components/ca-note/utils/svg-routes/note-svg-routes";
3
+ import { NoteActiveOptions } from "@ca-shared/models/note-active-options.model";
4
+ import { CaNoteContainerComponent } from "@ca-shared/components/ca-note-container/ca-note-container.component";
5
+ import { NoteSvgRoutes } from "@ca-shared/components/ca-note/utils/svg-routes/note-svg-routes";
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class CaNoteComponent {
8
8
  saveNoteValue: EventEmitter<any>;
@@ -54,3 +54,4 @@ export declare class CaNoteComponent {
54
54
  static ɵfac: i0.ɵɵFactoryDeclaration<CaNoteComponent, never>;
55
55
  static ɵcmp: i0.ɵɵComponentDeclaration<CaNoteComponent, "app-ca-note", never, { "parking": { "alias": "parking"; "required": false; }; "dispatchIndex": { "alias": "dispatchIndex"; "required": false; }; "type": { "alias": "type"; "required": false; }; "parentWidth": { "alias": "parentWidth"; "required": false; }; "openedAll": { "alias": "openedAll"; "required": false; }; "isDispatch": { "alias": "isDispatch"; "required": false; }; "noteWidth": { "alias": "noteWidth"; "required": false; }; }, { "saveNoteValue": "saveNoteValue"; }, never, never, true, never>;
56
56
  }
57
+ //# sourceMappingURL=ca-note.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ca-note.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ca-components/src/lib/components/ca-note/ca-note.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,UAAU,EACV,YAAY,EAKb,MAAM,eAAe,CAAC;AAOvB,OAAO,EAAa,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAenE,OAAO,EAAE,iBAAiB,EAAE,MAAM,6CAA6C,CAAC;AAOhF,OAAO,EAAE,wBAAwB,EAAE,MAAM,qEAAqE,CAAC;AAK/G,OAAO,EAAE,aAAa,EAAE,MAAM,gEAAgE,CAAC;;AAE/F,qBAyBa,eAAe;IAChB,aAAa,oBAAsB;IAEpC,OAAO,EAAE,OAAO,CAAS;IACzB,aAAa,EAAE,MAAM,CAAM;IAC3B,IAAI,EAAG,MAAM,CAAC;IACd,WAAW,EAAG,MAAM,CAAC;IACrB,SAAS,EAAG,OAAO,CAAC;IACpB,UAAU,EAAE,OAAO,CAAS;IACrC,IAAa,SAAS,CAAC,KAAK,EAAE,MAAM,EAEnC;IAEgC,WAAW,EAAG,UAAU,CAAC;IACxB,YAAY,EAAG,UAAU,CAAC;IACzB,aAAa,EAAG,wBAAwB,CAAC;IAErE,WAAW,SAAwB;IACnC,KAAK,EAAG,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAO;IACzB,YAAY,EAAE,MAAM,CAAO;IAE3B,QAAQ,EAAE,MAAM,CACuD;IAGvE,iBAAiB,EAAG,OAAO,CAAC;IAC5B,eAAe,UAAS;IACxB,aAAa,EAAG,iBAAiB,CAAC;IAClC,mBAAmB,EAAE,MAAM,CAAa;IAIxC,UAAU,EAAE,OAAO,CAAS;IAC5B,UAAU,EAAE,OAAO,CAAS;IAC5B,KAAK,EAAE,MAAM,CAAM;IAC1B,OAAO,CAAC,YAAY,CAAU;IACvB,eAAe,EAAG,OAAO,CAAC;IAC1B,cAAc,EAAG,SAAS,CAAC;IAC3B,KAAK,EAAG,KAAK,CAAC;IACd,SAAS,EAAE,OAAO,CAAS;IAClC,OAAO,CAAC,cAAc,CAAkB;IAGjC,UAAU,EAAE,OAAO,CAAS;IAC5B,UAAU,EAAE,MAAM,CAAM;IAE/B,OAAO,CAAC,QAAQ,CAAuB;IAEvC,eAAe,IAAI,IAAI;IAIhB,UAAU,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAY9B,UAAU,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,UAAU,GAAG,IAAI;IAsC9C,mBAAmB,IAAI,IAAI;IAU3B,gBAAgB,CAAC,EAAE,EAAE,KAAK,GAAG,IAAI;IAKjC,WAAW,CAAC,KAAK,EAAE,KAAK,GAAG,MAAM,EAAE,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI;IAY7D,QAAQ,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI;IAc9D,OAAO,CAAC,SAAS;IAUV,aAAa,IAAI,IAAI;IAQrB,OAAO,CAAC,KAAK,EAAE,cAAc,GAAG,IAAI;IAI3C,OAAO,CAAC,gBAAgB;IASxB,OAAO,CAAC,cAAc;IAQf,UAAU,CAAC,YAAY,EAAE,MAAM,OAAO,aAAa,GAAG,MAAM;IAInE,WAAW,IAAI,IAAI;yCA3LR,eAAe;2CAAf,eAAe;CAiM3B"}
@@ -1,3 +1,4 @@
1
1
  export declare class CopyPasteHelper {
2
2
  static onPaste(event: ClipboardEvent): void;
3
3
  }
4
+ //# sourceMappingURL=copy-paste.helper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"copy-paste.helper.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ca-components/src/lib/components/ca-note/utils/helper/copy-paste.helper.ts"],"names":[],"mappings":"AAAA,qBAAa,eAAe;IAC1B,MAAM,CAAC,OAAO,CAAC,KAAK,EAAE,cAAc,GAAG,IAAI;CAM5C"}
@@ -3,3 +3,4 @@ export declare class NoteSvgRoutes {
3
3
  static noteRoute: string;
4
4
  static noteFilledRoute: string;
5
5
  }
6
+ //# sourceMappingURL=note-svg-routes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"note-svg-routes.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ca-components/src/lib/components/ca-note/utils/svg-routes/note-svg-routes.ts"],"names":[],"mappings":"AAAA,qBAAa,aAAa;IACxB,MAAM,CAAC,UAAU,EAAE,MAAM,CAAyB;IAClD,MAAM,CAAC,SAAS,EAAE,MAAM,CAA6B;IACrD,MAAM,CAAC,eAAe,EAAE,MAAM,CAA8B;CAC7D"}
@@ -1,7 +1,7 @@
1
1
  import { EventEmitter, OnDestroy, OnInit } from "@angular/core";
2
- import { NoteActiveOptions } from "@shared/models/note-active-options.model";
3
- import { NoteColors } from "@shared/components/ca-note-container/models/note-colors.model";
4
- import { NoteContainerSvgRoutes } from "@shared/components/ca-note-container/utils/svg-routes/note-container-svg-routes";
2
+ import { NoteActiveOptions } from "@ca-shared/models/note-active-options.model";
3
+ import { NoteColors } from "@ca-shared/components/ca-note-container/models/note-colors.model";
4
+ import { NoteContainerSvgRoutes } from "@ca-shared/components/ca-note-container/utils/svg-routes/note-container-svg-routes";
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class CaNoteContainerComponent implements OnInit, OnDestroy {
7
7
  value: string;
@@ -36,3 +36,4 @@ export declare class CaNoteContainerComponent implements OnInit, OnDestroy {
36
36
  static ɵfac: i0.ɵɵFactoryDeclaration<CaNoteContainerComponent, never>;
37
37
  static ɵcmp: i0.ɵɵComponentDeclaration<CaNoteContainerComponent, "app-ca-note-container", never, { "value": { "alias": "value"; "required": false; }; "range": { "alias": "range"; "required": false; }; "selectionTaken": { "alias": "selectionTaken"; "required": false; }; "isExpanded": { "alias": "isExpanded"; "required": false; }; "parking": { "alias": "parking"; "required": false; }; "popoverNote": { "alias": "popoverNote"; "required": false; }; "isVisibleArrow": { "alias": "isVisibleArrow"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "stopBlurRemoveTimeout": "stopBlurRemoveTimeout"; }, never, never, true, never>;
38
38
  }
39
+ //# sourceMappingURL=ca-note-container.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ca-note-container.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ca-components/src/lib/components/ca-note-container/ca-note-container.component.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,YAAY,EAEZ,SAAS,EACT,MAAM,EAEP,MAAM,eAAe,CAAC;AAiBvB,OAAO,EAAE,iBAAiB,EAAE,MAAM,6CAA6C,CAAC;AAChF,OAAO,EAAE,UAAU,EAAE,MAAM,kEAAkE,CAAC;AAO9F,OAAO,EAAE,sBAAsB,EAAE,MAAM,oFAAoF,CAAC;;AAE5H,qBAgBa,wBAAyB,YAAW,MAAM,EAAE,SAAS;IACvD,KAAK,EAAG,MAAM,CAAC;IACf,KAAK,EAAG,KAAK,CAAC;IACd,cAAc,EAAG,SAAS,CAAC;IAC3B,UAAU,EAAG,OAAO,CAAC;IACrB,OAAO,EAAE,OAAO,CAAS;IACzB,WAAW,EAAE,OAAO,CAAS;IAC7B,cAAc,EAAE,OAAO,CAAQ;IAC/B,IAAI,EAAG,MAAM,CAAC;IAEb,qBAAqB,oBAAsB;IAG9C,mBAAmB,EAAE,MAAM,CAAwC;IACnE,aAAa,EAAE,iBAAiB,GAAG,GAAG,CAE3C;IACK,eAAe,EAAG,UAAU,EAAE,CAAC;IAC/B,iBAAiB,EAAG,UAAU,CAAC;IAGtC,OAAO,CAAC,cAAc,CAAc;IAG7B,iBAAiB,EAAG,OAAO,CAAC;IAC5B,aAAa,EAAE,OAAO,CAAS;IAC/B,mBAAmB,EAAE,OAAO,CAAS;IAE5C,OAAO,CAAC,QAAQ,CAAuB;;IAIvC,QAAQ,IAAI,IAAI;IAIhB,OAAO,CAAC,qBAAqB;IAStB,aAAa,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI;IAoClE,aAAa,IAAI,IAAI;IAUrB,aAAa,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI;IAI1C,OAAO,CAAC,kBAAkB;IAY1B,wBAAwB;IACjB,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;IAI/B,UAAU,CAAC,YAAY,EAAE,MAAM,OAAO,sBAAsB,GAAG,MAAM;IAI5E,WAAW,IAAI,IAAI;yCApHR,wBAAwB;2CAAxB,wBAAwB;CAyHpC"}
@@ -7,3 +7,4 @@ export declare enum NoteDefaultStringEnum {
7
7
  COLOR = "color",
8
8
  DARK = "dark"
9
9
  }
10
+ //# sourceMappingURL=note-default-string.enum.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"note-default-string.enum.d.ts","sourceRoot":"","sources":["../../../../../../projects/ca-components/src/lib/components/ca-note-container/enums/note-default-string.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,qBAAqB;IAC/B,UAAU,cAAc;IACxB,WAAW,cAAc;IACzB,WAAW,gBAAgB;IAC3B,SAAS,iBAAiB;IAC1B,KAAK,UAAU;IACf,KAAK,UAAU;IACf,IAAI,SAAS;CACd"}
@@ -2,3 +2,4 @@ export declare enum NoteSelectedColorStringEnum {
2
2
  GRAY_RGB = "rgb(218, 218, 218)",
3
3
  GRAY = "Gray"
4
4
  }
5
+ //# sourceMappingURL=note-selected-color.enum.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"note-selected-color.enum.d.ts","sourceRoot":"","sources":["../../../../../../projects/ca-components/src/lib/components/ca-note-container/enums/note-selected-color.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,2BAA2B;IACrC,QAAQ,uBAAuB;IAC/B,IAAI,SAAS;CACd"}
@@ -2,3 +2,4 @@ export interface NoteColors {
2
2
  color: string;
3
3
  name: string;
4
4
  }
5
+ //# sourceMappingURL=note-colors.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"note-colors.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ca-components/src/lib/components/ca-note-container/models/note-colors.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd"}
@@ -1,7 +1,8 @@
1
- import { NoteActiveOptions } from "@shared/models/note-active-options.model";
2
- import { NoteColors } from "@shared/components/ca-note-container/models/note-colors.model";
1
+ import { NoteActiveOptions } from "@ca-shared/models/note-active-options.model";
2
+ import { NoteColors } from "@ca-shared/components/ca-note-container/models/note-colors.model";
3
3
  export declare class NoteConfigConstants {
4
4
  static noteDarkColors: NoteColors[];
5
5
  static noteLightColors: NoteColors[];
6
6
  static noteActiveOptions: NoteActiveOptions;
7
7
  }
8
+ //# sourceMappingURL=note-config.constant.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"note-config.constant.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ca-components/src/lib/components/ca-note-container/utils/constants/note-config.constant.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,6CAA6C,CAAC;AAChF,OAAO,EAAE,UAAU,EAAE,MAAM,kEAAkE,CAAC;AAE9F,qBAAa,mBAAmB;IAC9B,MAAM,CAAC,cAAc,EAAE,UAAU,EAAE,CAyBjC;IAEF,MAAM,CAAC,eAAe,EAAE,UAAU,EAAE,CAyBlC;IAEF,MAAM,CAAC,iBAAiB,EAAE,iBAAiB,CAKzC;CACH"}
@@ -6,3 +6,4 @@ export declare class NoteContainerSvgRoutes {
6
6
  static checkRoute: string;
7
7
  static arrowRoute: string;
8
8
  }
9
+ //# sourceMappingURL=note-container-svg-routes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"note-container-svg-routes.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ca-components/src/lib/components/ca-note-container/utils/svg-routes/note-container-svg-routes.ts"],"names":[],"mappings":"AAAA,qBAAa,sBAAsB;IACjC,MAAM,CAAC,SAAS,EAAE,MAAM,CAAuB;IAC/C,MAAM,CAAC,YAAY,EAAE,MAAM,CAA0B;IACrD,MAAM,CAAC,UAAU,EAAE,MAAM,CAA+B;IACxD,MAAM,CAAC,cAAc,EAAE,MAAM,CAA4B;IACzD,MAAM,CAAC,UAAU,EAAE,MAAM,CAAuB;IAChD,MAAM,CAAC,UAAU,EAAE,MAAM,CAAwB;CAClD"}
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from "@angular/core";
2
- import { PayrollListSummaryOverviewSvgRoutes } from "@shared/components/ca-payroll-list-summary-overview/utils/svg-routes/payroll-list-summary-svg-routes";
3
- import { PayrollListSummaryOverview } from "@shared/models/payroll-list-summary.model";
2
+ import { PayrollListSummaryOverviewSvgRoutes } from "@ca-shared/components/ca-payroll-list-summary-overview/utils/svg-routes/payroll-list-summary-svg-routes";
3
+ import { PayrollListSummaryOverview } from "@ca-shared/models/payroll-list-summary.model";
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class CaPayrollListSummaryOverviewComponent {
6
6
  item: PayrollListSummaryOverview;
@@ -18,3 +18,4 @@ export declare class CaPayrollListSummaryOverviewComponent {
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<CaPayrollListSummaryOverviewComponent, never>;
19
19
  static ɵcmp: i0.ɵɵComponentDeclaration<CaPayrollListSummaryOverviewComponent, "app-ca-payroll-list-summary-overview", never, { "item": { "alias": "item"; "required": false; }; "isExpanded": { "alias": "isExpanded"; "required": false; }; "index": { "alias": "index"; "required": false; }; "animationMarginParams": { "alias": "animationMarginParams"; "required": false; }; }, { "toggle": "toggle"; }, never, never, true, never>;
20
20
  }
21
+ //# sourceMappingURL=ca-payroll-list-summary-overview.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ca-payroll-list-summary-overview.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ca-components/src/lib/components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;AASvE,OAAO,EAAE,mCAAmC,EAAE,MAAM,yGAAyG,CAAC;AAG9J,OAAO,EAAE,0BAA0B,EAAE,MAAM,8CAA8C,CAAC;;AAE1F,qBAYa,qCAAqC;IACvC,IAAI,EAAG,0BAA0B,CAAC;IACpC,cAAc,EAAE,OAAO,CAAQ;IAE7B,UAAU,EAAE,OAAO,CAAS;IAC5B,KAAK,EAAE,MAAM,CAAM;IAElB,MAAM,EAAE,YAAY,CAAC,IAAI,CAAC,CAA4B;IACvD,qBAAqB;;;MAG5B;;IAGK,UAAU,CACf,YAAY,EAAE,MAAM,OAAO,mCAAmC,GAC7D,MAAM;IAIF,eAAe,IAAI,IAAI;yCApBnB,qCAAqC;2CAArC,qCAAqC;CAwBjD"}
@@ -2,3 +2,4 @@ export declare class PayrollListSummaryOverviewSvgRoutes {
2
2
  static downArrow: string;
3
3
  static upArrow: string;
4
4
  }
5
+ //# sourceMappingURL=payroll-list-summary-svg-routes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"payroll-list-summary-svg-routes.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ca-components/src/lib/components/ca-payroll-list-summary-overview/utils/svg-routes/payroll-list-summary-svg-routes.ts"],"names":[],"mappings":"AAAA,qBAAa,mCAAmC;IAC9C,MAAM,CAAC,SAAS,SAAuC;IACvD,MAAM,CAAC,OAAO,SAAqC;CACpD"}
@@ -1,4 +1,4 @@
1
- import { PayrollListSummaryOverview } from "@shared/models/payroll-list-summary.model";
1
+ import { PayrollListSummaryOverview } from "@ca-shared/models/payroll-list-summary.model";
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class CaPayrollListSummaryOverviewTableComponent {
4
4
  data: {
@@ -18,3 +18,4 @@ export declare class CaPayrollListSummaryOverviewTableComponent {
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<CaPayrollListSummaryOverviewTableComponent, never>;
19
19
  static ɵcmp: i0.ɵɵComponentDeclaration<CaPayrollListSummaryOverviewTableComponent, "app-ca-payroll-list-summary-overview-table", never, {}, {}, never, never, true, never>;
20
20
  }
21
+ //# sourceMappingURL=ca-payroll-list-summary-overview-table.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ca-payroll-list-summary-overview-table.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ca-components/src/lib/components/ca-payroll-list-summary-overview-table/ca-payroll-list-summary-overview-table.component.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,0BAA0B,EAAE,MAAM,8CAA8C,CAAC;;AAE1F,qBAOa,0CAA0C;IAC9C,IAAI;;;;;;;;;;QAA8B;IAClC,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;IAE1B,QAAQ,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,0BAA0B,GAAG,MAAM;IAIjE,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI;yCARpC,0CAA0C;2CAA1C,0CAA0C;CAWtD"}
@@ -1,8 +1,8 @@
1
1
  import { OnInit } from "@angular/core";
2
2
  import { NgbModal } from "@ng-bootstrap/ng-bootstrap";
3
- import { DispatchAssignedLoadListResponse } from "@shared/components/ca-pickup-delivery-block/models/dispatch-assigned-load-list-response";
4
- import { LoadShortResponse } from "@shared/components/ca-pickup-delivery-block/models/load-short-response";
5
- import { StatusTypeEnum } from "@shared/components/ca-pickup-delivery-block/models/status-types.enum";
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";
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class PickupDeliveryBlockComponent implements OnInit {
8
8
  private modalService;
@@ -17,3 +17,4 @@ 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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ca-pickup-delivery-block.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ca-components/src/lib/components/ca-pickup-delivery-block/ca-pickup-delivery-block.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AAGzD,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAC;AAMtD,OAAO,EAAE,gCAAgC,EAAE,MAAM,4FAA4F,CAAC;AAC9I,OAAO,EAAE,iBAAiB,EAAE,MAAM,2EAA2E,CAAC;AAI9G,OAAO,EAAE,cAAc,EAAE,MAAM,yEAAyE,CAAC;;AAEzG,qBAOa,4BAA6B,YAAW,MAAM;IAO7C,OAAO,CAAC,YAAY;IANvB,KAAK,EAAG,gCAAgC,CAAC;IAE3C,QAAQ,EAAE,iBAAiB,CAA2B;IACtD,OAAO,EAAE,OAAO,CAAS;IACzB,QAAQ,EAAG,cAAc,CAAC;gBAEb,YAAY,EAAE,QAAQ;IAE1C,QAAQ,IAAI,IAAI;IAIhB,OAAO,CAAC,qBAAqB;IAWtB,aAAa,IAAI,IAAI;yCAxBjB,4BAA4B;2CAA5B,4BAA4B;CA6BxC"}
@@ -1,7 +1,7 @@
1
- import { DispatchAssignedLoadListResponse } from "@shared/components/ca-pickup-delivery-block/models/dispatch-assigned-load-list-response";
2
- import { LoadShortResponse } from "@shared/components/ca-pickup-delivery-block/models/load-short-response";
3
- import { AnimationObject } from "@shared/components/ca-pickup-delivery-block/models/animation-model";
4
- import { StatusTypeEnum } from "@shared/components/ca-pickup-delivery-block/models/status-types.enum";
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";
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class LoadComponent {
7
7
  focusedTab: StatusTypeEnum;
@@ -28,3 +28,4 @@ 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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ca-load.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ca-components/src/lib/components/ca-pickup-delivery-block/components/ca-load/ca-load.component.ts"],"names":[],"mappings":"AAaA,OAAO,EAAE,gCAAgC,EAAE,MAAM,4FAA4F,CAAC;AAC9I,OAAO,EAAE,iBAAiB,EAAE,MAAM,2EAA2E,CAAC;AAK9G,OAAO,EAAE,eAAe,EAAE,MAAM,uEAAuE,CAAC;AAOxG,OAAO,EAAE,cAAc,EAAE,MAAM,yEAAyE,CAAC;;AAEzG,qBAqBa,aAAa;IACf,UAAU,EAAG,cAAc,CAAC;IAC5B,KAAK,EAAG,gCAAgC,CAAC;IAG3C,IAAI,EAAE,cAAc,EAAE,CAAiC;IACvD,UAAU,EAAG,KAAK,CAAC,iBAAiB,CAAC,CAAC;IACtC,YAAY,EAAG,KAAK,CAAC,iBAAiB,CAAC,CAAC;IACxC,WAAW,EAAG,KAAK,CAAC,iBAAiB,CAAC,CAAC;IACvC,OAAO,UAAS;IAEhB,cAAc,wBAAkB;IAGhC,mBAAmB,EAAE,OAAO,CAAS;IAGrC,eAAe,EAAG,eAAe,CAAC;IAGlC,KAAK,EAAE,OAAO,CAAQ;IAG7B,OAAO,CAAC,WAAW,CAAoD;IACvE,OAAO,CAAC,SAAS,CAAoD;IAC9D,WAAW,EAAE,MAAM,CAAoB;IAE9C,QAAQ;IAKR,OAAO,CAAC,eAAe;IAMvB,OAAO,CAAC,mBAAmB;IAOpB,YAAY,IAAI,IAAI;IAIpB,YAAY,IAAI,IAAI;IAIpB,iBAAiB,IAAI,IAAI;IAIzB,aAAa,CAAC,MAAM,EAAE,cAAc,GAAG,IAAI;yCAzDvC,aAAa;2CAAb,aAAa;CAoEzB"}
@@ -1,9 +1,9 @@
1
1
  import { EventEmitter } from "@angular/core";
2
- import { LoadShortResponse } from "@shared/components/ca-pickup-delivery-block/models/load-short-response";
3
- import { IItemList } from "@shared/models/dropdown.model";
4
- import { PickupDeliverySvgRoutes } from "@shared/components/ca-pickup-delivery-block/utils/svg-routes/pickup-delivery-svg.routes";
5
- import { FormatCurrencyPipe } from "@shared/pipes/format-currency.pipe";
6
- import { StatusTypeEnum } from "@shared/components/ca-pickup-delivery-block/models/status-types.enum";
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";
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class LoadListComponent {
9
9
  formatCurrencyPipe: FormatCurrencyPipe;
@@ -28,3 +28,4 @@ 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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ca-load-list.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ca-components/src/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-list/ca-load-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;AAGvE,OAAO,EAAE,iBAAiB,EAAE,MAAM,2EAA2E,CAAC;AAC9G,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAU7D,OAAO,EAAE,uBAAuB,EAAE,MAAM,4FAA4F,CAAC;AAOrI,OAAO,EAAE,kBAAkB,EAAE,MAAM,uCAAuC,CAAC;AAC3E,OAAO,EAAE,cAAc,EAAE,MAAM,yEAAyE,CAAC;;AAEzG,qBAqBa,iBAAiB;IAiBT,kBAAkB,EAAE,kBAAkB;IAhBhD,KAAK,EAAG,KAAK,CAAC,iBAAiB,CAAC,CAAC;IACjC,UAAU,EAAG,cAAc,CAAC;IAC5B,cAAc,EAAE,OAAO,CAAS;IAC/B,gBAAgB,wBAA+B;IAElD,WAAW,EAAG,KAAK,CAAC,iBAAiB,CAAC,CAAC;IAGvC,YAAY,EAAE,MAAM,CAA8C;IAClE,aAAa,EAAE,MAAM,CAA8C;IAGnE,eAAe,EAAG,SAAS,EAAE,CAAC;IACrC,OAAO,CAAC,cAAc,CAAkC;IACxD,OAAO,CAAC,gBAAgB,CAAc;gBAEnB,kBAAkB,EAAE,kBAAkB;IAEzD,QAAQ;IAIR,OAAO,CAAC,kBAAkB;IAcnB,SAAS,CAAC,IAAI,EAAE,iBAAiB,GAAG,IAAI;IAMxC,kBAAkB,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI;IAS5C,iBAAiB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO;IAI9C,eAAe,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;IAItC,UAAU,CACf,YAAY,EAAE,MAAM,OAAO,uBAAuB,GACjD,MAAM;yCA9DE,iBAAiB;2CAAjB,iBAAiB;CAiE7B"}
@@ -1,8 +1,8 @@
1
- import { LoadShortResponse } from "@shared/components/ca-pickup-delivery-block/models/load-short-response";
2
- import { IItemList } from "@shared/models/dropdown.model";
3
- import { PickupDeliverySvgRoutes } from "@shared/components/ca-pickup-delivery-block/utils/svg-routes/pickup-delivery-svg.routes";
4
- import { FormatCurrencyPipe } from "@shared/pipes/format-currency.pipe";
5
- import { StatusTypeEnum } from "@shared/components/ca-pickup-delivery-block/models/status-types.enum";
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";
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class ActiveLoadComponent {
8
8
  formatCurrencyPipe: FormatCurrencyPipe;
@@ -21,3 +21,4 @@ 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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ca-load-single.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ca-components/src/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,iBAAiB,EAAE,MAAM,2EAA2E,CAAC;AAC9G,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAG7D,OAAO,EAAE,uBAAuB,EAAE,MAAM,4FAA4F,CAAC;AAOrI,OAAO,EAAE,kBAAkB,EAAE,MAAM,uCAAuC,CAAC;AAG3E,OAAO,EAAE,cAAc,EAAE,MAAM,yEAAyE,CAAC;;AAEzG,qBAgBa,mBAAmB;IAaX,kBAAkB,EAAE,kBAAkB;IAZhD,UAAU,EAAG,KAAK,CAAC,iBAAiB,CAAC,CAAC;IACtC,MAAM,EAAG,cAAc,CAAC;IAG1B,YAAY,EAAE,MAAM,CAA8C;IAClE,aAAa,EAAE,MAAM,CAA8C;IACnE,WAAW,EAAE,MAAM,CAAqB;IAGxC,iBAAiB,EAAE,OAAO,CAAS;IACnC,eAAe,EAAG,SAAS,EAAE,CAAC;gBAElB,kBAAkB,EAAE,kBAAkB;IAEzD,QAAQ;IAIR,OAAO,CAAC,kBAAkB;IAiBnB,kBAAkB;IAOlB,UAAU,CACf,YAAY,EAAE,MAAM,OAAO,uBAAuB,GACjD,MAAM;yCA7CE,mBAAmB;2CAAnB,mBAAmB;CAgD/B"}
@@ -10,3 +10,4 @@ export interface AddressModel {
10
10
  stateShortName?: string | null;
11
11
  addressUnit?: string | null;
12
12
  }
13
+ //# sourceMappingURL=adress-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"adress-model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ca-components/src/lib/components/ca-pickup-delivery-block/models/adress-model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IAC3B,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B"}
@@ -1,7 +1,8 @@
1
- import { StatusTypeEnum } from "@shared/components/ca-pickup-delivery-block/models/status-types.enum";
1
+ import { StatusTypeEnum } from "@ca-shared/components/ca-pickup-delivery-block/models/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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"animation-model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ca-components/src/lib/components/ca-pickup-delivery-block/models/animation-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,yEAAyE,CAAC;AAEzG,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,cAAc,CAAC;IACtB,MAAM,EAAE;QAAE,MAAM,EAAE,MAAM,CAAA;KAAE,CAAC;CAC5B"}