ca-components 1.3.32 → 1.3.331

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 +124 -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 +5966 -1453
  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,14 @@
1
+ import { OptionModel } from '../../../models';
2
+ import { InputDropdownSvgRoutes } from '../../../utils/svg-routes';
3
+ import * as i0 from "@angular/core";
4
+ export declare class CaInputDropdownLoadDispatchesTtdComponentItem {
5
+ showNoResulst: boolean;
6
+ option: OptionModel;
7
+ index: number;
8
+ activeItem: OptionModel | null;
9
+ searchText: string;
10
+ label: keyof OptionModel;
11
+ inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownLoadDispatchesTtdComponentItem, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadDispatchesTtdComponentItem, "app-ca-input-dropdown-load-dispatches-ttd-item", never, { "showNoResulst": { "alias": "showNoResulst"; "required": false; }; "option": { "alias": "option"; "required": false; }; "index": { "alias": "index"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, never, true, never>;
14
+ }
@@ -0,0 +1,20 @@
1
+ import { ElementRef, EventEmitter, QueryList } from '@angular/core';
2
+ import { OptionModel } from '../../models/input-dropdown-option.model';
3
+ import { InputDropdownSvgRoutes } from '../../utils/svg-routes/input-dropdown-svg-routes';
4
+ import * as i0 from "@angular/core";
5
+ export declare class CaInputDropdownLoadDispatchesTtdComponent {
6
+ options: OptionModel[];
7
+ activeItem: OptionModel | null;
8
+ searchText: string;
9
+ label: keyof OptionModel;
10
+ dropdownOption: QueryList<ElementRef>;
11
+ set inputHoveredItem(val: number);
12
+ _inputHoveredItem: number;
13
+ get inputHoveredItem(): number;
14
+ onActiveItem: EventEmitter<OptionModel>;
15
+ inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
16
+ constructor();
17
+ onActiveItemEmit(option: OptionModel): void;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownLoadDispatchesTtdComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadDispatchesTtdComponent, "app-ca-input-dropdown-load-dispatches-ttd", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
20
+ }
@@ -0,0 +1,18 @@
1
+ import { ElementRef, EventEmitter, QueryList } from '@angular/core';
2
+ import { OptionModel } from '../../models/input-dropdown-option.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class CaInputDropdownMultiselectComponent {
5
+ options: OptionModel[];
6
+ lastActiveMultiselectItem: OptionModel | null;
7
+ searchText: string;
8
+ label: keyof OptionModel;
9
+ dropdownOption: QueryList<ElementRef>;
10
+ set inputHoveredItem(val: number);
11
+ _inputHoveredItem: number;
12
+ get inputHoveredItem(): number;
13
+ onMultiselectSelect: EventEmitter<OptionModel>;
14
+ constructor();
15
+ onMultiselectSelectEmit(option: OptionModel): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownMultiselectComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownMultiselectComponent, "app-ca-input-dropdown-multiselect", never, { "options": { "alias": "options"; "required": false; }; "lastActiveMultiselectItem": { "alias": "lastActiveMultiselectItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onMultiselectSelect": "onMultiselectSelect"; }, never, never, true, never>;
18
+ }
@@ -0,0 +1,20 @@
1
+ import { ElementRef, EventEmitter, QueryList } from '@angular/core';
2
+ import { OptionModel } from '../../models/input-dropdown-option.model';
3
+ import { InputDropdownSvgRoutes } from '../../utils/svg-routes/input-dropdown-svg-routes';
4
+ import * as i0 from "@angular/core";
5
+ export declare class CaInputDropdownPayrollTrucksComponent {
6
+ options: OptionModel[];
7
+ activeItem: OptionModel | null;
8
+ searchText: string;
9
+ label: keyof OptionModel;
10
+ dropdownOption: QueryList<ElementRef>;
11
+ set inputHoveredItem(val: number);
12
+ _inputHoveredItem: number;
13
+ get inputHoveredItem(): number;
14
+ onActiveItem: EventEmitter<OptionModel>;
15
+ inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
16
+ constructor();
17
+ onActiveItemEmit(option: OptionModel): void;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownPayrollTrucksComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownPayrollTrucksComponent, "app-ca-input-dropdown-payroll-trucks", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
20
+ }
@@ -0,0 +1,20 @@
1
+ import { ElementRef, EventEmitter, QueryList } from '@angular/core';
2
+ import { OptionModel } from '../../models/input-dropdown-option.model';
3
+ import { ICaInputWithDropdown } from '../../../ca-input/config';
4
+ import * as i0 from "@angular/core";
5
+ export declare class CaInputDropdownSvgTemplateComponent {
6
+ dropdownWithImage?: ICaInputWithDropdown | null;
7
+ options: OptionModel[];
8
+ activeItem: OptionModel | null;
9
+ searchText: string;
10
+ label: keyof OptionModel;
11
+ dropdownOption: QueryList<ElementRef>;
12
+ set inputHoveredItem(val: number);
13
+ _inputHoveredItem: number;
14
+ get inputHoveredItem(): number;
15
+ onActiveItem: EventEmitter<OptionModel>;
16
+ constructor();
17
+ onActiveItemEmit(option: OptionModel): void;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownSvgTemplateComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownSvgTemplateComponent, "app-ca-input-dropdown-svg-template", never, { "dropdownWithImage": { "alias": "dropdownWithImage"; "required": false; }; "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
20
+ }
@@ -0,0 +1,22 @@
1
+ import { ElementRef, EventEmitter, QueryList } from '@angular/core';
2
+ import { OptionModel } from '../../models/input-dropdown-option.model';
3
+ import { ICaInput } from '../../../ca-input-test/config';
4
+ import { InputDropdownSvgRoutes } from '../../utils/svg-routes/input-dropdown-svg-routes';
5
+ import * as i0 from "@angular/core";
6
+ export declare class CaInputDropdownSvgtextDispatchTemplateComponent {
7
+ options: OptionModel[];
8
+ activeItem: OptionModel | null;
9
+ searchText: string;
10
+ inputConfig: ICaInput;
11
+ label: keyof OptionModel;
12
+ dropdownOption: QueryList<ElementRef>;
13
+ set inputHoveredItem(val: number);
14
+ _inputHoveredItem: number;
15
+ get inputHoveredItem(): number;
16
+ onActiveItem: EventEmitter<OptionModel>;
17
+ inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
18
+ constructor();
19
+ onActiveItemEmit(option: OptionModel): void;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownSvgtextDispatchTemplateComponent, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownSvgtextDispatchTemplateComponent, "app-ca-input-dropdown-svgtext-dispatch-template", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "inputConfig": { "alias": "inputConfig"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
22
+ }
@@ -0,0 +1,15 @@
1
+ import { ICaInput } from '../../../../ca-input-test/config';
2
+ import { OptionModel } from '../../../models';
3
+ import { InputDropdownSvgRoutes } from '../../../utils/svg-routes';
4
+ import * as i0 from "@angular/core";
5
+ export declare class CaInputDropdownSvgtextTemplateItemComponent {
6
+ option: OptionModel;
7
+ inputConfig: ICaInput;
8
+ label: keyof OptionModel;
9
+ activeItem: OptionModel | null;
10
+ searchText: string;
11
+ inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
12
+ constructor();
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownSvgtextTemplateItemComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownSvgtextTemplateItemComponent, "ca-input-dropdown-svgtext-template-item", never, { "option": { "alias": "option"; "required": false; }; "inputConfig": { "alias": "inputConfig"; "required": false; }; "label": { "alias": "label"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; }, {}, never, never, true, never>;
15
+ }
@@ -0,0 +1,22 @@
1
+ import { ElementRef, EventEmitter, QueryList } from '@angular/core';
2
+ import { OptionModel } from '../../models/input-dropdown-option.model';
3
+ import { ICaInput } from '../../../ca-input-test/config';
4
+ import { InputDropdownSvgRoutes } from '../../utils/svg-routes/input-dropdown-svg-routes';
5
+ import * as i0 from "@angular/core";
6
+ export declare class CaInputDropdownSvgtextTemplateComponent {
7
+ options: OptionModel[];
8
+ activeItem: OptionModel | null;
9
+ searchText: string;
10
+ inputConfig: ICaInput;
11
+ label: keyof OptionModel;
12
+ dropdownOption: QueryList<ElementRef>;
13
+ set inputHoveredItem(val: number);
14
+ _inputHoveredItem: number;
15
+ get inputHoveredItem(): number;
16
+ onActiveItem: EventEmitter<OptionModel>;
17
+ inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
18
+ constructor();
19
+ onActiveItemEmit(option: OptionModel): void;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownSvgtextTemplateComponent, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownSvgtextTemplateComponent, "app-ca-input-dropdown-svgtext-template", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "inputConfig": { "alias": "inputConfig"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
22
+ }
@@ -0,0 +1,18 @@
1
+ import { ElementRef, EventEmitter, QueryList } from '@angular/core';
2
+ import { OptionModel } from '../../models/input-dropdown-option.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class CaInputDropdownTextCounterComponent {
5
+ options: OptionModel[];
6
+ activeItem: OptionModel | null;
7
+ searchText: string;
8
+ label: keyof OptionModel;
9
+ dropdownOption: QueryList<ElementRef>;
10
+ set inputHoveredItem(val: number);
11
+ _inputHoveredItem: number;
12
+ get inputHoveredItem(): number;
13
+ onActiveItem: EventEmitter<OptionModel>;
14
+ constructor();
15
+ onActiveItemEmit(option: OptionModel): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownTextCounterComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownTextCounterComponent, "app-ca-input-dropdown-text-counter", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
18
+ }
@@ -0,0 +1,20 @@
1
+ import { ElementRef, EventEmitter, QueryList } from '@angular/core';
2
+ import { OptionModel } from '../../models/input-dropdown-option.model';
3
+ import { InputDropdownSvgRoutes } from '../../utils/svg-routes/input-dropdown-svg-routes';
4
+ import * as i0 from "@angular/core";
5
+ export declare class CaInputDropdownTripleTextTemplateComponent {
6
+ options: OptionModel[];
7
+ activeItem: OptionModel | null;
8
+ searchText: string;
9
+ label: keyof OptionModel;
10
+ dropdownOption: QueryList<ElementRef>;
11
+ set inputHoveredItem(val: number);
12
+ _inputHoveredItem: number;
13
+ get inputHoveredItem(): number;
14
+ onActiveItem: EventEmitter<OptionModel>;
15
+ inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
16
+ constructor();
17
+ onActiveItemEmit(option: OptionModel): void;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownTripleTextTemplateComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownTripleTextTemplateComponent, "app-ca-input-dropdown-triple-text-template", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
20
+ }
@@ -0,0 +1,4 @@
1
+ export declare enum DropdownStringEnum {
2
+ NO_RESULTS = "No Results",
3
+ ADD_NEW = "ADD NEW"
4
+ }
@@ -0,0 +1,21 @@
1
+ export declare enum DropdownTemplateTypeEnum {
2
+ SVG_TEMPLATE = "svg-template",
3
+ SVGTEXT_TEMPLATE = "svgtext-template",
4
+ SVGTEXT_DISPATCH_TEMPLATE = "svgtext-dispatch-template",
5
+ DETAILS_TEMPLATE = "details-template",
6
+ GROUPS = "groups",
7
+ MULTISELECT = "multiselect",
8
+ LABELS = "labels",
9
+ DISPATCH = "dispatch",
10
+ LOAD_DISPATCHER = "load-dispatcher",
11
+ LOAD_DISPATCHES_TTD = "load-dispatches-ttd",
12
+ LOAD_BROKER = "load-broker",
13
+ LOAD_BROKER_CONTACT = "load-broker-contact",
14
+ LOAD_SHIPPER = "load-shipper",
15
+ TEXT_COUNTER = "text-counter",
16
+ FUEL_FRANCHISE = "fuel-franchise",
17
+ DOUBLE_TEXT_TEMPLATE = "double-text-template",
18
+ DOUBLE_COLUMN_TEMPLATE = "double-column-template",
19
+ TRIPLE_COLUMN_TEMPLATE = "triple-column-template",
20
+ PAYROLL_TRUCKS = "payroll-trucks"
21
+ }
@@ -0,0 +1,2 @@
1
+ export * from './dropdown-template-type.enum';
2
+ export * from './dropdown-string.enum';
@@ -0,0 +1,3 @@
1
+ export * from './input-dropdown-option.model';
2
+ export * from './load-modal-status.model';
3
+ export * from './status-order.model';
@@ -0,0 +1,95 @@
1
+ import { ArrayStatus } from '../../../models/array-status.model';
2
+ import { DriverMinimalResponse } from '../../ca-period-content/models';
3
+ export interface OptionModel {
4
+ id?: number;
5
+ number?: number;
6
+ name?: string;
7
+ fullName?: string;
8
+ companyName?: string;
9
+ colorId?: number;
10
+ color?: string;
11
+ colorD?: string;
12
+ code?: string;
13
+ class?: string;
14
+ phone?: string;
15
+ count?: number;
16
+ description?: string;
17
+ businessName?: string;
18
+ address?: any;
19
+ longLat?: number;
20
+ logoName?: string;
21
+ dropLabel?: string;
22
+ trailer?: ArrayStatus;
23
+ truck?: ArrayStatus;
24
+ driver?: DriverMinimalResponse;
25
+ isFranchise?: boolean;
26
+ dnu?: boolean;
27
+ ban?: boolean;
28
+ status?: any;
29
+ active?: boolean;
30
+ disabled?: boolean;
31
+ duplicateId?: boolean;
32
+ canOpenModal?: boolean;
33
+ open?: boolean;
34
+ groups?: {
35
+ id?: number;
36
+ name?: string;
37
+ }[];
38
+ contacts?: {
39
+ fullName?: string;
40
+ id?: number;
41
+ name?: string;
42
+ originalPhone?: string;
43
+ phone?: string;
44
+ phoneExt?: string;
45
+ phoneExtension?: string;
46
+ shipperId?: number;
47
+ }[];
48
+ stores?: {
49
+ id?: number | string;
50
+ name?: string;
51
+ address?: string;
52
+ }[];
53
+ folder?: string;
54
+ subFolder?: string;
55
+ isDriver?: boolean;
56
+ additionalText?: string;
57
+ svg?: string;
58
+ referenceNumber?: number | string;
59
+ totalBill?: number | string;
60
+ totalMiles?: number | string;
61
+ totalEarnings?: number | string;
62
+ brokerName?: string;
63
+ hiredAt?: number | string;
64
+ groupName?: string;
65
+ items?: {
66
+ id?: number;
67
+ name?: string;
68
+ }[];
69
+ hoverCode?: string;
70
+ payType?: string;
71
+ itemIndex?: number | string;
72
+ availableCreditType?: {
73
+ id?: number | string;
74
+ name?: string;
75
+ };
76
+ department?: {
77
+ id?: number | string;
78
+ name?: string;
79
+ };
80
+ loadsCount?: number | string;
81
+ hover?: boolean;
82
+ ein?: string | number;
83
+ brand?: string;
84
+ account?: string;
85
+ stopType?: string;
86
+ valueForRequest?: string;
87
+ availableCredit?: string | number;
88
+ creditLimit?: string | number;
89
+ suffix?: string | number;
90
+ truckType?: {
91
+ name?: string;
92
+ };
93
+ activeCounter?: string | number;
94
+ totalCounter?: string | number;
95
+ }
@@ -0,0 +1,5 @@
1
+ export interface SelectedStatus {
2
+ valueForRequest?: string;
3
+ name?: string | null;
4
+ id?: number;
5
+ }
@@ -0,0 +1,4 @@
1
+ export interface StatusOrder {
2
+ type: string;
3
+ stopOrder: number;
4
+ }
@@ -0,0 +1,7 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class DropdownCountPipe implements PipeTransform {
4
+ transform(options: any, template: string): any;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<DropdownCountPipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<DropdownCountPipe, "caDropdownCount", true>;
7
+ }
@@ -0,0 +1,10 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import { OptionModel } from '../models';
3
+ import { ICaInput } from '../../ca-input-test/config';
4
+ import * as i0 from "@angular/core";
5
+ export declare class DropdownOptionsPipe implements PipeTransform {
6
+ transform(searchText: string, options: OptionModel[], inputConfig: ICaInput, canAddNew: boolean, label: string, sort: string): any;
7
+ getSortedOptions(sort: string, options: OptionModel[]): OptionModel[];
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<DropdownOptionsPipe, never>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<DropdownOptionsPipe, "caDropdownOptionsPipe", true>;
10
+ }
@@ -0,0 +1,9 @@
1
+ export * from './dropdown-count.pipe';
2
+ export * from './input-dropdown-svgtext-template-icon.pipe';
3
+ export * from './input-dropdown-svgtext-template-container.pipe';
4
+ export * from './input-dropdown-load-broker-container.pipe';
5
+ export * from './input-dropdown-multiselect-class.pipe';
6
+ export * from './input-dropdown-default-template-class.pipe';
7
+ export * from './input-dropdown-label-class.pipe';
8
+ export * from './input-dropdown-fuel-franchise-class.pipe';
9
+ export * from './input-dropdown-get-icon.pipe';
@@ -0,0 +1,11 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import { ICaInput } from '../../ca-input-test/config';
3
+ import { OptionModel } from '../models';
4
+ import * as i0 from "@angular/core";
5
+ export declare class InputDropdownDefaultTemplateClassPipe implements PipeTransform {
6
+ transform(option: OptionModel, options: OptionModel[], activeItem: OptionModel | null, inputConfig: ICaInput): {
7
+ [key: string]: boolean | undefined;
8
+ };
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputDropdownDefaultTemplateClassPipe, never>;
10
+ static ɵpipe: i0.ɵɵPipeDeclaration<InputDropdownDefaultTemplateClassPipe, "inputDropdownDefaultTemplateClass", true>;
11
+ }
@@ -0,0 +1,10 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import { OptionModel } from '../models';
3
+ import * as i0 from "@angular/core";
4
+ export declare class InputDropdownFuelFranchiseClassPipe implements PipeTransform {
5
+ transform(option: OptionModel, options: OptionModel[]): {
6
+ [key: string]: boolean | undefined;
7
+ };
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputDropdownFuelFranchiseClassPipe, never>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<InputDropdownFuelFranchiseClassPipe, "inputDropdownFuelFranchiseClass", true>;
10
+ }
@@ -0,0 +1,9 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import { ICaInputWithDropdown } from '../../ca-input/config';
3
+ import { OptionModel } from '../models';
4
+ import * as i0 from "@angular/core";
5
+ export declare class InputDropdownGetIconsPipe implements PipeTransform {
6
+ transform(option: ICaInputWithDropdown, activeItem: OptionModel | null): string;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputDropdownGetIconsPipe, never>;
8
+ static ɵpipe: i0.ɵɵPipeDeclaration<InputDropdownGetIconsPipe, "inputDropdownGetIcons", true>;
9
+ }
@@ -0,0 +1,11 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import { ICaInput } from '../../ca-input-test/config';
3
+ import { OptionModel } from '../models';
4
+ import * as i0 from "@angular/core";
5
+ export declare class InputDropdownLabelClassPipe implements PipeTransform {
6
+ transform(option: OptionModel, options: OptionModel[], activeItem: OptionModel | null, labelMode: string, inputConfig: ICaInput): {
7
+ [key: string]: boolean | undefined;
8
+ };
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputDropdownLabelClassPipe, never>;
10
+ static ɵpipe: i0.ɵɵPipeDeclaration<InputDropdownLabelClassPipe, "inputDropdownLabelClass", true>;
11
+ }
@@ -0,0 +1,10 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import { OptionModel } from '../models';
3
+ import * as i0 from "@angular/core";
4
+ export declare class InputDropdownLoadBrokerContainerPipe implements PipeTransform {
5
+ transform(option: OptionModel, options: OptionModel[], activeItem: OptionModel | null): {
6
+ [key: string]: boolean | undefined;
7
+ };
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputDropdownLoadBrokerContainerPipe, never>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<InputDropdownLoadBrokerContainerPipe, "inputDropdownLoadBrokerContainer", true>;
10
+ }
@@ -0,0 +1,11 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import { ICaInput } from '../../ca-input-test/config';
3
+ import { OptionModel } from '../models';
4
+ import * as i0 from "@angular/core";
5
+ export declare class InputDropdownMultiselectClassPipe implements PipeTransform {
6
+ transform(inputConfig: ICaInput, multiselectItems: OptionModel[], isMultiSelectInputFocus: boolean): {
7
+ [key: string]: boolean | undefined;
8
+ };
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputDropdownMultiselectClassPipe, never>;
10
+ static ɵpipe: i0.ɵɵPipeDeclaration<InputDropdownMultiselectClassPipe, "inputDropdownMultiselectClass", true>;
11
+ }
@@ -0,0 +1,10 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import { OptionModel } from '../models';
3
+ import * as i0 from "@angular/core";
4
+ export declare class InputDropdownSvgtextTemplateContainerPipe implements PipeTransform {
5
+ transform(option: OptionModel, options: OptionModel[], activeItem: OptionModel | null): {
6
+ [key: string]: boolean | undefined;
7
+ };
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputDropdownSvgtextTemplateContainerPipe, never>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<InputDropdownSvgtextTemplateContainerPipe, "inputDropdownSvgtextTemplateContainer", true>;
10
+ }
@@ -0,0 +1,11 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import { OptionModel } from '../models';
3
+ import { ICaInput } from '../../ca-input-test/config';
4
+ import * as i0 from "@angular/core";
5
+ export declare class InputDropdownSvgtextTemplateIconPipe implements PipeTransform {
6
+ transform(option: OptionModel, activeItem: OptionModel | null, inputConfig: ICaInput): {
7
+ [key: string]: boolean | undefined;
8
+ };
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputDropdownSvgtextTemplateIconPipe, never>;
10
+ static ɵpipe: i0.ɵɵPipeDeclaration<InputDropdownSvgtextTemplateIconPipe, "inputDropdownSvgtextTemplateIcon", true>;
11
+ }
@@ -0,0 +1 @@
1
+ export * from './input-dropdown-svg-routes';
@@ -0,0 +1,12 @@
1
+ export declare class InputDropdownSvgRoutes {
2
+ static trailersSvgRoute: string;
3
+ static trucksSvgRoute: string;
4
+ static repairPmSvgRoute: string;
5
+ static inputDropdownArrowSvg: string;
6
+ static xClearSvg: string;
7
+ static plusSvg: string;
8
+ static dynamicLabelSvg: string;
9
+ static ownerBadgeBlackSvg: string;
10
+ static arrowDownUpdatedSvg: string;
11
+ static specConfirmSvg: string;
12
+ }
@@ -0,0 +1,16 @@
1
+ import { Observable } from 'rxjs';
2
+ import { EventEmitter } from '@angular/core';
3
+ export declare class EventInputManager<T> {
4
+ private eventEmitter;
5
+ private stateSubject;
6
+ state$: Observable<T | null>;
7
+ constructor(initialValue: T | null, eventEmitter: EventEmitter<T>);
8
+ /**
9
+ * Update the value and emit the event.
10
+ */
11
+ next(newValue: T): void;
12
+ /**
13
+ * Get the current value.
14
+ */
15
+ get value(): T | null;
16
+ }
@@ -0,0 +1,20 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { AbstractControl } from '@angular/forms';
3
+ import { ICaInput } from '../../config';
4
+ import { LabelColor } from '../../models';
5
+ import { InputSvgRoutes } from '../../utils';
6
+ import * as i0 from "@angular/core";
7
+ export declare class CaInputClearComponent {
8
+ inputConfig: ICaInput;
9
+ getSuperControl: AbstractControl<any, any> | null;
10
+ isFocusInput: boolean;
11
+ incorrectValue: boolean;
12
+ selectedDropdownLabelColor: LabelColor | null;
13
+ template: string;
14
+ clearInputClick: EventEmitter<Event>;
15
+ constructor();
16
+ clearInput(event: Event): void;
17
+ getSvgPath(propertyName: keyof typeof InputSvgRoutes): string;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaInputClearComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaInputClearComponent, "app-ca-input-clear", never, { "inputConfig": { "alias": "inputConfig"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; "isFocusInput": { "alias": "isFocusInput"; "required": false; }; "incorrectValue": { "alias": "incorrectValue"; "required": false; }; "selectedDropdownLabelColor": { "alias": "selectedDropdownLabelColor"; "required": false; }; "template": { "alias": "template"; "required": false; }; }, { "clearInputClick": "clearInputClick"; }, never, never, true, never>;
20
+ }
@@ -0,0 +1,16 @@
1
+ import { EventEmitter } from "@angular/core";
2
+ import { ICaInput } from "../../config";
3
+ import { CommandClick } from "../../models";
4
+ import { InputCommandsType } from "../../enums";
5
+ import * as i0 from "@angular/core";
6
+ export declare class CaInputCommandsComponent {
7
+ inputConfig: ICaInput;
8
+ isFocusInput: boolean;
9
+ isVisibleCommands: boolean;
10
+ onCommandsClick: EventEmitter<CommandClick>;
11
+ inputCommandsType: typeof InputCommandsType;
12
+ constructor();
13
+ onCommands(event: Event, type: string, action: string): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaInputCommandsComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaInputCommandsComponent, "app-ca-input-commands", never, { "inputConfig": { "alias": "inputConfig"; "required": false; }; "isFocusInput": { "alias": "isFocusInput"; "required": false; }; "isVisibleCommands": { "alias": "isVisibleCommands"; "required": false; }; }, { "onCommandsClick": "onCommandsClick"; }, never, never, true, never>;
16
+ }
@@ -0,0 +1,20 @@
1
+ import { EventEmitter, OnInit } from "@angular/core";
2
+ import { AbstractControl } from "@angular/forms";
3
+ import { InputSvgRoutes } from "../../utils";
4
+ import { ICaInput } from "../../config";
5
+ import * as i0 from "@angular/core";
6
+ export declare class CaInputPasswordComponent implements OnInit {
7
+ inputConfig: ICaInput;
8
+ getSuperControl: AbstractControl<any, any> | null;
9
+ isFocusInput: boolean;
10
+ isTouchedInput: boolean;
11
+ isCapsLockOn: boolean;
12
+ isTogglePassword: boolean;
13
+ onTogglePasswordClick: EventEmitter<Event>;
14
+ constructor();
15
+ ngOnInit(): void;
16
+ onTogglePassword(event: Event): void;
17
+ getSvgPath(propertyName: keyof typeof InputSvgRoutes): string;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaInputPasswordComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaInputPasswordComponent, "app-ca-input-password", never, { "inputConfig": { "alias": "inputConfig"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; "isFocusInput": { "alias": "isFocusInput"; "required": false; }; "isTouchedInput": { "alias": "isTouchedInput"; "required": false; }; "isCapsLockOn": { "alias": "isCapsLockOn"; "required": false; }; "isTogglePassword": { "alias": "isTogglePassword"; "required": false; }; }, { "onTogglePasswordClick": "onTogglePasswordClick"; }, never, never, true, never>;
20
+ }
@@ -0,0 +1,26 @@
1
+ import { EventEmitter, TemplateRef } from '@angular/core';
2
+ import { AbstractControl } from '@angular/forms';
3
+ import { ICaInput } from '../../config/ca-input.config';
4
+ import { LabelColor } from '../../models/label-color.model';
5
+ import { NgbPopover } from '@ng-bootstrap/ng-bootstrap';
6
+ import * as i0 from "@angular/core";
7
+ export declare class CaInputPlaceholderIconComponent {
8
+ inputConfig: ICaInput;
9
+ getSuperControl: AbstractControl<any, any> | null;
10
+ isFocusInput: boolean;
11
+ isTouchedInput: boolean;
12
+ selectedDropdownLabelColor: LabelColor | null;
13
+ isEditInput: boolean;
14
+ dateTimePopover: TemplateRef<any>;
15
+ onPopoverShownEmitter: EventEmitter<boolean>;
16
+ onPopoverHiddenEmitter: EventEmitter<boolean>;
17
+ onPlaceholderIconEventEmitter: EventEmitter<Event>;
18
+ t2: NgbPopover;
19
+ ngbMainPopover: NgbPopover;
20
+ constructor();
21
+ onPopoverShown(): void;
22
+ onPopoverHidden(): void;
23
+ onPlaceholderIconEvent(event: Event): void;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaInputPlaceholderIconComponent, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaInputPlaceholderIconComponent, "app-ca-input-placeholder-icon", never, { "inputConfig": { "alias": "inputConfig"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; "isFocusInput": { "alias": "isFocusInput"; "required": false; }; "isTouchedInput": { "alias": "isTouchedInput"; "required": false; }; "selectedDropdownLabelColor": { "alias": "selectedDropdownLabelColor"; "required": false; }; "isEditInput": { "alias": "isEditInput"; "required": false; }; "dateTimePopover": { "alias": "dateTimePopover"; "required": false; }; }, { "onPopoverShownEmitter": "onPopoverShownEmitter"; "onPopoverHiddenEmitter": "onPopoverHiddenEmitter"; "onPlaceholderIconEventEmitter": "onPlaceholderIconEventEmitter"; }, never, never, true, never>;
26
+ }