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,131 @@
1
+ import { CommonModule } from '@angular/common';
2
+ import { Component, EventEmitter, Input, Output } from '@angular/core';
3
+ import { FormControl, FormGroup, FormsModule, ReactiveFormsModule, Validators, } from '@angular/forms';
4
+ // Enums
5
+ import { eFilterDropdownEnum } from '../../enums';
6
+ import { ToolbarFilterStringEnum } from '../../../ca-map/enums';
7
+ // Helpers
8
+ import { TimeFilterConstants } from '../../../ca-filters/utils/helpers';
9
+ import { TimeFilterHelper } from '../../utils/helpers';
10
+ // Components
11
+ import { CaFilterDropdownComponent } from '../../ca-filter-dropdown.component';
12
+ import { CaInputDatetimePickerComponent } from '../../../ca-input-datetime-picker/ca-input-datetime-picker.component';
13
+ import { FilterDropdownIconsConst } from '../../constant';
14
+ // Fields
15
+ import { FilterDropdownFields } from '../../utils/configs';
16
+ import * as i0 from "@angular/core";
17
+ import * as i1 from "@angular/forms";
18
+ export class CaFilterTimeDropdownComponent {
19
+ set subType(value) {
20
+ this._subType = value;
21
+ }
22
+ constructor(fb) {
23
+ this.fb = fb;
24
+ this.setFilter = new EventEmitter();
25
+ this.eFilterDropdownEnum = eFilterDropdownEnum;
26
+ this.config = FilterDropdownIconsConst.TimeFilter;
27
+ this.timeOptionsArray = [];
28
+ this.selectedTime = -1;
29
+ this.isCustomTime = false;
30
+ this.form = new FormGroup({
31
+ fromDate: new FormControl(undefined, [Validators.required]),
32
+ toDate: new FormControl(undefined, [Validators.required]),
33
+ });
34
+ this.filterDropdownFields = FilterDropdownFields;
35
+ this._subType = ToolbarFilterStringEnum.PAST;
36
+ }
37
+ get isFormValid() {
38
+ if (this.selectedTime > 0) {
39
+ return true;
40
+ }
41
+ return this.form.valid;
42
+ }
43
+ ngOnInit() {
44
+ this.timeFilterInit();
45
+ this.timeOptionsInit();
46
+ this.initDateForm();
47
+ }
48
+ selectTime(time) {
49
+ this.selectedTime = time.id;
50
+ this.isCustomTime = false;
51
+ }
52
+ selectCustomTime() {
53
+ this.selectedTime = -1;
54
+ this.isCustomTime = true;
55
+ }
56
+ clearValues() {
57
+ if (this.isCustomTime) {
58
+ this.isCustomTime = false;
59
+ return;
60
+ }
61
+ this.selectedTime = -1;
62
+ this.isCustomTime = false;
63
+ this.emitValues({
64
+ fromDate: null,
65
+ toDate: null,
66
+ });
67
+ }
68
+ passFilterValue() {
69
+ if (this.isCustomTime) {
70
+ this.setFilter.emit({
71
+ filterType: eFilterDropdownEnum.TIME_FILTER,
72
+ queryParams: this.form.value,
73
+ });
74
+ }
75
+ else {
76
+ const timeLabel = this.timeOptionsArray
77
+ .flatMap((option) => option.items)
78
+ .find((item) => item.id === this.selectedTime);
79
+ const { fromDate, toDate } = this.convertTimeToDate(timeLabel?.value, timeLabel?.year);
80
+ this.dateForm.patchValue({ fromDate, toDate });
81
+ this.emitValues(this.dateForm.value);
82
+ }
83
+ }
84
+ emitValues(value) {
85
+ this.setFilter.emit({
86
+ filterType: eFilterDropdownEnum.TIME_FILTER,
87
+ queryParams: value,
88
+ });
89
+ }
90
+ initDateForm() {
91
+ this.dateForm = this.fb.group({
92
+ fromDate: [null],
93
+ toDate: [null],
94
+ });
95
+ }
96
+ convertTimeToDate(period, year) {
97
+ return TimeFilterHelper.convertTimeToDate(period, year);
98
+ }
99
+ timeFilterInit() {
100
+ const date = new Date();
101
+ const pastYear = date.getFullYear() - 1;
102
+ const past2Year = date.getFullYear() - 2;
103
+ this.lastYear = pastYear;
104
+ this.last2Years = past2Year;
105
+ }
106
+ timeOptionsInit() {
107
+ if (this._subType === ToolbarFilterStringEnum.PAST)
108
+ this.timeOptionsArray = TimeFilterConstants.getTimePastOptions(this.lastYear.toString(), this.last2Years.toString());
109
+ else if (this._subType === ToolbarFilterStringEnum.FUTURE)
110
+ this.timeOptionsArray = TimeFilterConstants.getTimeFutureOptions();
111
+ else
112
+ this.timeOptionsArray = TimeFilterConstants.getTimeShortOptions();
113
+ }
114
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CaFilterTimeDropdownComponent, deps: [{ token: i1.FormBuilder }], target: i0.ɵɵFactoryTarget.Component }); }
115
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.13", type: CaFilterTimeDropdownComponent, isStandalone: true, selector: "app-ca-filter-time-dropdown", inputs: { subType: "subType" }, outputs: { setFilter: "setFilter" }, ngImport: i0, template: "<app-ca-filter-dropdown\n [type]=\"eFilterDropdownEnum.TIME_FILTER\"\n [config]=\"config\"\n [bodyTemplate]=\"timeTemplate\"\n [isFormChanged]=\"isFormValid\"\n [customTitle]=\"isCustomTime && 'Custom Time Range'\"\n [customCancelButton]=\"isCustomTime && 'Back'\"\n [appliedFiltersCount]=\"isFormValid ? 1 : 0\"\n (handleFiltersClear)=\"clearValues()\"\n (setFilter)=\"passFilterValue()\"\n>\n <ng-template #timeTemplate>\n @if (isCustomTime) {\n <form [formGroup]=\"form\">\n <div class=\"d-flex gap-xs margin-t-24 margin-b-24\">\n <ca-input-datetime-picker\n formControlName=\"fromDate\"\n [inputConfig]=\"filterDropdownFields.dateFrom\"\n >\n </ca-input-datetime-picker>\n\n <ca-input-datetime-picker\n formControlName=\"toDate\"\n [inputConfig]=\"filterDropdownFields.dateTo\"\n >\n </ca-input-datetime-picker>\n </div>\n </form>\n } @else {\n <div class=\"d-flex flex-column gap-xs mb-1 margin-t-4\">\n @for (time of timeOptionsArray; track $index) {\n <div class=\"d-flex flex-column gap-xs mb-1 margin-t-4\">\n @for (subtime of time.items; track subtime.label) {\n <div\n class=\"filter-dropdown-list-item padding-4 br-2 d-flex justify-content-between align-items-center c-pointer\"\n (click)=\"selectTime(subtime)\"\n >\n <div\n class=\"text-color-white text-size-14\"\n [class.ca-font-extra-bold]=\"\n selectedTime === subtime.id\n \"\n >\n {{ subtime.label }}\n </div>\n </div>\n }\n </div>\n <div class=\"background-black br-2 height-1\"></div>\n }\n\n <div\n class=\"filter-dropdown-list-item padding-4 br-2 d-flex justify-content-between align-items-center c-pointer\"\n (click)=\"selectCustomTime()\"\n >\n <div\n class=\"text-color-white text-size-14\"\n [class.ca-font-extra-bold]=\"isCustomTime\"\n >\n Custom\n </div>\n </div>\n </div>\n }\n </ng-template>\n</app-ca-filter-dropdown>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap\";@import\"https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css\";.ca-font-thin{font-weight:100!important}.ca-font-extra-light{font-weight:200!important}.ca-font-light{font-weight:300!important}.ca-font-regular{font-weight:400!important}.ca-font-medium{font-weight:500!important}.ca-font-semi-bold{font-weight:600!important}.ca-font-bold{font-weight:700!important}.ca-font-extra-bold{font-weight:800!important}.ca-font-black{font-weight:900!important}.pickup-delivery-popover{top:-38px!important;max-width:340px!important}.pickup-delivery-popover.bs-popover-top{top:auto!important;bottom:-38px!important}.pickup-delivery-popover.bs-popover-top .load-component .assigned-load-holder{order:3;margin-top:4px;margin-bottom:0!important}.pickup-delivery-popover.bs-popover-top .load-component .statusBar{order:2;margin-top:4px}.pickup-delivery-popover.bs-popover-top .load-component .animation-three-tabs{order:1}.gps_dropdown_popover{top:-38px;max-width:494px}.gps_dropdown_popover .popover-body{padding:0}.table-progress-popover{background-color:unset!important;margin-left:-10px}.table-progress-popover .progress-dropdown{margin-top:-6px;width:260px;height:200px;background:#2f2f2f;border-radius:3px;padding:8px;box-shadow:0 0 4px #00000026;overflow:hidden;-webkit-animation:progressAnimation .25s ease-in-out;animation:progressAnimation .25s ease-in-out}.table-progress-popover .progress-dropdown .progress-header .progress-title{font-size:18px;font-weight:600;color:#fff}.table-progress-popover .progress-dropdown .progress-header .progress-title span{font-weight:400}.table-progress-popover .progress-dropdown .progress-header .progress-total{font-size:14px;line-height:17px;color:#fff}.table-progress-popover .progress-dropdown .table-progress-bar-container{width:100%;height:8px;margin-top:6px;border-radius:2px;overflow:hidden}.table-progress-popover .progress-dropdown .table-progress-bar-container .table-progress-bar{height:100%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-dual-info-container .progress-info-container{width:50%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container{margin-top:10px}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-title{margin-bottom:2px;font-size:11px;font-weight:700;line-height:14px;color:#ffffffb2}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-text{font-size:14px;line-height:18px;color:#fff}.table-progress-popover .progress-dropdown.credit-dropdown{height:100px}@-webkit-keyframes progressAnimation{0%{height:0px}to{height:220px}}@keyframes progressAnimation{0%{height:0px}to{height:220px}}ngb-popover-window{padding:unset!important;border:unset!important}ngb-popover-window .popover-arrow{display:none!important}ngb-popover-window .popover-body{padding:unset!important}.dispatch-note .popover-body{position:relative;top:-4px;left:-4px}.tooltip{font-size:12px;position:relative}.tooltip.show{opacity:.83}.tooltip.fade:after,.tooltip.fade:before{transform:translateY(-10px);transition:all .15s ease-in-out}.tooltip.fade:hover:after,.tooltip.fade:hover:before{opacity:1;transform:translate(0)}.tooltip-inner{padding:4px 10px;white-space:nowrap;max-width:none;border-radius:3px}.tooltip-inner:empty{padding:0}.placeholder-delete .tooltip-inner{background-color:#f66}.placeholder-delete .arrow:before{border-top-color:#f66}.custom-popup-owners-for-flag .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(126%) translate(-50%)!important;width:130px;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-for-flag .arrow{bottom:-18%;transform:rotate(180deg);left:calc(50% + 2.7rem)}.custom-popup-owners-for-flag .tooltip{opacity:.93!important;width:0}.custom-popup-owners{z-index:999}.custom-popup-owners .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners .tooltip{transform:translateY(-61px)!important}.custom-popup-owners-year{z-index:999}.custom-popup-owners-year .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners-year .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners-year .tooltip{transform:translate(70px,-61px)!important}.custom-popup-owners-info .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-100%) translate(-10%);width:200px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;margin-top:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info .tooltip{opacity:.93;width:0}.custom-popup-owners-info .arrow{display:none}.custom-popup-owners-info #phone-inside{position:relative;right:26px;bottom:0}.custom-popup-owners-info-at .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-108%) translate(-7%);width:270px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info-at .tooltip{opacity:1;width:0}.custom-popup-owners-info-at .arrow{display:none}.custom-popup-owners-for-tag .tooltip-inner{color:#3b3b3b;background-color:#fff;width:100px;border-radius:3px;box-shadow:0 0 3px #0003!important}.custom-popup-owners-for-tag .tooltip{top:5px!important}.custom-popup-owners-for-tag .arrow{bottom:-24%}.align-items-flex-start{justify-content:center;align-items:center}.align-items-flex-end{display:flex;justify-content:center;flex-direction:column;align-self:flex-end;align-items:flex-start}.label-add{align-self:flex-start}.fadeInLoad{animation:fadeInLoad .25s}@keyframes fadeInLoad{0%{opacity:0}to{opacity:1}}.fadeIn{opacity:1;-webkit-transition:.25s;-moz-transition:.25s;-o-transition:.25s;transition:.25s}.thisText:hover .fadeIn{opacity:0}.fadeInLoad{animation-name:example;animation-duration:.25s}@keyframes example{0%{transform:scale(.5)}to{transform:scale(1)}}.tooltip.tooltip-table-icons{left:12px!important;opacity:1}.tooltip.tooltip-table-icons .arrow{display:none!important}.tooltip.tooltip-table-icons .tooltip-inner{border-radius:0 50px 50px;background:#28529f}.tooltip.show{opacity:1;animation:fadeIn ease .5s!important;-webkit-animation:fadeIn ease .5s!important;-moz-animation:fadeIn ease .5s!important;-o-animation:fadeIn ease .5s!important;-ms-animation:fadeIn ease .5s!important}.ta-tooltip{position:absolute;font-size:12px;text-align:center;color:#fff;line-height:22px;z-index:999999!important;opacity:0;white-space:nowrap;transform:scale(.7)}.ta-tooltip.ta-tooltip-show{opacity:.85;transform:scale(1);padding:0 12px}.ta-tooltip.ta-tooltip-bottom-right,.ta-tooltip.ta-tooltip-bottom-right-corner{transform-origin:top left;border-radius:0 15px 15px}.ta-tooltip.ta-tooltip-bottom-left{transform-origin:top right;border-radius:15px 0 15px 15px}@keyframes scaleItem{0%{transform:scale(.4)}to{transform:scale(1)}}.app-ca-main-tooltip{pointer-events:none}.app-ca-main-tooltip .tooltip-inner{padding:0;background-color:transparent;pointer-events:none}.app-ca-main-tooltip .tooltip-inner .tooltip-holder{display:flex;font-size:11px;font-weight:700;border-radius:2px;padding:2px 8px;animation:scaleItem .3s;white-space:normal}.app-ca-main-tooltip .tooltip-inner .tooltip-holder:empty{padding:0}.tooltip-arrow{display:none!important}.trucks.semitruck svg path,.trucks.semisleeper svg path,.trucks.flatbed svg path,.trucks.stepdeck svg path,.trucks.lowboyrgn svg path,.trucks.chassis svg path,.trucks.conestoga svg path,.trucks.sidekit svg path,.trucks.container svg path,.trailers.semitruck svg path,.trailers.semisleeper svg path,.trailers.flatbed svg path,.trailers.stepdeck svg path,.trailers.lowboyrgn svg path,.trailers.chassis svg path,.trailers.conestoga svg path,.trailers.sidekit svg path,.trailers.container svg path{fill:#92b1f5}.trucks.boxtruck svg path,.trucks.reefertruck svg path,.trucks.cargovan svg path,.trucks.dryvan svg path,.trucks.reefer svg path,.trailers.boxtruck svg path,.trailers.reefertruck svg path,.trailers.cargovan svg path,.trailers.dryvan svg path,.trailers.reefer svg path{fill:#fbc88b}.trucks.dumptruck svg path,.trucks.cementtruck svg path,.trucks.garbagetruck svg path,.trucks.enddump svg path,.trucks.bottomdump svg path,.trucks.hopper svg path,.trucks.tanker svg path,.trucks.pneumatictanker svg path,.trailers.dumptruck svg path,.trailers.cementtruck svg path,.trailers.garbagetruck svg path,.trailers.enddump svg path,.trailers.bottomdump svg path,.trailers.hopper svg path,.trailers.tanker svg path,.trailers.pneumatictanker svg path{fill:#ed9292}.trucks.towtruck svg path,.trucks.carhauler svg path,.trucks.spotter svg path,.trucks.carhaulerstigner svg path,.trailers.towtruck svg path,.trailers.carhauler svg path,.trailers.spotter svg path,.trailers.carhaulerstigner svg path{fill:#86c9c3}.trucks .svgtext-template-text,.trailers .svgtext-template-text{color:#fff;transition:color .3s ease-in-out}.colors .black svg #droplet{fill:#6c6c6c}.colors .brown svg #droplet{fill:#a1887f}.colors .darkgreen svg #droplet{fill:#4db6a2}.colors .lightgreen svg #droplet{fill:#81c784}.colors .darkblue svg #droplet{fill:#546fd2}.colors .lightblue svg #droplet{fill:#64b5f6}.colors .gray svg #droplet{fill:#aaa}.colors .purple svg #droplet{fill:#ba68c8}.colors .gold svg #droplet{fill:#bcad79}.colors .silver svg #droplet{fill:#dadada}.colors .red svg #droplet{fill:#f96b69}.colors .pink svg #droplet{fill:#f26ec2}.colors .white svg #droplet{fill:#f1f1f1}.colors .orange svg #droplet{fill:#ff8a65}.colors .yellow svg #droplet{fill:#ffd54f}.colors:hover{transition:all .3s ease-in-out}.colors:hover .black svg #droplet{fill:#3c3c3c}.colors:hover .brown svg #droplet{fill:#8d6e63}.colors:hover .darkgreen svg #droplet{fill:#26a690}.colors:hover .lightgreen svg #droplet{fill:#66bb6a}.colors:hover .darkblue svg #droplet{fill:#304fc1}.colors:hover .lightblue svg #droplet{fill:#42a5f5}.colors:hover .gray svg #droplet{fill:#919191}.colors:hover .purple svg #droplet{fill:#ab47bc}.colors:hover .gold svg #droplet{fill:#aa9c6e}.colors:hover .silver svg #droplet{fill:#b7b7b7}.colors:hover .red svg #droplet{fill:#ef5350}.colors:hover .pink svg #droplet{fill:#fa4daa}.colors:hover .white svg #droplet{fill:#fff}.colors:hover .orange svg #droplet{fill:#ff7043}.colors:hover .yellow svg #droplet{fill:#ffca28}.text-color-black{color:#424242!important}.text-color-black::-moz-selection{background-color:#42424233!important;color:#424242!important}.text-color-black::selection{background-color:#42424233!important;color:#424242!important}.text-color-black-2{color:#2f2f2f!important}.text-color-black-2::-moz-selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-black-2::selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-muted{color:#919191!important}.text-color-muted::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-muted::selection{background-color:#91919133!important;color:#919191!important}.text-color-green{color:#56b4ac!important}.text-color-green::-moz-selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green::selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green-2{color:#259f94!important}.text-color-green-2::-moz-selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-2::selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-4{color:#86c9c3!important}.text-color-green-4::-moz-selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-green-4::selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-blue-13{color:#6692f1!important}.text-color-blue-13::-moz-selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-13::selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-16{color:#e9effd!important}.text-color-blue-16::-moz-selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-16::selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-18{color:#3b73ed!important}.text-color-blue-18::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-18::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-19{color:#92b1f5!important}.text-color-blue-19::-moz-selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-blue-19::selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-red-10{color:#e66767!important}.text-color-red-10::-moz-selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-10::selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-11{color:#df3c3c!important}.text-color-red-11::-moz-selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-11::selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-13{color:#ed9292!important}.text-color-red-13::-moz-selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-red-13::selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-yellow{color:#fab15c!important}.text-color-yellow::-moz-selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-yellow::selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-purple{color:#b370f0!important}.text-color-purple::-moz-selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-purple::selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-light-grey{color:#e5e5e5!important}.text-color-light-grey::-moz-selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey::selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey-2{color:#aaa!important}.text-color-light-grey-2::-moz-selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-2::selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-6{color:#ccc!important}.text-color-light-grey-6::-moz-selection{background-color:#ccc3!important;color:#ccc!important}.text-color-light-grey-6::selection{background-color:#ccc3!important;color:#ccc!important}.text-color-white{color:#fff!important}.text-color-white::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2{color:#fff!important}.text-color-white-2::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-4{color:#ffffffb2!important}.text-color-white-4::-moz-selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-white-4::selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-bw6-2{color:#6c6c6c!important}.text-color-bw6-2::-moz-selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw6-2::selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw-9{color:#dadada!important}.text-color-bw-9::-moz-selection{background-color:#dadada33!important;color:#dadada!important}.text-color-bw-9::selection{background-color:#dadada33!important;color:#dadada!important}.text-color-grey{color:#919191!important}.text-color-grey::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey::selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::-moz-selection,.text-color-grey .marker-bold-text::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::selection,.text-color-grey .marker-bold-text::selection{background-color:#91919133!important;color:#919191!important}.text-size-11{font-size:11px!important;line-height:14px!important}.text-size-14{font-size:14px!important;line-height:18px!important}.text-size-16{font-size:16px!important;line-height:19px!important}.text-size-18{font-size:18px!important;line-height:22px!important}.text-size-26{font-size:26px!important;line-height:32px!important}.text-size-28{font-size:28px!important;line-height:34px!important}.svg-fill-black svg path,.svg-fill-black svg circle{fill:#424242!important}.svg-fill-white svg path,.svg-fill-white svg circle{fill:#fff!important}.svg-fill-white-2 svg path,.svg-fill-white-2 svg circle{fill:#fff!important}.svg-fill-muted svg path,.svg-fill-muted svg circle{fill:#919191!important}.svg-fill-bw-9 svg path,.svg-fill-bw-9 svg circle{fill:#dadada!important}.svg-fill-light-grey-2 svg path,.svg-fill-light-grey-2 svg circle{fill:#aaa!important}.svg-fill-light-grey-6 svg path,.svg-fill-light-grey-6 svg circle{fill:#ccc!important}.svg-fill-blue-8 svg path,.svg-fill-blue-8 svg circle{fill:#6692f1!important}.svg-fill-blue-13 svg path,.svg-fill-blue-13 svg circle{fill:#6692f1!important}.svg-fill-blue-14 svg path,.svg-fill-blue-14 svg circle{fill:#3b73ed!important}.svg-fill-blue-17 svg path,.svg-fill-blue-17 svg circle{fill:#bed0f9!important}.svg-fill-blue-19 svg path,.svg-fill-blue-19 svg circle{fill:#92b1f5!important}.svg-fill-blue-26 svg path,.svg-fill-blue-26 svg circle{fill:#4dc5eb!important}.svg-fill-green svg path,.svg-fill-green svg circle{fill:#56b4ac!important}.svg-fill-green-2 svg path,.svg-fill-green-2 svg circle{fill:#259f94!important}.svg-fill-green-4 svg path,.svg-fill-green-4 svg circle{fill:#86c9c3!important}.svg-fill-yellow-1 svg path,.svg-fill-yellow-1 svg circle{fill:#fab15c!important}.svg-fill-yellow-4 svg path,.svg-fill-yellow-4 svg circle{fill:#fbc88b!important}.svg-fill-yellow-5 svg path,.svg-fill-yellow-5 svg circle{fill:#f89b2e!important}.svg-fill-white-4 svg path,.svg-fill-white-4 svg circle{fill:#ffffffb2!important}.svg-fill-grey svg path,.svg-fill-grey svg circle{fill:#919191!important}.svg-fill-red-10 svg path,.svg-fill-red-10 svg circle{fill:#e66767!important}.svg-fill-red-11 svg path,.svg-fill-red-11 svg circle{fill:#df3c3c!important}.svg-hover-white svg path{transition:fill .3s ease-in-out}.svg-hover-white:hover svg path{fill:#fff!important}.svg-hover-white-2 svg path{transition:fill .3s ease-in-out}.svg-hover-white-2:hover svg path{fill:#fff!important}.svg-hover-muted svg path{transition:fill .3s ease-in-out}.svg-hover-muted:hover svg path{fill:#919191!important}.svg-hover-grey-4 svg path{transition:fill .3s ease-in-out}.svg-hover-grey-4:hover svg path{fill:#ccc!important}.svg-hover-black svg path{transition:fill .3s ease-in-out}.svg-hover-black:hover svg path{fill:#424242!important}.svg-hover-blue-10 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-10:hover svg path{fill:#bed0f9!important}.svg-hover-blue-15 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-15:hover svg path{fill:#0b49d1!important}.svg-hover-blue-19 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-19:hover svg path{fill:#92b1f5!important}.svg-hover-bw6-2 svg path{transition:fill .3s ease-in-out}.svg-hover-bw6-2:hover svg path{fill:#6c6c6c!important}.svg-hover-trash-red svg path{transition:fill .3s ease-in-out}.svg-hover-trash-red:hover svg path{fill:#ff5050!important}.svg-hover-red-14 svg path{transition:fill .3s ease-in-out}.svg-hover-red-14:hover svg path{fill:#c20c0c!important}.svg-size-10 svg{width:10px;height:10px}.svg-size-12 svg{width:12px;height:12px}.svg-size-14 svg{width:14px;height:14px}.svg-size-16 svg{width:16px;height:16px}.svg-size-18 svg{width:18px;height:18px}.svg-size-22 svg{width:22px;height:22px}.svg-size-26 svg{width:26px;height:26px}.svg-size-44-16 svg{width:44px;height:16px}.background-black{background-color:#424242}.background-black-2{background-color:#2f2f2f}.background-blue-13{background-color:#6692f1}.background-blue-14{background-color:#3b73ed}.background-dark-2{background-color:#91919133}.background-hover-bw2{transition:background-color .3s ease-in-out}.background-hover-bw2:hover{background-color:#eee!important}.background-hover-blue-15{transition:background-color .3s ease-in-out}.background-hover-blue-15:hover{background-color:#0b49d1!important}.br-1{border-radius:1px}.br-2{border-radius:2px}.br-3{border-radius:3px}.br-10{border-radius:10px}.br-circle{border-radius:50%}.padding-2{padding:2px}.padding-4{padding:4px}.padding-y-2{padding-top:2px;padding-bottom:2px}.padding-y-4{padding-top:4px;padding-bottom:4px}.padding-x-4{padding-left:4px;padding-right:4px}.padding-x-5{padding-left:5px;padding-right:5px}.margin-t-4{margin-top:4px}.margin-r-4{margin-right:4px}.margin-b-4{margin-bottom:4px}.margin-t-6{margin-top:6px}.margin-r-6{margin-right:6px}.margin-b-6{margin-bottom:6px}.margin-t-24{margin-top:24px}.margin-r-24{margin-right:24px}.margin-b-24{margin-bottom:24px}.gap-xs{gap:2px}.height-1{height:1px}@keyframes dropdown{0%{margin-top:20px;visibility:hidden;opacity:0}to{opacity:1;margin-top:10px;visibility:visible!important}}@keyframes dropup{0%{margin-top:-19px;visibility:hidden;opacity:0}to{margin-top:inherit;visibility:visible!important}}.filter-dropdown-popover{width:260px}.filter-dropdown-popover-max-height{max-height:360px}.filter-dropdown-list{max-height:260px;overflow-y:auto}.filter-dropdown-list-icon{height:26px;transition:background-color .3s ease-in-out}.filter-dropdown-list-icon-value{height:14px;width:14px}.filter-dropdown-list-icon-remove{display:none}.filter-dropdown-list-icon:hover{background-color:#424242}.filter-dropdown-list-icon:hover .filter-dropdown-icon-count{display:none}.filter-dropdown-list-icon-selected:hover{background-color:#0b49d1}.filter-dropdown-list-item-icons{transition:opacity .3s ease-in-out;opacity:0}.filter-dropdown-list-item-status-circle{height:10px;width:10px}.filter-dropdown-list-item-remove{display:none}.filter-dropdown-list-item:hover{background-color:#424242}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons{opacity:1}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons svg path{fill:var(--svg-fill-color, #e66767)}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove{display:flex}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove svg path{fill:#e66767!important}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-count{display:none!important}.filter-dropdown-icon{height:26px;width:26px}.filter-dropdown-count{height:14px;width:14px}.filter-dropdown-count-remove,.filter-dropdown-count-hover:hover .filter-dropdown-count-value{display:none}.filter-dropdown-count-hover:hover .filter-dropdown-count-remove{display:flex}.filter-dropdown-button{height:26px}.filter-dropdown-footer-button{color:#dadada;transition:color .3s ease-in-out,background-color .3s ease-in-out;height:18px;width:50%}.filter-dropdown-footer-button-set{color:#fff;background-color:#3b73ed}.filter-dropdown-footer-button-set:hover{background-color:#e9effd;color:#0b49d1}.filter-dropdown-footer-button-clear{color:#dadada}.filter-dropdown-footer-button-clear:hover{background-color:#eee;color:#424242}.filter-dropdown-list-badge{min-width:18px}*{margin:0;font-family:Montserrat,sans-serif}html{scroll-behavior:auto!important}.gm-style-iw-chr,.gm-style-iw-tc{display:none}.gm-style .gm-style-iw-c{border-radius:0}.gm-style-iw{overflow-y:auto!important;overflow-x:hidden!important}.gm-style-iw>div{overflow:visible!important}.infoWindow{overflow:hidden!important}.gm-style-iw-d,.gm-style-iw.gm-style-iw-c{max-height:350px!important}::ng-deep .popover{--bs-popover-border-width: 0;--bs-popover-body-padding-y: 0;--bs-popover-body-padding-x: 0}::ng-deep .popover .popover-arrow{display:none}.c-pointer{cursor:pointer}.ca-scroll-bar{overflow-y:scroll}.ca-scroll-bar::-webkit-scrollbar{width:2px}.ca-scroll-bar::-webkit-scrollbar-thumb{background:#ccc;border-radius:1px}.ca-scroll-bar::-webkit-scrollbar-track{background:#2f2f2f}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: CaFilterDropdownComponent, selector: "app-ca-filter-dropdown", inputs: ["type", "config", "bodyTemplate", "isFormChanged", "appliedFiltersCount", "customTitle", "customCancelButton"], outputs: ["setFilter", "handleFiltersClear", "sorting"] }, { kind: "component", type: CaInputDatetimePickerComponent, selector: "ca-input-datetime-picker", inputs: ["inputConfig"], outputs: ["clear", "blurInput", "selectLastOneForSelectionEmitter", "selectLastOneAfterMouseUpEmitter", "onDatePasteEmitter", "onFocusEmitter", "changeSelectionEmmiter", "setSelectionEmmiter"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }] }); }
116
+ }
117
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CaFilterTimeDropdownComponent, decorators: [{
118
+ type: Component,
119
+ args: [{ selector: 'app-ca-filter-time-dropdown', standalone: true, imports: [
120
+ CommonModule,
121
+ CaFilterDropdownComponent,
122
+ CaInputDatetimePickerComponent,
123
+ FormsModule,
124
+ ReactiveFormsModule,
125
+ ], template: "<app-ca-filter-dropdown\n [type]=\"eFilterDropdownEnum.TIME_FILTER\"\n [config]=\"config\"\n [bodyTemplate]=\"timeTemplate\"\n [isFormChanged]=\"isFormValid\"\n [customTitle]=\"isCustomTime && 'Custom Time Range'\"\n [customCancelButton]=\"isCustomTime && 'Back'\"\n [appliedFiltersCount]=\"isFormValid ? 1 : 0\"\n (handleFiltersClear)=\"clearValues()\"\n (setFilter)=\"passFilterValue()\"\n>\n <ng-template #timeTemplate>\n @if (isCustomTime) {\n <form [formGroup]=\"form\">\n <div class=\"d-flex gap-xs margin-t-24 margin-b-24\">\n <ca-input-datetime-picker\n formControlName=\"fromDate\"\n [inputConfig]=\"filterDropdownFields.dateFrom\"\n >\n </ca-input-datetime-picker>\n\n <ca-input-datetime-picker\n formControlName=\"toDate\"\n [inputConfig]=\"filterDropdownFields.dateTo\"\n >\n </ca-input-datetime-picker>\n </div>\n </form>\n } @else {\n <div class=\"d-flex flex-column gap-xs mb-1 margin-t-4\">\n @for (time of timeOptionsArray; track $index) {\n <div class=\"d-flex flex-column gap-xs mb-1 margin-t-4\">\n @for (subtime of time.items; track subtime.label) {\n <div\n class=\"filter-dropdown-list-item padding-4 br-2 d-flex justify-content-between align-items-center c-pointer\"\n (click)=\"selectTime(subtime)\"\n >\n <div\n class=\"text-color-white text-size-14\"\n [class.ca-font-extra-bold]=\"\n selectedTime === subtime.id\n \"\n >\n {{ subtime.label }}\n </div>\n </div>\n }\n </div>\n <div class=\"background-black br-2 height-1\"></div>\n }\n\n <div\n class=\"filter-dropdown-list-item padding-4 br-2 d-flex justify-content-between align-items-center c-pointer\"\n (click)=\"selectCustomTime()\"\n >\n <div\n class=\"text-color-white text-size-14\"\n [class.ca-font-extra-bold]=\"isCustomTime\"\n >\n Custom\n </div>\n </div>\n </div>\n }\n </ng-template>\n</app-ca-filter-dropdown>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap\";@import\"https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css\";.ca-font-thin{font-weight:100!important}.ca-font-extra-light{font-weight:200!important}.ca-font-light{font-weight:300!important}.ca-font-regular{font-weight:400!important}.ca-font-medium{font-weight:500!important}.ca-font-semi-bold{font-weight:600!important}.ca-font-bold{font-weight:700!important}.ca-font-extra-bold{font-weight:800!important}.ca-font-black{font-weight:900!important}.pickup-delivery-popover{top:-38px!important;max-width:340px!important}.pickup-delivery-popover.bs-popover-top{top:auto!important;bottom:-38px!important}.pickup-delivery-popover.bs-popover-top .load-component .assigned-load-holder{order:3;margin-top:4px;margin-bottom:0!important}.pickup-delivery-popover.bs-popover-top .load-component .statusBar{order:2;margin-top:4px}.pickup-delivery-popover.bs-popover-top .load-component .animation-three-tabs{order:1}.gps_dropdown_popover{top:-38px;max-width:494px}.gps_dropdown_popover .popover-body{padding:0}.table-progress-popover{background-color:unset!important;margin-left:-10px}.table-progress-popover .progress-dropdown{margin-top:-6px;width:260px;height:200px;background:#2f2f2f;border-radius:3px;padding:8px;box-shadow:0 0 4px #00000026;overflow:hidden;-webkit-animation:progressAnimation .25s ease-in-out;animation:progressAnimation .25s ease-in-out}.table-progress-popover .progress-dropdown .progress-header .progress-title{font-size:18px;font-weight:600;color:#fff}.table-progress-popover .progress-dropdown .progress-header .progress-title span{font-weight:400}.table-progress-popover .progress-dropdown .progress-header .progress-total{font-size:14px;line-height:17px;color:#fff}.table-progress-popover .progress-dropdown .table-progress-bar-container{width:100%;height:8px;margin-top:6px;border-radius:2px;overflow:hidden}.table-progress-popover .progress-dropdown .table-progress-bar-container .table-progress-bar{height:100%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-dual-info-container .progress-info-container{width:50%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container{margin-top:10px}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-title{margin-bottom:2px;font-size:11px;font-weight:700;line-height:14px;color:#ffffffb2}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-text{font-size:14px;line-height:18px;color:#fff}.table-progress-popover .progress-dropdown.credit-dropdown{height:100px}@-webkit-keyframes progressAnimation{0%{height:0px}to{height:220px}}@keyframes progressAnimation{0%{height:0px}to{height:220px}}ngb-popover-window{padding:unset!important;border:unset!important}ngb-popover-window .popover-arrow{display:none!important}ngb-popover-window .popover-body{padding:unset!important}.dispatch-note .popover-body{position:relative;top:-4px;left:-4px}.tooltip{font-size:12px;position:relative}.tooltip.show{opacity:.83}.tooltip.fade:after,.tooltip.fade:before{transform:translateY(-10px);transition:all .15s ease-in-out}.tooltip.fade:hover:after,.tooltip.fade:hover:before{opacity:1;transform:translate(0)}.tooltip-inner{padding:4px 10px;white-space:nowrap;max-width:none;border-radius:3px}.tooltip-inner:empty{padding:0}.placeholder-delete .tooltip-inner{background-color:#f66}.placeholder-delete .arrow:before{border-top-color:#f66}.custom-popup-owners-for-flag .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(126%) translate(-50%)!important;width:130px;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-for-flag .arrow{bottom:-18%;transform:rotate(180deg);left:calc(50% + 2.7rem)}.custom-popup-owners-for-flag .tooltip{opacity:.93!important;width:0}.custom-popup-owners{z-index:999}.custom-popup-owners .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners .tooltip{transform:translateY(-61px)!important}.custom-popup-owners-year{z-index:999}.custom-popup-owners-year .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners-year .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners-year .tooltip{transform:translate(70px,-61px)!important}.custom-popup-owners-info .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-100%) translate(-10%);width:200px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;margin-top:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info .tooltip{opacity:.93;width:0}.custom-popup-owners-info .arrow{display:none}.custom-popup-owners-info #phone-inside{position:relative;right:26px;bottom:0}.custom-popup-owners-info-at .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-108%) translate(-7%);width:270px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info-at .tooltip{opacity:1;width:0}.custom-popup-owners-info-at .arrow{display:none}.custom-popup-owners-for-tag .tooltip-inner{color:#3b3b3b;background-color:#fff;width:100px;border-radius:3px;box-shadow:0 0 3px #0003!important}.custom-popup-owners-for-tag .tooltip{top:5px!important}.custom-popup-owners-for-tag .arrow{bottom:-24%}.align-items-flex-start{justify-content:center;align-items:center}.align-items-flex-end{display:flex;justify-content:center;flex-direction:column;align-self:flex-end;align-items:flex-start}.label-add{align-self:flex-start}.fadeInLoad{animation:fadeInLoad .25s}@keyframes fadeInLoad{0%{opacity:0}to{opacity:1}}.fadeIn{opacity:1;-webkit-transition:.25s;-moz-transition:.25s;-o-transition:.25s;transition:.25s}.thisText:hover .fadeIn{opacity:0}.fadeInLoad{animation-name:example;animation-duration:.25s}@keyframes example{0%{transform:scale(.5)}to{transform:scale(1)}}.tooltip.tooltip-table-icons{left:12px!important;opacity:1}.tooltip.tooltip-table-icons .arrow{display:none!important}.tooltip.tooltip-table-icons .tooltip-inner{border-radius:0 50px 50px;background:#28529f}.tooltip.show{opacity:1;animation:fadeIn ease .5s!important;-webkit-animation:fadeIn ease .5s!important;-moz-animation:fadeIn ease .5s!important;-o-animation:fadeIn ease .5s!important;-ms-animation:fadeIn ease .5s!important}.ta-tooltip{position:absolute;font-size:12px;text-align:center;color:#fff;line-height:22px;z-index:999999!important;opacity:0;white-space:nowrap;transform:scale(.7)}.ta-tooltip.ta-tooltip-show{opacity:.85;transform:scale(1);padding:0 12px}.ta-tooltip.ta-tooltip-bottom-right,.ta-tooltip.ta-tooltip-bottom-right-corner{transform-origin:top left;border-radius:0 15px 15px}.ta-tooltip.ta-tooltip-bottom-left{transform-origin:top right;border-radius:15px 0 15px 15px}@keyframes scaleItem{0%{transform:scale(.4)}to{transform:scale(1)}}.app-ca-main-tooltip{pointer-events:none}.app-ca-main-tooltip .tooltip-inner{padding:0;background-color:transparent;pointer-events:none}.app-ca-main-tooltip .tooltip-inner .tooltip-holder{display:flex;font-size:11px;font-weight:700;border-radius:2px;padding:2px 8px;animation:scaleItem .3s;white-space:normal}.app-ca-main-tooltip .tooltip-inner .tooltip-holder:empty{padding:0}.tooltip-arrow{display:none!important}.trucks.semitruck svg path,.trucks.semisleeper svg path,.trucks.flatbed svg path,.trucks.stepdeck svg path,.trucks.lowboyrgn svg path,.trucks.chassis svg path,.trucks.conestoga svg path,.trucks.sidekit svg path,.trucks.container svg path,.trailers.semitruck svg path,.trailers.semisleeper svg path,.trailers.flatbed svg path,.trailers.stepdeck svg path,.trailers.lowboyrgn svg path,.trailers.chassis svg path,.trailers.conestoga svg path,.trailers.sidekit svg path,.trailers.container svg path{fill:#92b1f5}.trucks.boxtruck svg path,.trucks.reefertruck svg path,.trucks.cargovan svg path,.trucks.dryvan svg path,.trucks.reefer svg path,.trailers.boxtruck svg path,.trailers.reefertruck svg path,.trailers.cargovan svg path,.trailers.dryvan svg path,.trailers.reefer svg path{fill:#fbc88b}.trucks.dumptruck svg path,.trucks.cementtruck svg path,.trucks.garbagetruck svg path,.trucks.enddump svg path,.trucks.bottomdump svg path,.trucks.hopper svg path,.trucks.tanker svg path,.trucks.pneumatictanker svg path,.trailers.dumptruck svg path,.trailers.cementtruck svg path,.trailers.garbagetruck svg path,.trailers.enddump svg path,.trailers.bottomdump svg path,.trailers.hopper svg path,.trailers.tanker svg path,.trailers.pneumatictanker svg path{fill:#ed9292}.trucks.towtruck svg path,.trucks.carhauler svg path,.trucks.spotter svg path,.trucks.carhaulerstigner svg path,.trailers.towtruck svg path,.trailers.carhauler svg path,.trailers.spotter svg path,.trailers.carhaulerstigner svg path{fill:#86c9c3}.trucks .svgtext-template-text,.trailers .svgtext-template-text{color:#fff;transition:color .3s ease-in-out}.colors .black svg #droplet{fill:#6c6c6c}.colors .brown svg #droplet{fill:#a1887f}.colors .darkgreen svg #droplet{fill:#4db6a2}.colors .lightgreen svg #droplet{fill:#81c784}.colors .darkblue svg #droplet{fill:#546fd2}.colors .lightblue svg #droplet{fill:#64b5f6}.colors .gray svg #droplet{fill:#aaa}.colors .purple svg #droplet{fill:#ba68c8}.colors .gold svg #droplet{fill:#bcad79}.colors .silver svg #droplet{fill:#dadada}.colors .red svg #droplet{fill:#f96b69}.colors .pink svg #droplet{fill:#f26ec2}.colors .white svg #droplet{fill:#f1f1f1}.colors .orange svg #droplet{fill:#ff8a65}.colors .yellow svg #droplet{fill:#ffd54f}.colors:hover{transition:all .3s ease-in-out}.colors:hover .black svg #droplet{fill:#3c3c3c}.colors:hover .brown svg #droplet{fill:#8d6e63}.colors:hover .darkgreen svg #droplet{fill:#26a690}.colors:hover .lightgreen svg #droplet{fill:#66bb6a}.colors:hover .darkblue svg #droplet{fill:#304fc1}.colors:hover .lightblue svg #droplet{fill:#42a5f5}.colors:hover .gray svg #droplet{fill:#919191}.colors:hover .purple svg #droplet{fill:#ab47bc}.colors:hover .gold svg #droplet{fill:#aa9c6e}.colors:hover .silver svg #droplet{fill:#b7b7b7}.colors:hover .red svg #droplet{fill:#ef5350}.colors:hover .pink svg #droplet{fill:#fa4daa}.colors:hover .white svg #droplet{fill:#fff}.colors:hover .orange svg #droplet{fill:#ff7043}.colors:hover .yellow svg #droplet{fill:#ffca28}.text-color-black{color:#424242!important}.text-color-black::-moz-selection{background-color:#42424233!important;color:#424242!important}.text-color-black::selection{background-color:#42424233!important;color:#424242!important}.text-color-black-2{color:#2f2f2f!important}.text-color-black-2::-moz-selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-black-2::selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-muted{color:#919191!important}.text-color-muted::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-muted::selection{background-color:#91919133!important;color:#919191!important}.text-color-green{color:#56b4ac!important}.text-color-green::-moz-selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green::selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green-2{color:#259f94!important}.text-color-green-2::-moz-selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-2::selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-4{color:#86c9c3!important}.text-color-green-4::-moz-selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-green-4::selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-blue-13{color:#6692f1!important}.text-color-blue-13::-moz-selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-13::selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-16{color:#e9effd!important}.text-color-blue-16::-moz-selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-16::selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-18{color:#3b73ed!important}.text-color-blue-18::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-18::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-19{color:#92b1f5!important}.text-color-blue-19::-moz-selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-blue-19::selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-red-10{color:#e66767!important}.text-color-red-10::-moz-selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-10::selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-11{color:#df3c3c!important}.text-color-red-11::-moz-selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-11::selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-13{color:#ed9292!important}.text-color-red-13::-moz-selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-red-13::selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-yellow{color:#fab15c!important}.text-color-yellow::-moz-selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-yellow::selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-purple{color:#b370f0!important}.text-color-purple::-moz-selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-purple::selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-light-grey{color:#e5e5e5!important}.text-color-light-grey::-moz-selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey::selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey-2{color:#aaa!important}.text-color-light-grey-2::-moz-selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-2::selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-6{color:#ccc!important}.text-color-light-grey-6::-moz-selection{background-color:#ccc3!important;color:#ccc!important}.text-color-light-grey-6::selection{background-color:#ccc3!important;color:#ccc!important}.text-color-white{color:#fff!important}.text-color-white::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2{color:#fff!important}.text-color-white-2::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-4{color:#ffffffb2!important}.text-color-white-4::-moz-selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-white-4::selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-bw6-2{color:#6c6c6c!important}.text-color-bw6-2::-moz-selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw6-2::selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw-9{color:#dadada!important}.text-color-bw-9::-moz-selection{background-color:#dadada33!important;color:#dadada!important}.text-color-bw-9::selection{background-color:#dadada33!important;color:#dadada!important}.text-color-grey{color:#919191!important}.text-color-grey::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey::selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::-moz-selection,.text-color-grey .marker-bold-text::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::selection,.text-color-grey .marker-bold-text::selection{background-color:#91919133!important;color:#919191!important}.text-size-11{font-size:11px!important;line-height:14px!important}.text-size-14{font-size:14px!important;line-height:18px!important}.text-size-16{font-size:16px!important;line-height:19px!important}.text-size-18{font-size:18px!important;line-height:22px!important}.text-size-26{font-size:26px!important;line-height:32px!important}.text-size-28{font-size:28px!important;line-height:34px!important}.svg-fill-black svg path,.svg-fill-black svg circle{fill:#424242!important}.svg-fill-white svg path,.svg-fill-white svg circle{fill:#fff!important}.svg-fill-white-2 svg path,.svg-fill-white-2 svg circle{fill:#fff!important}.svg-fill-muted svg path,.svg-fill-muted svg circle{fill:#919191!important}.svg-fill-bw-9 svg path,.svg-fill-bw-9 svg circle{fill:#dadada!important}.svg-fill-light-grey-2 svg path,.svg-fill-light-grey-2 svg circle{fill:#aaa!important}.svg-fill-light-grey-6 svg path,.svg-fill-light-grey-6 svg circle{fill:#ccc!important}.svg-fill-blue-8 svg path,.svg-fill-blue-8 svg circle{fill:#6692f1!important}.svg-fill-blue-13 svg path,.svg-fill-blue-13 svg circle{fill:#6692f1!important}.svg-fill-blue-14 svg path,.svg-fill-blue-14 svg circle{fill:#3b73ed!important}.svg-fill-blue-17 svg path,.svg-fill-blue-17 svg circle{fill:#bed0f9!important}.svg-fill-blue-19 svg path,.svg-fill-blue-19 svg circle{fill:#92b1f5!important}.svg-fill-blue-26 svg path,.svg-fill-blue-26 svg circle{fill:#4dc5eb!important}.svg-fill-green svg path,.svg-fill-green svg circle{fill:#56b4ac!important}.svg-fill-green-2 svg path,.svg-fill-green-2 svg circle{fill:#259f94!important}.svg-fill-green-4 svg path,.svg-fill-green-4 svg circle{fill:#86c9c3!important}.svg-fill-yellow-1 svg path,.svg-fill-yellow-1 svg circle{fill:#fab15c!important}.svg-fill-yellow-4 svg path,.svg-fill-yellow-4 svg circle{fill:#fbc88b!important}.svg-fill-yellow-5 svg path,.svg-fill-yellow-5 svg circle{fill:#f89b2e!important}.svg-fill-white-4 svg path,.svg-fill-white-4 svg circle{fill:#ffffffb2!important}.svg-fill-grey svg path,.svg-fill-grey svg circle{fill:#919191!important}.svg-fill-red-10 svg path,.svg-fill-red-10 svg circle{fill:#e66767!important}.svg-fill-red-11 svg path,.svg-fill-red-11 svg circle{fill:#df3c3c!important}.svg-hover-white svg path{transition:fill .3s ease-in-out}.svg-hover-white:hover svg path{fill:#fff!important}.svg-hover-white-2 svg path{transition:fill .3s ease-in-out}.svg-hover-white-2:hover svg path{fill:#fff!important}.svg-hover-muted svg path{transition:fill .3s ease-in-out}.svg-hover-muted:hover svg path{fill:#919191!important}.svg-hover-grey-4 svg path{transition:fill .3s ease-in-out}.svg-hover-grey-4:hover svg path{fill:#ccc!important}.svg-hover-black svg path{transition:fill .3s ease-in-out}.svg-hover-black:hover svg path{fill:#424242!important}.svg-hover-blue-10 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-10:hover svg path{fill:#bed0f9!important}.svg-hover-blue-15 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-15:hover svg path{fill:#0b49d1!important}.svg-hover-blue-19 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-19:hover svg path{fill:#92b1f5!important}.svg-hover-bw6-2 svg path{transition:fill .3s ease-in-out}.svg-hover-bw6-2:hover svg path{fill:#6c6c6c!important}.svg-hover-trash-red svg path{transition:fill .3s ease-in-out}.svg-hover-trash-red:hover svg path{fill:#ff5050!important}.svg-hover-red-14 svg path{transition:fill .3s ease-in-out}.svg-hover-red-14:hover svg path{fill:#c20c0c!important}.svg-size-10 svg{width:10px;height:10px}.svg-size-12 svg{width:12px;height:12px}.svg-size-14 svg{width:14px;height:14px}.svg-size-16 svg{width:16px;height:16px}.svg-size-18 svg{width:18px;height:18px}.svg-size-22 svg{width:22px;height:22px}.svg-size-26 svg{width:26px;height:26px}.svg-size-44-16 svg{width:44px;height:16px}.background-black{background-color:#424242}.background-black-2{background-color:#2f2f2f}.background-blue-13{background-color:#6692f1}.background-blue-14{background-color:#3b73ed}.background-dark-2{background-color:#91919133}.background-hover-bw2{transition:background-color .3s ease-in-out}.background-hover-bw2:hover{background-color:#eee!important}.background-hover-blue-15{transition:background-color .3s ease-in-out}.background-hover-blue-15:hover{background-color:#0b49d1!important}.br-1{border-radius:1px}.br-2{border-radius:2px}.br-3{border-radius:3px}.br-10{border-radius:10px}.br-circle{border-radius:50%}.padding-2{padding:2px}.padding-4{padding:4px}.padding-y-2{padding-top:2px;padding-bottom:2px}.padding-y-4{padding-top:4px;padding-bottom:4px}.padding-x-4{padding-left:4px;padding-right:4px}.padding-x-5{padding-left:5px;padding-right:5px}.margin-t-4{margin-top:4px}.margin-r-4{margin-right:4px}.margin-b-4{margin-bottom:4px}.margin-t-6{margin-top:6px}.margin-r-6{margin-right:6px}.margin-b-6{margin-bottom:6px}.margin-t-24{margin-top:24px}.margin-r-24{margin-right:24px}.margin-b-24{margin-bottom:24px}.gap-xs{gap:2px}.height-1{height:1px}@keyframes dropdown{0%{margin-top:20px;visibility:hidden;opacity:0}to{opacity:1;margin-top:10px;visibility:visible!important}}@keyframes dropup{0%{margin-top:-19px;visibility:hidden;opacity:0}to{margin-top:inherit;visibility:visible!important}}.filter-dropdown-popover{width:260px}.filter-dropdown-popover-max-height{max-height:360px}.filter-dropdown-list{max-height:260px;overflow-y:auto}.filter-dropdown-list-icon{height:26px;transition:background-color .3s ease-in-out}.filter-dropdown-list-icon-value{height:14px;width:14px}.filter-dropdown-list-icon-remove{display:none}.filter-dropdown-list-icon:hover{background-color:#424242}.filter-dropdown-list-icon:hover .filter-dropdown-icon-count{display:none}.filter-dropdown-list-icon-selected:hover{background-color:#0b49d1}.filter-dropdown-list-item-icons{transition:opacity .3s ease-in-out;opacity:0}.filter-dropdown-list-item-status-circle{height:10px;width:10px}.filter-dropdown-list-item-remove{display:none}.filter-dropdown-list-item:hover{background-color:#424242}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons{opacity:1}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons svg path{fill:var(--svg-fill-color, #e66767)}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove{display:flex}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove svg path{fill:#e66767!important}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-count{display:none!important}.filter-dropdown-icon{height:26px;width:26px}.filter-dropdown-count{height:14px;width:14px}.filter-dropdown-count-remove,.filter-dropdown-count-hover:hover .filter-dropdown-count-value{display:none}.filter-dropdown-count-hover:hover .filter-dropdown-count-remove{display:flex}.filter-dropdown-button{height:26px}.filter-dropdown-footer-button{color:#dadada;transition:color .3s ease-in-out,background-color .3s ease-in-out;height:18px;width:50%}.filter-dropdown-footer-button-set{color:#fff;background-color:#3b73ed}.filter-dropdown-footer-button-set:hover{background-color:#e9effd;color:#0b49d1}.filter-dropdown-footer-button-clear{color:#dadada}.filter-dropdown-footer-button-clear:hover{background-color:#eee;color:#424242}.filter-dropdown-list-badge{min-width:18px}*{margin:0;font-family:Montserrat,sans-serif}html{scroll-behavior:auto!important}.gm-style-iw-chr,.gm-style-iw-tc{display:none}.gm-style .gm-style-iw-c{border-radius:0}.gm-style-iw{overflow-y:auto!important;overflow-x:hidden!important}.gm-style-iw>div{overflow:visible!important}.infoWindow{overflow:hidden!important}.gm-style-iw-d,.gm-style-iw.gm-style-iw-c{max-height:350px!important}::ng-deep .popover{--bs-popover-border-width: 0;--bs-popover-body-padding-y: 0;--bs-popover-body-padding-x: 0}::ng-deep .popover .popover-arrow{display:none}.c-pointer{cursor:pointer}.ca-scroll-bar{overflow-y:scroll}.ca-scroll-bar::-webkit-scrollbar{width:2px}.ca-scroll-bar::-webkit-scrollbar-thumb{background:#ccc;border-radius:1px}.ca-scroll-bar::-webkit-scrollbar-track{background:#2f2f2f}\n"] }]
126
+ }], ctorParameters: () => [{ type: i1.FormBuilder }], propDecorators: { subType: [{
127
+ type: Input
128
+ }], setFilter: [{
129
+ type: Output
130
+ }] } });
131
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2EtZmlsdGVyLXRpbWUtZHJvcGRvd24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtbmV3LWZpbHRlci9jb21wb25lbnRzL2NhLWZpbHRlci10aW1lLWRyb3Bkb3duL2NhLWZpbHRlci10aW1lLWRyb3Bkb3duLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLW5ldy1maWx0ZXIvY29tcG9uZW50cy9jYS1maWx0ZXItdGltZS1kcm9wZG93bi9jYS1maWx0ZXItdGltZS1kcm9wZG93bi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFVLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMvRSxPQUFPLEVBRUgsV0FBVyxFQUNYLFNBQVMsRUFDVCxXQUFXLEVBQ1gsbUJBQW1CLEVBQ25CLFVBQVUsR0FDYixNQUFNLGdCQUFnQixDQUFDO0FBRXhCLFFBQVE7QUFDUixPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxhQUFhLENBQUM7QUFDbEQsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFLaEUsVUFBVTtBQUNWLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBQ3hFLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBRXZELGFBQWE7QUFDYixPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQztBQUMvRSxPQUFPLEVBQUUsOEJBQThCLEVBQUUsTUFBTSxzRUFBc0UsQ0FBQztBQUl0SCxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUUxRCxTQUFTO0FBQ1QsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0scUJBQXFCLENBQUM7OztBQWUzRCxNQUFNLE9BQU8sNkJBQTZCO0lBQ3RDLElBQ0ksT0FBTyxDQUFDLEtBQXNCO1FBQzlCLElBQUksQ0FBQyxRQUFRLEdBQUcsS0FBSyxDQUFDO0lBQzFCLENBQUM7SUFzQkQsWUFBb0IsRUFBZTtRQUFmLE9BQUUsR0FBRixFQUFFLENBQWE7UUFwQnpCLGNBQVMsR0FBZ0MsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUUvRCx3QkFBbUIsR0FBRyxtQkFBbUIsQ0FBQztRQUMxQyxXQUFNLEdBQUcsd0JBQXdCLENBQUMsVUFBVSxDQUFDO1FBSTdDLHFCQUFnQixHQUFtQixFQUFFLENBQUM7UUFDdEMsaUJBQVksR0FBVyxDQUFDLENBQUMsQ0FBQztRQUMxQixpQkFBWSxHQUFZLEtBQUssQ0FBQztRQUU5QixTQUFJLEdBQUcsSUFBSSxTQUFTLENBQUM7WUFDeEIsUUFBUSxFQUFFLElBQUksV0FBVyxDQUFDLFNBQVMsRUFBRSxDQUFDLFVBQVUsQ0FBQyxRQUFRLENBQUMsQ0FBQztZQUMzRCxNQUFNLEVBQUUsSUFBSSxXQUFXLENBQUMsU0FBUyxFQUFFLENBQUMsVUFBVSxDQUFDLFFBQVEsQ0FBQyxDQUFDO1NBQzVELENBQUMsQ0FBQztRQUVJLHlCQUFvQixHQUFHLG9CQUFvQixDQUFDO1FBRTNDLGFBQVEsR0FBb0IsdUJBQXVCLENBQUMsSUFBSSxDQUFDO0lBRTNCLENBQUM7SUFFdkMsSUFBSSxXQUFXO1FBQ1gsSUFBSSxJQUFJLENBQUMsWUFBWSxHQUFHLENBQUMsRUFBRSxDQUFDO1lBQ3hCLE9BQU8sSUFBSSxDQUFDO1FBQ2hCLENBQUM7UUFFRCxPQUFPLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDO0lBQzNCLENBQUM7SUFFRCxRQUFRO1FBQ0osSUFBSSxDQUFDLGNBQWMsRUFBRSxDQUFDO1FBQ3RCLElBQUksQ0FBQyxlQUFlLEVBQUUsQ0FBQztRQUN2QixJQUFJLENBQUMsWUFBWSxFQUFFLENBQUM7SUFDeEIsQ0FBQztJQUVNLFVBQVUsQ0FBQyxJQUFtQztRQUNqRCxJQUFJLENBQUMsWUFBWSxHQUFHLElBQUksQ0FBQyxFQUFFLENBQUM7UUFDNUIsSUFBSSxDQUFDLFlBQVksR0FBRyxLQUFLLENBQUM7SUFDOUIsQ0FBQztJQUVNLGdCQUFnQjtRQUNuQixJQUFJLENBQUMsWUFBWSxHQUFHLENBQUMsQ0FBQyxDQUFDO1FBQ3ZCLElBQUksQ0FBQyxZQUFZLEdBQUcsSUFBSSxDQUFDO0lBQzdCLENBQUM7SUFFTSxXQUFXO1FBQ2QsSUFBSSxJQUFJLENBQUMsWUFBWSxFQUFFLENBQUM7WUFDcEIsSUFBSSxDQUFDLFlBQVksR0FBRyxLQUFLLENBQUM7WUFDMUIsT0FBTztRQUNYLENBQUM7UUFFRCxJQUFJLENBQUMsWUFBWSxHQUFHLENBQUMsQ0FBQyxDQUFDO1FBQ3ZCLElBQUksQ0FBQyxZQUFZLEdBQUcsS0FBSyxDQUFDO1FBRTFCLElBQUksQ0FBQyxVQUFVLENBQUM7WUFDWixRQUFRLEVBQUUsSUFBSTtZQUNkLE1BQU0sRUFBRSxJQUFJO1NBQ2YsQ0FBQyxDQUFDO0lBQ1AsQ0FBQztJQUVNLGVBQWU7UUFDbEIsSUFBSSxJQUFJLENBQUMsWUFBWSxFQUFFLENBQUM7WUFDcEIsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUM7Z0JBQ2hCLFVBQVUsRUFBRSxtQkFBbUIsQ0FBQyxXQUFXO2dCQUMzQyxXQUFXLEVBQUUsSUFBSSxDQUFDLElBQUksQ0FBQyxLQUFZO2FBQ3RDLENBQUMsQ0FBQztRQUNQLENBQUM7YUFBTSxDQUFDO1lBQ0osTUFBTSxTQUFTLEdBQUcsSUFBSSxDQUFDLGdCQUFnQjtpQkFDbEMsT0FBTyxDQUFDLENBQUMsTUFBTSxFQUFFLEVBQUUsQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDO2lCQUNqQyxJQUFJLENBQUMsQ0FBQyxJQUFJLEVBQUUsRUFBRSxDQUFDLElBQUksQ0FBQyxFQUFFLEtBQUssSUFBSSxDQUFDLFlBQVksQ0FBQyxDQUFDO1lBRW5ELE1BQU0sRUFBRSxRQUFRLEVBQUUsTUFBTSxFQUFFLEdBQUcsSUFBSSxDQUFDLGlCQUFpQixDQUMvQyxTQUFTLEVBQUUsS0FBZSxFQUMxQixTQUFTLEVBQUUsSUFBYyxDQUM1QixDQUFDO1lBRUYsSUFBSSxDQUFDLFFBQVEsQ0FBQyxVQUFVLENBQUMsRUFBRSxRQUFRLEVBQUUsTUFBTSxFQUFFLENBQUMsQ0FBQztZQUUvQyxJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDekMsQ0FBQztJQUNMLENBQUM7SUFFTyxVQUFVLENBQUMsS0FHbEI7UUFDRyxJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQztZQUNoQixVQUFVLEVBQUUsbUJBQW1CLENBQUMsV0FBVztZQUMzQyxXQUFXLEVBQUUsS0FBSztTQUNyQixDQUFDLENBQUM7SUFDUCxDQUFDO0lBRU8sWUFBWTtRQUNoQixJQUFJLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQyxFQUFFLENBQUMsS0FBSyxDQUFDO1lBQzFCLFFBQVEsRUFBRSxDQUFDLElBQUksQ0FBQztZQUNoQixNQUFNLEVBQUUsQ0FBQyxJQUFJLENBQUM7U0FDakIsQ0FBQyxDQUFDO0lBQ1AsQ0FBQztJQUVPLGlCQUFpQixDQUNyQixNQUFjLEVBQ2QsSUFBYTtRQUViLE9BQU8sZ0JBQWdCLENBQUMsaUJBQWlCLENBQUMsTUFBTSxFQUFFLElBQUksQ0FBQyxDQUFDO0lBQzVELENBQUM7SUFFTyxjQUFjO1FBQ2xCLE1BQU0sSUFBSSxHQUFHLElBQUksSUFBSSxFQUFFLENBQUM7UUFDeEIsTUFBTSxRQUFRLEdBQUcsSUFBSSxDQUFDLFdBQVcsRUFBRSxHQUFHLENBQUMsQ0FBQztRQUN4QyxNQUFNLFNBQVMsR0FBRyxJQUFJLENBQUMsV0FBVyxFQUFFLEdBQUcsQ0FBQyxDQUFDO1FBRXpDLElBQUksQ0FBQyxRQUFRLEdBQUcsUUFBUSxDQUFDO1FBQ3pCLElBQUksQ0FBQyxVQUFVLEdBQUcsU0FBUyxDQUFDO0lBQ2hDLENBQUM7SUFFTyxlQUFlO1FBQ25CLElBQUksSUFBSSxDQUFDLFFBQVEsS0FBSyx1QkFBdUIsQ0FBQyxJQUFJO1lBQzlDLElBQUksQ0FBQyxnQkFBZ0IsR0FBRyxtQkFBbUIsQ0FBQyxrQkFBa0IsQ0FDMUQsSUFBSSxDQUFDLFFBQVMsQ0FBQyxRQUFRLEVBQUUsRUFDekIsSUFBSSxDQUFDLFVBQVcsQ0FBQyxRQUFRLEVBQUUsQ0FDOUIsQ0FBQzthQUNELElBQUksSUFBSSxDQUFDLFFBQVEsS0FBSyx1QkFBdUIsQ0FBQyxNQUFNO1lBQ3JELElBQUksQ0FBQyxnQkFBZ0IsR0FBRyxtQkFBbUIsQ0FBQyxvQkFBb0IsRUFBRSxDQUFDOztZQUNsRSxJQUFJLENBQUMsZ0JBQWdCLEdBQUcsbUJBQW1CLENBQUMsbUJBQW1CLEVBQUUsQ0FBQztJQUMzRSxDQUFDOytHQW5JUSw2QkFBNkI7bUdBQTdCLDZCQUE2Qiw0SkM5QzFDLGkxRkFrRUEsMjV2QkQ3QlEsWUFBWSwrQkFDWix5QkFBeUIscVBBQ3pCLDhCQUE4QiwrUkFDOUIsV0FBVywyWUFDWCxtQkFBbUI7OzRGQUtkLDZCQUE2QjtrQkFiekMsU0FBUzsrQkFDSSw2QkFBNkIsY0FDM0IsSUFBSSxXQUNQO3dCQUNMLFlBQVk7d0JBQ1oseUJBQXlCO3dCQUN6Qiw4QkFBOEI7d0JBQzlCLFdBQVc7d0JBQ1gsbUJBQW1CO3FCQUN0QjtnRkFNRyxPQUFPO3NCQURWLEtBQUs7Z0JBS0ksU0FBUztzQkFBbEIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE9uSW5pdCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge1xuICAgIEZvcm1CdWlsZGVyLFxuICAgIEZvcm1Db250cm9sLFxuICAgIEZvcm1Hcm91cCxcbiAgICBGb3Jtc01vZHVsZSxcbiAgICBSZWFjdGl2ZUZvcm1zTW9kdWxlLFxuICAgIFZhbGlkYXRvcnMsXG59IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcblxuLy8gRW51bXNcbmltcG9ydCB7IGVGaWx0ZXJEcm9wZG93bkVudW0gfSBmcm9tICcuLi8uLi9lbnVtcyc7XG5pbXBvcnQgeyBUb29sYmFyRmlsdGVyU3RyaW5nRW51bSB9IGZyb20gJy4uLy4uLy4uL2NhLW1hcC9lbnVtcyc7XG5cbi8vIEludGVyZmFjZXNcbmltcG9ydCB7IElGaWx0ZXJBY3Rpb24sIElUaW1lT3B0aW9ucyB9IGZyb20gJy4uLy4uL2ludGVyZmFjZSc7XG5cbi8vIEhlbHBlcnNcbmltcG9ydCB7IFRpbWVGaWx0ZXJDb25zdGFudHMgfSBmcm9tICcuLi8uLi8uLi9jYS1maWx0ZXJzL3V0aWxzL2hlbHBlcnMnO1xuaW1wb3J0IHsgVGltZUZpbHRlckhlbHBlciB9IGZyb20gJy4uLy4uL3V0aWxzL2hlbHBlcnMnO1xuXG4vLyBDb21wb25lbnRzXG5pbXBvcnQgeyBDYUZpbHRlckRyb3Bkb3duQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vY2EtZmlsdGVyLWRyb3Bkb3duLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYUlucHV0RGF0ZXRpbWVQaWNrZXJDb21wb25lbnQgfSBmcm9tICcuLi8uLi8uLi9jYS1pbnB1dC1kYXRldGltZS1waWNrZXIvY2EtaW5wdXQtZGF0ZXRpbWUtcGlja2VyLmNvbXBvbmVudCc7XG5cbi8vIFR5cGVzXG5pbXBvcnQgeyBGaWx0ZXJUaW1lVHlwZXMgfSBmcm9tICcuLi8uLi90eXBlcyc7XG5pbXBvcnQgeyBGaWx0ZXJEcm9wZG93bkljb25zQ29uc3QgfSBmcm9tICcuLi8uLi9jb25zdGFudCc7XG5cbi8vIEZpZWxkc1xuaW1wb3J0IHsgRmlsdGVyRHJvcGRvd25GaWVsZHMgfSBmcm9tICcuLi8uLi91dGlscy9jb25maWdzJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdhcHAtY2EtZmlsdGVyLXRpbWUtZHJvcGRvd24nLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgaW1wb3J0czogW1xuICAgICAgICBDb21tb25Nb2R1bGUsXG4gICAgICAgIENhRmlsdGVyRHJvcGRvd25Db21wb25lbnQsXG4gICAgICAgIENhSW5wdXREYXRldGltZVBpY2tlckNvbXBvbmVudCxcbiAgICAgICAgRm9ybXNNb2R1bGUsXG4gICAgICAgIFJlYWN0aXZlRm9ybXNNb2R1bGUsXG4gICAgXSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vY2EtZmlsdGVyLXRpbWUtZHJvcGRvd24uY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsOiAnLi9jYS1maWx0ZXItdGltZS1kcm9wZG93bi5jb21wb25lbnQuc2NzcycsXG59KVxuZXhwb3J0IGNsYXNzIENhRmlsdGVyVGltZURyb3Bkb3duQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcbiAgICBASW5wdXQoKVxuICAgIHNldCBzdWJUeXBlKHZhbHVlOiBGaWx0ZXJUaW1lVHlwZXMpIHtcbiAgICAgICAgdGhpcy5fc3ViVHlwZSA9IHZhbHVlO1xuICAgIH1cblxuICAgIEBPdXRwdXQoKSBzZXRGaWx0ZXI6IEV2ZW50RW1pdHRlcjxJRmlsdGVyQWN0aW9uPiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcblxuICAgIHB1YmxpYyBlRmlsdGVyRHJvcGRvd25FbnVtID0gZUZpbHRlckRyb3Bkb3duRW51bTtcbiAgICBwdWJsaWMgY29uZmlnID0gRmlsdGVyRHJvcGRvd25JY29uc0NvbnN0LlRpbWVGaWx0ZXI7XG5cbiAgICBwdWJsaWMgbGFzdFllYXIhOiBudW1iZXI7XG4gICAgcHVibGljIGxhc3QyWWVhcnMhOiBudW1iZXI7XG4gICAgcHVibGljIHRpbWVPcHRpb25zQXJyYXk6IElUaW1lT3B0aW9uc1tdID0gW107XG4gICAgcHVibGljIHNlbGVjdGVkVGltZTogbnVtYmVyID0gLTE7XG4gICAgcHVibGljIGlzQ3VzdG9tVGltZTogYm9vbGVhbiA9IGZhbHNlO1xuICAgIHB1YmxpYyBkYXRlRm9ybSE6IEZvcm1Hcm91cDtcbiAgICBwdWJsaWMgZm9ybSA9IG5ldyBGb3JtR3JvdXAoe1xuICAgICAgICBmcm9tRGF0ZTogbmV3IEZvcm1Db250cm9sKHVuZGVmaW5lZCwgW1ZhbGlkYXRvcnMucmVxdWlyZWRdKSxcbiAgICAgICAgdG9EYXRlOiBuZXcgRm9ybUNvbnRyb2wodW5kZWZpbmVkLCBbVmFsaWRhdG9ycy5yZXF1aXJlZF0pLFxuICAgIH0pO1xuXG4gICAgcHVibGljIGZpbHRlckRyb3Bkb3duRmllbGRzID0gRmlsdGVyRHJvcGRvd25GaWVsZHM7XG5cbiAgICBwcml2YXRlIF9zdWJUeXBlOiBGaWx0ZXJUaW1lVHlwZXMgPSBUb29sYmFyRmlsdGVyU3RyaW5nRW51bS5QQVNUO1xuXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSBmYjogRm9ybUJ1aWxkZXIpIHt9XG5cbiAgICBnZXQgaXNGb3JtVmFsaWQoKTogYm9vbGVhbiB7XG4gICAgICAgIGlmICh0aGlzLnNlbGVjdGVkVGltZSA+IDApIHtcbiAgICAgICAgICAgIHJldHVybiB0cnVlO1xuICAgICAgICB9XG5cbiAgICAgICAgcmV0dXJuIHRoaXMuZm9ybS52YWxpZDtcbiAgICB9XG5cbiAgICBuZ09uSW5pdCgpIHtcbiAgICAgICAgdGhpcy50aW1lRmlsdGVySW5pdCgpO1xuICAgICAgICB0aGlzLnRpbWVPcHRpb25zSW5pdCgpO1xuICAgICAgICB0aGlzLmluaXREYXRlRm9ybSgpO1xuICAgIH1cblxuICAgIHB1YmxpYyBzZWxlY3RUaW1lKHRpbWU6IHsgbGFiZWw6IHN0cmluZzsgaWQ6IG51bWJlciB9KSB7XG4gICAgICAgIHRoaXMuc2VsZWN0ZWRUaW1lID0gdGltZS5pZDtcbiAgICAgICAgdGhpcy5pc0N1c3RvbVRpbWUgPSBmYWxzZTtcbiAgICB9XG5cbiAgICBwdWJsaWMgc2VsZWN0Q3VzdG9tVGltZSgpIHtcbiAgICAgICAgdGhpcy5zZWxlY3RlZFRpbWUgPSAtMTtcbiAgICAgICAgdGhpcy5pc0N1c3RvbVRpbWUgPSB0cnVlO1xuICAgIH1cblxuICAgIHB1YmxpYyBjbGVhclZhbHVlcygpOiB2b2lkIHtcbiAgICAgICAgaWYgKHRoaXMuaXNDdXN0b21UaW1lKSB7XG4gICAgICAgICAgICB0aGlzLmlzQ3VzdG9tVGltZSA9IGZhbHNlO1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG5cbiAgICAgICAgdGhpcy5zZWxlY3RlZFRpbWUgPSAtMTtcbiAgICAgICAgdGhpcy5pc0N1c3RvbVRpbWUgPSBmYWxzZTtcblxuICAgICAgICB0aGlzLmVtaXRWYWx1ZXMoe1xuICAgICAgICAgICAgZnJvbURhdGU6IG51bGwsXG4gICAgICAgICAgICB0b0RhdGU6IG51bGwsXG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIHB1YmxpYyBwYXNzRmlsdGVyVmFsdWUoKTogdm9pZCB7XG4gICAgICAgIGlmICh0aGlzLmlzQ3VzdG9tVGltZSkge1xuICAgICAgICAgICAgdGhpcy5zZXRGaWx0ZXIuZW1pdCh7XG4gICAgICAgICAgICAgICAgZmlsdGVyVHlwZTogZUZpbHRlckRyb3Bkb3duRW51bS5USU1FX0ZJTFRFUixcbiAgICAgICAgICAgICAgICBxdWVyeVBhcmFtczogdGhpcy5mb3JtLnZhbHVlIGFzIGFueSxcbiAgICAgICAgICAgIH0pO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgY29uc3QgdGltZUxhYmVsID0gdGhpcy50aW1lT3B0aW9uc0FycmF5XG4gICAgICAgICAgICAgICAgLmZsYXRNYXAoKG9wdGlvbikgPT4gb3B0aW9uLml0ZW1zKVxuICAgICAgICAgICAgICAgIC5maW5kKChpdGVtKSA9PiBpdGVtLmlkID09PSB0aGlzLnNlbGVjdGVkVGltZSk7XG5cbiAgICAgICAgICAgIGNvbnN0IHsgZnJvbURhdGUsIHRvRGF0ZSB9ID0gdGhpcy5jb252ZXJ0VGltZVRvRGF0ZShcbiAgICAgICAgICAgICAgICB0aW1lTGFiZWw/LnZhbHVlIGFzIHN0cmluZyxcbiAgICAgICAgICAgICAgICB0aW1lTGFiZWw/LnllYXIgYXMgbnVtYmVyXG4gICAgICAgICAgICApO1xuXG4gICAgICAgICAgICB0aGlzLmRhdGVGb3JtLnBhdGNoVmFsdWUoeyBmcm9tRGF0ZSwgdG9EYXRlIH0pO1xuXG4gICAgICAgICAgICB0aGlzLmVtaXRWYWx1ZXModGhpcy5kYXRlRm9ybS52YWx1ZSk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBwcml2YXRlIGVtaXRWYWx1ZXModmFsdWU6IHtcbiAgICAgICAgZnJvbURhdGU6IHN0cmluZyB8IG51bGw7XG4gICAgICAgIHRvRGF0ZTogc3RyaW5nIHwgbnVsbDtcbiAgICB9KTogdm9pZCB7XG4gICAgICAgIHRoaXMuc2V0RmlsdGVyLmVtaXQoe1xuICAgICAgICAgICAgZmlsdGVyVHlwZTogZUZpbHRlckRyb3Bkb3duRW51bS5USU1FX0ZJTFRFUixcbiAgICAgICAgICAgIHF1ZXJ5UGFyYW1zOiB2YWx1ZSxcbiAgICAgICAgfSk7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSBpbml0RGF0ZUZvcm0oKTogdm9pZCB7XG4gICAgICAgIHRoaXMuZGF0ZUZvcm0gPSB0aGlzLmZiLmdyb3VwKHtcbiAgICAgICAgICAgIGZyb21EYXRlOiBbbnVsbF0sXG4gICAgICAgICAgICB0b0RhdGU6IFtudWxsXSxcbiAgICAgICAgfSk7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSBjb252ZXJ0VGltZVRvRGF0ZShcbiAgICAgICAgcGVyaW9kOiBzdHJpbmcsXG4gICAgICAgIHllYXI/OiBudW1iZXJcbiAgICApOiB7IGZyb21EYXRlOiBzdHJpbmc7IHRvRGF0ZTogc3RyaW5nIH0ge1xuICAgICAgICByZXR1cm4gVGltZUZpbHRlckhlbHBlci5jb252ZXJ0VGltZVRvRGF0ZShwZXJpb2QsIHllYXIpO1xuICAgIH1cblxuICAgIHByaXZhdGUgdGltZUZpbHRlckluaXQoKTogdm9pZCB7XG4gICAgICAgIGNvbnN0IGRhdGUgPSBuZXcgRGF0ZSgpO1xuICAgICAgICBjb25zdCBwYXN0WWVhciA9IGRhdGUuZ2V0RnVsbFllYXIoKSAtIDE7XG4gICAgICAgIGNvbnN0IHBhc3QyWWVhciA9IGRhdGUuZ2V0RnVsbFllYXIoKSAtIDI7XG5cbiAgICAgICAgdGhpcy5sYXN0WWVhciA9IHBhc3RZZWFyO1xuICAgICAgICB0aGlzLmxhc3QyWWVhcnMgPSBwYXN0MlllYXI7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSB0aW1lT3B0aW9uc0luaXQoKTogdm9pZCB7XG4gICAgICAgIGlmICh0aGlzLl9zdWJUeXBlID09PSBUb29sYmFyRmlsdGVyU3RyaW5nRW51bS5QQVNUKVxuICAgICAgICAgICAgdGhpcy50aW1lT3B0aW9uc0FycmF5ID0gVGltZUZpbHRlckNvbnN0YW50cy5nZXRUaW1lUGFzdE9wdGlvbnMoXG4gICAgICAgICAgICAgICAgdGhpcy5sYXN0WWVhciEudG9TdHJpbmcoKSxcbiAgICAgICAgICAgICAgICB0aGlzLmxhc3QyWWVhcnMhLnRvU3RyaW5nKClcbiAgICAgICAgICAgICk7XG4gICAgICAgIGVsc2UgaWYgKHRoaXMuX3N1YlR5cGUgPT09IFRvb2xiYXJGaWx0ZXJTdHJpbmdFbnVtLkZVVFVSRSlcbiAgICAgICAgICAgIHRoaXMudGltZU9wdGlvbnNBcnJheSA9IFRpbWVGaWx0ZXJDb25zdGFudHMuZ2V0VGltZUZ1dHVyZU9wdGlvbnMoKTtcbiAgICAgICAgZWxzZSB0aGlzLnRpbWVPcHRpb25zQXJyYXkgPSBUaW1lRmlsdGVyQ29uc3RhbnRzLmdldFRpbWVTaG9ydE9wdGlvbnMoKTtcbiAgICB9XG59XG4iLCI8YXBwLWNhLWZpbHRlci1kcm9wZG93blxuICAgIFt0eXBlXT1cImVGaWx0ZXJEcm9wZG93bkVudW0uVElNRV9GSUxURVJcIlxuICAgIFtjb25maWddPVwiY29uZmlnXCJcbiAgICBbYm9keVRlbXBsYXRlXT1cInRpbWVUZW1wbGF0ZVwiXG4gICAgW2lzRm9ybUNoYW5nZWRdPVwiaXNGb3JtVmFsaWRcIlxuICAgIFtjdXN0b21UaXRsZV09XCJpc0N1c3RvbVRpbWUgJiYgJ0N1c3RvbSBUaW1lIFJhbmdlJ1wiXG4gICAgW2N1c3RvbUNhbmNlbEJ1dHRvbl09XCJpc0N1c3RvbVRpbWUgJiYgJ0JhY2snXCJcbiAgICBbYXBwbGllZEZpbHRlcnNDb3VudF09XCJpc0Zvcm1WYWxpZCA/IDEgOiAwXCJcbiAgICAoaGFuZGxlRmlsdGVyc0NsZWFyKT1cImNsZWFyVmFsdWVzKClcIlxuICAgIChzZXRGaWx0ZXIpPVwicGFzc0ZpbHRlclZhbHVlKClcIlxuPlxuICAgIDxuZy10ZW1wbGF0ZSAjdGltZVRlbXBsYXRlPlxuICAgICAgICBAaWYgKGlzQ3VzdG9tVGltZSkge1xuICAgICAgICAgICAgPGZvcm0gW2Zvcm1Hcm91cF09XCJmb3JtXCI+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImQtZmxleCBnYXAteHMgbWFyZ2luLXQtMjQgbWFyZ2luLWItMjRcIj5cbiAgICAgICAgICAgICAgICAgICAgPGNhLWlucHV0LWRhdGV0aW1lLXBpY2tlclxuICAgICAgICAgICAgICAgICAgICAgICAgZm9ybUNvbnRyb2xOYW1lPVwiZnJvbURhdGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgW2lucHV0Q29uZmlnXT1cImZpbHRlckRyb3Bkb3duRmllbGRzLmRhdGVGcm9tXCJcbiAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICA8L2NhLWlucHV0LWRhdGV0aW1lLXBpY2tlcj5cblxuICAgICAgICAgICAgICAgICAgICA8Y2EtaW5wdXQtZGF0ZXRpbWUtcGlja2VyXG4gICAgICAgICAgICAgICAgICAgICAgICBmb3JtQ29udHJvbE5hbWU9XCJ0b0RhdGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgW2lucHV0Q29uZmlnXT1cImZpbHRlckRyb3Bkb3duRmllbGRzLmRhdGVUb1wiXG4gICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgPC9jYS1pbnB1dC1kYXRldGltZS1waWNrZXI+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Zvcm0+XG4gICAgICAgIH0gQGVsc2Uge1xuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImQtZmxleCBmbGV4LWNvbHVtbiBnYXAteHMgbWItMSBtYXJnaW4tdC00XCI+XG4gICAgICAgICAgICAgICAgQGZvciAodGltZSBvZiB0aW1lT3B0aW9uc0FycmF5OyB0cmFjayAkaW5kZXgpIHtcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImQtZmxleCBmbGV4LWNvbHVtbiBnYXAteHMgbWItMSBtYXJnaW4tdC00XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICBAZm9yIChzdWJ0aW1lIG9mIHRpbWUuaXRlbXM7IHRyYWNrIHN1YnRpbWUubGFiZWwpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiZmlsdGVyLWRyb3Bkb3duLWxpc3QtaXRlbSBwYWRkaW5nLTQgYnItMiBkLWZsZXgganVzdGlmeS1jb250ZW50LWJldHdlZW4gYWxpZ24taXRlbXMtY2VudGVyIGMtcG9pbnRlclwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJzZWxlY3RUaW1lKHN1YnRpbWUpXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwidGV4dC1jb2xvci13aGl0ZSB0ZXh0LXNpemUtMTRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2NsYXNzLmNhLWZvbnQtZXh0cmEtYm9sZF09XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzZWxlY3RlZFRpbWUgPT09IHN1YnRpbWUuaWRcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7IHN1YnRpbWUubGFiZWwgfX1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYmFja2dyb3VuZC1ibGFjayBici0yIGhlaWdodC0xXCI+PC9kaXY+XG4gICAgICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImZpbHRlci1kcm9wZG93bi1saXN0LWl0ZW0gcGFkZGluZy00IGJyLTIgZC1mbGV4IGp1c3RpZnktY29udGVudC1iZXR3ZWVuIGFsaWduLWl0ZW1zLWNlbnRlciBjLXBvaW50ZXJcIlxuICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwic2VsZWN0Q3VzdG9tVGltZSgpXCJcbiAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwidGV4dC1jb2xvci13aGl0ZSB0ZXh0LXNpemUtMTRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgW2NsYXNzLmNhLWZvbnQtZXh0cmEtYm9sZF09XCJpc0N1c3RvbVRpbWVcIlxuICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICBDdXN0b21cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgfVxuICAgIDwvbmctdGVtcGxhdGU+XG48L2FwcC1jYS1maWx0ZXItZHJvcGRvd24+XG4iXX0=
@@ -0,0 +1,87 @@
1
+ import { eFilterDropdownEnum } from '../enums/index';
2
+ import { FilterDropdownFields } from '../utils/configs';
3
+ const countSort = { name: 'Count', sortName: 'count' };
4
+ const nameSort = { name: 'Name', sortName: 'name' };
5
+ export const FilterDropdownIconsConst = {
6
+ [eFilterDropdownEnum.DISPATCHER]: {
7
+ icon: 'assets/ca-components/svg/common/ic_user.svg',
8
+ title: 'DISPATCHER FILTER',
9
+ tooltipText: 'Dispatcher Filter',
10
+ filterType: eFilterDropdownEnum.DISPATCHER,
11
+ sortColumns: [countSort, nameSort],
12
+ search: true,
13
+ searchTitle: 'Search Dispatcher',
14
+ formFieldConfig: FilterDropdownFields.dispatcher
15
+ },
16
+ [eFilterDropdownEnum.STATUS]: {
17
+ icon: 'assets/ca-components/svg/common/ic_broker-half-circle.svg',
18
+ title: 'STATUS FILTER',
19
+ tooltipText: 'Status Filter',
20
+ filterType: eFilterDropdownEnum.STATUS,
21
+ sortColumns: [countSort, nameSort],
22
+ },
23
+ [eFilterDropdownEnum.PARKING]: {
24
+ icon: 'assets/ca-components/svg/common/ic_parking.svg',
25
+ title: 'Parking FILTER',
26
+ tooltipText: 'Parking Filter',
27
+ filterType: eFilterDropdownEnum.PARKING,
28
+ sortColumns: [countSort, nameSort],
29
+ },
30
+ [eFilterDropdownEnum.TRUCK_TYPE]: {
31
+ icon: 'assets/ca-components/svg/common/ic_truck.svg',
32
+ title: 'TRUCK FILTER',
33
+ tooltipText: 'Truck Filter',
34
+ filterType: eFilterDropdownEnum.TRUCK_TYPE,
35
+ sortColumns: [countSort, nameSort],
36
+ },
37
+ [eFilterDropdownEnum.TRAILER_TYPE]: {
38
+ icon: 'assets/ca-components/svg/common/ic_trailer.svg',
39
+ title: 'TRAILER FILTER',
40
+ tooltipText: 'Trailer Filter',
41
+ filterType: eFilterDropdownEnum.TRAILER_TYPE,
42
+ sortColumns: [countSort, nameSort],
43
+ },
44
+ [eFilterDropdownEnum.PM]: {
45
+ icon: 'assets/ca-components/svg/common/ic_default_pm.svg',
46
+ title: 'PM FILTER',
47
+ tooltipText: 'PM Filter',
48
+ filterType: eFilterDropdownEnum.PM,
49
+ sortColumns: [countSort, nameSort],
50
+ },
51
+ [eFilterDropdownEnum.SERVICE]: {
52
+ icon: 'assets/ca-components/svg/common/ic_key-repair.svg',
53
+ title: 'SERVICE FILTER',
54
+ tooltipText: 'Service Filter',
55
+ filterType: eFilterDropdownEnum.SERVICE,
56
+ sortColumns: [countSort, nameSort],
57
+ },
58
+ [eFilterDropdownEnum.FUEL_ITEM]: {
59
+ icon: 'assets/ca-components/svg/common/ic_funnel.svg',
60
+ title: ' FUEL ITEM FILTER',
61
+ tooltipText: 'Fuel Item Filter',
62
+ filterType: eFilterDropdownEnum.FUEL_ITEM,
63
+ sortColumns: [countSort, nameSort],
64
+ },
65
+ [eFilterDropdownEnum.FUEL_STOP]: {
66
+ icon: 'assets/ca-components/svg/common/ic_fuel.svg',
67
+ title: ' FUEL STOP FILTER',
68
+ tooltipText: 'Fuel Stop Filter',
69
+ filterType: eFilterDropdownEnum.FUEL_STOP,
70
+ sortColumns: [countSort, nameSort],
71
+ },
72
+ [eFilterDropdownEnum.TIME_FILTER]: {
73
+ icon: 'assets/ca-components/svg/common/ic_time.svg',
74
+ title: ' TIME FILTER',
75
+ tooltipText: 'Time Filter',
76
+ filterType: eFilterDropdownEnum.TIME_FILTER,
77
+ sortColumns: [],
78
+ },
79
+ [eFilterDropdownEnum.STATE]: {
80
+ icon: 'assets/ca-components/svg/common/ic_state.svg',
81
+ title: ' State / Province Filter',
82
+ tooltipText: 'State / Province Filter',
83
+ filterType: eFilterDropdownEnum.STATE,
84
+ sortColumns: [countSort, nameSort],
85
+ }
86
+ };
87
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlsdGVyLWRyb3Bkb3duLWljb25zLmNvbnN0YW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtbmV3LWZpbHRlci9jb25zdGFudC9maWx0ZXItZHJvcGRvd24taWNvbnMuY29uc3RhbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFckQsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFFeEQsTUFBTSxTQUFTLEdBQWUsRUFBRSxJQUFJLEVBQUUsT0FBTyxFQUFFLFFBQVEsRUFBRSxPQUFPLEVBQUUsQ0FBQztBQUNuRSxNQUFNLFFBQVEsR0FBZSxFQUFFLElBQUksRUFBRSxNQUFNLEVBQUUsUUFBUSxFQUFFLE1BQU0sRUFBRSxDQUFDO0FBRWhFLE1BQU0sQ0FBQyxNQUFNLHdCQUF3QixHQUdqQztJQUNBLENBQUMsbUJBQW1CLENBQUMsVUFBVSxDQUFDLEVBQUU7UUFDOUIsSUFBSSxFQUFFLDZDQUE2QztRQUNuRCxLQUFLLEVBQUUsbUJBQW1CO1FBQzFCLFdBQVcsRUFBRSxtQkFBbUI7UUFDaEMsVUFBVSxFQUFFLG1CQUFtQixDQUFDLFVBQVU7UUFDMUMsV0FBVyxFQUFFLENBQUMsU0FBUyxFQUFFLFFBQVEsQ0FBQztRQUNsQyxNQUFNLEVBQUUsSUFBSTtRQUNaLFdBQVcsRUFBRSxtQkFBbUI7UUFDaEMsZUFBZSxFQUFFLG9CQUFvQixDQUFDLFVBQVU7S0FDbkQ7SUFDRCxDQUFDLG1CQUFtQixDQUFDLE1BQU0sQ0FBQyxFQUFFO1FBQzFCLElBQUksRUFBRSwyREFBMkQ7UUFDakUsS0FBSyxFQUFFLGVBQWU7UUFDdEIsV0FBVyxFQUFFLGVBQWU7UUFDNUIsVUFBVSxFQUFFLG1CQUFtQixDQUFDLE1BQU07UUFDdEMsV0FBVyxFQUFFLENBQUMsU0FBUyxFQUFFLFFBQVEsQ0FBQztLQUNyQztJQUNELENBQUMsbUJBQW1CLENBQUMsT0FBTyxDQUFDLEVBQUU7UUFDM0IsSUFBSSxFQUFFLGdEQUFnRDtRQUN0RCxLQUFLLEVBQUUsZ0JBQWdCO1FBQ3ZCLFdBQVcsRUFBRSxnQkFBZ0I7UUFDN0IsVUFBVSxFQUFFLG1CQUFtQixDQUFDLE9BQU87UUFDdkMsV0FBVyxFQUFFLENBQUMsU0FBUyxFQUFFLFFBQVEsQ0FBQztLQUNyQztJQUNELENBQUMsbUJBQW1CLENBQUMsVUFBVSxDQUFDLEVBQUU7UUFDOUIsSUFBSSxFQUFFLDhDQUE4QztRQUNwRCxLQUFLLEVBQUUsY0FBYztRQUNyQixXQUFXLEVBQUUsY0FBYztRQUMzQixVQUFVLEVBQUUsbUJBQW1CLENBQUMsVUFBVTtRQUMxQyxXQUFXLEVBQUUsQ0FBQyxTQUFTLEVBQUUsUUFBUSxDQUFDO0tBQ3JDO0lBQ0QsQ0FBQyxtQkFBbUIsQ0FBQyxZQUFZLENBQUMsRUFBRTtRQUNoQyxJQUFJLEVBQUUsZ0RBQWdEO1FBQ3RELEtBQUssRUFBRSxnQkFBZ0I7UUFDdkIsV0FBVyxFQUFFLGdCQUFnQjtRQUM3QixVQUFVLEVBQUUsbUJBQW1CLENBQUMsWUFBWTtRQUM1QyxXQUFXLEVBQUUsQ0FBQyxTQUFTLEVBQUUsUUFBUSxDQUFDO0tBQ3JDO0lBQ0QsQ0FBQyxtQkFBbUIsQ0FBQyxFQUFFLENBQUMsRUFBRTtRQUN0QixJQUFJLEVBQUUsbURBQW1EO1FBQ3pELEtBQUssRUFBRSxXQUFXO1FBQ2xCLFdBQVcsRUFBRSxXQUFXO1FBQ3hCLFVBQVUsRUFBRSxtQkFBbUIsQ0FBQyxFQUFFO1FBQ2xDLFdBQVcsRUFBRSxDQUFDLFNBQVMsRUFBRSxRQUFRLENBQUM7S0FDckM7SUFDRCxDQUFDLG1CQUFtQixDQUFDLE9BQU8sQ0FBQyxFQUFFO1FBQzNCLElBQUksRUFBRSxtREFBbUQ7UUFDekQsS0FBSyxFQUFFLGdCQUFnQjtRQUN2QixXQUFXLEVBQUUsZ0JBQWdCO1FBQzdCLFVBQVUsRUFBRSxtQkFBbUIsQ0FBQyxPQUFPO1FBQ3ZDLFdBQVcsRUFBRSxDQUFDLFNBQVMsRUFBRSxRQUFRLENBQUM7S0FDckM7SUFDRCxDQUFDLG1CQUFtQixDQUFDLFNBQVMsQ0FBQyxFQUFFO1FBQzdCLElBQUksRUFBRSwrQ0FBK0M7UUFDckQsS0FBSyxFQUFFLG1CQUFtQjtRQUMxQixXQUFXLEVBQUUsa0JBQWtCO1FBQy9CLFVBQVUsRUFBRSxtQkFBbUIsQ0FBQyxTQUFTO1FBQ3pDLFdBQVcsRUFBRSxDQUFDLFNBQVMsRUFBRSxRQUFRLENBQUM7S0FDckM7SUFDRCxDQUFDLG1CQUFtQixDQUFDLFNBQVMsQ0FBQyxFQUFFO1FBQzdCLElBQUksRUFBRSw2Q0FBNkM7UUFDbkQsS0FBSyxFQUFFLG1CQUFtQjtRQUMxQixXQUFXLEVBQUUsa0JBQWtCO1FBQy9CLFVBQVUsRUFBRSxtQkFBbUIsQ0FBQyxTQUFTO1FBQ3pDLFdBQVcsRUFBRSxDQUFDLFNBQVMsRUFBRSxRQUFRLENBQUM7S0FDckM7SUFDRCxDQUFDLG1CQUFtQixDQUFDLFdBQVcsQ0FBQyxFQUFFO1FBQy9CLElBQUksRUFBRSw2Q0FBNkM7UUFDbkQsS0FBSyxFQUFFLGNBQWM7UUFDckIsV0FBVyxFQUFFLGFBQWE7UUFDMUIsVUFBVSxFQUFFLG1CQUFtQixDQUFDLFdBQVc7UUFDM0MsV0FBVyxFQUFFLEVBQUU7S0FDbEI7SUFDRCxDQUFDLG1CQUFtQixDQUFDLEtBQUssQ0FBQyxFQUFFO1FBQ3pCLElBQUksRUFBRSw4Q0FBOEM7UUFDcEQsS0FBSyxFQUFFLDBCQUEwQjtRQUNqQyxXQUFXLEVBQUUseUJBQXlCO1FBQ3RDLFVBQVUsRUFBRSxtQkFBbUIsQ0FBQyxLQUFLO1FBQ3JDLFdBQVcsRUFBRSxDQUFDLFNBQVMsRUFBRSxRQUFRLENBQUM7S0FDckM7Q0FDSixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgU29ydENvbHVtbiB9IGZyb20gJy4uLy4uL2NhLXNvcnQtZHJvcGRvd24vbW9kZWxzL3NvcnQtY29sdW1uLm1vZGVsJztcbmltcG9ydCB7IGVGaWx0ZXJEcm9wZG93bkVudW0gfSBmcm9tICcuLi9lbnVtcy9pbmRleCc7XG5pbXBvcnQgeyBJRmlsdGVyRHJvcGRvd25Db25maWd1cmF0aW9uIH0gZnJvbSAnLi4vaW50ZXJmYWNlJztcbmltcG9ydCB7IEZpbHRlckRyb3Bkb3duRmllbGRzIH0gZnJvbSAnLi4vdXRpbHMvY29uZmlncyc7XG5cbmNvbnN0IGNvdW50U29ydDogU29ydENvbHVtbiA9IHsgbmFtZTogJ0NvdW50Jywgc29ydE5hbWU6ICdjb3VudCcgfTtcbmNvbnN0IG5hbWVTb3J0OiBTb3J0Q29sdW1uID0geyBuYW1lOiAnTmFtZScsIHNvcnROYW1lOiAnbmFtZScgfTtcblxuZXhwb3J0IGNvbnN0IEZpbHRlckRyb3Bkb3duSWNvbnNDb25zdDogUmVjb3JkPFxuICAgIGVGaWx0ZXJEcm9wZG93bkVudW0sXG4gICAgSUZpbHRlckRyb3Bkb3duQ29uZmlndXJhdGlvblxuPiA9IHtcbiAgICBbZUZpbHRlckRyb3Bkb3duRW51bS5ESVNQQVRDSEVSXToge1xuICAgICAgICBpY29uOiAnYXNzZXRzL2NhLWNvbXBvbmVudHMvc3ZnL2NvbW1vbi9pY191c2VyLnN2ZycsXG4gICAgICAgIHRpdGxlOiAnRElTUEFUQ0hFUiBGSUxURVInLFxuICAgICAgICB0b29sdGlwVGV4dDogJ0Rpc3BhdGNoZXIgRmlsdGVyJyxcbiAgICAgICAgZmlsdGVyVHlwZTogZUZpbHRlckRyb3Bkb3duRW51bS5ESVNQQVRDSEVSLFxuICAgICAgICBzb3J0Q29sdW1uczogW2NvdW50U29ydCwgbmFtZVNvcnRdLFxuICAgICAgICBzZWFyY2g6IHRydWUsXG4gICAgICAgIHNlYXJjaFRpdGxlOiAnU2VhcmNoIERpc3BhdGNoZXInLFxuICAgICAgICBmb3JtRmllbGRDb25maWc6IEZpbHRlckRyb3Bkb3duRmllbGRzLmRpc3BhdGNoZXJcbiAgICB9LFxuICAgIFtlRmlsdGVyRHJvcGRvd25FbnVtLlNUQVRVU106IHtcbiAgICAgICAgaWNvbjogJ2Fzc2V0cy9jYS1jb21wb25lbnRzL3N2Zy9jb21tb24vaWNfYnJva2VyLWhhbGYtY2lyY2xlLnN2ZycsXG4gICAgICAgIHRpdGxlOiAnU1RBVFVTIEZJTFRFUicsXG4gICAgICAgIHRvb2x0aXBUZXh0OiAnU3RhdHVzIEZpbHRlcicsXG4gICAgICAgIGZpbHRlclR5cGU6IGVGaWx0ZXJEcm9wZG93bkVudW0uU1RBVFVTLFxuICAgICAgICBzb3J0Q29sdW1uczogW2NvdW50U29ydCwgbmFtZVNvcnRdLFxuICAgIH0sXG4gICAgW2VGaWx0ZXJEcm9wZG93bkVudW0uUEFSS0lOR106IHtcbiAgICAgICAgaWNvbjogJ2Fzc2V0cy9jYS1jb21wb25lbnRzL3N2Zy9jb21tb24vaWNfcGFya2luZy5zdmcnLFxuICAgICAgICB0aXRsZTogJ1BhcmtpbmcgRklMVEVSJyxcbiAgICAgICAgdG9vbHRpcFRleHQ6ICdQYXJraW5nIEZpbHRlcicsXG4gICAgICAgIGZpbHRlclR5cGU6IGVGaWx0ZXJEcm9wZG93bkVudW0uUEFSS0lORyxcbiAgICAgICAgc29ydENvbHVtbnM6IFtjb3VudFNvcnQsIG5hbWVTb3J0XSxcbiAgICB9LFxuICAgIFtlRmlsdGVyRHJvcGRvd25FbnVtLlRSVUNLX1RZUEVdOiB7XG4gICAgICAgIGljb246ICdhc3NldHMvY2EtY29tcG9uZW50cy9zdmcvY29tbW9uL2ljX3RydWNrLnN2ZycsXG4gICAgICAgIHRpdGxlOiAnVFJVQ0sgRklMVEVSJyxcbiAgICAgICAgdG9vbHRpcFRleHQ6ICdUcnVjayBGaWx0ZXInLFxuICAgICAgICBmaWx0ZXJUeXBlOiBlRmlsdGVyRHJvcGRvd25FbnVtLlRSVUNLX1RZUEUsXG4gICAgICAgIHNvcnRDb2x1bW5zOiBbY291bnRTb3J0LCBuYW1lU29ydF0sXG4gICAgfSxcbiAgICBbZUZpbHRlckRyb3Bkb3duRW51bS5UUkFJTEVSX1RZUEVdOiB7XG4gICAgICAgIGljb246ICdhc3NldHMvY2EtY29tcG9uZW50cy9zdmcvY29tbW9uL2ljX3RyYWlsZXIuc3ZnJyxcbiAgICAgICAgdGl0bGU6ICdUUkFJTEVSIEZJTFRFUicsXG4gICAgICAgIHRvb2x0aXBUZXh0OiAnVHJhaWxlciBGaWx0ZXInLFxuICAgICAgICBmaWx0ZXJUeXBlOiBlRmlsdGVyRHJvcGRvd25FbnVtLlRSQUlMRVJfVFlQRSxcbiAgICAgICAgc29ydENvbHVtbnM6IFtjb3VudFNvcnQsIG5hbWVTb3J0XSxcbiAgICB9LFxuICAgIFtlRmlsdGVyRHJvcGRvd25FbnVtLlBNXToge1xuICAgICAgICBpY29uOiAnYXNzZXRzL2NhLWNvbXBvbmVudHMvc3ZnL2NvbW1vbi9pY19kZWZhdWx0X3BtLnN2ZycsXG4gICAgICAgIHRpdGxlOiAnUE0gRklMVEVSJyxcbiAgICAgICAgdG9vbHRpcFRleHQ6ICdQTSBGaWx0ZXInLFxuICAgICAgICBmaWx0ZXJUeXBlOiBlRmlsdGVyRHJvcGRvd25FbnVtLlBNLFxuICAgICAgICBzb3J0Q29sdW1uczogW2NvdW50U29ydCwgbmFtZVNvcnRdLFxuICAgIH0sXG4gICAgW2VGaWx0ZXJEcm9wZG93bkVudW0uU0VSVklDRV06IHtcbiAgICAgICAgaWNvbjogJ2Fzc2V0cy9jYS1jb21wb25lbnRzL3N2Zy9jb21tb24vaWNfa2V5LXJlcGFpci5zdmcnLFxuICAgICAgICB0aXRsZTogJ1NFUlZJQ0UgRklMVEVSJyxcbiAgICAgICAgdG9vbHRpcFRleHQ6ICdTZXJ2aWNlIEZpbHRlcicsXG4gICAgICAgIGZpbHRlclR5cGU6IGVGaWx0ZXJEcm9wZG93bkVudW0uU0VSVklDRSxcbiAgICAgICAgc29ydENvbHVtbnM6IFtjb3VudFNvcnQsIG5hbWVTb3J0XSxcbiAgICB9LFxuICAgIFtlRmlsdGVyRHJvcGRvd25FbnVtLkZVRUxfSVRFTV06IHtcbiAgICAgICAgaWNvbjogJ2Fzc2V0cy9jYS1jb21wb25lbnRzL3N2Zy9jb21tb24vaWNfZnVubmVsLnN2ZycsXG4gICAgICAgIHRpdGxlOiAnIEZVRUwgSVRFTSBGSUxURVInLFxuICAgICAgICB0b29sdGlwVGV4dDogJ0Z1ZWwgSXRlbSBGaWx0ZXInLFxuICAgICAgICBmaWx0ZXJUeXBlOiBlRmlsdGVyRHJvcGRvd25FbnVtLkZVRUxfSVRFTSxcbiAgICAgICAgc29ydENvbHVtbnM6IFtjb3VudFNvcnQsIG5hbWVTb3J0XSxcbiAgICB9LFxuICAgIFtlRmlsdGVyRHJvcGRvd25FbnVtLkZVRUxfU1RPUF06IHtcbiAgICAgICAgaWNvbjogJ2Fzc2V0cy9jYS1jb21wb25lbnRzL3N2Zy9jb21tb24vaWNfZnVlbC5zdmcnLFxuICAgICAgICB0aXRsZTogJyBGVUVMIFNUT1AgRklMVEVSJyxcbiAgICAgICAgdG9vbHRpcFRleHQ6ICdGdWVsIFN0b3AgRmlsdGVyJyxcbiAgICAgICAgZmlsdGVyVHlwZTogZUZpbHRlckRyb3Bkb3duRW51bS5GVUVMX1NUT1AsXG4gICAgICAgIHNvcnRDb2x1bW5zOiBbY291bnRTb3J0LCBuYW1lU29ydF0sXG4gICAgfSxcbiAgICBbZUZpbHRlckRyb3Bkb3duRW51bS5USU1FX0ZJTFRFUl06IHtcbiAgICAgICAgaWNvbjogJ2Fzc2V0cy9jYS1jb21wb25lbnRzL3N2Zy9jb21tb24vaWNfdGltZS5zdmcnLFxuICAgICAgICB0aXRsZTogJyBUSU1FIEZJTFRFUicsXG4gICAgICAgIHRvb2x0aXBUZXh0OiAnVGltZSBGaWx0ZXInLFxuICAgICAgICBmaWx0ZXJUeXBlOiBlRmlsdGVyRHJvcGRvd25FbnVtLlRJTUVfRklMVEVSLFxuICAgICAgICBzb3J0Q29sdW1uczogW10sXG4gICAgfSxcbiAgICBbZUZpbHRlckRyb3Bkb3duRW51bS5TVEFURV06IHtcbiAgICAgICAgaWNvbjogJ2Fzc2V0cy9jYS1jb21wb25lbnRzL3N2Zy9jb21tb24vaWNfc3RhdGUuc3ZnJyxcbiAgICAgICAgdGl0bGU6ICcgU3RhdGUgLyBQcm92aW5jZSBGaWx0ZXInLFxuICAgICAgICB0b29sdGlwVGV4dDogJ1N0YXRlIC8gUHJvdmluY2UgRmlsdGVyJyxcbiAgICAgICAgZmlsdGVyVHlwZTogZUZpbHRlckRyb3Bkb3duRW51bS5TVEFURSxcbiAgICAgICAgc29ydENvbHVtbnM6IFtjb3VudFNvcnQsIG5hbWVTb3J0XSxcbiAgICB9XG59O1xuIl19
@@ -0,0 +1,2 @@
1
+ export * from './filter-dropdown-icons.constant';
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1uZXctZmlsdGVyL2NvbnN0YW50L2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsa0NBQWtDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2ZpbHRlci1kcm9wZG93bi1pY29ucy5jb25zdGFudCc7Il19
@@ -0,0 +1,15 @@
1
+ export var eFilterDropdownEnum;
2
+ (function (eFilterDropdownEnum) {
3
+ eFilterDropdownEnum["DISPATCHER"] = "Dispatcher";
4
+ eFilterDropdownEnum["STATUS"] = "Status";
5
+ eFilterDropdownEnum["PARKING"] = "Parking";
6
+ eFilterDropdownEnum["TRAILER_TYPE"] = "TrailerType";
7
+ eFilterDropdownEnum["TRUCK_TYPE"] = "TruckType";
8
+ eFilterDropdownEnum["PM"] = "Pm";
9
+ eFilterDropdownEnum["FUEL_ITEM"] = "FuelItem";
10
+ eFilterDropdownEnum["FUEL_STOP"] = "FuelStop";
11
+ eFilterDropdownEnum["TIME_FILTER"] = "TimeFilter";
12
+ eFilterDropdownEnum["SERVICE"] = "Service";
13
+ eFilterDropdownEnum["STATE"] = "State";
14
+ })(eFilterDropdownEnum || (eFilterDropdownEnum = {}));
15
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlsdGVyLWRyb3Bkb3duLXR5cGVzLmVudW0uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1uZXctZmlsdGVyL2VudW1zL2ZpbHRlci1kcm9wZG93bi10eXBlcy5lbnVtLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sQ0FBTixJQUFZLG1CQVlYO0FBWkQsV0FBWSxtQkFBbUI7SUFDM0IsZ0RBQXlCLENBQUE7SUFDekIsd0NBQWlCLENBQUE7SUFDakIsMENBQW1CLENBQUE7SUFDbkIsbURBQTRCLENBQUE7SUFDNUIsK0NBQXdCLENBQUE7SUFDeEIsZ0NBQVMsQ0FBQTtJQUNULDZDQUFzQixDQUFBO0lBQ3RCLDZDQUFzQixDQUFBO0lBQ3RCLGlEQUEwQixDQUFBO0lBQzFCLDBDQUFtQixDQUFBO0lBQ25CLHNDQUFlLENBQUE7QUFDbkIsQ0FBQyxFQVpXLG1CQUFtQixLQUFuQixtQkFBbUIsUUFZOUIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZW51bSBlRmlsdGVyRHJvcGRvd25FbnVtIHtcbiAgICBESVNQQVRDSEVSID0gJ0Rpc3BhdGNoZXInLFxuICAgIFNUQVRVUyA9ICdTdGF0dXMnLFxuICAgIFBBUktJTkcgPSAnUGFya2luZycsXG4gICAgVFJBSUxFUl9UWVBFID0gJ1RyYWlsZXJUeXBlJyxcbiAgICBUUlVDS19UWVBFID0gJ1RydWNrVHlwZScsXG4gICAgUE0gPSAnUG0nLFxuICAgIEZVRUxfSVRFTSA9ICdGdWVsSXRlbScsXG4gICAgRlVFTF9TVE9QID0gJ0Z1ZWxTdG9wJyxcbiAgICBUSU1FX0ZJTFRFUiA9ICdUaW1lRmlsdGVyJyxcbiAgICBTRVJWSUNFID0gJ1NlcnZpY2UnLFxuICAgIFNUQVRFID0gJ1N0YXRlJ1xufSJdfQ==
@@ -0,0 +1,6 @@
1
+ export var eFilterSortingKey;
2
+ (function (eFilterSortingKey) {
3
+ eFilterSortingKey["NAME"] = "name";
4
+ eFilterSortingKey["COUNT"] = "count";
5
+ })(eFilterSortingKey || (eFilterSortingKey = {}));
6
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlsdGVyLXNvcnRpbmcta2V5LmVudW0uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1uZXctZmlsdGVyL2VudW1zL2ZpbHRlci1zb3J0aW5nLWtleS5lbnVtLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sQ0FBTixJQUFZLGlCQUdYO0FBSEQsV0FBWSxpQkFBaUI7SUFDekIsa0NBQWEsQ0FBQTtJQUNiLG9DQUFlLENBQUE7QUFDbkIsQ0FBQyxFQUhXLGlCQUFpQixLQUFqQixpQkFBaUIsUUFHNUIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZW51bSBlRmlsdGVyU29ydGluZ0tleSB7XG4gICAgTkFNRSA9ICduYW1lJyxcbiAgICBDT1VOVCA9ICdjb3VudCdcbn0iXX0=
@@ -0,0 +1,37 @@
1
+ export var eFilterTime;
2
+ (function (eFilterTime) {
3
+ eFilterTime["DAY"] = "day";
4
+ eFilterTime["DAYS"] = "days";
5
+ eFilterTime["WEEK"] = "week";
6
+ eFilterTime["WEEKS"] = "weeks";
7
+ eFilterTime["MONTH"] = "month";
8
+ eFilterTime["MONTHS"] = "months";
9
+ eFilterTime["QUARTER"] = "quarter";
10
+ eFilterTime["QUARTERS"] = "quarters";
11
+ eFilterTime["YEAR"] = "year";
12
+ eFilterTime["YEARS"] = "years";
13
+ eFilterTime["TODAY"] = "today";
14
+ eFilterTime["YESTERDAY"] = "yesterday";
15
+ eFilterTime["THIS_WEEK"] = "this week";
16
+ eFilterTime["NEXT_WEEK"] = "next week";
17
+ eFilterTime["LAST_WEEK"] = "last week";
18
+ eFilterTime["ONE_WEEK"] = "1 week";
19
+ eFilterTime["ONE_WEEK_FUTURE"] = "week_future";
20
+ eFilterTime["THIS_MONTH"] = "this month";
21
+ eFilterTime["NEXT_MONTH"] = "next month";
22
+ eFilterTime["LAST_MONTH"] = "last month";
23
+ eFilterTime["ONE_MONTH"] = "1 month";
24
+ eFilterTime["ONE_MONTH_FUTURE"] = "1 month future";
25
+ eFilterTime["THREE_MONTHS"] = "3 months";
26
+ eFilterTime["THREE_MONTHS_FUTURE"] = "3 months future";
27
+ eFilterTime["THIS_QUARTER"] = "this quarter";
28
+ eFilterTime["NEXT_QUARTER"] = "next quarter";
29
+ eFilterTime["LAST_QUARTER"] = "last quarter";
30
+ eFilterTime["THIS_YEAR"] = "this year";
31
+ eFilterTime["ONE_YEAR"] = "1 year";
32
+ eFilterTime["ONE_YEAR_FUTURE"] = "1 year future";
33
+ eFilterTime["LAST_YEAR"] = "last year";
34
+ eFilterTime["YEAR_BEFORE_LAST"] = "year before last";
35
+ eFilterTime["MOMENT_DATE_FORMAT"] = "MM/DD/YY";
36
+ })(eFilterTime || (eFilterTime = {}));
37
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlsdGVyLXRpbWUuZW51bS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLW5ldy1maWx0ZXIvZW51bXMvZmlsdGVyLXRpbWUuZW51bS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLENBQU4sSUFBWSxXQWtDWDtBQWxDRCxXQUFZLFdBQVc7SUFDbkIsMEJBQVcsQ0FBQTtJQUNYLDRCQUFhLENBQUE7SUFDYiw0QkFBYSxDQUFBO0lBQ2IsOEJBQWUsQ0FBQTtJQUNmLDhCQUFlLENBQUE7SUFDZixnQ0FBaUIsQ0FBQTtJQUNqQixrQ0FBbUIsQ0FBQTtJQUNuQixvQ0FBcUIsQ0FBQTtJQUNyQiw0QkFBYSxDQUFBO0lBQ2IsOEJBQWUsQ0FBQTtJQUNmLDhCQUFlLENBQUE7SUFDZixzQ0FBdUIsQ0FBQTtJQUN2QixzQ0FBdUIsQ0FBQTtJQUN2QixzQ0FBdUIsQ0FBQTtJQUN2QixzQ0FBdUIsQ0FBQTtJQUN2QixrQ0FBbUIsQ0FBQTtJQUNuQiw4Q0FBK0IsQ0FBQTtJQUMvQix3Q0FBeUIsQ0FBQTtJQUN6Qix3Q0FBeUIsQ0FBQTtJQUN6Qix3Q0FBeUIsQ0FBQTtJQUN6QixvQ0FBcUIsQ0FBQTtJQUNyQixrREFBbUMsQ0FBQTtJQUNuQyx3Q0FBeUIsQ0FBQTtJQUN6QixzREFBdUMsQ0FBQTtJQUN2Qyw0Q0FBNkIsQ0FBQTtJQUM3Qiw0Q0FBNkIsQ0FBQTtJQUM3Qiw0Q0FBNkIsQ0FBQTtJQUM3QixzQ0FBdUIsQ0FBQTtJQUN2QixrQ0FBbUIsQ0FBQTtJQUNuQixnREFBaUMsQ0FBQTtJQUNqQyxzQ0FBdUIsQ0FBQTtJQUN2QixvREFBcUMsQ0FBQTtJQUNyQyw4Q0FBK0IsQ0FBQTtBQUNuQyxDQUFDLEVBbENXLFdBQVcsS0FBWCxXQUFXLFFBa0N0QiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBlbnVtIGVGaWx0ZXJUaW1lIHtcbiAgICBEQVkgPSAnZGF5JyxcbiAgICBEQVlTID0gJ2RheXMnLFxuICAgIFdFRUsgPSAnd2VlaycsXG4gICAgV0VFS1MgPSAnd2Vla3MnLFxuICAgIE1PTlRIID0gJ21vbnRoJyxcbiAgICBNT05USFMgPSAnbW9udGhzJyxcbiAgICBRVUFSVEVSID0gJ3F1YXJ0ZXInLFxuICAgIFFVQVJURVJTID0gJ3F1YXJ0ZXJzJyxcbiAgICBZRUFSID0gJ3llYXInLFxuICAgIFlFQVJTID0gJ3llYXJzJyxcbiAgICBUT0RBWSA9ICd0b2RheScsXG4gICAgWUVTVEVSREFZID0gJ3llc3RlcmRheScsXG4gICAgVEhJU19XRUVLID0gJ3RoaXMgd2VlaycsXG4gICAgTkVYVF9XRUVLID0gJ25leHQgd2VlaycsXG4gICAgTEFTVF9XRUVLID0gJ2xhc3Qgd2VlaycsXG4gICAgT05FX1dFRUsgPSAnMSB3ZWVrJyxcbiAgICBPTkVfV0VFS19GVVRVUkUgPSAnd2Vla19mdXR1cmUnLFxuICAgIFRISVNfTU9OVEggPSAndGhpcyBtb250aCcsXG4gICAgTkVYVF9NT05USCA9ICduZXh0IG1vbnRoJyxcbiAgICBMQVNUX01PTlRIID0gJ2xhc3QgbW9udGgnLFxuICAgIE9ORV9NT05USCA9ICcxIG1vbnRoJyxcbiAgICBPTkVfTU9OVEhfRlVUVVJFID0gJzEgbW9udGggZnV0dXJlJyxcbiAgICBUSFJFRV9NT05USFMgPSAnMyBtb250aHMnLFxuICAgIFRIUkVFX01PTlRIU19GVVRVUkUgPSAnMyBtb250aHMgZnV0dXJlJyxcbiAgICBUSElTX1FVQVJURVIgPSAndGhpcyBxdWFydGVyJyxcbiAgICBORVhUX1FVQVJURVIgPSAnbmV4dCBxdWFydGVyJyxcbiAgICBMQVNUX1FVQVJURVIgPSAnbGFzdCBxdWFydGVyJyxcbiAgICBUSElTX1lFQVIgPSAndGhpcyB5ZWFyJyxcbiAgICBPTkVfWUVBUiA9ICcxIHllYXInLFxuICAgIE9ORV9ZRUFSX0ZVVFVSRSA9ICcxIHllYXIgZnV0dXJlJyxcbiAgICBMQVNUX1lFQVIgPSAnbGFzdCB5ZWFyJyxcbiAgICBZRUFSX0JFRk9SRV9MQVNUID0gJ3llYXIgYmVmb3JlIGxhc3QnLFxuICAgIE1PTUVOVF9EQVRFX0ZPUk1BVCA9ICdNTS9ERC9ZWSdcbn0iXX0=
@@ -0,0 +1,4 @@
1
+ export * from './filter-dropdown-types.enum';
2
+ export * from './filter-time.enum';
3
+ export * from './filter-sorting-key.enum';
4
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1uZXctZmlsdGVyL2VudW1zL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsOEJBQThCLENBQUM7QUFDN0MsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLDJCQUEyQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9maWx0ZXItZHJvcGRvd24tdHlwZXMuZW51bSc7XG5leHBvcnQgKiBmcm9tICcuL2ZpbHRlci10aW1lLmVudW0nO1xuZXhwb3J0ICogZnJvbSAnLi9maWx0ZXItc29ydGluZy1rZXkuZW51bSc7Il19
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY291bnRyeS5pbnRlcmZhY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1uZXctZmlsdGVyL2ludGVyZmFjZS9jb3VudHJ5LmludGVyZmFjZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSUZpbHRlckRyb3Bkb3duTGlzdCB9IGZyb20gXCIuL2ZpbHRlci1kcm9wZG93bi1saXN0XCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgSVN0YXRlIHtcbiAgICBzdGF0ZU5hbWU6IHN0cmluZztcbiAgICBzdGF0ZVNob3J0TmFtZTogc3RyaW5nIHwgbnVsbDtcbiAgICBjb3VudDogbnVtYmVyO1xuICB9XG4gIFxuIGV4cG9ydCBpbnRlcmZhY2UgSUNvdW50cnkge1xuICAgIGNvdW50cnk6IHN0cmluZztcbiAgICBzdGF0ZXM6IElTdGF0ZVtdO1xuICAgIHNlbGVjdGVkTGlzdDogSUZpbHRlckRyb3Bkb3duTGlzdFtdLFxuICAgIHVuc2VsZWN0ZWRMaXN0OiBJRmlsdGVyRHJvcGRvd25MaXN0W10sXG4gICAgaW5pdGFsTGlzdDogSUZpbHRlckRyb3Bkb3duTGlzdFtdXG4gIH0iXX0=
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlsdGVyLWFjdGlvbi5pbnRlcmZhY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1uZXctZmlsdGVyL2ludGVyZmFjZS9maWx0ZXItYWN0aW9uLmludGVyZmFjZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgZUZpbHRlckRyb3Bkb3duRW51bSB9IGZyb20gXCIuLi9lbnVtc1wiO1xuXG5leHBvcnQgaW50ZXJmYWNlIElGaWx0ZXJBY3Rpb24ge1xuICAgIGFjdGlvbj86IHN0cmluZztcbiAgICAvLyBNb25leSBmaWx0ZXIgaXMgb2xkIG9uZSBzbyB3ZSB3aWxsIGtlZXAgaXQgbGlrZSB0aGlzIGZvciBub3dcbiAgICBmaWx0ZXJUeXBlOiBlRmlsdGVyRHJvcGRvd25FbnVtIHwgJ21vbmV5RmlsdGVyJztcbiAgICB0eXBlPzogc3RyaW5nO1xuICAgIHF1ZXJ5UGFyYW1zPzoge1xuICAgICAgICBmcm9tRGF0ZT86IHN0cmluZyB8IG51bGwsXG4gICAgICAgIHRvRGF0ZT86IHN0cmluZyB8IG51bGwsXG4gICAgICAgIGZyb20/OiBudW1iZXIsXG4gICAgICAgIHRvPzogbnVtYmVyXG4gICAgICAgIG1vbmV5QXJyYXk/OiB7XG4gICAgICAgICAgICBmcm9tOiBudW1iZXIsXG4gICAgICAgICAgICB0bzogbnVtYmVyXG4gICAgICAgIH1bXVxuICAgIH07XG4gICAgc2VsZWN0ZWRJZHM/OiBudW1iZXJbXSxcbiAgICBzZWxlY3RlZFN0YXRlcz86IHN0cmluZ1tdXG59Il19
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlsdGVyLWRyb3Bkb3duLWNvbmZpZ3VyYXRpb24uaW50ZXJmYWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtbmV3LWZpbHRlci9pbnRlcmZhY2UvZmlsdGVyLWRyb3Bkb3duLWNvbmZpZ3VyYXRpb24uaW50ZXJmYWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJQ2FJbnB1dCB9IGZyb20gXCIuLi8uLi9jYS1pbnB1dC9jb25maWdcIjtcbmltcG9ydCB7IFNvcnRDb2x1bW4gfSBmcm9tIFwiLi4vLi4vY2Etc29ydC1kcm9wZG93bi9tb2RlbHMvc29ydC1jb2x1bW4ubW9kZWxcIjtcbmltcG9ydCB7IGVGaWx0ZXJEcm9wZG93bkVudW0gfSBmcm9tIFwiLi4vZW51bXNcIjtcblxuZXhwb3J0IGludGVyZmFjZSBJRmlsdGVyRHJvcGRvd25Db25maWd1cmF0aW9uIHtcbiAgICBpY29uOiBzdHJpbmc7XG4gICAgdGl0bGU6IHN0cmluZztcbiAgICB0b29sdGlwVGV4dDogc3RyaW5nO1xuICAgIHNvcnRDb2x1bW5zOiBTb3J0Q29sdW1uW107IFxuICAgIGZpbHRlclR5cGU6IGVGaWx0ZXJEcm9wZG93bkVudW07XG4gICAgc2VhcmNoPzogYm9vbGVhbixcbiAgICBzZWFyY2hUaXRsZT86IHN0cmluZztcbiAgICBmb3JtRmllbGRDb25maWc/OiBJQ2FJbnB1dDtcbn0iXX0=
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlsdGVyLWRyb3Bkb3duLWxpc3QuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1uZXctZmlsdGVyL2ludGVyZmFjZS9maWx0ZXItZHJvcGRvd24tbGlzdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGludGVyZmFjZSBJRmlsdGVyRHJvcGRvd25MaXN0IHtcbiAgICBpZDogbnVtYmVyO1xuICAgIGNvdW50OiBudW1iZXI7XG4gICAgbmFtZTogc3RyaW5nO1xuICAgIHNlbGVjdGVkOiBib29sZWFuO1xuICAgIC8vIEZpbGVSZXNwb25zZSBtb2RlbCBmcm9tIGJhY2tlbmRcbiAgICBhdmF0YXI/OiB7XG4gICAgICAgIGZpbGVJZD86IG51bWJlcjtcbiAgICAgICAgZmlsZU5hbWU/OiBzdHJpbmcgfCBudWxsO1xuICAgICAgICB1cmw/OiBzdHJpbmcgfCBudWxsO1xuICAgICAgICBmaWxlU2l6ZT86IG51bWJlciB8IG51bGw7XG4gICAgICAgIHRhZ3M/OiBBcnJheTxzdHJpbmc+IHwgbnVsbDtcbiAgICAgICAgdGFnR2VuZXJhdGVkQnlVc2VyPzogYm9vbGVhbjtcbiAgICAgICAgdXBkYXRlZEF0Pzogc3RyaW5nIHwgbnVsbDtcbiAgICB9LFxuICAgIFxuICAgIC8vIFRydWNrIGFuZCB0cmFpbGVyIGljb25zXG4gICAgaWNvbj86IHN0cmluZztcbiAgICBzdGF0ZVNob3J0TmFtZT86IHN0cmluZyB8IG51bGw7XG59Il19
@@ -0,0 +1,7 @@
1
+ export * from './filter-dropdown-configuration.interface';
2
+ export * from './filter-dropdown-list';
3
+ export * from './time-options.interface';
4
+ export * from './filter-action.interface';
5
+ export * from './country.interface';
6
+ export * from './sorting-emmiter.interface';
7
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1uZXctZmlsdGVyL2ludGVyZmFjZS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDJDQUEyQyxDQUFDO0FBQzFELGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMscUJBQXFCLENBQUM7QUFDcEMsY0FBYyw2QkFBNkIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vZmlsdGVyLWRyb3Bkb3duLWNvbmZpZ3VyYXRpb24uaW50ZXJmYWNlJztcbmV4cG9ydCAqIGZyb20gJy4vZmlsdGVyLWRyb3Bkb3duLWxpc3QnO1xuZXhwb3J0ICogZnJvbSAnLi90aW1lLW9wdGlvbnMuaW50ZXJmYWNlJztcbmV4cG9ydCAqIGZyb20gJy4vZmlsdGVyLWFjdGlvbi5pbnRlcmZhY2UnO1xuZXhwb3J0ICogZnJvbSAnLi9jb3VudHJ5LmludGVyZmFjZSc7XG5leHBvcnQgKiBmcm9tICcuL3NvcnRpbmctZW1taXRlci5pbnRlcmZhY2UnOyJdfQ==
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic29ydGluZy1lbW1pdGVyLmludGVyZmFjZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLW5ldy1maWx0ZXIvaW50ZXJmYWNlL3NvcnRpbmctZW1taXRlci5pbnRlcmZhY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEZpbHRlclNvcnRpbmdLZXkgfSBmcm9tIFwiLi4vdHlwZXNcIjtcblxuZXhwb3J0IGludGVyZmFjZSBJU29ydEVtaXQge1xuICAgIHNvcnRLZXk6IEZpbHRlclNvcnRpbmdLZXk7XG4gICAgZGlyZWN0aW9uTXVsdGlwbGllcjogMSB8IC0xO1xufSJdfQ==
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGltZS1vcHRpb25zLmludGVyZmFjZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLW5ldy1maWx0ZXIvaW50ZXJmYWNlL3RpbWUtb3B0aW9ucy5pbnRlcmZhY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBpbnRlcmZhY2UgSVRpbWVPcHRpb25zIHtcbiAgICBsYWJlbDogc3RyaW5nO1xuICAgIGl0ZW1zOiB7IGxhYmVsOiBzdHJpbmc7IGlkOiBudW1iZXI7IHZhbHVlOiBzdHJpbmc7IHllYXI/OiBudW1iZXIgfCBzdHJpbmd9W107XG59XG4iXX0=
@@ -0,0 +1,31 @@
1
+ import { Pipe } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export class FilterSearchPipe {
4
+ transform(items, searchString, key, sortKey, directionMultiplier = 1) {
5
+ if (!items)
6
+ return [];
7
+ let filteredItems = searchString
8
+ ? items.filter(item => String(item[key]).toLowerCase().includes(searchString.toString().toLowerCase()))
9
+ : [...items];
10
+ if (sortKey) {
11
+ filteredItems.sort((a, b) => {
12
+ if (a[sortKey] < b[sortKey])
13
+ return -1 * directionMultiplier;
14
+ if (a[sortKey] > b[sortKey])
15
+ return 1 * directionMultiplier;
16
+ return 0;
17
+ });
18
+ }
19
+ return filteredItems;
20
+ }
21
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FilterSearchPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
22
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: FilterSearchPipe, isStandalone: true, name: "filterSearch" }); }
23
+ }
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FilterSearchPipe, decorators: [{
25
+ type: Pipe,
26
+ args: [{
27
+ name: 'filterSearch',
28
+ standalone: true
29
+ }]
30
+ }] });
31
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlsdGVyLXNlYXJjaC5waXBlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtbmV3LWZpbHRlci9waXBlcy9maWx0ZXItc2VhcmNoLnBpcGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLElBQUksRUFBaUIsTUFBTSxlQUFlLENBQUM7O0FBT3BELE1BQU0sT0FBTyxnQkFBZ0I7SUFFM0IsU0FBUyxDQUFJLEtBQVUsRUFBRSxZQUE4QixFQUFFLEdBQVksRUFBRSxPQUFpQixFQUFFLHNCQUE4QixDQUFDO1FBQ3ZILElBQUksQ0FBQyxLQUFLO1lBQUUsT0FBTyxFQUFFLENBQUM7UUFFdEIsSUFBSSxhQUFhLEdBQUcsWUFBWTtZQUM5QixDQUFDLENBQUMsS0FBSyxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsRUFBRSxDQUNsQixNQUFNLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsV0FBVyxFQUFFLENBQUMsUUFBUSxDQUFDLFlBQVksQ0FBQyxRQUFRLEVBQUUsQ0FBQyxXQUFXLEVBQUUsQ0FBQyxDQUNoRjtZQUNILENBQUMsQ0FBQyxDQUFDLEdBQUcsS0FBSyxDQUFDLENBQUM7UUFFZixJQUFJLE9BQU8sRUFBRSxDQUFDO1lBQ1osYUFBYSxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLEVBQUUsRUFBRTtnQkFDMUIsSUFBSSxDQUFDLENBQUMsT0FBTyxDQUFDLEdBQUcsQ0FBQyxDQUFDLE9BQU8sQ0FBQztvQkFBRSxPQUFPLENBQUMsQ0FBQyxHQUFHLG1CQUFtQixDQUFDO2dCQUM3RCxJQUFJLENBQUMsQ0FBQyxPQUFPLENBQUMsR0FBRyxDQUFDLENBQUMsT0FBTyxDQUFDO29CQUFFLE9BQU8sQ0FBQyxHQUFHLG1CQUFtQixDQUFDO2dCQUM1RCxPQUFPLENBQUMsQ0FBQztZQUNYLENBQUMsQ0FBQyxDQUFDO1FBQ0wsQ0FBQztRQUVELE9BQU8sYUFBYSxDQUFDO0lBQ3ZCLENBQUM7K0dBcEJVLGdCQUFnQjs2R0FBaEIsZ0JBQWdCOzs0RkFBaEIsZ0JBQWdCO2tCQUo1QixJQUFJO21CQUFDO29CQUNKLElBQUksRUFBRSxjQUFjO29CQUNwQixVQUFVLEVBQUUsSUFBSTtpQkFDakIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQaXBlLCBQaXBlVHJhbnNmb3JtIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7IFxuaW1wb3J0IHsgSW5wdXRDaGFuZ2VWYWx1ZSB9IGZyb20gJy4uLy4uL2NhLWlucHV0L3V0aWxzJztcblxuQFBpcGUoe1xuICBuYW1lOiAnZmlsdGVyU2VhcmNoJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZVxufSlcbmV4cG9ydCBjbGFzcyBGaWx0ZXJTZWFyY2hQaXBlIGltcGxlbWVudHMgUGlwZVRyYW5zZm9ybSB7XG5cbiAgdHJhbnNmb3JtPFQ+KGl0ZW1zOiBUW10sIHNlYXJjaFN0cmluZzogSW5wdXRDaGFuZ2VWYWx1ZSwga2V5OiBrZXlvZiBULCBzb3J0S2V5Pzoga2V5b2YgVCwgZGlyZWN0aW9uTXVsdGlwbGllcjogbnVtYmVyID0gMSk6IFRbXSB7XG4gICAgaWYgKCFpdGVtcykgcmV0dXJuIFtdO1xuICAgIFxuICAgIGxldCBmaWx0ZXJlZEl0ZW1zID0gc2VhcmNoU3RyaW5nXG4gICAgICA/IGl0ZW1zLmZpbHRlcihpdGVtID0+XG4gICAgICAgICAgU3RyaW5nKGl0ZW1ba2V5XSkudG9Mb3dlckNhc2UoKS5pbmNsdWRlcyhzZWFyY2hTdHJpbmcudG9TdHJpbmcoKS50b0xvd2VyQ2FzZSgpKVxuICAgICAgICApXG4gICAgICA6IFsuLi5pdGVtc107XG5cbiAgICBpZiAoc29ydEtleSkge1xuICAgICAgZmlsdGVyZWRJdGVtcy5zb3J0KChhLCBiKSA9PiB7XG4gICAgICAgIGlmIChhW3NvcnRLZXldIDwgYltzb3J0S2V5XSkgcmV0dXJuIC0xICogZGlyZWN0aW9uTXVsdGlwbGllcjtcbiAgICAgICAgaWYgKGFbc29ydEtleV0gPiBiW3NvcnRLZXldKSByZXR1cm4gMSAqIGRpcmVjdGlvbk11bHRpcGxpZXI7XG4gICAgICAgIHJldHVybiAwO1xuICAgICAgfSk7XG4gICAgfVxuXG4gICAgcmV0dXJuIGZpbHRlcmVkSXRlbXM7XG4gIH1cblxufVxuIl19
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlsdGVyLWRyb3Bkb3duLnR5cGVzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtbmV3LWZpbHRlci90eXBlcy9maWx0ZXItZHJvcGRvd24udHlwZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGVGaWx0ZXJEcm9wZG93bkVudW0gfSBmcm9tICcuLi9lbnVtcyc7XG5cbmV4cG9ydCB0eXBlIEZpbHRlckRyb3Bkb3duVHlwZXMgPVxuICAgIHwgZUZpbHRlckRyb3Bkb3duRW51bS5ESVNQQVRDSEVSXG4gICAgfCBlRmlsdGVyRHJvcGRvd25FbnVtLlNUQVRVU1xuICAgIHwgZUZpbHRlckRyb3Bkb3duRW51bS5UUlVDS19UWVBFXG4gICAgfCBlRmlsdGVyRHJvcGRvd25FbnVtLlRSQUlMRVJfVFlQRVxuICAgIHwgZUZpbHRlckRyb3Bkb3duRW51bS5QTVxuICAgIHwgZUZpbHRlckRyb3Bkb3duRW51bS5TRVJWSUNFXG4gICAgfCBlRmlsdGVyRHJvcGRvd25FbnVtLkZVRUxfSVRFTVxuICAgIHwgZUZpbHRlckRyb3Bkb3duRW51bS5GVUVMX1NUT1BcbiAgICB8IGVGaWx0ZXJEcm9wZG93bkVudW0uU1RBVEVcbiAgICB8IGVGaWx0ZXJEcm9wZG93bkVudW0uVElNRV9GSUxURVI7XG4iXX0=
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlsdGVyLXNvcnRpbmcta2V5LnR5cGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1uZXctZmlsdGVyL3R5cGVzL2ZpbHRlci1zb3J0aW5nLWtleS50eXBlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBlRmlsdGVyU29ydGluZ0tleSB9IGZyb20gXCIuLi9lbnVtc1wiO1xuXG5leHBvcnQgdHlwZSBGaWx0ZXJTb3J0aW5nS2V5ID0gZUZpbHRlclNvcnRpbmdLZXkuQ09VTlQgfCBlRmlsdGVyU29ydGluZ0tleS5OQU1FOyJdfQ==
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlsdGVyLXRpbWUudHlwZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1uZXctZmlsdGVyL3R5cGVzL2ZpbHRlci10aW1lLnR5cGVzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBUb29sYmFyRmlsdGVyU3RyaW5nRW51bSB9IGZyb20gXCIuLi8uLi9jYS1tYXAvZW51bXNcIjtcblxuZXhwb3J0IHR5cGUgRmlsdGVyVGltZVR5cGVzID0gVG9vbGJhckZpbHRlclN0cmluZ0VudW0uUEFTVCB8IFRvb2xiYXJGaWx0ZXJTdHJpbmdFbnVtLkZVVFVSRTsiXX0=
@@ -0,0 +1,4 @@
1
+ export * from './filter-dropdown.types';
2
+ export * from './filter-time.types';
3
+ export * from './filter-sorting-key.type';
4
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1uZXctZmlsdGVyL3R5cGVzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxxQkFBcUIsQ0FBQztBQUNwQyxjQUFjLDJCQUEyQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9maWx0ZXItZHJvcGRvd24udHlwZXMnO1xuZXhwb3J0ICogZnJvbSAnLi9maWx0ZXItdGltZS50eXBlcyc7XG5leHBvcnQgKiBmcm9tICcuL2ZpbHRlci1zb3J0aW5nLWtleS50eXBlJzsiXX0=