ca-components 1.3.32 → 1.3.33

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 (244) hide show
  1. package/assets/scss/input-dropdown-test.scss +2030 -0
  2. package/esm2022/lib/ca-components.module.mjs +2 -2
  3. package/esm2022/lib/components/ca-custom-datetime-pickers/ca-custom-datetime-pickers.component.mjs +3 -3
  4. package/esm2022/lib/components/ca-input-address-dropdown-test/ca-input-address-dropdown-test.component.mjs +351 -0
  5. package/esm2022/lib/components/ca-input-address-dropdown-test/enums/input-address-basic-string.enum.mjs +6 -0
  6. package/esm2022/lib/components/ca-input-address-dropdown-test/enums/input-address-commands-string.enum.mjs +8 -0
  7. package/esm2022/lib/components/ca-input-address-dropdown-test/enums/input-address-layers-string.enum.mjs +6 -0
  8. package/esm2022/lib/components/ca-input-address-dropdown-test/enums/input-address-stop-types-string.enum.mjs +6 -0
  9. package/esm2022/lib/components/ca-input-address-dropdown-test/enums/input-address-type-string.enum.mjs +7 -0
  10. package/esm2022/lib/components/ca-input-address-dropdown-test/models/address-data.model.mjs +2 -0
  11. package/esm2022/lib/components/ca-input-address-dropdown-test/models/address-list.model.mjs +2 -0
  12. package/esm2022/lib/components/ca-input-address-dropdown-test/models/command-properties.model.mjs +2 -0
  13. package/esm2022/lib/components/ca-input-address-dropdown-test/models/commands-handler.model.mjs +2 -0
  14. package/esm2022/lib/components/ca-input-address-dropdown-test/models/input-address-commands-string.model.mjs +2 -0
  15. package/esm2022/lib/components/ca-input-address-dropdown-test/models/long-lat.model.mjs +2 -0
  16. package/esm2022/lib/components/ca-input-address-dropdown-test/models/sent-address-data.model.mjs +2 -0
  17. package/esm2022/lib/components/ca-input-address-dropdown-test/validators/ca-input-address-value.validations.mjs +11 -0
  18. package/esm2022/lib/components/ca-input-dropdown-test/animations/index.mjs +2 -0
  19. package/esm2022/lib/components/ca-input-dropdown-test/animations/input-dropdown.animation.mjs +11 -0
  20. package/esm2022/lib/components/ca-input-dropdown-test/ca-input-dropdown-test.component.mjs +692 -0
  21. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-default-template/ca-input-dropdown-default-template.component.mjs +62 -0
  22. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-details-template/ca-input-dropdown-details-template.component.mjs +72 -0
  23. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-dispatch/ca-input-dropdown-dispatch.component.mjs +60 -0
  24. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-double-text-template/ca-input-dropdown-double-text-template.component.mjs +62 -0
  25. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-fuel-franchise/ca-input-dropdown-fuel-franchise.component.mjs +76 -0
  26. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-groups/ca-input-dropdown-groups.component.mjs +58 -0
  27. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-labels/ca-input-dropdown-labels.component.mjs +76 -0
  28. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker-item/ca-input-dropdown-load-broker-item.component.mjs +41 -0
  29. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker.component.mjs +64 -0
  30. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact-item/ca-input-dropdown-load-broker-contact-item.component.mjs +38 -0
  31. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact.component.mjs +62 -0
  32. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper-item/ca-input-dropdown-load-broker-shipper-item.component.mjs +37 -0
  33. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper.component.mjs +61 -0
  34. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher-item/ca-input-dropdown-load-dispatcher-item.component.mjs +49 -0
  35. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher.component.mjs +60 -0
  36. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd-item/ca-input-dropdown-load-dispatches-ttd-item.mjs +49 -0
  37. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd.component.mjs +65 -0
  38. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-multiselect/ca-input-dropdown-multiselect.component.mjs +58 -0
  39. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-payroll-trucks/ca-input-dropdown-payroll-trucks.component.mjs +62 -0
  40. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svg-template/ca-input-dropdown-svg-template.component.mjs +63 -0
  41. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-dispatch-template/ca-input-dropdown-svgtext-dispatch-template.component.mjs +72 -0
  42. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template-item/ca-input-dropdown-svgtext-template-item.component.mjs +56 -0
  43. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template.component.mjs +77 -0
  44. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-text-counter/ca-input-dropdown-text-counter.component.mjs +58 -0
  45. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-triple-text-template/ca-input-dropdown-triple-text-template.component.mjs +62 -0
  46. package/esm2022/lib/components/ca-input-dropdown-test/enums/dropdown-string.enum.mjs +6 -0
  47. package/esm2022/lib/components/ca-input-dropdown-test/enums/dropdown-template-type.enum.mjs +23 -0
  48. package/esm2022/lib/components/ca-input-dropdown-test/enums/index.mjs +3 -0
  49. package/esm2022/lib/components/ca-input-dropdown-test/models/index.mjs +4 -0
  50. package/esm2022/lib/components/ca-input-dropdown-test/models/input-dropdown-option.model.mjs +2 -0
  51. package/esm2022/lib/components/ca-input-dropdown-test/models/load-modal-status.model.mjs +2 -0
  52. package/esm2022/lib/components/ca-input-dropdown-test/models/status-order.model.mjs +2 -0
  53. package/esm2022/lib/components/ca-input-dropdown-test/pipes/dropdown-count.pipe.mjs +29 -0
  54. package/esm2022/lib/components/ca-input-dropdown-test/pipes/dropdown-options.pipe.mjs +73 -0
  55. package/esm2022/lib/components/ca-input-dropdown-test/pipes/index.mjs +10 -0
  56. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-default-template-class.pipe.mjs +27 -0
  57. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-fuel-franchise-class.pipe.mjs +22 -0
  58. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-get-icon.pipe.mjs +18 -0
  59. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-label-class.pipe.mjs +27 -0
  60. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-load-broker-container.pipe.mjs +25 -0
  61. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-multiselect-class.pipe.mjs +23 -0
  62. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-container.pipe.mjs +25 -0
  63. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-icon.pipe.mjs +23 -0
  64. package/esm2022/lib/components/ca-input-dropdown-test/utils/svg-routes/index.mjs +2 -0
  65. package/esm2022/lib/components/ca-input-dropdown-test/utils/svg-routes/input-dropdown-svg-routes.mjs +13 -0
  66. package/esm2022/lib/components/ca-input-test/base-classes/ca-input-event-manager.mjs +24 -0
  67. package/esm2022/lib/components/ca-input-test/components/ca-input-clear/ca-input-clear.component.mjs +66 -0
  68. package/esm2022/lib/components/ca-input-test/components/ca-input-commands/ca-input-commands.component.mjs +48 -0
  69. package/esm2022/lib/components/ca-input-test/components/ca-input-password/ca-input-password.component.mjs +63 -0
  70. package/esm2022/lib/components/ca-input-test/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.mjs +85 -0
  71. package/esm2022/lib/components/ca-input-test/config/ca-input.config.mjs +2 -0
  72. package/esm2022/lib/components/ca-input-test/config/index.mjs +2 -0
  73. package/esm2022/lib/components/ca-input-test/directives/caps-lock.directive.mjs +50 -0
  74. package/esm2022/lib/components/ca-input-test/directives/command-visible.directive.mjs +48 -0
  75. package/esm2022/lib/components/ca-input-test/directives/index.mjs +6 -0
  76. package/esm2022/lib/components/ca-input-test/directives/input-max-value.directive.mjs +53 -0
  77. package/esm2022/lib/components/ca-input-test/directives/min-max-value.directive.mjs +41 -0
  78. package/esm2022/lib/components/ca-input-test/directives/price_format.directive.mjs +41 -0
  79. package/esm2022/lib/components/ca-input-test/directives/restrict-input.directive.mjs +94 -0
  80. package/esm2022/lib/components/ca-input-test/enums/index.mjs +5 -0
  81. package/esm2022/lib/components/ca-input-test/enums/input-commands-action.enum.mjs +11 -0
  82. package/esm2022/lib/components/ca-input-test/enums/input-commands-type.enum.mjs +8 -0
  83. package/esm2022/lib/components/ca-input-test/enums/input-config-name-string.enum.mjs +9 -0
  84. package/esm2022/lib/components/ca-input-test/enums/input-string.enum.mjs +114 -0
  85. package/esm2022/lib/components/ca-input-test/enums/input-text-transform.enum.mjs +9 -0
  86. package/esm2022/lib/components/ca-input-test/input-test.component.mjs +273 -0
  87. package/esm2022/lib/components/ca-input-test/mixins/input-command.mixin.mjs +127 -0
  88. package/esm2022/lib/components/ca-input-test/mixins/input-helper.mixin.mjs +49 -0
  89. package/esm2022/lib/components/ca-input-test/mixins/restriction-pipe.mixin.mjs +34 -0
  90. package/esm2022/lib/components/ca-input-test/models/base.model.mjs +2 -0
  91. package/esm2022/lib/components/ca-input-test/models/command-click.model.mjs +2 -0
  92. package/esm2022/lib/components/ca-input-test/models/commands-event.model.mjs +2 -0
  93. package/esm2022/lib/components/ca-input-test/models/index.mjs +4 -0
  94. package/esm2022/lib/components/ca-input-test/models/label-color.model.mjs +2 -0
  95. package/esm2022/lib/components/ca-input-test/pipes/color-finder.pipe.mjs +62 -0
  96. package/esm2022/lib/components/ca-input-test/pipes/form-control.pipe.mjs +17 -0
  97. package/esm2022/lib/components/ca-input-test/pipes/index.mjs +20 -0
  98. package/esm2022/lib/components/ca-input-test/pipes/input-class.pipe.mjs +155 -0
  99. package/esm2022/lib/components/ca-input-test/pipes/input-clear-class.pipe.mjs +87 -0
  100. package/esm2022/lib/components/ca-input-test/pipes/input-container-class.pipe.mjs +58 -0
  101. package/esm2022/lib/components/ca-input-test/pipes/input-datetime-picker-class.pipe.mjs +77 -0
  102. package/esm2022/lib/components/ca-input-test/pipes/input-dropdown-arrow-class.pipe.mjs +61 -0
  103. package/esm2022/lib/components/ca-input-test/pipes/input-error.pipe.mjs +88 -0
  104. package/esm2022/lib/components/ca-input-test/pipes/input-password-eye-class.pipe.mjs +37 -0
  105. package/esm2022/lib/components/ca-input-test/pipes/input-pattern.pipe.mjs +326 -0
  106. package/esm2022/lib/components/ca-input-test/pipes/input-placeholder-icon-right.pipe.mjs +46 -0
  107. package/esm2022/lib/components/ca-input-test/pipes/input-placeholder-icon.class.pipe.mjs +58 -0
  108. package/esm2022/lib/components/ca-input-test/pipes/input-placeholder-text-class.pipe.mjs +45 -0
  109. package/esm2022/lib/components/ca-input-test/pipes/input-type.pipe.mjs +25 -0
  110. package/esm2022/lib/components/ca-input-test/pipes/label-class.pipe.mjs +38 -0
  111. package/esm2022/lib/components/ca-input-test/pipes/show-clear.pipe.mjs +22 -0
  112. package/esm2022/lib/components/ca-input-test/pipes/show-dropdown-arrow.pipe.mjs +26 -0
  113. package/esm2022/lib/components/ca-input-test/pipes/show-invalid-danger-mark.pipe.mjs +27 -0
  114. package/esm2022/lib/components/ca-input-test/pipes/show-placeholder-text.pipe.mjs +24 -0
  115. package/esm2022/lib/components/ca-input-test/pipes/show-valid-check.pipe.mjs +27 -0
  116. package/esm2022/lib/components/ca-input-test/utils/index.mjs +3 -0
  117. package/esm2022/lib/components/ca-input-test/utils/input-change-value.type.mjs +2 -0
  118. package/esm2022/lib/components/ca-input-test/utils/input-svg-routes.mjs +17 -0
  119. package/esm2022/public-api.mjs +4 -2
  120. package/fesm2022/ca-components.mjs +5967 -1451
  121. package/fesm2022/ca-components.mjs.map +1 -1
  122. package/lib/ca-components.module.d.ts +1 -1
  123. package/lib/components/ca-input-address-dropdown-test/ca-input-address-dropdown-test.component.d.ts +74 -0
  124. package/lib/components/ca-input-address-dropdown-test/enums/input-address-basic-string.enum.d.ts +4 -0
  125. package/lib/components/ca-input-address-dropdown-test/enums/input-address-commands-string.enum.d.ts +6 -0
  126. package/lib/components/ca-input-address-dropdown-test/enums/input-address-layers-string.enum.d.ts +4 -0
  127. package/lib/components/ca-input-address-dropdown-test/enums/input-address-stop-types-string.enum.d.ts +4 -0
  128. package/lib/components/ca-input-address-dropdown-test/enums/input-address-type-string.enum.d.ts +5 -0
  129. package/lib/components/ca-input-address-dropdown-test/models/address-data.model.d.ts +10 -0
  130. package/lib/components/ca-input-address-dropdown-test/models/address-list.model.d.ts +5 -0
  131. package/lib/components/ca-input-address-dropdown-test/models/command-properties.model.d.ts +7 -0
  132. package/lib/components/ca-input-address-dropdown-test/models/commands-handler.model.d.ts +7 -0
  133. package/lib/components/ca-input-address-dropdown-test/models/input-address-commands-string.model.d.ts +1 -0
  134. package/lib/components/ca-input-address-dropdown-test/models/long-lat.model.d.ts +4 -0
  135. package/lib/components/ca-input-address-dropdown-test/models/sent-address-data.model.d.ts +6 -0
  136. package/lib/components/ca-input-address-dropdown-test/validators/ca-input-address-value.validations.d.ts +2 -0
  137. package/lib/components/ca-input-dropdown-test/animations/index.d.ts +1 -0
  138. package/lib/components/ca-input-dropdown-test/animations/input-dropdown.animation.d.ts +1 -0
  139. package/lib/components/ca-input-dropdown-test/ca-input-dropdown-test.component.d.ts +125 -0
  140. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-default-template/ca-input-dropdown-default-template.component.d.ts +20 -0
  141. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-details-template/ca-input-dropdown-details-template.component.d.ts +22 -0
  142. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-dispatch/ca-input-dropdown-dispatch.component.d.ts +19 -0
  143. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-double-text-template/ca-input-dropdown-double-text-template.component.d.ts +20 -0
  144. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-fuel-franchise/ca-input-dropdown-fuel-franchise.component.d.ts +27 -0
  145. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-groups/ca-input-dropdown-groups.component.d.ts +18 -0
  146. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-labels/ca-input-dropdown-labels.component.d.ts +24 -0
  147. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker-item/ca-input-dropdown-load-broker-item.component.d.ts +10 -0
  148. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker.component.d.ts +18 -0
  149. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact-item/ca-input-dropdown-load-broker-contact-item.component.d.ts +11 -0
  150. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact.component.d.ts +18 -0
  151. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper-item/ca-input-dropdown-load-broker-shipper-item.component.d.ts +11 -0
  152. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper.component.d.ts +18 -0
  153. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher-item/ca-input-dropdown-load-dispatcher-item.component.d.ts +14 -0
  154. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher.component.d.ts +20 -0
  155. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd-item/ca-input-dropdown-load-dispatches-ttd-item.d.ts +14 -0
  156. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd.component.d.ts +20 -0
  157. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-multiselect/ca-input-dropdown-multiselect.component.d.ts +18 -0
  158. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-payroll-trucks/ca-input-dropdown-payroll-trucks.component.d.ts +20 -0
  159. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svg-template/ca-input-dropdown-svg-template.component.d.ts +20 -0
  160. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-dispatch-template/ca-input-dropdown-svgtext-dispatch-template.component.d.ts +22 -0
  161. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template-item/ca-input-dropdown-svgtext-template-item.component.d.ts +15 -0
  162. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template.component.d.ts +22 -0
  163. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-text-counter/ca-input-dropdown-text-counter.component.d.ts +18 -0
  164. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-triple-text-template/ca-input-dropdown-triple-text-template.component.d.ts +20 -0
  165. package/lib/components/ca-input-dropdown-test/enums/dropdown-string.enum.d.ts +4 -0
  166. package/lib/components/ca-input-dropdown-test/enums/dropdown-template-type.enum.d.ts +21 -0
  167. package/lib/components/ca-input-dropdown-test/enums/index.d.ts +2 -0
  168. package/lib/components/ca-input-dropdown-test/models/index.d.ts +3 -0
  169. package/lib/components/ca-input-dropdown-test/models/input-dropdown-option.model.d.ts +95 -0
  170. package/lib/components/ca-input-dropdown-test/models/load-modal-status.model.d.ts +5 -0
  171. package/lib/components/ca-input-dropdown-test/models/status-order.model.d.ts +4 -0
  172. package/lib/components/ca-input-dropdown-test/pipes/dropdown-count.pipe.d.ts +7 -0
  173. package/lib/components/ca-input-dropdown-test/pipes/dropdown-options.pipe.d.ts +10 -0
  174. package/lib/components/ca-input-dropdown-test/pipes/index.d.ts +9 -0
  175. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-default-template-class.pipe.d.ts +11 -0
  176. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-fuel-franchise-class.pipe.d.ts +10 -0
  177. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-get-icon.pipe.d.ts +9 -0
  178. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-label-class.pipe.d.ts +11 -0
  179. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-load-broker-container.pipe.d.ts +10 -0
  180. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-multiselect-class.pipe.d.ts +11 -0
  181. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-container.pipe.d.ts +10 -0
  182. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-icon.pipe.d.ts +11 -0
  183. package/lib/components/ca-input-dropdown-test/utils/svg-routes/index.d.ts +1 -0
  184. package/lib/components/ca-input-dropdown-test/utils/svg-routes/input-dropdown-svg-routes.d.ts +12 -0
  185. package/lib/components/ca-input-test/base-classes/ca-input-event-manager.d.ts +16 -0
  186. package/lib/components/ca-input-test/components/ca-input-clear/ca-input-clear.component.d.ts +20 -0
  187. package/lib/components/ca-input-test/components/ca-input-commands/ca-input-commands.component.d.ts +16 -0
  188. package/lib/components/ca-input-test/components/ca-input-password/ca-input-password.component.d.ts +20 -0
  189. package/lib/components/ca-input-test/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.d.ts +26 -0
  190. package/lib/components/ca-input-test/config/ca-input.config.d.ts +168 -0
  191. package/lib/components/ca-input-test/config/index.d.ts +1 -0
  192. package/lib/components/ca-input-test/directives/caps-lock.directive.d.ts +14 -0
  193. package/lib/components/ca-input-test/directives/index.d.ts +5 -0
  194. package/lib/components/ca-input-test/directives/input-max-value.directive.d.ts +12 -0
  195. package/lib/components/ca-input-test/directives/min-max-value.directive.d.ts +13 -0
  196. package/lib/components/ca-input-test/directives/price_format.directive.d.ts +11 -0
  197. package/lib/components/ca-input-test/directives/restrict-input.directive.d.ts +27 -0
  198. package/lib/components/ca-input-test/enums/index.d.ts +4 -0
  199. package/lib/components/ca-input-test/enums/input-commands-action.enum.d.ts +9 -0
  200. package/lib/components/ca-input-test/enums/input-commands-type.enum.d.ts +6 -0
  201. package/lib/components/ca-input-test/enums/input-config-name-string.enum.d.ts +7 -0
  202. package/lib/components/ca-input-test/enums/input-string.enum.d.ts +112 -0
  203. package/lib/components/ca-input-test/enums/input-text-transform.enum.d.ts +6 -0
  204. package/lib/components/{ca-input/input-test → ca-input-test}/input-test.component.d.ts +13 -12
  205. package/lib/components/ca-input-test/mixins/restriction-pipe.mixin.d.ts +12 -0
  206. package/lib/components/ca-input-test/models/command-click.model.d.ts +5 -0
  207. package/lib/components/ca-input-test/models/commands-event.model.d.ts +5 -0
  208. package/lib/components/ca-input-test/models/index.d.ts +3 -0
  209. package/lib/components/ca-input-test/models/label-color.model.d.ts +11 -0
  210. package/lib/components/ca-input-test/pipes/color-finder.pipe.d.ts +7 -0
  211. package/lib/components/ca-input-test/pipes/form-control.pipe.d.ts +8 -0
  212. package/lib/components/ca-input-test/pipes/index.d.ts +19 -0
  213. package/lib/components/ca-input-test/pipes/input-class.pipe.d.ts +13 -0
  214. package/lib/components/ca-input-test/pipes/input-clear-class.pipe.d.ts +11 -0
  215. package/lib/components/ca-input-test/pipes/input-container-class.pipe.d.ts +11 -0
  216. package/lib/components/ca-input-test/pipes/input-datetime-picker-class.pipe.d.ts +11 -0
  217. package/lib/components/ca-input-test/pipes/input-dropdown-arrow-class.pipe.d.ts +11 -0
  218. package/lib/components/ca-input-test/pipes/input-error.pipe.d.ts +7 -0
  219. package/lib/components/ca-input-test/pipes/input-password-eye-class.pipe.d.ts +11 -0
  220. package/lib/components/ca-input-test/pipes/input-pattern.pipe.d.ts +38 -0
  221. package/lib/components/ca-input-test/pipes/input-placeholder-icon-right.pipe.d.ts +11 -0
  222. package/lib/components/ca-input-test/pipes/input-placeholder-icon.class.pipe.d.ts +12 -0
  223. package/lib/components/ca-input-test/pipes/input-placeholder-text-class.pipe.d.ts +11 -0
  224. package/lib/components/ca-input-test/pipes/input-type.pipe.d.ts +7 -0
  225. package/lib/components/ca-input-test/pipes/label-class.pipe.d.ts +10 -0
  226. package/lib/components/ca-input-test/pipes/show-clear.pipe.d.ts +8 -0
  227. package/lib/components/ca-input-test/pipes/show-dropdown-arrow.pipe.d.ts +8 -0
  228. package/lib/components/ca-input-test/pipes/show-invalid-danger-mark.pipe.d.ts +9 -0
  229. package/lib/components/ca-input-test/pipes/show-placeholder-text.pipe.d.ts +9 -0
  230. package/lib/components/ca-input-test/pipes/show-valid-check.pipe.d.ts +9 -0
  231. package/lib/components/ca-input-test/utils/index.d.ts +2 -0
  232. package/lib/components/ca-input-test/utils/input-change-value.type.d.ts +1 -0
  233. package/lib/components/ca-input-test/utils/input-svg-routes.d.ts +16 -0
  234. package/package.json +1 -1
  235. package/public-api.d.ts +3 -1
  236. package/esm2022/lib/components/ca-input/directives/command-visible.directive.mjs +0 -48
  237. package/esm2022/lib/components/ca-input/input-test/input-test.component.mjs +0 -266
  238. package/esm2022/lib/components/ca-input/mixins/input-command.mixin.mjs +0 -127
  239. package/esm2022/lib/components/ca-input/mixins/input-helper.mixin.mjs +0 -49
  240. package/esm2022/lib/components/ca-input/models/base.model.mjs +0 -2
  241. /package/lib/components/{ca-input → ca-input-test}/directives/command-visible.directive.d.ts +0 -0
  242. /package/lib/components/{ca-input → ca-input-test}/mixins/input-command.mixin.d.ts +0 -0
  243. /package/lib/components/{ca-input → ca-input-test}/mixins/input-helper.mixin.d.ts +0 -0
  244. /package/lib/components/{ca-input → ca-input-test}/models/base.model.d.ts +0 -0
@@ -0,0 +1,6 @@
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==
@@ -0,0 +1,8 @@
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==
@@ -0,0 +1,6 @@
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
@@ -0,0 +1,6 @@
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==
@@ -0,0 +1,7 @@
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=
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkcmVzcy1kYXRhLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtaW5wdXQtYWRkcmVzcy1kcm9wZG93bi10ZXN0L21vZGVscy9hZGRyZXNzLWRhdGEubW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IElucHV0QWRkcmVzc0NvbW1hbmRzU3RyaW5nRW51bSB9IGZyb20gJy4uL2VudW1zL2lucHV0LWFkZHJlc3MtY29tbWFuZHMtc3RyaW5nLmVudW0nO1xuXG4vLyBtb2RlbHNcbmltcG9ydCB7IEFkZHJlc3NFbnRpdHkgfSBmcm9tICcuLi8uLi8uLi9tb2RlbHMvYWRkcmVzcy1lbnRpdHkubW9kZWwnO1xuaW1wb3J0IHsgTG9uZ0xhdCB9IGZyb20gJy4vbG9uZy1sYXQubW9kZWwnO1xuaW1wb3J0IHsgSW5wdXRBZGRyZXNzQ29tbWFuZHNTdHJpbmcgfSBmcm9tICcuL2lucHV0LWFkZHJlc3MtY29tbWFuZHMtc3RyaW5nLm1vZGVsJztcblxuZXhwb3J0IGludGVyZmFjZSBBZGRyZXNzRGF0YSB7XG4gIGFkZHJlc3M6IEFkZHJlc3NFbnRpdHk7XG4gIGxvbmdMYXQ/OiBMb25nTGF0O1xuICB2YWxpZDogYm9vbGVhbjtcbiAgdHlwZT86IElucHV0QWRkcmVzc0NvbW1hbmRzU3RyaW5nRW51bSB8IElucHV0QWRkcmVzc0NvbW1hbmRzU3RyaW5nO1xufVxuIl19
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkcmVzcy1saXN0Lm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtaW5wdXQtYWRkcmVzcy1kcm9wZG93bi10ZXN0L21vZGVscy9hZGRyZXNzLWxpc3QubW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBpbnRlcmZhY2UgQWRkcmVzc0xpc3Qge1xuICBpZD86IG51bWJlcjtcbiAgbmFtZT86IHN0cmluZztcbiAgYWRkcmVzcz86IHN0cmluZztcbn1cbiJdfQ==
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbWFuZC1wcm9wZXJ0aWVzLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtaW5wdXQtYWRkcmVzcy1kcm9wZG93bi10ZXN0L21vZGVscy9jb21tYW5kLXByb3BlcnRpZXMubW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBpbnRlcmZhY2UgQ29tbWFuZFByb3BlcnRpZXMge1xuICBwb3B1cDoge1xuICAgIG5hbWU6IHN0cmluZztcbiAgICBiYWNrZ3JvdW5kQ29sb3I6IHN0cmluZztcbiAgfTtcbiAgc3ZnOiBzdHJpbmc7XG59XG4iXX0=
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbWFuZHMtaGFuZGxlci5tb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLWlucHV0LWFkZHJlc3MtZHJvcGRvd24tdGVzdC9tb2RlbHMvY29tbWFuZHMtaGFuZGxlci5tb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBDb21tYW5kUHJvcGVydGllcyB9IGZyb20gJy4vY29tbWFuZC1wcm9wZXJ0aWVzLm1vZGVsJztcblxuZXhwb3J0IGludGVyZmFjZSBDb21tYW5kc0hhbmRsZXIge1xuICBjb21tYW5kczoge1xuICAgIGZpcnN0Q29tbWFuZDogQ29tbWFuZFByb3BlcnRpZXM7XG4gICAgc2Vjb25kQ29tbWFuZDogQ29tbWFuZFByb3BlcnRpZXM7XG4gIH07XG59XG4iXX0=
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtYWRkcmVzcy1jb21tYW5kcy1zdHJpbmcubW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1pbnB1dC1hZGRyZXNzLWRyb3Bkb3duLXRlc3QvbW9kZWxzL2lucHV0LWFkZHJlc3MtY29tbWFuZHMtc3RyaW5nLm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgdHlwZSBJbnB1dEFkZHJlc3NDb21tYW5kc1N0cmluZyA9XG4gIHwgJ2NvbmZpcm0nXG4gIHwgJ2NhbmNlbCdcbiAgfCAnRW50ZXInXG4gIHwgJ0VzY2FwZSc7XG4iXX0=
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9uZy1sYXQubW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1pbnB1dC1hZGRyZXNzLWRyb3Bkb3duLXRlc3QvbW9kZWxzL2xvbmctbGF0Lm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgaW50ZXJmYWNlIExvbmdMYXQge1xuICBsYXRpdHVkZT86IG51bWJlcjtcbiAgbG9uZ2l0dWRlPzogbnVtYmVyO1xufVxuIl19
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VudC1hZGRyZXNzLWRhdGEubW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1pbnB1dC1hZGRyZXNzLWRyb3Bkb3duLXRlc3QvbW9kZWxzL3NlbnQtYWRkcmVzcy1kYXRhLm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBdXRvY29tcGxldGVTZWFyY2hMYXllciB9IGZyb20gJy4uLy4uLy4uL21vZGVscy9hdXRvY29tcGxldGUtc2VhcmNoLWxheWVyLm1vZGVsJztcblxuZXhwb3J0IGludGVyZmFjZSBTZW50QWRkcmVzc0RhdGEge1xuICBxdWVyeTogc3RyaW5nO1xuICBzZWFyY2hMYXllcnM6IEF1dG9jb21wbGV0ZVNlYXJjaExheWVyW107XG4gIGNsb3NlZEJvcmRlcjogYm9vbGVhbjtcbn1cbiJdfQ==
@@ -0,0 +1,11 @@
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=
@@ -0,0 +1,2 @@
1
+ export * from './input-dropdown.animation';
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1pbnB1dC1kcm9wZG93bi10ZXN0L2FuaW1hdGlvbnMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyw0QkFBNEIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vaW5wdXQtZHJvcGRvd24uYW5pbWF0aW9uJztcbiJdfQ==
@@ -0,0 +1,11 @@
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