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,6 +0,0 @@
1
- export var eInputBasicString;
2
- (function (eInputBasicString) {
3
- eInputBasicString["SMALL"] = "small";
4
- eInputBasicString["WHITE"] = "white";
5
- })(eInputBasicString || (eInputBasicString = {}));
6
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtYWRkcmVzcy1iYXNpYy1zdHJpbmcuZW51bS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLWlucHV0LWFkZHJlc3MtZHJvcGRvd24tdGVzdC9lbnVtcy9pbnB1dC1hZGRyZXNzLWJhc2ljLXN0cmluZy5lbnVtLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sQ0FBTixJQUFZLGlCQUdYO0FBSEQsV0FBWSxpQkFBaUI7SUFDekIsb0NBQWUsQ0FBQTtJQUNmLG9DQUFlLENBQUE7QUFDbkIsQ0FBQyxFQUhXLGlCQUFpQixLQUFqQixpQkFBaUIsUUFHNUIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZW51bSBlSW5wdXRCYXNpY1N0cmluZyB7XG4gICAgU01BTEwgPSAnc21hbGwnLFxuICAgIFdISVRFID0gJ3doaXRlJyxcbn1cbiJdfQ==
@@ -1,8 +0,0 @@
1
- export var InputAddressCommandsStringEnum;
2
- (function (InputAddressCommandsStringEnum) {
3
- InputAddressCommandsStringEnum["CONFIRM"] = "confirm";
4
- InputAddressCommandsStringEnum["CANCEL"] = "cancel";
5
- InputAddressCommandsStringEnum["ENTER"] = "Enter";
6
- InputAddressCommandsStringEnum["ESCAPE"] = "Escape";
7
- })(InputAddressCommandsStringEnum || (InputAddressCommandsStringEnum = {}));
8
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtYWRkcmVzcy1jb21tYW5kcy1zdHJpbmcuZW51bS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLWlucHV0LWFkZHJlc3MtZHJvcGRvd24tdGVzdC9lbnVtcy9pbnB1dC1hZGRyZXNzLWNvbW1hbmRzLXN0cmluZy5lbnVtLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sQ0FBTixJQUFZLDhCQUtYO0FBTEQsV0FBWSw4QkFBOEI7SUFDdEMscURBQW1CLENBQUE7SUFDbkIsbURBQWlCLENBQUE7SUFDakIsaURBQWUsQ0FBQTtJQUNmLG1EQUFpQixDQUFBO0FBQ3JCLENBQUMsRUFMVyw4QkFBOEIsS0FBOUIsOEJBQThCLFFBS3pDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGVudW0gSW5wdXRBZGRyZXNzQ29tbWFuZHNTdHJpbmdFbnVtIHtcbiAgICBDT05GSVJNID0gJ2NvbmZpcm0nLFxuICAgIENBTkNFTCA9ICdjYW5jZWwnLFxuICAgIEVOVEVSID0gJ0VudGVyJyxcbiAgICBFU0NBUEUgPSAnRXNjYXBlJyxcbn1cbiJdfQ==
@@ -1,6 +0,0 @@
1
- export var InputAddressLayersStringEnum;
2
- (function (InputAddressLayersStringEnum) {
3
- InputAddressLayersStringEnum["ADDRESS"] = "Address";
4
- InputAddressLayersStringEnum["LOCALITY"] = "Locality";
5
- })(InputAddressLayersStringEnum || (InputAddressLayersStringEnum = {}));
6
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtYWRkcmVzcy1sYXllcnMtc3RyaW5nLmVudW0uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1pbnB1dC1hZGRyZXNzLWRyb3Bkb3duLXRlc3QvZW51bXMvaW5wdXQtYWRkcmVzcy1sYXllcnMtc3RyaW5nLmVudW0udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTSxDQUFOLElBQVksNEJBR1g7QUFIRCxXQUFZLDRCQUE0QjtJQUNwQyxtREFBbUIsQ0FBQTtJQUNuQixxREFBcUIsQ0FBQTtBQUN6QixDQUFDLEVBSFcsNEJBQTRCLEtBQTVCLDRCQUE0QixRQUd2QyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBlbnVtIElucHV0QWRkcmVzc0xheWVyc1N0cmluZ0VudW0ge1xuICAgIEFERFJFU1MgPSAnQWRkcmVzcycsXG4gICAgTE9DQUxJVFkgPSAnTG9jYWxpdHknLFxufVxuIl19
@@ -1,6 +0,0 @@
1
- export var InputAddressStopTypesStringEnum;
2
- (function (InputAddressStopTypesStringEnum) {
3
- InputAddressStopTypesStringEnum["EMPTY"] = "EMPTY";
4
- InputAddressStopTypesStringEnum["LOADED"] = "LOADED";
5
- })(InputAddressStopTypesStringEnum || (InputAddressStopTypesStringEnum = {}));
6
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtYWRkcmVzcy1zdG9wLXR5cGVzLXN0cmluZy5lbnVtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtaW5wdXQtYWRkcmVzcy1kcm9wZG93bi10ZXN0L2VudW1zL2lucHV0LWFkZHJlc3Mtc3RvcC10eXBlcy1zdHJpbmcuZW51bS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLENBQU4sSUFBWSwrQkFHWDtBQUhELFdBQVksK0JBQStCO0lBQ3ZDLGtEQUFlLENBQUE7SUFDZixvREFBaUIsQ0FBQTtBQUNyQixDQUFDLEVBSFcsK0JBQStCLEtBQS9CLCtCQUErQixRQUcxQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBlbnVtIElucHV0QWRkcmVzc1N0b3BUeXBlc1N0cmluZ0VudW0ge1xuICAgIEVNUFRZID0gJ0VNUFRZJyxcbiAgICBMT0FERUQgPSAnTE9BREVEJyxcbn1cbiJdfQ==
@@ -1,7 +0,0 @@
1
- export var InputAddressTypeStringEnum;
2
- (function (InputAddressTypeStringEnum) {
3
- InputAddressTypeStringEnum["LONG_ADDRESS"] = "longAddress";
4
- InputAddressTypeStringEnum["SHORT_ADDRESS"] = "shortAddress";
5
- InputAddressTypeStringEnum["ROUTING_ADDRESS"] = "RoutingAddress";
6
- })(InputAddressTypeStringEnum || (InputAddressTypeStringEnum = {}));
7
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtYWRkcmVzcy10eXBlLXN0cmluZy5lbnVtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtaW5wdXQtYWRkcmVzcy1kcm9wZG93bi10ZXN0L2VudW1zL2lucHV0LWFkZHJlc3MtdHlwZS1zdHJpbmcuZW51bS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLENBQU4sSUFBWSwwQkFJWDtBQUpELFdBQVksMEJBQTBCO0lBQ2xDLDBEQUE0QixDQUFBO0lBQzVCLDREQUE4QixDQUFBO0lBQzlCLGdFQUFrQyxDQUFBO0FBQ3RDLENBQUMsRUFKVywwQkFBMEIsS0FBMUIsMEJBQTBCLFFBSXJDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGVudW0gSW5wdXRBZGRyZXNzVHlwZVN0cmluZ0VudW0ge1xuICAgIExPTkdfQUREUkVTUyA9ICdsb25nQWRkcmVzcycsXG4gICAgU0hPUlRfQUREUkVTUyA9ICdzaG9ydEFkZHJlc3MnLFxuICAgIFJPVVRJTkdfQUREUkVTUyA9ICdSb3V0aW5nQWRkcmVzcycsXG59XG4iXX0=
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkcmVzcy1kYXRhLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtaW5wdXQtYWRkcmVzcy1kcm9wZG93bi10ZXN0L21vZGVscy9hZGRyZXNzLWRhdGEubW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IElucHV0QWRkcmVzc0NvbW1hbmRzU3RyaW5nRW51bSB9IGZyb20gJy4uL2VudW1zL2lucHV0LWFkZHJlc3MtY29tbWFuZHMtc3RyaW5nLmVudW0nO1xuXG4vLyBtb2RlbHNcbmltcG9ydCB7IEFkZHJlc3NFbnRpdHkgfSBmcm9tICcuLi8uLi8uLi9tb2RlbHMvYWRkcmVzcy1lbnRpdHkubW9kZWwnO1xuaW1wb3J0IHsgTG9uZ0xhdCB9IGZyb20gJy4vbG9uZy1sYXQubW9kZWwnO1xuaW1wb3J0IHsgSW5wdXRBZGRyZXNzQ29tbWFuZHNTdHJpbmcgfSBmcm9tICcuL2lucHV0LWFkZHJlc3MtY29tbWFuZHMtc3RyaW5nLm1vZGVsJztcblxuZXhwb3J0IGludGVyZmFjZSBBZGRyZXNzRGF0YSB7XG4gIGFkZHJlc3M6IEFkZHJlc3NFbnRpdHk7XG4gIGxvbmdMYXQ/OiBMb25nTGF0O1xuICB2YWxpZDogYm9vbGVhbjtcbiAgdHlwZT86IElucHV0QWRkcmVzc0NvbW1hbmRzU3RyaW5nRW51bSB8IElucHV0QWRkcmVzc0NvbW1hbmRzU3RyaW5nO1xufVxuIl19
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkcmVzcy1saXN0Lm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtaW5wdXQtYWRkcmVzcy1kcm9wZG93bi10ZXN0L21vZGVscy9hZGRyZXNzLWxpc3QubW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBpbnRlcmZhY2UgQWRkcmVzc0xpc3Qge1xuICBpZD86IG51bWJlcjtcbiAgbmFtZT86IHN0cmluZztcbiAgYWRkcmVzcz86IHN0cmluZztcbn1cbiJdfQ==
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbWFuZC1wcm9wZXJ0aWVzLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtaW5wdXQtYWRkcmVzcy1kcm9wZG93bi10ZXN0L21vZGVscy9jb21tYW5kLXByb3BlcnRpZXMubW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBpbnRlcmZhY2UgQ29tbWFuZFByb3BlcnRpZXMge1xuICBwb3B1cDoge1xuICAgIG5hbWU6IHN0cmluZztcbiAgICBiYWNrZ3JvdW5kQ29sb3I6IHN0cmluZztcbiAgfTtcbiAgc3ZnOiBzdHJpbmc7XG59XG4iXX0=
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbWFuZHMtaGFuZGxlci5tb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLWlucHV0LWFkZHJlc3MtZHJvcGRvd24tdGVzdC9tb2RlbHMvY29tbWFuZHMtaGFuZGxlci5tb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBDb21tYW5kUHJvcGVydGllcyB9IGZyb20gJy4vY29tbWFuZC1wcm9wZXJ0aWVzLm1vZGVsJztcblxuZXhwb3J0IGludGVyZmFjZSBDb21tYW5kc0hhbmRsZXIge1xuICBjb21tYW5kczoge1xuICAgIGZpcnN0Q29tbWFuZDogQ29tbWFuZFByb3BlcnRpZXM7XG4gICAgc2Vjb25kQ29tbWFuZDogQ29tbWFuZFByb3BlcnRpZXM7XG4gIH07XG59XG4iXX0=
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtYWRkcmVzcy1jb21tYW5kcy1zdHJpbmcubW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1pbnB1dC1hZGRyZXNzLWRyb3Bkb3duLXRlc3QvbW9kZWxzL2lucHV0LWFkZHJlc3MtY29tbWFuZHMtc3RyaW5nLm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgdHlwZSBJbnB1dEFkZHJlc3NDb21tYW5kc1N0cmluZyA9XG4gIHwgJ2NvbmZpcm0nXG4gIHwgJ2NhbmNlbCdcbiAgfCAnRW50ZXInXG4gIHwgJ0VzY2FwZSc7XG4iXX0=
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9uZy1sYXQubW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1pbnB1dC1hZGRyZXNzLWRyb3Bkb3duLXRlc3QvbW9kZWxzL2xvbmctbGF0Lm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgaW50ZXJmYWNlIExvbmdMYXQge1xuICBsYXRpdHVkZT86IG51bWJlcjtcbiAgbG9uZ2l0dWRlPzogbnVtYmVyO1xufVxuIl19
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VudC1hZGRyZXNzLWRhdGEubW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1pbnB1dC1hZGRyZXNzLWRyb3Bkb3duLXRlc3QvbW9kZWxzL3NlbnQtYWRkcmVzcy1kYXRhLm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBdXRvY29tcGxldGVTZWFyY2hMYXllciB9IGZyb20gJy4uLy4uLy4uL21vZGVscy9hdXRvY29tcGxldGUtc2VhcmNoLWxheWVyLm1vZGVsJztcblxuZXhwb3J0IGludGVyZmFjZSBTZW50QWRkcmVzc0RhdGEge1xuICBxdWVyeTogc3RyaW5nO1xuICBzZWFyY2hMYXllcnM6IEF1dG9jb21wbGV0ZVNlYXJjaExheWVyW107XG4gIGNsb3NlZEJvcmRlcjogYm9vbGVhbjtcbn1cbiJdfQ==
@@ -1,11 +0,0 @@
1
- export function addressNameWithDotValidator() {
2
- return (control) => {
3
- const controlValue = control.value?.address || control.value;
4
- if (controlValue) {
5
- const forbidden = /\d.*\d/.test(controlValue);
6
- return !forbidden ? { error: true } : null;
7
- }
8
- return null;
9
- };
10
- }
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2EtaW5wdXQtYWRkcmVzcy12YWx1ZS52YWxpZGF0aW9ucy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLWlucHV0LWFkZHJlc3MtZHJvcGRvd24tdGVzdC92YWxpZGF0b3JzL2NhLWlucHV0LWFkZHJlc3MtdmFsdWUudmFsaWRhdGlvbnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUEsTUFBTSxVQUFVLDJCQUEyQjtJQUN2QyxPQUFPLENBQUMsT0FBd0IsRUFBMkIsRUFBRTtRQUN6RCxNQUFNLFlBQVksR0FBRyxPQUFPLENBQUMsS0FBSyxFQUFFLE9BQU8sSUFBSSxPQUFPLENBQUMsS0FBSyxDQUFDO1FBRTdELElBQUksWUFBWSxFQUFFLENBQUM7WUFDZixNQUFNLFNBQVMsR0FBRyxRQUFRLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxDQUFDO1lBQzlDLE9BQU8sQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLEVBQUUsS0FBSyxFQUFFLElBQUksRUFBRSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUM7UUFDL0MsQ0FBQztRQUVELE9BQU8sSUFBSSxDQUFDO0lBQ2hCLENBQUMsQ0FBQztBQUNOLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBYnN0cmFjdENvbnRyb2wsIFZhbGlkYXRpb25FcnJvcnMsIFZhbGlkYXRvckZuIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuXG5leHBvcnQgZnVuY3Rpb24gYWRkcmVzc05hbWVXaXRoRG90VmFsaWRhdG9yKCk6IFZhbGlkYXRvckZuIHtcbiAgICByZXR1cm4gKGNvbnRyb2w6IEFic3RyYWN0Q29udHJvbCk6IFZhbGlkYXRpb25FcnJvcnMgfCBudWxsID0+IHtcbiAgICAgICAgY29uc3QgY29udHJvbFZhbHVlID0gY29udHJvbC52YWx1ZT8uYWRkcmVzcyB8fCBjb250cm9sLnZhbHVlO1xuXG4gICAgICAgIGlmIChjb250cm9sVmFsdWUpIHtcbiAgICAgICAgICAgIGNvbnN0IGZvcmJpZGRlbiA9IC9cXGQuKlxcZC8udGVzdChjb250cm9sVmFsdWUpO1xuICAgICAgICAgICAgcmV0dXJuICFmb3JiaWRkZW4gPyB7IGVycm9yOiB0cnVlIH0gOiBudWxsO1xuICAgICAgICB9XG5cbiAgICAgICAgcmV0dXJuIG51bGw7XG4gICAgfTtcbn0iXX0=
@@ -1,2 +0,0 @@
1
- export * from './input-dropdown.animation';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1pbnB1dC1kcm9wZG93bi10ZXN0L2FuaW1hdGlvbnMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyw0QkFBNEIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vaW5wdXQtZHJvcGRvd24uYW5pbWF0aW9uJztcbiJdfQ==
@@ -1,11 +0,0 @@
1
- import { animate, state, style, transition, trigger, } from '@angular/animations';
2
- export const inputDropdownAnimation = (type) => trigger(type, [
3
- state('true', style({
4
- height: '*',
5
- overflow: 'hidden',
6
- opacity: '1',
7
- })),
8
- state('false', style({ height: '0px', overflow: 'hidden', opacity: '0' })),
9
- transition('false <=> true', [animate('0.15s ease-in-out')]),
10
- ]);
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtZHJvcGRvd24uYW5pbWF0aW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtaW5wdXQtZHJvcGRvd24tdGVzdC9hbmltYXRpb25zL2lucHV0LWRyb3Bkb3duLmFuaW1hdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0gsT0FBTyxFQUNQLEtBQUssRUFDTCxLQUFLLEVBQ0wsVUFBVSxFQUNWLE9BQU8sR0FDVixNQUFNLHFCQUFxQixDQUFDO0FBRTdCLE1BQU0sQ0FBQyxNQUFNLHNCQUFzQixHQUFHLENBQUMsSUFBWSxFQUFFLEVBQUUsQ0FDbkQsT0FBTyxDQUFDLElBQUksRUFBRTtJQUNWLEtBQUssQ0FDRCxNQUFNLEVBQ04sS0FBSyxDQUFDO1FBQ0YsTUFBTSxFQUFFLEdBQUc7UUFDWCxRQUFRLEVBQUUsUUFBUTtRQUNsQixPQUFPLEVBQUUsR0FBRztLQUNmLENBQUMsQ0FDTDtJQUNELEtBQUssQ0FDRCxPQUFPLEVBQ1AsS0FBSyxDQUFDLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBRSxRQUFRLEVBQUUsUUFBUSxFQUFFLE9BQU8sRUFBRSxHQUFHLEVBQUUsQ0FBQyxDQUM3RDtJQUNELFVBQVUsQ0FBQyxnQkFBZ0IsRUFBRSxDQUFDLE9BQU8sQ0FBQyxtQkFBbUIsQ0FBQyxDQUFDLENBQUM7Q0FDL0QsQ0FBQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgICBhbmltYXRlLFxuICAgIHN0YXRlLFxuICAgIHN0eWxlLFxuICAgIHRyYW5zaXRpb24sXG4gICAgdHJpZ2dlcixcbn0gZnJvbSAnQGFuZ3VsYXIvYW5pbWF0aW9ucyc7XG5cbmV4cG9ydCBjb25zdCBpbnB1dERyb3Bkb3duQW5pbWF0aW9uID0gKHR5cGU6IHN0cmluZykgPT5cbiAgICB0cmlnZ2VyKHR5cGUsIFtcbiAgICAgICAgc3RhdGUoXG4gICAgICAgICAgICAndHJ1ZScsXG4gICAgICAgICAgICBzdHlsZSh7XG4gICAgICAgICAgICAgICAgaGVpZ2h0OiAnKicsXG4gICAgICAgICAgICAgICAgb3ZlcmZsb3c6ICdoaWRkZW4nLFxuICAgICAgICAgICAgICAgIG9wYWNpdHk6ICcxJyxcbiAgICAgICAgICAgIH0pXG4gICAgICAgICksXG4gICAgICAgIHN0YXRlKFxuICAgICAgICAgICAgJ2ZhbHNlJyxcbiAgICAgICAgICAgIHN0eWxlKHsgaGVpZ2h0OiAnMHB4Jywgb3ZlcmZsb3c6ICdoaWRkZW4nLCBvcGFjaXR5OiAnMCcgfSlcbiAgICAgICAgKSxcbiAgICAgICAgdHJhbnNpdGlvbignZmFsc2UgPD0+IHRydWUnLCBbYW5pbWF0ZSgnMC4xNXMgZWFzZS1pbi1vdXQnKV0pLFxuICAgIF0pO1xuIl19