ca-components 1.3.331 → 1.3.411

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 (277) 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/mixins.scss +18 -0
  6. package/assets/scss/spacing.scss +59 -0
  7. package/assets/scss/styles.scss +22 -1
  8. package/assets/scss/text-selection.scss +43 -204
  9. package/assets/theme/variables.scss +1 -1
  10. package/esm2022/lib/ca-components.module.mjs +40 -4
  11. package/esm2022/lib/components/ca-activity-log-list/ca-activity-log-list.component.mjs +3 -3
  12. package/esm2022/lib/components/ca-autoclose-popover/ca-autoclose-popover.component.mjs +6 -3
  13. package/esm2022/lib/components/ca-chart/ca-chart.component.mjs +16 -14
  14. package/esm2022/lib/components/ca-checkbox/ca-checkbox.component.mjs +134 -0
  15. package/esm2022/lib/components/ca-checkbox/interfaces/column-check-action.interface.mjs +2 -0
  16. package/esm2022/lib/components/ca-checkbox/interfaces/index.mjs +2 -0
  17. package/esm2022/lib/components/ca-checkbox/utils/svg-routes/checkbox-svg-routes.mjs +7 -0
  18. package/esm2022/lib/components/ca-checkbox/utils/svg-routes/index.mjs +2 -0
  19. package/esm2022/lib/components/ca-collapsible-filter/ca-collapsible-filter.component.mjs +2 -2
  20. package/esm2022/lib/components/ca-comment/ca-comment.component.mjs +2 -2
  21. package/esm2022/lib/components/ca-comment/modals/comment-modal/comment-modal.component.mjs +3 -3
  22. package/esm2022/lib/components/ca-custom-scrollbar/ca-custom-scrollbar.component.mjs +3 -3
  23. package/esm2022/lib/components/ca-details-dropdown/ca-details-dropdown.component.mjs +2 -2
  24. package/esm2022/lib/components/ca-dropdown-menu/ca-dropdown-menu.component.mjs +95 -24
  25. package/esm2022/lib/components/ca-dropdown-menu/enums/dropdown-menu.enum.mjs +19 -0
  26. package/esm2022/lib/components/ca-dropdown-menu/enums/index.mjs +2 -2
  27. package/esm2022/lib/components/ca-dropdown-menu/interfaces/dropdown-menu-item.interface.mjs +2 -0
  28. package/esm2022/lib/components/ca-dropdown-menu/interfaces/dropdown-menu-option-emit.interface.mjs +2 -0
  29. package/esm2022/lib/components/ca-dropdown-menu/interfaces/index.mjs +3 -0
  30. package/esm2022/lib/components/ca-dropdown-menu/pipes/dropdown-menu-placement-class.pipe.mjs +4 -4
  31. package/esm2022/lib/components/ca-dropdown-menu/pipes/group-item-checked-state.pipe.mjs +21 -0
  32. package/esm2022/lib/components/ca-dropdown-menu/pipes/index.mjs +2 -1
  33. package/esm2022/lib/components/ca-filters/ca-filter.component.mjs +4 -4
  34. package/esm2022/lib/components/ca-filters/components/ca-dispatcher-filter/ca-dispatcher-filter.component.mjs +3 -3
  35. package/esm2022/lib/components/ca-filters/components/ca-location-filter/ca-location-filter.component.mjs +2 -2
  36. package/esm2022/lib/components/ca-filters/components/ca-money-filter/ca-money-filter.component.mjs +2 -2
  37. package/esm2022/lib/components/ca-filters/components/ca-pm-filter/ca-pm-filter.component.mjs +2 -2
  38. package/esm2022/lib/components/ca-filters/components/ca-state-filter/ca-state-filter.component.mjs +2 -2
  39. package/esm2022/lib/components/ca-filters/components/ca-status-filter/ca-status-filter.component.mjs +2 -2
  40. package/esm2022/lib/components/ca-filters/components/ca-time-filter/ca-time-filter.component.mjs +4 -4
  41. package/esm2022/lib/components/ca-filters/components/ca-trailer-type-filter/ca-trailer-type-filter.component.mjs +2 -2
  42. package/esm2022/lib/components/ca-filters/components/ca-truck-type-filter/ca-truck-type-filter.component.mjs +2 -2
  43. package/esm2022/lib/components/ca-filters/components/ca-user-filter/ca-user-filter.component.mjs +2 -2
  44. package/esm2022/lib/components/ca-filters/components/ca-violation-filter/ca-violation-filter.component.mjs +2 -2
  45. package/esm2022/lib/components/ca-filters/pipes/index.mjs +7 -0
  46. package/esm2022/lib/components/ca-filters/utils/helpers/index.mjs +2 -1
  47. package/esm2022/lib/components/ca-filters/utils/helpers/time-filter.helper.mjs +117 -0
  48. package/esm2022/lib/components/ca-filters/utils/svg-routes/index.mjs +2 -0
  49. package/esm2022/lib/components/ca-input/ca-input.component.mjs +2 -2
  50. package/esm2022/lib/components/ca-input/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.mjs +3 -3
  51. package/esm2022/lib/components/ca-input-address-dropdown/ca-input-address-dropdown.component.mjs +2 -2
  52. package/esm2022/lib/components/ca-input-datetime-picker/ca-input-datetime-picker.component.mjs +2 -2
  53. package/esm2022/lib/components/ca-input-dropdown/ca-input-dropdown.component.mjs +2 -2
  54. package/esm2022/lib/components/ca-input-dropdown-test/ca-input-dropdown-test.component.mjs +2 -2
  55. package/esm2022/lib/components/ca-input-note/ca-input-note.component.mjs +2 -2
  56. package/esm2022/lib/components/ca-input-test/input-test.component.mjs +2 -2
  57. package/esm2022/lib/components/ca-logo-change/ca-logo-change.component.mjs +3 -3
  58. package/esm2022/lib/components/ca-main-table/ca-main-table.component.mjs +5 -3
  59. package/esm2022/lib/components/ca-map/ca-map.component.mjs +2 -2
  60. package/esm2022/lib/components/ca-map-dropdown/ca-map-dropdown.component.mjs +2 -2
  61. package/esm2022/lib/components/ca-modal/ca-modal.component.mjs +2 -2
  62. package/esm2022/lib/components/ca-modal-button/ca-modal-button.component.mjs +3 -3
  63. package/esm2022/lib/components/ca-new-filter/ca-filter-dropdown.component.mjs +98 -0
  64. package/esm2022/lib/components/ca-new-filter/components/ca-filter-list-dropdown/ca-filter-list-dropdown.component.mjs +142 -0
  65. package/esm2022/lib/components/ca-new-filter/components/ca-filter-state-dropdown/ca-filter-state-dropdown.component.mjs +131 -0
  66. package/esm2022/lib/components/ca-new-filter/components/ca-filter-time-dropdown/ca-filter-time-dropdown.component.mjs +131 -0
  67. package/esm2022/lib/components/ca-new-filter/constant/filter-dropdown-icons.constant.mjs +87 -0
  68. package/esm2022/lib/components/ca-new-filter/constant/index.mjs +2 -0
  69. package/esm2022/lib/components/ca-new-filter/enums/filter-dropdown-types.enum.mjs +15 -0
  70. package/esm2022/lib/components/ca-new-filter/enums/filter-sorting-key.enum.mjs +6 -0
  71. package/esm2022/lib/components/ca-new-filter/enums/filter-time.enum.mjs +37 -0
  72. package/esm2022/lib/components/ca-new-filter/enums/index.mjs +4 -0
  73. package/esm2022/lib/components/ca-new-filter/interface/country.interface.mjs +2 -0
  74. package/esm2022/lib/components/ca-new-filter/interface/filter-action.interface.mjs +2 -0
  75. package/esm2022/lib/components/ca-new-filter/interface/filter-dropdown-configuration.interface.mjs +2 -0
  76. package/esm2022/lib/components/ca-new-filter/interface/filter-dropdown-list.mjs +2 -0
  77. package/esm2022/lib/components/ca-new-filter/interface/index.mjs +7 -0
  78. package/esm2022/lib/components/ca-new-filter/interface/sorting-emmiter.interface.mjs +2 -0
  79. package/esm2022/lib/components/ca-new-filter/interface/time-options.interface.mjs +2 -0
  80. package/esm2022/lib/components/ca-new-filter/pipes/filter-search.pipe.mjs +31 -0
  81. package/esm2022/lib/components/ca-new-filter/types/filter-dropdown.types.mjs +2 -0
  82. package/esm2022/lib/components/ca-new-filter/types/filter-sorting-key.type.mjs +2 -0
  83. package/esm2022/lib/components/ca-new-filter/types/filter-time.types.mjs +2 -0
  84. package/esm2022/lib/components/ca-new-filter/types/index.mjs +4 -0
  85. package/esm2022/lib/components/ca-new-filter/utils/configs/filter-dropdown-fields.config.mjs +37 -0
  86. package/esm2022/lib/components/ca-new-filter/utils/configs/index.mjs +2 -0
  87. package/esm2022/lib/components/ca-new-filter/utils/helpers/index.mjs +2 -0
  88. package/esm2022/lib/components/ca-new-filter/utils/helpers/time-filter.helper.mjs +133 -0
  89. package/esm2022/lib/components/ca-ngx-slider/ca-ngx-slider.component.mjs +2 -2
  90. package/esm2022/lib/components/ca-note/ca-note.component.mjs +2 -2
  91. package/esm2022/lib/components/ca-note-container/ca-note-container.component.mjs +2 -2
  92. package/esm2022/lib/components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component.mjs +3 -3
  93. package/esm2022/lib/components/ca-period-content/ca-period-content.component.mjs +3 -3
  94. package/esm2022/lib/components/ca-period-content/components/ca-period-content-extra-info/ca-period-content-extra-info.component.mjs +3 -3
  95. package/esm2022/lib/components/ca-period-content/components/ca-period-content-payment/ca-period-content-payment.component.mjs +10 -9
  96. package/esm2022/lib/components/ca-period-content/components/ca-period-content-user-info/ca-period-content-user-info.component.mjs +3 -3
  97. package/esm2022/lib/components/ca-period-content/enums/index.mjs +2 -1
  98. package/esm2022/lib/components/ca-period-content/enums/period-title-type.enum.mjs +9 -0
  99. package/esm2022/lib/components/ca-period-content/utils/constants/color-map.mjs +9 -8
  100. package/esm2022/lib/components/ca-pickup-delivery-block/ca-pickup-delivery-block.component.mjs +3 -3
  101. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/ca-load.component.mjs +3 -3
  102. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-list/ca-load-list.component.mjs +3 -3
  103. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.mjs +3 -3
  104. package/esm2022/lib/components/ca-profile-image/ca-profile-image.component.mjs +3 -3
  105. package/esm2022/lib/components/ca-progress-bar/ca-progress-bar.component.mjs +2 -2
  106. package/esm2022/lib/components/ca-progress-expiration/ca-progress-expiration.component.mjs +2 -2
  107. package/esm2022/lib/components/ca-rating-review/ca-rating-review.component.mjs +2 -2
  108. package/esm2022/lib/components/ca-rating-review/components/ca-rating-review-user/ca-rating-review-user.component.mjs +2 -2
  109. package/esm2022/lib/components/ca-rating-review/components/ca-ratings-reviews-popup/ca-ratings-reviews-popup.component.mjs +2 -2
  110. package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-company/ca-right-side-panel-company.component.mjs +3 -3
  111. package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-menu/ca-right-side-panel-menu.component.mjs +3 -3
  112. 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
  113. package/esm2022/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.mjs +3 -3
  114. package/esm2022/lib/components/ca-search-multiple-states/models/tab-data.model.mjs +1 -1
  115. package/esm2022/lib/components/ca-sort-dropdown/ca-sort-dropdown.component.mjs +21 -8
  116. package/esm2022/lib/components/ca-sort-dropdown/types/index.mjs +2 -0
  117. package/esm2022/lib/components/ca-sort-dropdown/types/sort-directions.type.mjs +2 -0
  118. package/esm2022/lib/components/ca-sort-dropdown/utils/svg-routes/ca-sort-dropdown-svg-routes.mjs +3 -2
  119. package/esm2022/lib/components/ca-spinner/ca-spinner.component.mjs +2 -2
  120. package/esm2022/lib/components/ca-tab-switch/ca-tab-switch.component.mjs +3 -3
  121. package/esm2022/lib/components/ca-todo/ca-todo.component.mjs +3 -3
  122. package/esm2022/lib/components/ca-todo/components/ca-todo-card.component.mjs +3 -3
  123. package/esm2022/lib/components/ca-tooltip-list/ca-tooltip-list.component.mjs +3 -3
  124. package/esm2022/lib/components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component.mjs +2 -2
  125. package/esm2022/lib/components/ca-upload-files/ca-upload-files.component.mjs +3 -3
  126. package/esm2022/lib/components/ca-upload-files/components/ca-upload-dropzone/ca-upload-dropzone.component.mjs +3 -3
  127. package/esm2022/lib/components/ca-upload-files/components/ca-upload-file/ca-upload-file.component.mjs +2 -2
  128. package/esm2022/lib/components/ca-upload-files/components/ca-upload-files-carousel/ca-upload-files-carousel.component.mjs +3 -3
  129. package/esm2022/lib/components/ca-vehicle-list/ca-vehicle-list.component.mjs +75 -0
  130. package/esm2022/lib/components/ca-vehicle-list/enums/index.mjs +2 -0
  131. package/esm2022/lib/components/ca-vehicle-list/enums/vehicle-list.enum.mjs +6 -0
  132. package/esm2022/lib/components/ca-vehicle-list/interfaces/index.mjs +3 -0
  133. package/esm2022/lib/components/ca-vehicle-list/interfaces/vehicle-list-actions-emit.interface.mjs +2 -0
  134. package/esm2022/lib/components/ca-vehicle-list/interfaces/vehicle-list-config.interface.mjs +2 -0
  135. package/esm2022/lib/components/ca-vehicle-list/models/index.mjs +2 -0
  136. package/esm2022/lib/components/ca-vehicle-list/models/vehicle-list.model.mjs +2 -0
  137. package/esm2022/lib/components/ca-vehicle-list/types/index.mjs +2 -0
  138. package/esm2022/lib/components/ca-vehicle-list/types/vehicle-list.type.mjs +2 -0
  139. package/esm2022/lib/components/ca-vehicle-list/utils/constants/index.mjs +2 -0
  140. package/esm2022/lib/components/ca-vehicle-list/utils/constants/vehicle-list.constants.mjs +4 -0
  141. package/esm2022/lib/components/ca-vehicle-list/utils/svg-routes/index.mjs +2 -0
  142. package/esm2022/lib/components/ca-vehicle-list/utils/svg-routes/vehicle-list-svg-routes.mjs +7 -0
  143. package/esm2022/lib/enums/dropdown-menu.enum.mjs +20 -0
  144. package/esm2022/lib/pipes/index.mjs +2 -1
  145. package/esm2022/lib/pipes/row-class.pipe.mjs +26 -0
  146. package/esm2022/lib/pipes/truck-trailer-color-finder.pipe.mjs +72 -0
  147. package/esm2022/lib/utils/constants/dropdown-menu-content.constants.mjs +26 -26
  148. package/esm2022/lib/utils/helpers/dropdown-menu-content-conditional-items.helper.mjs +4 -4
  149. package/esm2022/lib/utils/helpers/dropdown-menu-content.helper.mjs +6 -6
  150. package/esm2022/public-api.mjs +14 -2
  151. package/fesm2022/ca-components.mjs +2186 -1345
  152. package/fesm2022/ca-components.mjs.map +1 -1
  153. package/lib/ca-components.module.d.ts +39 -33
  154. package/lib/components/ca-autoclose-popover/ca-autoclose-popover.component.d.ts +2 -1
  155. package/lib/components/ca-checkbox/ca-checkbox.component.d.ts +39 -0
  156. package/lib/components/ca-checkbox/interfaces/column-check-action.interface.d.ts +6 -0
  157. package/lib/components/ca-checkbox/interfaces/index.d.ts +1 -0
  158. package/lib/components/ca-checkbox/utils/svg-routes/checkbox-svg-routes.d.ts +6 -0
  159. package/lib/components/ca-checkbox/utils/svg-routes/index.d.ts +1 -0
  160. package/lib/components/ca-dropdown-menu/ca-dropdown-menu.component.d.ts +16 -7
  161. package/lib/components/ca-dropdown-menu/enums/{dropdown-menu-string.enum.d.ts → dropdown-menu.enum.d.ts} +5 -2
  162. package/lib/components/ca-dropdown-menu/enums/index.d.ts +1 -1
  163. package/lib/components/ca-dropdown-menu/{models/dropdown-menu-item.model.d.ts → interfaces/dropdown-menu-item.interface.d.ts} +7 -1
  164. package/lib/components/ca-dropdown-menu/{models/dropdown-menu-option-emit.model.d.ts → interfaces/dropdown-menu-option-emit.interface.d.ts} +1 -1
  165. package/lib/components/ca-dropdown-menu/interfaces/index.d.ts +2 -0
  166. package/lib/components/ca-dropdown-menu/pipes/group-item-checked-state.pipe.d.ts +8 -0
  167. package/lib/components/ca-dropdown-menu/pipes/index.d.ts +1 -0
  168. package/lib/components/ca-filters/ca-filter.component.d.ts +2 -2
  169. package/lib/components/ca-filters/pipes/index.d.ts +6 -0
  170. package/lib/components/ca-filters/utils/helpers/index.d.ts +1 -0
  171. package/lib/components/ca-filters/utils/{constants/time-filter.constants.d.ts → helpers/time-filter.helper.d.ts} +14 -2
  172. package/lib/components/ca-filters/utils/svg-routes/index.d.ts +1 -0
  173. package/lib/components/ca-new-filter/ca-filter-dropdown.component.d.ts +35 -0
  174. package/lib/components/ca-new-filter/components/ca-filter-list-dropdown/ca-filter-list-dropdown.component.d.ts +43 -0
  175. package/lib/components/ca-new-filter/components/ca-filter-state-dropdown/ca-filter-state-dropdown.component.d.ts +35 -0
  176. package/lib/components/ca-new-filter/components/ca-filter-time-dropdown/ca-filter-time-dropdown.component.d.ts +43 -0
  177. package/lib/components/ca-new-filter/constant/filter-dropdown-icons.constant.d.ts +3 -0
  178. package/lib/components/ca-new-filter/constant/index.d.ts +1 -0
  179. package/lib/components/ca-new-filter/enums/filter-dropdown-types.enum.d.ts +13 -0
  180. package/lib/components/ca-new-filter/enums/filter-sorting-key.enum.d.ts +4 -0
  181. package/lib/components/ca-new-filter/enums/filter-time.enum.d.ts +35 -0
  182. package/lib/components/ca-new-filter/enums/index.d.ts +3 -0
  183. package/lib/components/ca-new-filter/interface/country.interface.d.ts +13 -0
  184. package/lib/components/ca-new-filter/interface/filter-action.interface.d.ts +18 -0
  185. package/lib/components/ca-new-filter/interface/filter-dropdown-configuration.interface.d.ts +13 -0
  186. package/lib/components/ca-new-filter/interface/filter-dropdown-list.d.ts +17 -0
  187. package/lib/components/ca-new-filter/interface/index.d.ts +6 -0
  188. package/lib/components/ca-new-filter/interface/sorting-emmiter.interface.d.ts +5 -0
  189. package/lib/components/ca-new-filter/interface/time-options.interface.d.ts +9 -0
  190. package/lib/components/ca-new-filter/pipes/filter-search.pipe.d.ts +8 -0
  191. package/lib/components/ca-new-filter/types/filter-dropdown.types.d.ts +2 -0
  192. package/lib/components/ca-new-filter/types/filter-sorting-key.type.d.ts +2 -0
  193. package/lib/components/ca-new-filter/types/filter-time.types.d.ts +2 -0
  194. package/lib/components/ca-new-filter/types/index.d.ts +3 -0
  195. package/lib/components/ca-new-filter/utils/configs/filter-dropdown-fields.config.d.ts +7 -0
  196. package/lib/components/ca-new-filter/utils/configs/index.d.ts +1 -0
  197. package/lib/components/ca-new-filter/utils/helpers/index.d.ts +1 -0
  198. package/lib/components/ca-new-filter/utils/helpers/time-filter.helper.d.ts +6 -0
  199. package/lib/components/ca-period-content/components/ca-period-content-payment/ca-period-content-payment.component.d.ts +7 -6
  200. package/lib/components/ca-period-content/enums/index.d.ts +1 -0
  201. package/lib/components/ca-period-content/enums/period-title-type.enum.d.ts +7 -0
  202. package/lib/components/ca-period-content/utils/constants/color-map.d.ts +2 -3
  203. package/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.d.ts +3 -3
  204. package/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.d.ts +2 -2
  205. package/lib/components/ca-search-multiple-states/models/tab-data.model.d.ts +11 -11
  206. package/lib/components/ca-sort-dropdown/ca-sort-dropdown.component.d.ts +12 -5
  207. package/lib/components/ca-sort-dropdown/types/index.d.ts +1 -0
  208. package/lib/components/ca-sort-dropdown/types/sort-directions.type.d.ts +5 -0
  209. package/lib/components/ca-sort-dropdown/utils/svg-routes/ca-sort-dropdown-svg-routes.d.ts +2 -1
  210. package/lib/components/ca-vehicle-list/ca-vehicle-list.component.d.ts +20 -0
  211. package/lib/components/ca-vehicle-list/enums/index.d.ts +1 -0
  212. package/lib/components/ca-vehicle-list/enums/vehicle-list.enum.d.ts +4 -0
  213. package/lib/components/ca-vehicle-list/interfaces/index.d.ts +2 -0
  214. package/lib/components/ca-vehicle-list/interfaces/vehicle-list-actions-emit.interface.d.ts +5 -0
  215. package/lib/components/ca-vehicle-list/interfaces/vehicle-list-config.interface.d.ts +7 -0
  216. package/lib/components/ca-vehicle-list/models/index.d.ts +1 -0
  217. package/lib/components/ca-vehicle-list/models/vehicle-list.model.d.ts +11 -0
  218. package/lib/components/ca-vehicle-list/types/index.d.ts +1 -0
  219. package/lib/components/ca-vehicle-list/types/vehicle-list.type.d.ts +2 -0
  220. package/lib/components/ca-vehicle-list/utils/constants/index.d.ts +1 -0
  221. package/lib/components/ca-vehicle-list/utils/constants/vehicle-list.constants.d.ts +3 -0
  222. package/lib/components/ca-vehicle-list/utils/svg-routes/index.d.ts +1 -0
  223. package/lib/components/ca-vehicle-list/utils/svg-routes/vehicle-list-svg-routes.d.ts +6 -0
  224. package/lib/enums/{dropdown-menu-string.enum.d.ts → dropdown-menu.enum.d.ts} +1 -1
  225. package/lib/pipes/index.d.ts +1 -0
  226. package/lib/pipes/row-class.pipe.d.ts +7 -0
  227. package/lib/pipes/truck-trailer-color-finder.pipe.d.ts +7 -0
  228. package/lib/utils/constants/dropdown-menu-content.constants.d.ts +3 -3
  229. package/lib/utils/helpers/dropdown-menu-content-conditional-items.helper.d.ts +3 -3
  230. package/lib/utils/helpers/dropdown-menu-content.helper.d.ts +3 -3
  231. package/package.json +1 -1
  232. package/public-api.d.ts +13 -1
  233. package/src/assets/ca-components/svg/common/fuel.svg +4 -0
  234. package/src/assets/ca-components/svg/common/ic_arrow_desc.svg +3 -0
  235. package/src/assets/ca-components/svg/common/ic_carriera-logo-active.svg +4 -0
  236. package/src/assets/ca-components/svg/common/ic_carriera-logo-inactive.svg +4 -0
  237. package/src/assets/ca-components/svg/common/ic_columns.svg +8 -0
  238. package/src/assets/ca-components/svg/common/ic_disable.svg +3 -0
  239. package/esm2022/lib/components/ca-dropdown-menu/enums/dropdown-menu-string.enum.mjs +0 -14
  240. package/esm2022/lib/components/ca-dropdown-menu/models/dropdown-menu-item.model.mjs +0 -2
  241. package/esm2022/lib/components/ca-dropdown-menu/models/dropdown-menu-option-emit.model.mjs +0 -2
  242. package/esm2022/lib/components/ca-dropdown-menu/models/index.mjs +0 -3
  243. package/esm2022/lib/components/ca-filters/utils/constants/time-filter.constants.mjs +0 -102
  244. package/esm2022/lib/components/ca-input-address-dropdown-test/ca-input-address-dropdown-test.component.mjs +0 -351
  245. package/esm2022/lib/components/ca-input-address-dropdown-test/enums/input-address-basic-string.enum.mjs +0 -6
  246. package/esm2022/lib/components/ca-input-address-dropdown-test/enums/input-address-commands-string.enum.mjs +0 -8
  247. package/esm2022/lib/components/ca-input-address-dropdown-test/enums/input-address-layers-string.enum.mjs +0 -6
  248. package/esm2022/lib/components/ca-input-address-dropdown-test/enums/input-address-stop-types-string.enum.mjs +0 -6
  249. package/esm2022/lib/components/ca-input-address-dropdown-test/enums/input-address-type-string.enum.mjs +0 -7
  250. package/esm2022/lib/components/ca-input-address-dropdown-test/models/address-data.model.mjs +0 -2
  251. package/esm2022/lib/components/ca-input-address-dropdown-test/models/address-list.model.mjs +0 -2
  252. package/esm2022/lib/components/ca-input-address-dropdown-test/models/command-properties.model.mjs +0 -2
  253. package/esm2022/lib/components/ca-input-address-dropdown-test/models/commands-handler.model.mjs +0 -2
  254. package/esm2022/lib/components/ca-input-address-dropdown-test/models/input-address-commands-string.model.mjs +0 -2
  255. package/esm2022/lib/components/ca-input-address-dropdown-test/models/long-lat.model.mjs +0 -2
  256. package/esm2022/lib/components/ca-input-address-dropdown-test/models/sent-address-data.model.mjs +0 -2
  257. package/esm2022/lib/components/ca-input-address-dropdown-test/validators/ca-input-address-value.validations.mjs +0 -11
  258. package/esm2022/lib/components/ca-period-content/utils/constants/index.mjs +0 -3
  259. package/esm2022/lib/components/ca-period-content/utils/constants/payroll-period-dropdown.constant.mjs +0 -15
  260. package/esm2022/lib/enums/dropdown-menu-string.enum.mjs +0 -20
  261. package/lib/components/ca-dropdown-menu/models/index.d.ts +0 -2
  262. package/lib/components/ca-input-address-dropdown-test/ca-input-address-dropdown-test.component.d.ts +0 -74
  263. package/lib/components/ca-input-address-dropdown-test/enums/input-address-basic-string.enum.d.ts +0 -4
  264. package/lib/components/ca-input-address-dropdown-test/enums/input-address-commands-string.enum.d.ts +0 -6
  265. package/lib/components/ca-input-address-dropdown-test/enums/input-address-layers-string.enum.d.ts +0 -4
  266. package/lib/components/ca-input-address-dropdown-test/enums/input-address-stop-types-string.enum.d.ts +0 -4
  267. package/lib/components/ca-input-address-dropdown-test/enums/input-address-type-string.enum.d.ts +0 -5
  268. package/lib/components/ca-input-address-dropdown-test/models/address-data.model.d.ts +0 -10
  269. package/lib/components/ca-input-address-dropdown-test/models/address-list.model.d.ts +0 -5
  270. package/lib/components/ca-input-address-dropdown-test/models/command-properties.model.d.ts +0 -7
  271. package/lib/components/ca-input-address-dropdown-test/models/commands-handler.model.d.ts +0 -7
  272. package/lib/components/ca-input-address-dropdown-test/models/input-address-commands-string.model.d.ts +0 -1
  273. package/lib/components/ca-input-address-dropdown-test/models/long-lat.model.d.ts +0 -4
  274. package/lib/components/ca-input-address-dropdown-test/models/sent-address-data.model.d.ts +0 -6
  275. package/lib/components/ca-input-address-dropdown-test/validators/ca-input-address-value.validations.d.ts +0 -2
  276. package/lib/components/ca-period-content/utils/constants/index.d.ts +0 -2
  277. package/lib/components/ca-period-content/utils/constants/payroll-period-dropdown.constant.d.ts +0 -10
@@ -5,40 +5,46 @@ import * as i3 from "./components/ca-rating-review/ca-rating-review.component";
5
5
  import * as i4 from "./components/ca-app-tooltip-v2/ca-app-tooltip-v2.component";
6
6
  import * as i5 from "./components/ca-details-dropdown/ca-details-dropdown.component";
7
7
  import * as i6 from "./components/ca-filters/ca-filter.component";
8
- import * as i7 from "./components/ca-input/ca-input.component";
9
- import * as i8 from "./components/ca-input-datetime-picker/ca-input-datetime-picker.component";
10
- import * as i9 from "./components/ca-input-radiobuttons/ca-input-radiobuttons.component";
11
- import * as i10 from "./components/ca-input-dropdown/ca-input-dropdown.component";
12
- import * as i11 from "./components/ca-map/ca-map.component";
13
- import * as i12 from "./components/ca-map-dropdown/ca-map-dropdown.component";
14
- import * as i13 from "./components/ca-note/ca-note.component";
15
- import * as i14 from "./components/ca-note-container/ca-note-container.component";
16
- import * as i15 from "./components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component";
17
- import * as i16 from "./components/ca-payroll-list-summary-overview-table/ca-payroll-list-summary-overview-table.component";
18
- import * as i17 from "./components/ca-pickup-delivery-block/ca-pickup-delivery-block.component";
19
- import * as i18 from "./components/ca-progress-bar/ca-progress-bar.component";
20
- import * as i19 from "./components/ca-search-multiple-states/ca-search-multiple-states.component";
21
- import * as i20 from "./components/ca-spinner/ca-spinner.component";
22
- import * as i21 from "./components/ca-todo/ca-todo.component";
23
- import * as i22 from "./components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component";
24
- import * as i23 from "./components/ca-period-content/ca-period-content.component";
25
- import * as i24 from "./components/ca-input-note/ca-input-note.component";
26
- import * as i25 from "./components/ca-input-address-dropdown/ca-input-address-dropdown.component";
27
- import * as i26 from "./components/ca-main-table/ca-main-table.component";
28
- import * as i27 from "./components/ca-activity-log-list/ca-activity-log-list.component";
29
- import * as i28 from "./components/ca-right-side-panel/components/ca-right-side-panel-menu/ca-right-side-panel-menu.component";
30
- import * as i29 from "./components/ca-right-side-panel/components/ca-right-side-panel-top-bar/ca-right-side-panel-top-bar.component";
31
- import * as i30 from "./components/ca-right-side-panel/ca-right-side-panel.component";
32
- import * as i31 from "./components/ca-chart/ca-chart.component";
33
- import * as i32 from "./components/ca-chart-manager/ca-chart-manager.component";
34
- import * as i33 from "./components/ca-dropdown-menu/ca-dropdown-menu.component";
35
- import * as i34 from "./components/ca-upload-files/ca-upload-files.component";
36
- import * as i35 from "./components/ca-right-side-panel/components/ca-right-side-panel-company/ca-right-side-panel-company.component";
37
- import * as i36 from "./components/ca-progress-range/ca-progress-range.component";
38
- import * as i37 from "./components/ca-tooltip-list/ca-tooltip-list.component";
39
- import * as i38 from "./components/ca-input-test/input-test.component";
8
+ import * as i7 from "./components/ca-new-filter/ca-filter-dropdown.component";
9
+ import * as i8 from "./components/ca-new-filter/components/ca-filter-state-dropdown/ca-filter-state-dropdown.component";
10
+ import * as i9 from "./components/ca-new-filter/components/ca-filter-time-dropdown/ca-filter-time-dropdown.component";
11
+ import * as i10 from "./components/ca-new-filter/components/ca-filter-list-dropdown/ca-filter-list-dropdown.component";
12
+ import * as i11 from "./components/ca-input/ca-input.component";
13
+ import * as i12 from "./components/ca-input-datetime-picker/ca-input-datetime-picker.component";
14
+ import * as i13 from "./components/ca-input-radiobuttons/ca-input-radiobuttons.component";
15
+ import * as i14 from "./components/ca-input-dropdown/ca-input-dropdown.component";
16
+ import * as i15 from "./components/ca-map/ca-map.component";
17
+ import * as i16 from "./components/ca-map-dropdown/ca-map-dropdown.component";
18
+ import * as i17 from "./components/ca-note/ca-note.component";
19
+ import * as i18 from "./components/ca-note-container/ca-note-container.component";
20
+ import * as i19 from "./components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component";
21
+ import * as i20 from "./components/ca-payroll-list-summary-overview-table/ca-payroll-list-summary-overview-table.component";
22
+ import * as i21 from "./components/ca-pickup-delivery-block/ca-pickup-delivery-block.component";
23
+ import * as i22 from "./components/ca-progress-bar/ca-progress-bar.component";
24
+ import * as i23 from "./components/ca-search-multiple-states/ca-search-multiple-states.component";
25
+ import * as i24 from "./components/ca-spinner/ca-spinner.component";
26
+ import * as i25 from "./components/ca-todo/ca-todo.component";
27
+ import * as i26 from "./components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component";
28
+ import * as i27 from "./components/ca-period-content/ca-period-content.component";
29
+ import * as i28 from "./components/ca-input-note/ca-input-note.component";
30
+ import * as i29 from "./components/ca-input-address-dropdown/ca-input-address-dropdown.component";
31
+ import * as i30 from "./components/ca-main-table/ca-main-table.component";
32
+ import * as i31 from "./components/ca-activity-log-list/ca-activity-log-list.component";
33
+ import * as i32 from "./components/ca-right-side-panel/components/ca-right-side-panel-menu/ca-right-side-panel-menu.component";
34
+ import * as i33 from "./components/ca-right-side-panel/components/ca-right-side-panel-top-bar/ca-right-side-panel-top-bar.component";
35
+ import * as i34 from "./components/ca-right-side-panel/ca-right-side-panel.component";
36
+ import * as i35 from "./components/ca-chart/ca-chart.component";
37
+ import * as i36 from "./components/ca-chart-manager/ca-chart-manager.component";
38
+ import * as i37 from "./components/ca-dropdown-menu/ca-dropdown-menu.component";
39
+ import * as i38 from "./components/ca-upload-files/ca-upload-files.component";
40
+ import * as i39 from "./components/ca-right-side-panel/components/ca-right-side-panel-company/ca-right-side-panel-company.component";
41
+ import * as i40 from "./components/ca-progress-range/ca-progress-range.component";
42
+ import * as i41 from "./components/ca-tooltip-list/ca-tooltip-list.component";
43
+ import * as i42 from "./components/ca-input-test/input-test.component";
44
+ import * as i43 from "./components/ca-vehicle-list/ca-vehicle-list.component";
45
+ import * as i44 from "./components/ca-checkbox/ca-checkbox.component";
40
46
  export declare class CaComponentsLibModule {
41
47
  static ɵfac: i0.ɵɵFactoryDeclaration<CaComponentsLibModule, never>;
42
- static ɵmod: i0.ɵɵNgModuleDeclaration<CaComponentsLibModule, never, [typeof i1.CommonModule, typeof i2.CaProfileImageComponent, typeof i3.CaRatingReviewComponent, typeof i4.CaAppTooltipV2Component, typeof i5.CaDetailsDropdownComponent, typeof i6.CaFilterComponent, typeof i7.CaInputComponent, typeof i8.CaInputDatetimePickerComponent, typeof i9.CaInputRadiobuttonsComponent, typeof i10.CaInputDropdownComponent, typeof i11.CaMapComponent, typeof i12.CaMapDropdownComponent, typeof i13.CaNoteComponent, typeof i14.CaNoteContainerComponent, typeof i15.CaPayrollListSummaryOverviewComponent, typeof i16.CaPayrollListSummaryOverviewTableComponent, typeof i17.PickupDeliveryBlockComponent, typeof i18.ProgressBarComponent, typeof i19.CaSearchMultipleStatesComponent, typeof i20.CaSpinnerComponent, typeof i21.CaTodoComponent, typeof i22.CaTruckTrailerProgresBarComponent, typeof i23.CaPeriodContentComponent, typeof i24.CaInputNoteComponent, typeof i25.CaInputAddressDropdownComponent, typeof i26.CaMainTableComponent, typeof i27.CaActivityLogListComponent, typeof i28.CaRightSidePanelMenuComponent, typeof i29.CaRightSidePanelTopBarComponent, typeof i30.CaRightSidePanelComponent, typeof i31.CaChartComponent, typeof i32.CaChartManagerComponent, typeof i33.CaDropdownMenuComponent, typeof i34.CaUploadFilesComponent, typeof i35.CaRightSidePanelCompanyComponent, typeof i36.CaProgressRangeComponent, typeof i37.CaTooltipListComponent, typeof i38.InputTestComponent], [typeof i2.CaProfileImageComponent, typeof i4.CaAppTooltipV2Component, typeof i5.CaDetailsDropdownComponent, typeof i3.CaRatingReviewComponent, typeof i6.CaFilterComponent, typeof i7.CaInputComponent, typeof i8.CaInputDatetimePickerComponent, typeof i9.CaInputRadiobuttonsComponent, typeof i10.CaInputDropdownComponent, typeof i11.CaMapComponent, typeof i12.CaMapDropdownComponent, typeof i13.CaNoteComponent, typeof i14.CaNoteContainerComponent, typeof i15.CaPayrollListSummaryOverviewComponent, typeof i16.CaPayrollListSummaryOverviewTableComponent, typeof i17.PickupDeliveryBlockComponent, typeof i18.ProgressBarComponent, typeof i19.CaSearchMultipleStatesComponent, typeof i20.CaSpinnerComponent, typeof i22.CaTruckTrailerProgresBarComponent, typeof i23.CaPeriodContentComponent, typeof i24.CaInputNoteComponent, typeof i26.CaMainTableComponent, typeof i27.CaActivityLogListComponent, typeof i28.CaRightSidePanelMenuComponent, typeof i29.CaRightSidePanelTopBarComponent, typeof i30.CaRightSidePanelComponent, typeof i31.CaChartComponent, typeof i32.CaChartManagerComponent, typeof i33.CaDropdownMenuComponent, typeof i34.CaUploadFilesComponent, typeof i35.CaRightSidePanelCompanyComponent, typeof i36.CaProgressRangeComponent, typeof i37.CaTooltipListComponent, typeof i25.CaInputAddressDropdownComponent, typeof i38.InputTestComponent]>;
48
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CaComponentsLibModule, never, [typeof i1.CommonModule, typeof i2.CaProfileImageComponent, typeof i3.CaRatingReviewComponent, typeof i4.CaAppTooltipV2Component, typeof i5.CaDetailsDropdownComponent, typeof i6.CaFilterComponent, typeof i7.CaFilterDropdownComponent, typeof i8.CaFilterStateDropdownComponent, typeof i9.CaFilterTimeDropdownComponent, typeof i10.CaFilterListDropdownComponent, typeof i11.CaInputComponent, typeof i12.CaInputDatetimePickerComponent, typeof i13.CaInputRadiobuttonsComponent, typeof i14.CaInputDropdownComponent, typeof i15.CaMapComponent, typeof i16.CaMapDropdownComponent, typeof i17.CaNoteComponent, typeof i18.CaNoteContainerComponent, typeof i19.CaPayrollListSummaryOverviewComponent, typeof i20.CaPayrollListSummaryOverviewTableComponent, typeof i21.PickupDeliveryBlockComponent, typeof i22.ProgressBarComponent, typeof i23.CaSearchMultipleStatesComponent, typeof i24.CaSpinnerComponent, typeof i25.CaTodoComponent, typeof i26.CaTruckTrailerProgresBarComponent, typeof i27.CaPeriodContentComponent, typeof i28.CaInputNoteComponent, typeof i29.CaInputAddressDropdownComponent, typeof i30.CaMainTableComponent, typeof i31.CaActivityLogListComponent, typeof i32.CaRightSidePanelMenuComponent, typeof i33.CaRightSidePanelTopBarComponent, typeof i34.CaRightSidePanelComponent, typeof i35.CaChartComponent, typeof i36.CaChartManagerComponent, typeof i37.CaDropdownMenuComponent, typeof i38.CaUploadFilesComponent, typeof i39.CaRightSidePanelCompanyComponent, typeof i40.CaProgressRangeComponent, typeof i41.CaTooltipListComponent, typeof i42.InputTestComponent, typeof i43.CaVehicleListComponent, typeof i44.CaCheckboxComponent], [typeof i2.CaProfileImageComponent, typeof i4.CaAppTooltipV2Component, typeof i5.CaDetailsDropdownComponent, typeof i3.CaRatingReviewComponent, typeof i6.CaFilterComponent, typeof i7.CaFilterDropdownComponent, typeof i8.CaFilterStateDropdownComponent, typeof i9.CaFilterTimeDropdownComponent, typeof i10.CaFilterListDropdownComponent, typeof i11.CaInputComponent, typeof i12.CaInputDatetimePickerComponent, typeof i13.CaInputRadiobuttonsComponent, typeof i14.CaInputDropdownComponent, typeof i15.CaMapComponent, typeof i16.CaMapDropdownComponent, typeof i17.CaNoteComponent, typeof i18.CaNoteContainerComponent, typeof i19.CaPayrollListSummaryOverviewComponent, typeof i20.CaPayrollListSummaryOverviewTableComponent, typeof i21.PickupDeliveryBlockComponent, typeof i22.ProgressBarComponent, typeof i23.CaSearchMultipleStatesComponent, typeof i24.CaSpinnerComponent, typeof i26.CaTruckTrailerProgresBarComponent, typeof i27.CaPeriodContentComponent, typeof i28.CaInputNoteComponent, typeof i30.CaMainTableComponent, typeof i31.CaActivityLogListComponent, typeof i32.CaRightSidePanelMenuComponent, typeof i33.CaRightSidePanelTopBarComponent, typeof i34.CaRightSidePanelComponent, typeof i35.CaChartComponent, typeof i36.CaChartManagerComponent, typeof i37.CaDropdownMenuComponent, typeof i38.CaUploadFilesComponent, typeof i39.CaRightSidePanelCompanyComponent, typeof i40.CaProgressRangeComponent, typeof i41.CaTooltipListComponent, typeof i29.CaInputAddressDropdownComponent, typeof i42.InputTestComponent, typeof i43.CaVehicleListComponent, typeof i44.CaCheckboxComponent]>;
43
49
  static ɵinj: i0.ɵɵInjectorDeclaration<CaComponentsLibModule>;
44
50
  }
@@ -5,6 +5,7 @@ export declare class CaAutoclosePopoverComponent implements OnInit {
5
5
  private eRef;
6
6
  isDisabled: boolean;
7
7
  customClass: string;
8
+ autoClose: string | boolean;
8
9
  placement: string;
9
10
  closeFilter: EventEmitter<void>;
10
11
  openFilter: EventEmitter<void>;
@@ -16,5 +17,5 @@ export declare class CaAutoclosePopoverComponent implements OnInit {
16
17
  onFilterShown(): void;
17
18
  closeCustomPopover(): void;
18
19
  static ɵfac: i0.ɵɵFactoryDeclaration<CaAutoclosePopoverComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<CaAutoclosePopoverComponent, "[app-ca-autoclose-popover]", never, { "isDisabled": { "alias": "isDisabled"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; }, { "closeFilter": "closeFilter"; "openFilter": "openFilter"; }, never, ["[mainContent]", "[popoverContent]"], true, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaAutoclosePopoverComponent, "[app-ca-autoclose-popover]", never, { "isDisabled": { "alias": "isDisabled"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "autoClose": { "alias": "autoClose"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; }, { "closeFilter": "closeFilter"; "openFilter": "openFilter"; }, never, ["[mainContent]", "[popoverContent]"], true, never>;
20
21
  }
@@ -0,0 +1,39 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { ControlValueAccessor, NgControl } from '@angular/forms';
3
+ import { IColumnCheckAction } from './interfaces';
4
+ import { CheckboxSvgRoutes } from './utils/svg-routes';
5
+ import * as i0 from "@angular/core";
6
+ export declare class CaCheckboxComponent implements ControlValueAccessor {
7
+ superControl?: NgControl | undefined;
8
+ label: string;
9
+ required: boolean;
10
+ disabled?: boolean;
11
+ disabledStillCheckMark: boolean;
12
+ svg: string;
13
+ name: string;
14
+ customClass: string;
15
+ moveIconDown: boolean;
16
+ isUseCarrieraACHCheckBox: boolean;
17
+ isDisabledBlue: boolean;
18
+ isDisabledRegularCheck: boolean;
19
+ isLabelDisabled: boolean;
20
+ isRegularCheckbox: boolean;
21
+ isChecked?: boolean;
22
+ isGroupPartialyChecked: boolean;
23
+ groupIndex: number;
24
+ itemIndex: number;
25
+ formArrayAction: EventEmitter<boolean>;
26
+ columnCheckAction: EventEmitter<IColumnCheckAction>;
27
+ private formArrayCheck;
28
+ checkboxSvgRoutes: typeof CheckboxSvgRoutes;
29
+ get getSuperControl(): import("@angular/forms").AbstractControl<any, any> | null | undefined;
30
+ constructor(superControl?: NgControl | undefined);
31
+ private handleColumnDropdownCheckboxEmit;
32
+ writeValue(_: any): void;
33
+ registerOnChange(fn: any): void;
34
+ onChange(): void;
35
+ registerOnTouched(_: any): void;
36
+ onAction(): void;
37
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaCheckboxComponent, [{ optional: true; self: true; }]>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaCheckboxComponent, "app-ca-checkbox", never, { "label": { "alias": "label"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "disabledStillCheckMark": { "alias": "disabledStillCheckMark"; "required": false; }; "svg": { "alias": "svg"; "required": false; }; "name": { "alias": "name"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "moveIconDown": { "alias": "moveIconDown"; "required": false; }; "isUseCarrieraACHCheckBox": { "alias": "isUseCarrieraACHCheckBox"; "required": false; }; "isDisabledBlue": { "alias": "isDisabledBlue"; "required": false; }; "isDisabledRegularCheck": { "alias": "isDisabledRegularCheck"; "required": false; }; "isLabelDisabled": { "alias": "isLabelDisabled"; "required": false; }; "isRegularCheckbox": { "alias": "isRegularCheckbox"; "required": false; }; "isChecked": { "alias": "isChecked"; "required": false; }; "isGroupPartialyChecked": { "alias": "isGroupPartialyChecked"; "required": false; }; "groupIndex": { "alias": "groupIndex"; "required": false; }; "itemIndex": { "alias": "itemIndex"; "required": false; }; }, { "formArrayAction": "formArrayAction"; "columnCheckAction": "columnCheckAction"; }, never, never, true, never>;
39
+ }
@@ -0,0 +1,6 @@
1
+ export interface IColumnCheckAction {
2
+ isChecked: boolean;
3
+ name: string;
4
+ groupIndex: number;
5
+ itemIndex: number;
6
+ }
@@ -0,0 +1 @@
1
+ export * from './column-check-action.interface';
@@ -0,0 +1,6 @@
1
+ export declare class CheckboxSvgRoutes {
2
+ static carrieraLogoActiveIcon: string;
3
+ static carrieraLogoInactiveIcon: string;
4
+ static checkedIcon: string;
5
+ static disabledIcon: string;
6
+ }
@@ -0,0 +1 @@
1
+ export * from './checkbox-svg-routes';
@@ -1,27 +1,36 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { NgbPopover } from '@ng-bootstrap/ng-bootstrap';
3
- import { DropdownMenuStringEnum } from './enums';
3
+ import { IDropdownMenuItem, IDropdownMenuOptionEmit } from './interfaces';
4
+ import { IColumnCheckAction } from '../ca-checkbox/interfaces';
5
+ import { eDropdownMenu } from './enums';
4
6
  import { DropdownMenuSvgRoutes } from './utils/svg-routes';
5
7
  import { DropdownMenuType } from './types';
6
- import { DropdownMenuItem, DropdownMenuOptionEmit } from './models';
7
8
  import * as i0 from "@angular/core";
8
9
  export declare class CaDropdownMenuComponent {
9
10
  type: DropdownMenuType;
10
- options: DropdownMenuItem[];
11
+ options: IDropdownMenuItem[];
11
12
  placement: string;
12
13
  isDarkBackground?: boolean;
13
14
  isLeftSideIconPosition?: boolean;
14
15
  isPositionTranslateUnset?: boolean;
15
- dropdownOptionEmitter: EventEmitter<DropdownMenuOptionEmit>;
16
+ dropdownOptionEmitter: EventEmitter<IDropdownMenuOptionEmit>;
16
17
  dropdownMenuSvgRoutes: typeof DropdownMenuSvgRoutes;
17
- dropdownMenuStringEnum: typeof DropdownMenuStringEnum;
18
+ eDropdownMenu: typeof eDropdownMenu;
18
19
  dropdownPopover: NgbPopover | null;
19
20
  activeInnerDropdownOptionIndex: number;
20
21
  isSelectMenuTypeActionItemSelected: boolean;
21
- constructor();
22
+ isBackToMainDropdownItemHovered: boolean;
22
23
  get isDropdownMenuActive(): boolean | undefined;
23
- handleDropdownOptionClick(option: DropdownMenuItem, optionIndex?: number): void;
24
+ constructor();
25
+ private handleCheckboxAction;
26
+ private handleChildCheckboxAction;
27
+ private handleParentCheckboxAction;
28
+ private updateParentCheckedState;
29
+ handleDropdownOptionClick(option: IDropdownMenuItem, itemIndex?: number, groupIndex?: number): void;
24
30
  handleDropdownOpenCloseClick(dropdownPopover: NgbPopover): void;
31
+ handleCheckboxActionEmit(action: IColumnCheckAction): void;
32
+ handleResetTableClick(): void;
33
+ handleBackToMainDropdownListItemHover(isHovered: boolean): void;
25
34
  static ɵfac: i0.ɵɵFactoryDeclaration<CaDropdownMenuComponent, never>;
26
35
  static ɵcmp: i0.ɵɵComponentDeclaration<CaDropdownMenuComponent, "ca-dropdown-menu", never, { "type": { "alias": "type"; "required": false; }; "options": { "alias": "options"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "isDarkBackground": { "alias": "isDarkBackground"; "required": false; }; "isLeftSideIconPosition": { "alias": "isLeftSideIconPosition"; "required": false; }; "isPositionTranslateUnset": { "alias": "isPositionTranslateUnset"; "required": false; }; }, { "dropdownOptionEmitter": "dropdownOptionEmitter"; }, never, never, true, never>;
27
36
  }
@@ -1,9 +1,12 @@
1
- export declare enum DropdownMenuStringEnum {
1
+ export declare enum eDropdownMenu {
2
2
  CLOSE = "Close",
3
3
  OPEN = "Open",
4
4
  RIGHT_TOP = "right-top",
5
5
  BOTTOM_RIGHT = "bottom-right",
6
6
  DOTS_MENU_TYPE = "dots-menu-type",
7
7
  HAMBURGER_MENU_TYPE = "hamburger-menu-type",
8
- SELECT_MENU_TYPE = "select-menu-type"
8
+ SELECT_MENU_TYPE = "select-menu-type",
9
+ RESET_TABLE_TYPE = "reset-table-type",
10
+ EMPTY_STRING_PLACEHOLDER = "",
11
+ BACK_TO_MENU = "Back To Menu"
9
12
  }
@@ -1 +1 @@
1
- export * from './dropdown-menu-string.enum';
1
+ export * from './dropdown-menu.enum';
@@ -1,4 +1,4 @@
1
- export interface DropdownMenuItem {
1
+ export interface IDropdownMenuItem {
2
2
  id?: number;
3
3
  title: string;
4
4
  titleOptionalClass?: string;
@@ -10,6 +10,12 @@ export interface DropdownMenuItem {
10
10
  innerDropdownContent?: {
11
11
  title: string;
12
12
  type: string;
13
+ isChecked?: boolean;
14
+ isColumnDropdown?: boolean;
13
15
  }[];
14
16
  isSelectMenuTypeActionItem?: boolean;
17
+ isChecked?: boolean;
18
+ groupName?: string;
19
+ isColumnDropdown?: boolean;
20
+ isCheckBoxDisabled?: boolean;
15
21
  }
@@ -1,4 +1,4 @@
1
- export interface DropdownMenuOptionEmit {
1
+ export interface IDropdownMenuOptionEmit {
2
2
  id?: number;
3
3
  type?: string;
4
4
  isActive?: boolean;
@@ -0,0 +1,2 @@
1
+ export * from './dropdown-menu-item.interface';
2
+ export * from './dropdown-menu-option-emit.interface';
@@ -0,0 +1,8 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import { IDropdownMenuItem } from '../interfaces';
3
+ import * as i0 from "@angular/core";
4
+ export declare class GroupItemCheckedStatePipe implements PipeTransform {
5
+ transform(option: IDropdownMenuItem): boolean;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<GroupItemCheckedStatePipe, never>;
7
+ static ɵpipe: i0.ɵɵPipeDeclaration<GroupItemCheckedStatePipe, "groupItemCheckedState", true>;
8
+ }
@@ -1 +1,2 @@
1
1
  export * from './dropdown-menu-placement-class.pipe';
2
+ export * from './group-item-checked-state.pipe';
@@ -60,8 +60,8 @@ export declare class CaFilterComponent implements OnDestroy {
60
60
  addressList: AddressList[];
61
61
  usaStates: ArrayStatus[];
62
62
  canadaStates: ArrayStatus[];
63
- setFilter: EventEmitter<filterOutput | filterOutputWithParams>;
64
- clearAll: EventEmitter<filterOutput | filterOutputWithParams>;
63
+ setFilter: EventEmitter<filterOutputWithParams | filterOutput>;
64
+ clearAll: EventEmitter<filterOutputWithParams | filterOutput>;
65
65
  private destroy$;
66
66
  isSearchExpanded: boolean;
67
67
  isFilterActive: boolean;
@@ -0,0 +1,6 @@
1
+ export * from './filter-conditions-clear.pipe';
2
+ export * from './filter-conditions-set.pipe';
3
+ export * from './filter-conditions-user-box.pipe';
4
+ export * from './filter-popover-conditions.pipe';
5
+ export * from './filter-truck-color.pipe';
6
+ export * from './filter-trailer-color.pipe';
@@ -1 +1,2 @@
1
1
  export * from './filter.helper';
2
+ export * from './time-filter.helper';
@@ -1,20 +1,32 @@
1
1
  export declare class TimeFilterConstants {
2
2
  static getTimePastOptions(lastYear: string, last2Years: string): {
3
3
  label: string;
4
- items: {
4
+ items: ({
5
5
  label: string;
6
- }[];
6
+ id: number;
7
+ value: string;
8
+ year?: undefined;
9
+ } | {
10
+ label: string;
11
+ id: number;
12
+ year: string;
13
+ value: string;
14
+ })[];
7
15
  }[];
8
16
  static getTimeFutureOptions(): {
9
17
  label: string;
10
18
  items: {
11
19
  label: string;
20
+ id: number;
21
+ value: string;
12
22
  }[];
13
23
  }[];
14
24
  static getTimeShortOptions(): {
15
25
  label: string;
16
26
  items: {
17
27
  label: string;
28
+ id: number;
29
+ value: string;
18
30
  }[];
19
31
  }[];
20
32
  }
@@ -0,0 +1 @@
1
+ export * from './ca-filters-svg-routes';
@@ -0,0 +1,35 @@
1
+ import { EventEmitter, TemplateRef } from '@angular/core';
2
+ import { NgbPopover } from '@ng-bootstrap/ng-bootstrap';
3
+ import { SortColumn } from '../ca-sort-dropdown/models/sort-column.model';
4
+ import { FilterDropdownTypes } from './types';
5
+ import { IFilterAction, IFilterDropdownConfiguration, IFilterDropdownList, ISortEmit } from './interface';
6
+ import { CaFiltersSvgRoutes } from '../ca-filters/utils/svg-routes';
7
+ import * as i0 from "@angular/core";
8
+ export declare class CaFilterDropdownComponent {
9
+ type: FilterDropdownTypes;
10
+ config: IFilterDropdownConfiguration;
11
+ bodyTemplate: TemplateRef<any>;
12
+ isFormChanged: boolean;
13
+ appliedFiltersCount: number;
14
+ customTitle: string | false;
15
+ customCancelButton: string | false;
16
+ setFilter: EventEmitter<IFilterAction>;
17
+ handleFiltersClear: EventEmitter<boolean>;
18
+ sorting: EventEmitter<ISortEmit>;
19
+ selectedList: IFilterDropdownList[];
20
+ unselectedList: IFilterDropdownList[];
21
+ activeSortType: SortColumn;
22
+ filterPopoverOpen: NgbPopover | null;
23
+ caFiltersSvgRoutes: typeof CaFiltersSvgRoutes;
24
+ handleSortClick(event: {
25
+ column: SortColumn;
26
+ sortName: string;
27
+ direction: string;
28
+ }): void;
29
+ openClosePopover(popover: NgbPopover): void;
30
+ applyFilters(): void;
31
+ onFilterClear(): void;
32
+ private sortLists;
33
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaFilterDropdownComponent, never>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaFilterDropdownComponent, "app-ca-filter-dropdown", never, { "type": { "alias": "type"; "required": false; }; "config": { "alias": "config"; "required": false; }; "bodyTemplate": { "alias": "bodyTemplate"; "required": false; }; "isFormChanged": { "alias": "isFormChanged"; "required": false; }; "appliedFiltersCount": { "alias": "appliedFiltersCount"; "required": false; }; "customTitle": { "alias": "customTitle"; "required": false; }; "customCancelButton": { "alias": "customCancelButton"; "required": false; }; }, { "setFilter": "setFilter"; "handleFiltersClear": "handleFiltersClear"; "sorting": "sorting"; }, never, never, true, never>;
35
+ }
@@ -0,0 +1,43 @@
1
+ import { EventEmitter, PipeTransform } from '@angular/core';
2
+ import { UntypedFormBuilder } from '@angular/forms';
3
+ import { LoadStatusEnum } from '../../../../enums/load-status.enum';
4
+ import { FilterDropdownTypes } from '../../types';
5
+ import { IFilterAction, IFilterDropdownConfiguration, IFilterDropdownList, ISortEmit } from '../../interface';
6
+ import { CaFiltersSvgRoutes } from '../../../ca-filters/utils/svg-routes';
7
+ import * as i0 from "@angular/core";
8
+ export declare class CaFilterListDropdownComponent {
9
+ private formBuilder;
10
+ set type(value: FilterDropdownTypes);
11
+ set list(value: IFilterDropdownList[]);
12
+ setFilter: EventEmitter<IFilterAction>;
13
+ caFiltersSvgRoutes: typeof CaFiltersSvgRoutes;
14
+ loadStatusEnum: typeof LoadStatusEnum;
15
+ srollLimitSize: number;
16
+ selectedList: IFilterDropdownList[];
17
+ unselectedList: IFilterDropdownList[];
18
+ searchForm: import("@angular/forms").UntypedFormGroup;
19
+ sortKey: keyof IFilterDropdownList;
20
+ directionMultiplier: number;
21
+ initialListSize: number;
22
+ config: IFilterDropdownConfiguration;
23
+ selectedCount: number;
24
+ activeCount: number;
25
+ private _type;
26
+ private _list;
27
+ constructor(formBuilder: UntypedFormBuilder);
28
+ get type(): FilterDropdownTypes;
29
+ selectItem: (item: IFilterDropdownList) => void;
30
+ unSelectItem: (item: IFilterDropdownList) => void;
31
+ get truckOrTrailerIconPipe(): PipeTransform;
32
+ clearValues(): void;
33
+ passFilterValue(): void;
34
+ sortValues(sorting: ISortEmit): void;
35
+ private emitData;
36
+ private updateLists;
37
+ private moveItem;
38
+ private calculateSelectedCount;
39
+ private setInitalList;
40
+ private setInitalType;
41
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaFilterListDropdownComponent, never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaFilterListDropdownComponent, "app-ca-filter-list-dropdown", never, { "type": { "alias": "type"; "required": false; }; "list": { "alias": "list"; "required": false; }; }, { "setFilter": "setFilter"; }, never, never, true, never>;
43
+ }
@@ -0,0 +1,35 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { UntypedFormBuilder } from '@angular/forms';
3
+ import { eFilterDropdownEnum } from '../../enums';
4
+ import { IFilterDropdownList, ICountry, IFilterAction, ISortEmit } from '../../interface';
5
+ import { CaFiltersSvgRoutes } from '../../../ca-filters/utils/svg-routes';
6
+ import * as i0 from "@angular/core";
7
+ export declare class CaFilterStateDropdownComponent {
8
+ private formBuilder;
9
+ set states(value: ICountry[]);
10
+ setFilter: EventEmitter<IFilterAction>;
11
+ sortKey: keyof IFilterDropdownList;
12
+ directionMultiplier: number;
13
+ config: import("../../interface").IFilterDropdownConfiguration;
14
+ eFilterDropdownEnum: typeof eFilterDropdownEnum;
15
+ caFiltersSvgRoutes: typeof CaFiltersSvgRoutes;
16
+ selectedList: IFilterDropdownList[];
17
+ unselectedList: IFilterDropdownList[];
18
+ searchForm: import("@angular/forms").UntypedFormGroup;
19
+ stateSearchForm: import("../../../ca-input/config").ICaInput;
20
+ selectedCount: number;
21
+ activeCount: number;
22
+ private _states;
23
+ constructor(formBuilder: UntypedFormBuilder);
24
+ get states(): ICountry[];
25
+ calculateSelectedCount(): void;
26
+ selectItem: (item: IFilterDropdownList, countryName: string) => void;
27
+ unSelectItem: (item: IFilterDropdownList, countryName: string) => void;
28
+ clearValues(): void;
29
+ passFilterValue(): void;
30
+ sortValues(sorting: ISortEmit): void;
31
+ private emitData;
32
+ private mapInitalStates;
33
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaFilterStateDropdownComponent, never>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaFilterStateDropdownComponent, "app-ca-filter-state-dropdown", never, { "states": { "alias": "states"; "required": false; }; }, { "setFilter": "setFilter"; }, never, never, true, never>;
35
+ }
@@ -0,0 +1,43 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { FormBuilder, FormControl, FormGroup } from '@angular/forms';
3
+ import { eFilterDropdownEnum } from '../../enums';
4
+ import { IFilterAction, ITimeOptions } from '../../interface';
5
+ import { FilterTimeTypes } from '../../types';
6
+ import { FilterDropdownFields } from '../../utils/configs';
7
+ import * as i0 from "@angular/core";
8
+ export declare class CaFilterTimeDropdownComponent implements OnInit {
9
+ private fb;
10
+ set subType(value: FilterTimeTypes);
11
+ setFilter: EventEmitter<IFilterAction>;
12
+ eFilterDropdownEnum: typeof eFilterDropdownEnum;
13
+ config: import("../../interface").IFilterDropdownConfiguration;
14
+ lastYear: number;
15
+ last2Years: number;
16
+ timeOptionsArray: ITimeOptions[];
17
+ selectedTime: number;
18
+ isCustomTime: boolean;
19
+ dateForm: FormGroup;
20
+ form: FormGroup<{
21
+ fromDate: FormControl<null | undefined>;
22
+ toDate: FormControl<null | undefined>;
23
+ }>;
24
+ filterDropdownFields: typeof FilterDropdownFields;
25
+ private _subType;
26
+ constructor(fb: FormBuilder);
27
+ get isFormValid(): boolean;
28
+ ngOnInit(): void;
29
+ selectTime(time: {
30
+ label: string;
31
+ id: number;
32
+ }): void;
33
+ selectCustomTime(): void;
34
+ clearValues(): void;
35
+ passFilterValue(): void;
36
+ private emitValues;
37
+ private initDateForm;
38
+ private convertTimeToDate;
39
+ private timeFilterInit;
40
+ private timeOptionsInit;
41
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaFilterTimeDropdownComponent, never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaFilterTimeDropdownComponent, "app-ca-filter-time-dropdown", never, { "subType": { "alias": "subType"; "required": false; }; }, { "setFilter": "setFilter"; }, never, never, true, never>;
43
+ }
@@ -0,0 +1,3 @@
1
+ import { eFilterDropdownEnum } from '../enums/index';
2
+ import { IFilterDropdownConfiguration } from '../interface';
3
+ export declare const FilterDropdownIconsConst: Record<eFilterDropdownEnum, IFilterDropdownConfiguration>;
@@ -0,0 +1 @@
1
+ export * from './filter-dropdown-icons.constant';
@@ -0,0 +1,13 @@
1
+ export declare enum eFilterDropdownEnum {
2
+ DISPATCHER = "Dispatcher",
3
+ STATUS = "Status",
4
+ PARKING = "Parking",
5
+ TRAILER_TYPE = "TrailerType",
6
+ TRUCK_TYPE = "TruckType",
7
+ PM = "Pm",
8
+ FUEL_ITEM = "FuelItem",
9
+ FUEL_STOP = "FuelStop",
10
+ TIME_FILTER = "TimeFilter",
11
+ SERVICE = "Service",
12
+ STATE = "State"
13
+ }
@@ -0,0 +1,4 @@
1
+ export declare enum eFilterSortingKey {
2
+ NAME = "name",
3
+ COUNT = "count"
4
+ }
@@ -0,0 +1,35 @@
1
+ export declare enum eFilterTime {
2
+ DAY = "day",
3
+ DAYS = "days",
4
+ WEEK = "week",
5
+ WEEKS = "weeks",
6
+ MONTH = "month",
7
+ MONTHS = "months",
8
+ QUARTER = "quarter",
9
+ QUARTERS = "quarters",
10
+ YEAR = "year",
11
+ YEARS = "years",
12
+ TODAY = "today",
13
+ YESTERDAY = "yesterday",
14
+ THIS_WEEK = "this week",
15
+ NEXT_WEEK = "next week",
16
+ LAST_WEEK = "last week",
17
+ ONE_WEEK = "1 week",
18
+ ONE_WEEK_FUTURE = "week_future",
19
+ THIS_MONTH = "this month",
20
+ NEXT_MONTH = "next month",
21
+ LAST_MONTH = "last month",
22
+ ONE_MONTH = "1 month",
23
+ ONE_MONTH_FUTURE = "1 month future",
24
+ THREE_MONTHS = "3 months",
25
+ THREE_MONTHS_FUTURE = "3 months future",
26
+ THIS_QUARTER = "this quarter",
27
+ NEXT_QUARTER = "next quarter",
28
+ LAST_QUARTER = "last quarter",
29
+ THIS_YEAR = "this year",
30
+ ONE_YEAR = "1 year",
31
+ ONE_YEAR_FUTURE = "1 year future",
32
+ LAST_YEAR = "last year",
33
+ YEAR_BEFORE_LAST = "year before last",
34
+ MOMENT_DATE_FORMAT = "MM/DD/YY"
35
+ }
@@ -0,0 +1,3 @@
1
+ export * from './filter-dropdown-types.enum';
2
+ export * from './filter-time.enum';
3
+ export * from './filter-sorting-key.enum';
@@ -0,0 +1,13 @@
1
+ import { IFilterDropdownList } from "./filter-dropdown-list";
2
+ export interface IState {
3
+ stateName: string;
4
+ stateShortName: string | null;
5
+ count: number;
6
+ }
7
+ export interface ICountry {
8
+ country: string;
9
+ states: IState[];
10
+ selectedList: IFilterDropdownList[];
11
+ unselectedList: IFilterDropdownList[];
12
+ initalList: IFilterDropdownList[];
13
+ }
@@ -0,0 +1,18 @@
1
+ import { eFilterDropdownEnum } from "../enums";
2
+ export interface IFilterAction {
3
+ action?: string;
4
+ filterType: eFilterDropdownEnum | 'moneyFilter';
5
+ type?: string;
6
+ queryParams?: {
7
+ fromDate?: string | null;
8
+ toDate?: string | null;
9
+ from?: number;
10
+ to?: number;
11
+ moneyArray?: {
12
+ from: number;
13
+ to: number;
14
+ }[];
15
+ };
16
+ selectedIds?: number[];
17
+ selectedStates?: string[];
18
+ }