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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"truck-minimal-response.d.ts","sourceRoot":"","sources":["../../../../projects/ca-components/src/lib/models/truck-minimal-response.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AACjE,OAAO,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAE1E,MAAM,WAAW,oBAAoB;IACnC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,SAAS,CAAC,EAAE,iBAAiB,CAAC;IAC9B,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf"}
@@ -4,3 +4,4 @@ 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 @@
1
+ {"version":3,"file":"truck-type-response.d.ts","sourceRoot":"","sources":["../../../../projects/ca-components/src/lib/models/truck-type-response.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B"}
@@ -8,3 +8,4 @@ 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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dropdown-load-status-color.pipe.d.ts","sourceRoot":"","sources":["../../../../projects/ca-components/src/lib/pipes/dropdown-load-status-color.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;;AAEpD,qBAIa,2BAA4B,YAAW,aAAa;IAC7D,SAAS,CACL,MAAM,EAAE,MAAM,EACd,OAAO,CAAC,EAAE,OAAO,GAClB;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,eAAe,CAAC,EAAE,MAAM,CAAA;KAAE;yCAJrC,2BAA2B;uCAA3B,2BAA2B;CAgJvC"}
@@ -5,3 +5,4 @@ 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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"format-currency.pipe.d.ts","sourceRoot":"","sources":["../../../../projects/ca-components/src/lib/pipes/format-currency.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;;AAEpD,qBAIa,kBAAmB,YAAW,aAAa;IACtD,SAAS,CAAC,QAAQ,EAAE,MAAM;yCADf,kBAAkB;uCAAlB,kBAAkB;CAU9B"}
@@ -8,3 +8,4 @@ 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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"safe-html.pipe.d.ts","sourceRoot":"","sources":["../../../../projects/ca-components/src/lib/pipes/safe-html.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;;AAEpD,qBACa,YAAa,YAAW,aAAa;IACpC,OAAO,CAAC,SAAS;gBAAT,SAAS,EAAE,YAAY;IAE3C,SAAS,CAAC,KAAK,EAAE,MAAM;yCAHZ,YAAY;uCAAZ,YAAY;CAMxB"}
@@ -5,3 +5,4 @@ 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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ta-svg.pipe.d.ts","sourceRoot":"","sources":["../../../../projects/ca-components/src/lib/pipes/ta-svg.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;;AAEpD,qBAIa,SAAU,YAAW,aAAa;IAC7C,SAAS,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM,GAAG,GAAG;yCADxD,SAAS;uCAAT,SAAS;CAoBrB"}
@@ -5,3 +5,4 @@ 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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"thousand-separator.pipe.d.ts","sourceRoot":"","sources":["../../../../projects/ca-components/src/lib/pipes/thousand-separator.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;;AAMpD,qBAIa,qBAAsB,YAAW,aAAa;IACvD,SAAS,CAAC,KAAK,EAAE,GAAG,GAAG,GAAG;yCADjB,qBAAqB;uCAArB,qBAAqB;CAQjC"}
@@ -5,3 +5,4 @@ export declare class ThousandToShortFormatPipe implements PipeTransform {
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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"thousand-to-short-format-pipe.d.ts","sourceRoot":"","sources":["../../../../projects/ca-components/src/lib/pipes/thousand-to-short-format-pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;;AAKpD,qBAIa,yBAA0B,YAAW,aAAa;IAC7D,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;yCADrB,yBAAyB;uCAAzB,yBAAyB;CAIrC"}
@@ -5,3 +5,4 @@ export declare class TruckassistTableService {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<TruckassistTableService, never>;
6
6
  static ɵprov: i0.ɵɵInjectableDeclaration<TruckassistTableService>;
7
7
  }
8
+ //# sourceMappingURL=truckassist-table.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"truckassist-table.service.d.ts","sourceRoot":"","sources":["../../../../projects/ca-components/src/lib/services/truckassist-table.service.ts"],"names":[],"mappings":";AAMA,qBAGa,uBAAuB;IAEhC,OAAO,CAAC,0BAA0B,CAAkC;IAC7D,8BAA8B,iCACc;yCAJ1C,uBAAuB;6CAAvB,uBAAuB;CAKnC"}
@@ -13,3 +13,4 @@ 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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"methods-calculations.helper.d.ts","sourceRoot":"","sources":["../../../../../projects/ca-components/src/lib/utils/helpers/methods-calculations.helper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAIjD,qBAAa,yBAAyB;IAElC,MAAM,CAAC,oBAAoB,UAChB,MAAM,eACA,eAAe,wBA4F9B;IAGF,MAAM,CAAC,oBAAoB,SAAU,MAAM,YAEzC;IAGF,MAAM,CAAC,sBAAsB,SAAU,MAAM,YAE3C;IAGF,MAAM,CAAC,4BAA4B,SACzB,MAAM,eACC,OAAO,mBAStB;IAGF,MAAM,CAAC,sBAAsB,SAAU,MAAM,UAE3C;IAGF,MAAM,CAAC,4BAA4B,SAAU,MAAM,YAEjD;IAEF,MAAM,CAAC,2BAA2B,SAAU,MAAM,QAAQ,MAAM,YAK9D;IAGF,MAAM,CAAC,mCAAmC,SAAU,IAAI,GAAG,MAAM,YAE/D;IAGF,MAAM,CAAC,yBAAyB,UAAW,MAAM,YAG/C;IAGF,MAAM,CAAC,0BAA0B,UAAW,MAAM,gBAIhD;IAGF,MAAM,CAAC,4BAA4B,UAAW,MAAM,YAQlD;IAGF,MAAM,CAAC,2CAA2C,UACvC,MAAM,cACF,OAAO,YAapB;CACL"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ca-components",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.2.0",
6
6
  "@angular/core": "^16.2.0"
package/public-api.d.ts CHANGED
@@ -18,3 +18,4 @@ 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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../projects/ca-components/src/public-api.ts"],"names":[],"mappings":"AAIA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wFAAwF,CAAC;AACvG,cAAc,gEAAgE,CAAC;AAC/E,cAAc,oEAAoE,CAAC;AACnF,cAAc,oDAAoD,CAAC;AACnE,cAAc,iDAAiD,CAAC;AAChE,cAAc,8CAA8C,CAAC;AAC7D,cAAc,wEAAwE,CAAC;AACvF,cAAc,0CAA0C,CAAC;AACzD,cAAc,4DAA4D,CAAC;AAC3E,cAAc,4CAA4C,CAAC;AAC3D,cAAc,gEAAgE,CAAC;AAC/E,cAAc,8FAA8F,CAAC;AAC7G,cAAc,0GAA0G,CAAC;AACzH,cAAc,8EAA8E,CAAC;AAC7F,cAAc,8DAA8D,CAAC;AAC7E,cAAc,4DAA4D,CAAC;AAC3E,cAAc,gFAAgF,CAAC;AAC/F,cAAc,kDAAkD,CAAC;AACjE,cAAc,wFAAwF,CAAC"}