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,87 +0,0 @@
1
- import { Pipe } from '@angular/core';
2
- // enums
3
- import { DropdownTemplateTypeEnum } from '../../ca-input-dropdown/enums';
4
- import * as i0 from "@angular/core";
5
- export class InputClearClassPipe {
6
- transform(getSuperControl, isFocusInput, inputConfig, incorrectValue, selectedDropdownLabelColor, template, value) {
7
- return {
8
- focus: isFocusInput &&
9
- getSuperControl?.value &&
10
- !(inputConfig.blackInput && inputConfig.isDropdown),
11
- 'valid-focus-in': (getSuperControl?.value &&
12
- getSuperControl?.valid &&
13
- isFocusInput &&
14
- !inputConfig.customClass?.includes('repair-shop-open-hour') &&
15
- !inputConfig.blackInput &&
16
- !inputConfig.dropdownImageInput?.url &&
17
- !inputConfig.isInvalidSearchInDropdown &&
18
- !inputConfig.mergeDropdownBodyWithInput &&
19
- !inputConfig.isDisabled) ||
20
- (inputConfig.multipleInputValues?.options.length &&
21
- isFocusInput &&
22
- !inputConfig.isInvalidSearchInDropdown &&
23
- !inputConfig.blackInput &&
24
- !inputConfig.mergeDropdownBodyWithInput &&
25
- !inputConfig.isDisabled &&
26
- !inputConfig.dropdownLabel &&
27
- template === DropdownTemplateTypeEnum.PAYROLL_TRUCKS),
28
- 'valid-focus-out': getSuperControl?.value &&
29
- getSuperControl?.valid &&
30
- !isFocusInput &&
31
- !inputConfig.customClass?.includes('repair-shop-open-hour') &&
32
- !inputConfig.blackInput &&
33
- !inputConfig.isDisabled,
34
- 'invalid-focus-in': (getSuperControl?.value &&
35
- getSuperControl?.invalid &&
36
- isFocusInput &&
37
- !inputConfig.mergeDropdownBodyWithInput &&
38
- !inputConfig.blackInput &&
39
- !inputConfig.isDisabled) ||
40
- (inputConfig.isInvalidSearchInDropdown &&
41
- inputConfig.isDropdown &&
42
- isFocusInput &&
43
- getSuperControl?.value &&
44
- !inputConfig.mergeDropdownBodyWithInput &&
45
- !inputConfig.blackInput &&
46
- !inputConfig.isDisabled),
47
- 'invalid-focus-out': getSuperControl?.value &&
48
- getSuperControl?.invalid &&
49
- !isFocusInput &&
50
- !inputConfig.isDropdown &&
51
- !inputConfig.blackInput &&
52
- !(!inputConfig.dropdownImageInput?.withText &&
53
- inputConfig.dropdownImageInput?.url) &&
54
- !inputConfig.isDisabled,
55
- 'incorrect-input': inputConfig.incorrectInput && getSuperControl?.value,
56
- 'incorrect-input-on': inputConfig.incorrectInput && getSuperControl?.value && incorrectValue,
57
- hidden: getSuperControl?.value && isFocusInput && inputConfig.dropdownLabel,
58
- 'dropdown-on': (getSuperControl?.value &&
59
- inputConfig.isDropdown &&
60
- !inputConfig.isDisabled &&
61
- !inputConfig.blackInput &&
62
- !inputConfig.multiSelectDropdownActive &&
63
- !inputConfig.mergeDropdownBodyWithInput) ||
64
- (inputConfig.dropdownImageInput?.url &&
65
- !inputConfig.isDisabled &&
66
- !inputConfig.blackInput &&
67
- !inputConfig.multiSelectDropdownActive &&
68
- !inputConfig.mergeDropdownBodyWithInput) ||
69
- (!inputConfig.blackInput && selectedDropdownLabelColor) ||
70
- (inputConfig.dropdownImageInput?.url &&
71
- !inputConfig.blackInput &&
72
- !inputConfig.mergeDropdownBodyWithInput) ||
73
- template === DropdownTemplateTypeEnum.PAYROLL_TRUCKS,
74
- 'trash-can-svg': inputConfig.removeInput,
75
- };
76
- }
77
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputClearClassPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
78
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: InputClearClassPipe, isStandalone: true, name: "inputClearClass" }); }
79
- }
80
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputClearClassPipe, decorators: [{
81
- type: Pipe,
82
- args: [{
83
- name: 'inputClearClass',
84
- standalone: true,
85
- }]
86
- }] });
87
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtY2xlYXItY2xhc3MucGlwZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLWlucHV0LXRlc3QvcGlwZXMvaW5wdXQtY2xlYXItY2xhc3MucGlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsSUFBSSxFQUFpQixNQUFNLGVBQWUsQ0FBQztBQU1wRCxRQUFRO0FBQ1IsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sK0JBQStCLENBQUM7O0FBTXpFLE1BQU0sT0FBTyxtQkFBbUI7SUFDOUIsU0FBUyxDQUNQLGVBQWlELEVBQ2pELFlBQXFCLEVBQ3JCLFdBQXFCLEVBQ3JCLGNBQXVCLEVBQ3ZCLDBCQUFtQyxFQUNuQyxRQUFnQixFQUNoQixLQUFhO1FBRWIsT0FBTztZQUNMLEtBQUssRUFDSCxZQUFZO2dCQUNaLGVBQWUsRUFBRSxLQUFLO2dCQUN0QixDQUFDLENBQUMsV0FBVyxDQUFDLFVBQVUsSUFBSSxXQUFXLENBQUMsVUFBVSxDQUFDO1lBQ3JELGdCQUFnQixFQUNkLENBQUMsZUFBZSxFQUFFLEtBQUs7Z0JBQ3JCLGVBQWUsRUFBRSxLQUFLO2dCQUN0QixZQUFZO2dCQUNaLENBQUMsV0FBVyxDQUFDLFdBQVcsRUFBRSxRQUFRLENBQUMsdUJBQXVCLENBQUM7Z0JBQzNELENBQUMsV0FBVyxDQUFDLFVBQVU7Z0JBQ3ZCLENBQUMsV0FBVyxDQUFDLGtCQUFrQixFQUFFLEdBQUc7Z0JBQ3BDLENBQUMsV0FBVyxDQUFDLHlCQUF5QjtnQkFDdEMsQ0FBQyxXQUFXLENBQUMsMEJBQTBCO2dCQUN2QyxDQUFDLFdBQVcsQ0FBQyxVQUFVLENBQUM7Z0JBQzFCLENBQUMsV0FBVyxDQUFDLG1CQUFtQixFQUFFLE9BQU8sQ0FBQyxNQUFNO29CQUM5QyxZQUFZO29CQUNaLENBQUMsV0FBVyxDQUFDLHlCQUF5QjtvQkFDdEMsQ0FBQyxXQUFXLENBQUMsVUFBVTtvQkFDdkIsQ0FBQyxXQUFXLENBQUMsMEJBQTBCO29CQUN2QyxDQUFDLFdBQVcsQ0FBQyxVQUFVO29CQUN2QixDQUFDLFdBQVcsQ0FBQyxhQUFhO29CQUMxQixRQUFRLEtBQUssd0JBQXdCLENBQUMsY0FBYyxDQUFDO1lBQ3pELGlCQUFpQixFQUNmLGVBQWUsRUFBRSxLQUFLO2dCQUN0QixlQUFlLEVBQUUsS0FBSztnQkFDdEIsQ0FBQyxZQUFZO2dCQUNiLENBQUMsV0FBVyxDQUFDLFdBQVcsRUFBRSxRQUFRLENBQUMsdUJBQXVCLENBQUM7Z0JBQzNELENBQUMsV0FBVyxDQUFDLFVBQVU7Z0JBQ3ZCLENBQUMsV0FBVyxDQUFDLFVBQVU7WUFDekIsa0JBQWtCLEVBQ2hCLENBQUMsZUFBZSxFQUFFLEtBQUs7Z0JBQ3JCLGVBQWUsRUFBRSxPQUFPO2dCQUN4QixZQUFZO2dCQUNaLENBQUMsV0FBVyxDQUFDLDBCQUEwQjtnQkFDdkMsQ0FBQyxXQUFXLENBQUMsVUFBVTtnQkFDdkIsQ0FBQyxXQUFXLENBQUMsVUFBVSxDQUFDO2dCQUMxQixDQUFDLFdBQVcsQ0FBQyx5QkFBeUI7b0JBQ3BDLFdBQVcsQ0FBQyxVQUFVO29CQUN0QixZQUFZO29CQUNaLGVBQWUsRUFBRSxLQUFLO29CQUN0QixDQUFDLFdBQVcsQ0FBQywwQkFBMEI7b0JBQ3ZDLENBQUMsV0FBVyxDQUFDLFVBQVU7b0JBQ3ZCLENBQUMsV0FBVyxDQUFDLFVBQVUsQ0FBQztZQUM1QixtQkFBbUIsRUFDakIsZUFBZSxFQUFFLEtBQUs7Z0JBQ3RCLGVBQWUsRUFBRSxPQUFPO2dCQUN4QixDQUFDLFlBQVk7Z0JBQ2IsQ0FBQyxXQUFXLENBQUMsVUFBVTtnQkFDdkIsQ0FBQyxXQUFXLENBQUMsVUFBVTtnQkFDdkIsQ0FBQyxDQUNDLENBQUMsV0FBVyxDQUFDLGtCQUFrQixFQUFFLFFBQVE7b0JBQ3pDLFdBQVcsQ0FBQyxrQkFBa0IsRUFBRSxHQUFHLENBQ3BDO2dCQUNELENBQUMsV0FBVyxDQUFDLFVBQVU7WUFDekIsaUJBQWlCLEVBQUUsV0FBVyxDQUFDLGNBQWMsSUFBSSxlQUFlLEVBQUUsS0FBSztZQUN2RSxvQkFBb0IsRUFDbEIsV0FBVyxDQUFDLGNBQWMsSUFBSSxlQUFlLEVBQUUsS0FBSyxJQUFJLGNBQWM7WUFDeEUsTUFBTSxFQUNKLGVBQWUsRUFBRSxLQUFLLElBQUksWUFBWSxJQUFJLFdBQVcsQ0FBQyxhQUFhO1lBQ3JFLGFBQWEsRUFDWCxDQUFDLGVBQWUsRUFBRSxLQUFLO2dCQUNyQixXQUFXLENBQUMsVUFBVTtnQkFDdEIsQ0FBQyxXQUFXLENBQUMsVUFBVTtnQkFDdkIsQ0FBQyxXQUFXLENBQUMsVUFBVTtnQkFDdkIsQ0FBQyxXQUFXLENBQUMseUJBQXlCO2dCQUN0QyxDQUFDLFdBQVcsQ0FBQywwQkFBMEIsQ0FBQztnQkFDMUMsQ0FBQyxXQUFXLENBQUMsa0JBQWtCLEVBQUUsR0FBRztvQkFDbEMsQ0FBQyxXQUFXLENBQUMsVUFBVTtvQkFDdkIsQ0FBQyxXQUFXLENBQUMsVUFBVTtvQkFDdkIsQ0FBQyxXQUFXLENBQUMseUJBQXlCO29CQUN0QyxDQUFDLFdBQVcsQ0FBQywwQkFBMEIsQ0FBQztnQkFDMUMsQ0FBQyxDQUFDLFdBQVcsQ0FBQyxVQUFVLElBQUksMEJBQTBCLENBQUM7Z0JBQ3ZELENBQUMsV0FBVyxDQUFDLGtCQUFrQixFQUFFLEdBQUc7b0JBQ2xDLENBQUMsV0FBVyxDQUFDLFVBQVU7b0JBQ3ZCLENBQUMsV0FBVyxDQUFDLDBCQUEwQixDQUFDO2dCQUMxQyxRQUFRLEtBQUssd0JBQXdCLENBQUMsY0FBYztZQUN0RCxlQUFlLEVBQUUsV0FBVyxDQUFDLFdBQVc7U0FDekMsQ0FBQztJQUNKLENBQUM7K0dBekZVLG1CQUFtQjs2R0FBbkIsbUJBQW1COzs0RkFBbkIsbUJBQW1CO2tCQUovQixJQUFJO21CQUFDO29CQUNKLElBQUksRUFBRSxpQkFBaUI7b0JBQ3ZCLFVBQVUsRUFBRSxJQUFJO2lCQUNqQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFBpcGUsIFBpcGVUcmFuc2Zvcm0gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEFic3RyYWN0Q29udHJvbCB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcblxuLy8gY29uZmlzXG5pbXBvcnQgeyBJQ2FJbnB1dCB9IGZyb20gJy4uL2NvbmZpZy9jYS1pbnB1dC5jb25maWcnO1xuXG4vLyBlbnVtc1xuaW1wb3J0IHsgRHJvcGRvd25UZW1wbGF0ZVR5cGVFbnVtIH0gZnJvbSAnLi4vLi4vY2EtaW5wdXQtZHJvcGRvd24vZW51bXMnO1xuXG5AUGlwZSh7XG4gIG5hbWU6ICdpbnB1dENsZWFyQ2xhc3MnLFxuICBzdGFuZGFsb25lOiB0cnVlLFxufSlcbmV4cG9ydCBjbGFzcyBJbnB1dENsZWFyQ2xhc3NQaXBlIGltcGxlbWVudHMgUGlwZVRyYW5zZm9ybSB7XG4gIHRyYW5zZm9ybShcbiAgICBnZXRTdXBlckNvbnRyb2w6IEFic3RyYWN0Q29udHJvbDxhbnksIGFueT4gfCBudWxsLFxuICAgIGlzRm9jdXNJbnB1dDogYm9vbGVhbixcbiAgICBpbnB1dENvbmZpZzogSUNhSW5wdXQsXG4gICAgaW5jb3JyZWN0VmFsdWU6IGJvb2xlYW4sXG4gICAgc2VsZWN0ZWREcm9wZG93bkxhYmVsQ29sb3I6IGJvb2xlYW4sXG4gICAgdGVtcGxhdGU6IHN0cmluZyxcbiAgICB2YWx1ZTogc3RyaW5nXG4gICk6IHsgW2tleTogc3RyaW5nXTogYm9vbGVhbiB8IHVuZGVmaW5lZCB9IHtcbiAgICByZXR1cm4ge1xuICAgICAgZm9jdXM6XG4gICAgICAgIGlzRm9jdXNJbnB1dCAmJlxuICAgICAgICBnZXRTdXBlckNvbnRyb2w/LnZhbHVlICYmXG4gICAgICAgICEoaW5wdXRDb25maWcuYmxhY2tJbnB1dCAmJiBpbnB1dENvbmZpZy5pc0Ryb3Bkb3duKSxcbiAgICAgICd2YWxpZC1mb2N1cy1pbic6XG4gICAgICAgIChnZXRTdXBlckNvbnRyb2w/LnZhbHVlICYmXG4gICAgICAgICAgZ2V0U3VwZXJDb250cm9sPy52YWxpZCAmJlxuICAgICAgICAgIGlzRm9jdXNJbnB1dCAmJlxuICAgICAgICAgICFpbnB1dENvbmZpZy5jdXN0b21DbGFzcz8uaW5jbHVkZXMoJ3JlcGFpci1zaG9wLW9wZW4taG91cicpICYmXG4gICAgICAgICAgIWlucHV0Q29uZmlnLmJsYWNrSW5wdXQgJiZcbiAgICAgICAgICAhaW5wdXRDb25maWcuZHJvcGRvd25JbWFnZUlucHV0Py51cmwgJiZcbiAgICAgICAgICAhaW5wdXRDb25maWcuaXNJbnZhbGlkU2VhcmNoSW5Ecm9wZG93biAmJlxuICAgICAgICAgICFpbnB1dENvbmZpZy5tZXJnZURyb3Bkb3duQm9keVdpdGhJbnB1dCAmJlxuICAgICAgICAgICFpbnB1dENvbmZpZy5pc0Rpc2FibGVkKSB8fFxuICAgICAgICAoaW5wdXRDb25maWcubXVsdGlwbGVJbnB1dFZhbHVlcz8ub3B0aW9ucy5sZW5ndGggJiZcbiAgICAgICAgICBpc0ZvY3VzSW5wdXQgJiZcbiAgICAgICAgICAhaW5wdXRDb25maWcuaXNJbnZhbGlkU2VhcmNoSW5Ecm9wZG93biAmJlxuICAgICAgICAgICFpbnB1dENvbmZpZy5ibGFja0lucHV0ICYmXG4gICAgICAgICAgIWlucHV0Q29uZmlnLm1lcmdlRHJvcGRvd25Cb2R5V2l0aElucHV0ICYmXG4gICAgICAgICAgIWlucHV0Q29uZmlnLmlzRGlzYWJsZWQgJiZcbiAgICAgICAgICAhaW5wdXRDb25maWcuZHJvcGRvd25MYWJlbCAmJlxuICAgICAgICAgIHRlbXBsYXRlID09PSBEcm9wZG93blRlbXBsYXRlVHlwZUVudW0uUEFZUk9MTF9UUlVDS1MpLFxuICAgICAgJ3ZhbGlkLWZvY3VzLW91dCc6XG4gICAgICAgIGdldFN1cGVyQ29udHJvbD8udmFsdWUgJiZcbiAgICAgICAgZ2V0U3VwZXJDb250cm9sPy52YWxpZCAmJlxuICAgICAgICAhaXNGb2N1c0lucHV0ICYmXG4gICAgICAgICFpbnB1dENvbmZpZy5jdXN0b21DbGFzcz8uaW5jbHVkZXMoJ3JlcGFpci1zaG9wLW9wZW4taG91cicpICYmXG4gICAgICAgICFpbnB1dENvbmZpZy5ibGFja0lucHV0ICYmXG4gICAgICAgICFpbnB1dENvbmZpZy5pc0Rpc2FibGVkLFxuICAgICAgJ2ludmFsaWQtZm9jdXMtaW4nOlxuICAgICAgICAoZ2V0U3VwZXJDb250cm9sPy52YWx1ZSAmJlxuICAgICAgICAgIGdldFN1cGVyQ29udHJvbD8uaW52YWxpZCAmJlxuICAgICAgICAgIGlzRm9jdXNJbnB1dCAmJlxuICAgICAgICAgICFpbnB1dENvbmZpZy5tZXJnZURyb3Bkb3duQm9keVdpdGhJbnB1dCAmJlxuICAgICAgICAgICFpbnB1dENvbmZpZy5ibGFja0lucHV0ICYmXG4gICAgICAgICAgIWlucHV0Q29uZmlnLmlzRGlzYWJsZWQpIHx8XG4gICAgICAgIChpbnB1dENvbmZpZy5pc0ludmFsaWRTZWFyY2hJbkRyb3Bkb3duICYmXG4gICAgICAgICAgaW5wdXRDb25maWcuaXNEcm9wZG93biAmJlxuICAgICAgICAgIGlzRm9jdXNJbnB1dCAmJlxuICAgICAgICAgIGdldFN1cGVyQ29udHJvbD8udmFsdWUgJiZcbiAgICAgICAgICAhaW5wdXRDb25maWcubWVyZ2VEcm9wZG93bkJvZHlXaXRoSW5wdXQgJiZcbiAgICAgICAgICAhaW5wdXRDb25maWcuYmxhY2tJbnB1dCAmJlxuICAgICAgICAgICFpbnB1dENvbmZpZy5pc0Rpc2FibGVkKSxcbiAgICAgICdpbnZhbGlkLWZvY3VzLW91dCc6XG4gICAgICAgIGdldFN1cGVyQ29udHJvbD8udmFsdWUgJiZcbiAgICAgICAgZ2V0U3VwZXJDb250cm9sPy5pbnZhbGlkICYmXG4gICAgICAgICFpc0ZvY3VzSW5wdXQgJiZcbiAgICAgICAgIWlucHV0Q29uZmlnLmlzRHJvcGRvd24gJiZcbiAgICAgICAgIWlucHV0Q29uZmlnLmJsYWNrSW5wdXQgJiZcbiAgICAgICAgIShcbiAgICAgICAgICAhaW5wdXRDb25maWcuZHJvcGRvd25JbWFnZUlucHV0Py53aXRoVGV4dCAmJlxuICAgICAgICAgIGlucHV0Q29uZmlnLmRyb3Bkb3duSW1hZ2VJbnB1dD8udXJsXG4gICAgICAgICkgJiZcbiAgICAgICAgIWlucHV0Q29uZmlnLmlzRGlzYWJsZWQsXG4gICAgICAnaW5jb3JyZWN0LWlucHV0JzogaW5wdXRDb25maWcuaW5jb3JyZWN0SW5wdXQgJiYgZ2V0U3VwZXJDb250cm9sPy52YWx1ZSxcbiAgICAgICdpbmNvcnJlY3QtaW5wdXQtb24nOlxuICAgICAgICBpbnB1dENvbmZpZy5pbmNvcnJlY3RJbnB1dCAmJiBnZXRTdXBlckNvbnRyb2w/LnZhbHVlICYmIGluY29ycmVjdFZhbHVlLFxuICAgICAgaGlkZGVuOlxuICAgICAgICBnZXRTdXBlckNvbnRyb2w/LnZhbHVlICYmIGlzRm9jdXNJbnB1dCAmJiBpbnB1dENvbmZpZy5kcm9wZG93bkxhYmVsLFxuICAgICAgJ2Ryb3Bkb3duLW9uJzpcbiAgICAgICAgKGdldFN1cGVyQ29udHJvbD8udmFsdWUgJiZcbiAgICAgICAgICBpbnB1dENvbmZpZy5pc0Ryb3Bkb3duICYmXG4gICAgICAgICAgIWlucHV0Q29uZmlnLmlzRGlzYWJsZWQgJiZcbiAgICAgICAgICAhaW5wdXRDb25maWcuYmxhY2tJbnB1dCAmJlxuICAgICAgICAgICFpbnB1dENvbmZpZy5tdWx0aVNlbGVjdERyb3Bkb3duQWN0aXZlICYmXG4gICAgICAgICAgIWlucHV0Q29uZmlnLm1lcmdlRHJvcGRvd25Cb2R5V2l0aElucHV0KSB8fFxuICAgICAgICAoaW5wdXRDb25maWcuZHJvcGRvd25JbWFnZUlucHV0Py51cmwgJiZcbiAgICAgICAgICAhaW5wdXRDb25maWcuaXNEaXNhYmxlZCAmJlxuICAgICAgICAgICFpbnB1dENvbmZpZy5ibGFja0lucHV0ICYmXG4gICAgICAgICAgIWlucHV0Q29uZmlnLm11bHRpU2VsZWN0RHJvcGRvd25BY3RpdmUgJiZcbiAgICAgICAgICAhaW5wdXRDb25maWcubWVyZ2VEcm9wZG93bkJvZHlXaXRoSW5wdXQpIHx8XG4gICAgICAgICghaW5wdXRDb25maWcuYmxhY2tJbnB1dCAmJiBzZWxlY3RlZERyb3Bkb3duTGFiZWxDb2xvcikgfHxcbiAgICAgICAgKGlucHV0Q29uZmlnLmRyb3Bkb3duSW1hZ2VJbnB1dD8udXJsICYmXG4gICAgICAgICAgIWlucHV0Q29uZmlnLmJsYWNrSW5wdXQgJiZcbiAgICAgICAgICAhaW5wdXRDb25maWcubWVyZ2VEcm9wZG93bkJvZHlXaXRoSW5wdXQpIHx8XG4gICAgICAgIHRlbXBsYXRlID09PSBEcm9wZG93blRlbXBsYXRlVHlwZUVudW0uUEFZUk9MTF9UUlVDS1MsXG4gICAgICAndHJhc2gtY2FuLXN2Zyc6IGlucHV0Q29uZmlnLnJlbW92ZUlucHV0LFxuICAgIH07XG4gIH1cbn1cbiJdfQ==
@@ -1,58 +0,0 @@
1
- import { Pipe } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class InputContainerClassPipe {
4
- transform(getSuperControl, isFocusInput, isTouchedInput, inputConfig, value) {
5
- return {
6
- 'custom-empty-hover': !isFocusInput,
7
- 'custom-filled-hover': value && !isFocusInput && !inputConfig.dropdownLabel,
8
- 'invalid-filled-focus-out': value &&
9
- getSuperControl?.invalid &&
10
- (isTouchedInput || getSuperControl?.touched) &&
11
- !isFocusInput &&
12
- !inputConfig.hideClear &&
13
- !inputConfig.blackInput &&
14
- !inputConfig.isDisabled,
15
- 'invalid-empty-focus-out': !value &&
16
- getSuperControl?.invalid &&
17
- (isTouchedInput || getSuperControl?.touched) &&
18
- !isFocusInput &&
19
- !inputConfig.hideClear &&
20
- !inputConfig.blackInput &&
21
- !inputConfig.isDisabled &&
22
- !inputConfig.dropdownLabel,
23
- 'invalid-focus-in': value &&
24
- getSuperControl?.invalid &&
25
- isFocusInput &&
26
- !inputConfig.hideClear &&
27
- !inputConfig.blackInput &&
28
- !inputConfig.isDisabled,
29
- 'valid-focus-in': value &&
30
- getSuperControl?.valid &&
31
- isFocusInput &&
32
- !inputConfig.hideClear &&
33
- !inputConfig.blackInput &&
34
- !inputConfig.isDisabled,
35
- 'valid-focus-out': value &&
36
- getSuperControl?.valid &&
37
- !isFocusInput &&
38
- !inputConfig.blackInput &&
39
- !inputConfig.isDisabled,
40
- 'inactive-empty': inputConfig.isDisabled && !value,
41
- 'inactive-filled': inputConfig.isDisabled && value,
42
- 'input-remove-trash-can': inputConfig.removeInput,
43
- 'input-remove-background': inputConfig.isInputBackgroundRemoved,
44
- 'input-blue-text': inputConfig.isBlueText,
45
- 'required-label-table': inputConfig.requiredLabel,
46
- };
47
- }
48
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputContainerClassPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
49
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: InputContainerClassPipe, isStandalone: true, name: "inputContainerClass" }); }
50
- }
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputContainerClassPipe, decorators: [{
52
- type: Pipe,
53
- args: [{
54
- name: 'inputContainerClass',
55
- standalone: true,
56
- }]
57
- }] });
58
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtY29udGFpbmVyLWNsYXNzLnBpcGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1pbnB1dC10ZXN0L3BpcGVzL2lucHV0LWNvbnRhaW5lci1jbGFzcy5waXBlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxJQUFJLEVBQWlCLE1BQU0sZUFBZSxDQUFDOztBQVFwRCxNQUFNLE9BQU8sdUJBQXVCO0lBQ2xDLFNBQVMsQ0FDUCxlQUFpRCxFQUNqRCxZQUFxQixFQUNyQixjQUF1QixFQUN2QixXQUFxQixFQUNyQixLQUFhO1FBRWIsT0FBTztZQUNMLG9CQUFvQixFQUFFLENBQUMsWUFBWTtZQUNuQyxxQkFBcUIsRUFDbkIsS0FBSyxJQUFJLENBQUMsWUFBWSxJQUFJLENBQUMsV0FBVyxDQUFDLGFBQWE7WUFDdEQsMEJBQTBCLEVBQ3hCLEtBQUs7Z0JBQ0wsZUFBZSxFQUFFLE9BQU87Z0JBQ3hCLENBQUMsY0FBYyxJQUFJLGVBQWUsRUFBRSxPQUFPLENBQUM7Z0JBQzVDLENBQUMsWUFBWTtnQkFDYixDQUFDLFdBQVcsQ0FBQyxTQUFTO2dCQUN0QixDQUFDLFdBQVcsQ0FBQyxVQUFVO2dCQUN2QixDQUFDLFdBQVcsQ0FBQyxVQUFVO1lBQ3pCLHlCQUF5QixFQUN2QixDQUFDLEtBQUs7Z0JBQ04sZUFBZSxFQUFFLE9BQU87Z0JBQ3hCLENBQUMsY0FBYyxJQUFJLGVBQWUsRUFBRSxPQUFPLENBQUM7Z0JBQzVDLENBQUMsWUFBWTtnQkFDYixDQUFDLFdBQVcsQ0FBQyxTQUFTO2dCQUN0QixDQUFDLFdBQVcsQ0FBQyxVQUFVO2dCQUN2QixDQUFDLFdBQVcsQ0FBQyxVQUFVO2dCQUN2QixDQUFDLFdBQVcsQ0FBQyxhQUFhO1lBQzVCLGtCQUFrQixFQUNoQixLQUFLO2dCQUNMLGVBQWUsRUFBRSxPQUFPO2dCQUN4QixZQUFZO2dCQUNaLENBQUMsV0FBVyxDQUFDLFNBQVM7Z0JBQ3RCLENBQUMsV0FBVyxDQUFDLFVBQVU7Z0JBQ3ZCLENBQUMsV0FBVyxDQUFDLFVBQVU7WUFDekIsZ0JBQWdCLEVBQ2QsS0FBSztnQkFDTCxlQUFlLEVBQUUsS0FBSztnQkFDdEIsWUFBWTtnQkFDWixDQUFDLFdBQVcsQ0FBQyxTQUFTO2dCQUN0QixDQUFDLFdBQVcsQ0FBQyxVQUFVO2dCQUN2QixDQUFDLFdBQVcsQ0FBQyxVQUFVO1lBQ3pCLGlCQUFpQixFQUNmLEtBQUs7Z0JBQ0wsZUFBZSxFQUFFLEtBQUs7Z0JBQ3RCLENBQUMsWUFBWTtnQkFDYixDQUFDLFdBQVcsQ0FBQyxVQUFVO2dCQUN2QixDQUFDLFdBQVcsQ0FBQyxVQUFVO1lBQ3pCLGdCQUFnQixFQUFFLFdBQVcsQ0FBQyxVQUFVLElBQUksQ0FBQyxLQUFLO1lBQ2xELGlCQUFpQixFQUFFLFdBQVcsQ0FBQyxVQUFVLElBQUksS0FBSztZQUNsRCx3QkFBd0IsRUFBRSxXQUFXLENBQUMsV0FBVztZQUNqRCx5QkFBeUIsRUFBRSxXQUFXLENBQUMsd0JBQXdCO1lBQy9ELGlCQUFpQixFQUFFLFdBQVcsQ0FBQyxVQUFVO1lBQ3pDLHNCQUFzQixFQUFFLFdBQVcsQ0FBQyxhQUFhO1NBQ2xELENBQUM7SUFDSixDQUFDOytHQXhEVSx1QkFBdUI7NkdBQXZCLHVCQUF1Qjs7NEZBQXZCLHVCQUF1QjtrQkFKbkMsSUFBSTttQkFBQztvQkFDSixJQUFJLEVBQUUscUJBQXFCO29CQUMzQixVQUFVLEVBQUUsSUFBSTtpQkFDakIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQaXBlLCBQaXBlVHJhbnNmb3JtIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBYnN0cmFjdENvbnRyb2wgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBJQ2FJbnB1dCB9IGZyb20gJy4uL2NvbmZpZy9jYS1pbnB1dC5jb25maWcnO1xuXG5AUGlwZSh7XG4gIG5hbWU6ICdpbnB1dENvbnRhaW5lckNsYXNzJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbn0pXG5leHBvcnQgY2xhc3MgSW5wdXRDb250YWluZXJDbGFzc1BpcGUgaW1wbGVtZW50cyBQaXBlVHJhbnNmb3JtIHtcbiAgdHJhbnNmb3JtKFxuICAgIGdldFN1cGVyQ29udHJvbDogQWJzdHJhY3RDb250cm9sPGFueSwgYW55PiB8IG51bGwsXG4gICAgaXNGb2N1c0lucHV0OiBib29sZWFuLFxuICAgIGlzVG91Y2hlZElucHV0OiBib29sZWFuLFxuICAgIGlucHV0Q29uZmlnOiBJQ2FJbnB1dCxcbiAgICB2YWx1ZTogc3RyaW5nXG4gICk6IHsgW2tleTogc3RyaW5nXTogYm9vbGVhbiB8IHVuZGVmaW5lZCB8IG51bGwgfCBzdHJpbmcgfSB7XG4gICAgcmV0dXJuIHtcbiAgICAgICdjdXN0b20tZW1wdHktaG92ZXInOiAhaXNGb2N1c0lucHV0LFxuICAgICAgJ2N1c3RvbS1maWxsZWQtaG92ZXInOlxuICAgICAgICB2YWx1ZSAmJiAhaXNGb2N1c0lucHV0ICYmICFpbnB1dENvbmZpZy5kcm9wZG93bkxhYmVsLFxuICAgICAgJ2ludmFsaWQtZmlsbGVkLWZvY3VzLW91dCc6XG4gICAgICAgIHZhbHVlICYmXG4gICAgICAgIGdldFN1cGVyQ29udHJvbD8uaW52YWxpZCAmJlxuICAgICAgICAoaXNUb3VjaGVkSW5wdXQgfHwgZ2V0U3VwZXJDb250cm9sPy50b3VjaGVkKSAmJlxuICAgICAgICAhaXNGb2N1c0lucHV0ICYmXG4gICAgICAgICFpbnB1dENvbmZpZy5oaWRlQ2xlYXIgJiZcbiAgICAgICAgIWlucHV0Q29uZmlnLmJsYWNrSW5wdXQgJiZcbiAgICAgICAgIWlucHV0Q29uZmlnLmlzRGlzYWJsZWQsXG4gICAgICAnaW52YWxpZC1lbXB0eS1mb2N1cy1vdXQnOlxuICAgICAgICAhdmFsdWUgJiZcbiAgICAgICAgZ2V0U3VwZXJDb250cm9sPy5pbnZhbGlkICYmXG4gICAgICAgIChpc1RvdWNoZWRJbnB1dCB8fCBnZXRTdXBlckNvbnRyb2w/LnRvdWNoZWQpICYmXG4gICAgICAgICFpc0ZvY3VzSW5wdXQgJiZcbiAgICAgICAgIWlucHV0Q29uZmlnLmhpZGVDbGVhciAmJlxuICAgICAgICAhaW5wdXRDb25maWcuYmxhY2tJbnB1dCAmJlxuICAgICAgICAhaW5wdXRDb25maWcuaXNEaXNhYmxlZCAmJlxuICAgICAgICAhaW5wdXRDb25maWcuZHJvcGRvd25MYWJlbCxcbiAgICAgICdpbnZhbGlkLWZvY3VzLWluJzpcbiAgICAgICAgdmFsdWUgJiZcbiAgICAgICAgZ2V0U3VwZXJDb250cm9sPy5pbnZhbGlkICYmXG4gICAgICAgIGlzRm9jdXNJbnB1dCAmJlxuICAgICAgICAhaW5wdXRDb25maWcuaGlkZUNsZWFyICYmXG4gICAgICAgICFpbnB1dENvbmZpZy5ibGFja0lucHV0ICYmXG4gICAgICAgICFpbnB1dENvbmZpZy5pc0Rpc2FibGVkLFxuICAgICAgJ3ZhbGlkLWZvY3VzLWluJzpcbiAgICAgICAgdmFsdWUgJiZcbiAgICAgICAgZ2V0U3VwZXJDb250cm9sPy52YWxpZCAmJlxuICAgICAgICBpc0ZvY3VzSW5wdXQgJiZcbiAgICAgICAgIWlucHV0Q29uZmlnLmhpZGVDbGVhciAmJlxuICAgICAgICAhaW5wdXRDb25maWcuYmxhY2tJbnB1dCAmJlxuICAgICAgICAhaW5wdXRDb25maWcuaXNEaXNhYmxlZCxcbiAgICAgICd2YWxpZC1mb2N1cy1vdXQnOlxuICAgICAgICB2YWx1ZSAmJlxuICAgICAgICBnZXRTdXBlckNvbnRyb2w/LnZhbGlkICYmXG4gICAgICAgICFpc0ZvY3VzSW5wdXQgJiZcbiAgICAgICAgIWlucHV0Q29uZmlnLmJsYWNrSW5wdXQgJiZcbiAgICAgICAgIWlucHV0Q29uZmlnLmlzRGlzYWJsZWQsXG4gICAgICAnaW5hY3RpdmUtZW1wdHknOiBpbnB1dENvbmZpZy5pc0Rpc2FibGVkICYmICF2YWx1ZSxcbiAgICAgICdpbmFjdGl2ZS1maWxsZWQnOiBpbnB1dENvbmZpZy5pc0Rpc2FibGVkICYmIHZhbHVlLFxuICAgICAgJ2lucHV0LXJlbW92ZS10cmFzaC1jYW4nOiBpbnB1dENvbmZpZy5yZW1vdmVJbnB1dCxcbiAgICAgICdpbnB1dC1yZW1vdmUtYmFja2dyb3VuZCc6IGlucHV0Q29uZmlnLmlzSW5wdXRCYWNrZ3JvdW5kUmVtb3ZlZCxcbiAgICAgICdpbnB1dC1ibHVlLXRleHQnOiBpbnB1dENvbmZpZy5pc0JsdWVUZXh0LFxuICAgICAgJ3JlcXVpcmVkLWxhYmVsLXRhYmxlJzogaW5wdXRDb25maWcucmVxdWlyZWRMYWJlbCxcbiAgICB9O1xuICB9XG59XG4iXX0=
@@ -1,77 +0,0 @@
1
- import { Pipe } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class InputDatetimePickerClassPipe {
4
- transform(isFocusInput, isVisibleCommands, getSuperControl, inputConfig, isTouchedInput, value) {
5
- return {
6
- focus: isFocusInput,
7
- 'valid-focus-in': (getSuperControl?.value &&
8
- getSuperControl?.valid &&
9
- isFocusInput &&
10
- !isVisibleCommands &&
11
- !inputConfig.dropdownImageInput?.url &&
12
- !inputConfig.blackInput &&
13
- !inputConfig.isDisabled) ||
14
- (inputConfig.multipleInputValues?.options?.length &&
15
- isFocusInput &&
16
- !inputConfig.isInvalidSearchInDropdown &&
17
- !inputConfig.isDisabled),
18
- 'valid-focus-out-filled': (((getSuperControl?.value &&
19
- getSuperControl?.valid &&
20
- !isFocusInput &&
21
- !inputConfig.isDisabled &&
22
- !isVisibleCommands &&
23
- !inputConfig.blackInput &&
24
- !inputConfig.isDisabled) ||
25
- (!isFocusInput && inputConfig.dropdownImageInput?.url)) &&
26
- !inputConfig.blackInput &&
27
- !inputConfig.isDisabled) ||
28
- (inputConfig.dropdownLabel &&
29
- getSuperControl?.value &&
30
- getSuperControl?.valid &&
31
- !isFocusInput &&
32
- !inputConfig.isDisabled) ||
33
- (inputConfig.multipleInputValues?.options?.length && !isFocusInput),
34
- 'invalid-focus-in': getSuperControl?.invalid &&
35
- getSuperControl?.value &&
36
- isFocusInput &&
37
- !inputConfig.blackInput &&
38
- !(inputConfig.dropdownImageInput?.url ||
39
- inputConfig.dropdownImageInput?.nameInitialsInsteadUrl) &&
40
- !inputConfig.isDisabled,
41
- 'invalid-focus-out-filled': ((getSuperControl?.value &&
42
- getSuperControl?.invalid &&
43
- !isFocusInput &&
44
- !inputConfig.isDisabled &&
45
- !inputConfig.blackInput) ||
46
- (!inputConfig.dropdownImageInput?.url &&
47
- (isTouchedInput || getSuperControl?.touched) &&
48
- getSuperControl?.invalid &&
49
- !isFocusInput &&
50
- !inputConfig.isDisabled)) &&
51
- !inputConfig.blackInput,
52
- 'invalid-focus-out-empty': !isFocusInput &&
53
- !getSuperControl?.value &&
54
- getSuperControl?.invalid &&
55
- (isTouchedInput || getSuperControl?.touched) &&
56
- inputConfig.multipleLabel?.labels?.length &&
57
- !inputConfig.multipleInputValues?.options?.length &&
58
- !inputConfig.isDisabled,
59
- dark: inputConfig.customClass === 'datetimeclass dark',
60
- 'time-picker-opacity': inputConfig.customClass === 'time-picker-opacity',
61
- 'dispatch-history-default-color': inputConfig.customClass === 'time-picker-opacity' &&
62
- inputConfig.hideDropdownArrow && !isFocusInput,
63
- 'dispatch-history-row-hover': inputConfig.customClass === 'time-picker-opacity' &&
64
- inputConfig.isHoverRow && inputConfig.hideDropdownArrow && !isFocusInput,
65
- };
66
- }
67
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputDatetimePickerClassPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
68
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: InputDatetimePickerClassPipe, isStandalone: true, name: "inputDatetimePickerClass" }); }
69
- }
70
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputDatetimePickerClassPipe, decorators: [{
71
- type: Pipe,
72
- args: [{
73
- name: 'inputDatetimePickerClass',
74
- standalone: true,
75
- }]
76
- }] });
77
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtZGF0ZXRpbWUtcGlja2VyLWNsYXNzLnBpcGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1pbnB1dC10ZXN0L3BpcGVzL2lucHV0LWRhdGV0aW1lLXBpY2tlci1jbGFzcy5waXBlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxJQUFJLEVBQWlCLE1BQU0sZUFBZSxDQUFDOztBQVFwRCxNQUFNLE9BQU8sNEJBQTRCO0lBQ3ZDLFNBQVMsQ0FDUCxZQUFpQyxFQUNqQyxpQkFBMEIsRUFDMUIsZUFBaUQsRUFDakQsV0FBOEIsRUFDOUIsY0FBbUMsRUFDbkMsS0FBYTtRQUdiLE9BQU87WUFDTCxLQUFLLEVBQUUsWUFBWTtZQUNuQixnQkFBZ0IsRUFDZCxDQUFDLGVBQWUsRUFBRSxLQUFLO2dCQUNyQixlQUFlLEVBQUUsS0FBSztnQkFDdEIsWUFBWTtnQkFDWixDQUFDLGlCQUFpQjtnQkFDbEIsQ0FBQyxXQUFXLENBQUMsa0JBQWtCLEVBQUUsR0FBRztnQkFDcEMsQ0FBQyxXQUFXLENBQUMsVUFBVTtnQkFDdkIsQ0FBQyxXQUFXLENBQUMsVUFBVSxDQUFDO2dCQUMxQixDQUFDLFdBQVcsQ0FBQyxtQkFBbUIsRUFBRSxPQUFPLEVBQUUsTUFBTTtvQkFDL0MsWUFBWTtvQkFDWixDQUFDLFdBQVcsQ0FBQyx5QkFBeUI7b0JBQ3RDLENBQUMsV0FBVyxDQUFDLFVBQVUsQ0FBQztZQUM1Qix3QkFBd0IsRUFDdEIsQ0FBQyxDQUFDLENBQUMsZUFBZSxFQUFFLEtBQUs7Z0JBQ3ZCLGVBQWUsRUFBRSxLQUFLO2dCQUN0QixDQUFDLFlBQVk7Z0JBQ2IsQ0FBQyxXQUFXLENBQUMsVUFBVTtnQkFDdkIsQ0FBQyxpQkFBaUI7Z0JBQ2xCLENBQUMsV0FBVyxDQUFDLFVBQVU7Z0JBQ3ZCLENBQUMsV0FBVyxDQUFDLFVBQVUsQ0FBQztnQkFDeEIsQ0FBQyxDQUFDLFlBQVksSUFBSSxXQUFXLENBQUMsa0JBQWtCLEVBQUUsR0FBRyxDQUFDLENBQUM7Z0JBQ3ZELENBQUMsV0FBVyxDQUFDLFVBQVU7Z0JBQ3ZCLENBQUMsV0FBVyxDQUFDLFVBQVUsQ0FBQztnQkFDMUIsQ0FBQyxXQUFXLENBQUMsYUFBYTtvQkFDeEIsZUFBZSxFQUFFLEtBQUs7b0JBQ3RCLGVBQWUsRUFBRSxLQUFLO29CQUN0QixDQUFDLFlBQVk7b0JBQ2IsQ0FBQyxXQUFXLENBQUMsVUFBVSxDQUFDO2dCQUMxQixDQUFDLFdBQVcsQ0FBQyxtQkFBbUIsRUFBRSxPQUFPLEVBQUUsTUFBTSxJQUFJLENBQUMsWUFBWSxDQUFDO1lBQ3JFLGtCQUFrQixFQUNoQixlQUFlLEVBQUUsT0FBTztnQkFDeEIsZUFBZSxFQUFFLEtBQUs7Z0JBQ3RCLFlBQVk7Z0JBQ1osQ0FBQyxXQUFXLENBQUMsVUFBVTtnQkFDdkIsQ0FBQyxDQUNDLFdBQVcsQ0FBQyxrQkFBa0IsRUFBRSxHQUFHO29CQUNuQyxXQUFXLENBQUMsa0JBQWtCLEVBQUUsc0JBQXNCLENBQ3ZEO2dCQUNELENBQUMsV0FBVyxDQUFDLFVBQVU7WUFDekIsMEJBQTBCLEVBQ3hCLENBQUMsQ0FBQyxlQUFlLEVBQUUsS0FBSztnQkFDdEIsZUFBZSxFQUFFLE9BQU87Z0JBQ3hCLENBQUMsWUFBWTtnQkFDYixDQUFDLFdBQVcsQ0FBQyxVQUFVO2dCQUN2QixDQUFDLFdBQVcsQ0FBQyxVQUFVLENBQUM7Z0JBQ3hCLENBQUMsQ0FBQyxXQUFXLENBQUMsa0JBQWtCLEVBQUUsR0FBRztvQkFDbkMsQ0FBQyxjQUFjLElBQUksZUFBZSxFQUFFLE9BQU8sQ0FBQztvQkFDNUMsZUFBZSxFQUFFLE9BQU87b0JBQ3hCLENBQUMsWUFBWTtvQkFDYixDQUFDLFdBQVcsQ0FBQyxVQUFVLENBQUMsQ0FBQztnQkFDN0IsQ0FBQyxXQUFXLENBQUMsVUFBVTtZQUN6Qix5QkFBeUIsRUFDdkIsQ0FBQyxZQUFZO2dCQUNiLENBQUMsZUFBZSxFQUFFLEtBQUs7Z0JBQ3ZCLGVBQWUsRUFBRSxPQUFPO2dCQUN4QixDQUFDLGNBQWMsSUFBSSxlQUFlLEVBQUUsT0FBTyxDQUFDO2dCQUM1QyxXQUFXLENBQUMsYUFBYSxFQUFFLE1BQU0sRUFBRSxNQUFNO2dCQUN6QyxDQUFDLFdBQVcsQ0FBQyxtQkFBbUIsRUFBRSxPQUFPLEVBQUUsTUFBTTtnQkFDakQsQ0FBQyxXQUFXLENBQUMsVUFBVTtZQUN6QixJQUFJLEVBQUUsV0FBVyxDQUFDLFdBQVcsS0FBSyxvQkFBb0I7WUFDdEQscUJBQXFCLEVBQUUsV0FBVyxDQUFDLFdBQVcsS0FBSyxxQkFBcUI7WUFDeEUsZ0NBQWdDLEVBQzVCLFdBQVcsQ0FBQyxXQUFXLEtBQUsscUJBQXFCO2dCQUNqRCxXQUFXLENBQUMsaUJBQWlCLElBQUksQ0FBQyxZQUFZO1lBQ2xELDRCQUE0QixFQUN4QixXQUFXLENBQUMsV0FBVyxLQUFLLHFCQUFxQjtnQkFDakQsV0FBVyxDQUFDLFVBQVUsSUFBSSxXQUFXLENBQUMsaUJBQWlCLElBQUksQ0FBQyxZQUFZO1NBQzdFLENBQUM7SUFDSixDQUFDOytHQWhGVSw0QkFBNEI7NkdBQTVCLDRCQUE0Qjs7NEZBQTVCLDRCQUE0QjtrQkFKeEMsSUFBSTttQkFBQztvQkFDSixJQUFJLEVBQUUsMEJBQTBCO29CQUNoQyxVQUFVLEVBQUUsSUFBSTtpQkFDakIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQaXBlLCBQaXBlVHJhbnNmb3JtIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBJQ2FJbnB1dCB9IGZyb20gJy4uL2NvbmZpZy9jYS1pbnB1dC5jb25maWcnO1xuaW1wb3J0IHsgQWJzdHJhY3RDb250cm9sIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuXG5AUGlwZSh7XG4gIG5hbWU6ICdpbnB1dERhdGV0aW1lUGlja2VyQ2xhc3MnLFxuICBzdGFuZGFsb25lOiB0cnVlLFxufSlcbmV4cG9ydCBjbGFzcyBJbnB1dERhdGV0aW1lUGlja2VyQ2xhc3NQaXBlIGltcGxlbWVudHMgUGlwZVRyYW5zZm9ybSB7XG4gIHRyYW5zZm9ybShcbiAgICBpc0ZvY3VzSW5wdXQ6IGJvb2xlYW4gfCB1bmRlZmluZWQsXG4gICAgaXNWaXNpYmxlQ29tbWFuZHM6IGJvb2xlYW4sXG4gICAgZ2V0U3VwZXJDb250cm9sOiBBYnN0cmFjdENvbnRyb2w8YW55LCBhbnk+IHwgbnVsbCxcbiAgICBpbnB1dENvbmZpZzogUGFydGlhbDxJQ2FJbnB1dD4sXG4gICAgaXNUb3VjaGVkSW5wdXQ6IGJvb2xlYW4gfCB1bmRlZmluZWQsXG4gICAgdmFsdWU6IHN0cmluZ1xuICApOiB7IFtrZXk6IHN0cmluZ106IGJvb2xlYW4gfCB1bmRlZmluZWQgfCBudW1iZXIgfSB7XG5cbiAgICByZXR1cm4ge1xuICAgICAgZm9jdXM6IGlzRm9jdXNJbnB1dCxcbiAgICAgICd2YWxpZC1mb2N1cy1pbic6XG4gICAgICAgIChnZXRTdXBlckNvbnRyb2w/LnZhbHVlICYmXG4gICAgICAgICAgZ2V0U3VwZXJDb250cm9sPy52YWxpZCAmJlxuICAgICAgICAgIGlzRm9jdXNJbnB1dCAmJlxuICAgICAgICAgICFpc1Zpc2libGVDb21tYW5kcyAmJlxuICAgICAgICAgICFpbnB1dENvbmZpZy5kcm9wZG93bkltYWdlSW5wdXQ/LnVybCAmJlxuICAgICAgICAgICFpbnB1dENvbmZpZy5ibGFja0lucHV0ICYmXG4gICAgICAgICAgIWlucHV0Q29uZmlnLmlzRGlzYWJsZWQpIHx8XG4gICAgICAgIChpbnB1dENvbmZpZy5tdWx0aXBsZUlucHV0VmFsdWVzPy5vcHRpb25zPy5sZW5ndGggJiZcbiAgICAgICAgICBpc0ZvY3VzSW5wdXQgJiZcbiAgICAgICAgICAhaW5wdXRDb25maWcuaXNJbnZhbGlkU2VhcmNoSW5Ecm9wZG93biAmJlxuICAgICAgICAgICFpbnB1dENvbmZpZy5pc0Rpc2FibGVkKSxcbiAgICAgICd2YWxpZC1mb2N1cy1vdXQtZmlsbGVkJzpcbiAgICAgICAgKCgoZ2V0U3VwZXJDb250cm9sPy52YWx1ZSAmJlxuICAgICAgICAgIGdldFN1cGVyQ29udHJvbD8udmFsaWQgJiZcbiAgICAgICAgICAhaXNGb2N1c0lucHV0ICYmXG4gICAgICAgICAgIWlucHV0Q29uZmlnLmlzRGlzYWJsZWQgJiZcbiAgICAgICAgICAhaXNWaXNpYmxlQ29tbWFuZHMgJiZcbiAgICAgICAgICAhaW5wdXRDb25maWcuYmxhY2tJbnB1dCAmJlxuICAgICAgICAgICFpbnB1dENvbmZpZy5pc0Rpc2FibGVkKSB8fFxuICAgICAgICAgICghaXNGb2N1c0lucHV0ICYmIGlucHV0Q29uZmlnLmRyb3Bkb3duSW1hZ2VJbnB1dD8udXJsKSkgJiZcbiAgICAgICAgICAhaW5wdXRDb25maWcuYmxhY2tJbnB1dCAmJlxuICAgICAgICAgICFpbnB1dENvbmZpZy5pc0Rpc2FibGVkKSB8fFxuICAgICAgICAoaW5wdXRDb25maWcuZHJvcGRvd25MYWJlbCAmJlxuICAgICAgICAgIGdldFN1cGVyQ29udHJvbD8udmFsdWUgJiZcbiAgICAgICAgICBnZXRTdXBlckNvbnRyb2w/LnZhbGlkICYmXG4gICAgICAgICAgIWlzRm9jdXNJbnB1dCAmJlxuICAgICAgICAgICFpbnB1dENvbmZpZy5pc0Rpc2FibGVkKSB8fFxuICAgICAgICAoaW5wdXRDb25maWcubXVsdGlwbGVJbnB1dFZhbHVlcz8ub3B0aW9ucz8ubGVuZ3RoICYmICFpc0ZvY3VzSW5wdXQpLFxuICAgICAgJ2ludmFsaWQtZm9jdXMtaW4nOlxuICAgICAgICBnZXRTdXBlckNvbnRyb2w/LmludmFsaWQgJiZcbiAgICAgICAgZ2V0U3VwZXJDb250cm9sPy52YWx1ZSAmJlxuICAgICAgICBpc0ZvY3VzSW5wdXQgJiZcbiAgICAgICAgIWlucHV0Q29uZmlnLmJsYWNrSW5wdXQgJiZcbiAgICAgICAgIShcbiAgICAgICAgICBpbnB1dENvbmZpZy5kcm9wZG93bkltYWdlSW5wdXQ/LnVybCB8fFxuICAgICAgICAgIGlucHV0Q29uZmlnLmRyb3Bkb3duSW1hZ2VJbnB1dD8ubmFtZUluaXRpYWxzSW5zdGVhZFVybFxuICAgICAgICApICYmXG4gICAgICAgICFpbnB1dENvbmZpZy5pc0Rpc2FibGVkLFxuICAgICAgJ2ludmFsaWQtZm9jdXMtb3V0LWZpbGxlZCc6XG4gICAgICAgICgoZ2V0U3VwZXJDb250cm9sPy52YWx1ZSAmJlxuICAgICAgICAgIGdldFN1cGVyQ29udHJvbD8uaW52YWxpZCAmJlxuICAgICAgICAgICFpc0ZvY3VzSW5wdXQgJiZcbiAgICAgICAgICAhaW5wdXRDb25maWcuaXNEaXNhYmxlZCAmJlxuICAgICAgICAgICFpbnB1dENvbmZpZy5ibGFja0lucHV0KSB8fFxuICAgICAgICAgICghaW5wdXRDb25maWcuZHJvcGRvd25JbWFnZUlucHV0Py51cmwgJiZcbiAgICAgICAgICAgIChpc1RvdWNoZWRJbnB1dCB8fCBnZXRTdXBlckNvbnRyb2w/LnRvdWNoZWQpICYmXG4gICAgICAgICAgICBnZXRTdXBlckNvbnRyb2w/LmludmFsaWQgJiZcbiAgICAgICAgICAgICFpc0ZvY3VzSW5wdXQgJiZcbiAgICAgICAgICAgICFpbnB1dENvbmZpZy5pc0Rpc2FibGVkKSkgJiZcbiAgICAgICAgIWlucHV0Q29uZmlnLmJsYWNrSW5wdXQsXG4gICAgICAnaW52YWxpZC1mb2N1cy1vdXQtZW1wdHknOlxuICAgICAgICAhaXNGb2N1c0lucHV0ICYmXG4gICAgICAgICFnZXRTdXBlckNvbnRyb2w/LnZhbHVlICYmXG4gICAgICAgIGdldFN1cGVyQ29udHJvbD8uaW52YWxpZCAmJlxuICAgICAgICAoaXNUb3VjaGVkSW5wdXQgfHwgZ2V0U3VwZXJDb250cm9sPy50b3VjaGVkKSAmJlxuICAgICAgICBpbnB1dENvbmZpZy5tdWx0aXBsZUxhYmVsPy5sYWJlbHM/Lmxlbmd0aCAmJlxuICAgICAgICAhaW5wdXRDb25maWcubXVsdGlwbGVJbnB1dFZhbHVlcz8ub3B0aW9ucz8ubGVuZ3RoICYmXG4gICAgICAgICFpbnB1dENvbmZpZy5pc0Rpc2FibGVkLFxuICAgICAgZGFyazogaW5wdXRDb25maWcuY3VzdG9tQ2xhc3MgPT09ICdkYXRldGltZWNsYXNzIGRhcmsnLFxuICAgICAgJ3RpbWUtcGlja2VyLW9wYWNpdHknOiBpbnB1dENvbmZpZy5jdXN0b21DbGFzcyA9PT0gJ3RpbWUtcGlja2VyLW9wYWNpdHknLFxuICAgICAgJ2Rpc3BhdGNoLWhpc3RvcnktZGVmYXVsdC1jb2xvcic6IFxuICAgICAgICAgIGlucHV0Q29uZmlnLmN1c3RvbUNsYXNzID09PSAndGltZS1waWNrZXItb3BhY2l0eScgJiYgXG4gICAgICAgICAgaW5wdXRDb25maWcuaGlkZURyb3Bkb3duQXJyb3cgJiYgIWlzRm9jdXNJbnB1dCxcbiAgICAgICdkaXNwYXRjaC1oaXN0b3J5LXJvdy1ob3Zlcic6IFxuICAgICAgICAgIGlucHV0Q29uZmlnLmN1c3RvbUNsYXNzID09PSAndGltZS1waWNrZXItb3BhY2l0eScgJiYgXG4gICAgICAgICAgaW5wdXRDb25maWcuaXNIb3ZlclJvdyAmJiBpbnB1dENvbmZpZy5oaWRlRHJvcGRvd25BcnJvdyAmJiAhaXNGb2N1c0lucHV0LFxuICAgIH07XG4gIH1cbn1cbiJdfQ==
@@ -1,61 +0,0 @@
1
- import { Pipe } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class InputDropdownArrowClassPipe {
4
- transform(getSuperControl, isFocusInput, inputConfig, isTouchedInput, value) {
5
- return {
6
- focus: isFocusInput,
7
- 'valid-focus-in': (!inputConfig.dropdownLabel &&
8
- (getSuperControl?.value || inputConfig.placeholder) &&
9
- getSuperControl?.valid &&
10
- isFocusInput &&
11
- !inputConfig.isDisabled &&
12
- !inputConfig.isInvalidSearchInDropdown) ||
13
- ((inputConfig.dropdownImageInput?.url ||
14
- inputConfig.dropdownImageInput?.nameInitialsInsteadUrl ||
15
- inputConfig.placeholder) &&
16
- isFocusInput &&
17
- !inputConfig.isInvalidSearchInDropdown &&
18
- !inputConfig.isDisabled),
19
- 'valid-focus-out': (getSuperControl?.value &&
20
- getSuperControl?.valid &&
21
- !isFocusInput &&
22
- !inputConfig.isDisabled) ||
23
- (!inputConfig.dropdownImageInput?.withText &&
24
- inputConfig.dropdownImageInput?.url &&
25
- !isFocusInput &&
26
- !inputConfig.isDisabled),
27
- 'invalid-focus-in': (getSuperControl?.value &&
28
- getSuperControl?.invalid &&
29
- isFocusInput &&
30
- !inputConfig.isDisabled) ||
31
- (isFocusInput &&
32
- getSuperControl?.value &&
33
- inputConfig.isInvalidSearchInDropdown &&
34
- inputConfig.isDropdown &&
35
- !inputConfig.blackInput &&
36
- !inputConfig.mergeDropdownBodyWithInput &&
37
- !inputConfig.isDisabled),
38
- 'invalid-focus-out': !getSuperControl?.value &&
39
- getSuperControl?.invalid &&
40
- (isTouchedInput || getSuperControl?.touched) &&
41
- !isFocusInput &&
42
- !inputConfig.isDisabled,
43
- 'invalid-search-in-dropdown-focus-in': inputConfig.isInvalidSearchInDropdown &&
44
- inputConfig.isDropdown &&
45
- isFocusInput &&
46
- getSuperControl?.value &&
47
- getSuperControl?.invalid &&
48
- !inputConfig.isDisabled,
49
- };
50
- }
51
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputDropdownArrowClassPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
52
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: InputDropdownArrowClassPipe, isStandalone: true, name: "inputDropdownArrowClass" }); }
53
- }
54
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputDropdownArrowClassPipe, decorators: [{
55
- type: Pipe,
56
- args: [{
57
- name: 'inputDropdownArrowClass',
58
- standalone: true,
59
- }]
60
- }] });
61
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtZHJvcGRvd24tYXJyb3ctY2xhc3MucGlwZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLWlucHV0LXRlc3QvcGlwZXMvaW5wdXQtZHJvcGRvd24tYXJyb3ctY2xhc3MucGlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsSUFBSSxFQUFpQixNQUFNLGVBQWUsQ0FBQzs7QUFRcEQsTUFBTSxPQUFPLDJCQUEyQjtJQUN0QyxTQUFTLENBQ1AsZUFBaUQsRUFDakQsWUFBcUIsRUFDckIsV0FBcUIsRUFDckIsY0FBdUIsRUFDdkIsS0FBYTtRQUViLE9BQU87WUFDTCxLQUFLLEVBQUUsWUFBWTtZQUNuQixnQkFBZ0IsRUFDZCxDQUFDLENBQUMsV0FBVyxDQUFDLGFBQWE7Z0JBQ3pCLENBQUMsZUFBZSxFQUFFLEtBQUssSUFBSSxXQUFXLENBQUMsV0FBVyxDQUFDO2dCQUNuRCxlQUFlLEVBQUUsS0FBSztnQkFDdEIsWUFBWTtnQkFDWixDQUFDLFdBQVcsQ0FBQyxVQUFVO2dCQUN2QixDQUFDLFdBQVcsQ0FBQyx5QkFBeUIsQ0FBQztnQkFDekMsQ0FBQyxDQUFDLFdBQVcsQ0FBQyxrQkFBa0IsRUFBRSxHQUFHO29CQUNuQyxXQUFXLENBQUMsa0JBQWtCLEVBQUUsc0JBQXNCO29CQUN0RCxXQUFXLENBQUMsV0FBVyxDQUFDO29CQUN4QixZQUFZO29CQUNaLENBQUMsV0FBVyxDQUFDLHlCQUF5QjtvQkFDdEMsQ0FBQyxXQUFXLENBQUMsVUFBVSxDQUFDO1lBQzVCLGlCQUFpQixFQUNmLENBQUMsZUFBZSxFQUFFLEtBQUs7Z0JBQ3JCLGVBQWUsRUFBRSxLQUFLO2dCQUN0QixDQUFDLFlBQVk7Z0JBQ2IsQ0FBQyxXQUFXLENBQUMsVUFBVSxDQUFDO2dCQUMxQixDQUFDLENBQUMsV0FBVyxDQUFDLGtCQUFrQixFQUFFLFFBQVE7b0JBQ3hDLFdBQVcsQ0FBQyxrQkFBa0IsRUFBRSxHQUFHO29CQUNuQyxDQUFDLFlBQVk7b0JBQ2IsQ0FBQyxXQUFXLENBQUMsVUFBVSxDQUFDO1lBQzVCLGtCQUFrQixFQUNoQixDQUFDLGVBQWUsRUFBRSxLQUFLO2dCQUNyQixlQUFlLEVBQUUsT0FBTztnQkFDeEIsWUFBWTtnQkFDWixDQUFDLFdBQVcsQ0FBQyxVQUFVLENBQUM7Z0JBQzFCLENBQUMsWUFBWTtvQkFDWCxlQUFlLEVBQUUsS0FBSztvQkFDdEIsV0FBVyxDQUFDLHlCQUF5QjtvQkFDckMsV0FBVyxDQUFDLFVBQVU7b0JBQ3RCLENBQUMsV0FBVyxDQUFDLFVBQVU7b0JBQ3ZCLENBQUMsV0FBVyxDQUFDLDBCQUEwQjtvQkFDdkMsQ0FBQyxXQUFXLENBQUMsVUFBVSxDQUFDO1lBQzVCLG1CQUFtQixFQUNqQixDQUFDLGVBQWUsRUFBRSxLQUFLO2dCQUN2QixlQUFlLEVBQUUsT0FBTztnQkFDeEIsQ0FBQyxjQUFjLElBQUksZUFBZSxFQUFFLE9BQU8sQ0FBQztnQkFDNUMsQ0FBQyxZQUFZO2dCQUNiLENBQUMsV0FBVyxDQUFDLFVBQVU7WUFDekIscUNBQXFDLEVBQ25DLFdBQVcsQ0FBQyx5QkFBeUI7Z0JBQ3JDLFdBQVcsQ0FBQyxVQUFVO2dCQUN0QixZQUFZO2dCQUNaLGVBQWUsRUFBRSxLQUFLO2dCQUN0QixlQUFlLEVBQUUsT0FBTztnQkFDeEIsQ0FBQyxXQUFXLENBQUMsVUFBVTtTQUMxQixDQUFDO0lBQ0osQ0FBQzsrR0ExRFUsMkJBQTJCOzZHQUEzQiwyQkFBMkI7OzRGQUEzQiwyQkFBMkI7a0JBSnZDLElBQUk7bUJBQUM7b0JBQ0osSUFBSSxFQUFFLHlCQUF5QjtvQkFDL0IsVUFBVSxFQUFFLElBQUk7aUJBQ2pCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgUGlwZSwgUGlwZVRyYW5zZm9ybSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQWJzdHJhY3RDb250cm9sIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgSUNhSW5wdXQgfSBmcm9tICcuLi9jb25maWcvY2EtaW5wdXQuY29uZmlnJztcblxuQFBpcGUoe1xuICBuYW1lOiAnaW5wdXREcm9wZG93bkFycm93Q2xhc3MnLFxuICBzdGFuZGFsb25lOiB0cnVlLFxufSlcbmV4cG9ydCBjbGFzcyBJbnB1dERyb3Bkb3duQXJyb3dDbGFzc1BpcGUgaW1wbGVtZW50cyBQaXBlVHJhbnNmb3JtIHtcbiAgdHJhbnNmb3JtKFxuICAgIGdldFN1cGVyQ29udHJvbDogQWJzdHJhY3RDb250cm9sPGFueSwgYW55PiB8IG51bGwsXG4gICAgaXNGb2N1c0lucHV0OiBib29sZWFuLFxuICAgIGlucHV0Q29uZmlnOiBJQ2FJbnB1dCxcbiAgICBpc1RvdWNoZWRJbnB1dDogYm9vbGVhbixcbiAgICB2YWx1ZTogc3RyaW5nXG4gICk6IHsgW2tleTogc3RyaW5nXTogYm9vbGVhbiB8IHVuZGVmaW5lZCB9IHtcbiAgICByZXR1cm4ge1xuICAgICAgZm9jdXM6IGlzRm9jdXNJbnB1dCxcbiAgICAgICd2YWxpZC1mb2N1cy1pbic6XG4gICAgICAgICghaW5wdXRDb25maWcuZHJvcGRvd25MYWJlbCAmJlxuICAgICAgICAgIChnZXRTdXBlckNvbnRyb2w/LnZhbHVlIHx8IGlucHV0Q29uZmlnLnBsYWNlaG9sZGVyKSAmJlxuICAgICAgICAgIGdldFN1cGVyQ29udHJvbD8udmFsaWQgJiZcbiAgICAgICAgICBpc0ZvY3VzSW5wdXQgJiZcbiAgICAgICAgICAhaW5wdXRDb25maWcuaXNEaXNhYmxlZCAmJlxuICAgICAgICAgICFpbnB1dENvbmZpZy5pc0ludmFsaWRTZWFyY2hJbkRyb3Bkb3duKSB8fFxuICAgICAgICAoKGlucHV0Q29uZmlnLmRyb3Bkb3duSW1hZ2VJbnB1dD8udXJsIHx8XG4gICAgICAgICAgaW5wdXRDb25maWcuZHJvcGRvd25JbWFnZUlucHV0Py5uYW1lSW5pdGlhbHNJbnN0ZWFkVXJsIHx8XG4gICAgICAgICAgaW5wdXRDb25maWcucGxhY2Vob2xkZXIpICYmXG4gICAgICAgICAgaXNGb2N1c0lucHV0ICYmXG4gICAgICAgICAgIWlucHV0Q29uZmlnLmlzSW52YWxpZFNlYXJjaEluRHJvcGRvd24gJiZcbiAgICAgICAgICAhaW5wdXRDb25maWcuaXNEaXNhYmxlZCksXG4gICAgICAndmFsaWQtZm9jdXMtb3V0JzpcbiAgICAgICAgKGdldFN1cGVyQ29udHJvbD8udmFsdWUgJiZcbiAgICAgICAgICBnZXRTdXBlckNvbnRyb2w/LnZhbGlkICYmXG4gICAgICAgICAgIWlzRm9jdXNJbnB1dCAmJlxuICAgICAgICAgICFpbnB1dENvbmZpZy5pc0Rpc2FibGVkKSB8fFxuICAgICAgICAoIWlucHV0Q29uZmlnLmRyb3Bkb3duSW1hZ2VJbnB1dD8ud2l0aFRleHQgJiZcbiAgICAgICAgICBpbnB1dENvbmZpZy5kcm9wZG93bkltYWdlSW5wdXQ/LnVybCAmJlxuICAgICAgICAgICFpc0ZvY3VzSW5wdXQgJiZcbiAgICAgICAgICAhaW5wdXRDb25maWcuaXNEaXNhYmxlZCksXG4gICAgICAnaW52YWxpZC1mb2N1cy1pbic6XG4gICAgICAgIChnZXRTdXBlckNvbnRyb2w/LnZhbHVlICYmXG4gICAgICAgICAgZ2V0U3VwZXJDb250cm9sPy5pbnZhbGlkICYmXG4gICAgICAgICAgaXNGb2N1c0lucHV0ICYmXG4gICAgICAgICAgIWlucHV0Q29uZmlnLmlzRGlzYWJsZWQpIHx8XG4gICAgICAgIChpc0ZvY3VzSW5wdXQgJiZcbiAgICAgICAgICBnZXRTdXBlckNvbnRyb2w/LnZhbHVlICYmXG4gICAgICAgICAgaW5wdXRDb25maWcuaXNJbnZhbGlkU2VhcmNoSW5Ecm9wZG93biAmJlxuICAgICAgICAgIGlucHV0Q29uZmlnLmlzRHJvcGRvd24gJiZcbiAgICAgICAgICAhaW5wdXRDb25maWcuYmxhY2tJbnB1dCAmJlxuICAgICAgICAgICFpbnB1dENvbmZpZy5tZXJnZURyb3Bkb3duQm9keVdpdGhJbnB1dCAmJlxuICAgICAgICAgICFpbnB1dENvbmZpZy5pc0Rpc2FibGVkKSxcbiAgICAgICdpbnZhbGlkLWZvY3VzLW91dCc6XG4gICAgICAgICFnZXRTdXBlckNvbnRyb2w/LnZhbHVlICYmXG4gICAgICAgIGdldFN1cGVyQ29udHJvbD8uaW52YWxpZCAmJlxuICAgICAgICAoaXNUb3VjaGVkSW5wdXQgfHwgZ2V0U3VwZXJDb250cm9sPy50b3VjaGVkKSAmJlxuICAgICAgICAhaXNGb2N1c0lucHV0ICYmXG4gICAgICAgICFpbnB1dENvbmZpZy5pc0Rpc2FibGVkLFxuICAgICAgJ2ludmFsaWQtc2VhcmNoLWluLWRyb3Bkb3duLWZvY3VzLWluJzpcbiAgICAgICAgaW5wdXRDb25maWcuaXNJbnZhbGlkU2VhcmNoSW5Ecm9wZG93biAmJlxuICAgICAgICBpbnB1dENvbmZpZy5pc0Ryb3Bkb3duICYmXG4gICAgICAgIGlzRm9jdXNJbnB1dCAmJlxuICAgICAgICBnZXRTdXBlckNvbnRyb2w/LnZhbHVlICYmXG4gICAgICAgIGdldFN1cGVyQ29udHJvbD8uaW52YWxpZCAmJlxuICAgICAgICAhaW5wdXRDb25maWcuaXNEaXNhYmxlZCxcbiAgICB9O1xuICB9XG59XG4iXX0=
@@ -1,88 +0,0 @@
1
- import { Pipe } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class InputErrorPipe {
4
- transform(value, inputName) {
5
- let errorMessageValue = '';
6
- if (value !== null) {
7
- if (value['required']) {
8
- errorMessageValue = 'Required';
9
- }
10
- else if (value['invalid']) {
11
- errorMessageValue = 'Invalid';
12
- }
13
- else if (value['minlength']) {
14
- errorMessageValue = `${value['minlength'].requiredLength} Characters Min`;
15
- }
16
- else if (value['maxlength']) {
17
- errorMessageValue = `${value['maxlength'].requiredLength} Characters Max`;
18
- }
19
- else if (value['min']) {
20
- errorMessageValue = `${value['min']} Is Minimum Value`;
21
- }
22
- else if (value['max']) {
23
- errorMessageValue = `${value['max']} Is Maximum Value`;
24
- }
25
- else if (value['passwordDontMatch']) {
26
- errorMessageValue = "Passwords don't match.";
27
- }
28
- else if (value['fuelStore']) {
29
- errorMessageValue = 'Store already added.';
30
- }
31
- else if (value['fuelStoreCommonMessage']) {
32
- errorMessageValue = 'Already in use by other fuel stop.';
33
- }
34
- else if (value['pattern']?.requiredPattern) {
35
- switch (inputName?.toLowerCase()) {
36
- case 'phone': {
37
- errorMessageValue = 'Invalid';
38
- break;
39
- }
40
- case 'ssn': {
41
- errorMessageValue = 'Invalid';
42
- break;
43
- }
44
- case 'ein': {
45
- errorMessageValue = 'Invalid';
46
- break;
47
- }
48
- default: {
49
- errorMessageValue = `Invalid`;
50
- break;
51
- }
52
- }
53
- }
54
- else if (value['userDoesntExist']) {
55
- errorMessageValue = "This user doesn't exist";
56
- }
57
- else if (value['userAlreadyRegistered']) {
58
- errorMessageValue = 'This user is already registered';
59
- }
60
- else if (value['wrongPassword']) {
61
- errorMessageValue = 'Wrong password, try again';
62
- }
63
- else if (value['einAlreadyExist'] ||
64
- value['phoneAlreadyExist'] ||
65
- value['emailAlreadyExist'] ||
66
- value['ssnAlreadyExist']) {
67
- errorMessageValue = 'Already in use';
68
- }
69
- else if (value['incorrectVinNumber']) {
70
- errorMessageValue = '13 or 17 characters';
71
- }
72
- else {
73
- errorMessageValue = `Invalid`;
74
- }
75
- }
76
- return errorMessageValue;
77
- }
78
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputErrorPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
79
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: InputErrorPipe, isStandalone: true, name: "inputError" }); }
80
- }
81
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputErrorPipe, decorators: [{
82
- type: Pipe,
83
- args: [{
84
- name: 'inputError',
85
- standalone: true,
86
- }]
87
- }] });
88
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtZXJyb3IucGlwZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLWlucHV0LXRlc3QvcGlwZXMvaW5wdXQtZXJyb3IucGlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsSUFBSSxFQUFpQixNQUFNLGVBQWUsQ0FBQzs7QUFNcEQsTUFBTSxPQUFPLGNBQWM7SUFDdkIsU0FBUyxDQUFDLEtBQVUsRUFBRSxTQUFrQjtRQUNwQyxJQUFJLGlCQUFpQixHQUFXLEVBQUUsQ0FBQztRQUVuQyxJQUFJLEtBQUssS0FBSyxJQUFJLEVBQUUsQ0FBQztZQUNqQixJQUFJLEtBQUssQ0FBQyxVQUFVLENBQUMsRUFBRSxDQUFDO2dCQUNwQixpQkFBaUIsR0FBRyxVQUFVLENBQUM7WUFDbkMsQ0FBQztpQkFBTSxJQUFJLEtBQUssQ0FBQyxTQUFTLENBQUMsRUFBRSxDQUFDO2dCQUMxQixpQkFBaUIsR0FBRyxTQUFTLENBQUM7WUFDbEMsQ0FBQztpQkFBTSxJQUFJLEtBQUssQ0FBQyxXQUFXLENBQUMsRUFBRSxDQUFDO2dCQUM1QixpQkFBaUIsR0FBRyxHQUFHLEtBQUssQ0FBQyxXQUFXLENBQUMsQ0FBQyxjQUFjLGlCQUFpQixDQUFDO1lBQzlFLENBQUM7aUJBQU0sSUFBSSxLQUFLLENBQUMsV0FBVyxDQUFDLEVBQUUsQ0FBQztnQkFDNUIsaUJBQWlCLEdBQUcsR0FBRyxLQUFLLENBQUMsV0FBVyxDQUFDLENBQUMsY0FBYyxpQkFBaUIsQ0FBQztZQUM5RSxDQUFDO2lCQUFNLElBQUksS0FBSyxDQUFDLEtBQUssQ0FBQyxFQUFFLENBQUM7Z0JBQ3RCLGlCQUFpQixHQUFHLEdBQUcsS0FBSyxDQUFDLEtBQUssQ0FBQyxtQkFBbUIsQ0FBQztZQUMzRCxDQUFDO2lCQUFNLElBQUksS0FBSyxDQUFDLEtBQUssQ0FBQyxFQUFFLENBQUM7Z0JBQ3RCLGlCQUFpQixHQUFHLEdBQUcsS0FBSyxDQUFDLEtBQUssQ0FBQyxtQkFBbUIsQ0FBQztZQUMzRCxDQUFDO2lCQUFNLElBQUksS0FBSyxDQUFDLG1CQUFtQixDQUFDLEVBQUUsQ0FBQztnQkFDcEMsaUJBQWlCLEdBQUcsd0JBQXdCLENBQUM7WUFDakQsQ0FBQztpQkFBTSxJQUFJLEtBQUssQ0FBQyxXQUFXLENBQUMsRUFBRSxDQUFDO2dCQUM1QixpQkFBaUIsR0FBRyxzQkFBc0IsQ0FBQztZQUMvQyxDQUFDO2lCQUFNLElBQUksS0FBSyxDQUFDLHdCQUF3QixDQUFDLEVBQUUsQ0FBQztnQkFDekMsaUJBQWlCLEdBQUcsb0NBQW9DLENBQUM7WUFDN0QsQ0FBQztpQkFBTSxJQUFJLEtBQUssQ0FBQyxTQUFTLENBQUMsRUFBRSxlQUFlLEVBQUUsQ0FBQztnQkFDM0MsUUFBUSxTQUFTLEVBQUUsV0FBVyxFQUFFLEVBQUUsQ0FBQztvQkFDL0IsS0FBSyxPQUFPLENBQUMsQ0FBQyxDQUFDO3dCQUNYLGlCQUFpQixHQUFHLFNBQVMsQ0FBQzt3QkFDOUIsTUFBTTtvQkFDVixDQUFDO29CQUNELEtBQUssS0FBSyxDQUFDLENBQUMsQ0FBQzt3QkFDVCxpQkFBaUIsR0FBRyxTQUFTLENBQUM7d0JBQzlCLE1BQU07b0JBQ1YsQ0FBQztvQkFDRCxLQUFLLEtBQUssQ0FBQyxDQUFDLENBQUM7d0JBQ1QsaUJBQWlCLEdBQUcsU0FBUyxDQUFDO3dCQUM5QixNQUFNO29CQUNWLENBQUM7b0JBQ0QsT0FBTyxDQUFDLENBQUMsQ0FBQzt3QkFDTixpQkFBaUIsR0FBRyxTQUFTLENBQUM7d0JBQzlCLE1BQU07b0JBQ1YsQ0FBQztnQkFDTCxDQUFDO1lBQ0wsQ0FBQztpQkFBTSxJQUFJLEtBQUssQ0FBQyxpQkFBaUIsQ0FBQyxFQUFFLENBQUM7Z0JBQ2xDLGlCQUFpQixHQUFHLHlCQUF5QixDQUFDO1lBQ2xELENBQUM7aUJBQU0sSUFBSSxLQUFLLENBQUMsdUJBQXVCLENBQUMsRUFBRSxDQUFDO2dCQUN4QyxpQkFBaUIsR0FBRyxpQ0FBaUMsQ0FBQztZQUMxRCxDQUFDO2lCQUFNLElBQUksS0FBSyxDQUFDLGVBQWUsQ0FBQyxFQUFFLENBQUM7Z0JBQ2hDLGlCQUFpQixHQUFHLDJCQUEyQixDQUFDO1lBQ3BELENBQUM7aUJBQU0sSUFDSCxLQUFLLENBQUMsaUJBQWlCLENBQUM7Z0JBQ3hCLEtBQUssQ0FBQyxtQkFBbUIsQ0FBQztnQkFDMUIsS0FBSyxDQUFDLG1CQUFtQixDQUFDO2dCQUMxQixLQUFLLENBQUMsaUJBQWlCLENBQUMsRUFDMUIsQ0FBQztnQkFDQyxpQkFBaUIsR0FBRyxnQkFBZ0IsQ0FBQztZQUN6QyxDQUFDO2lCQUFNLElBQUksS0FBSyxDQUFDLG9CQUFvQixDQUFDLEVBQUUsQ0FBQztnQkFDckMsaUJBQWlCLEdBQUcscUJBQXFCLENBQUM7WUFDOUMsQ0FBQztpQkFBTSxDQUFDO2dCQUNKLGlCQUFpQixHQUFHLFNBQVMsQ0FBQztZQUNsQyxDQUFDO1FBQ0wsQ0FBQztRQUNELE9BQU8saUJBQWlCLENBQUM7SUFDN0IsQ0FBQzsrR0E5RFEsY0FBYzs2R0FBZCxjQUFjOzs0RkFBZCxjQUFjO2tCQUoxQixJQUFJO21CQUFDO29CQUNGLElBQUksRUFBRSxZQUFZO29CQUNsQixVQUFVLEVBQUUsSUFBSTtpQkFDbkIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQaXBlLCBQaXBlVHJhbnNmb3JtIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBQaXBlKHtcbiAgICBuYW1lOiAnaW5wdXRFcnJvcicsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbn0pXG5leHBvcnQgY2xhc3MgSW5wdXRFcnJvclBpcGUgaW1wbGVtZW50cyBQaXBlVHJhbnNmb3JtIHtcbiAgICB0cmFuc2Zvcm0odmFsdWU6IGFueSwgaW5wdXROYW1lPzogc3RyaW5nKTogc3RyaW5nIHtcbiAgICAgICAgbGV0IGVycm9yTWVzc2FnZVZhbHVlOiBzdHJpbmcgPSAnJztcblxuICAgICAgICBpZiAodmFsdWUgIT09IG51bGwpIHtcbiAgICAgICAgICAgIGlmICh2YWx1ZVsncmVxdWlyZWQnXSkge1xuICAgICAgICAgICAgICAgIGVycm9yTWVzc2FnZVZhbHVlID0gJ1JlcXVpcmVkJztcbiAgICAgICAgICAgIH0gZWxzZSBpZiAodmFsdWVbJ2ludmFsaWQnXSkge1xuICAgICAgICAgICAgICAgIGVycm9yTWVzc2FnZVZhbHVlID0gJ0ludmFsaWQnO1xuICAgICAgICAgICAgfSBlbHNlIGlmICh2YWx1ZVsnbWlubGVuZ3RoJ10pIHtcbiAgICAgICAgICAgICAgICBlcnJvck1lc3NhZ2VWYWx1ZSA9IGAke3ZhbHVlWydtaW5sZW5ndGgnXS5yZXF1aXJlZExlbmd0aH0gQ2hhcmFjdGVycyBNaW5gO1xuICAgICAgICAgICAgfSBlbHNlIGlmICh2YWx1ZVsnbWF4bGVuZ3RoJ10pIHtcbiAgICAgICAgICAgICAgICBlcnJvck1lc3NhZ2VWYWx1ZSA9IGAke3ZhbHVlWydtYXhsZW5ndGgnXS5yZXF1aXJlZExlbmd0aH0gQ2hhcmFjdGVycyBNYXhgO1xuICAgICAgICAgICAgfSBlbHNlIGlmICh2YWx1ZVsnbWluJ10pIHtcbiAgICAgICAgICAgICAgICBlcnJvck1lc3NhZ2VWYWx1ZSA9IGAke3ZhbHVlWydtaW4nXX0gSXMgTWluaW11bSBWYWx1ZWA7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKHZhbHVlWydtYXgnXSkge1xuICAgICAgICAgICAgICAgIGVycm9yTWVzc2FnZVZhbHVlID0gYCR7dmFsdWVbJ21heCddfSBJcyBNYXhpbXVtIFZhbHVlYDtcbiAgICAgICAgICAgIH0gZWxzZSBpZiAodmFsdWVbJ3Bhc3N3b3JkRG9udE1hdGNoJ10pIHtcbiAgICAgICAgICAgICAgICBlcnJvck1lc3NhZ2VWYWx1ZSA9IFwiUGFzc3dvcmRzIGRvbid0IG1hdGNoLlwiO1xuICAgICAgICAgICAgfSBlbHNlIGlmICh2YWx1ZVsnZnVlbFN0b3JlJ10pIHtcbiAgICAgICAgICAgICAgICBlcnJvck1lc3NhZ2VWYWx1ZSA9ICdTdG9yZSBhbHJlYWR5IGFkZGVkLic7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKHZhbHVlWydmdWVsU3RvcmVDb21tb25NZXNzYWdlJ10pIHtcbiAgICAgICAgICAgICAgICBlcnJvck1lc3NhZ2VWYWx1ZSA9ICdBbHJlYWR5IGluIHVzZSBieSBvdGhlciBmdWVsIHN0b3AuJztcbiAgICAgICAgICAgIH0gZWxzZSBpZiAodmFsdWVbJ3BhdHRlcm4nXT8ucmVxdWlyZWRQYXR0ZXJuKSB7XG4gICAgICAgICAgICAgICAgc3dpdGNoIChpbnB1dE5hbWU/LnRvTG93ZXJDYXNlKCkpIHtcbiAgICAgICAgICAgICAgICAgICAgY2FzZSAncGhvbmUnOiB7XG4gICAgICAgICAgICAgICAgICAgICAgICBlcnJvck1lc3NhZ2VWYWx1ZSA9ICdJbnZhbGlkJztcbiAgICAgICAgICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIGNhc2UgJ3Nzbic6IHtcbiAgICAgICAgICAgICAgICAgICAgICAgIGVycm9yTWVzc2FnZVZhbHVlID0gJ0ludmFsaWQnO1xuICAgICAgICAgICAgICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgY2FzZSAnZWluJzoge1xuICAgICAgICAgICAgICAgICAgICAgICAgZXJyb3JNZXNzYWdlVmFsdWUgPSAnSW52YWxpZCc7XG4gICAgICAgICAgICAgICAgICAgICAgICBicmVhaztcbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICBkZWZhdWx0OiB7XG4gICAgICAgICAgICAgICAgICAgICAgICBlcnJvck1lc3NhZ2VWYWx1ZSA9IGBJbnZhbGlkYDtcbiAgICAgICAgICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSBlbHNlIGlmICh2YWx1ZVsndXNlckRvZXNudEV4aXN0J10pIHtcbiAgICAgICAgICAgICAgICBlcnJvck1lc3NhZ2VWYWx1ZSA9IFwiVGhpcyB1c2VyIGRvZXNuJ3QgZXhpc3RcIjtcbiAgICAgICAgICAgIH0gZWxzZSBpZiAodmFsdWVbJ3VzZXJBbHJlYWR5UmVnaXN0ZXJlZCddKSB7XG4gICAgICAgICAgICAgICAgZXJyb3JNZXNzYWdlVmFsdWUgPSAnVGhpcyB1c2VyIGlzIGFscmVhZHkgcmVnaXN0ZXJlZCc7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKHZhbHVlWyd3cm9uZ1Bhc3N3b3JkJ10pIHtcbiAgICAgICAgICAgICAgICBlcnJvck1lc3NhZ2VWYWx1ZSA9ICdXcm9uZyBwYXNzd29yZCwgdHJ5IGFnYWluJztcbiAgICAgICAgICAgIH0gZWxzZSBpZiAoXG4gICAgICAgICAgICAgICAgdmFsdWVbJ2VpbkFscmVhZHlFeGlzdCddIHx8XG4gICAgICAgICAgICAgICAgdmFsdWVbJ3Bob25lQWxyZWFkeUV4aXN0J10gfHxcbiAgICAgICAgICAgICAgICB2YWx1ZVsnZW1haWxBbHJlYWR5RXhpc3QnXSB8fFxuICAgICAgICAgICAgICAgIHZhbHVlWydzc25BbHJlYWR5RXhpc3QnXVxuICAgICAgICAgICAgKSB7XG4gICAgICAgICAgICAgICAgZXJyb3JNZXNzYWdlVmFsdWUgPSAnQWxyZWFkeSBpbiB1c2UnO1xuICAgICAgICAgICAgfSBlbHNlIGlmICh2YWx1ZVsnaW5jb3JyZWN0VmluTnVtYmVyJ10pIHtcbiAgICAgICAgICAgICAgICBlcnJvck1lc3NhZ2VWYWx1ZSA9ICcxMyBvciAxNyBjaGFyYWN0ZXJzJztcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgZXJyb3JNZXNzYWdlVmFsdWUgPSBgSW52YWxpZGA7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgICAgcmV0dXJuIGVycm9yTWVzc2FnZVZhbHVlO1xuICAgIH1cbn1cbiJdfQ==
@@ -1,37 +0,0 @@
1
- import { Pipe } from "@angular/core";
2
- import * as i0 from "@angular/core";
3
- export class InputPasswordEyeClassPipe {
4
- transform(getSuperControl, isFocusInput, inputConfig, isTouchedInput, value) {
5
- return {
6
- visible: getSuperControl?.value,
7
- inactive: inputConfig.isDisabled,
8
- "valid-focus-out": getSuperControl?.value &&
9
- getSuperControl?.valid &&
10
- !isFocusInput &&
11
- !inputConfig.isDisabled,
12
- "valid-focus-in": getSuperControl?.value &&
13
- getSuperControl?.valid &&
14
- isFocusInput &&
15
- !inputConfig.isDisabled,
16
- "invalid-focus-out": getSuperControl?.value &&
17
- getSuperControl?.invalid &&
18
- !inputConfig.isDisabled &&
19
- (isTouchedInput || getSuperControl?.touched) &&
20
- !isFocusInput,
21
- "invalid-focus-in": getSuperControl?.value &&
22
- getSuperControl?.invalid &&
23
- isFocusInput &&
24
- !inputConfig.isDisabled,
25
- };
26
- }
27
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputPasswordEyeClassPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
28
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: InputPasswordEyeClassPipe, isStandalone: true, name: "inputPasswordEyeClass" }); }
29
- }
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputPasswordEyeClassPipe, decorators: [{
31
- type: Pipe,
32
- args: [{
33
- name: "inputPasswordEyeClass",
34
- standalone: true,
35
- }]
36
- }] });
37
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtcGFzc3dvcmQtZXllLWNsYXNzLnBpcGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1pbnB1dC10ZXN0L3BpcGVzL2lucHV0LXBhc3N3b3JkLWV5ZS1jbGFzcy5waXBlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxJQUFJLEVBQWlCLE1BQU0sZUFBZSxDQUFDOztBQVFwRCxNQUFNLE9BQU8seUJBQXlCO0lBQ3BDLFNBQVMsQ0FDUCxlQUFpRCxFQUNqRCxZQUFxQixFQUNyQixXQUFxQixFQUNyQixjQUF1QixFQUN2QixLQUFhO1FBRWIsT0FBTztZQUNMLE9BQU8sRUFBRSxlQUFlLEVBQUUsS0FBSztZQUMvQixRQUFRLEVBQUUsV0FBVyxDQUFDLFVBQVc7WUFDakMsaUJBQWlCLEVBQ2YsZUFBZSxFQUFFLEtBQUs7Z0JBQ3RCLGVBQWUsRUFBRSxLQUFLO2dCQUN0QixDQUFDLFlBQVk7Z0JBQ2IsQ0FBQyxXQUFXLENBQUMsVUFBVTtZQUN6QixnQkFBZ0IsRUFDZCxlQUFlLEVBQUUsS0FBSztnQkFDdEIsZUFBZSxFQUFFLEtBQUs7Z0JBQ3RCLFlBQVk7Z0JBQ1osQ0FBQyxXQUFXLENBQUMsVUFBVTtZQUN6QixtQkFBbUIsRUFDakIsZUFBZSxFQUFFLEtBQUs7Z0JBQ3RCLGVBQWUsRUFBRSxPQUFPO2dCQUN4QixDQUFDLFdBQVcsQ0FBQyxVQUFVO2dCQUN2QixDQUFDLGNBQWMsSUFBSSxlQUFlLEVBQUUsT0FBTyxDQUFDO2dCQUM1QyxDQUFDLFlBQVk7WUFDZixrQkFBa0IsRUFDaEIsZUFBZSxFQUFFLEtBQUs7Z0JBQ3RCLGVBQWUsRUFBRSxPQUFPO2dCQUN4QixZQUFZO2dCQUNaLENBQUMsV0FBVyxDQUFDLFVBQVU7U0FDMUIsQ0FBQztJQUNKLENBQUM7K0dBakNVLHlCQUF5Qjs2R0FBekIseUJBQXlCOzs0RkFBekIseUJBQXlCO2tCQUpyQyxJQUFJO21CQUFDO29CQUNKLElBQUksRUFBRSx1QkFBdUI7b0JBQzdCLFVBQVUsRUFBRSxJQUFJO2lCQUNqQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFBpcGUsIFBpcGVUcmFuc2Zvcm0gfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHsgQWJzdHJhY3RDb250cm9sIH0gZnJvbSBcIkBhbmd1bGFyL2Zvcm1zXCI7XG5pbXBvcnQgeyBJQ2FJbnB1dCB9IGZyb20gXCIuLi9jb25maWcvY2EtaW5wdXQuY29uZmlnXCI7XG5cbkBQaXBlKHtcbiAgbmFtZTogXCJpbnB1dFBhc3N3b3JkRXllQ2xhc3NcIixcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbn0pXG5leHBvcnQgY2xhc3MgSW5wdXRQYXNzd29yZEV5ZUNsYXNzUGlwZSBpbXBsZW1lbnRzIFBpcGVUcmFuc2Zvcm0ge1xuICB0cmFuc2Zvcm0oXG4gICAgZ2V0U3VwZXJDb250cm9sOiBBYnN0cmFjdENvbnRyb2w8YW55LCBhbnk+IHwgbnVsbCxcbiAgICBpc0ZvY3VzSW5wdXQ6IGJvb2xlYW4sXG4gICAgaW5wdXRDb25maWc6IElDYUlucHV0LFxuICAgIGlzVG91Y2hlZElucHV0OiBib29sZWFuLFxuICAgIHZhbHVlOiBzdHJpbmdcbiAgKTogeyBba2V5OiBzdHJpbmddOiBib29sZWFuIH0ge1xuICAgIHJldHVybiB7XG4gICAgICB2aXNpYmxlOiBnZXRTdXBlckNvbnRyb2w/LnZhbHVlLFxuICAgICAgaW5hY3RpdmU6IGlucHV0Q29uZmlnLmlzRGlzYWJsZWQhLFxuICAgICAgXCJ2YWxpZC1mb2N1cy1vdXRcIjpcbiAgICAgICAgZ2V0U3VwZXJDb250cm9sPy52YWx1ZSAmJlxuICAgICAgICBnZXRTdXBlckNvbnRyb2w/LnZhbGlkICYmXG4gICAgICAgICFpc0ZvY3VzSW5wdXQgJiZcbiAgICAgICAgIWlucHV0Q29uZmlnLmlzRGlzYWJsZWQsXG4gICAgICBcInZhbGlkLWZvY3VzLWluXCI6XG4gICAgICAgIGdldFN1cGVyQ29udHJvbD8udmFsdWUgJiZcbiAgICAgICAgZ2V0U3VwZXJDb250cm9sPy52YWxpZCAmJlxuICAgICAgICBpc0ZvY3VzSW5wdXQgJiZcbiAgICAgICAgIWlucHV0Q29uZmlnLmlzRGlzYWJsZWQsXG4gICAgICBcImludmFsaWQtZm9jdXMtb3V0XCI6XG4gICAgICAgIGdldFN1cGVyQ29udHJvbD8udmFsdWUgJiZcbiAgICAgICAgZ2V0U3VwZXJDb250cm9sPy5pbnZhbGlkICYmXG4gICAgICAgICFpbnB1dENvbmZpZy5pc0Rpc2FibGVkICYmXG4gICAgICAgIChpc1RvdWNoZWRJbnB1dCB8fCBnZXRTdXBlckNvbnRyb2w/LnRvdWNoZWQpICYmXG4gICAgICAgICFpc0ZvY3VzSW5wdXQsXG4gICAgICBcImludmFsaWQtZm9jdXMtaW5cIjpcbiAgICAgICAgZ2V0U3VwZXJDb250cm9sPy52YWx1ZSAmJlxuICAgICAgICBnZXRTdXBlckNvbnRyb2w/LmludmFsaWQgJiZcbiAgICAgICAgaXNGb2N1c0lucHV0ICYmXG4gICAgICAgICFpbnB1dENvbmZpZy5pc0Rpc2FibGVkLFxuICAgIH07XG4gIH1cbn1cbiJdfQ==