@ethlete/cdk 2.3.3 → 2.5.0

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 (228) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/esm2022/lib/components/accordion/components/accordion/accordion.component.mjs +3 -3
  3. package/esm2022/lib/components/accordion/components/accordion-group/accordion-group.component.mjs +3 -3
  4. package/esm2022/lib/components/accordion/partials/accordion-hint/accordion-hint.directive.mjs +3 -3
  5. package/esm2022/lib/components/accordion/partials/accordion-hint-wrapper/accordion-hint-wrapper.directive.mjs +3 -3
  6. package/esm2022/lib/components/accordion/partials/accordion-label/accordion-label.directive.mjs +3 -3
  7. package/esm2022/lib/components/accordion/partials/accordion-label-wrapper/accordion-label-wrapper.directive.mjs +3 -3
  8. package/esm2022/lib/components/bracket/components/bracket/bracket.component.mjs +3 -3
  9. package/esm2022/lib/components/bracket/directives/bracket-match/bracket-match.directive.mjs +3 -3
  10. package/esm2022/lib/components/bracket/directives/bracket-round/bracket-round.directive.mjs +3 -3
  11. package/esm2022/lib/components/bracket/partials/bracket-match/bracket-match.component.mjs +3 -3
  12. package/esm2022/lib/components/bracket/partials/bracket-round-header/bracket-round-header.component.mjs +3 -3
  13. package/esm2022/lib/components/button/components/button/button.component.mjs +3 -3
  14. package/esm2022/lib/components/button/components/query-button/query-button.component.mjs +3 -3
  15. package/esm2022/lib/components/button/directives/button/button.directive.mjs +3 -3
  16. package/esm2022/lib/components/button/directives/query-button/query-button.directive.mjs +3 -3
  17. package/esm2022/lib/components/forms/components/checkbox/components/checkbox/checkbox.component.mjs +3 -3
  18. package/esm2022/lib/components/forms/components/checkbox/components/checkbox-field/checkbox-field.component.mjs +3 -3
  19. package/esm2022/lib/components/forms/components/checkbox/components/checkbox-group/checkbox-group.component.mjs +3 -3
  20. package/esm2022/lib/components/forms/components/checkbox/directives/checkbox/checkbox.directive.mjs +3 -3
  21. package/esm2022/lib/components/forms/components/checkbox/directives/checkbox-field/checkbox-field.directive.mjs +3 -3
  22. package/esm2022/lib/components/forms/components/checkbox/directives/checkbox-group/checkbox-group.directive.mjs +3 -3
  23. package/esm2022/lib/components/forms/components/checkbox/directives/checkbox-group-control/checkbox-group-control.directive.mjs +3 -3
  24. package/esm2022/lib/components/forms/components/error/components/error/error.component.mjs +3 -3
  25. package/esm2022/lib/components/forms/components/input/components/email-input/email-input.component.mjs +3 -3
  26. package/esm2022/lib/components/forms/components/input/components/input-field/input-field.component.mjs +3 -3
  27. package/esm2022/lib/components/forms/components/input/components/number-input/number-input.component.mjs +3 -3
  28. package/esm2022/lib/components/forms/components/input/components/password-input/password-input.component.mjs +3 -3
  29. package/esm2022/lib/components/forms/components/input/components/search-input/search-input.component.mjs +3 -3
  30. package/esm2022/lib/components/forms/components/input/components/text-input/text-input.component.mjs +3 -3
  31. package/esm2022/lib/components/forms/components/input/components/textarea-input/textarea-input.component.mjs +3 -3
  32. package/esm2022/lib/components/forms/components/input/directives/autosize-textarea/autosize-textarea.directive.mjs +3 -3
  33. package/esm2022/lib/components/forms/components/input/directives/email-input/email-input.directive.mjs +3 -3
  34. package/esm2022/lib/components/forms/components/input/directives/number-input/number-input.directive.mjs +3 -3
  35. package/esm2022/lib/components/forms/components/input/directives/password-input/password-input.directive.mjs +3 -3
  36. package/esm2022/lib/components/forms/components/input/directives/search-input/search-input.directive.mjs +3 -3
  37. package/esm2022/lib/components/forms/components/input/directives/text-input/text-input.directive.mjs +3 -3
  38. package/esm2022/lib/components/forms/components/input/directives/textarea-input/textarea-input.directive.mjs +3 -3
  39. package/esm2022/lib/components/forms/components/input/partials/password-input-toggle/password-input-toggle.component.mjs +3 -3
  40. package/esm2022/lib/components/forms/components/input/partials/search-input-clear/search-input-clear.component.mjs +3 -3
  41. package/esm2022/lib/components/forms/components/label/components/label/label.component.mjs +3 -3
  42. package/esm2022/lib/components/forms/components/label/directives/label-suffix/label-suffix.directive.mjs +3 -3
  43. package/esm2022/lib/components/forms/components/radio/components/radio/radio.component.mjs +3 -3
  44. package/esm2022/lib/components/forms/components/radio/components/radio-field/radio-field.component.mjs +3 -3
  45. package/esm2022/lib/components/forms/components/radio/components/radio-group/radio-group.component.mjs +3 -3
  46. package/esm2022/lib/components/forms/components/radio/directives/radio/radio.directive.mjs +3 -3
  47. package/esm2022/lib/components/forms/components/radio/directives/radio-field/radio-field.directive.mjs +3 -3
  48. package/esm2022/lib/components/forms/components/radio/directives/radio-group/radio-group.directive.mjs +3 -3
  49. package/esm2022/lib/components/forms/components/segmented-button/components/segmented-button/segmented-button.component.mjs +4 -5
  50. package/esm2022/lib/components/forms/components/segmented-button/components/segmented-button-field/segmented-button-field.component.mjs +3 -3
  51. package/esm2022/lib/components/forms/components/segmented-button/components/segmented-button-group/segmented-button-group.component.mjs +3 -3
  52. package/esm2022/lib/components/forms/components/segmented-button/directives/segmented-button/segmented-button.directive.mjs +3 -3
  53. package/esm2022/lib/components/forms/components/segmented-button/directives/segmented-button-field/segmented-button-field.directive.mjs +3 -3
  54. package/esm2022/lib/components/forms/components/segmented-button/directives/segmented-button-group/segmented-button-group.directive.mjs +3 -3
  55. package/esm2022/lib/components/forms/components/select/components/combobox/combobox.imports.mjs +12 -0
  56. package/esm2022/lib/components/forms/components/select/components/combobox/components/combobox/combobox.component.mjs +556 -0
  57. package/esm2022/lib/components/forms/components/select/components/combobox/components/combobox/public-api.mjs +2 -0
  58. package/esm2022/lib/components/forms/components/select/components/combobox/components/index.mjs +2 -0
  59. package/esm2022/lib/components/forms/components/select/components/combobox/components/public-api.mjs +2 -0
  60. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox/combobox.directive.mjs +26 -0
  61. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox/public-api.mjs +2 -0
  62. package/esm2022/lib/components/forms/components/select/components/combobox/directives/public-api.mjs +2 -0
  63. package/esm2022/lib/components/forms/components/select/components/combobox/partials/combobox-body/combobox-body.component.mjs +49 -0
  64. package/esm2022/lib/components/forms/components/select/components/combobox/partials/combobox-body/public-api.mjs +2 -0
  65. package/esm2022/lib/components/forms/components/select/components/combobox/partials/combobox-option/combobox-option.component.mjs +64 -0
  66. package/esm2022/lib/components/forms/components/select/components/combobox/partials/combobox-option/index.mjs +2 -0
  67. package/esm2022/lib/components/forms/components/select/components/combobox/partials/combobox-option/public-api.mjs +2 -0
  68. package/esm2022/lib/components/forms/components/select/components/combobox/partials/index.mjs +2 -0
  69. package/esm2022/lib/components/forms/components/select/components/combobox/partials/public-api.mjs +3 -0
  70. package/esm2022/lib/components/forms/components/select/components/combobox/public-api.mjs +4 -0
  71. package/esm2022/lib/components/forms/components/select/components/native-select/components/native-select/native-select.component.mjs +3 -3
  72. package/esm2022/lib/components/forms/components/select/components/native-select/directives/native-select-input/native-select-input.directive.mjs +3 -3
  73. package/esm2022/lib/components/forms/components/select/components/native-select/directives/native-select-option/native-select-option.directive.mjs +3 -3
  74. package/esm2022/lib/components/forms/components/select/components/native-select/partials/native-select-option/native-select-option.component.mjs +3 -3
  75. package/esm2022/lib/components/forms/components/select/components/public-api.mjs +2 -1
  76. package/esm2022/lib/components/forms/components/select/components/select/components/select/select.component.mjs +18 -31
  77. package/esm2022/lib/components/forms/components/select/components/select/directives/index.mjs +2 -0
  78. package/esm2022/lib/components/forms/components/select/components/select/directives/public-api.mjs +4 -0
  79. package/esm2022/lib/components/forms/components/select/components/select/directives/select/index.mjs +2 -0
  80. package/esm2022/lib/components/forms/components/select/components/select/directives/select/public-api.mjs +2 -0
  81. package/esm2022/lib/components/forms/components/select/components/select/directives/select/select.directive.mjs +449 -0
  82. package/esm2022/lib/components/forms/components/select/components/select/directives/select-body/index.mjs +2 -0
  83. package/esm2022/lib/components/forms/components/select/components/select/directives/select-body/public-api.mjs +2 -0
  84. package/esm2022/lib/components/forms/components/select/components/select/directives/select-body/select-body.directive.mjs +61 -0
  85. package/esm2022/lib/components/forms/components/select/components/select/directives/select-option/index.mjs +2 -0
  86. package/esm2022/lib/components/forms/components/select/components/select/directives/select-option/public-api.mjs +2 -0
  87. package/esm2022/lib/components/forms/components/select/components/select/directives/select-option/select-option.directive.mjs +121 -0
  88. package/esm2022/lib/components/forms/components/select/components/select/partials/public-api.mjs +1 -2
  89. package/esm2022/lib/components/forms/components/select/components/select/partials/select-body/select-body.component.mjs +22 -7
  90. package/esm2022/lib/components/forms/components/select/components/select/partials/select-option/select-option.component.mjs +14 -8
  91. package/esm2022/lib/components/forms/components/select/components/select/public-api.mjs +2 -1
  92. package/esm2022/lib/components/forms/components/select/components/select/select.imports.mjs +2 -3
  93. package/esm2022/lib/components/forms/components/select/components/select-field/select-field.component.mjs +3 -3
  94. package/esm2022/lib/components/forms/components/slide-toggle/components/slide-toggle/slide-toggle.component.mjs +3 -3
  95. package/esm2022/lib/components/forms/components/slide-toggle/components/slide-toggle-field/slide-toggle-field.component.mjs +3 -3
  96. package/esm2022/lib/components/forms/components/slide-toggle/directives/slide-toggle/slide-toggle.directive.mjs +3 -3
  97. package/esm2022/lib/components/forms/components/slider/components/slider/slider.component.mjs +3 -3
  98. package/esm2022/lib/components/forms/components/slider/components/slider-field/slider-field.component.mjs +3 -3
  99. package/esm2022/lib/components/forms/directives/dynamic-form-field/dynamic-form-field.directive.mjs +3 -3
  100. package/esm2022/lib/components/forms/directives/dynamic-form-group/dynamic-form-group.directive.mjs +3 -3
  101. package/esm2022/lib/components/forms/directives/if-input-empty/if-input-empty.directive.mjs +3 -3
  102. package/esm2022/lib/components/forms/directives/if-input-filled/if-input-filled.directive.mjs +3 -3
  103. package/esm2022/lib/components/forms/directives/input/input.directive.mjs +47 -32
  104. package/esm2022/lib/components/forms/directives/input-prefix/input-prefix.directive.mjs +3 -3
  105. package/esm2022/lib/components/forms/directives/input-suffix/input-suffix.directive.mjs +3 -3
  106. package/esm2022/lib/components/forms/directives/native-input-ref/native-input-ref.directive.mjs +3 -3
  107. package/esm2022/lib/components/forms/directives/static-form-field/static-form-field.directive.mjs +3 -3
  108. package/esm2022/lib/components/forms/directives/static-form-group/static-form-group.directive.mjs +3 -3
  109. package/esm2022/lib/components/forms/directives/writeable-input/writeable-input.directive.mjs +3 -3
  110. package/esm2022/lib/components/forms/services/default-validator-errors.service.mjs +3 -3
  111. package/esm2022/lib/components/forms/services/form-field-state.service.mjs +3 -3
  112. package/esm2022/lib/components/forms/services/form-group-state.service.mjs +3 -3
  113. package/esm2022/lib/components/forms/services/input-state.service.mjs +3 -3
  114. package/esm2022/lib/components/forms/utils/decorated-form-field.base.mjs +3 -3
  115. package/esm2022/lib/components/forms/utils/decorated-input.base.mjs +4 -4
  116. package/esm2022/lib/components/forms/utils/input.base.mjs +8 -8
  117. package/esm2022/lib/components/icons/chevron-icon/chevron-icon.component.mjs +3 -3
  118. package/esm2022/lib/components/masonry/components/masonry/masonry.component.mjs +3 -3
  119. package/esm2022/lib/components/masonry/partials/masonry-item/masonry-item.component.mjs +3 -3
  120. package/esm2022/lib/components/overlay/components/bottom-sheet/components/bottom-sheet-container/bottom-sheet-container.component.mjs +3 -3
  121. package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-container-base/bottom-sheet-container-base.component.mjs +3 -3
  122. package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-drag-handle/bottom-sheet-drag-handle.component.mjs +3 -3
  123. package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-title/bottom-sheet-title.directive.mjs +3 -3
  124. package/esm2022/lib/components/overlay/components/bottom-sheet/services/bottom-sheet-base.service.mjs +3 -3
  125. package/esm2022/lib/components/overlay/components/bottom-sheet/services/bottom-sheet-swipe-handler.service.mjs +3 -3
  126. package/esm2022/lib/components/overlay/components/bottom-sheet/services/bottom-sheet.service.mjs +3 -3
  127. package/esm2022/lib/components/overlay/components/dialog/components/dialog-container/dialog-container.component.mjs +3 -3
  128. package/esm2022/lib/components/overlay/components/dialog/partials/dialog-close/dialog-close.directive.mjs +3 -3
  129. package/esm2022/lib/components/overlay/components/dialog/partials/dialog-container-base/dialog-container-base.component.mjs +3 -3
  130. package/esm2022/lib/components/overlay/components/dialog/partials/dialog-title/dialog-title.directive.mjs +3 -3
  131. package/esm2022/lib/components/overlay/components/dialog/services/dialog-base.service.mjs +3 -3
  132. package/esm2022/lib/components/overlay/components/dialog/services/dialog.service.mjs +3 -3
  133. package/esm2022/lib/components/overlay/components/toggletip/components/toggletip/toggletip.component.mjs +3 -3
  134. package/esm2022/lib/components/overlay/components/toggletip/directives/toggletip/toggletip.directive.mjs +3 -3
  135. package/esm2022/lib/components/overlay/components/tooltip/components/tooltip/tooltip.component.mjs +3 -3
  136. package/esm2022/lib/components/overlay/components/tooltip/directives/tooltip/tooltip.directive.mjs +3 -3
  137. package/esm2022/lib/components/overlay/services/dynamic-overlay.service.mjs +3 -3
  138. package/esm2022/lib/components/pagination/components/pagination/pagination.component.mjs +3 -3
  139. package/esm2022/lib/components/pagination/partials/pagination-link/pagination-link.directive.mjs +3 -3
  140. package/esm2022/lib/components/pagination/services/pagination-head.service.mjs +3 -3
  141. package/esm2022/lib/components/picture/picture-data.directive.mjs +3 -3
  142. package/esm2022/lib/components/picture/picture.component.mjs +3 -3
  143. package/esm2022/lib/components/progress-spinner/progress-spinner.component.mjs +3 -3
  144. package/esm2022/lib/components/scrollable/components/scrollable/scrollable.component.mjs +55 -8
  145. package/esm2022/lib/components/skeleton/components/skeleton/skeleton.component.mjs +3 -3
  146. package/esm2022/lib/components/skeleton/partials/skeleton-item/skeleton-item.component.mjs +3 -3
  147. package/esm2022/lib/components/sort/components/sort-header/sort-header.component.mjs +3 -3
  148. package/esm2022/lib/components/sort/partials/sort/sort.directive.mjs +3 -3
  149. package/esm2022/lib/components/sort/services/sort-header-intl.mjs +3 -3
  150. package/esm2022/lib/components/table/components/table/table.component.mjs +3 -3
  151. package/esm2022/lib/components/table/partials/cells/cell/cell.directive.mjs +3 -3
  152. package/esm2022/lib/components/table/partials/cells/cell-def/cell-def.directive.mjs +3 -3
  153. package/esm2022/lib/components/table/partials/cells/column-def/column-def.directive.mjs +3 -3
  154. package/esm2022/lib/components/table/partials/cells/footer-cell/footer-cell.directive.mjs +3 -3
  155. package/esm2022/lib/components/table/partials/cells/footer-cell-def/footer-cell-def.directive.mjs +3 -3
  156. package/esm2022/lib/components/table/partials/cells/header-cell/header-cell.directive.mjs +3 -3
  157. package/esm2022/lib/components/table/partials/cells/header-cell-def/header-cell-def.directive.mjs +3 -3
  158. package/esm2022/lib/components/table/partials/cells/text-column/text-column.component.mjs +3 -3
  159. package/esm2022/lib/components/table/partials/rows/footer-row/footer-row.component.mjs +3 -3
  160. package/esm2022/lib/components/table/partials/rows/footer-row-def/footer-row-def.directive.mjs +3 -3
  161. package/esm2022/lib/components/table/partials/rows/header-row/header-row.component.mjs +3 -3
  162. package/esm2022/lib/components/table/partials/rows/header-row-def/header-row-def.directive.mjs +3 -3
  163. package/esm2022/lib/components/table/partials/rows/no-data-row/no-data-row.directive.mjs +3 -3
  164. package/esm2022/lib/components/table/partials/rows/recycle-rows/recycle-rows.directive.mjs +3 -3
  165. package/esm2022/lib/components/table/partials/rows/row/row.component.mjs +3 -3
  166. package/esm2022/lib/components/table/partials/rows/row-def/row-def.directive.mjs +3 -3
  167. package/esm2022/lib/components/table/partials/table-busy/table-busy.directive.mjs +3 -3
  168. package/esm2022/lib/components/table/partials/table-busy-outlet/table-busy-outlet.directive.mjs +3 -3
  169. package/esm2022/lib/components/tabs/components/inline-tabs/inline-tabs.component.mjs +3 -3
  170. package/esm2022/lib/components/tabs/components/nav-tabs/nav-tabs.component.mjs +3 -3
  171. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab/inline-tab.component.mjs +3 -3
  172. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-body/inline-tab-body.component.mjs +3 -3
  173. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-body-host/inline-tab-body-host.directive.mjs +3 -3
  174. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-content/inline-tab-content.directive.mjs +3 -3
  175. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-header/inline-tab-header.component.mjs +3 -3
  176. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-label/inline-tab-label.directive.mjs +3 -3
  177. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-label-wrapper/inline-tab-label-wrapper.directive.mjs +3 -3
  178. package/esm2022/lib/components/tabs/partials/nav-tabs/nav-tab-link/nav-tab-link.directive.mjs +3 -3
  179. package/esm2022/lib/components/tabs/partials/nav-tabs/nav-tabs-outlet/nav-tabs-outlet.component.mjs +3 -3
  180. package/esm2022/lib/components/tabs/utils/active-tab-underline.util.mjs +3 -3
  181. package/esm2022/lib/components/tabs/utils/paginated-tab-header.directive.mjs +3 -3
  182. package/esm2022/lib/services/swipe-handler.service.mjs +3 -3
  183. package/fesm2022/ethlete-cdk.mjs +2035 -718
  184. package/fesm2022/ethlete-cdk.mjs.map +1 -1
  185. package/lib/components/forms/components/select/components/combobox/combobox.imports.d.ts +5 -0
  186. package/lib/components/forms/components/select/components/combobox/components/combobox/combobox.component.d.ts +84 -0
  187. package/lib/components/forms/components/select/components/combobox/components/combobox/public-api.d.ts +1 -0
  188. package/lib/components/forms/components/select/components/combobox/components/index.d.ts +1 -0
  189. package/lib/components/forms/components/select/components/combobox/components/public-api.d.ts +1 -0
  190. package/lib/components/forms/components/select/components/combobox/directives/combobox/combobox.directive.d.ts +7 -0
  191. package/lib/components/forms/components/select/components/combobox/directives/combobox/public-api.d.ts +1 -0
  192. package/lib/components/forms/components/select/components/combobox/directives/public-api.d.ts +1 -0
  193. package/lib/components/forms/components/select/components/combobox/partials/combobox-body/combobox-body.component.d.ts +16 -0
  194. package/lib/components/forms/components/select/components/combobox/partials/combobox-body/public-api.d.ts +1 -0
  195. package/lib/components/forms/components/select/components/combobox/partials/combobox-option/combobox-option.component.d.ts +16 -0
  196. package/lib/components/forms/components/select/components/combobox/partials/combobox-option/index.d.ts +1 -0
  197. package/lib/components/forms/components/select/components/combobox/partials/combobox-option/public-api.d.ts +1 -0
  198. package/lib/components/forms/components/select/components/combobox/partials/index.d.ts +1 -0
  199. package/lib/components/forms/components/select/components/combobox/partials/public-api.d.ts +2 -0
  200. package/lib/components/forms/components/select/components/combobox/public-api.d.ts +3 -0
  201. package/lib/components/forms/components/select/components/public-api.d.ts +1 -0
  202. package/lib/components/forms/components/select/components/select/components/select/select.component.d.ts +8 -11
  203. package/lib/components/forms/components/select/components/select/directives/index.d.ts +1 -0
  204. package/lib/components/forms/components/select/components/select/directives/public-api.d.ts +3 -0
  205. package/lib/components/forms/components/select/components/select/directives/select/index.d.ts +1 -0
  206. package/lib/components/forms/components/select/components/select/directives/select/public-api.d.ts +1 -0
  207. package/lib/components/forms/components/select/components/select/directives/select/select.directive.d.ts +95 -0
  208. package/lib/components/forms/components/select/components/select/directives/select-body/index.d.ts +1 -0
  209. package/lib/components/forms/components/select/components/select/directives/select-body/public-api.d.ts +1 -0
  210. package/lib/components/forms/components/select/components/select/directives/select-body/select-body.directive.d.ts +14 -0
  211. package/lib/components/forms/components/select/components/select/directives/select-option/index.d.ts +1 -0
  212. package/lib/components/forms/components/select/components/select/directives/select-option/public-api.d.ts +1 -0
  213. package/lib/components/forms/components/select/components/select/directives/select-option/select-option.directive.d.ts +29 -0
  214. package/lib/components/forms/components/select/components/select/partials/public-api.d.ts +0 -1
  215. package/lib/components/forms/components/select/components/select/partials/select-body/select-body.component.d.ts +6 -1
  216. package/lib/components/forms/components/select/components/select/partials/select-option/select-option.component.d.ts +4 -1
  217. package/lib/components/forms/components/select/components/select/public-api.d.ts +1 -0
  218. package/lib/components/forms/components/select/components/select/select.imports.d.ts +2 -2
  219. package/lib/components/forms/components/slider/components/slider/slider.component.d.ts +1 -1
  220. package/lib/components/forms/directives/input/input.directive.d.ts +3 -1
  221. package/lib/components/forms/utils/decorated-input.base.d.ts +1 -1
  222. package/lib/components/forms/utils/input.base.d.ts +2 -4
  223. package/lib/components/scrollable/components/scrollable/scrollable.component.d.ts +13 -5
  224. package/package.json +5 -5
  225. package/esm2022/lib/components/forms/components/select/components/select/partials/tree-select-option/public-api.mjs +0 -2
  226. package/esm2022/lib/components/forms/components/select/components/select/partials/tree-select-option/tree-select-option.component.mjs +0 -23
  227. package/lib/components/forms/components/select/components/select/partials/tree-select-option/public-api.d.ts +0 -1
  228. package/lib/components/forms/components/select/components/select/partials/tree-select-option/tree-select-option.component.d.ts +0 -5
@@ -0,0 +1,5 @@
1
+ import { InputPrefixDirective, InputSuffixDirective } from '../../../../directives';
2
+ import { LabelComponent } from '../../../label';
3
+ import { SelectFieldComponent } from '../select-field';
4
+ import { ComboboxComponent } from './components';
5
+ export declare const ComboboxImports: readonly [typeof ComboboxComponent, typeof SelectFieldComponent, typeof InputPrefixDirective, typeof InputSuffixDirective, typeof LabelComponent];
@@ -0,0 +1,84 @@
1
+ import { BooleanInput } from '@angular/cdk/coercion';
2
+ import { EventEmitter, InjectionToken, OnInit } from '@angular/core';
3
+ import { DecoratedInputBase } from '../../../../../../utils';
4
+ import * as i0 from "@angular/core";
5
+ import * as i1 from "../../../../../../directives/input/input.directive";
6
+ import * as i2 from "@ethlete/core";
7
+ export declare class RuntimeError<T extends number> extends Error {
8
+ code: T;
9
+ data: unknown;
10
+ constructor(code: T, message: null | false | string, data?: unknown);
11
+ }
12
+ export declare function formatRuntimeError<T extends number>(code: T, message: null | false | string): string;
13
+ export declare const COMBOBOX_TOKEN: InjectionToken<ComboboxComponent>;
14
+ export declare class ComboboxComponent extends DecoratedInputBase implements OnInit {
15
+ private readonly _input;
16
+ private readonly _animatedOverlay;
17
+ get options(): unknown[];
18
+ set options(value: unknown[]);
19
+ private _options$;
20
+ readonly options$: import("rxjs").Observable<unknown[]>;
21
+ get initialValue(): unknown;
22
+ set initialValue(value: unknown);
23
+ private _initialValue$;
24
+ get loading(): boolean;
25
+ set loading(value: BooleanInput);
26
+ private _loading$;
27
+ readonly loading$: import("rxjs").Observable<boolean>;
28
+ get error(): unknown;
29
+ set error(value: unknown);
30
+ private _error$;
31
+ get placeholder(): string | null;
32
+ set placeholder(value: string | null);
33
+ private _placeholder$;
34
+ get multiple(): boolean;
35
+ set multiple(value: BooleanInput);
36
+ private _multiple$;
37
+ get bindLabel(): string | null;
38
+ set bindLabel(value: string | null);
39
+ private _bindLabel$;
40
+ get bindValue(): string | null;
41
+ set bindValue(value: string | null);
42
+ private _bindValue$;
43
+ get allowCustomValues(): boolean;
44
+ set allowCustomValues(value: BooleanInput);
45
+ private _allowCustomValues$;
46
+ protected readonly filterChange: EventEmitter<string>;
47
+ private get _rawSelectedOptions();
48
+ private readonly _rawSelectedOptions$;
49
+ private get _currentFilter();
50
+ private readonly _currentFilter$;
51
+ private get _isOpen();
52
+ private readonly _isOpen$;
53
+ private readonly _allOptions$;
54
+ protected readonly expectedOptionType$: import("rxjs").Observable<"object" | "primitive">;
55
+ protected readonly expectedInputValueType$: import("rxjs").Observable<"single" | "array">;
56
+ protected readonly selectedOptions$: import("rxjs").Observable<unknown[]>;
57
+ constructor();
58
+ ngOnInit(): void;
59
+ getOptionLabel(option: unknown): import("rxjs").Observable<unknown>;
60
+ getOptionValue(option: unknown): import("rxjs").Observable<unknown>;
61
+ removeSelectedOption(option: unknown): void;
62
+ open(): void;
63
+ close(): void;
64
+ writeValueFromOption(option: unknown): void;
65
+ isOptionSelected(option: unknown): import("rxjs").Observable<boolean>;
66
+ protected processKeydownEvent(event: KeyboardEvent): void;
67
+ protected processInputEvent(event: Event): void;
68
+ protected handleBlurEvent(): void;
69
+ private _initDispatchFilterChanges;
70
+ private _initRepositionOnValueChanges;
71
+ private _updateSelectedOptionsViaInitialValue;
72
+ private _addSelectedOption;
73
+ private _addSelectedOptions;
74
+ private _findOptionByValue;
75
+ private _setOrAddToInputValue;
76
+ private _removeOrClearInputValue;
77
+ private _updateFilter;
78
+ private _getOptionValueSync;
79
+ private _getOptionLabelSync;
80
+ private _setFilterFromInputValue;
81
+ private _debugValidateComboboxConfig;
82
+ static ɵfac: i0.ɵɵFactoryDeclaration<ComboboxComponent, never>;
83
+ static ɵcmp: i0.ɵɵComponentDeclaration<ComboboxComponent, "et-combobox", never, { "options": { "alias": "options"; "required": true; }; "initialValue": { "alias": "initialValue"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "error": { "alias": "error"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "bindLabel": { "alias": "bindLabel"; "required": false; }; "bindValue": { "alias": "bindValue"; "required": false; }; "allowCustomValues": { "alias": "allowCustomValues"; "required": false; }; }, { "filterChange": "filterChange"; }, never, ["[etInputPrefix]", "[etInputSuffix]", "*"], true, [{ directive: typeof i1.InputDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.AnimatedOverlayDirective; inputs: {}; outputs: {}; }]>;
84
+ }
@@ -0,0 +1 @@
1
+ export * from './combobox/public-api';
@@ -0,0 +1,7 @@
1
+ import { InjectionToken } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare const COMBOBOX_DIR_TOKEN: InjectionToken<ComboboxDirective>;
4
+ export declare class ComboboxDirective {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<ComboboxDirective, never>;
6
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ComboboxDirective, never, never, {}, {}, never, never, true, never>;
7
+ }
@@ -0,0 +1 @@
1
+ export * from './combobox/public-api';
@@ -0,0 +1,16 @@
1
+ import { InjectionToken, OnInit, TemplateRef } from '@angular/core';
2
+ import { AnimatedLifecycleDirective } from '@ethlete/core';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "@ethlete/core";
5
+ export declare const COMBOBOX_BODY_TOKEN: InjectionToken<ComboboxBodyComponent>;
6
+ export declare class ComboboxBodyComponent implements OnInit {
7
+ private readonly _destroy$;
8
+ private readonly _clickOutside;
9
+ protected readonly combobox: import("../../components").ComboboxComponent;
10
+ readonly _animatedLifecycle?: AnimatedLifecycleDirective;
11
+ readonly _bindings: import("@ethlete/core").ReactiveBindingResult;
12
+ _bodyTemplate: TemplateRef<unknown> | null;
13
+ ngOnInit(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<ComboboxBodyComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<ComboboxBodyComponent, "et-combobox-body", never, {}, {}, never, never, true, [{ directive: typeof i1.ClickOutsideDirective; inputs: {}; outputs: {}; }]>;
16
+ }
@@ -0,0 +1 @@
1
+ export * from './combobox-body.component';
@@ -0,0 +1,16 @@
1
+ import { InjectionToken } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare const COMBOBOX_OPTION_TOKEN: InjectionToken<ComboboxOptionComponent>;
4
+ export declare class ComboboxOptionComponent {
5
+ protected readonly combobox: import("../../components").ComboboxComponent;
6
+ get option(): unknown;
7
+ set option(value: unknown);
8
+ private _option$;
9
+ protected readonly disabled$: import("rxjs").Observable<boolean>;
10
+ protected readonly selected$: import("rxjs").Observable<boolean>;
11
+ readonly _bindings: import("@ethlete/core").ReactiveBindingResult;
12
+ activateOption(): void;
13
+ private _isOptionDisabled;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<ComboboxOptionComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<ComboboxOptionComponent, "et-combobox-option", never, { "option": { "alias": "option"; "required": true; }; }, {}, never, never, true, never>;
16
+ }
@@ -0,0 +1 @@
1
+ export * from './combobox-option.component';
@@ -0,0 +1 @@
1
+ export * from './public-api';
@@ -0,0 +1,2 @@
1
+ export * from './combobox-body/public-api';
2
+ export * from './combobox-option/public-api';
@@ -0,0 +1,3 @@
1
+ export * from './combobox.imports';
2
+ export * from './components/public-api';
3
+ export * from './directives/public-api';
@@ -1,3 +1,4 @@
1
+ export * from './combobox/public-api';
1
2
  export * from './native-select/public-api';
2
3
  export * from './select-field/public-api';
3
4
  export * from './select/public-api';
@@ -1,17 +1,14 @@
1
- import { BooleanInput } from '@angular/cdk/coercion';
2
- import { TemplateRef } from '@angular/core';
1
+ import { AfterViewInit, TemplateRef } from '@angular/core';
3
2
  import { DecoratedInputBase } from '../../../../../../utils';
3
+ import { SelectDirective } from '../../directives';
4
+ import { SelectBodyComponent } from '../../partials';
4
5
  import * as i0 from "@angular/core";
5
6
  import * as i1 from "../../../../../../directives/input/input.directive";
6
- import * as i2 from "@ethlete/core";
7
- export declare class SelectComponent extends DecoratedInputBase {
8
- private readonly _animatedOverlay;
9
- get searchable(): boolean;
10
- set searchable(value: BooleanInput);
11
- private _searchable$;
7
+ import * as i2 from "../../directives/select/select.directive";
8
+ export declare class SelectComponent extends DecoratedInputBase implements AfterViewInit {
9
+ protected readonly select: SelectDirective<SelectBodyComponent>;
12
10
  selectBodyTpl: TemplateRef<unknown> | null;
13
- constructor();
14
- mountOrUnmountSelectBody(): void;
11
+ ngAfterViewInit(): void;
15
12
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent, "et-select", never, { "searchable": { "alias": "searchable"; "required": false; }; }, {}, never, ["[etInputPrefix]", "[etInputSuffix]", "*"], true, [{ directive: typeof i1.InputDirective; inputs: { "autocomplete": "autocomplete"; }; outputs: {}; }, { directive: typeof i2.AnimatedOverlayDirective; inputs: {}; outputs: {}; }]>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent, "et-select", never, {}, {}, never, ["[etInputPrefix]", "[etInputSuffix]", "*"], true, [{ directive: typeof i1.InputDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.SelectDirective; inputs: { "multiple": "multiple"; "emptyText": "emptyText"; }; outputs: {}; }]>;
17
14
  }
@@ -0,0 +1 @@
1
+ export * from './public-api';
@@ -0,0 +1,3 @@
1
+ export * from './select-body/public-api';
2
+ export * from './select-option/public-api';
3
+ export * from './select/public-api';
@@ -0,0 +1,95 @@
1
+ import { BooleanInput } from '@angular/cdk/coercion';
2
+ import { ComponentType } from '@angular/cdk/portal';
3
+ import { AfterContentInit, InjectionToken, OnInit, TemplateRef, TrackByFunction } from '@angular/core';
4
+ import { AnimatedOverlayComponentBase } from '@ethlete/core';
5
+ import { SelectBodyDirective } from '../select-body';
6
+ import { SelectOptionDirective } from '../select-option';
7
+ import * as i0 from "@angular/core";
8
+ import * as i1 from "@ethlete/core";
9
+ export declare const SELECT_TOKEN: InjectionToken<SelectDirective<any>>;
10
+ type SelectDirectiveBodyComponentBase = AnimatedOverlayComponentBase & {
11
+ _bodyTemplate: TemplateRef<unknown> | null;
12
+ selectBody: SelectBodyDirective;
13
+ };
14
+ interface SelectBodyConfig<T extends SelectDirectiveBodyComponentBase> {
15
+ component: ComponentType<T>;
16
+ template: TemplateRef<unknown>;
17
+ }
18
+ export declare class SelectDirective<T extends SelectDirectiveBodyComponentBase> implements OnInit, AfterContentInit {
19
+ private _selectBodyConfig;
20
+ private readonly _animatedOverlay;
21
+ private readonly _destroy$;
22
+ private readonly _liveAnnouncer;
23
+ readonly input: import("../../../../../../directives").InputDirective<unknown, HTMLInputElement>;
24
+ private readonly _selectBodyId$;
25
+ private readonly _isOpen$;
26
+ get multiple(): boolean;
27
+ set multiple(value: BooleanInput);
28
+ private _multiple$;
29
+ emptyText?: string;
30
+ private set _selectOptionsQueryList(value);
31
+ private readonly _selectOptionsQueryList$;
32
+ readonly selectOptions$: import("rxjs").Observable<{
33
+ opt: SelectOptionDirective;
34
+ selected: boolean;
35
+ active: boolean;
36
+ }[] | null>;
37
+ readonly activeOption$: import("rxjs").Observable<{
38
+ opt: SelectOptionDirective;
39
+ selected: boolean;
40
+ active: boolean;
41
+ } | null>;
42
+ readonly selectedOptions$: import("rxjs").Observable<{
43
+ opt: SelectOptionDirective;
44
+ selected: boolean;
45
+ active: boolean;
46
+ }[] | null>;
47
+ readonly selectedOption$: import("rxjs").Observable<{
48
+ opt: SelectOptionDirective;
49
+ selected: boolean;
50
+ active: boolean;
51
+ } | null>;
52
+ readonly selectBodyId$: import("rxjs").Observable<string | null>;
53
+ readonly isOpen$: import("rxjs").Observable<boolean>;
54
+ readonly multiple$: import("rxjs").Observable<boolean>;
55
+ readonly selectCurrentValueId: string;
56
+ readonly ariaViewValue$: import("rxjs").Observable<string | null>;
57
+ readonly activeDescendant$: import("rxjs").Observable<string | null>;
58
+ readonly owns$: import("rxjs").Observable<string | null>;
59
+ readonly labelledBy$: import("rxjs").Observable<string>;
60
+ readonly _bindings: import("@ethlete/core").ReactiveBindingResult;
61
+ constructor();
62
+ ngOnInit(): void;
63
+ ngAfterContentInit(): void;
64
+ trackByFn: TrackByFunction<SelectOptionDirective>;
65
+ mountSelectBody(): void;
66
+ unmountSelectBody(): void;
67
+ setValue(value: unknown): void;
68
+ handleKeyDown(event: KeyboardEvent): void;
69
+ setSelectBody(config: SelectBodyConfig<T>): void;
70
+ removeOptionFromSelection(option: SelectOptionDirective): void;
71
+ _controlTouched(): void;
72
+ private _unmountSelectBodyOnDisable;
73
+ private _handleKeyDownInClosedState;
74
+ private _handleKeyDownInOpenState;
75
+ private _setActiveOption;
76
+ private _addActiveOptionToSelection;
77
+ private _removeActiveOptionFromSelection;
78
+ private _toggleSelectionOfAllOptions;
79
+ private _selectAllOptions;
80
+ private _deselectAllOptions;
81
+ private _toggleActiveOptionSelection;
82
+ private _setActiveOptionSelected;
83
+ private _setSelectedOptionActive;
84
+ private _setSelectedOption;
85
+ private _selectFirstOption;
86
+ private _selectLastOption;
87
+ private _selectOptionByOffset;
88
+ private _activateFirstOption;
89
+ private _activateLastOption;
90
+ private _activateOptionByOffset;
91
+ private _migrateSelectValue;
92
+ static ɵfac: i0.ɵɵFactoryDeclaration<SelectDirective<any>, never>;
93
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SelectDirective<any>, never, never, { "multiple": { "alias": "multiple"; "required": false; }; "emptyText": { "alias": "emptyText"; "required": false; }; }, {}, ["_selectOptionsQueryList"], never, true, [{ directive: typeof i1.AnimatedOverlayDirective; inputs: {}; outputs: {}; }]>;
94
+ }
95
+ export {};
@@ -0,0 +1 @@
1
+ export * from './select-body.directive';
@@ -0,0 +1,14 @@
1
+ import { InjectionToken, OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@ethlete/core";
4
+ export declare const SELECT_BODY_TOKEN: InjectionToken<SelectBodyDirective>;
5
+ export declare class SelectBodyDirective implements OnInit {
6
+ private readonly _destroy$;
7
+ private readonly _select;
8
+ private readonly _clickOutside;
9
+ readonly id: string;
10
+ readonly _bindings: import("@ethlete/core").ReactiveBindingResult;
11
+ ngOnInit(): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<SelectBodyDirective, never>;
13
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SelectBodyDirective, never, never, {}, {}, never, never, true, [{ directive: typeof i1.ClickOutsideDirective; inputs: {}; outputs: {}; }]>;
14
+ }
@@ -0,0 +1 @@
1
+ export * from './select-option.directive';
@@ -0,0 +1,29 @@
1
+ import { BooleanInput } from '@angular/cdk/coercion';
2
+ import { AfterContentInit, InjectionToken } from '@angular/core';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "@ethlete/core";
5
+ export declare const SELECT_OPTION_TOKEN: InjectionToken<SelectOptionDirective>;
6
+ export declare class SelectOptionDirective implements AfterContentInit {
7
+ private readonly _select;
8
+ private readonly _elementRef;
9
+ private readonly _viewValue$;
10
+ private readonly _isActive$;
11
+ readonly id: string;
12
+ get value(): unknown;
13
+ set value(value: unknown);
14
+ private _value$;
15
+ get disabled(): boolean;
16
+ set disabled(value: BooleanInput);
17
+ private _disabled$;
18
+ readonly isSelected$: import("rxjs").Observable<boolean>;
19
+ readonly viewValue$: import("rxjs").Observable<string>;
20
+ readonly disabled$: import("rxjs").Observable<boolean>;
21
+ readonly isActive$: import("rxjs").Observable<boolean>;
22
+ readonly _bindings: import("@ethlete/core").ReactiveBindingResult;
23
+ ngAfterContentInit(): void;
24
+ setSelectValue(): Promise<void>;
25
+ _updateViewValue(): void;
26
+ _setActive(isActive: boolean): void;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<SelectOptionDirective, never>;
28
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SelectOptionDirective, never, never, { "value": { "alias": "value"; "required": true; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.ObserveContentDirective; inputs: {}; outputs: {}; }]>;
29
+ }
@@ -1,3 +1,2 @@
1
1
  export * from './select-body/public-api';
2
2
  export * from './select-option/public-api';
3
- export * from './tree-select-option/public-api';
@@ -1,7 +1,12 @@
1
+ import { TemplateRef } from '@angular/core';
1
2
  import { AnimatedLifecycleDirective } from '@ethlete/core';
3
+ import { SelectBodyDirective } from '../../directives';
2
4
  import * as i0 from "@angular/core";
5
+ import * as i1 from "../../directives/select-body/select-body.directive";
3
6
  export declare class SelectBodyComponent {
7
+ readonly selectBody: SelectBodyDirective;
4
8
  readonly _animatedLifecycle?: AnimatedLifecycleDirective;
9
+ _bodyTemplate: TemplateRef<unknown> | null;
5
10
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectBodyComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectBodyComponent, "et-select-body", never, {}, {}, never, never, true, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectBodyComponent, "et-select-body", never, {}, {}, never, never, true, [{ directive: typeof i1.SelectBodyDirective; inputs: {}; outputs: {}; }]>;
7
12
  }
@@ -1,5 +1,8 @@
1
+ import { SelectOptionDirective } from '../../directives';
1
2
  import * as i0 from "@angular/core";
3
+ import * as i1 from "../../directives/select-option/select-option.directive";
2
4
  export declare class SelectOptionComponent {
5
+ protected readonly selectOption: SelectOptionDirective;
3
6
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectOptionComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectOptionComponent, "et-select-option", never, {}, {}, never, never, true, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectOptionComponent, "et-select-option", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.SelectOptionDirective; inputs: { "value": "value"; "disabled": "disabled"; }; outputs: {}; }]>;
5
8
  }
@@ -1,3 +1,4 @@
1
1
  export * from './components/public-api';
2
+ export * from './directives/public-api';
2
3
  export * from './partials/public-api';
3
4
  export * from './select.imports';
@@ -2,5 +2,5 @@ import { InputPrefixDirective, InputSuffixDirective } from '../../../../directiv
2
2
  import { LabelComponent } from '../../../label';
3
3
  import { SelectFieldComponent } from '../select-field';
4
4
  import { SelectComponent } from './components';
5
- import { SelectOptionComponent, TreeSelectOptionComponent } from './partials';
6
- export declare const SelectImports: readonly [typeof SelectComponent, typeof SelectOptionComponent, typeof TreeSelectOptionComponent, typeof SelectFieldComponent, typeof InputPrefixDirective, typeof InputSuffixDirective, typeof LabelComponent];
5
+ import { SelectOptionComponent } from './partials';
6
+ export declare const SelectImports: readonly [typeof SelectComponent, typeof SelectOptionComponent, typeof SelectFieldComponent, typeof InputPrefixDirective, typeof InputSuffixDirective, typeof LabelComponent];
@@ -50,7 +50,7 @@ export declare class SliderComponent implements OnInit {
50
50
  protected readonly isSlidingVia$: BehaviorSubject<"keyboard" | "pointer" | null>;
51
51
  protected readonly disableAnimations$: BehaviorSubject<boolean>;
52
52
  protected readonly touchId$: BehaviorSubject<number | null>;
53
- protected readonly lastPointerEvent$: BehaviorSubject<TouchEvent | MouseEvent | null>;
53
+ protected readonly lastPointerEvent$: BehaviorSubject<MouseEvent | TouchEvent | null>;
54
54
  readonly _bindings: import("@ethlete/core").ReactiveBindingResult;
55
55
  ngOnInit(): void;
56
56
  private _initializeSlide;
@@ -11,7 +11,8 @@ export declare class InputDirective<T = unknown, J extends HTMLInputElement | HT
11
11
  private readonly _autofillMonitor;
12
12
  private readonly _focusMonitor;
13
13
  private readonly _elementRef;
14
- private _control;
14
+ private _implicitControl?;
15
+ private get control();
15
16
  private readonly _id;
16
17
  autocomplete: string | null;
17
18
  placeholder: string | null;
@@ -44,6 +45,7 @@ export declare class InputDirective<T = unknown, J extends HTMLInputElement | HT
44
45
  get errorId$(): import("rxjs").Observable<string | null>;
45
46
  get errorId(): string | null;
46
47
  readonly describedBy$: import("rxjs").Observable<string | null>;
48
+ constructor();
47
49
  ngOnInit(): void;
48
50
  ngOnDestroy(): void;
49
51
  focusInputVia(origin?: FocusOrigin): void;
@@ -5,7 +5,7 @@ import { InputBase } from './input.base';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class DecoratedInputBase extends InputBase implements AfterContentInit {
7
7
  private readonly _formFieldStateService;
8
- private readonly _destroy$;
8
+ readonly _destroy$: import("rxjs").Observable<boolean>;
9
9
  protected readonly inputPrefix?: TypedQueryList<InputPrefixDirective>;
10
10
  protected readonly inputSuffix?: TypedQueryList<InputSuffixDirective>;
11
11
  readonly _bindings: import("@ethlete/core").ReactiveBindingResult;
@@ -1,10 +1,8 @@
1
- import { OnInit } from '@angular/core';
2
1
  import { NativeInputRefDirective } from '../directives';
3
2
  import * as i0 from "@angular/core";
4
- export declare class InputBase implements OnInit {
3
+ export declare class InputBase {
5
4
  protected readonly input: import("../directives").InputDirective<unknown, HTMLInputElement>;
6
- protected readonly nativeInputRef: NativeInputRefDirective;
7
- ngOnInit(): void;
5
+ set nativeInputRef(value: NativeInputRefDirective);
8
6
  static ɵfac: i0.ɵɵFactoryDeclaration<InputBase, never>;
9
7
  static ɵdir: i0.ɵɵDirectiveDeclaration<InputBase, never, never, {}, {}, never, never, false, never>;
10
8
  }
@@ -1,9 +1,9 @@
1
- import { BooleanInput } from '@angular/cdk/coercion';
2
- import { ElementRef, OnInit } from '@angular/core';
3
- import { NgClassType, ScrollObserverScrollState } from '@ethlete/core';
1
+ import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
2
+ import { AfterContentInit, ElementRef, OnInit } from '@angular/core';
3
+ import { IsActiveElementDirective, NgClassType, ScrollObserverScrollState, TypedQueryList } from '@ethlete/core';
4
4
  import { BehaviorSubject } from 'rxjs';
5
5
  import * as i0 from "@angular/core";
6
- export declare class ScrollableComponent implements OnInit {
6
+ export declare class ScrollableComponent implements OnInit, AfterContentInit {
7
7
  private readonly _destroy$;
8
8
  private readonly _renderer;
9
9
  private readonly _elementRef;
@@ -26,13 +26,21 @@ export declare class ScrollableComponent implements OnInit {
26
26
  get cursorDragScroll(): boolean;
27
27
  set cursorDragScroll(value: BooleanInput);
28
28
  private _cursorDragScroll;
29
+ get activeElementScrollMargin(): number;
30
+ set activeElementScrollMargin(value: NumberInput);
31
+ private _activeElementScrollMargin;
32
+ get disableActiveElementScrolling(): boolean;
33
+ set disableActiveElementScrolling(value: BooleanInput);
34
+ private _disableActiveElementScrolling;
29
35
  scrollable: ElementRef<HTMLElement>;
36
+ activeElements: TypedQueryList<IsActiveElementDirective> | null;
30
37
  protected readonly scrollState$: BehaviorSubject<ScrollObserverScrollState | null>;
31
38
  ngOnInit(): void;
39
+ ngAfterContentInit(): void;
32
40
  protected _scrollStateChanged(scrollState: ScrollObserverScrollState): void;
33
41
  protected scrollOneContainerSizeToStart(): void;
34
42
  protected scrollOneContainerSizeToEnd(): void;
35
43
  scrollOneContainerSize(direction: 'start' | 'end'): void;
36
44
  static ɵfac: i0.ɵɵFactoryDeclaration<ScrollableComponent, never>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<ScrollableComponent, "et-scrollable", never, { "itemSize": { "alias": "itemSize"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "scrollableRole": { "alias": "scrollableRole"; "required": false; }; "scrollableClass": { "alias": "scrollableClass"; "required": false; }; "renderMasks": { "alias": "renderMasks"; "required": false; }; "renderButtons": { "alias": "renderButtons"; "required": false; }; "renderScrollbars": { "alias": "renderScrollbars"; "required": false; }; "stickyButtons": { "alias": "stickyButtons"; "required": false; }; "cursorDragScroll": { "alias": "cursorDragScroll"; "required": false; }; }, {}, never, ["*"], true, never>;
45
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScrollableComponent, "et-scrollable", never, { "itemSize": { "alias": "itemSize"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "scrollableRole": { "alias": "scrollableRole"; "required": false; }; "scrollableClass": { "alias": "scrollableClass"; "required": false; }; "renderMasks": { "alias": "renderMasks"; "required": false; }; "renderButtons": { "alias": "renderButtons"; "required": false; }; "renderScrollbars": { "alias": "renderScrollbars"; "required": false; }; "stickyButtons": { "alias": "stickyButtons"; "required": false; }; "cursorDragScroll": { "alias": "cursorDragScroll"; "required": false; }; "activeElementScrollMargin": { "alias": "activeElementScrollMargin"; "required": false; }; "disableActiveElementScrolling": { "alias": "disableActiveElementScrolling"; "required": false; }; }, {}, ["activeElements"], ["*"], true, never>;
38
46
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethlete/cdk",
3
- "version": "2.3.3",
3
+ "version": "2.5.0",
4
4
  "exports": {
5
5
  ".": {
6
6
  "css": "./src/lib/styles/index.css",
@@ -19,10 +19,10 @@
19
19
  "peerDependencies": {
20
20
  "@angular/common": "^15.2.1 || ^16.0.0",
21
21
  "@angular/core": "^15.2.1 || ^16.0.0",
22
- "@angular/cdk": "16.0.0",
23
- "@ethlete/core": "2.0.0",
24
- "@angular/animations": "16.0.0",
25
- "@ethlete/query": "4.2.2"
22
+ "@angular/cdk": "16.0.1",
23
+ "@ethlete/core": "2.2.1",
24
+ "@angular/animations": "16.0.2",
25
+ "@ethlete/query": "4.3.2"
26
26
  },
27
27
  "module": "fesm2022/ethlete-cdk.mjs",
28
28
  "typings": "index.d.ts",
@@ -1,2 +0,0 @@
1
- export * from './tree-select-option.component';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY2RrL3NyYy9saWIvY29tcG9uZW50cy9mb3Jtcy9jb21wb25lbnRzL3NlbGVjdC9jb21wb25lbnRzL3NlbGVjdC9wYXJ0aWFscy90cmVlLXNlbGVjdC1vcHRpb24vcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGdDQUFnQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi90cmVlLXNlbGVjdC1vcHRpb24uY29tcG9uZW50JztcbiJdfQ==
@@ -1,23 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- class TreeSelectOptionComponent {
4
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: TreeSelectOptionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: TreeSelectOptionComponent, isStandalone: true, selector: "et-tree-select-option", host: { classAttribute: "et-tree-select-option" }, ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
6
- }
7
- export { TreeSelectOptionComponent };
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: TreeSelectOptionComponent, decorators: [{
9
- type: Component,
10
- args: [{
11
- selector: 'et-tree-select-option',
12
- template: ``,
13
- standalone: true,
14
- changeDetection: ChangeDetectionStrategy.OnPush,
15
- encapsulation: ViewEncapsulation.None,
16
- host: {
17
- class: 'et-tree-select-option',
18
- },
19
- imports: [],
20
- hostDirectives: [],
21
- }]
22
- }] });
23
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJlZS1zZWxlY3Qtb3B0aW9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY2RrL3NyYy9saWIvY29tcG9uZW50cy9mb3Jtcy9jb21wb25lbnRzL3NlbGVjdC9jb21wb25lbnRzL3NlbGVjdC9wYXJ0aWFscy90cmVlLXNlbGVjdC1vcHRpb24vdHJlZS1zZWxlY3Qtb3B0aW9uLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDOztBQUV0RixNQVlhLHlCQUF5Qjs4R0FBekIseUJBQXlCO2tHQUF6Qix5QkFBeUIsb0lBVjFCLEVBQUU7O1NBVUQseUJBQXlCOzJGQUF6Qix5QkFBeUI7a0JBWnJDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLHVCQUF1QjtvQkFDakMsUUFBUSxFQUFFLEVBQUU7b0JBQ1osVUFBVSxFQUFFLElBQUk7b0JBQ2hCLGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNO29CQUMvQyxhQUFhLEVBQUUsaUJBQWlCLENBQUMsSUFBSTtvQkFDckMsSUFBSSxFQUFFO3dCQUNKLEtBQUssRUFBRSx1QkFBdUI7cUJBQy9CO29CQUNELE9BQU8sRUFBRSxFQUFFO29CQUNYLGNBQWMsRUFBRSxFQUFFO2lCQUNuQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2V0LXRyZWUtc2VsZWN0LW9wdGlvbicsXG4gIHRlbXBsYXRlOiBgYCxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGhvc3Q6IHtcbiAgICBjbGFzczogJ2V0LXRyZWUtc2VsZWN0LW9wdGlvbicsXG4gIH0sXG4gIGltcG9ydHM6IFtdLFxuICBob3N0RGlyZWN0aXZlczogW10sXG59KVxuZXhwb3J0IGNsYXNzIFRyZWVTZWxlY3RPcHRpb25Db21wb25lbnQge31cbiJdfQ==
@@ -1 +0,0 @@
1
- export * from './tree-select-option.component';
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class TreeSelectOptionComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<TreeSelectOptionComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<TreeSelectOptionComponent, "et-tree-select-option", never, {}, {}, never, never, true, never>;
5
- }