ca-components 1.3.33 → 1.3.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (439) hide show
  1. package/assets/scss/background.scss +44 -0
  2. package/assets/scss/border-radius.scss +17 -0
  3. package/assets/scss/filters.scss +151 -0
  4. package/assets/scss/icons.scss +39 -0
  5. package/assets/scss/spacing.scss +59 -0
  6. package/assets/scss/styles.scss +22 -1
  7. package/assets/scss/text-selection.scss +15 -0
  8. package/assets/theme/variables.scss +1 -1
  9. package/esm2022/lib/ca-components.module.mjs +35 -5
  10. package/esm2022/lib/components/ca-activity-log-list/ca-activity-log-list.component.mjs +3 -3
  11. package/esm2022/lib/components/ca-autoclose-popover/ca-autoclose-popover.component.mjs +6 -3
  12. package/esm2022/lib/components/ca-chart/ca-chart.component.mjs +12 -11
  13. package/esm2022/lib/components/ca-checkbox/ca-checkbox.component.mjs +134 -0
  14. package/esm2022/lib/components/ca-checkbox/interfaces/column-check-action.interface.mjs +2 -0
  15. package/esm2022/lib/components/ca-checkbox/interfaces/index.mjs +2 -0
  16. package/esm2022/lib/components/ca-checkbox/utils/svg-routes/checkbox-svg-routes.mjs +7 -0
  17. package/esm2022/lib/components/ca-checkbox/utils/svg-routes/index.mjs +2 -0
  18. package/esm2022/lib/components/ca-collapsible-filter/ca-collapsible-filter.component.mjs +2 -2
  19. package/esm2022/lib/components/ca-comment/ca-comment.component.mjs +2 -2
  20. package/esm2022/lib/components/ca-comment/modals/comment-modal/comment-modal.component.mjs +3 -3
  21. package/esm2022/lib/components/ca-custom-scrollbar/ca-custom-scrollbar.component.mjs +3 -3
  22. package/esm2022/lib/components/ca-details-dropdown/ca-details-dropdown.component.mjs +2 -2
  23. package/esm2022/lib/components/ca-dropdown-menu/ca-dropdown-menu.component.mjs +95 -24
  24. package/esm2022/lib/components/ca-dropdown-menu/enums/dropdown-menu.enum.mjs +19 -0
  25. package/esm2022/lib/components/ca-dropdown-menu/enums/index.mjs +2 -2
  26. package/esm2022/lib/components/ca-dropdown-menu/interfaces/dropdown-menu-item.interface.mjs +2 -0
  27. package/esm2022/lib/components/ca-dropdown-menu/interfaces/dropdown-menu-option-emit.interface.mjs +2 -0
  28. package/esm2022/lib/components/ca-dropdown-menu/interfaces/index.mjs +3 -0
  29. package/esm2022/lib/components/ca-dropdown-menu/pipes/dropdown-menu-placement-class.pipe.mjs +4 -4
  30. package/esm2022/lib/components/ca-dropdown-menu/pipes/group-item-checked-state.pipe.mjs +21 -0
  31. package/esm2022/lib/components/ca-dropdown-menu/pipes/index.mjs +2 -1
  32. package/esm2022/lib/components/ca-filters/ca-filter.component.mjs +4 -4
  33. package/esm2022/lib/components/ca-filters/components/ca-dispatcher-filter/ca-dispatcher-filter.component.mjs +3 -3
  34. package/esm2022/lib/components/ca-filters/components/ca-location-filter/ca-location-filter.component.mjs +2 -2
  35. package/esm2022/lib/components/ca-filters/components/ca-money-filter/ca-money-filter.component.mjs +2 -2
  36. package/esm2022/lib/components/ca-filters/components/ca-pm-filter/ca-pm-filter.component.mjs +2 -2
  37. package/esm2022/lib/components/ca-filters/components/ca-state-filter/ca-state-filter.component.mjs +2 -2
  38. package/esm2022/lib/components/ca-filters/components/ca-status-filter/ca-status-filter.component.mjs +2 -2
  39. package/esm2022/lib/components/ca-filters/components/ca-time-filter/ca-time-filter.component.mjs +4 -4
  40. package/esm2022/lib/components/ca-filters/components/ca-trailer-type-filter/ca-trailer-type-filter.component.mjs +2 -2
  41. package/esm2022/lib/components/ca-filters/components/ca-truck-type-filter/ca-truck-type-filter.component.mjs +2 -2
  42. package/esm2022/lib/components/ca-filters/components/ca-user-filter/ca-user-filter.component.mjs +2 -2
  43. package/esm2022/lib/components/ca-filters/components/ca-violation-filter/ca-violation-filter.component.mjs +2 -2
  44. package/esm2022/lib/components/ca-filters/pipes/index.mjs +7 -0
  45. package/esm2022/lib/components/ca-filters/utils/helpers/index.mjs +2 -1
  46. package/esm2022/lib/components/ca-filters/utils/helpers/time-filter.helper.mjs +117 -0
  47. package/esm2022/lib/components/ca-filters/utils/svg-routes/index.mjs +2 -0
  48. package/esm2022/lib/components/ca-input/ca-input.component.mjs +2 -2
  49. package/esm2022/lib/components/ca-input/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.mjs +3 -3
  50. package/esm2022/lib/components/ca-input/directives/command-visible.directive.mjs +48 -0
  51. package/esm2022/lib/components/ca-input/input-test/input-test.component.mjs +266 -0
  52. package/esm2022/lib/components/ca-input/mixins/input-command.mixin.mjs +127 -0
  53. package/esm2022/lib/components/ca-input/mixins/input-helper.mixin.mjs +49 -0
  54. package/esm2022/lib/components/ca-input/models/base.model.mjs +2 -0
  55. package/esm2022/lib/components/ca-input-address-dropdown/ca-input-address-dropdown.component.mjs +2 -2
  56. package/esm2022/lib/components/ca-input-datetime-picker/ca-input-datetime-picker.component.mjs +2 -2
  57. package/esm2022/lib/components/ca-input-dropdown/ca-input-dropdown.component.mjs +2 -2
  58. package/esm2022/lib/components/ca-input-note/ca-input-note.component.mjs +2 -2
  59. package/esm2022/lib/components/ca-logo-change/ca-logo-change.component.mjs +3 -3
  60. package/esm2022/lib/components/ca-main-table/ca-main-table.component.mjs +5 -3
  61. package/esm2022/lib/components/ca-map/ca-map.component.mjs +2 -2
  62. package/esm2022/lib/components/ca-map-dropdown/ca-map-dropdown.component.mjs +2 -2
  63. package/esm2022/lib/components/ca-modal/ca-modal.component.mjs +2 -2
  64. package/esm2022/lib/components/ca-modal-button/ca-modal-button.component.mjs +3 -3
  65. package/esm2022/lib/components/ca-new-filter/ca-filter-dropdown.component.mjs +98 -0
  66. package/esm2022/lib/components/ca-new-filter/components/ca-filter-list-dropdown/ca-filter-list-dropdown.component.mjs +142 -0
  67. package/esm2022/lib/components/ca-new-filter/components/ca-filter-state-dropdown/ca-filter-state-dropdown.component.mjs +131 -0
  68. package/esm2022/lib/components/ca-new-filter/components/ca-filter-time-dropdown/ca-filter-time-dropdown.component.mjs +131 -0
  69. package/esm2022/lib/components/ca-new-filter/constant/filter-dropdown-icons.constant.mjs +87 -0
  70. package/esm2022/lib/components/ca-new-filter/constant/index.mjs +2 -0
  71. package/esm2022/lib/components/ca-new-filter/enums/filter-dropdown-types.enum.mjs +15 -0
  72. package/esm2022/lib/components/ca-new-filter/enums/filter-sorting-key.enum.mjs +6 -0
  73. package/esm2022/lib/components/ca-new-filter/enums/filter-time.enum.mjs +37 -0
  74. package/esm2022/lib/components/ca-new-filter/enums/index.mjs +4 -0
  75. package/esm2022/lib/components/ca-new-filter/interface/country.interface.mjs +2 -0
  76. package/esm2022/lib/components/ca-new-filter/interface/filter-action.interface.mjs +2 -0
  77. package/esm2022/lib/components/ca-new-filter/interface/filter-dropdown-configuration.interface.mjs +2 -0
  78. package/esm2022/lib/components/ca-new-filter/interface/filter-dropdown-list.mjs +2 -0
  79. package/esm2022/lib/components/ca-new-filter/interface/index.mjs +7 -0
  80. package/esm2022/lib/components/ca-new-filter/interface/sorting-emmiter.interface.mjs +2 -0
  81. package/esm2022/lib/components/ca-new-filter/interface/time-options.interface.mjs +2 -0
  82. package/esm2022/lib/components/ca-new-filter/pipes/filter-search.pipe.mjs +31 -0
  83. package/esm2022/lib/components/ca-new-filter/types/filter-dropdown.types.mjs +2 -0
  84. package/esm2022/lib/components/ca-new-filter/types/filter-sorting-key.type.mjs +2 -0
  85. package/esm2022/lib/components/ca-new-filter/types/filter-time.types.mjs +2 -0
  86. package/esm2022/lib/components/ca-new-filter/types/index.mjs +4 -0
  87. package/esm2022/lib/components/ca-new-filter/utils/configs/filter-dropdown-fields.config.mjs +37 -0
  88. package/esm2022/lib/components/ca-new-filter/utils/configs/index.mjs +2 -0
  89. package/esm2022/lib/components/ca-new-filter/utils/helpers/index.mjs +2 -0
  90. package/esm2022/lib/components/ca-new-filter/utils/helpers/time-filter.helper.mjs +133 -0
  91. package/esm2022/lib/components/ca-ngx-slider/ca-ngx-slider.component.mjs +2 -2
  92. package/esm2022/lib/components/ca-note/ca-note.component.mjs +2 -2
  93. package/esm2022/lib/components/ca-note-container/ca-note-container.component.mjs +2 -2
  94. package/esm2022/lib/components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component.mjs +2 -2
  95. package/esm2022/lib/components/ca-period-content/ca-period-content.component.mjs +2 -2
  96. package/esm2022/lib/components/ca-period-content/components/ca-period-content-extra-info/ca-period-content-extra-info.component.mjs +3 -3
  97. package/esm2022/lib/components/ca-period-content/components/ca-period-content-payment/ca-period-content-payment.component.mjs +3 -3
  98. package/esm2022/lib/components/ca-period-content/components/ca-period-content-user-info/ca-period-content-user-info.component.mjs +3 -3
  99. package/esm2022/lib/components/ca-pickup-delivery-block/ca-pickup-delivery-block.component.mjs +3 -3
  100. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/ca-load.component.mjs +3 -3
  101. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-list/ca-load-list.component.mjs +3 -3
  102. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.mjs +3 -3
  103. package/esm2022/lib/components/ca-profile-image/ca-profile-image.component.mjs +3 -3
  104. package/esm2022/lib/components/ca-progress-bar/ca-progress-bar.component.mjs +2 -2
  105. package/esm2022/lib/components/ca-progress-expiration/ca-progress-expiration.component.mjs +2 -2
  106. package/esm2022/lib/components/ca-rating-review/ca-rating-review.component.mjs +2 -2
  107. package/esm2022/lib/components/ca-rating-review/components/ca-rating-review-user/ca-rating-review-user.component.mjs +2 -2
  108. package/esm2022/lib/components/ca-rating-review/components/ca-ratings-reviews-popup/ca-ratings-reviews-popup.component.mjs +2 -2
  109. package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-company/ca-right-side-panel-company.component.mjs +3 -3
  110. package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-menu/ca-right-side-panel-menu.component.mjs +3 -3
  111. package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-top-bar/ca-right-side-panel-top-bar.component.mjs +3 -3
  112. package/esm2022/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.mjs +3 -3
  113. package/esm2022/lib/components/ca-search-multiple-states/models/tab-data.model.mjs +1 -1
  114. package/esm2022/lib/components/ca-sort-dropdown/ca-sort-dropdown.component.mjs +21 -8
  115. package/esm2022/lib/components/ca-sort-dropdown/types/index.mjs +2 -0
  116. package/esm2022/lib/components/ca-sort-dropdown/types/sort-directions.type.mjs +2 -0
  117. package/esm2022/lib/components/ca-sort-dropdown/utils/svg-routes/ca-sort-dropdown-svg-routes.mjs +3 -2
  118. package/esm2022/lib/components/ca-spinner/ca-spinner.component.mjs +2 -2
  119. package/esm2022/lib/components/ca-tab-switch/ca-tab-switch.component.mjs +3 -3
  120. package/esm2022/lib/components/ca-todo/ca-todo.component.mjs +3 -3
  121. package/esm2022/lib/components/ca-todo/components/ca-todo-card.component.mjs +3 -3
  122. package/esm2022/lib/components/ca-tooltip-list/ca-tooltip-list.component.mjs +3 -3
  123. package/esm2022/lib/components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component.mjs +2 -2
  124. package/esm2022/lib/components/ca-upload-files/ca-upload-files.component.mjs +3 -3
  125. package/esm2022/lib/components/ca-upload-files/components/ca-upload-dropzone/ca-upload-dropzone.component.mjs +3 -3
  126. package/esm2022/lib/components/ca-upload-files/components/ca-upload-file/ca-upload-file.component.mjs +2 -2
  127. package/esm2022/lib/components/ca-upload-files/components/ca-upload-files-carousel/ca-upload-files-carousel.component.mjs +3 -3
  128. package/esm2022/lib/enums/dropdown-menu.enum.mjs +20 -0
  129. package/esm2022/lib/pipes/row-class.pipe.mjs +26 -0
  130. package/esm2022/lib/utils/constants/dropdown-menu-content.constants.mjs +26 -26
  131. package/esm2022/lib/utils/helpers/dropdown-menu-content-conditional-items.helper.mjs +4 -4
  132. package/esm2022/lib/utils/helpers/dropdown-menu-content.helper.mjs +6 -6
  133. package/esm2022/public-api.mjs +10 -4
  134. package/fesm2022/ca-components.mjs +2725 -6173
  135. package/fesm2022/ca-components.mjs.map +1 -1
  136. package/lib/ca-components.module.d.ts +38 -33
  137. package/lib/components/ca-autoclose-popover/ca-autoclose-popover.component.d.ts +2 -1
  138. package/lib/components/ca-checkbox/ca-checkbox.component.d.ts +39 -0
  139. package/lib/components/ca-checkbox/interfaces/column-check-action.interface.d.ts +6 -0
  140. package/lib/components/ca-checkbox/interfaces/index.d.ts +1 -0
  141. package/lib/components/ca-checkbox/utils/svg-routes/checkbox-svg-routes.d.ts +6 -0
  142. package/lib/components/ca-checkbox/utils/svg-routes/index.d.ts +1 -0
  143. package/lib/components/ca-dropdown-menu/ca-dropdown-menu.component.d.ts +16 -7
  144. package/lib/components/ca-dropdown-menu/enums/{dropdown-menu-string.enum.d.ts → dropdown-menu.enum.d.ts} +5 -2
  145. package/lib/components/ca-dropdown-menu/enums/index.d.ts +1 -1
  146. package/lib/components/ca-dropdown-menu/{models/dropdown-menu-item.model.d.ts → interfaces/dropdown-menu-item.interface.d.ts} +7 -1
  147. package/lib/components/ca-dropdown-menu/{models/dropdown-menu-option-emit.model.d.ts → interfaces/dropdown-menu-option-emit.interface.d.ts} +1 -1
  148. package/lib/components/ca-dropdown-menu/interfaces/index.d.ts +2 -0
  149. package/lib/components/ca-dropdown-menu/pipes/group-item-checked-state.pipe.d.ts +8 -0
  150. package/lib/components/ca-dropdown-menu/pipes/index.d.ts +1 -0
  151. package/lib/components/ca-filters/ca-filter.component.d.ts +2 -2
  152. package/lib/components/ca-filters/pipes/index.d.ts +6 -0
  153. package/lib/components/ca-filters/utils/helpers/index.d.ts +1 -0
  154. package/lib/components/ca-filters/utils/{constants/time-filter.constants.d.ts → helpers/time-filter.helper.d.ts} +14 -2
  155. package/lib/components/ca-filters/utils/svg-routes/index.d.ts +1 -0
  156. package/lib/components/{ca-input-test → ca-input/input-test}/input-test.component.d.ts +12 -13
  157. package/lib/components/ca-new-filter/ca-filter-dropdown.component.d.ts +35 -0
  158. package/lib/components/ca-new-filter/components/ca-filter-list-dropdown/ca-filter-list-dropdown.component.d.ts +43 -0
  159. package/lib/components/ca-new-filter/components/ca-filter-state-dropdown/ca-filter-state-dropdown.component.d.ts +35 -0
  160. package/lib/components/ca-new-filter/components/ca-filter-time-dropdown/ca-filter-time-dropdown.component.d.ts +43 -0
  161. package/lib/components/ca-new-filter/constant/filter-dropdown-icons.constant.d.ts +3 -0
  162. package/lib/components/ca-new-filter/constant/index.d.ts +1 -0
  163. package/lib/components/ca-new-filter/enums/filter-dropdown-types.enum.d.ts +13 -0
  164. package/lib/components/ca-new-filter/enums/filter-sorting-key.enum.d.ts +4 -0
  165. package/lib/components/ca-new-filter/enums/filter-time.enum.d.ts +35 -0
  166. package/lib/components/ca-new-filter/enums/index.d.ts +3 -0
  167. package/lib/components/ca-new-filter/interface/country.interface.d.ts +13 -0
  168. package/lib/components/ca-new-filter/interface/filter-action.interface.d.ts +18 -0
  169. package/lib/components/ca-new-filter/interface/filter-dropdown-configuration.interface.d.ts +13 -0
  170. package/lib/components/ca-new-filter/interface/filter-dropdown-list.d.ts +17 -0
  171. package/lib/components/ca-new-filter/interface/index.d.ts +6 -0
  172. package/lib/components/ca-new-filter/interface/sorting-emmiter.interface.d.ts +5 -0
  173. package/lib/components/ca-new-filter/interface/time-options.interface.d.ts +9 -0
  174. package/lib/components/ca-new-filter/pipes/filter-search.pipe.d.ts +8 -0
  175. package/lib/components/ca-new-filter/types/filter-dropdown.types.d.ts +2 -0
  176. package/lib/components/ca-new-filter/types/filter-sorting-key.type.d.ts +2 -0
  177. package/lib/components/ca-new-filter/types/filter-time.types.d.ts +2 -0
  178. package/lib/components/ca-new-filter/types/index.d.ts +3 -0
  179. package/lib/components/ca-new-filter/utils/configs/filter-dropdown-fields.config.d.ts +7 -0
  180. package/lib/components/ca-new-filter/utils/configs/index.d.ts +1 -0
  181. package/lib/components/ca-new-filter/utils/helpers/index.d.ts +1 -0
  182. package/lib/components/ca-new-filter/utils/helpers/time-filter.helper.d.ts +6 -0
  183. package/lib/components/ca-period-content/components/ca-period-content-payment/ca-period-content-payment.component.d.ts +4 -4
  184. package/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.d.ts +3 -3
  185. package/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.d.ts +2 -2
  186. package/lib/components/ca-search-multiple-states/models/tab-data.model.d.ts +11 -11
  187. package/lib/components/ca-sort-dropdown/ca-sort-dropdown.component.d.ts +12 -5
  188. package/lib/components/ca-sort-dropdown/types/index.d.ts +1 -0
  189. package/lib/components/ca-sort-dropdown/types/sort-directions.type.d.ts +5 -0
  190. package/lib/components/ca-sort-dropdown/utils/svg-routes/ca-sort-dropdown-svg-routes.d.ts +2 -1
  191. package/lib/enums/{dropdown-menu-string.enum.d.ts → dropdown-menu.enum.d.ts} +1 -1
  192. package/lib/pipes/row-class.pipe.d.ts +7 -0
  193. package/lib/utils/constants/dropdown-menu-content.constants.d.ts +3 -3
  194. package/lib/utils/helpers/dropdown-menu-content-conditional-items.helper.d.ts +3 -3
  195. package/lib/utils/helpers/dropdown-menu-content.helper.d.ts +3 -3
  196. package/package.json +1 -1
  197. package/public-api.d.ts +9 -3
  198. package/src/assets/ca-components/svg/common/ic_arrow_desc.svg +3 -0
  199. package/src/assets/ca-components/svg/common/ic_carriera-logo-active.svg +4 -0
  200. package/src/assets/ca-components/svg/common/ic_carriera-logo-inactive.svg +4 -0
  201. package/src/assets/ca-components/svg/common/ic_columns.svg +8 -0
  202. package/src/assets/ca-components/svg/common/ic_disable.svg +3 -0
  203. package/assets/scss/input-dropdown-test.scss +0 -2030
  204. package/esm2022/lib/components/ca-dropdown-menu/enums/dropdown-menu-string.enum.mjs +0 -14
  205. package/esm2022/lib/components/ca-dropdown-menu/models/dropdown-menu-item.model.mjs +0 -2
  206. package/esm2022/lib/components/ca-dropdown-menu/models/dropdown-menu-option-emit.model.mjs +0 -2
  207. package/esm2022/lib/components/ca-dropdown-menu/models/index.mjs +0 -3
  208. package/esm2022/lib/components/ca-filters/utils/constants/time-filter.constants.mjs +0 -102
  209. package/esm2022/lib/components/ca-input-address-dropdown-test/ca-input-address-dropdown-test.component.mjs +0 -351
  210. package/esm2022/lib/components/ca-input-address-dropdown-test/enums/input-address-basic-string.enum.mjs +0 -6
  211. package/esm2022/lib/components/ca-input-address-dropdown-test/enums/input-address-commands-string.enum.mjs +0 -8
  212. package/esm2022/lib/components/ca-input-address-dropdown-test/enums/input-address-layers-string.enum.mjs +0 -6
  213. package/esm2022/lib/components/ca-input-address-dropdown-test/enums/input-address-stop-types-string.enum.mjs +0 -6
  214. package/esm2022/lib/components/ca-input-address-dropdown-test/enums/input-address-type-string.enum.mjs +0 -7
  215. package/esm2022/lib/components/ca-input-address-dropdown-test/models/address-data.model.mjs +0 -2
  216. package/esm2022/lib/components/ca-input-address-dropdown-test/models/address-list.model.mjs +0 -2
  217. package/esm2022/lib/components/ca-input-address-dropdown-test/models/command-properties.model.mjs +0 -2
  218. package/esm2022/lib/components/ca-input-address-dropdown-test/models/commands-handler.model.mjs +0 -2
  219. package/esm2022/lib/components/ca-input-address-dropdown-test/models/input-address-commands-string.model.mjs +0 -2
  220. package/esm2022/lib/components/ca-input-address-dropdown-test/models/long-lat.model.mjs +0 -2
  221. package/esm2022/lib/components/ca-input-address-dropdown-test/models/sent-address-data.model.mjs +0 -2
  222. package/esm2022/lib/components/ca-input-address-dropdown-test/validators/ca-input-address-value.validations.mjs +0 -11
  223. package/esm2022/lib/components/ca-input-dropdown-test/animations/index.mjs +0 -2
  224. package/esm2022/lib/components/ca-input-dropdown-test/animations/input-dropdown.animation.mjs +0 -11
  225. package/esm2022/lib/components/ca-input-dropdown-test/ca-input-dropdown-test.component.mjs +0 -692
  226. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-default-template/ca-input-dropdown-default-template.component.mjs +0 -62
  227. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-details-template/ca-input-dropdown-details-template.component.mjs +0 -72
  228. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-dispatch/ca-input-dropdown-dispatch.component.mjs +0 -60
  229. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-double-text-template/ca-input-dropdown-double-text-template.component.mjs +0 -62
  230. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-fuel-franchise/ca-input-dropdown-fuel-franchise.component.mjs +0 -76
  231. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-groups/ca-input-dropdown-groups.component.mjs +0 -58
  232. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-labels/ca-input-dropdown-labels.component.mjs +0 -76
  233. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker-item/ca-input-dropdown-load-broker-item.component.mjs +0 -41
  234. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker.component.mjs +0 -64
  235. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact-item/ca-input-dropdown-load-broker-contact-item.component.mjs +0 -38
  236. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact.component.mjs +0 -62
  237. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper-item/ca-input-dropdown-load-broker-shipper-item.component.mjs +0 -37
  238. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper.component.mjs +0 -61
  239. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher-item/ca-input-dropdown-load-dispatcher-item.component.mjs +0 -49
  240. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher.component.mjs +0 -60
  241. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd-item/ca-input-dropdown-load-dispatches-ttd-item.mjs +0 -49
  242. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd.component.mjs +0 -65
  243. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-multiselect/ca-input-dropdown-multiselect.component.mjs +0 -58
  244. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-payroll-trucks/ca-input-dropdown-payroll-trucks.component.mjs +0 -62
  245. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svg-template/ca-input-dropdown-svg-template.component.mjs +0 -63
  246. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-dispatch-template/ca-input-dropdown-svgtext-dispatch-template.component.mjs +0 -72
  247. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template-item/ca-input-dropdown-svgtext-template-item.component.mjs +0 -56
  248. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template.component.mjs +0 -77
  249. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-text-counter/ca-input-dropdown-text-counter.component.mjs +0 -58
  250. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-triple-text-template/ca-input-dropdown-triple-text-template.component.mjs +0 -62
  251. package/esm2022/lib/components/ca-input-dropdown-test/enums/dropdown-string.enum.mjs +0 -6
  252. package/esm2022/lib/components/ca-input-dropdown-test/enums/dropdown-template-type.enum.mjs +0 -23
  253. package/esm2022/lib/components/ca-input-dropdown-test/enums/index.mjs +0 -3
  254. package/esm2022/lib/components/ca-input-dropdown-test/models/index.mjs +0 -4
  255. package/esm2022/lib/components/ca-input-dropdown-test/models/input-dropdown-option.model.mjs +0 -2
  256. package/esm2022/lib/components/ca-input-dropdown-test/models/load-modal-status.model.mjs +0 -2
  257. package/esm2022/lib/components/ca-input-dropdown-test/models/status-order.model.mjs +0 -2
  258. package/esm2022/lib/components/ca-input-dropdown-test/pipes/dropdown-count.pipe.mjs +0 -29
  259. package/esm2022/lib/components/ca-input-dropdown-test/pipes/dropdown-options.pipe.mjs +0 -73
  260. package/esm2022/lib/components/ca-input-dropdown-test/pipes/index.mjs +0 -10
  261. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-default-template-class.pipe.mjs +0 -27
  262. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-fuel-franchise-class.pipe.mjs +0 -22
  263. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-get-icon.pipe.mjs +0 -18
  264. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-label-class.pipe.mjs +0 -27
  265. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-load-broker-container.pipe.mjs +0 -25
  266. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-multiselect-class.pipe.mjs +0 -23
  267. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-container.pipe.mjs +0 -25
  268. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-icon.pipe.mjs +0 -23
  269. package/esm2022/lib/components/ca-input-dropdown-test/utils/svg-routes/index.mjs +0 -2
  270. package/esm2022/lib/components/ca-input-dropdown-test/utils/svg-routes/input-dropdown-svg-routes.mjs +0 -13
  271. package/esm2022/lib/components/ca-input-test/base-classes/ca-input-event-manager.mjs +0 -24
  272. package/esm2022/lib/components/ca-input-test/components/ca-input-clear/ca-input-clear.component.mjs +0 -66
  273. package/esm2022/lib/components/ca-input-test/components/ca-input-commands/ca-input-commands.component.mjs +0 -48
  274. package/esm2022/lib/components/ca-input-test/components/ca-input-password/ca-input-password.component.mjs +0 -63
  275. package/esm2022/lib/components/ca-input-test/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.mjs +0 -85
  276. package/esm2022/lib/components/ca-input-test/config/ca-input.config.mjs +0 -2
  277. package/esm2022/lib/components/ca-input-test/config/index.mjs +0 -2
  278. package/esm2022/lib/components/ca-input-test/directives/caps-lock.directive.mjs +0 -50
  279. package/esm2022/lib/components/ca-input-test/directives/command-visible.directive.mjs +0 -48
  280. package/esm2022/lib/components/ca-input-test/directives/index.mjs +0 -6
  281. package/esm2022/lib/components/ca-input-test/directives/input-max-value.directive.mjs +0 -53
  282. package/esm2022/lib/components/ca-input-test/directives/min-max-value.directive.mjs +0 -41
  283. package/esm2022/lib/components/ca-input-test/directives/price_format.directive.mjs +0 -41
  284. package/esm2022/lib/components/ca-input-test/directives/restrict-input.directive.mjs +0 -94
  285. package/esm2022/lib/components/ca-input-test/enums/index.mjs +0 -5
  286. package/esm2022/lib/components/ca-input-test/enums/input-commands-action.enum.mjs +0 -11
  287. package/esm2022/lib/components/ca-input-test/enums/input-commands-type.enum.mjs +0 -8
  288. package/esm2022/lib/components/ca-input-test/enums/input-config-name-string.enum.mjs +0 -9
  289. package/esm2022/lib/components/ca-input-test/enums/input-string.enum.mjs +0 -114
  290. package/esm2022/lib/components/ca-input-test/enums/input-text-transform.enum.mjs +0 -9
  291. package/esm2022/lib/components/ca-input-test/input-test.component.mjs +0 -273
  292. package/esm2022/lib/components/ca-input-test/mixins/input-command.mixin.mjs +0 -127
  293. package/esm2022/lib/components/ca-input-test/mixins/input-helper.mixin.mjs +0 -49
  294. package/esm2022/lib/components/ca-input-test/mixins/restriction-pipe.mixin.mjs +0 -34
  295. package/esm2022/lib/components/ca-input-test/models/base.model.mjs +0 -2
  296. package/esm2022/lib/components/ca-input-test/models/command-click.model.mjs +0 -2
  297. package/esm2022/lib/components/ca-input-test/models/commands-event.model.mjs +0 -2
  298. package/esm2022/lib/components/ca-input-test/models/index.mjs +0 -4
  299. package/esm2022/lib/components/ca-input-test/models/label-color.model.mjs +0 -2
  300. package/esm2022/lib/components/ca-input-test/pipes/color-finder.pipe.mjs +0 -62
  301. package/esm2022/lib/components/ca-input-test/pipes/form-control.pipe.mjs +0 -17
  302. package/esm2022/lib/components/ca-input-test/pipes/index.mjs +0 -20
  303. package/esm2022/lib/components/ca-input-test/pipes/input-class.pipe.mjs +0 -155
  304. package/esm2022/lib/components/ca-input-test/pipes/input-clear-class.pipe.mjs +0 -87
  305. package/esm2022/lib/components/ca-input-test/pipes/input-container-class.pipe.mjs +0 -58
  306. package/esm2022/lib/components/ca-input-test/pipes/input-datetime-picker-class.pipe.mjs +0 -77
  307. package/esm2022/lib/components/ca-input-test/pipes/input-dropdown-arrow-class.pipe.mjs +0 -61
  308. package/esm2022/lib/components/ca-input-test/pipes/input-error.pipe.mjs +0 -88
  309. package/esm2022/lib/components/ca-input-test/pipes/input-password-eye-class.pipe.mjs +0 -37
  310. package/esm2022/lib/components/ca-input-test/pipes/input-pattern.pipe.mjs +0 -326
  311. package/esm2022/lib/components/ca-input-test/pipes/input-placeholder-icon-right.pipe.mjs +0 -46
  312. package/esm2022/lib/components/ca-input-test/pipes/input-placeholder-icon.class.pipe.mjs +0 -58
  313. package/esm2022/lib/components/ca-input-test/pipes/input-placeholder-text-class.pipe.mjs +0 -45
  314. package/esm2022/lib/components/ca-input-test/pipes/input-type.pipe.mjs +0 -25
  315. package/esm2022/lib/components/ca-input-test/pipes/label-class.pipe.mjs +0 -38
  316. package/esm2022/lib/components/ca-input-test/pipes/show-clear.pipe.mjs +0 -22
  317. package/esm2022/lib/components/ca-input-test/pipes/show-dropdown-arrow.pipe.mjs +0 -26
  318. package/esm2022/lib/components/ca-input-test/pipes/show-invalid-danger-mark.pipe.mjs +0 -27
  319. package/esm2022/lib/components/ca-input-test/pipes/show-placeholder-text.pipe.mjs +0 -24
  320. package/esm2022/lib/components/ca-input-test/pipes/show-valid-check.pipe.mjs +0 -27
  321. package/esm2022/lib/components/ca-input-test/utils/index.mjs +0 -3
  322. package/esm2022/lib/components/ca-input-test/utils/input-change-value.type.mjs +0 -2
  323. package/esm2022/lib/components/ca-input-test/utils/input-svg-routes.mjs +0 -17
  324. package/esm2022/lib/enums/dropdown-menu-string.enum.mjs +0 -20
  325. package/lib/components/ca-dropdown-menu/models/index.d.ts +0 -2
  326. package/lib/components/ca-input-address-dropdown-test/ca-input-address-dropdown-test.component.d.ts +0 -74
  327. package/lib/components/ca-input-address-dropdown-test/enums/input-address-basic-string.enum.d.ts +0 -4
  328. package/lib/components/ca-input-address-dropdown-test/enums/input-address-commands-string.enum.d.ts +0 -6
  329. package/lib/components/ca-input-address-dropdown-test/enums/input-address-layers-string.enum.d.ts +0 -4
  330. package/lib/components/ca-input-address-dropdown-test/enums/input-address-stop-types-string.enum.d.ts +0 -4
  331. package/lib/components/ca-input-address-dropdown-test/enums/input-address-type-string.enum.d.ts +0 -5
  332. package/lib/components/ca-input-address-dropdown-test/models/address-data.model.d.ts +0 -10
  333. package/lib/components/ca-input-address-dropdown-test/models/address-list.model.d.ts +0 -5
  334. package/lib/components/ca-input-address-dropdown-test/models/command-properties.model.d.ts +0 -7
  335. package/lib/components/ca-input-address-dropdown-test/models/commands-handler.model.d.ts +0 -7
  336. package/lib/components/ca-input-address-dropdown-test/models/input-address-commands-string.model.d.ts +0 -1
  337. package/lib/components/ca-input-address-dropdown-test/models/long-lat.model.d.ts +0 -4
  338. package/lib/components/ca-input-address-dropdown-test/models/sent-address-data.model.d.ts +0 -6
  339. package/lib/components/ca-input-address-dropdown-test/validators/ca-input-address-value.validations.d.ts +0 -2
  340. package/lib/components/ca-input-dropdown-test/animations/index.d.ts +0 -1
  341. package/lib/components/ca-input-dropdown-test/animations/input-dropdown.animation.d.ts +0 -1
  342. package/lib/components/ca-input-dropdown-test/ca-input-dropdown-test.component.d.ts +0 -125
  343. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-default-template/ca-input-dropdown-default-template.component.d.ts +0 -20
  344. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-details-template/ca-input-dropdown-details-template.component.d.ts +0 -22
  345. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-dispatch/ca-input-dropdown-dispatch.component.d.ts +0 -19
  346. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-double-text-template/ca-input-dropdown-double-text-template.component.d.ts +0 -20
  347. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-fuel-franchise/ca-input-dropdown-fuel-franchise.component.d.ts +0 -27
  348. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-groups/ca-input-dropdown-groups.component.d.ts +0 -18
  349. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-labels/ca-input-dropdown-labels.component.d.ts +0 -24
  350. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker-item/ca-input-dropdown-load-broker-item.component.d.ts +0 -10
  351. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker.component.d.ts +0 -18
  352. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact-item/ca-input-dropdown-load-broker-contact-item.component.d.ts +0 -11
  353. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact.component.d.ts +0 -18
  354. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper-item/ca-input-dropdown-load-broker-shipper-item.component.d.ts +0 -11
  355. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper.component.d.ts +0 -18
  356. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher-item/ca-input-dropdown-load-dispatcher-item.component.d.ts +0 -14
  357. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher.component.d.ts +0 -20
  358. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd-item/ca-input-dropdown-load-dispatches-ttd-item.d.ts +0 -14
  359. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd.component.d.ts +0 -20
  360. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-multiselect/ca-input-dropdown-multiselect.component.d.ts +0 -18
  361. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-payroll-trucks/ca-input-dropdown-payroll-trucks.component.d.ts +0 -20
  362. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svg-template/ca-input-dropdown-svg-template.component.d.ts +0 -20
  363. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-dispatch-template/ca-input-dropdown-svgtext-dispatch-template.component.d.ts +0 -22
  364. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template-item/ca-input-dropdown-svgtext-template-item.component.d.ts +0 -15
  365. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template.component.d.ts +0 -22
  366. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-text-counter/ca-input-dropdown-text-counter.component.d.ts +0 -18
  367. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-triple-text-template/ca-input-dropdown-triple-text-template.component.d.ts +0 -20
  368. package/lib/components/ca-input-dropdown-test/enums/dropdown-string.enum.d.ts +0 -4
  369. package/lib/components/ca-input-dropdown-test/enums/dropdown-template-type.enum.d.ts +0 -21
  370. package/lib/components/ca-input-dropdown-test/enums/index.d.ts +0 -2
  371. package/lib/components/ca-input-dropdown-test/models/index.d.ts +0 -3
  372. package/lib/components/ca-input-dropdown-test/models/input-dropdown-option.model.d.ts +0 -95
  373. package/lib/components/ca-input-dropdown-test/models/load-modal-status.model.d.ts +0 -5
  374. package/lib/components/ca-input-dropdown-test/models/status-order.model.d.ts +0 -4
  375. package/lib/components/ca-input-dropdown-test/pipes/dropdown-count.pipe.d.ts +0 -7
  376. package/lib/components/ca-input-dropdown-test/pipes/dropdown-options.pipe.d.ts +0 -10
  377. package/lib/components/ca-input-dropdown-test/pipes/index.d.ts +0 -9
  378. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-default-template-class.pipe.d.ts +0 -11
  379. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-fuel-franchise-class.pipe.d.ts +0 -10
  380. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-get-icon.pipe.d.ts +0 -9
  381. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-label-class.pipe.d.ts +0 -11
  382. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-load-broker-container.pipe.d.ts +0 -10
  383. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-multiselect-class.pipe.d.ts +0 -11
  384. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-container.pipe.d.ts +0 -10
  385. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-icon.pipe.d.ts +0 -11
  386. package/lib/components/ca-input-dropdown-test/utils/svg-routes/index.d.ts +0 -1
  387. package/lib/components/ca-input-dropdown-test/utils/svg-routes/input-dropdown-svg-routes.d.ts +0 -12
  388. package/lib/components/ca-input-test/base-classes/ca-input-event-manager.d.ts +0 -16
  389. package/lib/components/ca-input-test/components/ca-input-clear/ca-input-clear.component.d.ts +0 -20
  390. package/lib/components/ca-input-test/components/ca-input-commands/ca-input-commands.component.d.ts +0 -16
  391. package/lib/components/ca-input-test/components/ca-input-password/ca-input-password.component.d.ts +0 -20
  392. package/lib/components/ca-input-test/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.d.ts +0 -26
  393. package/lib/components/ca-input-test/config/ca-input.config.d.ts +0 -168
  394. package/lib/components/ca-input-test/config/index.d.ts +0 -1
  395. package/lib/components/ca-input-test/directives/caps-lock.directive.d.ts +0 -14
  396. package/lib/components/ca-input-test/directives/index.d.ts +0 -5
  397. package/lib/components/ca-input-test/directives/input-max-value.directive.d.ts +0 -12
  398. package/lib/components/ca-input-test/directives/min-max-value.directive.d.ts +0 -13
  399. package/lib/components/ca-input-test/directives/price_format.directive.d.ts +0 -11
  400. package/lib/components/ca-input-test/directives/restrict-input.directive.d.ts +0 -27
  401. package/lib/components/ca-input-test/enums/index.d.ts +0 -4
  402. package/lib/components/ca-input-test/enums/input-commands-action.enum.d.ts +0 -9
  403. package/lib/components/ca-input-test/enums/input-commands-type.enum.d.ts +0 -6
  404. package/lib/components/ca-input-test/enums/input-config-name-string.enum.d.ts +0 -7
  405. package/lib/components/ca-input-test/enums/input-string.enum.d.ts +0 -112
  406. package/lib/components/ca-input-test/enums/input-text-transform.enum.d.ts +0 -6
  407. package/lib/components/ca-input-test/mixins/restriction-pipe.mixin.d.ts +0 -12
  408. package/lib/components/ca-input-test/models/command-click.model.d.ts +0 -5
  409. package/lib/components/ca-input-test/models/commands-event.model.d.ts +0 -5
  410. package/lib/components/ca-input-test/models/index.d.ts +0 -3
  411. package/lib/components/ca-input-test/models/label-color.model.d.ts +0 -11
  412. package/lib/components/ca-input-test/pipes/color-finder.pipe.d.ts +0 -7
  413. package/lib/components/ca-input-test/pipes/form-control.pipe.d.ts +0 -8
  414. package/lib/components/ca-input-test/pipes/index.d.ts +0 -19
  415. package/lib/components/ca-input-test/pipes/input-class.pipe.d.ts +0 -13
  416. package/lib/components/ca-input-test/pipes/input-clear-class.pipe.d.ts +0 -11
  417. package/lib/components/ca-input-test/pipes/input-container-class.pipe.d.ts +0 -11
  418. package/lib/components/ca-input-test/pipes/input-datetime-picker-class.pipe.d.ts +0 -11
  419. package/lib/components/ca-input-test/pipes/input-dropdown-arrow-class.pipe.d.ts +0 -11
  420. package/lib/components/ca-input-test/pipes/input-error.pipe.d.ts +0 -7
  421. package/lib/components/ca-input-test/pipes/input-password-eye-class.pipe.d.ts +0 -11
  422. package/lib/components/ca-input-test/pipes/input-pattern.pipe.d.ts +0 -38
  423. package/lib/components/ca-input-test/pipes/input-placeholder-icon-right.pipe.d.ts +0 -11
  424. package/lib/components/ca-input-test/pipes/input-placeholder-icon.class.pipe.d.ts +0 -12
  425. package/lib/components/ca-input-test/pipes/input-placeholder-text-class.pipe.d.ts +0 -11
  426. package/lib/components/ca-input-test/pipes/input-type.pipe.d.ts +0 -7
  427. package/lib/components/ca-input-test/pipes/label-class.pipe.d.ts +0 -10
  428. package/lib/components/ca-input-test/pipes/show-clear.pipe.d.ts +0 -8
  429. package/lib/components/ca-input-test/pipes/show-dropdown-arrow.pipe.d.ts +0 -8
  430. package/lib/components/ca-input-test/pipes/show-invalid-danger-mark.pipe.d.ts +0 -9
  431. package/lib/components/ca-input-test/pipes/show-placeholder-text.pipe.d.ts +0 -9
  432. package/lib/components/ca-input-test/pipes/show-valid-check.pipe.d.ts +0 -9
  433. package/lib/components/ca-input-test/utils/index.d.ts +0 -2
  434. package/lib/components/ca-input-test/utils/input-change-value.type.d.ts +0 -1
  435. package/lib/components/ca-input-test/utils/input-svg-routes.d.ts +0 -16
  436. /package/lib/components/{ca-input-test → ca-input}/directives/command-visible.directive.d.ts +0 -0
  437. /package/lib/components/{ca-input-test → ca-input}/mixins/input-command.mixin.d.ts +0 -0
  438. /package/lib/components/{ca-input-test → ca-input}/mixins/input-helper.mixin.d.ts +0 -0
  439. /package/lib/components/{ca-input-test → ca-input}/models/base.model.d.ts +0 -0
@@ -0,0 +1,44 @@
1
+ @import 'theme/variables.scss';
2
+
3
+ @mixin hover($color) {
4
+ transition: background-color $transitionDuration;
5
+
6
+ &:hover {
7
+ background-color: $color !important;
8
+ }
9
+ }
10
+
11
+ .background {
12
+ &-black {
13
+ background-color: $ta-black;
14
+
15
+ &-2 {
16
+ background-color: $ta-black-2;
17
+ }
18
+ }
19
+ &-blue {
20
+ &-13 {
21
+ background-color: $ta-blue-13;
22
+ }
23
+ &-14 {
24
+ background-color: $ta-blue-14;
25
+ }
26
+ }
27
+ &-dark {
28
+ &-2 {
29
+ background-color: $dark-2;
30
+ }
31
+ }
32
+
33
+ &-hover {
34
+ &-bw2 {
35
+ @include hover($bw2);
36
+ }
37
+
38
+ &-blue {
39
+ &-15 {
40
+ @include hover($ta-blue-15);
41
+ }
42
+ }
43
+ }
44
+ }
@@ -0,0 +1,17 @@
1
+ @mixin border-radius($size) {
2
+ border-radius: $size;
3
+ }
4
+
5
+ $border-radius-sizes: 1, 2, 3, 10;
6
+
7
+ .br {
8
+ @each $size in $border-radius-sizes {
9
+ &-#{$size} {
10
+ @include border-radius(#{$size}px);
11
+ }
12
+ }
13
+
14
+ &-circle {
15
+ @include border-radius(50%);
16
+ }
17
+ }
@@ -0,0 +1,151 @@
1
+ @import 'theme/variables.scss';
2
+
3
+ .filter-dropdown {
4
+ &-popover {
5
+ width: 260px;
6
+
7
+ &-max-height {
8
+ max-height: 360px;
9
+ }
10
+ }
11
+
12
+ &-list {
13
+ max-height: 260px;
14
+ overflow-y: auto;
15
+
16
+ &-icon {
17
+ height: 26px;
18
+ transition: background-color $transitionDuration;
19
+
20
+ &-value {
21
+ height: 14px;
22
+ width: 14px;
23
+ }
24
+
25
+ &-remove {
26
+ display: none;
27
+ }
28
+
29
+ &:hover {
30
+ background-color: $ta-black;
31
+
32
+ .filter-dropdown-icon-count {
33
+ display: none;
34
+ }
35
+ }
36
+
37
+ &-selected {
38
+ &:hover {
39
+ background-color: $blue-9;
40
+ }
41
+ }
42
+ }
43
+
44
+ &-item {
45
+ &-icons {
46
+ transition: opacity $transitionDuration;
47
+ opacity: 0;
48
+ }
49
+
50
+ &-status-circle {
51
+ height: 10px;
52
+ width: 10px;
53
+ }
54
+
55
+ &-remove {
56
+ display: none;
57
+ }
58
+
59
+ &:hover {
60
+ background-color: $black;
61
+
62
+ .filter-dropdown-list-item-icons {
63
+ opacity: 1;
64
+
65
+ svg path {
66
+ fill: var(--svg-fill-color, $ta-red-10);
67
+ }
68
+ }
69
+ }
70
+
71
+ &-hover {
72
+ &:hover {
73
+ .filter-dropdown-list-item-remove {
74
+ display: flex;
75
+
76
+ svg path {
77
+ fill: $ta-red-10 !important;
78
+ }
79
+ }
80
+
81
+ .filter-dropdown-list-item-count {
82
+ display: none !important;
83
+ }
84
+ }
85
+ }
86
+ }
87
+ }
88
+
89
+ &-icon {
90
+ height: 26px;
91
+ width: 26px;
92
+ }
93
+
94
+ &-count {
95
+ height: 14px;
96
+ width: 14px;
97
+
98
+ &-remove {
99
+ display: none;
100
+ }
101
+
102
+ &-hover {
103
+ &:hover {
104
+ .filter-dropdown-count {
105
+ &-value {
106
+ display: none;
107
+ }
108
+ &-remove {
109
+ display: flex;
110
+ }
111
+ }
112
+ }
113
+ }
114
+ }
115
+
116
+ &-button {
117
+ height: 26px;
118
+ }
119
+
120
+ &-footer {
121
+ &-button {
122
+ color: $bw-9;
123
+ transition: color $transitionDuration, background-color $transitionDuration;
124
+
125
+ &-set {
126
+ color: $white-2;
127
+ background-color: $ta-blue-14;
128
+
129
+ &:hover {
130
+ background-color: $ta-blue-16;
131
+ color: $blue-9;
132
+ }
133
+ }
134
+ &-clear {
135
+ color: $bw-9;
136
+
137
+ &:hover {
138
+ background-color: $grey-12;
139
+ color: $ta-black;
140
+ }
141
+ }
142
+
143
+ height: 18px;
144
+ width: 50%;
145
+ }
146
+ }
147
+ }
148
+
149
+ .filter-dropdown-list-badge {
150
+ min-width: 18px;
151
+ }
@@ -31,6 +31,12 @@
31
31
  &-black {
32
32
  @include svg-fill($black);
33
33
  }
34
+ &-white {
35
+ @include svg-fill($white);
36
+ }
37
+ &-white-2 {
38
+ @include svg-fill($white-2);
39
+ }
34
40
  &-muted {
35
41
  @include svg-fill($muted);
36
42
  }
@@ -43,15 +49,27 @@
43
49
  &-light-grey-6 {
44
50
  @include svg-fill($ta-light-grey-6);
45
51
  }
52
+ &-blue-8 {
53
+ @include svg-fill($blue-8);
54
+ }
46
55
  &-blue-13 {
47
56
  @include svg-fill($ta-blue-13);
48
57
  }
58
+ &-blue-17 {
59
+ @include svg-fill($ta-blue-17);
60
+ }
49
61
  &-blue-19 {
50
62
  @include svg-fill($ta-blue-19);
51
63
  }
52
64
  &-blue-26 {
53
65
  @include svg-fill($ta-blue-26);
54
66
  }
67
+ &-red-10 {
68
+ @include svg-fill($ta-red-10);
69
+ }
70
+ &-white-4 {
71
+ @include svg-fill($white-4);
72
+ }
55
73
  &-grey {
56
74
  @include svg-fill($bw5);
57
75
  }
@@ -65,15 +83,30 @@
65
83
 
66
84
  // Hovers
67
85
  &-hover {
86
+ &-white {
87
+ @include svg-hover($white);
88
+ }
89
+ &-white-2 {
90
+ @include svg-hover($white-2);
91
+ }
68
92
  &-muted {
69
93
  @include svg-hover($muted);
70
94
  }
95
+ &-grey-4 {
96
+ @include svg-hover($grey-4);
97
+ }
71
98
  &-black {
72
99
  @include svg-hover($ta-black);
73
100
  }
101
+ &-blue-10 {
102
+ @include svg-hover($blue-10);
103
+ }
74
104
  &-blue-15 {
75
105
  @include svg-hover($ta-blue-15);
76
106
  }
107
+ &-blue-19 {
108
+ @include svg-hover($ta-blue-19);
109
+ }
77
110
  &-bw6-2 {
78
111
  @include svg-hover($bw6-2);
79
112
  }
@@ -87,6 +120,9 @@
87
120
 
88
121
  // Sizes
89
122
  &-size {
123
+ &-10 {
124
+ @include svg-size(10px, 10px);
125
+ }
90
126
  &-12 {
91
127
  @include svg-size(12px, 12px);
92
128
  }
@@ -102,6 +138,9 @@
102
138
  &-22 {
103
139
  @include svg-size(22px, 22px);
104
140
  }
141
+ &-26 {
142
+ @include svg-size(26px, 26px);
143
+ }
105
144
  &-44-16 {
106
145
  @include svg-size(44px, 16px);
107
146
  }
@@ -0,0 +1,59 @@
1
+ $padding-sizes: 2, 4;
2
+ $padding-x-sizes: 4, 5;
3
+ $margin-sizes: 4, 6, 24;
4
+ $gap-sizes: xs;
5
+ $height-sizes: 1;
6
+
7
+ .padding {
8
+ @each $size in $padding-sizes {
9
+ &-#{$size} {
10
+ padding: #{$size}px;
11
+ }
12
+ }
13
+
14
+ &-y {
15
+ @each $size in $padding-sizes {
16
+ &-#{$size} {
17
+ padding-top: #{$size}px;
18
+ padding-bottom: #{$size}px;
19
+ }
20
+ }
21
+ }
22
+
23
+ &-x {
24
+ @each $size in $padding-x-sizes {
25
+ &-#{$size} {
26
+ padding-left: #{$size}px;
27
+ padding-right: #{$size}px;
28
+ }
29
+ }
30
+ }
31
+ }
32
+
33
+ .margin {
34
+ @each $size in $margin-sizes {
35
+ &-t-#{$size} {
36
+ margin-top: #{$size}px;
37
+ }
38
+ &-r-#{$size} {
39
+ margin-right: #{$size}px;
40
+ }
41
+ &-b-#{$size} {
42
+ margin-bottom: #{$size}px;
43
+ }
44
+ }
45
+ }
46
+
47
+ .gap {
48
+ @each $size in $gap-sizes {
49
+ &-#{$size} {
50
+ gap: 2px;
51
+ }
52
+ }
53
+ }
54
+
55
+ @each $size in $height-sizes {
56
+ .height-#{$size} {
57
+ height: #{$size}px;
58
+ }
59
+ }
@@ -10,6 +10,10 @@
10
10
  @import './text-selection.scss';
11
11
  @import './text-size.scss';
12
12
  @import './icons.scss';
13
+ @import './background.scss';
14
+ @import './border-radius.scss';
15
+ @import './spacing.scss';
16
+ @import './filters.scss';
13
17
 
14
18
  /* You can add global styles to this file, and also import other style files */
15
19
 
@@ -59,6 +63,23 @@ html {
59
63
  }
60
64
  }
61
65
 
62
- .cursor-pointer {
66
+ .c-pointer {
63
67
  cursor: pointer;
68
+ }
69
+
70
+ .ca-scroll-bar {
71
+ overflow-y: scroll;
72
+
73
+ &::-webkit-scrollbar {
74
+ width: 2px;
75
+ }
76
+
77
+ &::-webkit-scrollbar-thumb {
78
+ background: $ta-light-grey-6;
79
+ border-radius: 1px;
80
+ }
81
+
82
+ &::-webkit-scrollbar-track {
83
+ background: $ta-black-2;
84
+ }
64
85
  }
@@ -86,6 +86,21 @@
86
86
  }
87
87
  }
88
88
 
89
+
90
+ &-blue-16 {
91
+ color: $ta-blue-16 !important;
92
+
93
+ &::-moz-selection {
94
+ background: rgb(102, 146, 24, 0.2) !important;
95
+ color: $ta-blue-16 !important;
96
+ }
97
+
98
+ &::selection {
99
+ background: rgb(102, 146, 24, 0.2) !important;
100
+ color: $ta-blue-16 !important;
101
+ }
102
+ }
103
+
89
104
  &-blue-18 {
90
105
  color: $ta-blue-18 !important;
91
106
 
@@ -55,6 +55,7 @@ $fallback-font: 'sans-serif';
55
55
  $text-color: #656565;
56
56
  // Transition variable
57
57
  $transition: all 0.3s ease-in-out;
58
+ $transitionDuration: 0.3s ease-in-out;
58
59
 
59
60
  //Scale size
60
61
  $scaleSize: 1.1;
@@ -277,7 +278,6 @@ $ta-purple-1: #b370f0;
277
278
 
278
279
  //Color Variables
279
280
 
280
- $white: #dadada;
281
281
  $white-2: #ffffff;
282
282
  $white-3: #ebebeb;
283
283
  $white-4: #ffffffb2;
@@ -37,7 +37,12 @@ import { CaTooltipListComponent } from './components/ca-tooltip-list/ca-tooltip-
37
37
  import { CaUploadFilesComponent } from './components/ca-upload-files/ca-upload-files.component';
38
38
  import { CaRightSidePanelCompanyComponent } from './components/ca-right-side-panel/components/ca-right-side-panel-company/ca-right-side-panel-company.component';
39
39
  import { CaProgressRangeComponent } from './components/ca-progress-range/ca-progress-range.component';
40
- import { InputTestComponent } from './components/ca-input-test/input-test.component';
40
+ import { CaFilterDropdownComponent } from './components/ca-new-filter/ca-filter-dropdown.component';
41
+ import { CaFilterStateDropdownComponent } from './components/ca-new-filter/components/ca-filter-state-dropdown/ca-filter-state-dropdown.component';
42
+ import { CaFilterTimeDropdownComponent } from './components/ca-new-filter/components/ca-filter-time-dropdown/ca-filter-time-dropdown.component';
43
+ import { CaFilterListDropdownComponent } from './components/ca-new-filter/components/ca-filter-list-dropdown/ca-filter-list-dropdown.component';
44
+ import { InputTestComponent } from './components/ca-input/input-test/input-test.component';
45
+ import { CaCheckboxComponent } from './components/ca-checkbox/ca-checkbox.component';
41
46
  import * as i0 from "@angular/core";
42
47
  export class CaComponentsLibModule {
43
48
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CaComponentsLibModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
@@ -47,6 +52,10 @@ export class CaComponentsLibModule {
47
52
  CaAppTooltipV2Component,
48
53
  CaDetailsDropdownComponent,
49
54
  CaFilterComponent,
55
+ CaFilterDropdownComponent,
56
+ CaFilterStateDropdownComponent,
57
+ CaFilterTimeDropdownComponent,
58
+ CaFilterListDropdownComponent,
50
59
  CaInputComponent,
51
60
  CaInputDatetimePickerComponent,
52
61
  CaInputRadiobuttonsComponent,
@@ -78,11 +87,16 @@ export class CaComponentsLibModule {
78
87
  CaRightSidePanelCompanyComponent,
79
88
  CaProgressRangeComponent,
80
89
  CaTooltipListComponent,
81
- InputTestComponent], exports: [CaProfileImageComponent,
90
+ InputTestComponent,
91
+ CaCheckboxComponent], exports: [CaProfileImageComponent,
82
92
  CaAppTooltipV2Component,
83
93
  CaDetailsDropdownComponent,
84
94
  CaRatingReviewComponent,
85
95
  CaFilterComponent,
96
+ CaFilterDropdownComponent,
97
+ CaFilterStateDropdownComponent,
98
+ CaFilterTimeDropdownComponent,
99
+ CaFilterListDropdownComponent,
86
100
  CaInputComponent,
87
101
  CaInputDatetimePickerComponent,
88
102
  CaInputRadiobuttonsComponent,
@@ -113,13 +127,18 @@ export class CaComponentsLibModule {
113
127
  CaProgressRangeComponent,
114
128
  CaTooltipListComponent,
115
129
  CaInputAddressDropdownComponent,
116
- InputTestComponent] }); }
130
+ InputTestComponent,
131
+ CaCheckboxComponent] }); }
117
132
  static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CaComponentsLibModule, providers: [CaSearchMultipleStatesService], imports: [CommonModule,
118
133
  CaProfileImageComponent,
119
134
  CaRatingReviewComponent,
120
135
  CaAppTooltipV2Component,
121
136
  CaDetailsDropdownComponent,
122
137
  CaFilterComponent,
138
+ CaFilterDropdownComponent,
139
+ CaFilterStateDropdownComponent,
140
+ CaFilterTimeDropdownComponent,
141
+ CaFilterListDropdownComponent,
123
142
  CaInputComponent,
124
143
  CaInputDatetimePickerComponent,
125
144
  CaInputRadiobuttonsComponent,
@@ -151,7 +170,8 @@ export class CaComponentsLibModule {
151
170
  CaRightSidePanelCompanyComponent,
152
171
  CaProgressRangeComponent,
153
172
  CaTooltipListComponent,
154
- InputTestComponent] }); }
173
+ InputTestComponent,
174
+ CaCheckboxComponent] }); }
155
175
  }
156
176
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CaComponentsLibModule, decorators: [{
157
177
  type: NgModule,
@@ -164,6 +184,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
164
184
  CaAppTooltipV2Component,
165
185
  CaDetailsDropdownComponent,
166
186
  CaFilterComponent,
187
+ CaFilterDropdownComponent,
188
+ CaFilterStateDropdownComponent,
189
+ CaFilterTimeDropdownComponent,
190
+ CaFilterListDropdownComponent,
167
191
  CaInputComponent,
168
192
  CaInputDatetimePickerComponent,
169
193
  CaInputRadiobuttonsComponent,
@@ -196,6 +220,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
196
220
  CaProgressRangeComponent,
197
221
  CaTooltipListComponent,
198
222
  InputTestComponent,
223
+ CaCheckboxComponent,
199
224
  ],
200
225
  providers: [CaSearchMultipleStatesService],
201
226
  exports: [
@@ -204,6 +229,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
204
229
  CaDetailsDropdownComponent,
205
230
  CaRatingReviewComponent,
206
231
  CaFilterComponent,
232
+ CaFilterDropdownComponent,
233
+ CaFilterStateDropdownComponent,
234
+ CaFilterTimeDropdownComponent,
235
+ CaFilterListDropdownComponent,
207
236
  CaInputComponent,
208
237
  CaInputDatetimePickerComponent,
209
238
  CaInputRadiobuttonsComponent,
@@ -235,7 +264,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
235
264
  CaTooltipListComponent,
236
265
  CaInputAddressDropdownComponent,
237
266
  InputTestComponent,
267
+ CaCheckboxComponent,
238
268
  ],
239
269
  }]
240
270
  }] });
241
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2EtY29tcG9uZW50cy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY2EtY29tcG9uZW50cy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sMERBQTBELENBQUM7QUFDbkcsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sNERBQTRELENBQUM7QUFDckcsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sZ0VBQWdFLENBQUM7QUFDNUcsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sNkNBQTZDLENBQUM7QUFDaEYsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sMENBQTBDLENBQUM7QUFDNUUsT0FBTyxFQUFFLDhCQUE4QixFQUFFLE1BQU0sMEVBQTBFLENBQUM7QUFDMUgsT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0sb0VBQW9FLENBQUM7QUFDbEgsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHNDQUFzQyxDQUFDO0FBQ3RFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLHdEQUF3RCxDQUFDO0FBQ2hHLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztBQUN6RSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSw0REFBNEQsQ0FBQztBQUN0RyxPQUFPLEVBQUUscUNBQXFDLEVBQUUsTUFBTSwwRkFBMEYsQ0FBQztBQUNqSixPQUFPLEVBQUUsMENBQTBDLEVBQUUsTUFBTSxzR0FBc0csQ0FBQztBQUNsSyxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSwwRUFBMEUsQ0FBQztBQUN4SCxPQUFPLEVBQUUsb0JBQW9CLEVB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QWdCO3dCQUNoQix1QkFBdUI7d0JBQ3ZCLHVCQUF1Qjt3QkFDdkIsc0JBQXNCO3dCQUN0QixnQ0FBZ0M7d0JBQ2hDLHdCQUF3Qjt3QkFDeEIsc0JBQXNCO3dCQUN0QiwrQkFBK0I7d0JBQy9CLGtCQUFrQjtxQkFDckI7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IENhUHJvZmlsZUltYWdlQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLXByb2ZpbGUtaW1hZ2UvY2EtcHJvZmlsZS1pbWFnZS5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FBcHBUb29sdGlwVjJDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtYXBwLXRvb2x0aXAtdjIvY2EtYXBwLXRvb2x0aXAtdjIuY29tcG9uZW50JztcbmltcG9ydCB7IENhRGV0YWlsc0Ryb3Bkb3duQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLWRldGFpbHMtZHJvcGRvd24vY2EtZGV0YWlscy1kcm9wZG93bi5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FGaWx0ZXJDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtZmlsdGVycy9jYS1maWx0ZXIuY29tcG9uZW50JztcbmltcG9ydCB7IENhSW5wdXRDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtaW5wdXQvY2EtaW5wdXQuY29tcG9uZW50JztcbmltcG9ydCB7IENhSW5wdXREYXRldGltZVBpY2tlckNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1pbnB1dC1kYXRldGltZS1waWNrZXIvY2EtaW5wdXQtZGF0ZXRpbWUtcGlja2VyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYUlucHV0UmFkaW9idXR0b25zQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLWlucHV0LXJhZGlvYnV0dG9ucy9jYS1pbnB1dC1yYWRpb2J1dHRvbnMuY29tcG9uZW50JztcbmltcG9ydCB7IENhTWFwQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLW1hcC9jYS1tYXAuY29tcG9uZW50JztcbmltcG9ydCB7IENhTWFwRHJvcGRvd25Db21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtbWFwLWRyb3Bkb3duL2NhLW1hcC1kcm9wZG93bi5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FOb3RlQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLW5vdGUvY2Etbm90ZS5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FOb3RlQ29udGFpbmVyQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLW5vdGUtY29udGFpbmVyL2NhLW5vdGUtY29udGFpbmVyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYVBheXJvbGxMaXN0U3VtbWFyeU92ZXJ2aWV3Q29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLXBheXJvbGwtbGlzdC1zdW1tYXJ5LW92ZXJ2aWV3L2NhLXBheXJvbGwtbGlzdC1zdW1tYXJ5LW92ZXJ2aWV3LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYVBheXJvbGxMaXN0U3VtbWFyeU92ZXJ2aWV3VGFibGVDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtcGF5cm9sbC1saXN0LXN1bW1hcnktb3ZlcnZpZXctdGFibGUvY2EtcGF5cm9sbC1saXN0LXN1bW1hcnktb3ZlcnZpZXctdGFibGUuY29tcG9uZW50JztcbmltcG9ydCB7IFBpY2t1cERlbGl2ZXJ5QmxvY2tDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtcGlja3VwLWRlbGl2ZXJ5LWJsb2NrL2NhLXBpY2t1cC1kZWxpdmVyeS1ibG9jay5jb21wb25lbnQnO1xuaW1wb3J0IHsgUHJvZ3Jlc3NCYXJDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtcHJvZ3Jlc3MtYmFyL2NhLXByb2dyZXNzLWJhci5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FTZWFyY2hNdWx0aXBsZVN0YXRlc0NvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1zZWFyY2gtbXVsdGlwbGUtc3RhdGVzL2NhLXNlYXJjaC1tdWx0aXBsZS1zdGF0ZXMuY29tcG9uZW50JztcbmltcG9ydCB7IENhU3Bpbm5lckNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1zcGlubmVyL2NhLXNwaW5uZXIuY29tcG9uZW50JztcbmltcG9ydCB7IENhVHJ1Y2tUcmFpbGVyUHJvZ3Jlc0JhckNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS10cnVjay10cmFpbGVyLXByb2dyZXNzLWJhci9jYS10cnVjay10cmFpbGVyLXByb2dyZXNzLWJhci5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FJbnB1dE5vdGVDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtaW5wdXQtbm90ZS9jYS1pbnB1dC1ub3RlLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYVBlcmlvZENvbnRlbnRDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtcGVyaW9kLWNvbnRlbnQvY2EtcGVyaW9kLWNvbnRlbnQuY29tcG9uZW50JztcbmltcG9ydCB7IENhSW5wdXRBZGRyZXNzRHJvcGRvd25Db21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtaW5wdXQtYWRkcmVzcy1kcm9wZG93bi9jYS1pbnB1dC1hZGRyZXNzLWRyb3Bkb3duLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYVNlYXJjaE11bHRpcGxlU3RhdGVzU2VydmljZSB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1zZWFyY2gtbXVsdGlwbGUtc3RhdGVzL3V0aWxzL3NlcnZpY2VzL3NlYXJjaC1tdWx0aXBsZS1zdGF0ZXMuc2VydmljZSc7XG5pbXBvcnQgeyBDYVJhdGluZ1Jldmlld0NvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1yYXRpbmctcmV2aWV3L2NhLXJhdGluZy1yZXZpZXcuY29tcG9uZW50JztcbmltcG9ydCB7IENhVG9kb0NvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS10b2RvL2NhLXRvZG8uY29tcG9uZW50JztcbmltcG9ydCB7IENhTWFpblRhYmxlQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLW1haW4tdGFibGUvY2EtbWFpbi10YWJsZS5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FBY3Rpdml0eUxvZ0xpc3RDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtYWN0aXZpdHktbG9nLWxpc3QvY2EtYWN0aXZpdHktbG9nLWxpc3QuY29tcG9uZW50JztcbmltcG9ydCB7IENhUmlnaHRTaWRlUGFuZWxNZW51Q29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLXJpZ2h0LXNpZGUtcGFuZWwvY29tcG9uZW50cy9jYS1yaWdodC1zaWRlLXBhbmVsLW1lbnUvY2EtcmlnaHQtc2lkZS1wYW5lbC1tZW51LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYVJpZ2h0U2lkZVBhbmVsVG9wQmFyQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLXJpZ2h0LXNpZGUtcGFuZWwvY29tcG9uZW50cy9jYS1yaWdodC1zaWRlLXBhbmVsLXRvcC1iYXIvY2EtcmlnaHQtc2lkZS1wYW5lbC10b3AtYmFyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYVJpZ2h0U2lkZVBhbmVsQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLXJpZ2h0LXNpZGUtcGFuZWwvY2EtcmlnaHQtc2lkZS1wYW5lbC5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FJbnB1dERyb3Bkb3duQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLWlucHV0LWRyb3Bkb3duL2NhLWlucHV0LWRyb3Bkb3duLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYUNoYXJ0Q29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLWNoYXJ0L2NhLWNoYXJ0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYURyb3Bkb3duTWVudUNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1kcm9wZG93bi1tZW51L2NhLWRyb3Bkb3duLW1lbnUuY29tcG9uZW50JztcbmltcG9ydCB7IENhQ2hhcnRNYW5hZ2VyQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLWNoYXJ0LW1hbmFnZXIvY2EtY2hhcnQtbWFuYWdlci5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FUb29sdGlwTGlzdENvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS10b29sdGlwLWxpc3QvY2EtdG9vbHRpcC1saXN0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYVVwbG9hZEZpbGVzQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLXVwbG9hZC1maWxlcy9jYS11cGxvYWQtZmlsZXMuY29tcG9uZW50JztcbmltcG9ydCB7IENhUmlnaHRTaWRlUGFuZWxDb21wYW55Q29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLXJpZ2h0LXNpZGUtcGFuZWwvY29tcG9uZW50cy9jYS1yaWdodC1zaWRlLXBhbmVsLWNvbXBhbnkvY2EtcmlnaHQtc2lkZS1wYW5lbC1jb21wYW55LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYVByb2dyZXNzUmFuZ2VDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtcHJvZ3Jlc3MtcmFuZ2UvY2EtcHJvZ3Jlc3MtcmFuZ2UuY29tcG9uZW50JztcbmltcG9ydCB7IElucHV0VGVzdENvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1pbnB1dC10ZXN0L2lucHV0LXRlc3QuY29tcG9uZW50JztcbkBOZ01vZHVsZSh7XG4gICAgZGVjbGFyYXRpb25zOiBbXSxcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIENvbW1vbk1vZHVsZSxcbiAgICAgICAgQ2FQcm9maWxlSW1hZ2VDb21wb25lbnQsXG4gICAgICAgIENhUmF0aW5nUmV2aWV3Q29tcG9uZW50LFxuICAgICAgICBDYUFwcFRvb2x0aXBWMkNvbXBvbmVudCxcbiAgICAgICAgQ2FEZXRhaWxzRHJvcGRvd25Db21wb25lbnQsXG4gICAgICAgIENhRmlsdGVyQ29tcG9uZW50LFxuICAgICAgICBDYUlucHV0Q29tcG9uZW50LFxuICAgICAgICBDYUlucHV0RGF0ZXRpbWVQaWNrZXJDb21wb25lbnQsXG4gICAgICAgIENhSW5wdXRSYWRpb2J1dHRvbnNDb21wb25lbnQsXG4gICAgICAgIENhSW5wdXREcm9wZG93bkNvbXBvbmVudCxcbiAgICAgICAgQ2FNYXBDb21wb25lbnQsXG4gICAgICAgIENhTWFwRHJvcGRvd25Db21wb25lbnQsXG4gICAgICAgIENhTm90ZUNvbXBvbmVudCxcbiAgICAgICAgQ2FOb3RlQ29udGFpbmVyQ29tcG9uZW50LFxuICAgICAgICBDYVBheXJvbGxMaXN0U3VtbWFyeU92ZXJ2aWV3Q29tcG9uZW50LFxuICAgICAgICBDYVBheXJvbGxMaXN0U3VtbWFyeU92ZXJ2aWV3VGFibGVDb21wb25lbnQsXG4gICAgICAgIFBpY2t1cERlbGl2ZXJ5QmxvY2tDb21wb25lbnQsXG4gICAgICAgIFByb2dyZXNzQmFyQ29tcG9uZW50LFxuICAgICAgICBDYVNlYXJjaE11bHRpcGxlU3RhdGVzQ29tcG9uZW50LFxuICAgICAgICBDYVNwaW5uZXJDb21wb25lbnQsXG4gICAgICAgIENhVG9kb0NvbXBvbmVudCxcbiAgICAgICAgQ2FUcnVja1RyYWlsZXJQcm9ncmVzQmFyQ29tcG9uZW50LFxuICAgICAgICBDYVBlcmlvZENvbnRlbnRDb21wb25lbnQsXG4gICAgICAgIENhSW5wdXROb3RlQ29tcG9uZW50LFxuICAgICAgICBDYUlucHV0QWRkcmVzc0Ryb3Bkb3duQ29tcG9uZW50LFxuICAgICAgICBDYU1haW5UYWJsZUNvbXBvbmVudCxcbiAgICAgICAgQ2FBY3Rpdml0eUxvZ0xpc3RDb21wb25lbnQsXG4gICAgICAgIENhUmlnaHRTaWRlUGFuZWxNZW51Q29tcG9uZW50LFxuICAgICAgICBDYVJpZ2h0U2lkZVBhbmVsVG9wQmFyQ29tcG9uZW50LFxuICAgICAgICBDYVJpZ2h0U2lkZVBhbmVsQ29tcG9uZW50LFxuICAgICAgICBDYUNoYXJ0Q29tcG9uZW50LFxuICAgICAgICBDYUNoYXJ0TWFuYWdlckNvbXBvbmVudCxcbiAgICAgICAgQ2FEcm9wZG93bk1lbnVDb21wb25lbnQsXG4gICAgICAgIENhVXBsb2FkRmlsZXNDb21wb25lbnQsXG4gICAgICAgIENhUmlnaHRTaWRlUGFuZWxDb21wYW55Q29tcG9uZW50LFxuICAgICAgICBDYVByb2dyZXNzUmFuZ2VDb21wb25lbnQsXG4gICAgICAgIENhVG9vbHRpcExpc3RDb21wb25lbnQsXG4gICAgICAgIElucHV0VGVzdENvbXBvbmVudCxcbiAgICBdLFxuICAgIHByb3ZpZGVyczogW0NhU2VhcmNoTXVsdGlwbGVTdGF0ZXNTZXJ2aWNlXSxcbiAgICBleHBvcnRzOiBbXG4gICAgICAgIENhUHJvZmlsZUltYWdlQ29tcG9uZW50LFxuICAgICAgICBDYUFwcFRvb2x0aXBWMkNvbXBvbmVudCxcbiAgICAgICAgQ2FEZXRhaWxzRHJvcGRvd25Db21wb25lbnQsXG4gICAgICAgIENhUmF0aW5nUmV2aWV3Q29tcG9uZW50LFxuICAgICAgICBDYUZpbHRlckNvbXBvbmVudCxcbiAgICAgICAgQ2FJbnB1dENvbXBvbmVudCxcbiAgICAgICAgQ2FJbnB1dERhdGV0aW1lUGlja2VyQ29tcG9uZW50LFxuICAgICAgICBDYUlucHV0UmFkaW9idXR0b25zQ29tcG9uZW50LFxuICAgICAgICBDYUlucHV0RHJvcGRvd25Db21wb25lbnQsXG4gICAgICAgIENhTWFwQ29tcG9uZW50LFxuICAgICAgICBDYU1hcERyb3Bkb3duQ29tcG9uZW50LFxuICAgICAgICBDYU5vdGVDb21wb25lbnQsXG4gICAgICAgIENhTm90ZUNvbnRhaW5lckNvbXBvbmVudCxcbiAgICAgICAgQ2FQYXlyb2xsTGlzdFN1bW1hcnlPdmVydmlld0NvbXBvbmVudCxcbiAgICAgICAgQ2FQYXlyb2xsTGlzdFN1bW1hcnlPdmVydmlld1RhYmxlQ29tcG9uZW50LFxuICAgICAgICBQaWNrdXBEZWxpdmVyeUJsb2NrQ29tcG9uZW50LFxuICAgICAgICBQcm9ncmVzc0JhckNvbXBvbmVudCxcbiAgICAgICAgQ2FTZWFyY2hNdWx0aXBsZVN0YXRlc0NvbXBvbmVudCxcbiAgICAgICAgQ2FTcGlubmVyQ29tcG9uZW50LFxuICAgICAgICBDYVRydWNrVHJhaWxlclByb2dyZXNCYXJDb21wb25lbnQsXG4gICAgICAgIENhUGVyaW9kQ29udGVudENvbXBvbmVudCxcbiAgICAgICAgQ2FJbnB1dE5vdGVDb21wb25lbnQsXG4gICAgICAgIENhTWFpblRhYmxlQ29tcG9uZW50LFxuICAgICAgICBDYUFjdGl2aXR5TG9nTGlzdENvbXBvbmVudCxcbiAgICAgICAgQ2FSaWdodFNpZGVQYW5lbE1lbnVDb21wb25lbnQsXG4gICAgICAgIENhUmlnaHRTaWRlUGFuZWxUb3BCYXJDb21wb25lbnQsXG4gICAgICAgIENhUmlnaHRTaWRlUGFuZWxDb21wb25lbnQsXG4gICAgICAgIENhQ2hhcnRDb21wb25lbnQsXG4gICAgICAgIENhQ2hhcnRNYW5hZ2VyQ29tcG9uZW50LFxuICAgICAgICBDYURyb3Bkb3duTWVudUNvbXBvbmVudCxcbiAgICAgICAgQ2FVcGxvYWRGaWxlc0NvbXBvbmVudCxcbiAgICAgICAgQ2FSaWdodFNpZGVQYW5lbENvbXBhbnlDb21wb25lbnQsXG4gICAgICAgIENhUHJvZ3Jlc3NSYW5nZUNvbXBvbmVudCxcbiAgICAgICAgQ2FUb29sdGlwTGlzdENvbXBvbmVudCxcbiAgICAgICAgQ2FJbnB1dEFkZHJlc3NEcm9wZG93bkNvbXBvbmVudCxcbiAgICAgICAgSW5wdXRUZXN0Q29tcG9uZW50LFxuICAgIF0sXG59KVxuZXhwb3J0IGNsYXNzIENhQ29tcG9uZW50c0xpYk1vZHVsZSB7fVxuIl19
271
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2EtY29tcG9uZW50cy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY2EtY29tcG9uZW50cy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sMERBQTBELENBQUM7QUFDbkcsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sNERBQTRELENBQUM7QUFDckcsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sZ0VBQWdFLENBQUM7QUFDNUcsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sNkNBQTZDLENBQUM7QUFDaEYsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sMENBQTBDLENBQUM7QUFDNUUsT0FBTyxFQUFFLDhCQUE4QixFQUFFLE1BQU0sMEVBQTBFLENBQUM7QUFDMUgsT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0sb0VBQW9FLENBQUM7QUFDbEgsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHNDQUFzQyxDQUFDO0FBQ3RFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLHdEQUF3RCxDQUFDO0FBQ2hHLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztBQUN6RSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSw0REFBNEQsQ0FBQztBQUN0RyxPQUFPLEVBQUUscUNBQXFDLEVBQUUsTUFBTSwwRkFBMEYsQ0FBQztBQUNqSixPQUFPLEVBQUUsMENBQTBDLEVBQUUsTUFBTSxzR0FBc0csQ0FBQztBQUNsSyxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSwwRUFBMEUsQ0FBQztBQUN4SCxPQUFPLEVBQUUsb0JBQW9CLEVB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aEMsd0JBQXdCO3dCQUN4QixzQkFBc0I7d0JBQ3RCLGtCQUFrQjt3QkFDbEIsbUJBQW1CO3FCQUN0QjtvQkFDRCxTQUFTLEVBQUUsQ0FBQyw2QkFBNkIsQ0FBQztvQkFDMUMsT0FBTyxFQUFFO3dCQUNMLHVCQUF1Qjt3QkFDdkIsdUJBQXVCO3dCQUN2QiwwQkFBMEI7d0JBQzFCLHVCQUF1Qjt3QkFDdkIsaUJBQWlCO3dCQUNqQix5QkFBeUI7d0JBQ3pCLDhCQUE4Qjt3QkFDOUIsNkJBQTZCO3dCQUM3Qiw2QkFBNkI7d0JBQzdCLGdCQUFnQjt3QkFDaEIsOEJBQThCO3dCQUM5Qiw0QkFBNEI7d0JBQzVCLHdCQUF3Qjt3QkFDeEIsY0FBYzt3QkFDZCxzQkFBc0I7d0JBQ3RCLGVBQWU7d0JBQ2Ysd0JBQXdCO3dCQUN4QixxQ0FBcUM7d0JBQ3JDLDBDQUEwQzt3QkFDMUMsNEJBQTRCO3dCQUM1QixvQkFBb0I7d0JBQ3BCLCtCQUErQjt3QkFDL0Isa0JBQWtCO3dCQUNsQixpQ0FBaUM7d0JBQ2pDLHdCQUF3Qjt3QkFDeEIsb0JBQW9CO3dCQUNwQixvQkFBb0I7d0JBQ3BCLDBCQUEwQjt3QkFDMUIsNkJBQTZCO3dCQUM3QiwrQkFBK0I7d0JBQy9CLHlCQUF5Qjt3QkFDekIsZ0JBQWdCO3dCQUNoQix1QkFBdUI7d0JBQ3ZCLHVCQUF1Qjt3QkFDdkIsc0JBQXNCO3dCQUN0QixnQ0FBZ0M7d0JBQ2hDLHdCQUF3Qjt3QkFDeEIsc0JBQXNCO3dCQUN0QiwrQkFBK0I7d0JBQy9CLGtCQUFrQjt3QkFDbEIsbUJBQW1CO3FCQUN0QjtpQkFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQ2FQcm9maWxlSW1hZ2VDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtcHJvZmlsZS1pbWFnZS9jYS1wcm9maWxlLWltYWdlLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYUFwcFRvb2x0aXBWMkNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1hcHAtdG9vbHRpcC12Mi9jYS1hcHAtdG9vbHRpcC12Mi5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FEZXRhaWxzRHJvcGRvd25Db21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtZGV0YWlscy1kcm9wZG93bi9jYS1kZXRhaWxzLWRyb3Bkb3duLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYUZpbHRlckNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1maWx0ZXJzL2NhLWZpbHRlci5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FJbnB1dENvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1pbnB1dC9jYS1pbnB1dC5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FJbnB1dERhdGV0aW1lUGlja2VyQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLWlucHV0LWRhdGV0aW1lLXBpY2tlci9jYS1pbnB1dC1kYXRldGltZS1waWNrZXIuY29tcG9uZW50JztcbmltcG9ydCB7IENhSW5wdXRSYWRpb2J1dHRvbnNDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtaW5wdXQtcmFkaW9idXR0b25zL2NhLWlucHV0LXJhZGlvYnV0dG9ucy5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FNYXBDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtbWFwL2NhLW1hcC5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FNYXBEcm9wZG93bkNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1tYXAtZHJvcGRvd24vY2EtbWFwLWRyb3Bkb3duLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYU5vdGVDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2Etbm90ZS9jYS1ub3RlLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYU5vdGVDb250YWluZXJDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2Etbm90ZS1jb250YWluZXIvY2Etbm90ZS1jb250YWluZXIuY29tcG9uZW50JztcbmltcG9ydCB7IENhUGF5cm9sbExpc3RTdW1tYXJ5T3ZlcnZpZXdDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtcGF5cm9sbC1saXN0LXN1bW1hcnktb3ZlcnZpZXcvY2EtcGF5cm9sbC1saXN0LXN1bW1hcnktb3ZlcnZpZXcuY29tcG9uZW50JztcbmltcG9ydCB7IENhUGF5cm9sbExpc3RTdW1tYXJ5T3ZlcnZpZXdUYWJsZUNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1wYXlyb2xsLWxpc3Qtc3VtbWFyeS1vdmVydmlldy10YWJsZS9jYS1wYXlyb2xsLWxpc3Qtc3VtbWFyeS1vdmVydmlldy10YWJsZS5jb21wb25lbnQnO1xuaW1wb3J0IHsgUGlja3VwRGVsaXZlcnlCbG9ja0NvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1waWNrdXAtZGVsaXZlcnktYmxvY2svY2EtcGlja3VwLWRlbGl2ZXJ5LWJsb2NrLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBQcm9ncmVzc0JhckNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1wcm9ncmVzcy1iYXIvY2EtcHJvZ3Jlc3MtYmFyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYVNlYXJjaE11bHRpcGxlU3RhdGVzQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLXNlYXJjaC1tdWx0aXBsZS1zdGF0ZXMvY2Etc2VhcmNoLW11bHRpcGxlLXN0YXRlcy5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FTcGlubmVyQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLXNwaW5uZXIvY2Etc3Bpbm5lci5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FUcnVja1RyYWlsZXJQcm9ncmVzQmFyQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLXRydWNrLXRyYWlsZXItcHJvZ3Jlc3MtYmFyL2NhLXRydWNrLXRyYWlsZXItcHJvZ3Jlc3MtYmFyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYUlucHV0Tm90ZUNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1pbnB1dC1ub3RlL2NhLWlucHV0LW5vdGUuY29tcG9uZW50JztcbmltcG9ydCB7IENhUGVyaW9kQ29udGVudENvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1wZXJpb2QtY29udGVudC9jYS1wZXJpb2QtY29udGVudC5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FJbnB1dEFkZHJlc3NEcm9wZG93bkNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1pbnB1dC1hZGRyZXNzLWRyb3Bkb3duL2NhLWlucHV0LWFkZHJlc3MtZHJvcGRvd24uY29tcG9uZW50JztcbmltcG9ydCB7IENhU2VhcmNoTXVsdGlwbGVTdGF0ZXNTZXJ2aWNlIH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLXNlYXJjaC1tdWx0aXBsZS1zdGF0ZXMvdXRpbHMvc2VydmljZXMvc2VhcmNoLW11bHRpcGxlLXN0YXRlcy5zZXJ2aWNlJztcbmltcG9ydCB7IENhUmF0aW5nUmV2aWV3Q29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLXJhdGluZy1yZXZpZXcvY2EtcmF0aW5nLXJldmlldy5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FUb2RvQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLXRvZG8vY2EtdG9kby5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FNYWluVGFibGVDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtbWFpbi10YWJsZS9jYS1tYWluLXRhYmxlLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYUFjdGl2aXR5TG9nTGlzdENvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1hY3Rpdml0eS1sb2ctbGlzdC9jYS1hY3Rpdml0eS1sb2ctbGlzdC5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FSaWdodFNpZGVQYW5lbE1lbnVDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtcmlnaHQtc2lkZS1wYW5lbC9jb21wb25lbnRzL2NhLXJpZ2h0LXNpZGUtcGFuZWwtbWVudS9jYS1yaWdodC1zaWRlLXBhbmVsLW1lbnUuY29tcG9uZW50JztcbmltcG9ydCB7IENhUmlnaHRTaWRlUGFuZWxUb3BCYXJDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtcmlnaHQtc2lkZS1wYW5lbC9jb21wb25lbnRzL2NhLXJpZ2h0LXNpZGUtcGFuZWwtdG9wLWJhci9jYS1yaWdodC1zaWRlLXBhbmVsLXRvcC1iYXIuY29tcG9uZW50JztcbmltcG9ydCB7IENhUmlnaHRTaWRlUGFuZWxDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtcmlnaHQtc2lkZS1wYW5lbC9jYS1yaWdodC1zaWRlLXBhbmVsLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYUlucHV0RHJvcGRvd25Db21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtaW5wdXQtZHJvcGRvd24vY2EtaW5wdXQtZHJvcGRvd24uY29tcG9uZW50JztcbmltcG9ydCB7IENhQ2hhcnRDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtY2hhcnQvY2EtY2hhcnQuY29tcG9uZW50JztcbmltcG9ydCB7IENhRHJvcGRvd25NZW51Q29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLWRyb3Bkb3duLW1lbnUvY2EtZHJvcGRvd24tbWVudS5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FDaGFydE1hbmFnZXJDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtY2hhcnQtbWFuYWdlci9jYS1jaGFydC1tYW5hZ2VyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYVRvb2x0aXBMaXN0Q29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLXRvb2x0aXAtbGlzdC9jYS10b29sdGlwLWxpc3QuY29tcG9uZW50JztcbmltcG9ydCB7IENhVXBsb2FkRmlsZXNDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtdXBsb2FkLWZpbGVzL2NhLXVwbG9hZC1maWxlcy5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FSaWdodFNpZGVQYW5lbENvbXBhbnlDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtcmlnaHQtc2lkZS1wYW5lbC9jb21wb25lbnRzL2NhLXJpZ2h0LXNpZGUtcGFuZWwtY29tcGFueS9jYS1yaWdodC1zaWRlLXBhbmVsLWNvbXBhbnkuY29tcG9uZW50JztcbmltcG9ydCB7IENhUHJvZ3Jlc3NSYW5nZUNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1wcm9ncmVzcy1yYW5nZS9jYS1wcm9ncmVzcy1yYW5nZS5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FGaWx0ZXJEcm9wZG93bkNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1uZXctZmlsdGVyL2NhLWZpbHRlci1kcm9wZG93bi5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FGaWx0ZXJTdGF0ZURyb3Bkb3duQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLW5ldy1maWx0ZXIvY29tcG9uZW50cy9jYS1maWx0ZXItc3RhdGUtZHJvcGRvd24vY2EtZmlsdGVyLXN0YXRlLWRyb3Bkb3duLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYUZpbHRlclRpbWVEcm9wZG93bkNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1uZXctZmlsdGVyL2NvbXBvbmVudHMvY2EtZmlsdGVyLXRpbWUtZHJvcGRvd24vY2EtZmlsdGVyLXRpbWUtZHJvcGRvd24uY29tcG9uZW50JztcbmltcG9ydCB7IENhRmlsdGVyTGlzdERyb3Bkb3duQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLW5ldy1maWx0ZXIvY29tcG9uZW50cy9jYS1maWx0ZXItbGlzdC1kcm9wZG93bi9jYS1maWx0ZXItbGlzdC1kcm9wZG93bi5jb21wb25lbnQnO1xuXG5pbXBvcnQgeyBJbnB1dFRlc3RDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtaW5wdXQvaW5wdXQtdGVzdC9pbnB1dC10ZXN0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYUNoZWNrYm94Q29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLWNoZWNrYm94L2NhLWNoZWNrYm94LmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gICAgZGVjbGFyYXRpb25zOiBbXSxcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIENvbW1vbk1vZHVsZSxcbiAgICAgICAgQ2FQcm9maWxlSW1hZ2VDb21wb25lbnQsXG4gICAgICAgIENhUmF0aW5nUmV2aWV3Q29tcG9uZW50LFxuICAgICAgICBDYUFwcFRvb2x0aXBWMkNvbXBvbmVudCxcbiAgICAgICAgQ2FEZXRhaWxzRHJvcGRvd25Db21wb25lbnQsXG4gICAgICAgIENhRmlsdGVyQ29tcG9uZW50LFxuICAgICAgICBDYUZpbHRlckRyb3Bkb3duQ29tcG9uZW50LFxuICAgICAgICBDYUZpbHRlclN0YXRlRHJvcGRvd25Db21wb25lbnQsXG4gICAgICAgIENhRmlsdGVyVGltZURyb3Bkb3duQ29tcG9uZW50LFxuICAgICAgICBDYUZpbHRlckxpc3REcm9wZG93bkNvbXBvbmVudCxcbiAgICAgICAgQ2FJbnB1dENvbXBvbmVudCxcbiAgICAgICAgQ2FJbnB1dERhdGV0aW1lUGlja2VyQ29tcG9uZW50LFxuICAgICAgICBDYUlucHV0UmFkaW9idXR0b25zQ29tcG9uZW50LFxuICAgICAgICBDYUlucHV0RHJvcGRvd25Db21wb25lbnQsXG4gICAgICAgIENhTWFwQ29tcG9uZW50LFxuICAgICAgICBDYU1hcERyb3Bkb3duQ29tcG9uZW50LFxuICAgICAgICBDYU5vdGVDb21wb25lbnQsXG4gICAgICAgIENhTm90ZUNvbnRhaW5lckNvbXBvbmVudCxcbiAgICAgICAgQ2FQYXlyb2xsTGlzdFN1bW1hcnlPdmVydmlld0NvbXBvbmVudCxcbiAgICAgICAgQ2FQYXlyb2xsTGlzdFN1bW1hcnlPdmVydmlld1RhYmxlQ29tcG9uZW50LFxuICAgICAgICBQaWNrdXBEZWxpdmVyeUJsb2NrQ29tcG9uZW50LFxuICAgICAgICBQcm9ncmVzc0JhckNvbXBvbmVudCxcbiAgICAgICAgQ2FTZWFyY2hNdWx0aXBsZVN0YXRlc0NvbXBvbmVudCxcbiAgICAgICAgQ2FTcGlubmVyQ29tcG9uZW50LFxuICAgICAgICBDYVRvZG9Db21wb25lbnQsXG4gICAgICAgIENhVHJ1Y2tUcmFpbGVyUHJvZ3Jlc0JhckNvbXBvbmVudCxcbiAgICAgICAgQ2FQZXJpb2RDb250ZW50Q29tcG9uZW50LFxuICAgICAgICBDYUlucHV0Tm90ZUNvbXBvbmVudCxcbiAgICAgICAgQ2FJbnB1dEFkZHJlc3NEcm9wZG93bkNvbXBvbmVudCxcbiAgICAgICAgQ2FNYWluVGFibGVDb21wb25lbnQsXG4gICAgICAgIENhQWN0aXZpdHlMb2dMaXN0Q29tcG9uZW50LFxuICAgICAgICBDYVJpZ2h0U2lkZVBhbmVsTWVudUNvbXBvbmVudCxcbiAgICAgICAgQ2FSaWdodFNpZGVQYW5lbFRvcEJhckNvbXBvbmVudCxcbiAgICAgICAgQ2FSaWdodFNpZGVQYW5lbENvbXBvbmVudCxcbiAgICAgICAgQ2FDaGFydENvbXBvbmVudCxcbiAgICAgICAgQ2FDaGFydE1hbmFnZXJDb21wb25lbnQsXG4gICAgICAgIENhRHJvcGRvd25NZW51Q29tcG9uZW50LFxuICAgICAgICBDYVVwbG9hZEZpbGVzQ29tcG9uZW50LFxuICAgICAgICBDYVJpZ2h0U2lkZVBhbmVsQ29tcGFueUNvbXBvbmVudCxcbiAgICAgICAgQ2FQcm9ncmVzc1JhbmdlQ29tcG9uZW50LFxuICAgICAgICBDYVRvb2x0aXBMaXN0Q29tcG9uZW50LFxuICAgICAgICBJbnB1dFRlc3RDb21wb25lbnQsXG4gICAgICAgIENhQ2hlY2tib3hDb21wb25lbnQsXG4gICAgXSxcbiAgICBwcm92aWRlcnM6IFtDYVNlYXJjaE11bHRpcGxlU3RhdGVzU2VydmljZV0sXG4gICAgZXhwb3J0czogW1xuICAgICAgICBDYVByb2ZpbGVJbWFnZUNvbXBvbmVudCxcbiAgICAgICAgQ2FBcHBUb29sdGlwVjJDb21wb25lbnQsXG4gICAgICAgIENhRGV0YWlsc0Ryb3Bkb3duQ29tcG9uZW50LFxuICAgICAgICBDYVJhdGluZ1Jldmlld0NvbXBvbmVudCxcbiAgICAgICAgQ2FGaWx0ZXJDb21wb25lbnQsXG4gICAgICAgIENhRmlsdGVyRHJvcGRvd25Db21wb25lbnQsXG4gICAgICAgIENhRmlsdGVyU3RhdGVEcm9wZG93bkNvbXBvbmVudCxcbiAgICAgICAgQ2FGaWx0ZXJUaW1lRHJvcGRvd25Db21wb25lbnQsXG4gICAgICAgIENhRmlsdGVyTGlzdERyb3Bkb3duQ29tcG9uZW50LFxuICAgICAgICBDYUlucHV0Q29tcG9uZW50LFxuICAgICAgICBDYUlucHV0RGF0ZXRpbWVQaWNrZXJDb21wb25lbnQsXG4gICAgICAgIENhSW5wdXRSYWRpb2J1dHRvbnNDb21wb25lbnQsXG4gICAgICAgIENhSW5wdXREcm9wZG93bkNvbXBvbmVudCxcbiAgICAgICAgQ2FNYXBDb21wb25lbnQsXG4gICAgICAgIENhTWFwRHJvcGRvd25Db21wb25lbnQsXG4gICAgICAgIENhTm90ZUNvbXBvbmVudCxcbiAgICAgICAgQ2FOb3RlQ29udGFpbmVyQ29tcG9uZW50LFxuICAgICAgICBDYVBheXJvbGxMaXN0U3VtbWFyeU92ZXJ2aWV3Q29tcG9uZW50LFxuICAgICAgICBDYVBheXJvbGxMaXN0U3VtbWFyeU92ZXJ2aWV3VGFibGVDb21wb25lbnQsXG4gICAgICAgIFBpY2t1cERlbGl2ZXJ5QmxvY2tDb21wb25lbnQsXG4gICAgICAgIFByb2dyZXNzQmFyQ29tcG9uZW50LFxuICAgICAgICBDYVNlYXJjaE11bHRpcGxlU3RhdGVzQ29tcG9uZW50LFxuICAgICAgICBDYVNwaW5uZXJDb21wb25lbnQsXG4gICAgICAgIENhVHJ1Y2tUcmFpbGVyUHJvZ3Jlc0JhckNvbXBvbmVudCxcbiAgICAgICAgQ2FQZXJpb2RDb250ZW50Q29tcG9uZW50LFxuICAgICAgICBDYUlucHV0Tm90ZUNvbXBvbmVudCxcbiAgICAgICAgQ2FNYWluVGFibGVDb21wb25lbnQsXG4gICAgICAgIENhQWN0aXZpdHlMb2dMaXN0Q29tcG9uZW50LFxuICAgICAgICBDYVJpZ2h0U2lkZVBhbmVsTWVudUNvbXBvbmVudCxcbiAgICAgICAgQ2FSaWdodFNpZGVQYW5lbFRvcEJhckNvbXBvbmVudCxcbiAgICAgICAgQ2FSaWdodFNpZGVQYW5lbENvbXBvbmVudCxcbiAgICAgICAgQ2FDaGFydENvbXBvbmVudCxcbiAgICAgICAgQ2FDaGFydE1hbmFnZXJDb21wb25lbnQsXG4gICAgICAgIENhRHJvcGRvd25NZW51Q29tcG9uZW50LFxuICAgICAgICBDYVVwbG9hZEZpbGVzQ29tcG9uZW50LFxuICAgICAgICBDYVJpZ2h0U2lkZVBhbmVsQ29tcGFueUNvbXBvbmVudCxcbiAgICAgICAgQ2FQcm9ncmVzc1JhbmdlQ29tcG9uZW50LFxuICAgICAgICBDYVRvb2x0aXBMaXN0Q29tcG9uZW50LFxuICAgICAgICBDYUlucHV0QWRkcmVzc0Ryb3Bkb3duQ29tcG9uZW50LFxuICAgICAgICBJbnB1dFRlc3RDb21wb25lbnQsXG4gICAgICAgIENhQ2hlY2tib3hDb21wb25lbnQsXG4gICAgXSxcbn0pXG5leHBvcnQgY2xhc3MgQ2FDb21wb25lbnRzTGliTW9kdWxlIHt9XG4iXX0=