ca-components 1.3.3 → 1.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (488) hide show
  1. package/assets/scss/background.scss +44 -0
  2. package/assets/scss/border-radius.scss +17 -0
  3. package/assets/scss/filters.scss +151 -0
  4. package/assets/scss/icons.scss +68 -4
  5. package/assets/scss/input-dropdown-test.scss +2030 -0
  6. package/assets/scss/mixins.scss +18 -0
  7. package/assets/scss/spacing.scss +59 -0
  8. package/assets/scss/styles.scss +22 -1
  9. package/assets/scss/text-selection.scss +43 -204
  10. package/assets/theme/variables.scss +1 -1
  11. package/esm2022/lib/ca-components.module.mjs +47 -5
  12. package/esm2022/lib/components/ca-activity-log-list/ca-activity-log-list.component.mjs +3 -3
  13. package/esm2022/lib/components/ca-autoclose-popover/ca-autoclose-popover.component.mjs +6 -3
  14. package/esm2022/lib/components/ca-chart/ca-chart.component.mjs +16 -14
  15. package/esm2022/lib/components/ca-checkbox/ca-checkbox.component.mjs +134 -0
  16. package/esm2022/lib/components/ca-checkbox/interfaces/column-check-action.interface.mjs +2 -0
  17. package/esm2022/lib/components/ca-checkbox/interfaces/index.mjs +2 -0
  18. package/esm2022/lib/components/ca-checkbox/utils/svg-routes/checkbox-svg-routes.mjs +7 -0
  19. package/esm2022/lib/components/ca-checkbox/utils/svg-routes/index.mjs +2 -0
  20. package/esm2022/lib/components/ca-collapsible-filter/ca-collapsible-filter.component.mjs +2 -2
  21. package/esm2022/lib/components/ca-comment/ca-comment.component.mjs +2 -2
  22. package/esm2022/lib/components/ca-comment/modals/comment-modal/comment-modal.component.mjs +3 -3
  23. package/esm2022/lib/components/ca-custom-datetime-pickers/ca-custom-datetime-pickers.component.mjs +4 -4
  24. package/esm2022/lib/components/ca-custom-scrollbar/ca-custom-scrollbar.component.mjs +3 -3
  25. package/esm2022/lib/components/ca-details-dropdown/ca-details-dropdown.component.mjs +2 -2
  26. package/esm2022/lib/components/ca-dropdown-menu/ca-dropdown-menu.component.mjs +95 -24
  27. package/esm2022/lib/components/ca-dropdown-menu/enums/dropdown-menu.enum.mjs +19 -0
  28. package/esm2022/lib/components/ca-dropdown-menu/enums/index.mjs +2 -2
  29. package/esm2022/lib/components/ca-dropdown-menu/interfaces/dropdown-menu-item.interface.mjs +2 -0
  30. package/esm2022/lib/components/ca-dropdown-menu/interfaces/dropdown-menu-option-emit.interface.mjs +2 -0
  31. package/esm2022/lib/components/ca-dropdown-menu/interfaces/index.mjs +3 -0
  32. package/esm2022/lib/components/ca-dropdown-menu/pipes/dropdown-menu-placement-class.pipe.mjs +4 -4
  33. package/esm2022/lib/components/ca-dropdown-menu/pipes/group-item-checked-state.pipe.mjs +21 -0
  34. package/esm2022/lib/components/ca-dropdown-menu/pipes/index.mjs +2 -1
  35. package/esm2022/lib/components/ca-filters/ca-filter.component.mjs +4 -4
  36. package/esm2022/lib/components/ca-filters/components/ca-dispatcher-filter/ca-dispatcher-filter.component.mjs +3 -3
  37. package/esm2022/lib/components/ca-filters/components/ca-location-filter/ca-location-filter.component.mjs +2 -2
  38. package/esm2022/lib/components/ca-filters/components/ca-money-filter/ca-money-filter.component.mjs +2 -2
  39. package/esm2022/lib/components/ca-filters/components/ca-pm-filter/ca-pm-filter.component.mjs +2 -2
  40. package/esm2022/lib/components/ca-filters/components/ca-state-filter/ca-state-filter.component.mjs +2 -2
  41. package/esm2022/lib/components/ca-filters/components/ca-status-filter/ca-status-filter.component.mjs +2 -2
  42. package/esm2022/lib/components/ca-filters/components/ca-time-filter/ca-time-filter.component.mjs +4 -4
  43. package/esm2022/lib/components/ca-filters/components/ca-trailer-type-filter/ca-trailer-type-filter.component.mjs +2 -2
  44. package/esm2022/lib/components/ca-filters/components/ca-truck-type-filter/ca-truck-type-filter.component.mjs +2 -2
  45. package/esm2022/lib/components/ca-filters/components/ca-user-filter/ca-user-filter.component.mjs +2 -2
  46. package/esm2022/lib/components/ca-filters/components/ca-violation-filter/ca-violation-filter.component.mjs +2 -2
  47. package/esm2022/lib/components/ca-filters/pipes/index.mjs +7 -0
  48. package/esm2022/lib/components/ca-filters/utils/helpers/index.mjs +2 -1
  49. package/esm2022/lib/components/ca-filters/utils/helpers/time-filter.helper.mjs +117 -0
  50. package/esm2022/lib/components/ca-filters/utils/svg-routes/index.mjs +2 -0
  51. package/esm2022/lib/components/ca-input/ca-input.component.mjs +2 -2
  52. package/esm2022/lib/components/ca-input/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.mjs +3 -3
  53. package/esm2022/lib/components/ca-input-address-dropdown/ca-input-address-dropdown.component.mjs +34 -34
  54. package/esm2022/lib/components/ca-input-address-dropdown/enums/input-address-basic-string.enum.mjs +6 -0
  55. package/esm2022/lib/components/ca-input-datetime-picker/ca-input-datetime-picker.component.mjs +4 -4
  56. package/esm2022/lib/components/ca-input-dropdown/ca-input-dropdown.component.mjs +2 -2
  57. package/esm2022/lib/components/ca-input-dropdown-test/animations/index.mjs +2 -0
  58. package/esm2022/lib/components/ca-input-dropdown-test/animations/input-dropdown.animation.mjs +11 -0
  59. package/esm2022/lib/components/ca-input-dropdown-test/ca-input-dropdown-test.component.mjs +692 -0
  60. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-default-template/ca-input-dropdown-default-template.component.mjs +62 -0
  61. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-details-template/ca-input-dropdown-details-template.component.mjs +72 -0
  62. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-dispatch/ca-input-dropdown-dispatch.component.mjs +60 -0
  63. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-double-text-template/ca-input-dropdown-double-text-template.component.mjs +62 -0
  64. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-fuel-franchise/ca-input-dropdown-fuel-franchise.component.mjs +76 -0
  65. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-groups/ca-input-dropdown-groups.component.mjs +58 -0
  66. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-labels/ca-input-dropdown-labels.component.mjs +76 -0
  67. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker-item/ca-input-dropdown-load-broker-item.component.mjs +41 -0
  68. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker.component.mjs +64 -0
  69. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact-item/ca-input-dropdown-load-broker-contact-item.component.mjs +38 -0
  70. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact.component.mjs +62 -0
  71. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper-item/ca-input-dropdown-load-broker-shipper-item.component.mjs +37 -0
  72. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper.component.mjs +61 -0
  73. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher-item/ca-input-dropdown-load-dispatcher-item.component.mjs +49 -0
  74. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher.component.mjs +60 -0
  75. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd-item/ca-input-dropdown-load-dispatches-ttd-item.mjs +49 -0
  76. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd.component.mjs +65 -0
  77. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-multiselect/ca-input-dropdown-multiselect.component.mjs +58 -0
  78. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-payroll-trucks/ca-input-dropdown-payroll-trucks.component.mjs +62 -0
  79. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svg-template/ca-input-dropdown-svg-template.component.mjs +63 -0
  80. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-dispatch-template/ca-input-dropdown-svgtext-dispatch-template.component.mjs +72 -0
  81. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template-item/ca-input-dropdown-svgtext-template-item.component.mjs +56 -0
  82. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template.component.mjs +77 -0
  83. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-text-counter/ca-input-dropdown-text-counter.component.mjs +58 -0
  84. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-triple-text-template/ca-input-dropdown-triple-text-template.component.mjs +62 -0
  85. package/esm2022/lib/components/ca-input-dropdown-test/enums/dropdown-string.enum.mjs +6 -0
  86. package/esm2022/lib/components/ca-input-dropdown-test/enums/dropdown-template-type.enum.mjs +23 -0
  87. package/esm2022/lib/components/ca-input-dropdown-test/enums/index.mjs +3 -0
  88. package/esm2022/lib/components/ca-input-dropdown-test/models/index.mjs +4 -0
  89. package/esm2022/lib/components/ca-input-dropdown-test/models/input-dropdown-option.model.mjs +2 -0
  90. package/esm2022/lib/components/ca-input-dropdown-test/models/load-modal-status.model.mjs +2 -0
  91. package/esm2022/lib/components/ca-input-dropdown-test/models/status-order.model.mjs +2 -0
  92. package/esm2022/lib/components/ca-input-dropdown-test/pipes/dropdown-count.pipe.mjs +29 -0
  93. package/esm2022/lib/components/ca-input-dropdown-test/pipes/dropdown-options.pipe.mjs +73 -0
  94. package/esm2022/lib/components/ca-input-dropdown-test/pipes/index.mjs +10 -0
  95. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-default-template-class.pipe.mjs +27 -0
  96. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-fuel-franchise-class.pipe.mjs +22 -0
  97. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-get-icon.pipe.mjs +18 -0
  98. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-label-class.pipe.mjs +27 -0
  99. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-load-broker-container.pipe.mjs +25 -0
  100. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-multiselect-class.pipe.mjs +23 -0
  101. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-container.pipe.mjs +25 -0
  102. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-icon.pipe.mjs +23 -0
  103. package/esm2022/lib/components/ca-input-dropdown-test/utils/svg-routes/index.mjs +2 -0
  104. package/esm2022/lib/components/ca-input-dropdown-test/utils/svg-routes/input-dropdown-svg-routes.mjs +13 -0
  105. package/esm2022/lib/components/ca-input-note/ca-input-note.component.mjs +2 -2
  106. package/esm2022/lib/components/ca-input-test/base-classes/ca-input-event-manager.mjs +24 -0
  107. package/esm2022/lib/components/ca-input-test/components/ca-input-clear/ca-input-clear.component.mjs +66 -0
  108. package/esm2022/lib/components/ca-input-test/components/ca-input-commands/ca-input-commands.component.mjs +48 -0
  109. package/esm2022/lib/components/ca-input-test/components/ca-input-password/ca-input-password.component.mjs +63 -0
  110. package/esm2022/lib/components/ca-input-test/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.mjs +85 -0
  111. package/esm2022/lib/components/ca-input-test/config/ca-input.config.mjs +2 -0
  112. package/esm2022/lib/components/ca-input-test/config/index.mjs +2 -0
  113. package/esm2022/lib/components/ca-input-test/directives/caps-lock.directive.mjs +50 -0
  114. package/esm2022/lib/components/ca-input-test/directives/command-visible.directive.mjs +48 -0
  115. package/esm2022/lib/components/ca-input-test/directives/index.mjs +6 -0
  116. package/esm2022/lib/components/ca-input-test/directives/input-max-value.directive.mjs +53 -0
  117. package/esm2022/lib/components/ca-input-test/directives/min-max-value.directive.mjs +41 -0
  118. package/esm2022/lib/components/ca-input-test/directives/price_format.directive.mjs +41 -0
  119. package/esm2022/lib/components/ca-input-test/directives/restrict-input.directive.mjs +94 -0
  120. package/esm2022/lib/components/ca-input-test/enums/index.mjs +5 -0
  121. package/esm2022/lib/components/ca-input-test/enums/input-commands-action.enum.mjs +11 -0
  122. package/esm2022/lib/components/ca-input-test/enums/input-commands-type.enum.mjs +8 -0
  123. package/esm2022/lib/components/ca-input-test/enums/input-config-name-string.enum.mjs +9 -0
  124. package/esm2022/lib/components/ca-input-test/enums/input-string.enum.mjs +114 -0
  125. package/esm2022/lib/components/ca-input-test/enums/input-text-transform.enum.mjs +9 -0
  126. package/esm2022/lib/components/ca-input-test/input-test.component.mjs +273 -0
  127. package/esm2022/lib/components/ca-input-test/mixins/input-command.mixin.mjs +124 -0
  128. package/esm2022/lib/components/ca-input-test/mixins/input-helper.mixin.mjs +49 -0
  129. package/esm2022/lib/components/ca-input-test/mixins/restriction-pipe.mixin.mjs +34 -0
  130. package/esm2022/lib/components/ca-input-test/models/base.model.mjs +2 -0
  131. package/esm2022/lib/components/ca-input-test/models/command-click.model.mjs +2 -0
  132. package/esm2022/lib/components/ca-input-test/models/commands-event.model.mjs +2 -0
  133. package/esm2022/lib/components/ca-input-test/models/index.mjs +4 -0
  134. package/esm2022/lib/components/ca-input-test/models/label-color.model.mjs +2 -0
  135. package/esm2022/lib/components/ca-input-test/pipes/color-finder.pipe.mjs +62 -0
  136. package/esm2022/lib/components/ca-input-test/pipes/form-control.pipe.mjs +17 -0
  137. package/esm2022/lib/components/ca-input-test/pipes/index.mjs +20 -0
  138. package/esm2022/lib/components/ca-input-test/pipes/input-class.pipe.mjs +155 -0
  139. package/esm2022/lib/components/ca-input-test/pipes/input-clear-class.pipe.mjs +87 -0
  140. package/esm2022/lib/components/ca-input-test/pipes/input-container-class.pipe.mjs +58 -0
  141. package/esm2022/lib/components/ca-input-test/pipes/input-datetime-picker-class.pipe.mjs +77 -0
  142. package/esm2022/lib/components/ca-input-test/pipes/input-dropdown-arrow-class.pipe.mjs +61 -0
  143. package/esm2022/lib/components/ca-input-test/pipes/input-error.pipe.mjs +88 -0
  144. package/esm2022/lib/components/ca-input-test/pipes/input-password-eye-class.pipe.mjs +37 -0
  145. package/esm2022/lib/components/ca-input-test/pipes/input-pattern.pipe.mjs +326 -0
  146. package/esm2022/lib/components/ca-input-test/pipes/input-placeholder-icon-right.pipe.mjs +46 -0
  147. package/esm2022/lib/components/ca-input-test/pipes/input-placeholder-icon.class.pipe.mjs +58 -0
  148. package/esm2022/lib/components/ca-input-test/pipes/input-placeholder-text-class.pipe.mjs +45 -0
  149. package/esm2022/lib/components/ca-input-test/pipes/input-type.pipe.mjs +25 -0
  150. package/esm2022/lib/components/ca-input-test/pipes/label-class.pipe.mjs +38 -0
  151. package/esm2022/lib/components/ca-input-test/pipes/show-clear.pipe.mjs +22 -0
  152. package/esm2022/lib/components/ca-input-test/pipes/show-dropdown-arrow.pipe.mjs +26 -0
  153. package/esm2022/lib/components/ca-input-test/pipes/show-invalid-danger-mark.pipe.mjs +27 -0
  154. package/esm2022/lib/components/ca-input-test/pipes/show-placeholder-text.pipe.mjs +24 -0
  155. package/esm2022/lib/components/ca-input-test/pipes/show-valid-check.pipe.mjs +27 -0
  156. package/esm2022/lib/components/ca-input-test/utils/index.mjs +3 -0
  157. package/esm2022/lib/components/ca-input-test/utils/input-change-value.type.mjs +2 -0
  158. package/esm2022/lib/components/ca-input-test/utils/input-svg-routes.mjs +17 -0
  159. package/esm2022/lib/components/ca-last-fuel-price-progress/ca-last-fuel-price-progress.component.mjs +75 -0
  160. package/esm2022/lib/components/ca-last-fuel-price-progress/enums/index.mjs +2 -0
  161. package/esm2022/lib/components/ca-last-fuel-price-progress/enums/last-fuel-price-progress.enum.mjs +6 -0
  162. package/esm2022/lib/components/ca-last-fuel-price-progress/interfaces/index.mjs +3 -0
  163. package/esm2022/lib/components/ca-last-fuel-price-progress/interfaces/last-fuel-price-progress-config.interface.mjs +2 -0
  164. package/esm2022/lib/components/ca-last-fuel-price-progress/interfaces/last-fuel-price-progress-data.interface.mjs +2 -0
  165. package/esm2022/lib/components/ca-last-fuel-price-progress/utils/constants/index.mjs +2 -0
  166. package/esm2022/lib/components/ca-last-fuel-price-progress/utils/constants/last-fuel-price-progress.constants.mjs +10 -0
  167. package/esm2022/lib/components/ca-last-fuel-price-progress/utils/helpers/index.mjs +2 -0
  168. package/esm2022/lib/components/ca-last-fuel-price-progress/utils/helpers/last-fuel-price-progress.helper.mjs +25 -0
  169. package/esm2022/lib/components/ca-last-fuel-price-progress/utils/svg-routes/index.mjs +2 -0
  170. package/esm2022/lib/components/ca-last-fuel-price-progress/utils/svg-routes/last-fuel-price-progress-svg-routes.mjs +4 -0
  171. package/esm2022/lib/components/ca-logo-change/ca-logo-change.component.mjs +3 -3
  172. package/esm2022/lib/components/ca-main-table/ca-main-table.component.mjs +5 -3
  173. package/esm2022/lib/components/ca-map/ca-map.component.mjs +2 -2
  174. package/esm2022/lib/components/ca-map-dropdown/ca-map-dropdown.component.mjs +2 -2
  175. package/esm2022/lib/components/ca-modal/ca-modal.component.mjs +2 -2
  176. package/esm2022/lib/components/ca-modal-button/ca-modal-button.component.mjs +3 -3
  177. package/esm2022/lib/components/ca-new-filter/ca-filter-dropdown.component.mjs +98 -0
  178. package/esm2022/lib/components/ca-new-filter/components/ca-filter-list-dropdown/ca-filter-list-dropdown.component.mjs +142 -0
  179. package/esm2022/lib/components/ca-new-filter/components/ca-filter-state-dropdown/ca-filter-state-dropdown.component.mjs +131 -0
  180. package/esm2022/lib/components/ca-new-filter/components/ca-filter-time-dropdown/ca-filter-time-dropdown.component.mjs +131 -0
  181. package/esm2022/lib/components/ca-new-filter/constant/filter-dropdown-icons.constant.mjs +87 -0
  182. package/esm2022/lib/components/ca-new-filter/constant/index.mjs +2 -0
  183. package/esm2022/lib/components/ca-new-filter/enums/filter-dropdown-types.enum.mjs +15 -0
  184. package/esm2022/lib/components/ca-new-filter/enums/filter-sorting-key.enum.mjs +6 -0
  185. package/esm2022/lib/components/ca-new-filter/enums/filter-time.enum.mjs +37 -0
  186. package/esm2022/lib/components/ca-new-filter/enums/index.mjs +4 -0
  187. package/esm2022/lib/components/ca-new-filter/interface/country.interface.mjs +2 -0
  188. package/esm2022/lib/components/ca-new-filter/interface/filter-action.interface.mjs +2 -0
  189. package/esm2022/lib/components/ca-new-filter/interface/filter-dropdown-configuration.interface.mjs +2 -0
  190. package/esm2022/lib/components/ca-new-filter/interface/filter-dropdown-list.mjs +2 -0
  191. package/esm2022/lib/components/ca-new-filter/interface/index.mjs +7 -0
  192. package/esm2022/lib/components/ca-new-filter/interface/sorting-emmiter.interface.mjs +2 -0
  193. package/esm2022/lib/components/ca-new-filter/interface/time-options.interface.mjs +2 -0
  194. package/esm2022/lib/components/ca-new-filter/pipes/filter-search.pipe.mjs +31 -0
  195. package/esm2022/lib/components/ca-new-filter/types/filter-dropdown.types.mjs +2 -0
  196. package/esm2022/lib/components/ca-new-filter/types/filter-sorting-key.type.mjs +2 -0
  197. package/esm2022/lib/components/ca-new-filter/types/filter-time.types.mjs +2 -0
  198. package/esm2022/lib/components/ca-new-filter/types/index.mjs +4 -0
  199. package/esm2022/lib/components/ca-new-filter/utils/configs/filter-dropdown-fields.config.mjs +37 -0
  200. package/esm2022/lib/components/ca-new-filter/utils/configs/index.mjs +2 -0
  201. package/esm2022/lib/components/ca-new-filter/utils/helpers/index.mjs +2 -0
  202. package/esm2022/lib/components/ca-new-filter/utils/helpers/time-filter.helper.mjs +133 -0
  203. package/esm2022/lib/components/ca-ngx-slider/ca-ngx-slider.component.mjs +2 -2
  204. package/esm2022/lib/components/ca-note/ca-note.component.mjs +2 -2
  205. package/esm2022/lib/components/ca-note-container/ca-note-container.component.mjs +2 -2
  206. package/esm2022/lib/components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component.mjs +3 -3
  207. package/esm2022/lib/components/ca-period-content/ca-period-content.component.mjs +3 -3
  208. package/esm2022/lib/components/ca-period-content/components/ca-period-content-extra-info/ca-period-content-extra-info.component.mjs +3 -3
  209. package/esm2022/lib/components/ca-period-content/components/ca-period-content-payment/ca-period-content-payment.component.mjs +10 -9
  210. package/esm2022/lib/components/ca-period-content/components/ca-period-content-user-info/ca-period-content-user-info.component.mjs +3 -3
  211. package/esm2022/lib/components/ca-period-content/enums/index.mjs +2 -1
  212. package/esm2022/lib/components/ca-period-content/enums/period-title-type.enum.mjs +9 -0
  213. package/esm2022/lib/components/ca-period-content/utils/constants/color-map.mjs +9 -8
  214. package/esm2022/lib/components/ca-pickup-delivery-block/ca-pickup-delivery-block.component.mjs +3 -3
  215. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/ca-load.component.mjs +3 -3
  216. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-list/ca-load-list.component.mjs +3 -3
  217. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.mjs +3 -3
  218. package/esm2022/lib/components/ca-profile-image/ca-profile-image.component.mjs +3 -3
  219. package/esm2022/lib/components/ca-progress-bar/ca-progress-bar.component.mjs +2 -2
  220. package/esm2022/lib/components/ca-progress-expiration/ca-progress-expiration.component.mjs +2 -2
  221. package/esm2022/lib/components/ca-rating-review/ca-rating-review.component.mjs +2 -2
  222. package/esm2022/lib/components/ca-rating-review/components/ca-rating-review-user/ca-rating-review-user.component.mjs +2 -2
  223. package/esm2022/lib/components/ca-rating-review/components/ca-ratings-reviews-popup/ca-ratings-reviews-popup.component.mjs +2 -2
  224. package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-company/ca-right-side-panel-company.component.mjs +3 -3
  225. package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-menu/ca-right-side-panel-menu.component.mjs +3 -3
  226. package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-top-bar/ca-right-side-panel-top-bar.component.mjs +3 -3
  227. package/esm2022/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.mjs +3 -3
  228. package/esm2022/lib/components/ca-search-multiple-states/models/tab-data.model.mjs +1 -1
  229. package/esm2022/lib/components/ca-sort-dropdown/ca-sort-dropdown.component.mjs +21 -8
  230. package/esm2022/lib/components/ca-sort-dropdown/types/index.mjs +2 -0
  231. package/esm2022/lib/components/ca-sort-dropdown/types/sort-directions.type.mjs +2 -0
  232. package/esm2022/lib/components/ca-sort-dropdown/utils/svg-routes/ca-sort-dropdown-svg-routes.mjs +3 -2
  233. package/esm2022/lib/components/ca-spinner/ca-spinner.component.mjs +2 -2
  234. package/esm2022/lib/components/ca-tab-switch/ca-tab-switch.component.mjs +3 -3
  235. package/esm2022/lib/components/ca-todo/ca-todo.component.mjs +3 -3
  236. package/esm2022/lib/components/ca-todo/components/ca-todo-card.component.mjs +3 -3
  237. package/esm2022/lib/components/ca-tooltip-list/ca-tooltip-list.component.mjs +3 -3
  238. package/esm2022/lib/components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component.mjs +2 -2
  239. package/esm2022/lib/components/ca-upload-files/ca-upload-files.component.mjs +3 -3
  240. package/esm2022/lib/components/ca-upload-files/components/ca-upload-dropzone/ca-upload-dropzone.component.mjs +3 -3
  241. package/esm2022/lib/components/ca-upload-files/components/ca-upload-file/ca-upload-file.component.mjs +2 -2
  242. package/esm2022/lib/components/ca-upload-files/components/ca-upload-files-carousel/ca-upload-files-carousel.component.mjs +3 -3
  243. package/esm2022/lib/components/ca-vehicle-list/ca-vehicle-list.component.mjs +77 -0
  244. package/esm2022/lib/components/ca-vehicle-list/enums/index.mjs +2 -0
  245. package/esm2022/lib/components/ca-vehicle-list/enums/vehicle-list.enum.mjs +6 -0
  246. package/esm2022/lib/components/ca-vehicle-list/interfaces/index.mjs +3 -0
  247. package/esm2022/lib/components/ca-vehicle-list/interfaces/vehicle-list-actions-emit.interface.mjs +2 -0
  248. package/esm2022/lib/components/ca-vehicle-list/interfaces/vehicle-list-config.interface.mjs +2 -0
  249. package/esm2022/lib/components/ca-vehicle-list/models/index.mjs +2 -0
  250. package/esm2022/lib/components/ca-vehicle-list/models/vehicle-list.model.mjs +2 -0
  251. package/esm2022/lib/components/ca-vehicle-list/types/index.mjs +2 -0
  252. package/esm2022/lib/components/ca-vehicle-list/types/vehicle-list.type.mjs +2 -0
  253. package/esm2022/lib/components/ca-vehicle-list/utils/constants/index.mjs +2 -0
  254. package/esm2022/lib/components/ca-vehicle-list/utils/constants/vehicle-list.constants.mjs +37 -0
  255. package/esm2022/lib/components/ca-vehicle-list/utils/svg-routes/index.mjs +2 -0
  256. package/esm2022/lib/components/ca-vehicle-list/utils/svg-routes/vehicle-list-svg-routes.mjs +7 -0
  257. package/esm2022/lib/enums/dropdown-menu.enum.mjs +20 -0
  258. package/esm2022/lib/enums/index.mjs +2 -0
  259. package/esm2022/lib/enums/string-placeholder.enum.mjs +14 -0
  260. package/esm2022/lib/pipes/index.mjs +2 -1
  261. package/esm2022/lib/pipes/row-class.pipe.mjs +26 -0
  262. package/esm2022/lib/pipes/truck-trailer-color-finder.pipe.mjs +72 -0
  263. package/esm2022/lib/utils/constants/dropdown-menu-content.constants.mjs +26 -26
  264. package/esm2022/lib/utils/helpers/dropdown-menu-content-conditional-items.helper.mjs +4 -4
  265. package/esm2022/lib/utils/helpers/dropdown-menu-content.helper.mjs +6 -6
  266. package/esm2022/public-api.mjs +17 -2
  267. package/fesm2022/ca-components.mjs +7028 -1512
  268. package/fesm2022/ca-components.mjs.map +1 -1
  269. package/lib/ca-components.module.d.ts +40 -33
  270. package/lib/components/ca-autoclose-popover/ca-autoclose-popover.component.d.ts +2 -1
  271. package/lib/components/ca-checkbox/ca-checkbox.component.d.ts +39 -0
  272. package/lib/components/ca-checkbox/interfaces/column-check-action.interface.d.ts +6 -0
  273. package/lib/components/ca-checkbox/interfaces/index.d.ts +1 -0
  274. package/lib/components/ca-checkbox/utils/svg-routes/checkbox-svg-routes.d.ts +6 -0
  275. package/lib/components/ca-checkbox/utils/svg-routes/index.d.ts +1 -0
  276. package/lib/components/ca-custom-datetime-pickers/ca-custom-datetime-pickers.component.d.ts +1 -1
  277. package/lib/components/ca-dropdown-menu/ca-dropdown-menu.component.d.ts +16 -7
  278. package/lib/components/ca-dropdown-menu/enums/{dropdown-menu-string.enum.d.ts → dropdown-menu.enum.d.ts} +5 -2
  279. package/lib/components/ca-dropdown-menu/enums/index.d.ts +1 -1
  280. package/lib/components/ca-dropdown-menu/{models/dropdown-menu-item.model.d.ts → interfaces/dropdown-menu-item.interface.d.ts} +7 -1
  281. package/lib/components/ca-dropdown-menu/{models/dropdown-menu-option-emit.model.d.ts → interfaces/dropdown-menu-option-emit.interface.d.ts} +1 -1
  282. package/lib/components/ca-dropdown-menu/interfaces/index.d.ts +2 -0
  283. package/lib/components/ca-dropdown-menu/pipes/group-item-checked-state.pipe.d.ts +8 -0
  284. package/lib/components/ca-dropdown-menu/pipes/index.d.ts +1 -0
  285. package/lib/components/ca-filters/ca-filter.component.d.ts +2 -2
  286. package/lib/components/ca-filters/pipes/index.d.ts +6 -0
  287. package/lib/components/ca-filters/utils/helpers/index.d.ts +1 -0
  288. package/lib/components/ca-filters/utils/{constants/time-filter.constants.d.ts → helpers/time-filter.helper.d.ts} +14 -2
  289. package/lib/components/ca-filters/utils/svg-routes/index.d.ts +1 -0
  290. package/lib/components/ca-input-address-dropdown/enums/input-address-basic-string.enum.d.ts +4 -0
  291. package/lib/components/ca-input-dropdown-test/animations/index.d.ts +1 -0
  292. package/lib/components/ca-input-dropdown-test/animations/input-dropdown.animation.d.ts +1 -0
  293. package/lib/components/ca-input-dropdown-test/ca-input-dropdown-test.component.d.ts +125 -0
  294. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-default-template/ca-input-dropdown-default-template.component.d.ts +20 -0
  295. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-details-template/ca-input-dropdown-details-template.component.d.ts +22 -0
  296. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-dispatch/ca-input-dropdown-dispatch.component.d.ts +19 -0
  297. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-double-text-template/ca-input-dropdown-double-text-template.component.d.ts +20 -0
  298. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-fuel-franchise/ca-input-dropdown-fuel-franchise.component.d.ts +27 -0
  299. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-groups/ca-input-dropdown-groups.component.d.ts +18 -0
  300. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-labels/ca-input-dropdown-labels.component.d.ts +24 -0
  301. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker-item/ca-input-dropdown-load-broker-item.component.d.ts +10 -0
  302. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker.component.d.ts +18 -0
  303. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact-item/ca-input-dropdown-load-broker-contact-item.component.d.ts +11 -0
  304. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact.component.d.ts +18 -0
  305. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper-item/ca-input-dropdown-load-broker-shipper-item.component.d.ts +11 -0
  306. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper.component.d.ts +18 -0
  307. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher-item/ca-input-dropdown-load-dispatcher-item.component.d.ts +14 -0
  308. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher.component.d.ts +20 -0
  309. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd-item/ca-input-dropdown-load-dispatches-ttd-item.d.ts +14 -0
  310. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd.component.d.ts +20 -0
  311. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-multiselect/ca-input-dropdown-multiselect.component.d.ts +18 -0
  312. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-payroll-trucks/ca-input-dropdown-payroll-trucks.component.d.ts +20 -0
  313. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svg-template/ca-input-dropdown-svg-template.component.d.ts +20 -0
  314. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-dispatch-template/ca-input-dropdown-svgtext-dispatch-template.component.d.ts +22 -0
  315. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template-item/ca-input-dropdown-svgtext-template-item.component.d.ts +15 -0
  316. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template.component.d.ts +22 -0
  317. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-text-counter/ca-input-dropdown-text-counter.component.d.ts +18 -0
  318. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-triple-text-template/ca-input-dropdown-triple-text-template.component.d.ts +20 -0
  319. package/lib/components/ca-input-dropdown-test/enums/dropdown-string.enum.d.ts +4 -0
  320. package/lib/components/ca-input-dropdown-test/enums/dropdown-template-type.enum.d.ts +21 -0
  321. package/lib/components/ca-input-dropdown-test/enums/index.d.ts +2 -0
  322. package/lib/components/ca-input-dropdown-test/models/index.d.ts +3 -0
  323. package/lib/components/ca-input-dropdown-test/models/input-dropdown-option.model.d.ts +95 -0
  324. package/lib/components/ca-input-dropdown-test/models/load-modal-status.model.d.ts +5 -0
  325. package/lib/components/ca-input-dropdown-test/models/status-order.model.d.ts +4 -0
  326. package/lib/components/ca-input-dropdown-test/pipes/dropdown-count.pipe.d.ts +7 -0
  327. package/lib/components/ca-input-dropdown-test/pipes/dropdown-options.pipe.d.ts +10 -0
  328. package/lib/components/ca-input-dropdown-test/pipes/index.d.ts +9 -0
  329. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-default-template-class.pipe.d.ts +11 -0
  330. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-fuel-franchise-class.pipe.d.ts +10 -0
  331. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-get-icon.pipe.d.ts +9 -0
  332. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-label-class.pipe.d.ts +11 -0
  333. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-load-broker-container.pipe.d.ts +10 -0
  334. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-multiselect-class.pipe.d.ts +11 -0
  335. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-container.pipe.d.ts +10 -0
  336. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-icon.pipe.d.ts +11 -0
  337. package/lib/components/ca-input-dropdown-test/utils/svg-routes/index.d.ts +1 -0
  338. package/lib/components/ca-input-dropdown-test/utils/svg-routes/input-dropdown-svg-routes.d.ts +12 -0
  339. package/lib/components/ca-input-test/base-classes/ca-input-event-manager.d.ts +16 -0
  340. package/lib/components/ca-input-test/components/ca-input-clear/ca-input-clear.component.d.ts +20 -0
  341. package/lib/components/ca-input-test/components/ca-input-commands/ca-input-commands.component.d.ts +16 -0
  342. package/lib/components/ca-input-test/components/ca-input-password/ca-input-password.component.d.ts +20 -0
  343. package/lib/components/ca-input-test/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.d.ts +26 -0
  344. package/lib/components/ca-input-test/config/ca-input.config.d.ts +168 -0
  345. package/lib/components/ca-input-test/config/index.d.ts +1 -0
  346. package/lib/components/ca-input-test/directives/caps-lock.directive.d.ts +14 -0
  347. package/lib/components/ca-input-test/directives/index.d.ts +5 -0
  348. package/lib/components/ca-input-test/directives/input-max-value.directive.d.ts +12 -0
  349. package/lib/components/ca-input-test/directives/min-max-value.directive.d.ts +13 -0
  350. package/lib/components/ca-input-test/directives/price_format.directive.d.ts +11 -0
  351. package/lib/components/ca-input-test/directives/restrict-input.directive.d.ts +27 -0
  352. package/lib/components/ca-input-test/enums/index.d.ts +4 -0
  353. package/lib/components/ca-input-test/enums/input-commands-action.enum.d.ts +9 -0
  354. package/lib/components/ca-input-test/enums/input-commands-type.enum.d.ts +6 -0
  355. package/lib/components/ca-input-test/enums/input-config-name-string.enum.d.ts +7 -0
  356. package/lib/components/ca-input-test/enums/input-string.enum.d.ts +112 -0
  357. package/lib/components/ca-input-test/enums/input-text-transform.enum.d.ts +6 -0
  358. package/lib/components/{ca-input/input-test → ca-input-test}/input-test.component.d.ts +13 -12
  359. package/lib/components/{ca-input → ca-input-test}/mixins/input-command.mixin.d.ts +1 -1
  360. package/lib/components/{ca-input → ca-input-test}/mixins/input-helper.mixin.d.ts +1 -1
  361. package/lib/components/ca-input-test/mixins/restriction-pipe.mixin.d.ts +12 -0
  362. package/lib/components/ca-input-test/models/command-click.model.d.ts +5 -0
  363. package/lib/components/ca-input-test/models/commands-event.model.d.ts +5 -0
  364. package/lib/components/ca-input-test/models/index.d.ts +3 -0
  365. package/lib/components/ca-input-test/models/label-color.model.d.ts +11 -0
  366. package/lib/components/ca-input-test/pipes/color-finder.pipe.d.ts +7 -0
  367. package/lib/components/ca-input-test/pipes/form-control.pipe.d.ts +8 -0
  368. package/lib/components/ca-input-test/pipes/index.d.ts +19 -0
  369. package/lib/components/ca-input-test/pipes/input-class.pipe.d.ts +13 -0
  370. package/lib/components/ca-input-test/pipes/input-clear-class.pipe.d.ts +11 -0
  371. package/lib/components/ca-input-test/pipes/input-container-class.pipe.d.ts +11 -0
  372. package/lib/components/ca-input-test/pipes/input-datetime-picker-class.pipe.d.ts +11 -0
  373. package/lib/components/ca-input-test/pipes/input-dropdown-arrow-class.pipe.d.ts +11 -0
  374. package/lib/components/ca-input-test/pipes/input-error.pipe.d.ts +7 -0
  375. package/lib/components/ca-input-test/pipes/input-password-eye-class.pipe.d.ts +11 -0
  376. package/lib/components/ca-input-test/pipes/input-pattern.pipe.d.ts +38 -0
  377. package/lib/components/ca-input-test/pipes/input-placeholder-icon-right.pipe.d.ts +11 -0
  378. package/lib/components/ca-input-test/pipes/input-placeholder-icon.class.pipe.d.ts +12 -0
  379. package/lib/components/ca-input-test/pipes/input-placeholder-text-class.pipe.d.ts +11 -0
  380. package/lib/components/ca-input-test/pipes/input-type.pipe.d.ts +7 -0
  381. package/lib/components/ca-input-test/pipes/label-class.pipe.d.ts +10 -0
  382. package/lib/components/ca-input-test/pipes/show-clear.pipe.d.ts +8 -0
  383. package/lib/components/ca-input-test/pipes/show-dropdown-arrow.pipe.d.ts +8 -0
  384. package/lib/components/ca-input-test/pipes/show-invalid-danger-mark.pipe.d.ts +9 -0
  385. package/lib/components/ca-input-test/pipes/show-placeholder-text.pipe.d.ts +9 -0
  386. package/lib/components/ca-input-test/pipes/show-valid-check.pipe.d.ts +9 -0
  387. package/lib/components/ca-input-test/utils/index.d.ts +2 -0
  388. package/lib/components/ca-input-test/utils/input-change-value.type.d.ts +1 -0
  389. package/lib/components/ca-input-test/utils/input-svg-routes.d.ts +16 -0
  390. package/lib/components/ca-last-fuel-price-progress/ca-last-fuel-price-progress.component.d.ts +18 -0
  391. package/lib/components/ca-last-fuel-price-progress/enums/index.d.ts +1 -0
  392. package/lib/components/ca-last-fuel-price-progress/enums/last-fuel-price-progress.enum.d.ts +4 -0
  393. package/lib/components/ca-last-fuel-price-progress/interfaces/index.d.ts +2 -0
  394. package/lib/components/ca-last-fuel-price-progress/interfaces/last-fuel-price-progress-config.interface.d.ts +9 -0
  395. package/lib/components/ca-last-fuel-price-progress/interfaces/last-fuel-price-progress-data.interface.d.ts +10 -0
  396. package/lib/components/ca-last-fuel-price-progress/utils/constants/index.d.ts +1 -0
  397. package/lib/components/ca-last-fuel-price-progress/utils/constants/last-fuel-price-progress.constants.d.ts +3 -0
  398. package/lib/components/ca-last-fuel-price-progress/utils/helpers/index.d.ts +1 -0
  399. package/lib/components/ca-last-fuel-price-progress/utils/helpers/last-fuel-price-progress.helper.d.ts +7 -0
  400. package/lib/components/ca-last-fuel-price-progress/utils/svg-routes/index.d.ts +1 -0
  401. package/lib/components/ca-last-fuel-price-progress/utils/svg-routes/last-fuel-price-progress-svg-routes.d.ts +3 -0
  402. package/lib/components/ca-new-filter/ca-filter-dropdown.component.d.ts +35 -0
  403. package/lib/components/ca-new-filter/components/ca-filter-list-dropdown/ca-filter-list-dropdown.component.d.ts +43 -0
  404. package/lib/components/ca-new-filter/components/ca-filter-state-dropdown/ca-filter-state-dropdown.component.d.ts +35 -0
  405. package/lib/components/ca-new-filter/components/ca-filter-time-dropdown/ca-filter-time-dropdown.component.d.ts +43 -0
  406. package/lib/components/ca-new-filter/constant/filter-dropdown-icons.constant.d.ts +3 -0
  407. package/lib/components/ca-new-filter/constant/index.d.ts +1 -0
  408. package/lib/components/ca-new-filter/enums/filter-dropdown-types.enum.d.ts +13 -0
  409. package/lib/components/ca-new-filter/enums/filter-sorting-key.enum.d.ts +4 -0
  410. package/lib/components/ca-new-filter/enums/filter-time.enum.d.ts +35 -0
  411. package/lib/components/ca-new-filter/enums/index.d.ts +3 -0
  412. package/lib/components/ca-new-filter/interface/country.interface.d.ts +13 -0
  413. package/lib/components/ca-new-filter/interface/filter-action.interface.d.ts +18 -0
  414. package/lib/components/ca-new-filter/interface/filter-dropdown-configuration.interface.d.ts +13 -0
  415. package/lib/components/ca-new-filter/interface/filter-dropdown-list.d.ts +17 -0
  416. package/lib/components/ca-new-filter/interface/index.d.ts +6 -0
  417. package/lib/components/ca-new-filter/interface/sorting-emmiter.interface.d.ts +5 -0
  418. package/lib/components/ca-new-filter/interface/time-options.interface.d.ts +9 -0
  419. package/lib/components/ca-new-filter/pipes/filter-search.pipe.d.ts +8 -0
  420. package/lib/components/ca-new-filter/types/filter-dropdown.types.d.ts +2 -0
  421. package/lib/components/ca-new-filter/types/filter-sorting-key.type.d.ts +2 -0
  422. package/lib/components/ca-new-filter/types/filter-time.types.d.ts +2 -0
  423. package/lib/components/ca-new-filter/types/index.d.ts +3 -0
  424. package/lib/components/ca-new-filter/utils/configs/filter-dropdown-fields.config.d.ts +7 -0
  425. package/lib/components/ca-new-filter/utils/configs/index.d.ts +1 -0
  426. package/lib/components/ca-new-filter/utils/helpers/index.d.ts +1 -0
  427. package/lib/components/ca-new-filter/utils/helpers/time-filter.helper.d.ts +6 -0
  428. package/lib/components/ca-period-content/components/ca-period-content-payment/ca-period-content-payment.component.d.ts +7 -6
  429. package/lib/components/ca-period-content/enums/index.d.ts +1 -0
  430. package/lib/components/ca-period-content/enums/period-title-type.enum.d.ts +7 -0
  431. package/lib/components/ca-period-content/utils/constants/color-map.d.ts +2 -3
  432. package/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.d.ts +3 -3
  433. package/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.d.ts +2 -2
  434. package/lib/components/ca-search-multiple-states/models/tab-data.model.d.ts +11 -11
  435. package/lib/components/ca-sort-dropdown/ca-sort-dropdown.component.d.ts +12 -5
  436. package/lib/components/ca-sort-dropdown/types/index.d.ts +1 -0
  437. package/lib/components/ca-sort-dropdown/types/sort-directions.type.d.ts +5 -0
  438. package/lib/components/ca-sort-dropdown/utils/svg-routes/ca-sort-dropdown-svg-routes.d.ts +2 -1
  439. package/lib/components/ca-vehicle-list/ca-vehicle-list.component.d.ts +22 -0
  440. package/lib/components/ca-vehicle-list/enums/index.d.ts +1 -0
  441. package/lib/components/ca-vehicle-list/enums/vehicle-list.enum.d.ts +4 -0
  442. package/lib/components/ca-vehicle-list/interfaces/index.d.ts +2 -0
  443. package/lib/components/ca-vehicle-list/interfaces/vehicle-list-actions-emit.interface.d.ts +5 -0
  444. package/lib/components/ca-vehicle-list/interfaces/vehicle-list-config.interface.d.ts +7 -0
  445. package/lib/components/ca-vehicle-list/models/index.d.ts +1 -0
  446. package/lib/components/ca-vehicle-list/models/vehicle-list.model.d.ts +11 -0
  447. package/lib/components/ca-vehicle-list/types/index.d.ts +1 -0
  448. package/lib/components/ca-vehicle-list/types/vehicle-list.type.d.ts +2 -0
  449. package/lib/components/ca-vehicle-list/utils/constants/index.d.ts +1 -0
  450. package/lib/components/ca-vehicle-list/utils/constants/vehicle-list.constants.d.ts +5 -0
  451. package/lib/components/ca-vehicle-list/utils/svg-routes/index.d.ts +1 -0
  452. package/lib/components/ca-vehicle-list/utils/svg-routes/vehicle-list-svg-routes.d.ts +6 -0
  453. package/lib/enums/{dropdown-menu-string.enum.d.ts → dropdown-menu.enum.d.ts} +1 -1
  454. package/lib/enums/index.d.ts +1 -0
  455. package/lib/enums/string-placeholder.enum.d.ts +12 -0
  456. package/lib/pipes/index.d.ts +1 -0
  457. package/lib/pipes/row-class.pipe.d.ts +7 -0
  458. package/lib/pipes/truck-trailer-color-finder.pipe.d.ts +7 -0
  459. package/lib/utils/constants/dropdown-menu-content.constants.d.ts +3 -3
  460. package/lib/utils/helpers/dropdown-menu-content-conditional-items.helper.d.ts +3 -3
  461. package/lib/utils/helpers/dropdown-menu-content.helper.d.ts +3 -3
  462. package/package.json +1 -1
  463. package/public-api.d.ts +16 -1
  464. package/src/assets/ca-components/svg/common/fuel.svg +4 -0
  465. package/src/assets/ca-components/svg/common/ic_arrow_desc.svg +3 -0
  466. package/src/assets/ca-components/svg/common/ic_carriera-logo-active.svg +4 -0
  467. package/src/assets/ca-components/svg/common/ic_carriera-logo-inactive.svg +4 -0
  468. package/src/assets/ca-components/svg/common/ic_columns.svg +8 -0
  469. package/src/assets/ca-components/svg/common/ic_disable.svg +3 -0
  470. package/src/assets/ca-components/svg/common/ic_owner-status.svg +7 -0
  471. package/esm2022/lib/components/ca-dropdown-menu/enums/dropdown-menu-string.enum.mjs +0 -14
  472. package/esm2022/lib/components/ca-dropdown-menu/models/dropdown-menu-item.model.mjs +0 -2
  473. package/esm2022/lib/components/ca-dropdown-menu/models/dropdown-menu-option-emit.model.mjs +0 -2
  474. package/esm2022/lib/components/ca-dropdown-menu/models/index.mjs +0 -3
  475. package/esm2022/lib/components/ca-filters/utils/constants/time-filter.constants.mjs +0 -102
  476. package/esm2022/lib/components/ca-input/directives/command-visible.directive.mjs +0 -48
  477. package/esm2022/lib/components/ca-input/input-test/input-test.component.mjs +0 -266
  478. package/esm2022/lib/components/ca-input/mixins/input-command.mixin.mjs +0 -127
  479. package/esm2022/lib/components/ca-input/mixins/input-helper.mixin.mjs +0 -49
  480. package/esm2022/lib/components/ca-input/models/base.model.mjs +0 -2
  481. package/esm2022/lib/components/ca-period-content/utils/constants/index.mjs +0 -3
  482. package/esm2022/lib/components/ca-period-content/utils/constants/payroll-period-dropdown.constant.mjs +0 -15
  483. package/esm2022/lib/enums/dropdown-menu-string.enum.mjs +0 -20
  484. package/lib/components/ca-dropdown-menu/models/index.d.ts +0 -2
  485. package/lib/components/ca-period-content/utils/constants/index.d.ts +0 -2
  486. package/lib/components/ca-period-content/utils/constants/payroll-period-dropdown.constant.d.ts +0 -10
  487. /package/lib/components/{ca-input → ca-input-test}/directives/command-visible.directive.d.ts +0 -0
  488. /package/lib/components/{ca-input → ca-input-test}/models/base.model.d.ts +0 -0
@@ -0,0 +1,27 @@
1
+ import { ElementRef, EventEmitter, QueryList } from '@angular/core';
2
+ import { OptionModel } from '../../models/input-dropdown-option.model';
3
+ import { InputDropdownSvgRoutes } from '../../utils/svg-routes/input-dropdown-svg-routes';
4
+ import * as i0 from "@angular/core";
5
+ export declare class CaInputDropdownFuelFranchiseComponent {
6
+ options: OptionModel[];
7
+ activeItem: OptionModel | null;
8
+ searchText: string;
9
+ label: keyof OptionModel;
10
+ dropdownOption: QueryList<ElementRef>;
11
+ set inputHoveredItem(val: number);
12
+ _inputHoveredItem: number;
13
+ get inputHoveredItem(): number;
14
+ toggleNestedList: EventEmitter<OptionModel>;
15
+ onActiveItem: EventEmitter<OptionModel>;
16
+ onActiveItemGroup: EventEmitter<{
17
+ option: OptionModel;
18
+ group: any;
19
+ }>;
20
+ inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
21
+ constructor();
22
+ onActiveItemGroupEmit(option: OptionModel, store: any): void;
23
+ onActiveItemEmit(option: OptionModel): void;
24
+ toggleNestedListEmit(option: OptionModel): void;
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownFuelFranchiseComponent, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownFuelFranchiseComponent, "app-ca-input-dropdown-fuel-franchise", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "toggleNestedList": "toggleNestedList"; "onActiveItem": "onActiveItem"; "onActiveItemGroup": "onActiveItemGroup"; }, never, never, true, never>;
27
+ }
@@ -0,0 +1,18 @@
1
+ import { ElementRef, EventEmitter, QueryList } from '@angular/core';
2
+ import { OptionModel } from '../../models/input-dropdown-option.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class CaInputDropdownGroupsComponent {
5
+ options: OptionModel[];
6
+ activeItem: OptionModel | null;
7
+ searchText: string;
8
+ label: keyof OptionModel;
9
+ dropdownOption: QueryList<ElementRef>;
10
+ set inputHoveredItem(val: number);
11
+ _inputHoveredItem: number;
12
+ get inputHoveredItem(): number;
13
+ onActiveItem: EventEmitter<OptionModel>;
14
+ constructor();
15
+ onActiveItemEmit(option: OptionModel): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownGroupsComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownGroupsComponent, "app-ca-input-dropdown-groups", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
18
+ }
@@ -0,0 +1,24 @@
1
+ import { ElementRef, EventEmitter, QueryList } from '@angular/core';
2
+ import { OptionModel } from '../../models/input-dropdown-option.model';
3
+ import { ICaInput } from '../../../ca-input-test/config';
4
+ import { InputDropdownSvgRoutes } from '../../utils/svg-routes/input-dropdown-svg-routes';
5
+ import * as i0 from "@angular/core";
6
+ export declare class CaInputDropdownLabelsComponent {
7
+ options: OptionModel[];
8
+ activeItem: OptionModel | null;
9
+ searchText: string;
10
+ inputConfig: ICaInput;
11
+ labelMode: 'Label' | 'Color';
12
+ canAddNew: boolean;
13
+ label: keyof OptionModel;
14
+ onActiveItem: EventEmitter<OptionModel>;
15
+ dropdownOption: QueryList<ElementRef>;
16
+ set inputHoveredItem(val: number);
17
+ _inputHoveredItem: number;
18
+ get inputHoveredItem(): number;
19
+ inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
20
+ constructor();
21
+ onActiveItemEmit(option: OptionModel): void;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownLabelsComponent, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLabelsComponent, "app-ca-input-dropdown-labels", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "inputConfig": { "alias": "inputConfig"; "required": false; }; "labelMode": { "alias": "labelMode"; "required": false; }; "canAddNew": { "alias": "canAddNew"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
24
+ }
@@ -0,0 +1,10 @@
1
+ import { OptionModel } from '../../../models';
2
+ import * as i0 from "@angular/core";
3
+ export declare class CaInputDropdownLoadBrokerComponentItem {
4
+ option: OptionModel;
5
+ searchText: string;
6
+ isInOption: boolean;
7
+ label: keyof OptionModel;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownLoadBrokerComponentItem, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadBrokerComponentItem, "app-ca-input-dropdown-load-broker-item", never, { "option": { "alias": "option"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "isInOption": { "alias": "isInOption"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, never, true, never>;
10
+ }
@@ -0,0 +1,18 @@
1
+ import { ElementRef, EventEmitter, QueryList } from '@angular/core';
2
+ import { OptionModel } from '../../models/input-dropdown-option.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class CaInputDropdownLoadBrokerComponent {
5
+ options: OptionModel[];
6
+ activeItem: OptionModel | null;
7
+ searchText: string;
8
+ label: keyof OptionModel;
9
+ dropdownOption: QueryList<ElementRef>;
10
+ set inputHoveredItem(val: number);
11
+ _inputHoveredItem: number;
12
+ get inputHoveredItem(): number;
13
+ onActiveItem: EventEmitter<OptionModel>;
14
+ constructor();
15
+ onActiveItemEmit(option: OptionModel): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownLoadBrokerComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadBrokerComponent, "app-ca-input-dropdown-load-broker", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
18
+ }
@@ -0,0 +1,11 @@
1
+ import { OptionModel } from '../../../models';
2
+ import * as i0 from "@angular/core";
3
+ export declare class CaInputDropdownLoadBrokerContactItemComponent {
4
+ item: OptionModel;
5
+ activeItem: OptionModel | null;
6
+ searchText: string;
7
+ isShowNoresult: boolean;
8
+ isInOption: boolean;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownLoadBrokerContactItemComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadBrokerContactItemComponent, "ca-input-dropdown-load-broker-contact-item", never, { "item": { "alias": "item"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "isShowNoresult": { "alias": "isShowNoresult"; "required": false; }; "isInOption": { "alias": "isInOption"; "required": false; }; }, {}, never, never, true, never>;
11
+ }
@@ -0,0 +1,18 @@
1
+ import { ElementRef, EventEmitter, QueryList } from '@angular/core';
2
+ import { OptionModel } from '../../models/input-dropdown-option.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class CaInputDropdownLoadBrokerContactComponent {
5
+ options: OptionModel[];
6
+ activeItem: OptionModel | null;
7
+ searchText: string;
8
+ label: keyof OptionModel;
9
+ dropdownOption: QueryList<ElementRef>;
10
+ set inputHoveredItem(val: number);
11
+ _inputHoveredItem: number;
12
+ get inputHoveredItem(): number;
13
+ onActiveItem: EventEmitter<OptionModel>;
14
+ constructor();
15
+ onActiveItemEmit(option: OptionModel): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownLoadBrokerContactComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadBrokerContactComponent, "app-ca-input-dropdown-load-broker-contact", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
18
+ }
@@ -0,0 +1,11 @@
1
+ import { OptionModel } from '../../../models';
2
+ import * as i0 from "@angular/core";
3
+ export declare class CaInputDropdownLoadBrokerShipperItemComponent {
4
+ option: OptionModel;
5
+ searchText: string;
6
+ activeItem: OptionModel | null;
7
+ isInOption: boolean;
8
+ label: keyof OptionModel;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownLoadBrokerShipperItemComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadBrokerShipperItemComponent, "app-ca-input-dropdown-load-shipper-item", never, { "option": { "alias": "option"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "isInOption": { "alias": "isInOption"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, never, true, never>;
11
+ }
@@ -0,0 +1,18 @@
1
+ import { ElementRef, EventEmitter, QueryList } from '@angular/core';
2
+ import { OptionModel } from '../../models/input-dropdown-option.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class CaInputDropdownLoadBrokerShipperComponent {
5
+ options: OptionModel[];
6
+ activeItem: OptionModel | null;
7
+ searchText: string;
8
+ label: keyof OptionModel;
9
+ dropdownOption: QueryList<ElementRef>;
10
+ set inputHoveredItem(val: number);
11
+ _inputHoveredItem: number;
12
+ get inputHoveredItem(): number;
13
+ onActiveItem: EventEmitter<OptionModel>;
14
+ constructor();
15
+ onActiveItemEmit(option: OptionModel): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownLoadBrokerShipperComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadBrokerShipperComponent, "app-ca-input-dropdown-load-shipper", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
18
+ }
@@ -0,0 +1,14 @@
1
+ import { OptionModel } from '../../../models';
2
+ import { ICaInputWithDropdown } from '../../../../ca-input/config';
3
+ import * as i0 from "@angular/core";
4
+ export declare class CaInputDropdownLoadDispatcherItemComponent {
5
+ option: OptionModel;
6
+ hasNoResult: boolean;
7
+ activeItem: OptionModel | null;
8
+ searchText: string;
9
+ label: keyof OptionModel;
10
+ dropdownWithImage?: ICaInputWithDropdown | null;
11
+ isInOption: boolean;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownLoadDispatcherItemComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadDispatcherItemComponent, "app-ca-input-dropdown-load-dispatcher-item", never, { "option": { "alias": "option"; "required": false; }; "hasNoResult": { "alias": "hasNoResult"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "dropdownWithImage": { "alias": "dropdownWithImage"; "required": false; }; "isInOption": { "alias": "isInOption"; "required": false; }; }, {}, never, never, true, never>;
14
+ }
@@ -0,0 +1,20 @@
1
+ import { ElementRef, EventEmitter, QueryList } from '@angular/core';
2
+ import { OptionModel } from '../../models/input-dropdown-option.model';
3
+ import { ICaInput } from '../../../ca-input-test/config';
4
+ import * as i0 from "@angular/core";
5
+ export declare class CaInputDropdownLoadDispatcherComponent {
6
+ inputConfig: ICaInput;
7
+ options: OptionModel[];
8
+ activeItem: OptionModel | null;
9
+ searchText: string;
10
+ label: keyof OptionModel;
11
+ dropdownOption: QueryList<ElementRef>;
12
+ set inputHoveredItem(val: number);
13
+ _inputHoveredItem: number;
14
+ get inputHoveredItem(): number;
15
+ onActiveItem: EventEmitter<OptionModel>;
16
+ constructor();
17
+ onActiveItemEmit(option: OptionModel): void;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownLoadDispatcherComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadDispatcherComponent, "app-ca-input-dropdown-load-dispatcher", never, { "inputConfig": { "alias": "inputConfig"; "required": false; }; "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
20
+ }
@@ -0,0 +1,14 @@
1
+ import { OptionModel } from '../../../models';
2
+ import { InputDropdownSvgRoutes } from '../../../utils/svg-routes';
3
+ import * as i0 from "@angular/core";
4
+ export declare class CaInputDropdownLoadDispatchesTtdComponentItem {
5
+ showNoResulst: boolean;
6
+ option: OptionModel;
7
+ index: number;
8
+ activeItem: OptionModel | null;
9
+ searchText: string;
10
+ label: keyof OptionModel;
11
+ inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownLoadDispatchesTtdComponentItem, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadDispatchesTtdComponentItem, "app-ca-input-dropdown-load-dispatches-ttd-item", never, { "showNoResulst": { "alias": "showNoResulst"; "required": false; }; "option": { "alias": "option"; "required": false; }; "index": { "alias": "index"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, never, true, never>;
14
+ }
@@ -0,0 +1,20 @@
1
+ import { ElementRef, EventEmitter, QueryList } from '@angular/core';
2
+ import { OptionModel } from '../../models/input-dropdown-option.model';
3
+ import { InputDropdownSvgRoutes } from '../../utils/svg-routes/input-dropdown-svg-routes';
4
+ import * as i0 from "@angular/core";
5
+ export declare class CaInputDropdownLoadDispatchesTtdComponent {
6
+ options: OptionModel[];
7
+ activeItem: OptionModel | null;
8
+ searchText: string;
9
+ label: keyof OptionModel;
10
+ dropdownOption: QueryList<ElementRef>;
11
+ set inputHoveredItem(val: number);
12
+ _inputHoveredItem: number;
13
+ get inputHoveredItem(): number;
14
+ onActiveItem: EventEmitter<OptionModel>;
15
+ inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
16
+ constructor();
17
+ onActiveItemEmit(option: OptionModel): void;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownLoadDispatchesTtdComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadDispatchesTtdComponent, "app-ca-input-dropdown-load-dispatches-ttd", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
20
+ }
@@ -0,0 +1,18 @@
1
+ import { ElementRef, EventEmitter, QueryList } from '@angular/core';
2
+ import { OptionModel } from '../../models/input-dropdown-option.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class CaInputDropdownMultiselectComponent {
5
+ options: OptionModel[];
6
+ lastActiveMultiselectItem: OptionModel | null;
7
+ searchText: string;
8
+ label: keyof OptionModel;
9
+ dropdownOption: QueryList<ElementRef>;
10
+ set inputHoveredItem(val: number);
11
+ _inputHoveredItem: number;
12
+ get inputHoveredItem(): number;
13
+ onMultiselectSelect: EventEmitter<OptionModel>;
14
+ constructor();
15
+ onMultiselectSelectEmit(option: OptionModel): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownMultiselectComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownMultiselectComponent, "app-ca-input-dropdown-multiselect", never, { "options": { "alias": "options"; "required": false; }; "lastActiveMultiselectItem": { "alias": "lastActiveMultiselectItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onMultiselectSelect": "onMultiselectSelect"; }, never, never, true, never>;
18
+ }
@@ -0,0 +1,20 @@
1
+ import { ElementRef, EventEmitter, QueryList } from '@angular/core';
2
+ import { OptionModel } from '../../models/input-dropdown-option.model';
3
+ import { InputDropdownSvgRoutes } from '../../utils/svg-routes/input-dropdown-svg-routes';
4
+ import * as i0 from "@angular/core";
5
+ export declare class CaInputDropdownPayrollTrucksComponent {
6
+ options: OptionModel[];
7
+ activeItem: OptionModel | null;
8
+ searchText: string;
9
+ label: keyof OptionModel;
10
+ dropdownOption: QueryList<ElementRef>;
11
+ set inputHoveredItem(val: number);
12
+ _inputHoveredItem: number;
13
+ get inputHoveredItem(): number;
14
+ onActiveItem: EventEmitter<OptionModel>;
15
+ inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
16
+ constructor();
17
+ onActiveItemEmit(option: OptionModel): void;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownPayrollTrucksComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownPayrollTrucksComponent, "app-ca-input-dropdown-payroll-trucks", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
20
+ }
@@ -0,0 +1,20 @@
1
+ import { ElementRef, EventEmitter, QueryList } from '@angular/core';
2
+ import { OptionModel } from '../../models/input-dropdown-option.model';
3
+ import { ICaInputWithDropdown } from '../../../ca-input/config';
4
+ import * as i0 from "@angular/core";
5
+ export declare class CaInputDropdownSvgTemplateComponent {
6
+ dropdownWithImage?: ICaInputWithDropdown | null;
7
+ options: OptionModel[];
8
+ activeItem: OptionModel | null;
9
+ searchText: string;
10
+ label: keyof OptionModel;
11
+ dropdownOption: QueryList<ElementRef>;
12
+ set inputHoveredItem(val: number);
13
+ _inputHoveredItem: number;
14
+ get inputHoveredItem(): number;
15
+ onActiveItem: EventEmitter<OptionModel>;
16
+ constructor();
17
+ onActiveItemEmit(option: OptionModel): void;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownSvgTemplateComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownSvgTemplateComponent, "app-ca-input-dropdown-svg-template", never, { "dropdownWithImage": { "alias": "dropdownWithImage"; "required": false; }; "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
20
+ }
@@ -0,0 +1,22 @@
1
+ import { ElementRef, EventEmitter, QueryList } from '@angular/core';
2
+ import { OptionModel } from '../../models/input-dropdown-option.model';
3
+ import { ICaInput } from '../../../ca-input-test/config';
4
+ import { InputDropdownSvgRoutes } from '../../utils/svg-routes/input-dropdown-svg-routes';
5
+ import * as i0 from "@angular/core";
6
+ export declare class CaInputDropdownSvgtextDispatchTemplateComponent {
7
+ options: OptionModel[];
8
+ activeItem: OptionModel | null;
9
+ searchText: string;
10
+ inputConfig: ICaInput;
11
+ label: keyof OptionModel;
12
+ dropdownOption: QueryList<ElementRef>;
13
+ set inputHoveredItem(val: number);
14
+ _inputHoveredItem: number;
15
+ get inputHoveredItem(): number;
16
+ onActiveItem: EventEmitter<OptionModel>;
17
+ inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
18
+ constructor();
19
+ onActiveItemEmit(option: OptionModel): void;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownSvgtextDispatchTemplateComponent, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownSvgtextDispatchTemplateComponent, "app-ca-input-dropdown-svgtext-dispatch-template", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "inputConfig": { "alias": "inputConfig"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
22
+ }
@@ -0,0 +1,15 @@
1
+ import { ICaInput } from '../../../../ca-input-test/config';
2
+ import { OptionModel } from '../../../models';
3
+ import { InputDropdownSvgRoutes } from '../../../utils/svg-routes';
4
+ import * as i0 from "@angular/core";
5
+ export declare class CaInputDropdownSvgtextTemplateItemComponent {
6
+ option: OptionModel;
7
+ inputConfig: ICaInput;
8
+ label: keyof OptionModel;
9
+ activeItem: OptionModel | null;
10
+ searchText: string;
11
+ inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
12
+ constructor();
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownSvgtextTemplateItemComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownSvgtextTemplateItemComponent, "ca-input-dropdown-svgtext-template-item", never, { "option": { "alias": "option"; "required": false; }; "inputConfig": { "alias": "inputConfig"; "required": false; }; "label": { "alias": "label"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; }, {}, never, never, true, never>;
15
+ }
@@ -0,0 +1,22 @@
1
+ import { ElementRef, EventEmitter, QueryList } from '@angular/core';
2
+ import { OptionModel } from '../../models/input-dropdown-option.model';
3
+ import { ICaInput } from '../../../ca-input-test/config';
4
+ import { InputDropdownSvgRoutes } from '../../utils/svg-routes/input-dropdown-svg-routes';
5
+ import * as i0 from "@angular/core";
6
+ export declare class CaInputDropdownSvgtextTemplateComponent {
7
+ options: OptionModel[];
8
+ activeItem: OptionModel | null;
9
+ searchText: string;
10
+ inputConfig: ICaInput;
11
+ label: keyof OptionModel;
12
+ dropdownOption: QueryList<ElementRef>;
13
+ set inputHoveredItem(val: number);
14
+ _inputHoveredItem: number;
15
+ get inputHoveredItem(): number;
16
+ onActiveItem: EventEmitter<OptionModel>;
17
+ inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
18
+ constructor();
19
+ onActiveItemEmit(option: OptionModel): void;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownSvgtextTemplateComponent, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownSvgtextTemplateComponent, "app-ca-input-dropdown-svgtext-template", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "inputConfig": { "alias": "inputConfig"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
22
+ }
@@ -0,0 +1,18 @@
1
+ import { ElementRef, EventEmitter, QueryList } from '@angular/core';
2
+ import { OptionModel } from '../../models/input-dropdown-option.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class CaInputDropdownTextCounterComponent {
5
+ options: OptionModel[];
6
+ activeItem: OptionModel | null;
7
+ searchText: string;
8
+ label: keyof OptionModel;
9
+ dropdownOption: QueryList<ElementRef>;
10
+ set inputHoveredItem(val: number);
11
+ _inputHoveredItem: number;
12
+ get inputHoveredItem(): number;
13
+ onActiveItem: EventEmitter<OptionModel>;
14
+ constructor();
15
+ onActiveItemEmit(option: OptionModel): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownTextCounterComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownTextCounterComponent, "app-ca-input-dropdown-text-counter", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
18
+ }
@@ -0,0 +1,20 @@
1
+ import { ElementRef, EventEmitter, QueryList } from '@angular/core';
2
+ import { OptionModel } from '../../models/input-dropdown-option.model';
3
+ import { InputDropdownSvgRoutes } from '../../utils/svg-routes/input-dropdown-svg-routes';
4
+ import * as i0 from "@angular/core";
5
+ export declare class CaInputDropdownTripleTextTemplateComponent {
6
+ options: OptionModel[];
7
+ activeItem: OptionModel | null;
8
+ searchText: string;
9
+ label: keyof OptionModel;
10
+ dropdownOption: QueryList<ElementRef>;
11
+ set inputHoveredItem(val: number);
12
+ _inputHoveredItem: number;
13
+ get inputHoveredItem(): number;
14
+ onActiveItem: EventEmitter<OptionModel>;
15
+ inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
16
+ constructor();
17
+ onActiveItemEmit(option: OptionModel): void;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownTripleTextTemplateComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownTripleTextTemplateComponent, "app-ca-input-dropdown-triple-text-template", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
20
+ }
@@ -0,0 +1,4 @@
1
+ export declare enum DropdownStringEnum {
2
+ NO_RESULTS = "No Results",
3
+ ADD_NEW = "ADD NEW"
4
+ }
@@ -0,0 +1,21 @@
1
+ export declare enum DropdownTemplateTypeEnum {
2
+ SVG_TEMPLATE = "svg-template",
3
+ SVGTEXT_TEMPLATE = "svgtext-template",
4
+ SVGTEXT_DISPATCH_TEMPLATE = "svgtext-dispatch-template",
5
+ DETAILS_TEMPLATE = "details-template",
6
+ GROUPS = "groups",
7
+ MULTISELECT = "multiselect",
8
+ LABELS = "labels",
9
+ DISPATCH = "dispatch",
10
+ LOAD_DISPATCHER = "load-dispatcher",
11
+ LOAD_DISPATCHES_TTD = "load-dispatches-ttd",
12
+ LOAD_BROKER = "load-broker",
13
+ LOAD_BROKER_CONTACT = "load-broker-contact",
14
+ LOAD_SHIPPER = "load-shipper",
15
+ TEXT_COUNTER = "text-counter",
16
+ FUEL_FRANCHISE = "fuel-franchise",
17
+ DOUBLE_TEXT_TEMPLATE = "double-text-template",
18
+ DOUBLE_COLUMN_TEMPLATE = "double-column-template",
19
+ TRIPLE_COLUMN_TEMPLATE = "triple-column-template",
20
+ PAYROLL_TRUCKS = "payroll-trucks"
21
+ }
@@ -0,0 +1,2 @@
1
+ export * from './dropdown-template-type.enum';
2
+ export * from './dropdown-string.enum';
@@ -0,0 +1,3 @@
1
+ export * from './input-dropdown-option.model';
2
+ export * from './load-modal-status.model';
3
+ export * from './status-order.model';
@@ -0,0 +1,95 @@
1
+ import { ArrayStatus } from '../../../models/array-status.model';
2
+ import { DriverMinimalResponse } from '../../ca-period-content/models';
3
+ export interface OptionModel {
4
+ id?: number;
5
+ number?: number;
6
+ name?: string;
7
+ fullName?: string;
8
+ companyName?: string;
9
+ colorId?: number;
10
+ color?: string;
11
+ colorD?: string;
12
+ code?: string;
13
+ class?: string;
14
+ phone?: string;
15
+ count?: number;
16
+ description?: string;
17
+ businessName?: string;
18
+ address?: any;
19
+ longLat?: number;
20
+ logoName?: string;
21
+ dropLabel?: string;
22
+ trailer?: ArrayStatus;
23
+ truck?: ArrayStatus;
24
+ driver?: DriverMinimalResponse;
25
+ isFranchise?: boolean;
26
+ dnu?: boolean;
27
+ ban?: boolean;
28
+ status?: any;
29
+ active?: boolean;
30
+ disabled?: boolean;
31
+ duplicateId?: boolean;
32
+ canOpenModal?: boolean;
33
+ open?: boolean;
34
+ groups?: {
35
+ id?: number;
36
+ name?: string;
37
+ }[];
38
+ contacts?: {
39
+ fullName?: string;
40
+ id?: number;
41
+ name?: string;
42
+ originalPhone?: string;
43
+ phone?: string;
44
+ phoneExt?: string;
45
+ phoneExtension?: string;
46
+ shipperId?: number;
47
+ }[];
48
+ stores?: {
49
+ id?: number | string;
50
+ name?: string;
51
+ address?: string;
52
+ }[];
53
+ folder?: string;
54
+ subFolder?: string;
55
+ isDriver?: boolean;
56
+ additionalText?: string;
57
+ svg?: string;
58
+ referenceNumber?: number | string;
59
+ totalBill?: number | string;
60
+ totalMiles?: number | string;
61
+ totalEarnings?: number | string;
62
+ brokerName?: string;
63
+ hiredAt?: number | string;
64
+ groupName?: string;
65
+ items?: {
66
+ id?: number;
67
+ name?: string;
68
+ }[];
69
+ hoverCode?: string;
70
+ payType?: string;
71
+ itemIndex?: number | string;
72
+ availableCreditType?: {
73
+ id?: number | string;
74
+ name?: string;
75
+ };
76
+ department?: {
77
+ id?: number | string;
78
+ name?: string;
79
+ };
80
+ loadsCount?: number | string;
81
+ hover?: boolean;
82
+ ein?: string | number;
83
+ brand?: string;
84
+ account?: string;
85
+ stopType?: string;
86
+ valueForRequest?: string;
87
+ availableCredit?: string | number;
88
+ creditLimit?: string | number;
89
+ suffix?: string | number;
90
+ truckType?: {
91
+ name?: string;
92
+ };
93
+ activeCounter?: string | number;
94
+ totalCounter?: string | number;
95
+ }
@@ -0,0 +1,5 @@
1
+ export interface SelectedStatus {
2
+ valueForRequest?: string;
3
+ name?: string | null;
4
+ id?: number;
5
+ }
@@ -0,0 +1,4 @@
1
+ export interface StatusOrder {
2
+ type: string;
3
+ stopOrder: number;
4
+ }
@@ -0,0 +1,7 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class DropdownCountPipe implements PipeTransform {
4
+ transform(options: any, template: string): any;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<DropdownCountPipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<DropdownCountPipe, "caDropdownCount", true>;
7
+ }
@@ -0,0 +1,10 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import { OptionModel } from '../models';
3
+ import { ICaInput } from '../../ca-input-test/config';
4
+ import * as i0 from "@angular/core";
5
+ export declare class DropdownOptionsPipe implements PipeTransform {
6
+ transform(searchText: string, options: OptionModel[], inputConfig: ICaInput, canAddNew: boolean, label: string, sort: string): any;
7
+ getSortedOptions(sort: string, options: OptionModel[]): OptionModel[];
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<DropdownOptionsPipe, never>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<DropdownOptionsPipe, "caDropdownOptionsPipe", true>;
10
+ }
@@ -0,0 +1,9 @@
1
+ export * from './dropdown-count.pipe';
2
+ export * from './input-dropdown-svgtext-template-icon.pipe';
3
+ export * from './input-dropdown-svgtext-template-container.pipe';
4
+ export * from './input-dropdown-load-broker-container.pipe';
5
+ export * from './input-dropdown-multiselect-class.pipe';
6
+ export * from './input-dropdown-default-template-class.pipe';
7
+ export * from './input-dropdown-label-class.pipe';
8
+ export * from './input-dropdown-fuel-franchise-class.pipe';
9
+ export * from './input-dropdown-get-icon.pipe';
@@ -0,0 +1,11 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import { ICaInput } from '../../ca-input-test/config';
3
+ import { OptionModel } from '../models';
4
+ import * as i0 from "@angular/core";
5
+ export declare class InputDropdownDefaultTemplateClassPipe implements PipeTransform {
6
+ transform(option: OptionModel, options: OptionModel[], activeItem: OptionModel | null, inputConfig: ICaInput): {
7
+ [key: string]: boolean | undefined;
8
+ };
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputDropdownDefaultTemplateClassPipe, never>;
10
+ static ɵpipe: i0.ɵɵPipeDeclaration<InputDropdownDefaultTemplateClassPipe, "inputDropdownDefaultTemplateClass", true>;
11
+ }