ca-components 1.3.33 → 1.3.35

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 (439) 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 +39 -0
  5. package/assets/scss/spacing.scss +59 -0
  6. package/assets/scss/styles.scss +22 -1
  7. package/assets/scss/text-selection.scss +15 -0
  8. package/assets/theme/variables.scss +1 -1
  9. package/esm2022/lib/ca-components.module.mjs +35 -5
  10. package/esm2022/lib/components/ca-activity-log-list/ca-activity-log-list.component.mjs +3 -3
  11. package/esm2022/lib/components/ca-autoclose-popover/ca-autoclose-popover.component.mjs +6 -3
  12. package/esm2022/lib/components/ca-chart/ca-chart.component.mjs +12 -11
  13. package/esm2022/lib/components/ca-checkbox/ca-checkbox.component.mjs +134 -0
  14. package/esm2022/lib/components/ca-checkbox/interfaces/column-check-action.interface.mjs +2 -0
  15. package/esm2022/lib/components/ca-checkbox/interfaces/index.mjs +2 -0
  16. package/esm2022/lib/components/ca-checkbox/utils/svg-routes/checkbox-svg-routes.mjs +7 -0
  17. package/esm2022/lib/components/ca-checkbox/utils/svg-routes/index.mjs +2 -0
  18. package/esm2022/lib/components/ca-collapsible-filter/ca-collapsible-filter.component.mjs +2 -2
  19. package/esm2022/lib/components/ca-comment/ca-comment.component.mjs +2 -2
  20. package/esm2022/lib/components/ca-comment/modals/comment-modal/comment-modal.component.mjs +3 -3
  21. package/esm2022/lib/components/ca-custom-scrollbar/ca-custom-scrollbar.component.mjs +3 -3
  22. package/esm2022/lib/components/ca-details-dropdown/ca-details-dropdown.component.mjs +2 -2
  23. package/esm2022/lib/components/ca-dropdown-menu/ca-dropdown-menu.component.mjs +95 -24
  24. package/esm2022/lib/components/ca-dropdown-menu/enums/dropdown-menu.enum.mjs +19 -0
  25. package/esm2022/lib/components/ca-dropdown-menu/enums/index.mjs +2 -2
  26. package/esm2022/lib/components/ca-dropdown-menu/interfaces/dropdown-menu-item.interface.mjs +2 -0
  27. package/esm2022/lib/components/ca-dropdown-menu/interfaces/dropdown-menu-option-emit.interface.mjs +2 -0
  28. package/esm2022/lib/components/ca-dropdown-menu/interfaces/index.mjs +3 -0
  29. package/esm2022/lib/components/ca-dropdown-menu/pipes/dropdown-menu-placement-class.pipe.mjs +4 -4
  30. package/esm2022/lib/components/ca-dropdown-menu/pipes/group-item-checked-state.pipe.mjs +21 -0
  31. package/esm2022/lib/components/ca-dropdown-menu/pipes/index.mjs +2 -1
  32. package/esm2022/lib/components/ca-filters/ca-filter.component.mjs +4 -4
  33. package/esm2022/lib/components/ca-filters/components/ca-dispatcher-filter/ca-dispatcher-filter.component.mjs +3 -3
  34. package/esm2022/lib/components/ca-filters/components/ca-location-filter/ca-location-filter.component.mjs +2 -2
  35. package/esm2022/lib/components/ca-filters/components/ca-money-filter/ca-money-filter.component.mjs +2 -2
  36. package/esm2022/lib/components/ca-filters/components/ca-pm-filter/ca-pm-filter.component.mjs +2 -2
  37. package/esm2022/lib/components/ca-filters/components/ca-state-filter/ca-state-filter.component.mjs +2 -2
  38. package/esm2022/lib/components/ca-filters/components/ca-status-filter/ca-status-filter.component.mjs +2 -2
  39. package/esm2022/lib/components/ca-filters/components/ca-time-filter/ca-time-filter.component.mjs +4 -4
  40. package/esm2022/lib/components/ca-filters/components/ca-trailer-type-filter/ca-trailer-type-filter.component.mjs +2 -2
  41. package/esm2022/lib/components/ca-filters/components/ca-truck-type-filter/ca-truck-type-filter.component.mjs +2 -2
  42. package/esm2022/lib/components/ca-filters/components/ca-user-filter/ca-user-filter.component.mjs +2 -2
  43. package/esm2022/lib/components/ca-filters/components/ca-violation-filter/ca-violation-filter.component.mjs +2 -2
  44. package/esm2022/lib/components/ca-filters/pipes/index.mjs +7 -0
  45. package/esm2022/lib/components/ca-filters/utils/helpers/index.mjs +2 -1
  46. package/esm2022/lib/components/ca-filters/utils/helpers/time-filter.helper.mjs +117 -0
  47. package/esm2022/lib/components/ca-filters/utils/svg-routes/index.mjs +2 -0
  48. package/esm2022/lib/components/ca-input/ca-input.component.mjs +2 -2
  49. package/esm2022/lib/components/ca-input/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.mjs +3 -3
  50. package/esm2022/lib/components/ca-input/directives/command-visible.directive.mjs +48 -0
  51. package/esm2022/lib/components/ca-input/input-test/input-test.component.mjs +266 -0
  52. package/esm2022/lib/components/ca-input/mixins/input-command.mixin.mjs +127 -0
  53. package/esm2022/lib/components/ca-input/mixins/input-helper.mixin.mjs +49 -0
  54. package/esm2022/lib/components/ca-input/models/base.model.mjs +2 -0
  55. package/esm2022/lib/components/ca-input-address-dropdown/ca-input-address-dropdown.component.mjs +2 -2
  56. package/esm2022/lib/components/ca-input-datetime-picker/ca-input-datetime-picker.component.mjs +2 -2
  57. package/esm2022/lib/components/ca-input-dropdown/ca-input-dropdown.component.mjs +2 -2
  58. package/esm2022/lib/components/ca-input-note/ca-input-note.component.mjs +2 -2
  59. package/esm2022/lib/components/ca-logo-change/ca-logo-change.component.mjs +3 -3
  60. package/esm2022/lib/components/ca-main-table/ca-main-table.component.mjs +5 -3
  61. package/esm2022/lib/components/ca-map/ca-map.component.mjs +2 -2
  62. package/esm2022/lib/components/ca-map-dropdown/ca-map-dropdown.component.mjs +2 -2
  63. package/esm2022/lib/components/ca-modal/ca-modal.component.mjs +2 -2
  64. package/esm2022/lib/components/ca-modal-button/ca-modal-button.component.mjs +3 -3
  65. package/esm2022/lib/components/ca-new-filter/ca-filter-dropdown.component.mjs +98 -0
  66. package/esm2022/lib/components/ca-new-filter/components/ca-filter-list-dropdown/ca-filter-list-dropdown.component.mjs +142 -0
  67. package/esm2022/lib/components/ca-new-filter/components/ca-filter-state-dropdown/ca-filter-state-dropdown.component.mjs +131 -0
  68. package/esm2022/lib/components/ca-new-filter/components/ca-filter-time-dropdown/ca-filter-time-dropdown.component.mjs +131 -0
  69. package/esm2022/lib/components/ca-new-filter/constant/filter-dropdown-icons.constant.mjs +87 -0
  70. package/esm2022/lib/components/ca-new-filter/constant/index.mjs +2 -0
  71. package/esm2022/lib/components/ca-new-filter/enums/filter-dropdown-types.enum.mjs +15 -0
  72. package/esm2022/lib/components/ca-new-filter/enums/filter-sorting-key.enum.mjs +6 -0
  73. package/esm2022/lib/components/ca-new-filter/enums/filter-time.enum.mjs +37 -0
  74. package/esm2022/lib/components/ca-new-filter/enums/index.mjs +4 -0
  75. package/esm2022/lib/components/ca-new-filter/interface/country.interface.mjs +2 -0
  76. package/esm2022/lib/components/ca-new-filter/interface/filter-action.interface.mjs +2 -0
  77. package/esm2022/lib/components/ca-new-filter/interface/filter-dropdown-configuration.interface.mjs +2 -0
  78. package/esm2022/lib/components/ca-new-filter/interface/filter-dropdown-list.mjs +2 -0
  79. package/esm2022/lib/components/ca-new-filter/interface/index.mjs +7 -0
  80. package/esm2022/lib/components/ca-new-filter/interface/sorting-emmiter.interface.mjs +2 -0
  81. package/esm2022/lib/components/ca-new-filter/interface/time-options.interface.mjs +2 -0
  82. package/esm2022/lib/components/ca-new-filter/pipes/filter-search.pipe.mjs +31 -0
  83. package/esm2022/lib/components/ca-new-filter/types/filter-dropdown.types.mjs +2 -0
  84. package/esm2022/lib/components/ca-new-filter/types/filter-sorting-key.type.mjs +2 -0
  85. package/esm2022/lib/components/ca-new-filter/types/filter-time.types.mjs +2 -0
  86. package/esm2022/lib/components/ca-new-filter/types/index.mjs +4 -0
  87. package/esm2022/lib/components/ca-new-filter/utils/configs/filter-dropdown-fields.config.mjs +37 -0
  88. package/esm2022/lib/components/ca-new-filter/utils/configs/index.mjs +2 -0
  89. package/esm2022/lib/components/ca-new-filter/utils/helpers/index.mjs +2 -0
  90. package/esm2022/lib/components/ca-new-filter/utils/helpers/time-filter.helper.mjs +133 -0
  91. package/esm2022/lib/components/ca-ngx-slider/ca-ngx-slider.component.mjs +2 -2
  92. package/esm2022/lib/components/ca-note/ca-note.component.mjs +2 -2
  93. package/esm2022/lib/components/ca-note-container/ca-note-container.component.mjs +2 -2
  94. package/esm2022/lib/components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component.mjs +2 -2
  95. package/esm2022/lib/components/ca-period-content/ca-period-content.component.mjs +2 -2
  96. package/esm2022/lib/components/ca-period-content/components/ca-period-content-extra-info/ca-period-content-extra-info.component.mjs +3 -3
  97. package/esm2022/lib/components/ca-period-content/components/ca-period-content-payment/ca-period-content-payment.component.mjs +3 -3
  98. package/esm2022/lib/components/ca-period-content/components/ca-period-content-user-info/ca-period-content-user-info.component.mjs +3 -3
  99. package/esm2022/lib/components/ca-pickup-delivery-block/ca-pickup-delivery-block.component.mjs +3 -3
  100. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/ca-load.component.mjs +3 -3
  101. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-list/ca-load-list.component.mjs +3 -3
  102. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.mjs +3 -3
  103. package/esm2022/lib/components/ca-profile-image/ca-profile-image.component.mjs +3 -3
  104. package/esm2022/lib/components/ca-progress-bar/ca-progress-bar.component.mjs +2 -2
  105. package/esm2022/lib/components/ca-progress-expiration/ca-progress-expiration.component.mjs +2 -2
  106. package/esm2022/lib/components/ca-rating-review/ca-rating-review.component.mjs +2 -2
  107. package/esm2022/lib/components/ca-rating-review/components/ca-rating-review-user/ca-rating-review-user.component.mjs +2 -2
  108. package/esm2022/lib/components/ca-rating-review/components/ca-ratings-reviews-popup/ca-ratings-reviews-popup.component.mjs +2 -2
  109. package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-company/ca-right-side-panel-company.component.mjs +3 -3
  110. package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-menu/ca-right-side-panel-menu.component.mjs +3 -3
  111. 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
  112. package/esm2022/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.mjs +3 -3
  113. package/esm2022/lib/components/ca-search-multiple-states/models/tab-data.model.mjs +1 -1
  114. package/esm2022/lib/components/ca-sort-dropdown/ca-sort-dropdown.component.mjs +21 -8
  115. package/esm2022/lib/components/ca-sort-dropdown/types/index.mjs +2 -0
  116. package/esm2022/lib/components/ca-sort-dropdown/types/sort-directions.type.mjs +2 -0
  117. package/esm2022/lib/components/ca-sort-dropdown/utils/svg-routes/ca-sort-dropdown-svg-routes.mjs +3 -2
  118. package/esm2022/lib/components/ca-spinner/ca-spinner.component.mjs +2 -2
  119. package/esm2022/lib/components/ca-tab-switch/ca-tab-switch.component.mjs +3 -3
  120. package/esm2022/lib/components/ca-todo/ca-todo.component.mjs +3 -3
  121. package/esm2022/lib/components/ca-todo/components/ca-todo-card.component.mjs +3 -3
  122. package/esm2022/lib/components/ca-tooltip-list/ca-tooltip-list.component.mjs +3 -3
  123. package/esm2022/lib/components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component.mjs +2 -2
  124. package/esm2022/lib/components/ca-upload-files/ca-upload-files.component.mjs +3 -3
  125. package/esm2022/lib/components/ca-upload-files/components/ca-upload-dropzone/ca-upload-dropzone.component.mjs +3 -3
  126. package/esm2022/lib/components/ca-upload-files/components/ca-upload-file/ca-upload-file.component.mjs +2 -2
  127. package/esm2022/lib/components/ca-upload-files/components/ca-upload-files-carousel/ca-upload-files-carousel.component.mjs +3 -3
  128. package/esm2022/lib/enums/dropdown-menu.enum.mjs +20 -0
  129. package/esm2022/lib/pipes/row-class.pipe.mjs +26 -0
  130. package/esm2022/lib/utils/constants/dropdown-menu-content.constants.mjs +26 -26
  131. package/esm2022/lib/utils/helpers/dropdown-menu-content-conditional-items.helper.mjs +4 -4
  132. package/esm2022/lib/utils/helpers/dropdown-menu-content.helper.mjs +6 -6
  133. package/esm2022/public-api.mjs +10 -4
  134. package/fesm2022/ca-components.mjs +2725 -6173
  135. package/fesm2022/ca-components.mjs.map +1 -1
  136. package/lib/ca-components.module.d.ts +38 -33
  137. package/lib/components/ca-autoclose-popover/ca-autoclose-popover.component.d.ts +2 -1
  138. package/lib/components/ca-checkbox/ca-checkbox.component.d.ts +39 -0
  139. package/lib/components/ca-checkbox/interfaces/column-check-action.interface.d.ts +6 -0
  140. package/lib/components/ca-checkbox/interfaces/index.d.ts +1 -0
  141. package/lib/components/ca-checkbox/utils/svg-routes/checkbox-svg-routes.d.ts +6 -0
  142. package/lib/components/ca-checkbox/utils/svg-routes/index.d.ts +1 -0
  143. package/lib/components/ca-dropdown-menu/ca-dropdown-menu.component.d.ts +16 -7
  144. package/lib/components/ca-dropdown-menu/enums/{dropdown-menu-string.enum.d.ts → dropdown-menu.enum.d.ts} +5 -2
  145. package/lib/components/ca-dropdown-menu/enums/index.d.ts +1 -1
  146. package/lib/components/ca-dropdown-menu/{models/dropdown-menu-item.model.d.ts → interfaces/dropdown-menu-item.interface.d.ts} +7 -1
  147. package/lib/components/ca-dropdown-menu/{models/dropdown-menu-option-emit.model.d.ts → interfaces/dropdown-menu-option-emit.interface.d.ts} +1 -1
  148. package/lib/components/ca-dropdown-menu/interfaces/index.d.ts +2 -0
  149. package/lib/components/ca-dropdown-menu/pipes/group-item-checked-state.pipe.d.ts +8 -0
  150. package/lib/components/ca-dropdown-menu/pipes/index.d.ts +1 -0
  151. package/lib/components/ca-filters/ca-filter.component.d.ts +2 -2
  152. package/lib/components/ca-filters/pipes/index.d.ts +6 -0
  153. package/lib/components/ca-filters/utils/helpers/index.d.ts +1 -0
  154. package/lib/components/ca-filters/utils/{constants/time-filter.constants.d.ts → helpers/time-filter.helper.d.ts} +14 -2
  155. package/lib/components/ca-filters/utils/svg-routes/index.d.ts +1 -0
  156. package/lib/components/{ca-input-test → ca-input/input-test}/input-test.component.d.ts +12 -13
  157. package/lib/components/ca-new-filter/ca-filter-dropdown.component.d.ts +35 -0
  158. package/lib/components/ca-new-filter/components/ca-filter-list-dropdown/ca-filter-list-dropdown.component.d.ts +43 -0
  159. package/lib/components/ca-new-filter/components/ca-filter-state-dropdown/ca-filter-state-dropdown.component.d.ts +35 -0
  160. package/lib/components/ca-new-filter/components/ca-filter-time-dropdown/ca-filter-time-dropdown.component.d.ts +43 -0
  161. package/lib/components/ca-new-filter/constant/filter-dropdown-icons.constant.d.ts +3 -0
  162. package/lib/components/ca-new-filter/constant/index.d.ts +1 -0
  163. package/lib/components/ca-new-filter/enums/filter-dropdown-types.enum.d.ts +13 -0
  164. package/lib/components/ca-new-filter/enums/filter-sorting-key.enum.d.ts +4 -0
  165. package/lib/components/ca-new-filter/enums/filter-time.enum.d.ts +35 -0
  166. package/lib/components/ca-new-filter/enums/index.d.ts +3 -0
  167. package/lib/components/ca-new-filter/interface/country.interface.d.ts +13 -0
  168. package/lib/components/ca-new-filter/interface/filter-action.interface.d.ts +18 -0
  169. package/lib/components/ca-new-filter/interface/filter-dropdown-configuration.interface.d.ts +13 -0
  170. package/lib/components/ca-new-filter/interface/filter-dropdown-list.d.ts +17 -0
  171. package/lib/components/ca-new-filter/interface/index.d.ts +6 -0
  172. package/lib/components/ca-new-filter/interface/sorting-emmiter.interface.d.ts +5 -0
  173. package/lib/components/ca-new-filter/interface/time-options.interface.d.ts +9 -0
  174. package/lib/components/ca-new-filter/pipes/filter-search.pipe.d.ts +8 -0
  175. package/lib/components/ca-new-filter/types/filter-dropdown.types.d.ts +2 -0
  176. package/lib/components/ca-new-filter/types/filter-sorting-key.type.d.ts +2 -0
  177. package/lib/components/ca-new-filter/types/filter-time.types.d.ts +2 -0
  178. package/lib/components/ca-new-filter/types/index.d.ts +3 -0
  179. package/lib/components/ca-new-filter/utils/configs/filter-dropdown-fields.config.d.ts +7 -0
  180. package/lib/components/ca-new-filter/utils/configs/index.d.ts +1 -0
  181. package/lib/components/ca-new-filter/utils/helpers/index.d.ts +1 -0
  182. package/lib/components/ca-new-filter/utils/helpers/time-filter.helper.d.ts +6 -0
  183. package/lib/components/ca-period-content/components/ca-period-content-payment/ca-period-content-payment.component.d.ts +4 -4
  184. package/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.d.ts +3 -3
  185. package/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.d.ts +2 -2
  186. package/lib/components/ca-search-multiple-states/models/tab-data.model.d.ts +11 -11
  187. package/lib/components/ca-sort-dropdown/ca-sort-dropdown.component.d.ts +12 -5
  188. package/lib/components/ca-sort-dropdown/types/index.d.ts +1 -0
  189. package/lib/components/ca-sort-dropdown/types/sort-directions.type.d.ts +5 -0
  190. package/lib/components/ca-sort-dropdown/utils/svg-routes/ca-sort-dropdown-svg-routes.d.ts +2 -1
  191. package/lib/enums/{dropdown-menu-string.enum.d.ts → dropdown-menu.enum.d.ts} +1 -1
  192. package/lib/pipes/row-class.pipe.d.ts +7 -0
  193. package/lib/utils/constants/dropdown-menu-content.constants.d.ts +3 -3
  194. package/lib/utils/helpers/dropdown-menu-content-conditional-items.helper.d.ts +3 -3
  195. package/lib/utils/helpers/dropdown-menu-content.helper.d.ts +3 -3
  196. package/package.json +1 -1
  197. package/public-api.d.ts +9 -3
  198. package/src/assets/ca-components/svg/common/ic_arrow_desc.svg +3 -0
  199. package/src/assets/ca-components/svg/common/ic_carriera-logo-active.svg +4 -0
  200. package/src/assets/ca-components/svg/common/ic_carriera-logo-inactive.svg +4 -0
  201. package/src/assets/ca-components/svg/common/ic_columns.svg +8 -0
  202. package/src/assets/ca-components/svg/common/ic_disable.svg +3 -0
  203. package/assets/scss/input-dropdown-test.scss +0 -2030
  204. package/esm2022/lib/components/ca-dropdown-menu/enums/dropdown-menu-string.enum.mjs +0 -14
  205. package/esm2022/lib/components/ca-dropdown-menu/models/dropdown-menu-item.model.mjs +0 -2
  206. package/esm2022/lib/components/ca-dropdown-menu/models/dropdown-menu-option-emit.model.mjs +0 -2
  207. package/esm2022/lib/components/ca-dropdown-menu/models/index.mjs +0 -3
  208. package/esm2022/lib/components/ca-filters/utils/constants/time-filter.constants.mjs +0 -102
  209. package/esm2022/lib/components/ca-input-address-dropdown-test/ca-input-address-dropdown-test.component.mjs +0 -351
  210. package/esm2022/lib/components/ca-input-address-dropdown-test/enums/input-address-basic-string.enum.mjs +0 -6
  211. package/esm2022/lib/components/ca-input-address-dropdown-test/enums/input-address-commands-string.enum.mjs +0 -8
  212. package/esm2022/lib/components/ca-input-address-dropdown-test/enums/input-address-layers-string.enum.mjs +0 -6
  213. package/esm2022/lib/components/ca-input-address-dropdown-test/enums/input-address-stop-types-string.enum.mjs +0 -6
  214. package/esm2022/lib/components/ca-input-address-dropdown-test/enums/input-address-type-string.enum.mjs +0 -7
  215. package/esm2022/lib/components/ca-input-address-dropdown-test/models/address-data.model.mjs +0 -2
  216. package/esm2022/lib/components/ca-input-address-dropdown-test/models/address-list.model.mjs +0 -2
  217. package/esm2022/lib/components/ca-input-address-dropdown-test/models/command-properties.model.mjs +0 -2
  218. package/esm2022/lib/components/ca-input-address-dropdown-test/models/commands-handler.model.mjs +0 -2
  219. package/esm2022/lib/components/ca-input-address-dropdown-test/models/input-address-commands-string.model.mjs +0 -2
  220. package/esm2022/lib/components/ca-input-address-dropdown-test/models/long-lat.model.mjs +0 -2
  221. package/esm2022/lib/components/ca-input-address-dropdown-test/models/sent-address-data.model.mjs +0 -2
  222. package/esm2022/lib/components/ca-input-address-dropdown-test/validators/ca-input-address-value.validations.mjs +0 -11
  223. package/esm2022/lib/components/ca-input-dropdown-test/animations/index.mjs +0 -2
  224. package/esm2022/lib/components/ca-input-dropdown-test/animations/input-dropdown.animation.mjs +0 -11
  225. package/esm2022/lib/components/ca-input-dropdown-test/ca-input-dropdown-test.component.mjs +0 -692
  226. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-default-template/ca-input-dropdown-default-template.component.mjs +0 -62
  227. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-details-template/ca-input-dropdown-details-template.component.mjs +0 -72
  228. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-dispatch/ca-input-dropdown-dispatch.component.mjs +0 -60
  229. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-double-text-template/ca-input-dropdown-double-text-template.component.mjs +0 -62
  230. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-fuel-franchise/ca-input-dropdown-fuel-franchise.component.mjs +0 -76
  231. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-groups/ca-input-dropdown-groups.component.mjs +0 -58
  232. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-labels/ca-input-dropdown-labels.component.mjs +0 -76
  233. 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 +0 -41
  234. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker.component.mjs +0 -64
  235. 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 +0 -38
  236. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact.component.mjs +0 -62
  237. 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 +0 -37
  238. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper.component.mjs +0 -61
  239. 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 +0 -49
  240. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher.component.mjs +0 -60
  241. 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 +0 -49
  242. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd.component.mjs +0 -65
  243. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-multiselect/ca-input-dropdown-multiselect.component.mjs +0 -58
  244. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-payroll-trucks/ca-input-dropdown-payroll-trucks.component.mjs +0 -62
  245. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svg-template/ca-input-dropdown-svg-template.component.mjs +0 -63
  246. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-dispatch-template/ca-input-dropdown-svgtext-dispatch-template.component.mjs +0 -72
  247. 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 +0 -56
  248. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template.component.mjs +0 -77
  249. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-text-counter/ca-input-dropdown-text-counter.component.mjs +0 -58
  250. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-triple-text-template/ca-input-dropdown-triple-text-template.component.mjs +0 -62
  251. package/esm2022/lib/components/ca-input-dropdown-test/enums/dropdown-string.enum.mjs +0 -6
  252. package/esm2022/lib/components/ca-input-dropdown-test/enums/dropdown-template-type.enum.mjs +0 -23
  253. package/esm2022/lib/components/ca-input-dropdown-test/enums/index.mjs +0 -3
  254. package/esm2022/lib/components/ca-input-dropdown-test/models/index.mjs +0 -4
  255. package/esm2022/lib/components/ca-input-dropdown-test/models/input-dropdown-option.model.mjs +0 -2
  256. package/esm2022/lib/components/ca-input-dropdown-test/models/load-modal-status.model.mjs +0 -2
  257. package/esm2022/lib/components/ca-input-dropdown-test/models/status-order.model.mjs +0 -2
  258. package/esm2022/lib/components/ca-input-dropdown-test/pipes/dropdown-count.pipe.mjs +0 -29
  259. package/esm2022/lib/components/ca-input-dropdown-test/pipes/dropdown-options.pipe.mjs +0 -73
  260. package/esm2022/lib/components/ca-input-dropdown-test/pipes/index.mjs +0 -10
  261. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-default-template-class.pipe.mjs +0 -27
  262. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-fuel-franchise-class.pipe.mjs +0 -22
  263. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-get-icon.pipe.mjs +0 -18
  264. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-label-class.pipe.mjs +0 -27
  265. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-load-broker-container.pipe.mjs +0 -25
  266. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-multiselect-class.pipe.mjs +0 -23
  267. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-container.pipe.mjs +0 -25
  268. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-icon.pipe.mjs +0 -23
  269. package/esm2022/lib/components/ca-input-dropdown-test/utils/svg-routes/index.mjs +0 -2
  270. package/esm2022/lib/components/ca-input-dropdown-test/utils/svg-routes/input-dropdown-svg-routes.mjs +0 -13
  271. package/esm2022/lib/components/ca-input-test/base-classes/ca-input-event-manager.mjs +0 -24
  272. package/esm2022/lib/components/ca-input-test/components/ca-input-clear/ca-input-clear.component.mjs +0 -66
  273. package/esm2022/lib/components/ca-input-test/components/ca-input-commands/ca-input-commands.component.mjs +0 -48
  274. package/esm2022/lib/components/ca-input-test/components/ca-input-password/ca-input-password.component.mjs +0 -63
  275. package/esm2022/lib/components/ca-input-test/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.mjs +0 -85
  276. package/esm2022/lib/components/ca-input-test/config/ca-input.config.mjs +0 -2
  277. package/esm2022/lib/components/ca-input-test/config/index.mjs +0 -2
  278. package/esm2022/lib/components/ca-input-test/directives/caps-lock.directive.mjs +0 -50
  279. package/esm2022/lib/components/ca-input-test/directives/command-visible.directive.mjs +0 -48
  280. package/esm2022/lib/components/ca-input-test/directives/index.mjs +0 -6
  281. package/esm2022/lib/components/ca-input-test/directives/input-max-value.directive.mjs +0 -53
  282. package/esm2022/lib/components/ca-input-test/directives/min-max-value.directive.mjs +0 -41
  283. package/esm2022/lib/components/ca-input-test/directives/price_format.directive.mjs +0 -41
  284. package/esm2022/lib/components/ca-input-test/directives/restrict-input.directive.mjs +0 -94
  285. package/esm2022/lib/components/ca-input-test/enums/index.mjs +0 -5
  286. package/esm2022/lib/components/ca-input-test/enums/input-commands-action.enum.mjs +0 -11
  287. package/esm2022/lib/components/ca-input-test/enums/input-commands-type.enum.mjs +0 -8
  288. package/esm2022/lib/components/ca-input-test/enums/input-config-name-string.enum.mjs +0 -9
  289. package/esm2022/lib/components/ca-input-test/enums/input-string.enum.mjs +0 -114
  290. package/esm2022/lib/components/ca-input-test/enums/input-text-transform.enum.mjs +0 -9
  291. package/esm2022/lib/components/ca-input-test/input-test.component.mjs +0 -273
  292. package/esm2022/lib/components/ca-input-test/mixins/input-command.mixin.mjs +0 -127
  293. package/esm2022/lib/components/ca-input-test/mixins/input-helper.mixin.mjs +0 -49
  294. package/esm2022/lib/components/ca-input-test/mixins/restriction-pipe.mixin.mjs +0 -34
  295. package/esm2022/lib/components/ca-input-test/models/base.model.mjs +0 -2
  296. package/esm2022/lib/components/ca-input-test/models/command-click.model.mjs +0 -2
  297. package/esm2022/lib/components/ca-input-test/models/commands-event.model.mjs +0 -2
  298. package/esm2022/lib/components/ca-input-test/models/index.mjs +0 -4
  299. package/esm2022/lib/components/ca-input-test/models/label-color.model.mjs +0 -2
  300. package/esm2022/lib/components/ca-input-test/pipes/color-finder.pipe.mjs +0 -62
  301. package/esm2022/lib/components/ca-input-test/pipes/form-control.pipe.mjs +0 -17
  302. package/esm2022/lib/components/ca-input-test/pipes/index.mjs +0 -20
  303. package/esm2022/lib/components/ca-input-test/pipes/input-class.pipe.mjs +0 -155
  304. package/esm2022/lib/components/ca-input-test/pipes/input-clear-class.pipe.mjs +0 -87
  305. package/esm2022/lib/components/ca-input-test/pipes/input-container-class.pipe.mjs +0 -58
  306. package/esm2022/lib/components/ca-input-test/pipes/input-datetime-picker-class.pipe.mjs +0 -77
  307. package/esm2022/lib/components/ca-input-test/pipes/input-dropdown-arrow-class.pipe.mjs +0 -61
  308. package/esm2022/lib/components/ca-input-test/pipes/input-error.pipe.mjs +0 -88
  309. package/esm2022/lib/components/ca-input-test/pipes/input-password-eye-class.pipe.mjs +0 -37
  310. package/esm2022/lib/components/ca-input-test/pipes/input-pattern.pipe.mjs +0 -326
  311. package/esm2022/lib/components/ca-input-test/pipes/input-placeholder-icon-right.pipe.mjs +0 -46
  312. package/esm2022/lib/components/ca-input-test/pipes/input-placeholder-icon.class.pipe.mjs +0 -58
  313. package/esm2022/lib/components/ca-input-test/pipes/input-placeholder-text-class.pipe.mjs +0 -45
  314. package/esm2022/lib/components/ca-input-test/pipes/input-type.pipe.mjs +0 -25
  315. package/esm2022/lib/components/ca-input-test/pipes/label-class.pipe.mjs +0 -38
  316. package/esm2022/lib/components/ca-input-test/pipes/show-clear.pipe.mjs +0 -22
  317. package/esm2022/lib/components/ca-input-test/pipes/show-dropdown-arrow.pipe.mjs +0 -26
  318. package/esm2022/lib/components/ca-input-test/pipes/show-invalid-danger-mark.pipe.mjs +0 -27
  319. package/esm2022/lib/components/ca-input-test/pipes/show-placeholder-text.pipe.mjs +0 -24
  320. package/esm2022/lib/components/ca-input-test/pipes/show-valid-check.pipe.mjs +0 -27
  321. package/esm2022/lib/components/ca-input-test/utils/index.mjs +0 -3
  322. package/esm2022/lib/components/ca-input-test/utils/input-change-value.type.mjs +0 -2
  323. package/esm2022/lib/components/ca-input-test/utils/input-svg-routes.mjs +0 -17
  324. package/esm2022/lib/enums/dropdown-menu-string.enum.mjs +0 -20
  325. package/lib/components/ca-dropdown-menu/models/index.d.ts +0 -2
  326. package/lib/components/ca-input-address-dropdown-test/ca-input-address-dropdown-test.component.d.ts +0 -74
  327. package/lib/components/ca-input-address-dropdown-test/enums/input-address-basic-string.enum.d.ts +0 -4
  328. package/lib/components/ca-input-address-dropdown-test/enums/input-address-commands-string.enum.d.ts +0 -6
  329. package/lib/components/ca-input-address-dropdown-test/enums/input-address-layers-string.enum.d.ts +0 -4
  330. package/lib/components/ca-input-address-dropdown-test/enums/input-address-stop-types-string.enum.d.ts +0 -4
  331. package/lib/components/ca-input-address-dropdown-test/enums/input-address-type-string.enum.d.ts +0 -5
  332. package/lib/components/ca-input-address-dropdown-test/models/address-data.model.d.ts +0 -10
  333. package/lib/components/ca-input-address-dropdown-test/models/address-list.model.d.ts +0 -5
  334. package/lib/components/ca-input-address-dropdown-test/models/command-properties.model.d.ts +0 -7
  335. package/lib/components/ca-input-address-dropdown-test/models/commands-handler.model.d.ts +0 -7
  336. package/lib/components/ca-input-address-dropdown-test/models/input-address-commands-string.model.d.ts +0 -1
  337. package/lib/components/ca-input-address-dropdown-test/models/long-lat.model.d.ts +0 -4
  338. package/lib/components/ca-input-address-dropdown-test/models/sent-address-data.model.d.ts +0 -6
  339. package/lib/components/ca-input-address-dropdown-test/validators/ca-input-address-value.validations.d.ts +0 -2
  340. package/lib/components/ca-input-dropdown-test/animations/index.d.ts +0 -1
  341. package/lib/components/ca-input-dropdown-test/animations/input-dropdown.animation.d.ts +0 -1
  342. package/lib/components/ca-input-dropdown-test/ca-input-dropdown-test.component.d.ts +0 -125
  343. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-default-template/ca-input-dropdown-default-template.component.d.ts +0 -20
  344. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-details-template/ca-input-dropdown-details-template.component.d.ts +0 -22
  345. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-dispatch/ca-input-dropdown-dispatch.component.d.ts +0 -19
  346. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-double-text-template/ca-input-dropdown-double-text-template.component.d.ts +0 -20
  347. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-fuel-franchise/ca-input-dropdown-fuel-franchise.component.d.ts +0 -27
  348. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-groups/ca-input-dropdown-groups.component.d.ts +0 -18
  349. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-labels/ca-input-dropdown-labels.component.d.ts +0 -24
  350. 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 +0 -10
  351. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker.component.d.ts +0 -18
  352. 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 +0 -11
  353. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact.component.d.ts +0 -18
  354. 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 +0 -11
  355. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper.component.d.ts +0 -18
  356. 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 +0 -14
  357. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher.component.d.ts +0 -20
  358. 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 +0 -14
  359. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd.component.d.ts +0 -20
  360. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-multiselect/ca-input-dropdown-multiselect.component.d.ts +0 -18
  361. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-payroll-trucks/ca-input-dropdown-payroll-trucks.component.d.ts +0 -20
  362. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svg-template/ca-input-dropdown-svg-template.component.d.ts +0 -20
  363. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-dispatch-template/ca-input-dropdown-svgtext-dispatch-template.component.d.ts +0 -22
  364. 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 +0 -15
  365. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template.component.d.ts +0 -22
  366. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-text-counter/ca-input-dropdown-text-counter.component.d.ts +0 -18
  367. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-triple-text-template/ca-input-dropdown-triple-text-template.component.d.ts +0 -20
  368. package/lib/components/ca-input-dropdown-test/enums/dropdown-string.enum.d.ts +0 -4
  369. package/lib/components/ca-input-dropdown-test/enums/dropdown-template-type.enum.d.ts +0 -21
  370. package/lib/components/ca-input-dropdown-test/enums/index.d.ts +0 -2
  371. package/lib/components/ca-input-dropdown-test/models/index.d.ts +0 -3
  372. package/lib/components/ca-input-dropdown-test/models/input-dropdown-option.model.d.ts +0 -95
  373. package/lib/components/ca-input-dropdown-test/models/load-modal-status.model.d.ts +0 -5
  374. package/lib/components/ca-input-dropdown-test/models/status-order.model.d.ts +0 -4
  375. package/lib/components/ca-input-dropdown-test/pipes/dropdown-count.pipe.d.ts +0 -7
  376. package/lib/components/ca-input-dropdown-test/pipes/dropdown-options.pipe.d.ts +0 -10
  377. package/lib/components/ca-input-dropdown-test/pipes/index.d.ts +0 -9
  378. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-default-template-class.pipe.d.ts +0 -11
  379. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-fuel-franchise-class.pipe.d.ts +0 -10
  380. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-get-icon.pipe.d.ts +0 -9
  381. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-label-class.pipe.d.ts +0 -11
  382. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-load-broker-container.pipe.d.ts +0 -10
  383. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-multiselect-class.pipe.d.ts +0 -11
  384. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-container.pipe.d.ts +0 -10
  385. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-icon.pipe.d.ts +0 -11
  386. package/lib/components/ca-input-dropdown-test/utils/svg-routes/index.d.ts +0 -1
  387. package/lib/components/ca-input-dropdown-test/utils/svg-routes/input-dropdown-svg-routes.d.ts +0 -12
  388. package/lib/components/ca-input-test/base-classes/ca-input-event-manager.d.ts +0 -16
  389. package/lib/components/ca-input-test/components/ca-input-clear/ca-input-clear.component.d.ts +0 -20
  390. package/lib/components/ca-input-test/components/ca-input-commands/ca-input-commands.component.d.ts +0 -16
  391. package/lib/components/ca-input-test/components/ca-input-password/ca-input-password.component.d.ts +0 -20
  392. package/lib/components/ca-input-test/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.d.ts +0 -26
  393. package/lib/components/ca-input-test/config/ca-input.config.d.ts +0 -168
  394. package/lib/components/ca-input-test/config/index.d.ts +0 -1
  395. package/lib/components/ca-input-test/directives/caps-lock.directive.d.ts +0 -14
  396. package/lib/components/ca-input-test/directives/index.d.ts +0 -5
  397. package/lib/components/ca-input-test/directives/input-max-value.directive.d.ts +0 -12
  398. package/lib/components/ca-input-test/directives/min-max-value.directive.d.ts +0 -13
  399. package/lib/components/ca-input-test/directives/price_format.directive.d.ts +0 -11
  400. package/lib/components/ca-input-test/directives/restrict-input.directive.d.ts +0 -27
  401. package/lib/components/ca-input-test/enums/index.d.ts +0 -4
  402. package/lib/components/ca-input-test/enums/input-commands-action.enum.d.ts +0 -9
  403. package/lib/components/ca-input-test/enums/input-commands-type.enum.d.ts +0 -6
  404. package/lib/components/ca-input-test/enums/input-config-name-string.enum.d.ts +0 -7
  405. package/lib/components/ca-input-test/enums/input-string.enum.d.ts +0 -112
  406. package/lib/components/ca-input-test/enums/input-text-transform.enum.d.ts +0 -6
  407. package/lib/components/ca-input-test/mixins/restriction-pipe.mixin.d.ts +0 -12
  408. package/lib/components/ca-input-test/models/command-click.model.d.ts +0 -5
  409. package/lib/components/ca-input-test/models/commands-event.model.d.ts +0 -5
  410. package/lib/components/ca-input-test/models/index.d.ts +0 -3
  411. package/lib/components/ca-input-test/models/label-color.model.d.ts +0 -11
  412. package/lib/components/ca-input-test/pipes/color-finder.pipe.d.ts +0 -7
  413. package/lib/components/ca-input-test/pipes/form-control.pipe.d.ts +0 -8
  414. package/lib/components/ca-input-test/pipes/index.d.ts +0 -19
  415. package/lib/components/ca-input-test/pipes/input-class.pipe.d.ts +0 -13
  416. package/lib/components/ca-input-test/pipes/input-clear-class.pipe.d.ts +0 -11
  417. package/lib/components/ca-input-test/pipes/input-container-class.pipe.d.ts +0 -11
  418. package/lib/components/ca-input-test/pipes/input-datetime-picker-class.pipe.d.ts +0 -11
  419. package/lib/components/ca-input-test/pipes/input-dropdown-arrow-class.pipe.d.ts +0 -11
  420. package/lib/components/ca-input-test/pipes/input-error.pipe.d.ts +0 -7
  421. package/lib/components/ca-input-test/pipes/input-password-eye-class.pipe.d.ts +0 -11
  422. package/lib/components/ca-input-test/pipes/input-pattern.pipe.d.ts +0 -38
  423. package/lib/components/ca-input-test/pipes/input-placeholder-icon-right.pipe.d.ts +0 -11
  424. package/lib/components/ca-input-test/pipes/input-placeholder-icon.class.pipe.d.ts +0 -12
  425. package/lib/components/ca-input-test/pipes/input-placeholder-text-class.pipe.d.ts +0 -11
  426. package/lib/components/ca-input-test/pipes/input-type.pipe.d.ts +0 -7
  427. package/lib/components/ca-input-test/pipes/label-class.pipe.d.ts +0 -10
  428. package/lib/components/ca-input-test/pipes/show-clear.pipe.d.ts +0 -8
  429. package/lib/components/ca-input-test/pipes/show-dropdown-arrow.pipe.d.ts +0 -8
  430. package/lib/components/ca-input-test/pipes/show-invalid-danger-mark.pipe.d.ts +0 -9
  431. package/lib/components/ca-input-test/pipes/show-placeholder-text.pipe.d.ts +0 -9
  432. package/lib/components/ca-input-test/pipes/show-valid-check.pipe.d.ts +0 -9
  433. package/lib/components/ca-input-test/utils/index.d.ts +0 -2
  434. package/lib/components/ca-input-test/utils/input-change-value.type.d.ts +0 -1
  435. package/lib/components/ca-input-test/utils/input-svg-routes.d.ts +0 -16
  436. /package/lib/components/{ca-input-test → ca-input}/directives/command-visible.directive.d.ts +0 -0
  437. /package/lib/components/{ca-input-test → ca-input}/mixins/input-command.mixin.d.ts +0 -0
  438. /package/lib/components/{ca-input-test → ca-input}/mixins/input-helper.mixin.d.ts +0 -0
  439. /package/lib/components/{ca-input-test → ca-input}/models/base.model.d.ts +0 -0
@@ -1,73 +0,0 @@
1
- import { Pipe } from '@angular/core';
2
- // enums
3
- import { DropdownStringEnum } from '../enums';
4
- import * as i0 from "@angular/core";
5
- export class DropdownOptionsPipe {
6
- transform(searchText, options, inputConfig, canAddNew, label, sort) {
7
- let filteredOptions = options.map((option) => ({ ...option }));
8
- filteredOptions = filteredOptions.filter((item) => {
9
- let filterItem = inputConfig.searchinGroupIndex
10
- ? item[inputConfig.searchinGroupIndex]
11
- : item;
12
- if (typeof filterItem?.length !== 'undefined') {
13
- const filteredGroup = [...filterItem].filter((item) => {
14
- const value = label
15
- ? item[label]
16
- : item;
17
- return value
18
- .toLowerCase()
19
- .includes(searchText.toLowerCase());
20
- });
21
- item[inputConfig.searchinGroupIndex] =
22
- filteredGroup;
23
- return filteredGroup.length;
24
- }
25
- else {
26
- const value = label
27
- ? filterItem[label]
28
- : item;
29
- if (value === DropdownStringEnum.ADD_NEW)
30
- return true;
31
- return value.toLowerCase().includes(searchText.toLowerCase());
32
- }
33
- });
34
- // Get sorted value if there is any
35
- filteredOptions = this.getSortedOptions(sort, filteredOptions);
36
- if (canAddNew) {
37
- return [
38
- {
39
- id: 7655,
40
- name: DropdownStringEnum.ADD_NEW,
41
- },
42
- ...filteredOptions,
43
- ];
44
- }
45
- return filteredOptions.length
46
- ? filteredOptions
47
- : [
48
- {
49
- id: 7654,
50
- name: DropdownStringEnum.NO_RESULTS,
51
- },
52
- ];
53
- }
54
- getSortedOptions(sort, options) {
55
- // I added a switch for now, probably there will be more options later
56
- switch (sort) {
57
- case 'active-drivers': {
58
- return options.sort((x, y) => Number(y.status) - Number(x.status));
59
- }
60
- }
61
- return options;
62
- }
63
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DropdownOptionsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
64
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: DropdownOptionsPipe, isStandalone: true, name: "caDropdownOptionsPipe" }); }
65
- }
66
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DropdownOptionsPipe, decorators: [{
67
- type: Pipe,
68
- args: [{
69
- name: 'caDropdownOptionsPipe',
70
- standalone: true,
71
- }]
72
- }] });
73
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJvcGRvd24tb3B0aW9ucy5waXBlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtaW5wdXQtZHJvcGRvd24tdGVzdC9waXBlcy9kcm9wZG93bi1vcHRpb25zLnBpcGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLElBQUksRUFBaUIsTUFBTSxlQUFlLENBQUM7QUFLcEQsUUFBUTtBQUNSLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLFVBQVUsQ0FBQzs7QUFTOUMsTUFBTSxPQUFPLG1CQUFtQjtJQUM1QixTQUFTLENBQ0wsVUFBa0IsRUFDbEIsT0FBc0IsRUFDdEIsV0FBcUIsRUFDckIsU0FBa0IsRUFDbEIsS0FBYSxFQUNiLElBQVk7UUFFWixJQUFJLGVBQWUsR0FBRyxPQUFPLENBQUMsR0FBRyxDQUFDLENBQUMsTUFBTSxFQUFFLEVBQUUsQ0FBQyxDQUFDLEVBQUUsR0FBRyxNQUFNLEVBQUUsQ0FBQyxDQUFDLENBQUM7UUFDL0QsZUFBZSxHQUFHLGVBQWUsQ0FBQyxNQUFNLENBQUMsQ0FBQyxJQUFJLEVBQUUsRUFBRTtZQUM5QyxJQUFJLFVBQVUsR0FBRyxXQUFXLENBQUMsa0JBQWtCO2dCQUMzQyxDQUFDLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxrQkFBdUMsQ0FBQztnQkFDM0QsQ0FBQyxDQUFDLElBQUksQ0FBQztZQUVYLElBQUksT0FBTyxVQUFVLEVBQUUsTUFBTSxLQUFLLFdBQVcsRUFBRSxDQUFDO2dCQUM1QyxNQUFNLGFBQWEsR0FBRyxDQUFDLEdBQUksVUFBNEIsQ0FBQyxDQUFDLE1BQU0sQ0FDM0QsQ0FBQyxJQUFJLEVBQUUsRUFBRTtvQkFDTCxNQUFNLEtBQUssR0FBRyxLQUFLO3dCQUNmLENBQUMsQ0FBRSxJQUFJLENBQUMsS0FBMEIsQ0FBWTt3QkFDOUMsQ0FBQyxDQUFFLElBQWUsQ0FBQztvQkFFdkIsT0FBTyxLQUFLO3lCQUNQLFdBQVcsRUFBRTt5QkFDYixRQUFRLENBQUMsVUFBVSxDQUFDLFdBQVcsRUFBRSxDQUFDLENBQUM7Z0JBQzVDLENBQUMsQ0FDSixDQUFDO2dCQUVGLElBQUksQ0FBQyxXQUFXLENBQUMsa0JBQXVDLENBQUM7b0JBQ3JELGFBQWEsQ0FBQztnQkFFbEIsT0FBTyxhQUFhLENBQUMsTUFBTSxDQUFDO1lBQ2hDLENBQUM7aUJBQU0sQ0FBQztnQkFDSixNQUFNLEtBQUssR0FBRyxLQUFLO29CQUNmLENBQUMsQ0FBRSxVQUFVLENBQUMsS0FBMEIsQ0FBWTtvQkFDcEQsQ0FBQyxDQUFFLElBQWUsQ0FBQztnQkFDdkIsSUFBSSxLQUFLLEtBQUssa0JBQWtCLENBQUMsT0FBTztvQkFBRSxPQUFPLElBQUksQ0FBQztnQkFFdEQsT0FBTyxLQUFLLENBQUMsV0FBVyxFQUFFLENBQUMsUUFBUSxDQUFDLFVBQVUsQ0FBQyxXQUFXLEVBQUUsQ0FBQyxDQUFDO1lBQ2xFLENBQUM7UUFDTCxDQUFDLENBQUMsQ0FBQztRQUVILG1DQUFtQztRQUNuQyxlQUFlLEdBQUcsSUFBSSxDQUFDLGdCQUFnQixDQUFDLElBQUksRUFBRSxlQUFlLENBQUMsQ0FBQztRQUUvRCxJQUFJLFNBQVMsRUFBRSxDQUFDO1lBQ1osT0FBTztnQkFDSDtvQkFDSSxFQUFFLEVBQUUsSUFBSTtvQkFDUixJQUFJLEVBQUUsa0JBQWtCLENBQUMsT0FBTztpQkFDbkM7Z0JBQ0QsR0FBRyxlQUFlO2FBQ3JCLENBQUM7UUFDTixDQUFDO1FBRUQsT0FBTyxlQUFlLENBQUMsTUFBTTtZQUN6QixDQUFDLENBQUMsZUFBZTtZQUNqQixDQUFDLENBQUM7Z0JBQ0k7b0JBQ0ksRUFBRSxFQUFFLElBQUk7b0JBQ1IsSUFBSSxFQUFFLGtCQUFrQixDQUFDLFVBQVU7aUJBQ3RDO2FBQ0osQ0FBQztJQUNaLENBQUM7SUFFTSxnQkFBZ0IsQ0FBQyxJQUFZLEVBQUUsT0FBc0I7UUFDeEQsc0VBQXNFO1FBQ3RFLFFBQVEsSUFBSSxFQUFFLENBQUM7WUFDWCxLQUFLLGdCQUFnQixDQUFDLENBQUMsQ0FBQztnQkFDcEIsT0FBTyxPQUFPLENBQUMsSUFBSSxDQUNmLENBQUMsQ0FBQyxFQUFFLENBQUMsRUFBRSxFQUFFLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyxNQUFNLENBQUMsR0FBRyxNQUFNLENBQUMsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxDQUNoRCxDQUFDO1lBQ04sQ0FBQztRQUNMLENBQUM7UUFFRCxPQUFPLE9BQU8sQ0FBQztJQUNuQixDQUFDOytHQTVFUSxtQkFBbUI7NkdBQW5CLG1CQUFtQjs7NEZBQW5CLG1CQUFtQjtrQkFKL0IsSUFBSTttQkFBQztvQkFDRixJQUFJLEVBQUUsdUJBQXVCO29CQUM3QixVQUFVLEVBQUUsSUFBSTtpQkFDbkIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQaXBlLCBQaXBlVHJhbnNmb3JtIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbi8vIG1vZGVsc1xuaW1wb3J0IHsgT3B0aW9uTW9kZWwgfSBmcm9tICcuLi9tb2RlbHMnO1xuXG4vLyBlbnVtc1xuaW1wb3J0IHsgRHJvcGRvd25TdHJpbmdFbnVtIH0gZnJvbSAnLi4vZW51bXMnO1xuXG4vLyBjb25maWdcbmltcG9ydCB7IElDYUlucHV0IH0gZnJvbSAnLi4vLi4vY2EtaW5wdXQtdGVzdC9jb25maWcnO1xuXG5AUGlwZSh7XG4gICAgbmFtZTogJ2NhRHJvcGRvd25PcHRpb25zUGlwZScsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbn0pXG5leHBvcnQgY2xhc3MgRHJvcGRvd25PcHRpb25zUGlwZSBpbXBsZW1lbnRzIFBpcGVUcmFuc2Zvcm0ge1xuICAgIHRyYW5zZm9ybShcbiAgICAgICAgc2VhcmNoVGV4dDogc3RyaW5nLFxuICAgICAgICBvcHRpb25zOiBPcHRpb25Nb2RlbFtdLFxuICAgICAgICBpbnB1dENvbmZpZzogSUNhSW5wdXQsXG4gICAgICAgIGNhbkFkZE5ldzogYm9vbGVhbixcbiAgICAgICAgbGFiZWw6IHN0cmluZyxcbiAgICAgICAgc29ydDogc3RyaW5nXG4gICAgKTogYW55IHtcbiAgICAgICAgbGV0IGZpbHRlcmVkT3B0aW9ucyA9IG9wdGlvbnMubWFwKChvcHRpb24pID0+ICh7IC4uLm9wdGlvbiB9KSk7XG4gICAgICAgIGZpbHRlcmVkT3B0aW9ucyA9IGZpbHRlcmVkT3B0aW9ucy5maWx0ZXIoKGl0ZW0pID0+IHtcbiAgICAgICAgICAgIGxldCBmaWx0ZXJJdGVtID0gaW5wdXRDb25maWcuc2VhcmNoaW5Hcm91cEluZGV4XG4gICAgICAgICAgICAgICAgPyBpdGVtW2lucHV0Q29uZmlnLnNlYXJjaGluR3JvdXBJbmRleCBhcyBrZXlvZiBPcHRpb25Nb2RlbF1cbiAgICAgICAgICAgICAgICA6IGl0ZW07XG5cbiAgICAgICAgICAgIGlmICh0eXBlb2YgZmlsdGVySXRlbT8ubGVuZ3RoICE9PSAndW5kZWZpbmVkJykge1xuICAgICAgICAgICAgICAgIGNvbnN0IGZpbHRlcmVkR3JvdXAgPSBbLi4uKGZpbHRlckl0ZW0gYXMgT3B0aW9uTW9kZWxbXSldLmZpbHRlcihcbiAgICAgICAgICAgICAgICAgICAgKGl0ZW0pID0+IHtcbiAgICAgICAgICAgICAgICAgICAgICAgIGNvbnN0IHZhbHVlID0gbGFiZWxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA/IChpdGVtW2xhYmVsIGFzIGtleW9mIE9wdGlvbk1vZGVsXSBhcyBzdHJpbmcpXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgOiAoaXRlbSBhcyBzdHJpbmcpO1xuXG4gICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gdmFsdWVcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAudG9Mb3dlckNhc2UoKVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIC5pbmNsdWRlcyhzZWFyY2hUZXh0LnRvTG93ZXJDYXNlKCkpO1xuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgKTtcblxuICAgICAgICAgICAgICAgIGl0ZW1baW5wdXRDb25maWcuc2VhcmNoaW5Hcm91cEluZGV4IGFzIGtleW9mIE9wdGlvbk1vZGVsXSA9XG4gICAgICAgICAgICAgICAgICAgIGZpbHRlcmVkR3JvdXA7XG5cbiAgICAgICAgICAgICAgICByZXR1cm4gZmlsdGVyZWRHcm91cC5sZW5ndGg7XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIGNvbnN0IHZhbHVlID0gbGFiZWxcbiAgICAgICAgICAgICAgICAgICAgPyAoZmlsdGVySXRlbVtsYWJlbCBhcyBrZXlvZiBPcHRpb25Nb2RlbF0gYXMgc3RyaW5nKVxuICAgICAgICAgICAgICAgICAgICA6IChpdGVtIGFzIHN0cmluZyk7XG4gICAgICAgICAgICAgICAgaWYgKHZhbHVlID09PSBEcm9wZG93blN0cmluZ0VudW0uQUREX05FVykgcmV0dXJuIHRydWU7XG5cbiAgICAgICAgICAgICAgICByZXR1cm4gdmFsdWUudG9Mb3dlckNhc2UoKS5pbmNsdWRlcyhzZWFyY2hUZXh0LnRvTG93ZXJDYXNlKCkpO1xuICAgICAgICAgICAgfVxuICAgICAgICB9KTtcblxuICAgICAgICAvLyBHZXQgc29ydGVkIHZhbHVlIGlmIHRoZXJlIGlzIGFueVxuICAgICAgICBmaWx0ZXJlZE9wdGlvbnMgPSB0aGlzLmdldFNvcnRlZE9wdGlvbnMoc29ydCwgZmlsdGVyZWRPcHRpb25zKTtcblxuICAgICAgICBpZiAoY2FuQWRkTmV3KSB7XG4gICAgICAgICAgICByZXR1cm4gW1xuICAgICAgICAgICAgICAgIHtcbiAgICAgICAgICAgICAgICAgICAgaWQ6IDc2NTUsXG4gICAgICAgICAgICAgICAgICAgIG5hbWU6IERyb3Bkb3duU3RyaW5nRW51bS5BRERfTkVXLFxuICAgICAgICAgICAgICAgIH0sXG4gICAgICAgICAgICAgICAgLi4uZmlsdGVyZWRPcHRpb25zLFxuICAgICAgICAgICAgXTtcbiAgICAgICAgfVxuXG4gICAgICAgIHJldHVybiBmaWx0ZXJlZE9wdGlvbnMubGVuZ3RoXG4gICAgICAgICAgICA/IGZpbHRlcmVkT3B0aW9uc1xuICAgICAgICAgICAgOiBbXG4gICAgICAgICAgICAgICAgICB7XG4gICAgICAgICAgICAgICAgICAgICAgaWQ6IDc2NTQsXG4gICAgICAgICAgICAgICAgICAgICAgbmFtZTogRHJvcGRvd25TdHJpbmdFbnVtLk5PX1JFU1VMVFMsXG4gICAgICAgICAgICAgICAgICB9LFxuICAgICAgICAgICAgICBdO1xuICAgIH1cblxuICAgIHB1YmxpYyBnZXRTb3J0ZWRPcHRpb25zKHNvcnQ6IHN0cmluZywgb3B0aW9uczogT3B0aW9uTW9kZWxbXSkge1xuICAgICAgICAvLyBJIGFkZGVkIGEgc3dpdGNoIGZvciBub3csIHByb2JhYmx5IHRoZXJlIHdpbGwgYmUgbW9yZSBvcHRpb25zIGxhdGVyXG4gICAgICAgIHN3aXRjaCAoc29ydCkge1xuICAgICAgICAgICAgY2FzZSAnYWN0aXZlLWRyaXZlcnMnOiB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIG9wdGlvbnMuc29ydChcbiAgICAgICAgICAgICAgICAgICAgKHgsIHkpID0+IE51bWJlcih5LnN0YXR1cykgLSBOdW1iZXIoeC5zdGF0dXMpXG4gICAgICAgICAgICAgICAgKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuXG4gICAgICAgIHJldHVybiBvcHRpb25zO1xuICAgIH1cbn1cbiJdfQ==
@@ -1,10 +0,0 @@
1
- export * from './dropdown-count.pipe';
2
- export * from './input-dropdown-svgtext-template-icon.pipe';
3
- export * from './input-dropdown-svgtext-template-container.pipe';
4
- export * from './input-dropdown-load-broker-container.pipe';
5
- export * from './input-dropdown-multiselect-class.pipe';
6
- export * from './input-dropdown-default-template-class.pipe';
7
- export * from './input-dropdown-label-class.pipe';
8
- export * from './input-dropdown-fuel-franchise-class.pipe';
9
- export * from './input-dropdown-get-icon.pipe';
10
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1pbnB1dC1kcm9wZG93bi10ZXN0L3BpcGVzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsdUJBQXVCLENBQUM7QUFDdEMsY0FBYyw2Q0FBNkMsQ0FBQztBQUM1RCxjQUFjLGtEQUFrRCxDQUFDO0FBQ2pFLGNBQWMsNkNBQTZDLENBQUM7QUFDNUQsY0FBYyx5Q0FBeUMsQ0FBQztBQUN4RCxjQUFjLDhDQUE4QyxDQUFDO0FBQzdELGNBQWMsbUNBQW1DLENBQUM7QUFDbEQsY0FBYyw0Q0FBNEMsQ0FBQztBQUMzRCxjQUFjLGdDQUFnQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9kcm9wZG93bi1jb3VudC5waXBlJztcbmV4cG9ydCAqIGZyb20gJy4vaW5wdXQtZHJvcGRvd24tc3ZndGV4dC10ZW1wbGF0ZS1pY29uLnBpcGUnO1xuZXhwb3J0ICogZnJvbSAnLi9pbnB1dC1kcm9wZG93bi1zdmd0ZXh0LXRlbXBsYXRlLWNvbnRhaW5lci5waXBlJztcbmV4cG9ydCAqIGZyb20gJy4vaW5wdXQtZHJvcGRvd24tbG9hZC1icm9rZXItY29udGFpbmVyLnBpcGUnO1xuZXhwb3J0ICogZnJvbSAnLi9pbnB1dC1kcm9wZG93bi1tdWx0aXNlbGVjdC1jbGFzcy5waXBlJztcbmV4cG9ydCAqIGZyb20gJy4vaW5wdXQtZHJvcGRvd24tZGVmYXVsdC10ZW1wbGF0ZS1jbGFzcy5waXBlJztcbmV4cG9ydCAqIGZyb20gJy4vaW5wdXQtZHJvcGRvd24tbGFiZWwtY2xhc3MucGlwZSc7XG5leHBvcnQgKiBmcm9tICcuL2lucHV0LWRyb3Bkb3duLWZ1ZWwtZnJhbmNoaXNlLWNsYXNzLnBpcGUnO1xuZXhwb3J0ICogZnJvbSAnLi9pbnB1dC1kcm9wZG93bi1nZXQtaWNvbi5waXBlJztcbiJdfQ==
@@ -1,27 +0,0 @@
1
- import { Pipe } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class InputDropdownDefaultTemplateClassPipe {
4
- transform(option, options, activeItem, inputConfig) {
5
- return {
6
- disabled: option?.disabled,
7
- 'no-result': options.length === 1 && options[0]?.name === 'No Results',
8
- 'add-new': option?.name === 'ADD NEW',
9
- active: option.id ===
10
- (activeItem?.duplicateId
11
- ? activeItem?.duplicateId
12
- : activeItem?.id),
13
- 'active-repair-truck-trailer': option?.status === 1,
14
- routing_dropdown: inputConfig?.name === 'RoutingAddress',
15
- };
16
- }
17
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputDropdownDefaultTemplateClassPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
18
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: InputDropdownDefaultTemplateClassPipe, isStandalone: true, name: "inputDropdownDefaultTemplateClass" }); }
19
- }
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputDropdownDefaultTemplateClassPipe, decorators: [{
21
- type: Pipe,
22
- args: [{
23
- name: 'inputDropdownDefaultTemplateClass',
24
- standalone: true,
25
- }]
26
- }] });
27
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtZHJvcGRvd24tZGVmYXVsdC10ZW1wbGF0ZS1jbGFzcy5waXBlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtaW5wdXQtZHJvcGRvd24tdGVzdC9waXBlcy9pbnB1dC1kcm9wZG93bi1kZWZhdWx0LXRlbXBsYXRlLWNsYXNzLnBpcGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLElBQUksRUFBaUIsTUFBTSxlQUFlLENBQUM7O0FBWXBELE1BQU0sT0FBTyxxQ0FBcUM7SUFDOUMsU0FBUyxDQUNMLE1BQW1CLEVBQ25CLE9BQXNCLEVBQ3RCLFVBQThCLEVBQzlCLFdBQXFCO1FBRXJCLE9BQU87WUFDSCxRQUFRLEVBQUUsTUFBTSxFQUFFLFFBQVE7WUFDMUIsV0FBVyxFQUNQLE9BQU8sQ0FBQyxNQUFNLEtBQUssQ0FBQyxJQUFJLE9BQU8sQ0FBQyxDQUFDLENBQUMsRUFBRSxJQUFJLEtBQUssWUFBWTtZQUM3RCxTQUFTLEVBQUUsTUFBTSxFQUFFLElBQUksS0FBSyxTQUFTO1lBQ3JDLE1BQU0sRUFDRixNQUFNLENBQUMsRUFBRTtnQkFDVCxDQUFDLFVBQVUsRUFBRSxXQUFXO29CQUNwQixDQUFDLENBQUMsVUFBVSxFQUFFLFdBQVc7b0JBQ3pCLENBQUMsQ0FBQyxVQUFVLEVBQUUsRUFBRSxDQUFDO1lBQ3pCLDZCQUE2QixFQUFFLE1BQU0sRUFBRSxNQUFNLEtBQUssQ0FBQztZQUNuRCxnQkFBZ0IsRUFBRSxXQUFXLEVBQUUsSUFBSSxLQUFLLGdCQUFnQjtTQUMzRCxDQUFDO0lBQ04sQ0FBQzsrR0FwQlEscUNBQXFDOzZHQUFyQyxxQ0FBcUM7OzRGQUFyQyxxQ0FBcUM7a0JBSmpELElBQUk7bUJBQUM7b0JBQ0YsSUFBSSxFQUFFLG1DQUFtQztvQkFDekMsVUFBVSxFQUFFLElBQUk7aUJBQ25CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgUGlwZSwgUGlwZVRyYW5zZm9ybSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG4vLyBjb25maWdcbmltcG9ydCB7IElDYUlucHV0IH0gZnJvbSAnLi4vLi4vY2EtaW5wdXQtdGVzdC9jb25maWcnO1xuXG4vLyBtb2RlbHNcbmltcG9ydCB7IE9wdGlvbk1vZGVsIH0gZnJvbSAnLi4vbW9kZWxzJztcblxuQFBpcGUoe1xuICAgIG5hbWU6ICdpbnB1dERyb3Bkb3duRGVmYXVsdFRlbXBsYXRlQ2xhc3MnLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG59KVxuZXhwb3J0IGNsYXNzIElucHV0RHJvcGRvd25EZWZhdWx0VGVtcGxhdGVDbGFzc1BpcGUgaW1wbGVtZW50cyBQaXBlVHJhbnNmb3JtIHtcbiAgICB0cmFuc2Zvcm0oXG4gICAgICAgIG9wdGlvbjogT3B0aW9uTW9kZWwsXG4gICAgICAgIG9wdGlvbnM6IE9wdGlvbk1vZGVsW10sXG4gICAgICAgIGFjdGl2ZUl0ZW06IE9wdGlvbk1vZGVsIHwgbnVsbCxcbiAgICAgICAgaW5wdXRDb25maWc6IElDYUlucHV0XG4gICAgKTogeyBba2V5OiBzdHJpbmddOiBib29sZWFuIHwgdW5kZWZpbmVkIH0ge1xuICAgICAgICByZXR1cm4ge1xuICAgICAgICAgICAgZGlzYWJsZWQ6IG9wdGlvbj8uZGlzYWJsZWQsXG4gICAgICAgICAgICAnbm8tcmVzdWx0JzpcbiAgICAgICAgICAgICAgICBvcHRpb25zLmxlbmd0aCA9PT0gMSAmJiBvcHRpb25zWzBdPy5uYW1lID09PSAnTm8gUmVzdWx0cycsXG4gICAgICAgICAgICAnYWRkLW5ldyc6IG9wdGlvbj8ubmFtZSA9PT0gJ0FERCBORVcnLFxuICAgICAgICAgICAgYWN0aXZlOlxuICAgICAgICAgICAgICAgIG9wdGlvbi5pZCA9PT1cbiAgICAgICAgICAgICAgICAoYWN0aXZlSXRlbT8uZHVwbGljYXRlSWRcbiAgICAgICAgICAgICAgICAgICAgPyBhY3RpdmVJdGVtPy5kdXBsaWNhdGVJZFxuICAgICAgICAgICAgICAgICAgICA6IGFjdGl2ZUl0ZW0/LmlkKSxcbiAgICAgICAgICAgICdhY3RpdmUtcmVwYWlyLXRydWNrLXRyYWlsZXInOiBvcHRpb24/LnN0YXR1cyA9PT0gMSxcbiAgICAgICAgICAgIHJvdXRpbmdfZHJvcGRvd246IGlucHV0Q29uZmlnPy5uYW1lID09PSAnUm91dGluZ0FkZHJlc3MnLFxuICAgICAgICB9O1xuICAgIH1cbn1cbiJdfQ==
@@ -1,22 +0,0 @@
1
- import { Pipe } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class InputDropdownFuelFranchiseClassPipe {
4
- transform(option, options) {
5
- return {
6
- disabled: option?.disabled,
7
- 'no-result': options.length === 1 && options[0]?.name === 'No Results',
8
- 'active-stores': option?.open,
9
- 'active-stores-header-hover': option?.hover && option?.open,
10
- };
11
- }
12
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputDropdownFuelFranchiseClassPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
13
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: InputDropdownFuelFranchiseClassPipe, isStandalone: true, name: "inputDropdownFuelFranchiseClass" }); }
14
- }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputDropdownFuelFranchiseClassPipe, decorators: [{
16
- type: Pipe,
17
- args: [{
18
- name: 'inputDropdownFuelFranchiseClass',
19
- standalone: true,
20
- }]
21
- }] });
22
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtZHJvcGRvd24tZnVlbC1mcmFuY2hpc2UtY2xhc3MucGlwZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLWlucHV0LWRyb3Bkb3duLXRlc3QvcGlwZXMvaW5wdXQtZHJvcGRvd24tZnVlbC1mcmFuY2hpc2UtY2xhc3MucGlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsSUFBSSxFQUFpQixNQUFNLGVBQWUsQ0FBQzs7QUFPcEQsTUFBTSxPQUFPLG1DQUFtQztJQUM5QyxTQUFTLENBQ1AsTUFBbUIsRUFDbkIsT0FBc0I7UUFFdEIsT0FBTztZQUNMLFFBQVEsRUFBRSxNQUFNLEVBQUUsUUFBUTtZQUMxQixXQUFXLEVBQUUsT0FBTyxDQUFDLE1BQU0sS0FBSyxDQUFDLElBQUksT0FBTyxDQUFDLENBQUMsQ0FBQyxFQUFFLElBQUksS0FBSyxZQUFZO1lBQ3RFLGVBQWUsRUFBRSxNQUFNLEVBQUUsSUFBSTtZQUM3Qiw0QkFBNEIsRUFBRSxNQUFNLEVBQUUsS0FBSyxJQUFJLE1BQU0sRUFBRSxJQUFJO1NBQzVELENBQUM7SUFDSixDQUFDOytHQVhVLG1DQUFtQzs2R0FBbkMsbUNBQW1DOzs0RkFBbkMsbUNBQW1DO2tCQUovQyxJQUFJO21CQUFDO29CQUNKLElBQUksRUFBRSxpQ0FBaUM7b0JBQ3ZDLFVBQVUsRUFBRSxJQUFJO2lCQUNqQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFBpcGUsIFBpcGVUcmFuc2Zvcm0gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE9wdGlvbk1vZGVsIH0gZnJvbSAnLi4vbW9kZWxzJztcblxuQFBpcGUoe1xuICBuYW1lOiAnaW5wdXREcm9wZG93bkZ1ZWxGcmFuY2hpc2VDbGFzcycsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG59KVxuZXhwb3J0IGNsYXNzIElucHV0RHJvcGRvd25GdWVsRnJhbmNoaXNlQ2xhc3NQaXBlIGltcGxlbWVudHMgUGlwZVRyYW5zZm9ybSB7XG4gIHRyYW5zZm9ybShcbiAgICBvcHRpb246IE9wdGlvbk1vZGVsLFxuICAgIG9wdGlvbnM6IE9wdGlvbk1vZGVsW11cbiAgKTogeyBba2V5OiBzdHJpbmddOiBib29sZWFuIHwgdW5kZWZpbmVkIH0ge1xuICAgIHJldHVybiB7XG4gICAgICBkaXNhYmxlZDogb3B0aW9uPy5kaXNhYmxlZCxcbiAgICAgICduby1yZXN1bHQnOiBvcHRpb25zLmxlbmd0aCA9PT0gMSAmJiBvcHRpb25zWzBdPy5uYW1lID09PSAnTm8gUmVzdWx0cycsXG4gICAgICAnYWN0aXZlLXN0b3Jlcyc6IG9wdGlvbj8ub3BlbixcbiAgICAgICdhY3RpdmUtc3RvcmVzLWhlYWRlci1ob3Zlcic6IG9wdGlvbj8uaG92ZXIgJiYgb3B0aW9uPy5vcGVuLFxuICAgIH07XG4gIH1cbn1cbiJdfQ==
@@ -1,18 +0,0 @@
1
- import { Pipe } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class InputDropdownGetIconsPipe {
4
- transform(option, activeItem) {
5
- const activeItemPath = activeItem?.[option.activeItemIconKey];
6
- return `${option.iconsPath}${activeItemPath || ''}`;
7
- }
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputDropdownGetIconsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
9
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: InputDropdownGetIconsPipe, isStandalone: true, name: "inputDropdownGetIcons" }); }
10
- }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputDropdownGetIconsPipe, decorators: [{
12
- type: Pipe,
13
- args: [{
14
- name: 'inputDropdownGetIcons',
15
- standalone: true,
16
- }]
17
- }] });
18
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtZHJvcGRvd24tZ2V0LWljb24ucGlwZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLWlucHV0LWRyb3Bkb3duLXRlc3QvcGlwZXMvaW5wdXQtZHJvcGRvd24tZ2V0LWljb24ucGlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsSUFBSSxFQUFpQixNQUFNLGVBQWUsQ0FBQzs7QUFRcEQsTUFBTSxPQUFPLHlCQUF5QjtJQUNsQyxTQUFTLENBQ0wsTUFBNEIsRUFDNUIsVUFBOEI7UUFFOUIsTUFBTSxjQUFjLEdBQ2hCLFVBQVUsRUFBRSxDQUFDLE1BQU0sQ0FBQyxpQkFBc0MsQ0FBQyxDQUFDO1FBQ2hFLE9BQU8sR0FBRyxNQUFNLENBQUMsU0FBUyxHQUFHLGNBQWMsSUFBSSxFQUFFLEVBQUUsQ0FBQztJQUN4RCxDQUFDOytHQVJRLHlCQUF5Qjs2R0FBekIseUJBQXlCOzs0RkFBekIseUJBQXlCO2tCQUpyQyxJQUFJO21CQUFDO29CQUNGLElBQUksRUFBRSx1QkFBdUI7b0JBQzdCLFVBQVUsRUFBRSxJQUFJO2lCQUNuQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFBpcGUsIFBpcGVUcmFuc2Zvcm0gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElDYUlucHV0V2l0aERyb3Bkb3duIH0gZnJvbSAnLi4vLi4vY2EtaW5wdXQvY29uZmlnJztcbmltcG9ydCB7IE9wdGlvbk1vZGVsIH0gZnJvbSAnLi4vbW9kZWxzJztcblxuQFBpcGUoe1xuICAgIG5hbWU6ICdpbnB1dERyb3Bkb3duR2V0SWNvbnMnLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG59KVxuZXhwb3J0IGNsYXNzIElucHV0RHJvcGRvd25HZXRJY29uc1BpcGUgaW1wbGVtZW50cyBQaXBlVHJhbnNmb3JtIHtcbiAgICB0cmFuc2Zvcm0oXG4gICAgICAgIG9wdGlvbjogSUNhSW5wdXRXaXRoRHJvcGRvd24sXG4gICAgICAgIGFjdGl2ZUl0ZW06IE9wdGlvbk1vZGVsIHwgbnVsbFxuICAgICk6IHN0cmluZyB7XG4gICAgICAgIGNvbnN0IGFjdGl2ZUl0ZW1QYXRoID1cbiAgICAgICAgICAgIGFjdGl2ZUl0ZW0/LltvcHRpb24uYWN0aXZlSXRlbUljb25LZXkgYXMga2V5b2YgT3B0aW9uTW9kZWxdO1xuICAgICAgICByZXR1cm4gYCR7b3B0aW9uLmljb25zUGF0aH0ke2FjdGl2ZUl0ZW1QYXRoIHx8ICcnfWA7XG4gICAgfVxufVxuIl19
@@ -1,27 +0,0 @@
1
- import { Pipe } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class InputDropdownLabelClassPipe {
4
- transform(option, options, activeItem, labelMode, inputConfig) {
5
- return {
6
- disabled: option?.disabled,
7
- 'add-new': option?.name === 'ADD NEW',
8
- 'no-result': options.length === 1 && options[0]?.name === 'No Results',
9
- 'active-label': option.id === activeItem?.id &&
10
- labelMode === 'Label' &&
11
- inputConfig.customClass !== 'input-dropdown-table',
12
- 'active-dark': option.id === activeItem?.id &&
13
- labelMode === 'Label' &&
14
- inputConfig.customClass === 'input-dropdown-table',
15
- };
16
- }
17
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputDropdownLabelClassPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
18
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: InputDropdownLabelClassPipe, isStandalone: true, name: "inputDropdownLabelClass" }); }
19
- }
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputDropdownLabelClassPipe, decorators: [{
21
- type: Pipe,
22
- args: [{
23
- name: 'inputDropdownLabelClass',
24
- standalone: true,
25
- }]
26
- }] });
27
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtZHJvcGRvd24tbGFiZWwtY2xhc3MucGlwZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLWlucHV0LWRyb3Bkb3duLXRlc3QvcGlwZXMvaW5wdXQtZHJvcGRvd24tbGFiZWwtY2xhc3MucGlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsSUFBSSxFQUFpQixNQUFNLGVBQWUsQ0FBQzs7QUFZcEQsTUFBTSxPQUFPLDJCQUEyQjtJQUNwQyxTQUFTLENBQ0wsTUFBbUIsRUFDbkIsT0FBc0IsRUFDdEIsVUFBOEIsRUFDOUIsU0FBaUIsRUFDakIsV0FBcUI7UUFFckIsT0FBTztZQUNILFFBQVEsRUFBRSxNQUFNLEVBQUUsUUFBUTtZQUMxQixTQUFTLEVBQUUsTUFBTSxFQUFFLElBQUksS0FBSyxTQUFTO1lBQ3JDLFdBQVcsRUFDUCxPQUFPLENBQUMsTUFBTSxLQUFLLENBQUMsSUFBSSxPQUFPLENBQUMsQ0FBQyxDQUFDLEVBQUUsSUFBSSxLQUFLLFlBQVk7WUFDN0QsY0FBYyxFQUNWLE1BQU0sQ0FBQyxFQUFFLEtBQUssVUFBVSxFQUFFLEVBQUU7Z0JBQzVCLFNBQVMsS0FBSyxPQUFPO2dCQUNyQixXQUFXLENBQUMsV0FBVyxLQUFLLHNCQUFzQjtZQUN0RCxhQUFhLEVBQ1QsTUFBTSxDQUFDLEVBQUUsS0FBSyxVQUFVLEVBQUUsRUFBRTtnQkFDNUIsU0FBUyxLQUFLLE9BQU87Z0JBQ3JCLFdBQVcsQ0FBQyxXQUFXLEtBQUssc0JBQXNCO1NBQ3pELENBQUM7SUFDTixDQUFDOytHQXRCUSwyQkFBMkI7NkdBQTNCLDJCQUEyQjs7NEZBQTNCLDJCQUEyQjtrQkFKdkMsSUFBSTttQkFBQztvQkFDRixJQUFJLEVBQUUseUJBQXlCO29CQUMvQixVQUFVLEVBQUUsSUFBSTtpQkFDbkIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQaXBlLCBQaXBlVHJhbnNmb3JtIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbi8vIGNvbmZpZ1xuaW1wb3J0IHsgSUNhSW5wdXQgfSBmcm9tICcuLi8uLi9jYS1pbnB1dC10ZXN0L2NvbmZpZyc7XG5cbi8vIG1vZGVsc1xuaW1wb3J0IHsgT3B0aW9uTW9kZWwgfSBmcm9tICcuLi9tb2RlbHMnO1xuXG5AUGlwZSh7XG4gICAgbmFtZTogJ2lucHV0RHJvcGRvd25MYWJlbENsYXNzJyxcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxufSlcbmV4cG9ydCBjbGFzcyBJbnB1dERyb3Bkb3duTGFiZWxDbGFzc1BpcGUgaW1wbGVtZW50cyBQaXBlVHJhbnNmb3JtIHtcbiAgICB0cmFuc2Zvcm0oXG4gICAgICAgIG9wdGlvbjogT3B0aW9uTW9kZWwsXG4gICAgICAgIG9wdGlvbnM6IE9wdGlvbk1vZGVsW10sXG4gICAgICAgIGFjdGl2ZUl0ZW06IE9wdGlvbk1vZGVsIHwgbnVsbCxcbiAgICAgICAgbGFiZWxNb2RlOiBzdHJpbmcsXG4gICAgICAgIGlucHV0Q29uZmlnOiBJQ2FJbnB1dFxuICAgICk6IHsgW2tleTogc3RyaW5nXTogYm9vbGVhbiB8IHVuZGVmaW5lZCB9IHtcbiAgICAgICAgcmV0dXJuIHtcbiAgICAgICAgICAgIGRpc2FibGVkOiBvcHRpb24/LmRpc2FibGVkLFxuICAgICAgICAgICAgJ2FkZC1uZXcnOiBvcHRpb24/Lm5hbWUgPT09ICdBREQgTkVXJyxcbiAgICAgICAgICAgICduby1yZXN1bHQnOlxuICAgICAgICAgICAgICAgIG9wdGlvbnMubGVuZ3RoID09PSAxICYmIG9wdGlvbnNbMF0/Lm5hbWUgPT09ICdObyBSZXN1bHRzJyxcbiAgICAgICAgICAgICdhY3RpdmUtbGFiZWwnOlxuICAgICAgICAgICAgICAgIG9wdGlvbi5pZCA9PT0gYWN0aXZlSXRlbT8uaWQgJiZcbiAgICAgICAgICAgICAgICBsYWJlbE1vZGUgPT09ICdMYWJlbCcgJiZcbiAgICAgICAgICAgICAgICBpbnB1dENvbmZpZy5jdXN0b21DbGFzcyAhPT0gJ2lucHV0LWRyb3Bkb3duLXRhYmxlJyxcbiAgICAgICAgICAgICdhY3RpdmUtZGFyayc6XG4gICAgICAgICAgICAgICAgb3B0aW9uLmlkID09PSBhY3RpdmVJdGVtPy5pZCAmJlxuICAgICAgICAgICAgICAgIGxhYmVsTW9kZSA9PT0gJ0xhYmVsJyAmJlxuICAgICAgICAgICAgICAgIGlucHV0Q29uZmlnLmN1c3RvbUNsYXNzID09PSAnaW5wdXQtZHJvcGRvd24tdGFibGUnLFxuICAgICAgICB9O1xuICAgIH1cbn1cbiJdfQ==
@@ -1,25 +0,0 @@
1
- import { Pipe } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class InputDropdownLoadBrokerContainerPipe {
4
- transform(option, options, activeItem) {
5
- return {
6
- disabled: option?.disabled ||
7
- option?.dnu ||
8
- option?.ban ||
9
- option?.availableCreditType?.name === 'Empty',
10
- 'no-result': options.length === 1 && options[0].name === 'No Results',
11
- 'add-new': option.name === 'ADD NEW',
12
- active: option.id === activeItem?.id,
13
- };
14
- }
15
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputDropdownLoadBrokerContainerPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
16
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: InputDropdownLoadBrokerContainerPipe, isStandalone: true, name: "inputDropdownLoadBrokerContainer" }); }
17
- }
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputDropdownLoadBrokerContainerPipe, decorators: [{
19
- type: Pipe,
20
- args: [{
21
- name: 'inputDropdownLoadBrokerContainer',
22
- standalone: true,
23
- }]
24
- }] });
25
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtZHJvcGRvd24tbG9hZC1icm9rZXItY29udGFpbmVyLnBpcGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1pbnB1dC1kcm9wZG93bi10ZXN0L3BpcGVzL2lucHV0LWRyb3Bkb3duLWxvYWQtYnJva2VyLWNvbnRhaW5lci5waXBlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxJQUFJLEVBQWlCLE1BQU0sZUFBZSxDQUFDOztBQU9wRCxNQUFNLE9BQU8sb0NBQW9DO0lBRy9DLFNBQVMsQ0FDUCxNQUFtQixFQUNuQixPQUFzQixFQUN0QixVQUE4QjtRQUU5QixPQUFPO1lBQ0wsUUFBUSxFQUNOLE1BQU0sRUFBRSxRQUFRO2dCQUNoQixNQUFNLEVBQUUsR0FBRztnQkFDWCxNQUFNLEVBQUUsR0FBRztnQkFDWCxNQUFNLEVBQUUsbUJBQW1CLEVBQUUsSUFBSSxLQUFLLE9BQU87WUFDL0MsV0FBVyxFQUFFLE9BQU8sQ0FBQyxNQUFNLEtBQUssQ0FBQyxJQUFJLE9BQU8sQ0FBQyxDQUFDLENBQUMsQ0FBQyxJQUFJLEtBQUssWUFBWTtZQUNyRSxTQUFTLEVBQUUsTUFBTSxDQUFDLElBQUksS0FBSyxTQUFTO1lBQ3BDLE1BQU0sRUFBRSxNQUFNLENBQUMsRUFBRSxLQUFLLFVBQVUsRUFBRSxFQUFFO1NBQ3JDLENBQUM7SUFDSixDQUFDOytHQWxCVSxvQ0FBb0M7NkdBQXBDLG9DQUFvQzs7NEZBQXBDLG9DQUFvQztrQkFKaEQsSUFBSTttQkFBQztvQkFDSixJQUFJLEVBQUUsa0NBQWtDO29CQUN4QyxVQUFVLEVBQUUsSUFBSTtpQkFDakIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQaXBlLCBQaXBlVHJhbnNmb3JtIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBPcHRpb25Nb2RlbCB9IGZyb20gJy4uL21vZGVscyc7XG5cbkBQaXBlKHtcbiAgbmFtZTogJ2lucHV0RHJvcGRvd25Mb2FkQnJva2VyQ29udGFpbmVyJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbn0pXG5leHBvcnQgY2xhc3MgSW5wdXREcm9wZG93bkxvYWRCcm9rZXJDb250YWluZXJQaXBlXG4gIGltcGxlbWVudHMgUGlwZVRyYW5zZm9ybVxue1xuICB0cmFuc2Zvcm0oXG4gICAgb3B0aW9uOiBPcHRpb25Nb2RlbCxcbiAgICBvcHRpb25zOiBPcHRpb25Nb2RlbFtdLFxuICAgIGFjdGl2ZUl0ZW06IE9wdGlvbk1vZGVsIHwgbnVsbFxuICApOiB7IFtrZXk6IHN0cmluZ106IGJvb2xlYW4gfCB1bmRlZmluZWQgfSB7XG4gICAgcmV0dXJuIHtcbiAgICAgIGRpc2FibGVkOlxuICAgICAgICBvcHRpb24/LmRpc2FibGVkIHx8XG4gICAgICAgIG9wdGlvbj8uZG51IHx8XG4gICAgICAgIG9wdGlvbj8uYmFuIHx8XG4gICAgICAgIG9wdGlvbj8uYXZhaWxhYmxlQ3JlZGl0VHlwZT8ubmFtZSA9PT0gJ0VtcHR5JyxcbiAgICAgICduby1yZXN1bHQnOiBvcHRpb25zLmxlbmd0aCA9PT0gMSAmJiBvcHRpb25zWzBdLm5hbWUgPT09ICdObyBSZXN1bHRzJyxcbiAgICAgICdhZGQtbmV3Jzogb3B0aW9uLm5hbWUgPT09ICdBREQgTkVXJyxcbiAgICAgIGFjdGl2ZTogb3B0aW9uLmlkID09PSBhY3RpdmVJdGVtPy5pZCxcbiAgICB9O1xuICB9XG59XG4iXX0=
@@ -1,23 +0,0 @@
1
- import { Pipe } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class InputDropdownMultiselectClassPipe {
4
- transform(inputConfig, multiselectItems, isMultiSelectInputFocus) {
5
- return {
6
- 'multiselect-dropdown': inputConfig.multiselectDropdown && multiselectItems.length > 0,
7
- 'multiselect-focus-out': !isMultiSelectInputFocus && !inputConfig.isDisabled,
8
- 'multiselect-focus-in': isMultiSelectInputFocus && !inputConfig.isDisabled,
9
- 'multiselect-disabled': inputConfig.isDisabled,
10
- 'merge-dropdown-body-with-input': inputConfig.mergeDropdownBodyWithInput,
11
- };
12
- }
13
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputDropdownMultiselectClassPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
14
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: InputDropdownMultiselectClassPipe, isStandalone: true, name: "inputDropdownMultiselectClass" }); }
15
- }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputDropdownMultiselectClassPipe, decorators: [{
17
- type: Pipe,
18
- args: [{
19
- name: 'inputDropdownMultiselectClass',
20
- standalone: true,
21
- }]
22
- }] });
23
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtZHJvcGRvd24tbXVsdGlzZWxlY3QtY2xhc3MucGlwZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLWlucHV0LWRyb3Bkb3duLXRlc3QvcGlwZXMvaW5wdXQtZHJvcGRvd24tbXVsdGlzZWxlY3QtY2xhc3MucGlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsSUFBSSxFQUFpQixNQUFNLGVBQWUsQ0FBQzs7QUFZcEQsTUFBTSxPQUFPLGlDQUFpQztJQUM1QyxTQUFTLENBQ1AsV0FBcUIsRUFDckIsZ0JBQStCLEVBQy9CLHVCQUFnQztRQUVoQyxPQUFPO1lBQ0wsc0JBQXNCLEVBQ3BCLFdBQVcsQ0FBQyxtQkFBbUIsSUFBSSxnQkFBZ0IsQ0FBQyxNQUFNLEdBQUcsQ0FBQztZQUNoRSx1QkFBdUIsRUFDckIsQ0FBQyx1QkFBdUIsSUFBSSxDQUFDLFdBQVcsQ0FBQyxVQUFVO1lBQ3JELHNCQUFzQixFQUNwQix1QkFBdUIsSUFBSSxDQUFDLFdBQVcsQ0FBQyxVQUFVO1lBQ3BELHNCQUFzQixFQUFFLFdBQVcsQ0FBQyxVQUFVO1lBQzlDLGdDQUFnQyxFQUFFLFdBQVcsQ0FBQywwQkFBMEI7U0FDekUsQ0FBQztJQUNKLENBQUM7K0dBaEJVLGlDQUFpQzs2R0FBakMsaUNBQWlDOzs0RkFBakMsaUNBQWlDO2tCQUo3QyxJQUFJO21CQUFDO29CQUNKLElBQUksRUFBRSwrQkFBK0I7b0JBQ3JDLFVBQVUsRUFBRSxJQUFJO2lCQUNqQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFBpcGUsIFBpcGVUcmFuc2Zvcm0gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuLy8gY29uZmlnXG5pbXBvcnQgeyBJQ2FJbnB1dCB9IGZyb20gJy4uLy4uL2NhLWlucHV0LXRlc3QvY29uZmlnJztcblxuLy8gbW9kZWxzXG5pbXBvcnQgeyBPcHRpb25Nb2RlbCB9IGZyb20gJy4uL21vZGVscyc7XG5cbkBQaXBlKHtcbiAgbmFtZTogJ2lucHV0RHJvcGRvd25NdWx0aXNlbGVjdENsYXNzJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbn0pXG5leHBvcnQgY2xhc3MgSW5wdXREcm9wZG93bk11bHRpc2VsZWN0Q2xhc3NQaXBlIGltcGxlbWVudHMgUGlwZVRyYW5zZm9ybSB7XG4gIHRyYW5zZm9ybShcbiAgICBpbnB1dENvbmZpZzogSUNhSW5wdXQsXG4gICAgbXVsdGlzZWxlY3RJdGVtczogT3B0aW9uTW9kZWxbXSxcbiAgICBpc011bHRpU2VsZWN0SW5wdXRGb2N1czogYm9vbGVhblxuICApOiB7IFtrZXk6IHN0cmluZ106IGJvb2xlYW4gfCB1bmRlZmluZWQgfSB7XG4gICAgcmV0dXJuIHtcbiAgICAgICdtdWx0aXNlbGVjdC1kcm9wZG93bic6XG4gICAgICAgIGlucHV0Q29uZmlnLm11bHRpc2VsZWN0RHJvcGRvd24gJiYgbXVsdGlzZWxlY3RJdGVtcy5sZW5ndGggPiAwLFxuICAgICAgJ211bHRpc2VsZWN0LWZvY3VzLW91dCc6XG4gICAgICAgICFpc011bHRpU2VsZWN0SW5wdXRGb2N1cyAmJiAhaW5wdXRDb25maWcuaXNEaXNhYmxlZCxcbiAgICAgICdtdWx0aXNlbGVjdC1mb2N1cy1pbic6XG4gICAgICAgIGlzTXVsdGlTZWxlY3RJbnB1dEZvY3VzICYmICFpbnB1dENvbmZpZy5pc0Rpc2FibGVkLFxuICAgICAgJ211bHRpc2VsZWN0LWRpc2FibGVkJzogaW5wdXRDb25maWcuaXNEaXNhYmxlZCxcbiAgICAgICdtZXJnZS1kcm9wZG93bi1ib2R5LXdpdGgtaW5wdXQnOiBpbnB1dENvbmZpZy5tZXJnZURyb3Bkb3duQm9keVdpdGhJbnB1dCxcbiAgICB9O1xuICB9XG59XG4iXX0=
@@ -1,25 +0,0 @@
1
- import { Pipe } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class InputDropdownSvgtextTemplateContainerPipe {
4
- transform(option, options, activeItem) {
5
- return {
6
- disabled: option?.disabled,
7
- 'no-result': options.length === 1 && options[0]?.name === 'No Results',
8
- 'add-new': option?.name === 'ADD NEW',
9
- active: option.id === activeItem?.id,
10
- 'all-assigned': option?.name?.toLowerCase() === 'all assigned',
11
- trailerContainer: option?.name === 'Container',
12
- lowboyrgn: option?.name === 'Low Boy / RGN',
13
- };
14
- }
15
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputDropdownSvgtextTemplateContainerPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
16
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: InputDropdownSvgtextTemplateContainerPipe, isStandalone: true, name: "inputDropdownSvgtextTemplateContainer" }); }
17
- }
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputDropdownSvgtextTemplateContainerPipe, decorators: [{
19
- type: Pipe,
20
- args: [{
21
- name: 'inputDropdownSvgtextTemplateContainer',
22
- standalone: true,
23
- }]
24
- }] });
25
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtZHJvcGRvd24tc3ZndGV4dC10ZW1wbGF0ZS1jb250YWluZXIucGlwZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLWlucHV0LWRyb3Bkb3duLXRlc3QvcGlwZXMvaW5wdXQtZHJvcGRvd24tc3ZndGV4dC10ZW1wbGF0ZS1jb250YWluZXIucGlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsSUFBSSxFQUFpQixNQUFNLGVBQWUsQ0FBQzs7QUFPcEQsTUFBTSxPQUFPLHlDQUF5QztJQUdwRCxTQUFTLENBQ1AsTUFBbUIsRUFDbkIsT0FBc0IsRUFDdEIsVUFBOEI7UUFFOUIsT0FBTztZQUNMLFFBQVEsRUFBRSxNQUFNLEVBQUUsUUFBUTtZQUMxQixXQUFXLEVBQUUsT0FBTyxDQUFDLE1BQU0sS0FBSyxDQUFDLElBQUksT0FBTyxDQUFDLENBQUMsQ0FBQyxFQUFFLElBQUksS0FBSyxZQUFZO1lBQ3RFLFNBQVMsRUFBRSxNQUFNLEVBQUUsSUFBSSxLQUFLLFNBQVM7WUFDckMsTUFBTSxFQUFFLE1BQU0sQ0FBQyxFQUFFLEtBQUssVUFBVSxFQUFFLEVBQUU7WUFDcEMsY0FBYyxFQUFFLE1BQU0sRUFBRSxJQUFJLEVBQUUsV0FBVyxFQUFFLEtBQUssY0FBYztZQUM5RCxnQkFBZ0IsRUFBRSxNQUFNLEVBQUUsSUFBSSxLQUFLLFdBQVc7WUFDOUMsU0FBUyxFQUFFLE1BQU0sRUFBRSxJQUFJLEtBQUssZUFBZTtTQUM1QyxDQUFDO0lBQ0osQ0FBQzsrR0FqQlUseUNBQXlDOzZHQUF6Qyx5Q0FBeUM7OzRGQUF6Qyx5Q0FBeUM7a0JBSnJELElBQUk7bUJBQUM7b0JBQ0osSUFBSSxFQUFFLHVDQUF1QztvQkFDN0MsVUFBVSxFQUFFLElBQUk7aUJBQ2pCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgUGlwZSwgUGlwZVRyYW5zZm9ybSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgT3B0aW9uTW9kZWwgfSBmcm9tICcuLi9tb2RlbHMnO1xuXG5AUGlwZSh7XG4gIG5hbWU6ICdpbnB1dERyb3Bkb3duU3ZndGV4dFRlbXBsYXRlQ29udGFpbmVyJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbn0pXG5leHBvcnQgY2xhc3MgSW5wdXREcm9wZG93blN2Z3RleHRUZW1wbGF0ZUNvbnRhaW5lclBpcGVcbiAgaW1wbGVtZW50cyBQaXBlVHJhbnNmb3JtXG57XG4gIHRyYW5zZm9ybShcbiAgICBvcHRpb246IE9wdGlvbk1vZGVsLFxuICAgIG9wdGlvbnM6IE9wdGlvbk1vZGVsW10sXG4gICAgYWN0aXZlSXRlbTogT3B0aW9uTW9kZWwgfCBudWxsXG4gICk6IHsgW2tleTogc3RyaW5nXTogYm9vbGVhbiB8IHVuZGVmaW5lZCB9IHtcbiAgICByZXR1cm4ge1xuICAgICAgZGlzYWJsZWQ6IG9wdGlvbj8uZGlzYWJsZWQsXG4gICAgICAnbm8tcmVzdWx0Jzogb3B0aW9ucy5sZW5ndGggPT09IDEgJiYgb3B0aW9uc1swXT8ubmFtZSA9PT0gJ05vIFJlc3VsdHMnLFxuICAgICAgJ2FkZC1uZXcnOiBvcHRpb24/Lm5hbWUgPT09ICdBREQgTkVXJyxcbiAgICAgIGFjdGl2ZTogb3B0aW9uLmlkID09PSBhY3RpdmVJdGVtPy5pZCxcbiAgICAgICdhbGwtYXNzaWduZWQnOiBvcHRpb24/Lm5hbWU/LnRvTG93ZXJDYXNlKCkgPT09ICdhbGwgYXNzaWduZWQnLFxuICAgICAgdHJhaWxlckNvbnRhaW5lcjogb3B0aW9uPy5uYW1lID09PSAnQ29udGFpbmVyJyxcbiAgICAgIGxvd2JveXJnbjogb3B0aW9uPy5uYW1lID09PSAnTG93IEJveSAvIFJHTicsXG4gICAgfTtcbiAgfVxufVxuIl19
@@ -1,23 +0,0 @@
1
- import { Pipe } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class InputDropdownSvgtextTemplateIconPipe {
4
- transform(option, activeItem, inputConfig) {
5
- return {
6
- active: option.id === activeItem?.id,
7
- 'no-svg': !option?.logoName,
8
- 'hazardous-svg': option?.logoName?.includes('hazardous'),
9
- 'truck-trailer-logo': inputConfig.customClass === 'truck-trailer-dropdown',
10
- 'state-logo': inputConfig.customClass === 'state-dropdown',
11
- };
12
- }
13
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputDropdownSvgtextTemplateIconPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
14
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: InputDropdownSvgtextTemplateIconPipe, isStandalone: true, name: "inputDropdownSvgtextTemplateIcon" }); }
15
- }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputDropdownSvgtextTemplateIconPipe, decorators: [{
17
- type: Pipe,
18
- args: [{
19
- name: 'inputDropdownSvgtextTemplateIcon',
20
- standalone: true,
21
- }]
22
- }] });
23
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtZHJvcGRvd24tc3ZndGV4dC10ZW1wbGF0ZS1pY29uLnBpcGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1pbnB1dC1kcm9wZG93bi10ZXN0L3BpcGVzL2lucHV0LWRyb3Bkb3duLXN2Z3RleHQtdGVtcGxhdGUtaWNvbi5waXBlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxJQUFJLEVBQWlCLE1BQU0sZUFBZSxDQUFDOztBQVdwRCxNQUFNLE9BQU8sb0NBQW9DO0lBQy9DLFNBQVMsQ0FDUCxNQUFtQixFQUNuQixVQUE4QixFQUM5QixXQUFxQjtRQUVyQixPQUFPO1lBQ0wsTUFBTSxFQUFFLE1BQU0sQ0FBQyxFQUFFLEtBQUssVUFBVSxFQUFFLEVBQUU7WUFDcEMsUUFBUSxFQUFFLENBQUMsTUFBTSxFQUFFLFFBQVE7WUFDM0IsZUFBZSxFQUFFLE1BQU0sRUFBRSxRQUFRLEVBQUUsUUFBUSxDQUFDLFdBQVcsQ0FBQztZQUN4RCxvQkFBb0IsRUFDbEIsV0FBVyxDQUFDLFdBQVcsS0FBSyx3QkFBd0I7WUFDdEQsWUFBWSxFQUFFLFdBQVcsQ0FBQyxXQUFXLEtBQUssZ0JBQWdCO1NBQzNELENBQUM7SUFDSixDQUFDOytHQWRVLG9DQUFvQzs2R0FBcEMsb0NBQW9DOzs0RkFBcEMsb0NBQW9DO2tCQUpoRCxJQUFJO21CQUFDO29CQUNKLElBQUksRUFBRSxrQ0FBa0M7b0JBQ3hDLFVBQVUsRUFBRSxJQUFJO2lCQUNqQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFBpcGUsIFBpcGVUcmFuc2Zvcm0gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuLy8gbW9kZWxzXG5pbXBvcnQgeyBPcHRpb25Nb2RlbCB9IGZyb20gJy4uL21vZGVscyc7XG4vLyBjb25maWdcbmltcG9ydCB7IElDYUlucHV0IH0gZnJvbSAnLi4vLi4vY2EtaW5wdXQtdGVzdC9jb25maWcnO1xuXG5AUGlwZSh7XG4gIG5hbWU6ICdpbnB1dERyb3Bkb3duU3ZndGV4dFRlbXBsYXRlSWNvbicsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG59KVxuZXhwb3J0IGNsYXNzIElucHV0RHJvcGRvd25Tdmd0ZXh0VGVtcGxhdGVJY29uUGlwZSBpbXBsZW1lbnRzIFBpcGVUcmFuc2Zvcm0ge1xuICB0cmFuc2Zvcm0oXG4gICAgb3B0aW9uOiBPcHRpb25Nb2RlbCxcbiAgICBhY3RpdmVJdGVtOiBPcHRpb25Nb2RlbCB8IG51bGwsXG4gICAgaW5wdXRDb25maWc6IElDYUlucHV0XG4gICk6IHsgW2tleTogc3RyaW5nXTogYm9vbGVhbiB8IHVuZGVmaW5lZCB9IHtcbiAgICByZXR1cm4ge1xuICAgICAgYWN0aXZlOiBvcHRpb24uaWQgPT09IGFjdGl2ZUl0ZW0/LmlkLFxuICAgICAgJ25vLXN2Zyc6ICFvcHRpb24/LmxvZ29OYW1lLFxuICAgICAgJ2hhemFyZG91cy1zdmcnOiBvcHRpb24/LmxvZ29OYW1lPy5pbmNsdWRlcygnaGF6YXJkb3VzJyksXG4gICAgICAndHJ1Y2stdHJhaWxlci1sb2dvJzpcbiAgICAgICAgaW5wdXRDb25maWcuY3VzdG9tQ2xhc3MgPT09ICd0cnVjay10cmFpbGVyLWRyb3Bkb3duJyxcbiAgICAgICdzdGF0ZS1sb2dvJzogaW5wdXRDb25maWcuY3VzdG9tQ2xhc3MgPT09ICdzdGF0ZS1kcm9wZG93bicsXG4gICAgfTtcbiAgfVxufVxuIl19
@@ -1,2 +0,0 @@
1
- export * from './input-dropdown-svg-routes';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1pbnB1dC1kcm9wZG93bi10ZXN0L3V0aWxzL3N2Zy1yb3V0ZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyw2QkFBNkIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vaW5wdXQtZHJvcGRvd24tc3ZnLXJvdXRlcyc7XG4iXX0=
@@ -1,13 +0,0 @@
1
- export class InputDropdownSvgRoutes {
2
- static { this.trailersSvgRoute = 'assets/ca-components/svg/common/trailers/'; }
3
- static { this.trucksSvgRoute = 'assets/ca-components/svg/common/trucks/'; }
4
- static { this.repairPmSvgRoute = 'assets/ca-components/svg/common/repair-pm/'; }
5
- static { this.inputDropdownArrowSvg = 'assets/ca-components/svg/input/ic_arrow_input.svg'; }
6
- static { this.xClearSvg = 'assets/ca-components/svg/input/ic_x.svg'; }
7
- static { this.plusSvg = 'assets/ca-components/svg/common/ic_plus.svg'; }
8
- static { this.dynamicLabelSvg = 'assets/ca-components/svg/input/ic_dynamic_label.svg'; }
9
- static { this.ownerBadgeBlackSvg = 'assets/ca-components/svg/input/owner-badge-black.svg'; }
10
- static { this.arrowDownUpdatedSvg = 'assets/ca-components/svg/common/ic_arrow_down_updated.svg'; }
11
- static { this.specConfirmSvg = 'assets/ca-components/svg/common/ic_spec-confirm.svg'; }
12
- }
13
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtZHJvcGRvd24tc3ZnLXJvdXRlcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLWlucHV0LWRyb3Bkb3duLXRlc3QvdXRpbHMvc3ZnLXJvdXRlcy9pbnB1dC1kcm9wZG93bi1zdmctcm91dGVzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sT0FBTyxzQkFBc0I7YUFDMUIscUJBQWdCLEdBQVcsMkNBQTJDLENBQUM7YUFDdkUsbUJBQWMsR0FBVyx5Q0FBeUMsQ0FBQzthQUNuRSxxQkFBZ0IsR0FBVyw0Q0FBNEMsQ0FBQzthQUN4RSwwQkFBcUIsR0FDMUIsbURBQW1ELENBQUM7YUFDL0MsY0FBUyxHQUFXLHlDQUF5QyxDQUFDO2FBQzlELFlBQU8sR0FBVyw2Q0FBNkMsQ0FBQzthQUNoRSxvQkFBZSxHQUFXLHFEQUFxRCxDQUFDO2FBQ2hGLHVCQUFrQixHQUFXLHNEQUFzRCxDQUFDO2FBQ3BGLHdCQUFtQixHQUFXLDJEQUEyRCxDQUFDO2FBQzFGLG1CQUFjLEdBQVcscURBQXFELENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY2xhc3MgSW5wdXREcm9wZG93blN2Z1JvdXRlcyB7XG4gIHN0YXRpYyB0cmFpbGVyc1N2Z1JvdXRlOiBzdHJpbmcgPSAnYXNzZXRzL2NhLWNvbXBvbmVudHMvc3ZnL2NvbW1vbi90cmFpbGVycy8nO1xuICBzdGF0aWMgdHJ1Y2tzU3ZnUm91dGU6IHN0cmluZyA9ICdhc3NldHMvY2EtY29tcG9uZW50cy9zdmcvY29tbW9uL3RydWNrcy8nO1xuICBzdGF0aWMgcmVwYWlyUG1TdmdSb3V0ZTogc3RyaW5nID0gJ2Fzc2V0cy9jYS1jb21wb25lbnRzL3N2Zy9jb21tb24vcmVwYWlyLXBtLyc7XG4gIHN0YXRpYyBpbnB1dERyb3Bkb3duQXJyb3dTdmc6IHN0cmluZyA9XG4gICAgJ2Fzc2V0cy9jYS1jb21wb25lbnRzL3N2Zy9pbnB1dC9pY19hcnJvd19pbnB1dC5zdmcnO1xuICBzdGF0aWMgeENsZWFyU3ZnOiBzdHJpbmcgPSAnYXNzZXRzL2NhLWNvbXBvbmVudHMvc3ZnL2lucHV0L2ljX3guc3ZnJztcbiAgc3RhdGljIHBsdXNTdmc6IHN0cmluZyA9ICdhc3NldHMvY2EtY29tcG9uZW50cy9zdmcvY29tbW9uL2ljX3BsdXMuc3ZnJztcbiAgc3RhdGljIGR5bmFtaWNMYWJlbFN2Zzogc3RyaW5nID0gJ2Fzc2V0cy9jYS1jb21wb25lbnRzL3N2Zy9pbnB1dC9pY19keW5hbWljX2xhYmVsLnN2Zyc7XG4gIHN0YXRpYyBvd25lckJhZGdlQmxhY2tTdmc6IHN0cmluZyA9ICdhc3NldHMvY2EtY29tcG9uZW50cy9zdmcvaW5wdXQvb3duZXItYmFkZ2UtYmxhY2suc3ZnJztcbiAgc3RhdGljIGFycm93RG93blVwZGF0ZWRTdmc6IHN0cmluZyA9ICdhc3NldHMvY2EtY29tcG9uZW50cy9zdmcvY29tbW9uL2ljX2Fycm93X2Rvd25fdXBkYXRlZC5zdmcnO1xuICBzdGF0aWMgc3BlY0NvbmZpcm1Tdmc6IHN0cmluZyA9ICdhc3NldHMvY2EtY29tcG9uZW50cy9zdmcvY29tbW9uL2ljX3NwZWMtY29uZmlybS5zdmcnO1xufVxuIl19
@@ -1,24 +0,0 @@
1
- import { BehaviorSubject } from 'rxjs';
2
- export class EventInputManager {
3
- constructor(initialValue, eventEmitter) {
4
- this.eventEmitter = eventEmitter;
5
- this.stateSubject = new BehaviorSubject(initialValue);
6
- this.state$ = this.stateSubject.asObservable();
7
- }
8
- /**
9
- * Update the value and emit the event.
10
- */
11
- next(newValue) {
12
- this.stateSubject.next(newValue); // Update state
13
- if (this.eventEmitter) {
14
- this.eventEmitter.emit(newValue); // Emit event
15
- }
16
- }
17
- /**
18
- * Get the current value.
19
- */
20
- get value() {
21
- return this.stateSubject.value;
22
- }
23
- }
24
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2EtaW5wdXQtZXZlbnQtbWFuYWdlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLWlucHV0LXRlc3QvYmFzZS1jbGFzc2VzL2NhLWlucHV0LWV2ZW50LW1hbmFnZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGVBQWUsRUFBYyxNQUFNLE1BQU0sQ0FBQztBQUduRCxNQUFNLE9BQU8saUJBQWlCO0lBSTVCLFlBQ0UsWUFBc0IsRUFDZCxZQUE2QjtRQUE3QixpQkFBWSxHQUFaLFlBQVksQ0FBaUI7UUFFckMsSUFBSSxDQUFDLFlBQVksR0FBRyxJQUFJLGVBQWUsQ0FBVyxZQUFZLENBQUMsQ0FBQztRQUNoRSxJQUFJLENBQUMsTUFBTSxHQUFHLElBQUksQ0FBQyxZQUFZLENBQUMsWUFBWSxFQUFFLENBQUM7SUFDakQsQ0FBQztJQUVEOztPQUVHO0lBQ0gsSUFBSSxDQUFDLFFBQVc7UUFDZCxJQUFJLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLGVBQWU7UUFDakQsSUFBSSxJQUFJLENBQUMsWUFBWSxFQUFFLENBQUM7WUFDdEIsSUFBSSxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxhQUFhO1FBQ2pELENBQUM7SUFDSCxDQUFDO0lBRUQ7O09BRUc7SUFDSCxJQUFJLEtBQUs7UUFDUCxPQUFPLElBQUksQ0FBQyxZQUFZLENBQUMsS0FBSyxDQUFDO0lBQ2pDLENBQUM7Q0FDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEJlaGF2aW9yU3ViamVjdCwgT2JzZXJ2YWJsZSB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgRXZlbnRFbWl0dGVyIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmV4cG9ydCBjbGFzcyBFdmVudElucHV0TWFuYWdlcjxUPiB7XG4gIHByaXZhdGUgc3RhdGVTdWJqZWN0OiBCZWhhdmlvclN1YmplY3Q8VCB8IG51bGw+O1xuICBzdGF0ZSQ6IE9ic2VydmFibGU8VCB8IG51bGw+O1xuXG4gIGNvbnN0cnVjdG9yKFxuICAgIGluaXRpYWxWYWx1ZTogVCB8IG51bGwsXG4gICAgcHJpdmF0ZSBldmVudEVtaXR0ZXI6IEV2ZW50RW1pdHRlcjxUPlxuICApIHtcbiAgICB0aGlzLnN0YXRlU3ViamVjdCA9IG5ldyBCZWhhdmlvclN1YmplY3Q8VCB8IG51bGw+KGluaXRpYWxWYWx1ZSk7XG4gICAgdGhpcy5zdGF0ZSQgPSB0aGlzLnN0YXRlU3ViamVjdC5hc09ic2VydmFibGUoKTtcbiAgfVxuXG4gIC8qKlxuICAgKiBVcGRhdGUgdGhlIHZhbHVlIGFuZCBlbWl0IHRoZSBldmVudC5cbiAgICovXG4gIG5leHQobmV3VmFsdWU6IFQpOiB2b2lkIHtcbiAgICB0aGlzLnN0YXRlU3ViamVjdC5uZXh0KG5ld1ZhbHVlKTsgLy8gVXBkYXRlIHN0YXRlXG4gICAgaWYgKHRoaXMuZXZlbnRFbWl0dGVyKSB7XG4gICAgICB0aGlzLmV2ZW50RW1pdHRlci5lbWl0KG5ld1ZhbHVlKTsgLy8gRW1pdCBldmVudFxuICAgIH1cbiAgfVxuXG4gIC8qKlxuICAgKiBHZXQgdGhlIGN1cnJlbnQgdmFsdWUuXG4gICAqL1xuICBnZXQgdmFsdWUoKTogVCB8IG51bGwge1xuICAgIHJldHVybiB0aGlzLnN0YXRlU3ViamVjdC52YWx1ZTtcbiAgfVxufVxuIl19
@@ -1,66 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { Component, EventEmitter, Input, Output, ViewEncapsulation } from '@angular/core';
3
- import { FormsModule, ReactiveFormsModule, } from '@angular/forms';
4
- // modules
5
- import { AngularSvgIconModule } from 'angular-svg-icon';
6
- import { NgbModule } from '@ng-bootstrap/ng-bootstrap';
7
- // pipes
8
- import { InputClearClassPipe } from '../../pipes';
9
- // helpers
10
- import { InputSvgRoutes } from '../../utils';
11
- // components
12
- import { CaAppTooltipV2Component } from '../../../ca-app-tooltip-v2/ca-app-tooltip-v2.component';
13
- import * as i0 from "@angular/core";
14
- import * as i1 from "@angular/common";
15
- import * as i2 from "angular-svg-icon";
16
- import * as i3 from "@ng-bootstrap/ng-bootstrap";
17
- export class CaInputClearComponent {
18
- constructor() {
19
- this.clearInputClick = new EventEmitter();
20
- }
21
- clearInput(event) {
22
- this.clearInputClick.emit(event);
23
- }
24
- getSvgPath(propertyName) {
25
- return InputSvgRoutes[propertyName];
26
- }
27
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CaInputClearComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
28
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: CaInputClearComponent, isStandalone: true, selector: "app-ca-input-clear", inputs: { inputConfig: "inputConfig", getSuperControl: "getSuperControl", isFocusInput: "isFocusInput", incorrectValue: "incorrectValue", selectedDropdownLabelColor: "selectedDropdownLabelColor", template: "template" }, outputs: { clearInputClick: "clearInputClick" }, ngImport: i0, template: "<div\n class=\"input-clear {{ inputConfig.customClass }}\"\n [ngClass]=\"\n getSuperControl\n | inputClearClass\n : isFocusInput\n : inputConfig\n : incorrectValue\n : !!selectedDropdownLabelColor\n : template\n : getSuperControl?.value\n \"\n ngbTooltip\n [mainCaTooltip]=\"\n inputConfig.incorrectInput\n ? 'Mark Incorrect'\n : inputConfig.removeInput\n ? 'Remove'\n : 'Clear'\n \"\n [tooltipBackground]=\"\n inputConfig.incorrectInput ? '#ef5350' : '#2F2F2F'\n \"\n position=\"top\"\n (click)=\"clearInput($event)\"\n>\n <svg-icon\n [src]=\"\n inputConfig.removeInput\n ? getSvgPath('removeInputSvg')\n : getSvgPath('xClearSvg')\n \"\n class=\"input-clear-x\"\n ></svg-icon>\n</div>\n", styles: [""], dependencies: [{ kind: "ngmodule", type:
29
- // Module
30
- CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: AngularSvgIconModule }, { kind: "component", type: i2.SvgIconComponent, selector: "svg-icon", inputs: ["src", "name", "stretch", "applyClass", "applyCss", "svgClass", "class", "viewBox", "svgAriaLabel", "svgStyle"] }, { kind: "ngmodule", type: FormsModule }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "ngmodule", type: NgbModule }, { kind: "directive", type: i3.NgbTooltip, selector: "[ngbTooltip]", inputs: ["animation", "autoClose", "placement", "popperOptions", "triggers", "positionTarget", "container", "disableTooltip", "tooltipClass", "tooltipContext", "openDelay", "closeDelay", "ngbTooltip"], outputs: ["shown", "hidden"], exportAs: ["ngbTooltip"] }, { kind: "pipe", type:
31
- // Pipes
32
- InputClearClassPipe, name: "inputClearClass" }, { kind: "component", type:
33
- // Components
34
- CaAppTooltipV2Component, selector: "mainCaTooltip, [mainCaTooltip]", inputs: ["mainCaTooltip", "position", "openTooltipDelay", "tooltipBackground", "tooltipColor", "tooltipTextAlign", "tooltipMarginTop", "disableTooltip"] }], encapsulation: i0.ViewEncapsulation.None }); }
35
- }
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CaInputClearComponent, decorators: [{
37
- type: Component,
38
- args: [{ selector: 'app-ca-input-clear', encapsulation: ViewEncapsulation.None, standalone: true, imports: [
39
- // Module
40
- CommonModule,
41
- AngularSvgIconModule,
42
- FormsModule,
43
- ReactiveFormsModule,
44
- AngularSvgIconModule,
45
- NgbModule,
46
- // Pipes
47
- InputClearClassPipe,
48
- // Components
49
- CaAppTooltipV2Component,
50
- ], template: "<div\n class=\"input-clear {{ inputConfig.customClass }}\"\n [ngClass]=\"\n getSuperControl\n | inputClearClass\n : isFocusInput\n : inputConfig\n : incorrectValue\n : !!selectedDropdownLabelColor\n : template\n : getSuperControl?.value\n \"\n ngbTooltip\n [mainCaTooltip]=\"\n inputConfig.incorrectInput\n ? 'Mark Incorrect'\n : inputConfig.removeInput\n ? 'Remove'\n : 'Clear'\n \"\n [tooltipBackground]=\"\n inputConfig.incorrectInput ? '#ef5350' : '#2F2F2F'\n \"\n position=\"top\"\n (click)=\"clearInput($event)\"\n>\n <svg-icon\n [src]=\"\n inputConfig.removeInput\n ? getSvgPath('removeInputSvg')\n : getSvgPath('xClearSvg')\n \"\n class=\"input-clear-x\"\n ></svg-icon>\n</div>\n" }]
51
- }], ctorParameters: () => [], propDecorators: { inputConfig: [{
52
- type: Input
53
- }], getSuperControl: [{
54
- type: Input
55
- }], isFocusInput: [{
56
- type: Input
57
- }], incorrectValue: [{
58
- type: Input
59
- }], selectedDropdownLabelColor: [{
60
- type: Input
61
- }], template: [{
62
- type: Input
63
- }], clearInputClick: [{
64
- type: Output
65
- }] } });
66
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2EtaW5wdXQtY2xlYXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtaW5wdXQtdGVzdC9jb21wb25lbnRzL2NhLWlucHV0LWNsZWFyL2NhLWlucHV0LWNsZWFyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLWlucHV0LXRlc3QvY29tcG9uZW50cy9jYS1pbnB1dC1jbGVhci9jYS1pbnB1dC1jbGVhci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxRixPQUFPLEVBRUwsV0FBVyxFQUNYLG1CQUFtQixHQUNwQixNQUFNLGdCQUFnQixDQUFDO0FBTXhCLFVBQVU7QUFDVixPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUN4RCxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFFdkQsUUFBUTtBQUNSLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGFBQWEsQ0FBQztBQUVsRCxVQUFVO0FBQ1YsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLGFBQWEsQ0FBQztBQUU3QyxhQUFhO0FBQ2IsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sd0RBQXdELENBQUM7Ozs7O0FBd0JqRyxNQUFNLE9BQU8scUJBQXFCO0lBVWhDO1FBRlUsb0JBQWUsR0FBd0IsSUFBSSxZQUFZLEVBQVMsQ0FBQztJQUU1RCxDQUFDO0lBRVQsVUFBVSxDQUFDLEtBQVk7UUFDNUIsSUFBSSxDQUFDLGVBQWUsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDbkMsQ0FBQztJQUVNLFVBQVUsQ0FBQyxZQUF5QztRQUN6RCxPQUFPLGNBQWMsQ0FBQyxZQUFZLENBQVcsQ0FBQztJQUNoRCxDQUFDOytHQWxCVSxxQkFBcUI7bUdBQXJCLHFCQUFxQiwyVkMvQ2xDLHF5QkFtQ0E7Z0JERkksU0FBUztnQkFDVCxZQUFZLDRIQUNaLG9CQUFvQixnT0FDcEIsV0FBVyw4QkFDWCxtQkFBbUIsOEJBRW5CLFNBQVM7Z0JBQ1QsUUFBUTtnQkFDUixtQkFBbUI7Z0JBRW5CLGFBQWE7Z0JBQ2IsdUJBQXVCOzs0RkFHZCxxQkFBcUI7a0JBckJqQyxTQUFTOytCQUNFLG9CQUFvQixpQkFHZixpQkFBaUIsQ0FBQyxJQUFJLGNBQ3pCLElBQUksV0FDUDt3QkFDUCxTQUFTO3dCQUNULFlBQVk7d0JBQ1osb0JBQW9CO3dCQUNwQixXQUFXO3dCQUNYLG1CQUFtQjt3QkFDbkIsb0JBQW9CO3dCQUNwQixTQUFTO3dCQUNULFFBQVE7d0JBQ1IsbUJBQW1CO3dCQUVuQixhQUFhO3dCQUNiLHVCQUF1QjtxQkFDeEI7d0RBR1EsV0FBVztzQkFBbkIsS0FBSztnQkFDRyxlQUFlO3NCQUF2QixLQUFLO2dCQUNHLFlBQVk7c0JBQXBCLEtBQUs7Z0JBQ0csY0FBYztzQkFBdEIsS0FBSztnQkFDRywwQkFBMEI7c0JBQWxDLEtBQUs7Z0JBQ0csUUFBUTtzQkFBaEIsS0FBSztnQkFFSSxlQUFlO3NCQUF4QixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0LCBWaWV3RW5jYXBzdWxhdGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtcbiAgQWJzdHJhY3RDb250cm9sLFxuICBGb3Jtc01vZHVsZSxcbiAgUmVhY3RpdmVGb3Jtc01vZHVsZSxcbn0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuXG4vLyBtb2RlbHNcbmltcG9ydCB7IElDYUlucHV0IH0gZnJvbSAnLi4vLi4vY29uZmlnJztcbmltcG9ydCB7IExhYmVsQ29sb3IgfSBmcm9tICcuLi8uLi9tb2RlbHMnO1xuXG4vLyBtb2R1bGVzXG5pbXBvcnQgeyBBbmd1bGFyU3ZnSWNvbk1vZHVsZSB9IGZyb20gJ2FuZ3VsYXItc3ZnLWljb24nO1xuaW1wb3J0IHsgTmdiTW9kdWxlIH0gZnJvbSAnQG5nLWJvb3RzdHJhcC9uZy1ib290c3RyYXAnO1xuXG4vLyBwaXBlc1xuaW1wb3J0IHsgSW5wdXRDbGVhckNsYXNzUGlwZSB9IGZyb20gJy4uLy4uL3BpcGVzJztcblxuLy8gaGVscGVyc1xuaW1wb3J0IHsgSW5wdXRTdmdSb3V0ZXMgfSBmcm9tICcuLi8uLi91dGlscyc7XG5cbi8vIGNvbXBvbmVudHNcbmltcG9ydCB7IENhQXBwVG9vbHRpcFYyQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vLi4vY2EtYXBwLXRvb2x0aXAtdjIvY2EtYXBwLXRvb2x0aXAtdjIuY29tcG9uZW50JztcblxuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhcHAtY2EtaW5wdXQtY2xlYXInLFxuICB0ZW1wbGF0ZVVybDogJy4vY2EtaW5wdXQtY2xlYXIuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9jYS1pbnB1dC1jbGVhci5jb21wb25lbnQuc2NzcyddLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXG4gICAgLy8gTW9kdWxlXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIEFuZ3VsYXJTdmdJY29uTW9kdWxlLFxuICAgIEZvcm1zTW9kdWxlLFxuICAgIFJlYWN0aXZlRm9ybXNNb2R1bGUsXG4gICAgQW5ndWxhclN2Z0ljb25Nb2R1bGUsXG4gICAgTmdiTW9kdWxlLFxuICAgIC8vIFBpcGVzXG4gICAgSW5wdXRDbGVhckNsYXNzUGlwZSxcblxuICAgIC8vIENvbXBvbmVudHNcbiAgICBDYUFwcFRvb2x0aXBWMkNvbXBvbmVudCxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgQ2FJbnB1dENsZWFyQ29tcG9uZW50IHtcbiAgQElucHV0KCkgaW5wdXRDb25maWchOiBJQ2FJbnB1dDtcbiAgQElucHV0KCkgZ2V0U3VwZXJDb250cm9sITogQWJzdHJhY3RDb250cm9sPGFueSwgYW55PiB8IG51bGw7XG4gIEBJbnB1dCgpIGlzRm9jdXNJbnB1dCE6IGJvb2xlYW47XG4gIEBJbnB1dCgpIGluY29ycmVjdFZhbHVlITogYm9vbGVhbjtcbiAgQElucHV0KCkgc2VsZWN0ZWREcm9wZG93bkxhYmVsQ29sb3IhOiBMYWJlbENvbG9yIHwgbnVsbDtcbiAgQElucHV0KCkgdGVtcGxhdGUhOiBzdHJpbmc7XG5cbiAgQE91dHB1dCgpIGNsZWFySW5wdXRDbGljazogRXZlbnRFbWl0dGVyPEV2ZW50PiA9IG5ldyBFdmVudEVtaXR0ZXI8RXZlbnQ+KCk7XG5cbiAgY29uc3RydWN0b3IoKSB7fVxuXG4gIHB1YmxpYyBjbGVhcklucHV0KGV2ZW50OiBFdmVudCk6IHZvaWQge1xuICAgIHRoaXMuY2xlYXJJbnB1dENsaWNrLmVtaXQoZXZlbnQpO1xuICB9XG5cbiAgcHVibGljIGdldFN2Z1BhdGgocHJvcGVydHlOYW1lOiBrZXlvZiB0eXBlb2YgSW5wdXRTdmdSb3V0ZXMpOiBzdHJpbmcge1xuICAgIHJldHVybiBJbnB1dFN2Z1JvdXRlc1twcm9wZXJ0eU5hbWVdIGFzIHN0cmluZztcbiAgfVxufVxuIiwiPGRpdlxuICBjbGFzcz1cImlucHV0LWNsZWFyIHt7IGlucHV0Q29uZmlnLmN1c3RvbUNsYXNzIH19XCJcbiAgW25nQ2xhc3NdPVwiXG4gICAgZ2V0U3VwZXJDb250cm9sXG4gICAgICB8IGlucHV0Q2xlYXJDbGFzc1xuICAgICAgICA6IGlzRm9jdXNJbnB1dFxuICAgICAgICA6IGlucHV0Q29uZmlnXG4gICAgICAgIDogaW5jb3JyZWN0VmFsdWVcbiAgICAgICAgOiAhIXNlbGVjdGVkRHJvcGRvd25MYWJlbENvbG9yXG4gICAgICAgIDogdGVtcGxhdGVcbiAgICAgICAgOiBnZXRTdXBlckNvbnRyb2w/LnZhbHVlXG4gIFwiXG4gIG5nYlRvb2x0aXBcbiAgW21haW5DYVRvb2x0aXBdPVwiXG4gICAgaW5wdXRDb25maWcuaW5jb3JyZWN0SW5wdXRcbiAgICAgID8gJ01hcmsgSW5jb3JyZWN0J1xuICAgICAgOiBpbnB1dENvbmZpZy5yZW1vdmVJbnB1dFxuICAgICAgPyAnUmVtb3ZlJ1xuICAgICAgOiAnQ2xlYXInXG4gIFwiXG4gIFt0b29sdGlwQmFja2dyb3VuZF09XCJcbiAgICBpbnB1dENvbmZpZy5pbmNvcnJlY3RJbnB1dCA/ICcjZWY1MzUwJyA6ICcjMkYyRjJGJ1xuICBcIlxuICBwb3NpdGlvbj1cInRvcFwiXG4gIChjbGljayk9XCJjbGVhcklucHV0KCRldmVudClcIlxuPlxuICA8c3ZnLWljb25cbiAgICBbc3JjXT1cIlxuICAgICAgaW5wdXRDb25maWcucmVtb3ZlSW5wdXRcbiAgICAgICAgPyBnZXRTdmdQYXRoKCdyZW1vdmVJbnB1dFN2ZycpXG4gICAgICAgIDogZ2V0U3ZnUGF0aCgneENsZWFyU3ZnJylcbiAgICBcIlxuICAgIGNsYXNzPVwiaW5wdXQtY2xlYXIteFwiXG4gID48L3N2Zy1pY29uPlxuPC9kaXY+XG4iXX0=
@@ -1,48 +0,0 @@
1
- import { CommonModule } from "@angular/common";
2
- import { Component, EventEmitter, Input, Output } from "@angular/core";
3
- // modules
4
- import { NgbModule } from "@ng-bootstrap/ng-bootstrap";
5
- import { AngularSvgIconModule } from "angular-svg-icon";
6
- // components
7
- import { CaAppTooltipV2Component } from "../../../ca-app-tooltip-v2/ca-app-tooltip-v2.component";
8
- // enums
9
- import { InputCommandsType } from "../../enums";
10
- import * as i0 from "@angular/core";
11
- import * as i1 from "@angular/common";
12
- import * as i2 from "angular-svg-icon";
13
- import * as i3 from "@ng-bootstrap/ng-bootstrap";
14
- export class CaInputCommandsComponent {
15
- constructor() {
16
- this.onCommandsClick = new EventEmitter();
17
- this.inputCommandsType = InputCommandsType;
18
- }
19
- onCommands(event, type, action) {
20
- this.onCommandsClick.emit({ event, type, action });
21
- }
22
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CaInputCommandsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
23
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: CaInputCommandsComponent, isStandalone: true, selector: "app-ca-input-commands", inputs: { inputConfig: "inputConfig", isFocusInput: "isFocusInput", isVisibleCommands: "isVisibleCommands" }, outputs: { onCommandsClick: "onCommandsClick" }, ngImport: i0, template: "<div\n class=\"ta-input-commands\"\n [ngClass]=\"{\n 'blue-commands': inputConfig.commands?.blueCommands,\n 'blue-commands-focus':\n isFocusInput &&\n inputConfig.commands?.blueCommands &&\n inputConfig.commands?.active &&\n isVisibleCommands,\n }\"\n [attr.data-before-content]=\"\n inputConfig.commands?.type === inputCommandsType.INCREMENT_DECREMENT\n ? inputConfig.placeholderText\n : ''\n \"\n>\n <div\n class=\"ta-input-command-first\"\n ngbTooltip\n [mainCaTooltip]=\"inputConfig.commands?.firstCommand?.popup?.name\"\n [tooltipBackground]=\"\n inputConfig.commands?.firstCommand?.popup?.backgroundColor\n \"\n [disableTooltip]=\"!inputConfig.commands?.firstCommand?.popup\"\n position=\"top\"\n >\n <svg-icon\n class=\"ta-input-command-svg-first\"\n [src]=\"inputConfig.commands?.firstCommand?.svg!\"\n (mousedown)=\"\n onCommands(\n $event,\n inputConfig.commands?.type!,\n inputConfig.commands?.firstCommand?.name!\n )\n \"\n ></svg-icon>\n </div>\n <div\n class=\"ta-input-command-second\"\n ngbTooltip\n [mainCaTooltip]=\"inputConfig.commands?.secondCommand?.popup?.name\"\n [tooltipBackground]=\"\n inputConfig.commands?.secondCommand?.popup?.backgroundColor\n \"\n [disableTooltip]=\"!inputConfig.commands?.secondCommand?.popup\"\n position=\"top\"\n >\n <svg-icon\n class=\"ta-input-command-svg-second\"\n [src]=\"inputConfig.commands?.secondCommand?.svg!\"\n (mousedown)=\"\n onCommands(\n $event,\n inputConfig.commands?.type!,\n inputConfig.commands?.secondCommand?.name!\n )\n \"\n ></svg-icon>\n </div>\n <ng-container *ngIf=\"inputConfig.commands?.thirdCommand\">\n <div\n class=\"ta-input-command-third\"\n ngbTooltip\n [mainCaTooltip]=\"inputConfig.commands?.thirdCommand?.popup?.name\"\n [tooltipBackground]=\"\n inputConfig.commands?.thirdCommand?.popup?.backgroundColor\n \"\n [disableTooltip]=\"!inputConfig.commands?.thirdCommand?.popup\"\n position=\"top\"\n >\n <svg-icon\n class=\"ta-input-command-svg-third\"\n [src]=\"inputConfig.commands?.thirdCommand?.svg!\"\n (mousedown)=\"\n onCommands(\n $event,\n inputConfig.commands?.type!,\n inputConfig.commands?.thirdCommand?.name!\n )\n \"\n ></svg-icon>\n </div>\n </ng-container>\n</div>\n", styles: [""], dependencies: [{ kind: "ngmodule", type:
24
- // Module
25
- CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: AngularSvgIconModule }, { kind: "component", type: i2.SvgIconComponent, selector: "svg-icon", inputs: ["src", "name", "stretch", "applyClass", "applyCss", "svgClass", "class", "viewBox", "svgAriaLabel", "svgStyle"] }, { kind: "ngmodule", type: NgbModule }, { kind: "directive", type: i3.NgbTooltip, selector: "[ngbTooltip]", inputs: ["animation", "autoClose", "placement", "popperOptions", "triggers", "positionTarget", "container", "disableTooltip", "tooltipClass", "tooltipContext", "openDelay", "closeDelay", "ngbTooltip"], outputs: ["shown", "hidden"], exportAs: ["ngbTooltip"] }, { kind: "component", type:
26
- // Components
27
- CaAppTooltipV2Component, selector: "mainCaTooltip, [mainCaTooltip]", inputs: ["mainCaTooltip", "position", "openTooltipDelay", "tooltipBackground", "tooltipColor", "tooltipTextAlign", "tooltipMarginTop", "disableTooltip"] }] }); }
28
- }
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CaInputCommandsComponent, decorators: [{
30
- type: Component,
31
- args: [{ selector: "app-ca-input-commands", standalone: true, imports: [
32
- // Module
33
- CommonModule,
34
- AngularSvgIconModule,
35
- NgbModule,
36
- // Components
37
- CaAppTooltipV2Component,
38
- ], template: "<div\n class=\"ta-input-commands\"\n [ngClass]=\"{\n 'blue-commands': inputConfig.commands?.blueCommands,\n 'blue-commands-focus':\n isFocusInput &&\n inputConfig.commands?.blueCommands &&\n inputConfig.commands?.active &&\n isVisibleCommands,\n }\"\n [attr.data-before-content]=\"\n inputConfig.commands?.type === inputCommandsType.INCREMENT_DECREMENT\n ? inputConfig.placeholderText\n : ''\n \"\n>\n <div\n class=\"ta-input-command-first\"\n ngbTooltip\n [mainCaTooltip]=\"inputConfig.commands?.firstCommand?.popup?.name\"\n [tooltipBackground]=\"\n inputConfig.commands?.firstCommand?.popup?.backgroundColor\n \"\n [disableTooltip]=\"!inputConfig.commands?.firstCommand?.popup\"\n position=\"top\"\n >\n <svg-icon\n class=\"ta-input-command-svg-first\"\n [src]=\"inputConfig.commands?.firstCommand?.svg!\"\n (mousedown)=\"\n onCommands(\n $event,\n inputConfig.commands?.type!,\n inputConfig.commands?.firstCommand?.name!\n )\n \"\n ></svg-icon>\n </div>\n <div\n class=\"ta-input-command-second\"\n ngbTooltip\n [mainCaTooltip]=\"inputConfig.commands?.secondCommand?.popup?.name\"\n [tooltipBackground]=\"\n inputConfig.commands?.secondCommand?.popup?.backgroundColor\n \"\n [disableTooltip]=\"!inputConfig.commands?.secondCommand?.popup\"\n position=\"top\"\n >\n <svg-icon\n class=\"ta-input-command-svg-second\"\n [src]=\"inputConfig.commands?.secondCommand?.svg!\"\n (mousedown)=\"\n onCommands(\n $event,\n inputConfig.commands?.type!,\n inputConfig.commands?.secondCommand?.name!\n )\n \"\n ></svg-icon>\n </div>\n <ng-container *ngIf=\"inputConfig.commands?.thirdCommand\">\n <div\n class=\"ta-input-command-third\"\n ngbTooltip\n [mainCaTooltip]=\"inputConfig.commands?.thirdCommand?.popup?.name\"\n [tooltipBackground]=\"\n inputConfig.commands?.thirdCommand?.popup?.backgroundColor\n \"\n [disableTooltip]=\"!inputConfig.commands?.thirdCommand?.popup\"\n position=\"top\"\n >\n <svg-icon\n class=\"ta-input-command-svg-third\"\n [src]=\"inputConfig.commands?.thirdCommand?.svg!\"\n (mousedown)=\"\n onCommands(\n $event,\n inputConfig.commands?.type!,\n inputConfig.commands?.thirdCommand?.name!\n )\n \"\n ></svg-icon>\n </div>\n </ng-container>\n</div>\n" }]
39
- }], ctorParameters: () => [], propDecorators: { inputConfig: [{
40
- type: Input
41
- }], isFocusInput: [{
42
- type: Input
43
- }], isVisibleCommands: [{
44
- type: Input
45
- }], onCommandsClick: [{
46
- type: Output
47
- }] } });
48
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2EtaW5wdXQtY29tbWFuZHMuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtaW5wdXQtdGVzdC9jb21wb25lbnRzL2NhLWlucHV0LWNvbW1hbmRzL2NhLWlucHV0LWNvbW1hbmRzLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLWlucHV0LXRlc3QvY29tcG9uZW50cy9jYS1pbnB1dC1jb21tYW5kcy9jYS1pbnB1dC1jb21tYW5kcy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV2RSxVQUFVO0FBQ1YsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQ3ZELE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBTXhELGFBQWE7QUFDYixPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSx3REFBd0QsQ0FBQztBQUVqRyxRQUFRO0FBQ1IsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sYUFBYSxDQUFDOzs7OztBQWtCaEQsTUFBTSxPQUFPLHdCQUF3QjtJQVNuQztRQUpVLG9CQUFlLEdBQStCLElBQUksWUFBWSxFQUFFLENBQUM7UUFFcEUsc0JBQWlCLEdBQUcsaUJBQWlCLENBQUM7SUFFOUIsQ0FBQztJQUVULFVBQVUsQ0FBQyxLQUFZLEVBQUUsSUFBWSxFQUFFLE1BQWM7UUFDMUQsSUFBSSxDQUFDLGVBQWUsQ0FBQyxJQUFJLENBQUMsRUFBRSxLQUFLLEVBQUUsSUFBSSxFQUFFLE1BQU0sRUFBRSxDQUFDLENBQUM7SUFDckQsQ0FBQzsrR0FiVSx3QkFBd0I7bUdBQXhCLHdCQUF3QixnUENqQ3JDLGs4RkFxRkE7Z0JEN0RJLFNBQVM7Z0JBQ1QsWUFBWSxnT0FDWixvQkFBb0IsZ09BQ3BCLFNBQVM7Z0JBRVQsYUFBYTtnQkFDYix1QkFBdUI7OzRGQUdkLHdCQUF3QjtrQkFmcEMsU0FBUzsrQkFDRSx1QkFBdUIsY0FHckIsSUFBSSxXQUNQO3dCQUNQLFNBQVM7d0JBQ1QsWUFBWTt3QkFDWixvQkFBb0I7d0JBQ3BCLFNBQVM7d0JBRVQsYUFBYTt3QkFDYix1QkFBdUI7cUJBQ3hCO3dEQUdRLFdBQVc7c0JBQW5CLEtBQUs7Z0JBQ0csWUFBWTtzQkFBcEIsS0FBSztnQkFDRyxpQkFBaUI7c0JBQXpCLEtBQUs7Z0JBRUksZUFBZTtzQkFBeEIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gXCJAYW5ndWxhci9jb21tb25cIjtcbmltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0IH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcblxuLy8gbW9kdWxlc1xuaW1wb3J0IHsgTmdiTW9kdWxlIH0gZnJvbSBcIkBuZy1ib290c3RyYXAvbmctYm9vdHN0cmFwXCI7XG5pbXBvcnQgeyBBbmd1bGFyU3ZnSWNvbk1vZHVsZSB9IGZyb20gXCJhbmd1bGFyLXN2Zy1pY29uXCI7XG5cbi8vIG1vZGVsc1xuaW1wb3J0IHsgSUNhSW5wdXQgfSBmcm9tIFwiLi4vLi4vY29uZmlnXCI7XG5pbXBvcnQgeyBDb21tYW5kQ2xpY2sgfSBmcm9tIFwiLi4vLi4vbW9kZWxzXCI7XG5cbi8vIGNvbXBvbmVudHNcbmltcG9ydCB7IENhQXBwVG9vbHRpcFYyQ29tcG9uZW50IH0gZnJvbSBcIi4uLy4uLy4uL2NhLWFwcC10b29sdGlwLXYyL2NhLWFwcC10b29sdGlwLXYyLmNvbXBvbmVudFwiO1xuXG4vLyBlbnVtc1xuaW1wb3J0IHsgSW5wdXRDb21tYW5kc1R5cGUgfSBmcm9tIFwiLi4vLi4vZW51bXNcIjtcblxuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6IFwiYXBwLWNhLWlucHV0LWNvbW1hbmRzXCIsXG4gIHRlbXBsYXRlVXJsOiBcIi4vY2EtaW5wdXQtY29tbWFuZHMuY29tcG9uZW50Lmh0bWxcIixcbiAgc3R5bGVVcmxzOiBbXCIuL2NhLWlucHV0LWNvbW1hbmRzLmNvbXBvbmVudC5zY3NzXCJdLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXG4gICAgLy8gTW9kdWxlXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIEFuZ3VsYXJTdmdJY29uTW9kdWxlLFxuICAgIE5nYk1vZHVsZSxcblxuICAgIC8vIENvbXBvbmVudHNcbiAgICBDYUFwcFRvb2x0aXBWMkNvbXBvbmVudCxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgQ2FJbnB1dENvbW1hbmRzQ29tcG9uZW50IHtcbiAgQElucHV0KCkgaW5wdXRDb25maWchOiBJQ2FJbnB1dDtcbiAgQElucHV0KCkgaXNGb2N1c0lucHV0ITogYm9vbGVhbjtcbiAgQElucHV0KCkgaXNWaXNpYmxlQ29tbWFuZHMhOiBib29sZWFuO1xuXG4gIEBPdXRwdXQoKSBvbkNvbW1hbmRzQ2xpY2s6IEV2ZW50RW1pdHRlcjxDb21tYW5kQ2xpY2s+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuXG4gIHB1YmxpYyBpbnB1dENvbW1hbmRzVHlwZSA9IElucHV0Q29tbWFuZHNUeXBlO1xuXG4gIGNvbnN0cnVjdG9yKCkge31cblxuICBwdWJsaWMgb25Db21tYW5kcyhldmVudDogRXZlbnQsIHR5cGU6IHN0cmluZywgYWN0aW9uOiBzdHJpbmcpOiB2b2lkIHtcbiAgICB0aGlzLm9uQ29tbWFuZHNDbGljay5lbWl0KHsgZXZlbnQsIHR5cGUsIGFjdGlvbiB9KTtcbiAgfVxufVxuIiwiPGRpdlxuICAgIGNsYXNzPVwidGEtaW5wdXQtY29tbWFuZHNcIlxuICAgIFtuZ0NsYXNzXT1cIntcbiAgICAgICAgJ2JsdWUtY29tbWFuZHMnOiBpbnB1dENvbmZpZy5jb21tYW5kcz8uYmx1ZUNvbW1hbmRzLFxuICAgICAgICAnYmx1ZS1jb21tYW5kcy1mb2N1cyc6XG4gICAgICAgICAgICBpc0ZvY3VzSW5wdXQgJiZcbiAgICAgICAgICAgIGlucHV0Q29uZmlnLmNvbW1hbmRzPy5ibHVlQ29tbWFuZHMgJiZcbiAgICAgICAgICAgIGlucHV0Q29uZmlnLmNvbW1hbmRzPy5hY3RpdmUgJiZcbiAgICAgICAgICAgIGlzVmlzaWJsZUNvbW1hbmRzLFxuICAgIH1cIlxuICAgIFthdHRyLmRhdGEtYmVmb3JlLWNvbnRlbnRdPVwiXG4gICAgICAgIGlucHV0Q29uZmlnLmNvbW1hbmRzPy50eXBlID09PSBpbnB1dENvbW1hbmRzVHlwZS5JTkNSRU1FTlRfREVDUkVNRU5UXG4gICAgICAgICAgICA/IGlucHV0Q29uZmlnLnBsYWNlaG9sZGVyVGV4dFxuICAgICAgICAgICAgOiAnJ1xuICAgIFwiXG4+XG4gICAgPGRpdlxuICAgICAgICBjbGFzcz1cInRhLWlucHV0LWNvbW1hbmQtZmlyc3RcIlxuICAgICAgICBuZ2JUb29sdGlwXG4gICAgICAgIFttYWluQ2FUb29sdGlwXT1cImlucHV0Q29uZmlnLmNvbW1hbmRzPy5maXJzdENvbW1hbmQ/LnBvcHVwPy5uYW1lXCJcbiAgICAgICAgW3Rvb2x0aXBCYWNrZ3JvdW5kXT1cIlxuICAgICAgICAgICAgaW5wdXRDb25maWcuY29tbWFuZHM/LmZpcnN0Q29tbWFuZD8ucG9wdXA/LmJhY2tncm91bmRDb2xvclxuICAgICAgICBcIlxuICAgICAgICBbZGlzYWJsZVRvb2x0aXBdPVwiIWlucHV0Q29uZmlnLmNvbW1hbmRzPy5maXJzdENvbW1hbmQ/LnBvcHVwXCJcbiAgICAgICAgcG9zaXRpb249XCJ0b3BcIlxuICAgID5cbiAgICAgICAgPHN2Zy1pY29uXG4gICAgICAgICAgICBjbGFzcz1cInRhLWlucHV0LWNvbW1hbmQtc3ZnLWZpcnN0XCJcbiAgICAgICAgICAgIFtzcmNdPVwiaW5wdXRDb25maWcuY29tbWFuZHM/LmZpcnN0Q29tbWFuZD8uc3ZnIVwiXG4gICAgICAgICAgICAobW91c2Vkb3duKT1cIlxuICAgICAgICAgICAgICAgIG9uQ29tbWFuZHMoXG4gICAgICAgICAgICAgICAgICAgICRldmVudCxcbiAgICAgICAgICAgICAgICAgICAgaW5wdXRDb25maWcuY29tbWFuZHM/LnR5cGUhLFxuICAgICAgICAgICAgICAgICAgICBpbnB1dENvbmZpZy5jb21tYW5kcz8uZmlyc3RDb21tYW5kPy5uYW1lIVxuICAgICAgICAgICAgICAgIClcbiAgICAgICAgICAgIFwiXG4gICAgICAgID48L3N2Zy1pY29uPlxuICAgIDwvZGl2PlxuICAgIDxkaXZcbiAgICAgICAgY2xhc3M9XCJ0YS1pbnB1dC1jb21tYW5kLXNlY29uZFwiXG4gICAgICAgIG5nYlRvb2x0aXBcbiAgICAgICAgW21haW5DYVRvb2x0aXBdPVwiaW5wdXRDb25maWcuY29tbWFuZHM/LnNlY29uZENvbW1hbmQ/LnBvcHVwPy5uYW1lXCJcbiAgICAgICAgW3Rvb2x0aXBCYWNrZ3JvdW5kXT1cIlxuICAgICAgICAgICAgaW5wdXRDb25maWcuY29tbWFuZHM/LnNlY29uZENvbW1hbmQ/LnBvcHVwPy5iYWNrZ3JvdW5kQ29sb3JcbiAgICAgICAgXCJcbiAgICAgICAgW2Rpc2FibGVUb29sdGlwXT1cIiFpbnB1dENvbmZpZy5jb21tYW5kcz8uc2Vjb25kQ29tbWFuZD8ucG9wdXBcIlxuICAgICAgICBwb3NpdGlvbj1cInRvcFwiXG4gICAgPlxuICAgICAgICA8c3ZnLWljb25cbiAgICAgICAgICAgIGNsYXNzPVwidGEtaW5wdXQtY29tbWFuZC1zdmctc2Vjb25kXCJcbiAgICAgICAgICAgIFtzcmNdPVwiaW5wdXRDb25maWcuY29tbWFuZHM/LnNlY29uZENvbW1hbmQ/LnN2ZyFcIlxuICAgICAgICAgICAgKG1vdXNlZG93bik9XCJcbiAgICAgICAgICAgICAgICBvbkNvbW1hbmRzKFxuICAgICAgICAgICAgICAgICAgICAkZXZlbnQsXG4gICAgICAgICAgICAgICAgICAgIGlucHV0Q29uZmlnLmNvbW1hbmRzPy50eXBlISxcbiAgICAgICAgICAgICAgICAgICAgaW5wdXRDb25maWcuY29tbWFuZHM/LnNlY29uZENvbW1hbmQ/Lm5hbWUhXG4gICAgICAgICAgICAgICAgKVxuICAgICAgICAgICAgXCJcbiAgICAgICAgPjwvc3ZnLWljb24+XG4gICAgPC9kaXY+XG4gICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cImlucHV0Q29uZmlnLmNvbW1hbmRzPy50aGlyZENvbW1hbmRcIj5cbiAgICAgICAgPGRpdlxuICAgICAgICAgICAgY2xhc3M9XCJ0YS1pbnB1dC1jb21tYW5kLXRoaXJkXCJcbiAgICAgICAgICAgIG5nYlRvb2x0aXBcbiAgICAgICAgICAgIFttYWluQ2FUb29sdGlwXT1cImlucHV0Q29uZmlnLmNvbW1hbmRzPy50aGlyZENvbW1hbmQ/LnBvcHVwPy5uYW1lXCJcbiAgICAgICAgICAgIFt0b29sdGlwQmFja2dyb3VuZF09XCJcbiAgICAgICAgICAgICAgICBpbnB1dENvbmZpZy5jb21tYW5kcz8udGhpcmRDb21tYW5kPy5wb3B1cD8uYmFja2dyb3VuZENvbG9yXG4gICAgICAgICAgICBcIlxuICAgICAgICAgICAgW2Rpc2FibGVUb29sdGlwXT1cIiFpbnB1dENvbmZpZy5jb21tYW5kcz8udGhpcmRDb21tYW5kPy5wb3B1cFwiXG4gICAgICAgICAgICBwb3NpdGlvbj1cInRvcFwiXG4gICAgICAgID5cbiAgICAgICAgICAgIDxzdmctaWNvblxuICAgICAgICAgICAgICAgIGNsYXNzPVwidGEtaW5wdXQtY29tbWFuZC1zdmctdGhpcmRcIlxuICAgICAgICAgICAgICAgIFtzcmNdPVwiaW5wdXRDb25maWcuY29tbWFuZHM/LnRoaXJkQ29tbWFuZD8uc3ZnIVwiXG4gICAgICAgICAgICAgICAgKG1vdXNlZG93bik9XCJcbiAgICAgICAgICAgICAgICAgICAgb25Db21tYW5kcyhcbiAgICAgICAgICAgICAgICAgICAgICAgICRldmVudCxcbiAgICAgICAgICAgICAgICAgICAgICAgIGlucHV0Q29uZmlnLmNvbW1hbmRzPy50eXBlISxcbiAgICAgICAgICAgICAgICAgICAgICAgIGlucHV0Q29uZmlnLmNvbW1hbmRzPy50aGlyZENvbW1hbmQ/Lm5hbWUhXG4gICAgICAgICAgICAgICAgICAgIClcbiAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgPjwvc3ZnLWljb24+XG4gICAgICAgIDwvZGl2PlxuICAgIDwvbmctY29udGFpbmVyPlxuPC9kaXY+XG4iXX0=