@ethlete/cdk 2.4.0 → 2.5.1

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 (238) 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 +486 -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 +455 -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 +10 -7
  94. package/esm2022/lib/components/forms/components/select/directives/index.mjs +2 -0
  95. package/esm2022/lib/components/forms/components/select/directives/public-api.mjs +2 -0
  96. package/esm2022/lib/components/forms/components/select/directives/select-field/public-api.mjs +2 -0
  97. package/esm2022/lib/components/forms/components/select/directives/select-field/select-field.directive.mjs +21 -0
  98. package/esm2022/lib/components/forms/components/select/public-api.mjs +2 -1
  99. package/esm2022/lib/components/forms/components/slide-toggle/components/slide-toggle/slide-toggle.component.mjs +3 -3
  100. package/esm2022/lib/components/forms/components/slide-toggle/components/slide-toggle-field/slide-toggle-field.component.mjs +3 -3
  101. package/esm2022/lib/components/forms/components/slide-toggle/directives/slide-toggle/slide-toggle.directive.mjs +3 -3
  102. package/esm2022/lib/components/forms/components/slider/components/slider/slider.component.mjs +3 -3
  103. package/esm2022/lib/components/forms/components/slider/components/slider-field/slider-field.component.mjs +3 -3
  104. package/esm2022/lib/components/forms/directives/dynamic-form-field/dynamic-form-field.directive.mjs +3 -3
  105. package/esm2022/lib/components/forms/directives/dynamic-form-group/dynamic-form-group.directive.mjs +3 -3
  106. package/esm2022/lib/components/forms/directives/if-input-empty/if-input-empty.directive.mjs +3 -3
  107. package/esm2022/lib/components/forms/directives/if-input-filled/if-input-filled.directive.mjs +3 -3
  108. package/esm2022/lib/components/forms/directives/input/input.directive.mjs +47 -32
  109. package/esm2022/lib/components/forms/directives/input-prefix/input-prefix.directive.mjs +3 -3
  110. package/esm2022/lib/components/forms/directives/input-suffix/input-suffix.directive.mjs +3 -3
  111. package/esm2022/lib/components/forms/directives/native-input-ref/native-input-ref.directive.mjs +3 -3
  112. package/esm2022/lib/components/forms/directives/static-form-field/static-form-field.directive.mjs +3 -3
  113. package/esm2022/lib/components/forms/directives/static-form-group/static-form-group.directive.mjs +3 -3
  114. package/esm2022/lib/components/forms/directives/writeable-input/writeable-input.directive.mjs +3 -3
  115. package/esm2022/lib/components/forms/services/default-validator-errors.service.mjs +3 -3
  116. package/esm2022/lib/components/forms/services/form-field-state.service.mjs +3 -3
  117. package/esm2022/lib/components/forms/services/form-group-state.service.mjs +3 -3
  118. package/esm2022/lib/components/forms/services/input-state.service.mjs +3 -3
  119. package/esm2022/lib/components/forms/utils/decorated-form-field.base.mjs +3 -3
  120. package/esm2022/lib/components/forms/utils/decorated-input.base.mjs +4 -4
  121. package/esm2022/lib/components/forms/utils/input.base.mjs +8 -8
  122. package/esm2022/lib/components/icons/chevron-icon/chevron-icon.component.mjs +3 -3
  123. package/esm2022/lib/components/masonry/components/masonry/masonry.component.mjs +3 -3
  124. package/esm2022/lib/components/masonry/partials/masonry-item/masonry-item.component.mjs +3 -3
  125. package/esm2022/lib/components/overlay/components/bottom-sheet/components/bottom-sheet-container/bottom-sheet-container.component.mjs +3 -3
  126. package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-container-base/bottom-sheet-container-base.component.mjs +3 -3
  127. package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-drag-handle/bottom-sheet-drag-handle.component.mjs +3 -3
  128. package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-title/bottom-sheet-title.directive.mjs +3 -3
  129. package/esm2022/lib/components/overlay/components/bottom-sheet/services/bottom-sheet-base.service.mjs +3 -3
  130. package/esm2022/lib/components/overlay/components/bottom-sheet/services/bottom-sheet-swipe-handler.service.mjs +3 -3
  131. package/esm2022/lib/components/overlay/components/bottom-sheet/services/bottom-sheet.service.mjs +3 -3
  132. package/esm2022/lib/components/overlay/components/dialog/components/dialog-container/dialog-container.component.mjs +3 -3
  133. package/esm2022/lib/components/overlay/components/dialog/partials/dialog-close/dialog-close.directive.mjs +3 -3
  134. package/esm2022/lib/components/overlay/components/dialog/partials/dialog-container-base/dialog-container-base.component.mjs +3 -3
  135. package/esm2022/lib/components/overlay/components/dialog/partials/dialog-title/dialog-title.directive.mjs +3 -3
  136. package/esm2022/lib/components/overlay/components/dialog/services/dialog-base.service.mjs +3 -3
  137. package/esm2022/lib/components/overlay/components/dialog/services/dialog.service.mjs +3 -3
  138. package/esm2022/lib/components/overlay/components/toggletip/components/toggletip/toggletip.component.mjs +3 -3
  139. package/esm2022/lib/components/overlay/components/toggletip/directives/toggletip/toggletip.directive.mjs +3 -3
  140. package/esm2022/lib/components/overlay/components/tooltip/components/tooltip/tooltip.component.mjs +3 -3
  141. package/esm2022/lib/components/overlay/components/tooltip/directives/tooltip/tooltip.directive.mjs +3 -3
  142. package/esm2022/lib/components/overlay/services/dynamic-overlay.service.mjs +3 -3
  143. package/esm2022/lib/components/pagination/components/pagination/pagination.component.mjs +3 -3
  144. package/esm2022/lib/components/pagination/partials/pagination-link/pagination-link.directive.mjs +3 -3
  145. package/esm2022/lib/components/pagination/services/pagination-head.service.mjs +3 -3
  146. package/esm2022/lib/components/picture/picture-data.directive.mjs +3 -3
  147. package/esm2022/lib/components/picture/picture.component.mjs +3 -3
  148. package/esm2022/lib/components/progress-spinner/progress-spinner.component.mjs +3 -3
  149. package/esm2022/lib/components/scrollable/components/scrollable/scrollable.component.mjs +3 -3
  150. package/esm2022/lib/components/skeleton/components/skeleton/skeleton.component.mjs +3 -3
  151. package/esm2022/lib/components/skeleton/partials/skeleton-item/skeleton-item.component.mjs +3 -3
  152. package/esm2022/lib/components/sort/components/sort-header/sort-header.component.mjs +3 -3
  153. package/esm2022/lib/components/sort/partials/sort/sort.directive.mjs +3 -3
  154. package/esm2022/lib/components/sort/services/sort-header-intl.mjs +3 -3
  155. package/esm2022/lib/components/table/components/table/table.component.mjs +3 -3
  156. package/esm2022/lib/components/table/partials/cells/cell/cell.directive.mjs +3 -3
  157. package/esm2022/lib/components/table/partials/cells/cell-def/cell-def.directive.mjs +3 -3
  158. package/esm2022/lib/components/table/partials/cells/column-def/column-def.directive.mjs +3 -3
  159. package/esm2022/lib/components/table/partials/cells/footer-cell/footer-cell.directive.mjs +3 -3
  160. package/esm2022/lib/components/table/partials/cells/footer-cell-def/footer-cell-def.directive.mjs +3 -3
  161. package/esm2022/lib/components/table/partials/cells/header-cell/header-cell.directive.mjs +3 -3
  162. package/esm2022/lib/components/table/partials/cells/header-cell-def/header-cell-def.directive.mjs +3 -3
  163. package/esm2022/lib/components/table/partials/cells/text-column/text-column.component.mjs +3 -3
  164. package/esm2022/lib/components/table/partials/rows/footer-row/footer-row.component.mjs +3 -3
  165. package/esm2022/lib/components/table/partials/rows/footer-row-def/footer-row-def.directive.mjs +3 -3
  166. package/esm2022/lib/components/table/partials/rows/header-row/header-row.component.mjs +3 -3
  167. package/esm2022/lib/components/table/partials/rows/header-row-def/header-row-def.directive.mjs +3 -3
  168. package/esm2022/lib/components/table/partials/rows/no-data-row/no-data-row.directive.mjs +3 -3
  169. package/esm2022/lib/components/table/partials/rows/recycle-rows/recycle-rows.directive.mjs +3 -3
  170. package/esm2022/lib/components/table/partials/rows/row/row.component.mjs +3 -3
  171. package/esm2022/lib/components/table/partials/rows/row-def/row-def.directive.mjs +3 -3
  172. package/esm2022/lib/components/table/partials/table-busy/table-busy.directive.mjs +3 -3
  173. package/esm2022/lib/components/table/partials/table-busy-outlet/table-busy-outlet.directive.mjs +3 -3
  174. package/esm2022/lib/components/tabs/components/inline-tabs/inline-tabs.component.mjs +3 -3
  175. package/esm2022/lib/components/tabs/components/nav-tabs/nav-tabs.component.mjs +3 -3
  176. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab/inline-tab.component.mjs +3 -3
  177. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-body/inline-tab-body.component.mjs +3 -3
  178. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-body-host/inline-tab-body-host.directive.mjs +3 -3
  179. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-content/inline-tab-content.directive.mjs +3 -3
  180. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-header/inline-tab-header.component.mjs +3 -3
  181. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-label/inline-tab-label.directive.mjs +3 -3
  182. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-label-wrapper/inline-tab-label-wrapper.directive.mjs +3 -3
  183. package/esm2022/lib/components/tabs/partials/nav-tabs/nav-tab-link/nav-tab-link.directive.mjs +3 -3
  184. package/esm2022/lib/components/tabs/partials/nav-tabs/nav-tabs-outlet/nav-tabs-outlet.component.mjs +3 -3
  185. package/esm2022/lib/components/tabs/utils/active-tab-underline.util.mjs +3 -3
  186. package/esm2022/lib/components/tabs/utils/paginated-tab-header.directive.mjs +3 -3
  187. package/esm2022/lib/services/swipe-handler.service.mjs +3 -3
  188. package/fesm2022/ethlete-cdk.mjs +1941 -719
  189. package/fesm2022/ethlete-cdk.mjs.map +1 -1
  190. package/lib/components/forms/components/select/components/combobox/combobox.imports.d.ts +5 -0
  191. package/lib/components/forms/components/select/components/combobox/components/combobox/combobox.component.d.ts +63 -0
  192. package/lib/components/forms/components/select/components/combobox/components/combobox/public-api.d.ts +1 -0
  193. package/lib/components/forms/components/select/components/combobox/components/index.d.ts +1 -0
  194. package/lib/components/forms/components/select/components/combobox/components/public-api.d.ts +1 -0
  195. package/lib/components/forms/components/select/components/combobox/directives/combobox/combobox.directive.d.ts +7 -0
  196. package/lib/components/forms/components/select/components/combobox/directives/combobox/public-api.d.ts +1 -0
  197. package/lib/components/forms/components/select/components/combobox/directives/public-api.d.ts +1 -0
  198. package/lib/components/forms/components/select/components/combobox/partials/combobox-body/combobox-body.component.d.ts +16 -0
  199. package/lib/components/forms/components/select/components/combobox/partials/combobox-body/public-api.d.ts +1 -0
  200. package/lib/components/forms/components/select/components/combobox/partials/combobox-option/combobox-option.component.d.ts +16 -0
  201. package/lib/components/forms/components/select/components/combobox/partials/combobox-option/index.d.ts +1 -0
  202. package/lib/components/forms/components/select/components/combobox/partials/combobox-option/public-api.d.ts +1 -0
  203. package/lib/components/forms/components/select/components/combobox/partials/index.d.ts +1 -0
  204. package/lib/components/forms/components/select/components/combobox/partials/public-api.d.ts +2 -0
  205. package/lib/components/forms/components/select/components/combobox/public-api.d.ts +3 -0
  206. package/lib/components/forms/components/select/components/public-api.d.ts +1 -0
  207. package/lib/components/forms/components/select/components/select/components/select/select.component.d.ts +8 -11
  208. package/lib/components/forms/components/select/components/select/directives/index.d.ts +1 -0
  209. package/lib/components/forms/components/select/components/select/directives/public-api.d.ts +3 -0
  210. package/lib/components/forms/components/select/components/select/directives/select/index.d.ts +1 -0
  211. package/lib/components/forms/components/select/components/select/directives/select/public-api.d.ts +1 -0
  212. package/lib/components/forms/components/select/components/select/directives/select/select.directive.d.ts +96 -0
  213. package/lib/components/forms/components/select/components/select/directives/select-body/index.d.ts +1 -0
  214. package/lib/components/forms/components/select/components/select/directives/select-body/public-api.d.ts +1 -0
  215. package/lib/components/forms/components/select/components/select/directives/select-body/select-body.directive.d.ts +14 -0
  216. package/lib/components/forms/components/select/components/select/directives/select-option/index.d.ts +1 -0
  217. package/lib/components/forms/components/select/components/select/directives/select-option/public-api.d.ts +1 -0
  218. package/lib/components/forms/components/select/components/select/directives/select-option/select-option.directive.d.ts +29 -0
  219. package/lib/components/forms/components/select/components/select/partials/public-api.d.ts +0 -1
  220. package/lib/components/forms/components/select/components/select/partials/select-body/select-body.component.d.ts +6 -1
  221. package/lib/components/forms/components/select/components/select/partials/select-option/select-option.component.d.ts +4 -1
  222. package/lib/components/forms/components/select/components/select/public-api.d.ts +1 -0
  223. package/lib/components/forms/components/select/components/select/select.imports.d.ts +2 -2
  224. package/lib/components/forms/components/select/components/select-field/select-field.component.d.ts +5 -4
  225. package/lib/components/forms/components/select/directives/index.d.ts +1 -0
  226. package/lib/components/forms/components/select/directives/public-api.d.ts +1 -0
  227. package/lib/components/forms/components/select/directives/select-field/public-api.d.ts +1 -0
  228. package/lib/components/forms/components/select/directives/select-field/select-field.directive.d.ts +8 -0
  229. package/lib/components/forms/components/select/public-api.d.ts +1 -0
  230. package/lib/components/forms/components/slider/components/slider/slider.component.d.ts +1 -1
  231. package/lib/components/forms/directives/input/input.directive.d.ts +3 -1
  232. package/lib/components/forms/utils/decorated-input.base.d.ts +1 -1
  233. package/lib/components/forms/utils/input.base.d.ts +2 -4
  234. package/package.json +5 -5
  235. package/esm2022/lib/components/forms/components/select/components/select/partials/tree-select-option/public-api.mjs +0 -2
  236. package/esm2022/lib/components/forms/components/select/components/select/partials/tree-select-option/tree-select-option.component.mjs +0 -23
  237. package/lib/components/forms/components/select/components/select/partials/tree-select-option/public-api.d.ts +0 -1
  238. 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,63 @@
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 const COMBOBOX_TOKEN: InjectionToken<ComboboxComponent>;
8
+ export declare class ComboboxComponent extends DecoratedInputBase implements OnInit {
9
+ private readonly _input;
10
+ private readonly _animatedOverlay;
11
+ private readonly _selectField;
12
+ get options(): unknown[];
13
+ set options(value: unknown[]);
14
+ set initialValue(value: unknown);
15
+ get filterInternal(): boolean;
16
+ set filterInternal(value: BooleanInput);
17
+ private _filterInternal$;
18
+ get loading(): boolean;
19
+ set loading(value: BooleanInput);
20
+ private _loading$;
21
+ readonly loading$: import("rxjs").Observable<boolean>;
22
+ get error(): unknown;
23
+ set error(value: unknown);
24
+ private _error$;
25
+ get placeholder(): string | null;
26
+ set placeholder(value: string | null);
27
+ private _placeholder$;
28
+ set multiple(value: BooleanInput);
29
+ set bindLabel(value: string | null);
30
+ set bindValue(value: string | null);
31
+ get allowCustomValues(): boolean;
32
+ set allowCustomValues(value: BooleanInput);
33
+ private _allowCustomValues$;
34
+ protected readonly filterChange: EventEmitter<string>;
35
+ private get _currentFilter();
36
+ private readonly _currentFilter$;
37
+ private get _isOpen();
38
+ private readonly _isOpen$;
39
+ private readonly _selectionModel;
40
+ readonly selectedOptions$: import("rxjs").Observable<unknown[]>;
41
+ readonly multiple$: import("rxjs").Observable<boolean>;
42
+ readonly options$: import("rxjs").Observable<unknown[]>;
43
+ constructor();
44
+ ngOnInit(): void;
45
+ getOptionLabel(option: unknown): import("rxjs").Observable<unknown>;
46
+ getOptionValue(option: unknown): import("rxjs").Observable<unknown>;
47
+ removeSelectedOption(option: unknown): void;
48
+ open(): void;
49
+ close(): void;
50
+ writeValueFromOption(option: unknown): void;
51
+ isOptionSelected(option: unknown): import("rxjs").Observable<boolean>;
52
+ protected processKeydownEvent(event: KeyboardEvent): void;
53
+ protected processInputEvent(event: Event): void;
54
+ protected handleBlurEvent(): void;
55
+ private _initDispatchFilterChanges;
56
+ private _initRepositionOnValueChanges;
57
+ private _updateFilter;
58
+ private _setFilterFromInputValue;
59
+ private _interpretKeyHandlerResult;
60
+ private _debugValidateComboboxConfig;
61
+ static ɵfac: i0.ɵɵFactoryDeclaration<ComboboxComponent, never>;
62
+ static ɵcmp: i0.ɵɵComponentDeclaration<ComboboxComponent, "et-combobox", never, { "options": { "alias": "options"; "required": true; }; "initialValue": { "alias": "initialValue"; "required": false; }; "filterInternal": { "alias": "filterInternal"; "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: {}; }]>;
63
+ }
@@ -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,96 @@
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
+ private readonly _selectField;
24
+ readonly input: import("../../../../../../directives").InputDirective<unknown, HTMLInputElement>;
25
+ private readonly _selectBodyId$;
26
+ private readonly _isOpen$;
27
+ get multiple(): boolean;
28
+ set multiple(value: BooleanInput);
29
+ private _multiple$;
30
+ emptyText?: string;
31
+ private set _selectOptionsQueryList(value);
32
+ private readonly _selectOptionsQueryList$;
33
+ readonly selectOptions$: import("rxjs").Observable<{
34
+ opt: SelectOptionDirective;
35
+ selected: boolean;
36
+ active: boolean;
37
+ }[] | null>;
38
+ readonly activeOption$: import("rxjs").Observable<{
39
+ opt: SelectOptionDirective;
40
+ selected: boolean;
41
+ active: boolean;
42
+ } | null>;
43
+ readonly selectedOptions$: import("rxjs").Observable<{
44
+ opt: SelectOptionDirective;
45
+ selected: boolean;
46
+ active: boolean;
47
+ }[] | null>;
48
+ readonly selectedOption$: import("rxjs").Observable<{
49
+ opt: SelectOptionDirective;
50
+ selected: boolean;
51
+ active: boolean;
52
+ } | null>;
53
+ readonly selectBodyId$: import("rxjs").Observable<string | null>;
54
+ readonly isOpen$: import("rxjs").Observable<boolean>;
55
+ readonly multiple$: import("rxjs").Observable<boolean>;
56
+ readonly selectCurrentValueId: string;
57
+ readonly ariaViewValue$: import("rxjs").Observable<string | null>;
58
+ readonly activeDescendant$: import("rxjs").Observable<string | null>;
59
+ readonly owns$: import("rxjs").Observable<string | null>;
60
+ readonly labelledBy$: import("rxjs").Observable<string>;
61
+ readonly _bindings: import("@ethlete/core").ReactiveBindingResult;
62
+ constructor();
63
+ ngOnInit(): void;
64
+ ngAfterContentInit(): void;
65
+ trackByFn: TrackByFunction<SelectOptionDirective>;
66
+ mountSelectBody(): void;
67
+ unmountSelectBody(): void;
68
+ setValue(value: unknown): void;
69
+ handleKeyDown(event: KeyboardEvent): void;
70
+ setSelectBody(config: SelectBodyConfig<T>): void;
71
+ removeOptionFromSelection(option: SelectOptionDirective): void;
72
+ _controlTouched(): void;
73
+ private _unmountSelectBodyOnDisable;
74
+ private _handleKeyDownInClosedState;
75
+ private _handleKeyDownInOpenState;
76
+ private _setActiveOption;
77
+ private _addActiveOptionToSelection;
78
+ private _removeActiveOptionFromSelection;
79
+ private _toggleSelectionOfAllOptions;
80
+ private _selectAllOptions;
81
+ private _deselectAllOptions;
82
+ private _toggleActiveOptionSelection;
83
+ private _setActiveOptionSelected;
84
+ private _setSelectedOptionActive;
85
+ private _setSelectedOption;
86
+ private _selectFirstOption;
87
+ private _selectLastOption;
88
+ private _selectOptionByOffset;
89
+ private _activateFirstOption;
90
+ private _activateLastOption;
91
+ private _activateOptionByOffset;
92
+ private _migrateSelectValue;
93
+ static ɵfac: i0.ɵɵFactoryDeclaration<SelectDirective<any>, never>;
94
+ 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: {}; }]>;
95
+ }
96
+ 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];
@@ -1,11 +1,12 @@
1
1
  import { InputStateService } from '../../../../services';
2
2
  import { DecoratedFormFieldBase } from '../../../../utils';
3
3
  import * as i0 from "@angular/core";
4
- import * as i1 from "../../../../directives/static-form-field/static-form-field.directive";
5
- import * as i2 from "../../../../directives/writeable-input/writeable-input.directive";
6
- import * as i3 from "../../../../directives/dynamic-form-field/dynamic-form-field.directive";
4
+ import * as i1 from "../../directives/select-field/select-field.directive";
5
+ import * as i2 from "../../../../directives/static-form-field/static-form-field.directive";
6
+ import * as i3 from "../../../../directives/writeable-input/writeable-input.directive";
7
+ import * as i4 from "../../../../directives/dynamic-form-field/dynamic-form-field.directive";
7
8
  export declare class SelectFieldComponent extends DecoratedFormFieldBase {
8
9
  protected readonly inputState: InputStateService<unknown, HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement | HTMLButtonElement>;
9
10
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectFieldComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectFieldComponent, "et-select-field", never, {}, {}, never, ["et-label", "*"], true, [{ directive: typeof i1.StaticFormFieldDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.WriteableInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i3.DynamicFormFieldDirective; inputs: { "hideErrorMessage": "hideErrorMessage"; }; outputs: {}; }]>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectFieldComponent, "et-select-field", never, {}, {}, never, ["et-label", "*"], true, [{ directive: typeof i1.SelectFieldDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.StaticFormFieldDirective; inputs: {}; outputs: {}; }, { directive: typeof i3.WriteableInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i4.DynamicFormFieldDirective; inputs: { "hideErrorMessage": "hideErrorMessage"; }; outputs: {}; }]>;
11
12
  }
@@ -0,0 +1 @@
1
+ export * from './public-api';
@@ -0,0 +1 @@
1
+ export * from './select-field/public-api';
@@ -0,0 +1 @@
1
+ export * from './select-field.directive';
@@ -0,0 +1,8 @@
1
+ import { InjectionToken } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare const SELECT_FIELD_TOKEN: InjectionToken<SelectFieldDirective>;
4
+ export declare class SelectFieldDirective {
5
+ readonly _bindings: import("@ethlete/core").ReactiveBindingResult;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<SelectFieldDirective, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SelectFieldDirective, never, ["etSelectField"], {}, {}, never, never, true, never>;
8
+ }
@@ -1 +1,2 @@
1
1
  export * from './components/public-api';
2
+ export * from './directives/public-api';
@@ -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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethlete/cdk",
3
- "version": "2.4.0",
3
+ "version": "2.5.1",
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.1.0",
24
- "@angular/animations": "16.0.0",
25
- "@ethlete/query": "4.3.0"
22
+ "@angular/cdk": "16.0.1",
23
+ "@ethlete/core": "2.3.0",
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
- }