@ethlete/cdk 4.5.0 → 4.7.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 (295) hide show
  1. package/CHANGELOG.md +16 -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 +4 -4
  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 +4 -4
  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/bracket/utils/bracket.utils.mjs +1 -1
  14. package/esm2022/lib/components/button/components/button/button.component.mjs +3 -3
  15. package/esm2022/lib/components/button/components/query-button/query-button.component.mjs +3 -3
  16. package/esm2022/lib/components/button/directives/button/button.directive.mjs +3 -3
  17. package/esm2022/lib/components/button/directives/query-button/query-button.directive.mjs +4 -4
  18. package/esm2022/lib/components/filter/filter-overlay/components/filter-overlay-page-outlet/filter-overlay-page-outlet.component.mjs +3 -3
  19. package/esm2022/lib/components/filter/filter-overlay/directives/filter-overlay-back-or-close/filter-overlay-back-or-close.directive.mjs +4 -4
  20. package/esm2022/lib/components/filter/filter-overlay/directives/filter-overlay-link/filter-overlay-link.directive.mjs +3 -3
  21. package/esm2022/lib/components/filter/filter-overlay/directives/filter-overlay-reset/filter-overlay-reset.directive.mjs +3 -3
  22. package/esm2022/lib/components/filter/filter-overlay/directives/filter-overlay-submit/filter-overlay-submit.directive.mjs +3 -3
  23. package/esm2022/lib/components/filter/filter-overlay/services/filter-overlay.service.mjs +3 -3
  24. package/esm2022/lib/components/filter/filter-overlay/utils/filter-overlay-ref.mjs +1 -1
  25. package/esm2022/lib/components/filter/rich-filter/components/rich-filter-host/rich-filter-host.component.mjs +3 -3
  26. package/esm2022/lib/components/filter/rich-filter/directives/rich-filter-button/rich-filter-button.directive.mjs +3 -3
  27. package/esm2022/lib/components/filter/rich-filter/directives/rich-filter-button-slot/rich-filter-button-slot.directive.mjs +3 -3
  28. package/esm2022/lib/components/filter/rich-filter/directives/rich-filter-content/rich-filter-content.directive.mjs +3 -3
  29. package/esm2022/lib/components/filter/rich-filter/directives/rich-filter-top/rich-filter-top.directive.mjs +3 -3
  30. package/esm2022/lib/components/forms/components/checkbox/components/checkbox/checkbox.component.mjs +3 -3
  31. package/esm2022/lib/components/forms/components/checkbox/components/checkbox-field/checkbox-field.component.mjs +3 -3
  32. package/esm2022/lib/components/forms/components/checkbox/components/checkbox-group/checkbox-group.component.mjs +3 -3
  33. package/esm2022/lib/components/forms/components/checkbox/directives/checkbox/checkbox.directive.mjs +3 -3
  34. package/esm2022/lib/components/forms/components/checkbox/directives/checkbox-field/checkbox-field.directive.mjs +4 -4
  35. package/esm2022/lib/components/forms/components/checkbox/directives/checkbox-group/checkbox-group.directive.mjs +4 -4
  36. package/esm2022/lib/components/forms/components/checkbox/directives/checkbox-group-control/checkbox-group-control.directive.mjs +3 -3
  37. package/esm2022/lib/components/forms/components/error/components/error/error.component.mjs +4 -4
  38. package/esm2022/lib/components/forms/components/input/components/date-input/date-input.component.mjs +3 -3
  39. package/esm2022/lib/components/forms/components/input/components/date-time-input/date-time-input.component.mjs +3 -3
  40. package/esm2022/lib/components/forms/components/input/components/email-input/email-input.component.mjs +3 -3
  41. package/esm2022/lib/components/forms/components/input/components/input-field/input-field.component.mjs +3 -3
  42. package/esm2022/lib/components/forms/components/input/components/number-input/number-input.component.mjs +3 -3
  43. package/esm2022/lib/components/forms/components/input/components/password-input/password-input.component.mjs +3 -3
  44. package/esm2022/lib/components/forms/components/input/components/search-input/search-input.component.mjs +3 -3
  45. package/esm2022/lib/components/forms/components/input/components/text-input/text-input.component.mjs +3 -3
  46. package/esm2022/lib/components/forms/components/input/components/textarea-input/textarea-input.component.mjs +3 -3
  47. package/esm2022/lib/components/forms/components/input/directives/autosize-textarea/autosize-textarea.directive.mjs +4 -4
  48. package/esm2022/lib/components/forms/components/input/directives/date-input/date-input.directive.mjs +4 -4
  49. package/esm2022/lib/components/forms/components/input/directives/date-time-input/date-time-input.directive.mjs +4 -4
  50. package/esm2022/lib/components/forms/components/input/directives/email-input/email-input.directive.mjs +4 -4
  51. package/esm2022/lib/components/forms/components/input/directives/number-input/number-input.directive.mjs +4 -4
  52. package/esm2022/lib/components/forms/components/input/directives/password-input/password-input.directive.mjs +4 -4
  53. package/esm2022/lib/components/forms/components/input/directives/search-input/search-input.directive.mjs +4 -4
  54. package/esm2022/lib/components/forms/components/input/directives/show-picker-trigger/show-picker-trigger.directive.mjs +4 -4
  55. package/esm2022/lib/components/forms/components/input/directives/text-input/text-input.directive.mjs +4 -4
  56. package/esm2022/lib/components/forms/components/input/directives/textarea-input/textarea-input.directive.mjs +4 -4
  57. package/esm2022/lib/components/forms/components/input/partials/password-input-toggle/password-input-toggle.component.mjs +3 -3
  58. package/esm2022/lib/components/forms/components/input/partials/search-input-clear/search-input-clear.component.mjs +3 -3
  59. package/esm2022/lib/components/forms/components/label/components/label/label.component.mjs +3 -3
  60. package/esm2022/lib/components/forms/components/label/directives/label-suffix/label-suffix.directive.mjs +3 -3
  61. package/esm2022/lib/components/forms/components/radio/components/radio/radio.component.mjs +3 -3
  62. package/esm2022/lib/components/forms/components/radio/components/radio-field/radio-field.component.mjs +3 -3
  63. package/esm2022/lib/components/forms/components/radio/components/radio-group/radio-group.component.mjs +3 -3
  64. package/esm2022/lib/components/forms/components/radio/directives/radio/radio.directive.mjs +4 -4
  65. package/esm2022/lib/components/forms/components/radio/directives/radio-field/radio-field.directive.mjs +3 -3
  66. package/esm2022/lib/components/forms/components/radio/directives/radio-group/radio-group.directive.mjs +3 -3
  67. package/esm2022/lib/components/forms/components/segmented-button/components/segmented-button/segmented-button.component.mjs +4 -4
  68. package/esm2022/lib/components/forms/components/segmented-button/components/segmented-button-field/segmented-button-field.component.mjs +3 -3
  69. package/esm2022/lib/components/forms/components/segmented-button/components/segmented-button-group/segmented-button-group.component.mjs +3 -3
  70. package/esm2022/lib/components/forms/components/segmented-button/directives/segmented-button/segmented-button.directive.mjs +4 -4
  71. package/esm2022/lib/components/forms/components/segmented-button/directives/segmented-button-field/segmented-button-field.directive.mjs +3 -3
  72. package/esm2022/lib/components/forms/components/segmented-button/directives/segmented-button-group/segmented-button-group.directive.mjs +4 -4
  73. package/esm2022/lib/components/forms/components/select/components/combobox/components/combobox/combobox.component.mjs +5 -5
  74. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox/combobox.directive.mjs +30 -137
  75. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-body-empty-template/combobox-body-empty-template.directive.mjs +3 -3
  76. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-body-error-template/combobox-body-error-template.directive.mjs +3 -3
  77. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-body-loading-template/combobox-body-loading-template.directive.mjs +3 -3
  78. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-body-more-items-hint-template/combobox-body-more-items-hint-template.directive.mjs +3 -3
  79. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-option-template/combobox-option-template.directive.mjs +3 -3
  80. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-selected-option-template/combobox-selected-option-template.directive.mjs +3 -3
  81. package/esm2022/lib/components/forms/components/select/components/combobox/partials/combobox-body/combobox-body.component.mjs +23 -33
  82. package/esm2022/lib/components/forms/components/select/components/combobox/partials/combobox-option/combobox-option.component.mjs +39 -47
  83. package/esm2022/lib/components/forms/components/select/components/combobox/private/combobox.private.errors.mjs +1 -1
  84. package/esm2022/lib/components/forms/components/select/components/native-select/components/native-select/native-select.component.mjs +3 -3
  85. package/esm2022/lib/components/forms/components/select/components/native-select/directives/native-select-input/native-select-input.directive.mjs +4 -4
  86. package/esm2022/lib/components/forms/components/select/components/native-select/directives/native-select-option/native-select-option.directive.mjs +3 -3
  87. package/esm2022/lib/components/forms/components/select/components/native-select/partials/native-select-option/native-select-option.component.mjs +3 -3
  88. package/esm2022/lib/components/forms/components/select/components/select/components/select/select.component.mjs +3 -3
  89. package/esm2022/lib/components/forms/components/select/components/select/directives/select/select.directive.mjs +4 -4
  90. package/esm2022/lib/components/forms/components/select/components/select/directives/select-body/select-body.directive.mjs +3 -3
  91. package/esm2022/lib/components/forms/components/select/components/select/directives/select-option/select-option.directive.mjs +4 -4
  92. package/esm2022/lib/components/forms/components/select/components/select/partials/select-body/select-body.component.mjs +3 -3
  93. package/esm2022/lib/components/forms/components/select/components/select/partials/select-option/select-option.component.mjs +3 -3
  94. package/esm2022/lib/components/forms/components/select/components/select-field/select-field.component.mjs +3 -3
  95. package/esm2022/lib/components/forms/components/select/directives/select-field/select-field.directive.mjs +3 -3
  96. package/esm2022/lib/components/forms/components/selection-list/components/selection-list-field/selection-list-field.component.mjs +3 -3
  97. package/esm2022/lib/components/forms/components/selection-list/components/selection-list-option/selection-list-option.component.mjs +3 -3
  98. package/esm2022/lib/components/forms/components/selection-list/directives/selection-list-field/selection-list-field.directive.mjs +4 -4
  99. package/esm2022/lib/components/forms/components/selection-list/directives/selection-list-option/selection-list-option.directive.mjs +4 -4
  100. package/esm2022/lib/components/forms/components/slide-toggle/components/slide-toggle/slide-toggle.component.mjs +3 -3
  101. package/esm2022/lib/components/forms/components/slide-toggle/components/slide-toggle-field/slide-toggle-field.component.mjs +3 -3
  102. package/esm2022/lib/components/forms/components/slide-toggle/directives/slide-toggle/slide-toggle.directive.mjs +3 -3
  103. package/esm2022/lib/components/forms/components/slider/components/slider/slider.component.mjs +4 -4
  104. package/esm2022/lib/components/forms/components/slider/components/slider-field/slider-field.component.mjs +3 -3
  105. package/esm2022/lib/components/forms/directives/dynamic-form-field/dynamic-form-field.directive.mjs +3 -3
  106. package/esm2022/lib/components/forms/directives/dynamic-form-group/dynamic-form-group.directive.mjs +3 -3
  107. package/esm2022/lib/components/forms/directives/expose-input-vars/expose-input-vars.directive.mjs +3 -3
  108. package/esm2022/lib/components/forms/directives/if-input-empty/if-input-empty.directive.mjs +4 -4
  109. package/esm2022/lib/components/forms/directives/if-input-filled/if-input-filled.directive.mjs +4 -4
  110. package/esm2022/lib/components/forms/directives/input/input.directive.mjs +4 -4
  111. package/esm2022/lib/components/forms/directives/input-prefix/input-prefix.directive.mjs +3 -3
  112. package/esm2022/lib/components/forms/directives/input-suffix/input-suffix.directive.mjs +3 -3
  113. package/esm2022/lib/components/forms/directives/native-input-ref/native-input-ref.directive.mjs +3 -3
  114. package/esm2022/lib/components/forms/directives/static-form-field/static-form-field.directive.mjs +4 -4
  115. package/esm2022/lib/components/forms/directives/static-form-group/static-form-group.directive.mjs +3 -3
  116. package/esm2022/lib/components/forms/directives/writeable-input/writeable-input.directive.mjs +3 -3
  117. package/esm2022/lib/components/forms/services/default-validator-errors.service.mjs +4 -4
  118. package/esm2022/lib/components/forms/services/form-field-state.service.mjs +3 -3
  119. package/esm2022/lib/components/forms/services/form-group-state.service.mjs +3 -3
  120. package/esm2022/lib/components/forms/services/input-state.service.mjs +4 -4
  121. package/esm2022/lib/components/forms/utils/decorated-form-field.base.mjs +3 -3
  122. package/esm2022/lib/components/forms/utils/decorated-input.base.mjs +3 -3
  123. package/esm2022/lib/components/forms/utils/input.base.mjs +4 -4
  124. package/esm2022/lib/components/icons/chevron-icon/chevron-icon.component.mjs +3 -3
  125. package/esm2022/lib/components/masonry/components/masonry/masonry.component.mjs +4 -4
  126. package/esm2022/lib/components/masonry/partials/masonry-item/masonry-item.component.mjs +4 -4
  127. package/esm2022/lib/components/overlay/components/bottom-sheet/components/bottom-sheet-container/bottom-sheet-container.component.mjs +3 -3
  128. package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-container-base/bottom-sheet-container-base.component.mjs +4 -4
  129. package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-drag-handle/bottom-sheet-drag-handle.component.mjs +4 -4
  130. package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-title/bottom-sheet-title.directive.mjs +4 -4
  131. package/esm2022/lib/components/overlay/components/bottom-sheet/services/bottom-sheet-base.service.mjs +4 -4
  132. package/esm2022/lib/components/overlay/components/bottom-sheet/services/bottom-sheet-swipe-handler.service.mjs +4 -4
  133. package/esm2022/lib/components/overlay/components/bottom-sheet/services/bottom-sheet.service.mjs +3 -3
  134. package/esm2022/lib/components/overlay/components/bottom-sheet/utils/bottom-sheet-ref.mjs +1 -1
  135. package/esm2022/lib/components/overlay/components/bottom-sheet/utils/bottom-sheet.utils.mjs +1 -1
  136. package/esm2022/lib/components/overlay/components/dialog/components/dialog-container/dialog-container.component.mjs +3 -3
  137. package/esm2022/lib/components/overlay/components/dialog/partials/dialog-close/dialog-close.directive.mjs +4 -4
  138. package/esm2022/lib/components/overlay/components/dialog/partials/dialog-container-base/dialog-container-base.component.mjs +4 -4
  139. package/esm2022/lib/components/overlay/components/dialog/partials/dialog-title/dialog-title.directive.mjs +4 -4
  140. package/esm2022/lib/components/overlay/components/dialog/services/dialog-base.service.mjs +4 -4
  141. package/esm2022/lib/components/overlay/components/dialog/services/dialog.service.mjs +3 -3
  142. package/esm2022/lib/components/overlay/components/dialog/utils/dialog-ref.mjs +1 -1
  143. package/esm2022/lib/components/overlay/components/dialog/utils/dialog.utils.mjs +1 -1
  144. package/esm2022/lib/components/overlay/components/menu/components/menu/menu.component.mjs +4 -4
  145. package/esm2022/lib/components/overlay/components/menu/components/menu-container/menu-container.component.mjs +3 -3
  146. package/esm2022/lib/components/overlay/components/menu/components/public-api.mjs +3 -3
  147. package/esm2022/lib/components/overlay/components/menu/directives/menu-group/menu-group.directive.mjs +3 -3
  148. package/esm2022/lib/components/overlay/components/menu/directives/menu-group-title/menu-group-title.directive.mjs +3 -3
  149. package/esm2022/lib/components/overlay/components/menu/directives/menu-item/menu-item.directive.mjs +4 -4
  150. package/esm2022/lib/components/overlay/components/menu/directives/menu-trigger/menu-trigger.directive.mjs +4 -4
  151. package/esm2022/lib/components/overlay/components/menu/directives/public-api.mjs +3 -3
  152. package/esm2022/lib/components/overlay/components/menu/menu.imports.mjs +3 -7
  153. package/esm2022/lib/components/overlay/components/menu-deprecated/context-menu-trigger.mjs +7 -7
  154. package/esm2022/lib/components/overlay/components/menu-deprecated/menu-aim.mjs +7 -7
  155. package/esm2022/lib/components/overlay/components/menu-deprecated/menu-bar.mjs +4 -4
  156. package/esm2022/lib/components/overlay/components/menu-deprecated/menu-base.mjs +4 -4
  157. package/esm2022/lib/components/overlay/components/menu-deprecated/menu-group.mjs +3 -3
  158. package/esm2022/lib/components/overlay/components/menu-deprecated/menu-item-checkbox.mjs +4 -4
  159. package/esm2022/lib/components/overlay/components/menu-deprecated/menu-item-radio.mjs +4 -4
  160. package/esm2022/lib/components/overlay/components/menu-deprecated/menu-item-selectable.mjs +4 -4
  161. package/esm2022/lib/components/overlay/components/menu-deprecated/menu-item.mjs +4 -4
  162. package/esm2022/lib/components/overlay/components/menu-deprecated/menu-module.mjs +4 -4
  163. package/esm2022/lib/components/overlay/components/menu-deprecated/menu-stack.mjs +4 -4
  164. package/esm2022/lib/components/overlay/components/menu-deprecated/menu-trigger-base.mjs +4 -4
  165. package/esm2022/lib/components/overlay/components/menu-deprecated/menu-trigger.mjs +4 -4
  166. package/esm2022/lib/components/overlay/components/menu-deprecated/menu.mjs +4 -4
  167. package/esm2022/lib/components/overlay/components/overlay/components/overlay-container/overlay-container.component.mjs +4 -4
  168. package/esm2022/lib/components/overlay/components/overlay/partials/overlay-body/overlay-body.component.mjs +4 -4
  169. package/esm2022/lib/components/overlay/components/overlay/partials/overlay-close/overlay-close.directive.mjs +4 -4
  170. package/esm2022/lib/components/overlay/components/overlay/partials/overlay-footer/overlay-footer.directive.mjs +4 -4
  171. package/esm2022/lib/components/overlay/components/overlay/partials/overlay-header/overlay-header.directive.mjs +4 -4
  172. package/esm2022/lib/components/overlay/components/overlay/partials/overlay-title/overlay-title.directive.mjs +4 -4
  173. package/esm2022/lib/components/overlay/components/overlay/services/overlay.service.mjs +4 -4
  174. package/esm2022/lib/components/overlay/components/overlay/utils/overlay-ref.mjs +1 -1
  175. package/esm2022/lib/components/overlay/components/overlay/utils/overlay.utils.mjs +1 -1
  176. package/esm2022/lib/components/overlay/components/toggletip/components/toggletip/toggletip.component.mjs +3 -3
  177. package/esm2022/lib/components/overlay/components/toggletip/directives/toggletip/toggletip.directive.mjs +4 -4
  178. package/esm2022/lib/components/overlay/components/tooltip/components/tooltip/tooltip.component.mjs +3 -3
  179. package/esm2022/lib/components/overlay/components/tooltip/directives/tooltip/tooltip.directive.mjs +4 -4
  180. package/esm2022/lib/components/overlay/directives/dynamic-overlay-title/dynamic-overlay-title.directive.mjs +4 -4
  181. package/esm2022/lib/components/overlay/directives/overlay-close-auto-blocker/overlay-close-auto-blocker.directive.mjs +4 -4
  182. package/esm2022/lib/components/overlay/services/dynamic-overlay.service.mjs +4 -4
  183. package/esm2022/lib/components/overlay/utils/overlay-dismiss-checker.util.mjs +1 -1
  184. package/esm2022/lib/components/pagination/components/pagination/pagination.component.mjs +4 -4
  185. package/esm2022/lib/components/pagination/partials/pagination-link/pagination-link.directive.mjs +4 -4
  186. package/esm2022/lib/components/pagination/services/pagination-head.service.mjs +4 -4
  187. package/esm2022/lib/components/pagination/utils/pagination.util.mjs +1 -1
  188. package/esm2022/lib/components/picture/picture-data.directive.mjs +3 -3
  189. package/esm2022/lib/components/picture/picture.component.mjs +4 -4
  190. package/esm2022/lib/components/picture/pipes/normalize-source/normalize-source.pipe.mjs +3 -3
  191. package/esm2022/lib/components/picture/pipes/normalize-source/normalize-source.util.mjs +1 -1
  192. package/esm2022/lib/components/progress-spinner/progress-spinner.component.mjs +4 -4
  193. package/esm2022/lib/components/query-error/components/query-error/query-error.component.mjs +3 -3
  194. package/esm2022/lib/components/query-error/directives/query-error/query-error.directive.mjs +271 -8
  195. package/esm2022/lib/components/scrollable/components/scrollable/scrollable.component.mjs +4 -4
  196. package/esm2022/lib/components/scrollable/directives/scrollable-ignore-child/scrollable-ignore-child.directive.mjs +3 -3
  197. package/esm2022/lib/components/scrollable/directives/scrollable-is-active-child/scrollable-is-active-child.directive.mjs +3 -3
  198. package/esm2022/lib/components/skeleton/components/skeleton/skeleton.component.mjs +3 -3
  199. package/esm2022/lib/components/skeleton/partials/skeleton-item/skeleton-item.component.mjs +3 -3
  200. package/esm2022/lib/components/sort/components/sort-header/sort-header.component.mjs +4 -4
  201. package/esm2022/lib/components/sort/partials/sort/sort.directive.mjs +4 -4
  202. package/esm2022/lib/components/sort/services/sort-header-intl.mjs +3 -3
  203. package/esm2022/lib/components/table/components/table/table.component.mjs +67 -67
  204. package/esm2022/lib/components/table/partials/cells/cell/cell.directive.mjs +3 -3
  205. package/esm2022/lib/components/table/partials/cells/cell-def/cell-def.directive.mjs +3 -3
  206. package/esm2022/lib/components/table/partials/cells/column-def/column-def.directive.mjs +3 -3
  207. package/esm2022/lib/components/table/partials/cells/footer-cell/footer-cell.directive.mjs +3 -3
  208. package/esm2022/lib/components/table/partials/cells/footer-cell-def/footer-cell-def.directive.mjs +3 -3
  209. package/esm2022/lib/components/table/partials/cells/header-cell/header-cell.directive.mjs +3 -3
  210. package/esm2022/lib/components/table/partials/cells/header-cell-def/header-cell-def.directive.mjs +3 -3
  211. package/esm2022/lib/components/table/partials/cells/text-column/text-column.component.mjs +3 -3
  212. package/esm2022/lib/components/table/partials/rows/footer-row/footer-row.component.mjs +3 -3
  213. package/esm2022/lib/components/table/partials/rows/footer-row-def/footer-row-def.directive.mjs +3 -3
  214. package/esm2022/lib/components/table/partials/rows/header-row/header-row.component.mjs +3 -3
  215. package/esm2022/lib/components/table/partials/rows/header-row-def/header-row-def.directive.mjs +3 -3
  216. package/esm2022/lib/components/table/partials/rows/no-data-row/no-data-row.directive.mjs +3 -3
  217. package/esm2022/lib/components/table/partials/rows/recycle-rows/recycle-rows.directive.mjs +3 -3
  218. package/esm2022/lib/components/table/partials/rows/row/row.component.mjs +3 -3
  219. package/esm2022/lib/components/table/partials/rows/row-def/row-def.directive.mjs +3 -3
  220. package/esm2022/lib/components/table/partials/table-busy/table-busy.directive.mjs +3 -3
  221. package/esm2022/lib/components/table/partials/table-busy-outlet/table-busy-outlet.directive.mjs +3 -3
  222. package/esm2022/lib/components/table/utils/table-data-source.mjs +1 -1
  223. package/esm2022/lib/components/tabs/components/inline-tabs/inline-tabs.component.mjs +4 -4
  224. package/esm2022/lib/components/tabs/components/nav-tabs/nav-tabs.component.mjs +4 -4
  225. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab/inline-tab.component.mjs +4 -4
  226. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-body/inline-tab-body.component.mjs +4 -4
  227. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-body-host/inline-tab-body-host.directive.mjs +3 -3
  228. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-content/inline-tab-content.directive.mjs +3 -3
  229. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-header/inline-tab-header.component.mjs +3 -3
  230. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-label/inline-tab-label.directive.mjs +3 -3
  231. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-label-wrapper/inline-tab-label-wrapper.directive.mjs +3 -3
  232. package/esm2022/lib/components/tabs/partials/nav-tabs/nav-tab-link/nav-tab-link.directive.mjs +4 -4
  233. package/esm2022/lib/components/tabs/partials/nav-tabs/nav-tabs-outlet/nav-tabs-outlet.component.mjs +3 -3
  234. package/esm2022/lib/components/tabs/utils/active-tab-underline.util.mjs +4 -4
  235. package/esm2022/lib/components/tabs/utils/paginated-tab-header.directive.mjs +4 -4
  236. package/esm2022/lib/services/swipe-handler.service.mjs +4 -4
  237. package/fesm2022/ethlete-cdk.mjs +7851 -7864
  238. package/fesm2022/ethlete-cdk.mjs.map +1 -1
  239. package/lib/components/button/directives/button/button.directive.d.ts +6 -0
  240. package/lib/components/button/directives/query-button/query-button.directive.d.ts +3 -0
  241. package/lib/components/forms/components/checkbox/directives/checkbox/checkbox.directive.d.ts +3 -0
  242. package/lib/components/forms/components/checkbox/directives/checkbox-field/checkbox-field.directive.d.ts +3 -0
  243. package/lib/components/forms/components/checkbox/directives/checkbox-group-control/checkbox-group-control.directive.d.ts +3 -0
  244. package/lib/components/forms/components/error/components/error/error.component.d.ts +3 -0
  245. package/lib/components/forms/components/radio/directives/radio/radio.directive.d.ts +3 -0
  246. package/lib/components/forms/components/radio/directives/radio-field/radio-field.directive.d.ts +3 -0
  247. package/lib/components/forms/components/radio/directives/radio-group/radio-group.directive.d.ts +3 -0
  248. package/lib/components/forms/components/segmented-button/directives/segmented-button/segmented-button.directive.d.ts +3 -0
  249. package/lib/components/forms/components/segmented-button/directives/segmented-button-field/segmented-button-field.directive.d.ts +3 -0
  250. package/lib/components/forms/components/segmented-button/directives/segmented-button-group/segmented-button-group.directive.d.ts +3 -0
  251. package/lib/components/forms/components/select/components/combobox/directives/combobox/combobox.directive.d.ts +28 -58
  252. package/lib/components/forms/components/select/components/combobox/partials/combobox-body/combobox-body.component.d.ts +20 -16
  253. package/lib/components/forms/components/select/components/combobox/partials/combobox-option/combobox-option.component.d.ts +20 -16
  254. package/lib/components/forms/components/select/components/select/directives/select/select.directive.d.ts +6 -0
  255. package/lib/components/forms/components/select/components/select/directives/select-body/select-body.directive.d.ts +3 -0
  256. package/lib/components/forms/components/select/components/select/directives/select-option/select-option.directive.d.ts +6 -0
  257. package/lib/components/forms/components/slide-toggle/directives/slide-toggle/slide-toggle.directive.d.ts +3 -0
  258. package/lib/components/forms/components/slider/components/slider/slider.component.d.ts +6 -0
  259. package/lib/components/forms/directives/writeable-input/writeable-input.directive.d.ts +3 -0
  260. package/lib/components/forms/utils/decorated-form-field.base.d.ts +3 -0
  261. package/lib/components/forms/utils/decorated-input.base.d.ts +3 -0
  262. package/lib/components/masonry/components/masonry/masonry.component.d.ts +3 -0
  263. package/lib/components/overlay/components/menu/components/menu/menu.component.d.ts +3 -0
  264. package/lib/components/overlay/components/menu/components/public-api.d.ts +0 -2
  265. package/lib/components/overlay/components/menu/directives/menu-group/menu-group.directive.d.ts +3 -0
  266. package/lib/components/overlay/components/menu/directives/menu-item/menu-item.directive.d.ts +6 -0
  267. package/lib/components/overlay/components/menu/directives/menu-trigger/menu-trigger.directive.d.ts +6 -0
  268. package/lib/components/overlay/components/menu/directives/public-api.d.ts +0 -2
  269. package/lib/components/overlay/components/menu/menu.imports.d.ts +3 -3
  270. package/lib/components/overlay/components/overlay/components/overlay-container/overlay-container.component.d.ts +3 -0
  271. package/lib/components/overlay/components/overlay/partials/overlay-body/overlay-body.component.d.ts +3 -0
  272. package/lib/components/query-error/directives/query-error/query-error.directive.d.ts +6 -2
  273. package/lib/components/scrollable/components/scrollable/scrollable.component.d.ts +6 -0
  274. package/lib/components/scrollable/directives/scrollable-ignore-child/scrollable-ignore-child.directive.d.ts +3 -0
  275. package/lib/components/scrollable/directives/scrollable-is-active-child/scrollable-is-active-child.directive.d.ts +3 -0
  276. package/lib/components/table/components/table/table.component.d.ts +4 -11
  277. package/package.json +8 -8
  278. package/esm2022/lib/components/forms/index.mjs +0 -2
  279. package/esm2022/lib/components/overlay/components/menu/components/menu-checkbox-item/menu-checkbox-item.component.mjs +0 -68
  280. package/esm2022/lib/components/overlay/components/menu/components/menu-checkbox-item/public-api.mjs +0 -2
  281. package/esm2022/lib/components/overlay/components/menu/components/menu-radio-item/menu-radio-item.component.mjs +0 -61
  282. package/esm2022/lib/components/overlay/components/menu/components/menu-radio-item/public-api.mjs +0 -2
  283. package/esm2022/lib/components/overlay/components/menu/directives/menu-checkbox-group/menu-checkbox-group.directive.mjs +0 -31
  284. package/esm2022/lib/components/overlay/components/menu/directives/menu-checkbox-group/public-api.mjs +0 -2
  285. package/esm2022/lib/components/overlay/components/menu/directives/menu-radio-group/menu-radio-group.directive.mjs +0 -42
  286. package/esm2022/lib/components/overlay/components/menu/directives/menu-radio-group/public-api.mjs +0 -2
  287. package/lib/components/forms/index.d.ts +0 -1
  288. package/lib/components/overlay/components/menu/components/menu-checkbox-item/menu-checkbox-item.component.d.ts +0 -23
  289. package/lib/components/overlay/components/menu/components/menu-checkbox-item/public-api.d.ts +0 -1
  290. package/lib/components/overlay/components/menu/components/menu-radio-item/menu-radio-item.component.d.ts +0 -21
  291. package/lib/components/overlay/components/menu/components/menu-radio-item/public-api.d.ts +0 -1
  292. package/lib/components/overlay/components/menu/directives/menu-checkbox-group/menu-checkbox-group.directive.d.ts +0 -9
  293. package/lib/components/overlay/components/menu/directives/menu-checkbox-group/public-api.d.ts +0 -1
  294. package/lib/components/overlay/components/menu/directives/menu-radio-group/menu-radio-group.directive.d.ts +0 -12
  295. package/lib/components/overlay/components/menu/directives/menu-radio-group/public-api.d.ts +0 -1
@@ -17,11 +17,17 @@ export declare class ButtonDirective {
17
17
  private _pressed$;
18
18
  readonly hostAttributeBindings: {
19
19
  remove: (...tokens: string[]) => void;
20
+ removeMany: (tokens: string[]) => void;
20
21
  has: (token: string) => boolean;
22
+ push: (tokenString: string, signal: import("@angular/core").Signal<unknown>) => void;
23
+ pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
21
24
  };
22
25
  readonly hostClassBindings: {
23
26
  remove: (...tokens: string[]) => void;
27
+ removeMany: (tokens: string[]) => void;
24
28
  has: (token: string) => boolean;
29
+ push: (tokenString: string, signal: import("@angular/core").Signal<unknown>) => void;
30
+ pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
25
31
  };
26
32
  _removeDisabledBindings(): void;
27
33
  _removeTabIndexBindings(): void;
@@ -28,7 +28,10 @@ export declare class QueryButtonDirective {
28
28
  private readonly _query$;
29
29
  readonly hostAttributeBindings: {
30
30
  remove: (...tokens: string[]) => void;
31
+ removeMany: (tokens: string[]) => void;
31
32
  has: (token: string) => boolean;
33
+ push: (tokenString: string, signal: import("@angular/core").Signal<unknown>) => void;
34
+ pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
32
35
  };
33
36
  constructor();
34
37
  static ɵfac: i0.ɵɵFactoryDeclaration<QueryButtonDirective, never>;
@@ -9,7 +9,10 @@ export declare class CheckboxDirective {
9
9
  readonly indeterminate$: BehaviorSubject<boolean>;
10
10
  readonly hostClassBindings: {
11
11
  remove: (...tokens: string[]) => void;
12
+ removeMany: (tokens: string[]) => void;
12
13
  has: (token: string) => boolean;
14
+ push: (tokenString: string, signal: import("@angular/core").Signal<unknown>) => void;
15
+ pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
13
16
  };
14
17
  _onInputInteraction(event: Event): void;
15
18
  _controlTouched(): void;
@@ -10,7 +10,10 @@ export declare class CheckboxFieldDirective {
10
10
  private _checkbox$;
11
11
  readonly hostClassBindings: {
12
12
  remove: (...tokens: string[]) => void;
13
+ removeMany: (tokens: string[]) => void;
13
14
  has: (token: string) => boolean;
15
+ push: (tokenString: string, signal: import("@angular/core").Signal<unknown>) => void;
16
+ pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
14
17
  };
15
18
  static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxFieldDirective, never>;
16
19
  static ɵdir: i0.ɵɵDirectiveDeclaration<CheckboxFieldDirective, never, ["etCheckboxField"], {}, {}, ["checkbox"], never, true, never>;
@@ -8,7 +8,10 @@ export declare class CheckboxGroupControlDirective {
8
8
  readonly group: import("../checkbox-group").CheckboxGroupDirective;
9
9
  readonly inputAttributeBindings: {
10
10
  remove: (...tokens: string[]) => void;
11
+ removeMany: (tokens: string[]) => void;
11
12
  has: (token: string) => boolean;
13
+ push: (tokenString: string, signal: import("@angular/core").Signal<unknown>) => void;
14
+ pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
12
15
  };
13
16
  static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxGroupControlDirective, never>;
14
17
  static ɵdir: i0.ɵɵDirectiveDeclaration<CheckboxGroupControlDirective, "[etCheckboxGroupControl]", ["etCheckboxGroupControl"], {}, {}, never, never, true, never>;
@@ -12,7 +12,10 @@ export declare class ErrorComponent {
12
12
  private _errors;
13
13
  readonly hostClassBindings: {
14
14
  remove: (...tokens: string[]) => void;
15
+ removeMany: (tokens: string[]) => void;
15
16
  has: (token: string) => boolean;
17
+ push: (tokenString: string, signal: import("@angular/core").Signal<unknown>) => void;
18
+ pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
16
19
  };
17
20
  static ɵfac: i0.ɵɵFactoryDeclaration<ErrorComponent, never>;
18
21
  static ɵcmp: i0.ɵɵComponentDeclaration<ErrorComponent, "et-error", never, { "errors": { "alias": "errors"; "required": false; }; }, {}, never, never, true, never>;
@@ -15,7 +15,10 @@ export declare class RadioDirective {
15
15
  readonly disabled$: import("rxjs").Observable<boolean>;
16
16
  readonly hostClassBindings: {
17
17
  remove: (...tokens: string[]) => void;
18
+ removeMany: (tokens: string[]) => void;
18
19
  has: (token: string) => boolean;
20
+ push: (tokenString: string, signal: import("@angular/core").Signal<unknown>) => void;
21
+ pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
19
22
  };
20
23
  _onInputInteraction(event: Event): void;
21
24
  _controlTouched(): void;
@@ -12,7 +12,10 @@ export declare class RadioFieldDirective {
12
12
  readonly radioQueryList$: import("rxjs").Observable<TypedQueryList<RadioDirective> | null>;
13
13
  readonly hostClassBindings: {
14
14
  remove: (...tokens: string[]) => void;
15
+ removeMany: (tokens: string[]) => void;
15
16
  has: (token: string) => boolean;
17
+ push: (tokenString: string, signal: import("@angular/core").Signal<unknown>) => void;
18
+ pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
16
19
  };
17
20
  static ɵfac: i0.ɵɵFactoryDeclaration<RadioFieldDirective, never>;
18
21
  static ɵdir: i0.ɵɵDirectiveDeclaration<RadioFieldDirective, never, ["etRadioField"], {}, {}, ["radio"], never, true, never>;
@@ -6,7 +6,10 @@ export declare class RadioGroupDirective {
6
6
  readonly name: string;
7
7
  readonly hostAttributeBindings: {
8
8
  remove: (...tokens: string[]) => void;
9
+ removeMany: (tokens: string[]) => void;
9
10
  has: (token: string) => boolean;
11
+ push: (tokenString: string, signal: import("@angular/core").Signal<unknown>) => void;
12
+ pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
10
13
  };
11
14
  static ɵfac: i0.ɵɵFactoryDeclaration<RadioGroupDirective, never>;
12
15
  static ɵdir: i0.ɵɵDirectiveDeclaration<RadioGroupDirective, never, ["etRadioGroup"], {}, {}, never, never, true, never>;
@@ -16,7 +16,10 @@ export declare class SegmentedButtonDirective {
16
16
  readonly disabled$: import("rxjs").Observable<boolean>;
17
17
  readonly hostClassBindings: {
18
18
  remove: (...tokens: string[]) => void;
19
+ removeMany: (tokens: string[]) => void;
19
20
  has: (token: string) => boolean;
21
+ push: (tokenString: string, signal: import("@angular/core").Signal<unknown>) => void;
22
+ pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
20
23
  };
21
24
  get activeIndicatorElement$(): import("rxjs").Observable<HTMLElement | null>;
22
25
  get activeIndicatorElement(): HTMLElement | null;
@@ -11,7 +11,10 @@ export declare class SegmentedButtonFieldDirective {
11
11
  readonly segmentedButtonQueryList$: import("rxjs").Observable<TypedQueryList<SegmentedButtonDirective> | null>;
12
12
  readonly hostClassBindings: {
13
13
  remove: (...tokens: string[]) => void;
14
+ removeMany: (tokens: string[]) => void;
14
15
  has: (token: string) => boolean;
16
+ push: (tokenString: string, signal: import("@angular/core").Signal<unknown>) => void;
17
+ pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
15
18
  };
16
19
  static ɵfac: i0.ɵɵFactoryDeclaration<SegmentedButtonFieldDirective, never>;
17
20
  static ɵdir: i0.ɵɵDirectiveDeclaration<SegmentedButtonFieldDirective, never, ["etSegmentedButtonField"], {}, {}, ["segmentedButton"], never, true, never>;
@@ -8,7 +8,10 @@ export declare class SegmentedButtonGroupDirective implements AfterContentInit {
8
8
  readonly name: string;
9
9
  readonly hostAttributeBindings: {
10
10
  remove: (...tokens: string[]) => void;
11
+ removeMany: (tokens: string[]) => void;
11
12
  has: (token: string) => boolean;
13
+ push: (tokenString: string, signal: import("@angular/core").Signal<unknown>) => void;
14
+ pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
12
15
  };
13
16
  private _segmentedButtons?;
14
17
  ngAfterContentInit(): void;
@@ -1,9 +1,9 @@
1
1
  import { ComponentType } from '@angular/cdk/overlay';
2
- import { ElementRef, EventEmitter, InjectionToken, OnInit, TemplateRef, TrackByFunction } from '@angular/core';
2
+ import { ElementRef, EventEmitter, InjectionToken, InputSignal, OnInit, TemplateRef, TrackByFunction } from '@angular/core';
3
3
  import { ActiveSelectionModel, AnimatedOverlayComponentBase, SelectionModel, SelectionModelBinding, TypedQueryList } from '@ethlete/core';
4
4
  import { BehaviorSubject } from 'rxjs';
5
5
  import { InputDirective } from '../../../../../../directives';
6
- import { ComponentWithError, ComponentWithOption, TemplateRefWithError, TemplateRefWithOption } from '../../private';
6
+ import { ComboboxKeyHandlerResult, ComponentWithError, ComponentWithOption, TemplateRefWithError, TemplateRefWithOption } from '../../private';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare const COMBOBOX_TOKEN: InjectionToken<ComboboxDirective>;
9
9
  export type AbstractComboboxBody = AnimatedOverlayComponentBase & {
@@ -12,8 +12,8 @@ export type AbstractComboboxBody = AnimatedOverlayComponentBase & {
12
12
  id: string;
13
13
  };
14
14
  export type AbstractComboboxOption = {
15
- _option$: BehaviorSubject<unknown>;
16
- _elementRef: ElementRef<HTMLElement>;
15
+ option: InputSignal<unknown>;
16
+ elementRef: ElementRef<HTMLElement>;
17
17
  id: string;
18
18
  };
19
19
  export declare class ComboboxDirective implements OnInit {
@@ -62,42 +62,18 @@ export declare class ComboboxDirective implements OnInit {
62
62
  get showBodyMoreItemsHint(): boolean;
63
63
  set showBodyMoreItemsHint(value: boolean);
64
64
  private _showBodyMoreItemsHint$;
65
- get optionComponent(): ComponentWithOption | null;
66
- set optionComponent(component: ComponentWithOption | null);
67
- private readonly _optionComponent$;
68
- get optionComponentInputs(): Record<string, unknown> | null | undefined;
69
- set optionComponentInputs(value: Record<string, unknown> | null | undefined);
70
- private _optionComponentInputs$;
71
- get selectedOptionComponent(): ComponentWithOption | null;
72
- set selectedOptionComponent(component: ComponentWithOption | null);
73
- private readonly _selectedOptionComponent$;
74
- get selectedOptionComponentInputs(): Record<string, unknown> | null | undefined;
75
- set selectedOptionComponentInputs(value: Record<string, unknown> | null | undefined);
76
- private _selectedOptionComponentInputs$;
77
- get bodyErrorComponent(): ComponentWithError | null;
78
- set bodyErrorComponent(value: ComponentWithError | null);
79
- private _bodyErrorComponent$;
80
- get bodyErrorComponentInputs(): Record<string, unknown> | null | undefined;
81
- set bodyErrorComponentInputs(value: Record<string, unknown> | null | undefined);
82
- private _bodyErrorComponentInputs$;
83
- get bodyLoadingComponent(): ComponentType<unknown> | null;
84
- set bodyLoadingComponent(value: ComponentType<unknown> | null);
85
- private _bodyLoadingComponent$;
86
- get bodyLoadingComponentInputs(): Record<string, unknown> | null | undefined;
87
- set bodyLoadingComponentInputs(value: Record<string, unknown> | null | undefined);
88
- private _bodyLoadingComponentInputs$;
89
- get bodyEmptyComponent(): ComponentType<unknown> | null;
90
- set bodyEmptyComponent(value: ComponentType<unknown> | null);
91
- private _bodyEmptyComponent$;
92
- get bodyEmptyComponentInputs(): Record<string, unknown> | null | undefined;
93
- set bodyEmptyComponentInputs(value: Record<string, unknown> | null | undefined);
94
- private _bodyEmptyComponentInputs$;
95
- get bodyMoreItemsHintComponent(): ComponentType<unknown> | null;
96
- set bodyMoreItemsHintComponent(value: ComponentType<unknown> | null);
97
- private _bodyMoreItemsHintComponent$;
98
- get bodyMoreItemsHintComponentInputs(): Record<string, unknown> | null | undefined;
99
- set bodyMoreItemsHintComponentInputs(value: Record<string, unknown> | null | undefined);
100
- private _bodyMoreItemsHintComponentInputs$;
65
+ optionComponent: InputSignal<ComponentWithOption | null | undefined, ComponentWithOption | null | undefined>;
66
+ optionComponentInputs: InputSignal<Record<string, unknown> | null | undefined, Record<string, unknown> | null | undefined>;
67
+ selectedOptionComponent: InputSignal<ComponentWithOption | null | undefined, ComponentWithOption | null | undefined>;
68
+ bodyErrorComponentInputs: InputSignal<Record<string, unknown> | null | undefined, Record<string, unknown> | null | undefined>;
69
+ bodyErrorComponent: InputSignal<ComponentWithError | null | undefined, ComponentWithError | null | undefined>;
70
+ selectedOptionComponentInputs: InputSignal<Record<string, unknown> | null | undefined, Record<string, unknown> | null | undefined>;
71
+ bodyLoadingComponent: InputSignal<ComponentType<unknown> | null | undefined, ComponentType<unknown> | null | undefined>;
72
+ bodyLoadingComponentInputs: InputSignal<Record<string, unknown> | null | undefined, Record<string, unknown> | null | undefined>;
73
+ bodyEmptyComponent: InputSignal<ComponentType<unknown> | null | undefined, ComponentType<unknown> | null | undefined>;
74
+ bodyEmptyComponentInputs: InputSignal<Record<string, unknown> | null | undefined, Record<string, unknown> | null | undefined>;
75
+ bodyMoreItemsHintComponent: InputSignal<ComponentType<unknown> | null | undefined, ComponentType<unknown> | null | undefined>;
76
+ bodyMoreItemsHintComponentInputs: InputSignal<Record<string, unknown> | null | undefined, Record<string, unknown> | null | undefined>;
101
77
  protected readonly filterChange: EventEmitter<string>;
102
78
  private _shouldIgnoreNextBlurEvent;
103
79
  private _deletedSearchWithKeyPress;
@@ -130,39 +106,33 @@ export declare class ComboboxDirective implements OnInit {
130
106
  private readonly _bodyMoreItemsHintTemplate$;
131
107
  readonly hostClassBindings: {
132
108
  remove: (...tokens: string[]) => void;
109
+ removeMany: (tokens: string[]) => void;
133
110
  has: (token: string) => boolean;
111
+ push: (tokenString: string, signal: import("@angular/core").Signal<unknown>) => void;
112
+ pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
134
113
  };
135
114
  readonly fieldHostClassBindings: {
136
115
  remove: (...tokens: string[]) => void;
116
+ removeMany: (tokens: string[]) => void;
137
117
  has: (token: string) => boolean;
118
+ push: (tokenString: string, signal: import("@angular/core").Signal<unknown>) => void;
119
+ pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
138
120
  };
139
121
  private _comboboxBodyComponent;
140
122
  readonly customOptionTpl$: import("rxjs").Observable<TemplateRefWithOption | null>;
141
- readonly customOptionComponent$: import("rxjs").Observable<ComponentWithOption | null>;
142
123
  readonly customSelectedOptionTpl$: import("rxjs").Observable<TemplateRefWithOption | null>;
143
- readonly customSelectedOptionComponent$: import("rxjs").Observable<ComponentWithOption | null>;
144
124
  readonly customBodyLoadingTpl$: import("rxjs").Observable<TemplateRef<unknown> | null>;
145
- readonly customBodyLoadingComponent$: import("rxjs").Observable<ComponentType<unknown> | null>;
146
125
  readonly customBodyErrorTpl$: import("rxjs").Observable<TemplateRefWithError | null>;
147
- readonly customBodyErrorComponent$: import("rxjs").Observable<ComponentWithError | null>;
148
126
  readonly customBodyEmptyTpl$: import("rxjs").Observable<TemplateRef<unknown> | null>;
149
- readonly customBodyEmptyComponent$: import("rxjs").Observable<ComponentType<unknown> | null>;
150
127
  readonly customBodyMoreItemsHintTpl$: import("rxjs").Observable<TemplateRef<unknown> | null>;
151
- readonly customBodyMoreItemsHintComponent$: import("rxjs").Observable<ComponentType<unknown> | null>;
152
- readonly customOptionComponentInputs$: import("rxjs").Observable<Record<string, unknown>>;
153
- readonly customSelectedOptionComponentInputs$: import("rxjs").Observable<Record<string, unknown>>;
154
- readonly customBodyLoadingComponentInputs$: import("rxjs").Observable<Record<string, unknown>>;
155
- readonly customBodyErrorComponentInputs$: import("rxjs").Observable<Record<string, unknown>>;
156
- readonly customBodyEmptyComponentInputs$: import("rxjs").Observable<Record<string, unknown>>;
157
- readonly customBodyMoreItemsHintComponentInputs$: import("rxjs").Observable<Record<string, unknown>>;
158
128
  constructor();
159
129
  ngOnInit(): void;
160
130
  setBodyComponent(component: ComponentType<AbstractComboboxBody>): void;
161
131
  getOptionLabel(option: unknown): import("rxjs").Observable<unknown>;
162
132
  getOptionValue(option: unknown): import("rxjs").Observable<unknown>;
163
- combineSelectedOptionWithComponentInputs(option: unknown): import("rxjs").Observable<{
133
+ combineSelectedOptionWithComponentInputs(option: unknown): {
164
134
  option: unknown;
165
- }>;
135
+ };
166
136
  removeSelectedOption(option: unknown): void;
167
137
  open(): void;
168
138
  close(): void;
@@ -178,14 +148,14 @@ export declare class ComboboxDirective implements OnInit {
178
148
  _processKeyupEvent(): void;
179
149
  _processInputEvent(event: Event): void;
180
150
  _handleBlurEvent(): void;
151
+ _updateFilter(value: string): void;
152
+ _setFilterFromInputValue(): void;
153
+ _interpretKeyHandlerResult(result: ComboboxKeyHandlerResult): void;
181
154
  private _initDispatchFilterChanges;
182
- private _updateFilter;
183
- private _setFilterFromInputValue;
184
- private _interpretKeyHandlerResult;
185
155
  private _closeBodyOnDisable;
186
156
  private _debugValidateComboboxConfig;
187
157
  private _debugValidateOptionAndInitialValueSchema;
188
158
  static ɵfac: i0.ɵɵFactoryDeclaration<ComboboxDirective, never>;
189
- static ɵdir: i0.ɵɵDirectiveDeclaration<ComboboxDirective, never, 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; }; "emptyText": { "alias": "emptyText"; "required": false; }; "bodyEmptyText": { "alias": "bodyEmptyText"; "required": false; }; "bodyMoreItemsHintText": { "alias": "bodyMoreItemsHintText"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "bindLabel": { "alias": "bindLabel"; "required": false; }; "bindValue": { "alias": "bindValue"; "required": false; }; "bindKey": { "alias": "bindKey"; "required": false; }; "bindDisabled": { "alias": "bindDisabled"; "required": false; }; "allowCustomValues": { "alias": "allowCustomValues"; "required": false; }; "showBodyMoreItemsHint": { "alias": "showBodyMoreItemsHint"; "required": false; }; "optionComponent": { "alias": "optionComponent"; "required": false; }; "optionComponentInputs": { "alias": "optionComponentInputs"; "required": false; }; "selectedOptionComponent": { "alias": "selectedOptionComponent"; "required": false; }; "selectedOptionComponentInputs": { "alias": "selectedOptionComponentInputs"; "required": false; }; "bodyErrorComponent": { "alias": "bodyErrorComponent"; "required": false; }; "bodyErrorComponentInputs": { "alias": "bodyErrorComponentInputs"; "required": false; }; "bodyLoadingComponent": { "alias": "bodyLoadingComponent"; "required": false; }; "bodyLoadingComponentInputs": { "alias": "bodyLoadingComponentInputs"; "required": false; }; "bodyEmptyComponent": { "alias": "bodyEmptyComponent"; "required": false; }; "bodyEmptyComponentInputs": { "alias": "bodyEmptyComponentInputs"; "required": false; }; "bodyMoreItemsHintComponent": { "alias": "bodyMoreItemsHintComponent"; "required": false; }; "bodyMoreItemsHintComponentInputs": { "alias": "bodyMoreItemsHintComponentInputs"; "required": false; }; }, { "filterChange": "filterChange"; }, ["optionTemplate", "selectedOptionTemplate", "bodyLoadingTemplate", "bodyErrorTemplate", "bodyEmptyTemplate", "bodyMoreItemsHintTemplate"], never, true, never>;
159
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ComboboxDirective, never, 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; }; "emptyText": { "alias": "emptyText"; "required": false; }; "bodyEmptyText": { "alias": "bodyEmptyText"; "required": false; }; "bodyMoreItemsHintText": { "alias": "bodyMoreItemsHintText"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "bindLabel": { "alias": "bindLabel"; "required": false; }; "bindValue": { "alias": "bindValue"; "required": false; }; "bindKey": { "alias": "bindKey"; "required": false; }; "bindDisabled": { "alias": "bindDisabled"; "required": false; }; "allowCustomValues": { "alias": "allowCustomValues"; "required": false; }; "showBodyMoreItemsHint": { "alias": "showBodyMoreItemsHint"; "required": false; }; "optionComponent": { "alias": "optionComponent"; "required": false; "isSignal": true; }; "optionComponentInputs": { "alias": "optionComponentInputs"; "required": false; "isSignal": true; }; "selectedOptionComponent": { "alias": "selectedOptionComponent"; "required": false; "isSignal": true; }; "bodyErrorComponentInputs": { "alias": "bodyErrorComponentInputs"; "required": false; "isSignal": true; }; "bodyErrorComponent": { "alias": "bodyErrorComponent"; "required": false; "isSignal": true; }; "selectedOptionComponentInputs": { "alias": "selectedOptionComponentInputs"; "required": false; "isSignal": true; }; "bodyLoadingComponent": { "alias": "bodyLoadingComponent"; "required": false; "isSignal": true; }; "bodyLoadingComponentInputs": { "alias": "bodyLoadingComponentInputs"; "required": false; "isSignal": true; }; "bodyEmptyComponent": { "alias": "bodyEmptyComponent"; "required": false; "isSignal": true; }; "bodyEmptyComponentInputs": { "alias": "bodyEmptyComponentInputs"; "required": false; "isSignal": true; }; "bodyMoreItemsHintComponent": { "alias": "bodyMoreItemsHintComponent"; "required": false; "isSignal": true; }; "bodyMoreItemsHintComponentInputs": { "alias": "bodyMoreItemsHintComponentInputs"; "required": false; "isSignal": true; }; }, { "filterChange": "filterChange"; }, ["optionTemplate", "selectedOptionTemplate", "bodyLoadingTemplate", "bodyErrorTemplate", "bodyEmptyTemplate", "bodyMoreItemsHintTemplate"], never, true, never>;
190
160
  static ngAcceptInputType_showBodyMoreItemsHint: unknown;
191
161
  }
@@ -1,5 +1,5 @@
1
- import { ElementRef, InjectionToken, OnInit, TemplateRef, TrackByFunction } from '@angular/core';
2
- import { AnimatedLifecycleDirective, TypedQueryList } from '@ethlete/core';
1
+ import { ElementRef, InjectionToken, TemplateRef } from '@angular/core';
2
+ import { AnimatedLifecycleDirective, ClickOutsideDirective, TypedQueryList } from '@ethlete/core';
3
3
  import { ProvideThemeDirective } from '@ethlete/theming';
4
4
  import { BehaviorSubject } from 'rxjs';
5
5
  import { AbstractComboboxBody, AbstractComboboxOption } from '../../directives';
@@ -8,30 +8,34 @@ import * as i0 from "@angular/core";
8
8
  import * as i1 from "@ethlete/core";
9
9
  import * as i2 from "@ethlete/theming";
10
10
  export declare const COMBOBOX_BODY_TOKEN: InjectionToken<ComboboxBodyComponent>;
11
- export declare class ComboboxBodyComponent implements OnInit, AbstractComboboxBody {
11
+ export declare class ComboboxBodyComponent implements AbstractComboboxBody {
12
+ clickOutside: ClickOutsideDirective;
13
+ themeProvider: ProvideThemeDirective;
14
+ combobox: import("../../directives").ComboboxDirective;
12
15
  readonly id: string;
13
- private readonly _destroy$;
14
- private readonly _clickOutside;
15
- private readonly _themeProvider;
16
- protected readonly combobox: import("../../directives").ComboboxDirective;
17
- readonly _containerElementRef: ElementRef<HTMLElement> | undefined;
18
- readonly _animatedLifecycle?: AnimatedLifecycleDirective;
16
+ _containerElementRef: ElementRef<HTMLElement> | undefined;
17
+ _animatedLifecycle?: AnimatedLifecycleDirective;
19
18
  set _options(options: TypedQueryList<ComboboxOptionComponent>);
20
- readonly _options$: BehaviorSubject<TypedQueryList<AbstractComboboxOption> | null>;
21
- readonly hostClassBindings: {
19
+ _options$: BehaviorSubject<TypedQueryList<AbstractComboboxOption> | null>;
20
+ _hostClassBindings: {
22
21
  remove: (...tokens: string[]) => void;
22
+ removeMany: (tokens: string[]) => void;
23
23
  has: (token: string) => boolean;
24
+ push: (tokenString: string, signal: import("@angular/core").Signal<unknown>) => void;
25
+ pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
24
26
  };
25
- readonly hostAttributeBindings: {
27
+ _hostAttributeBindings: {
26
28
  remove: (...tokens: string[]) => void;
29
+ removeMany: (tokens: string[]) => void;
27
30
  has: (token: string) => boolean;
31
+ push: (tokenString: string, signal: import("@angular/core").Signal<unknown>) => void;
32
+ pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
28
33
  };
29
- protected readonly customErrorComponentInputs$: import("rxjs").Observable<{
34
+ _customErrorComponentInputs: import("@angular/core").Signal<{
30
35
  error: unknown;
31
- }>;
36
+ } | undefined>;
32
37
  _bodyTemplate: TemplateRef<unknown> | null;
33
- ngOnInit(): void;
34
- protected trackByFn: TrackByFunction<unknown>;
38
+ constructor();
35
39
  _setThemeFromProvider(provider: ProvideThemeDirective): void;
36
40
  static ɵfac: i0.ɵɵFactoryDeclaration<ComboboxBodyComponent, never>;
37
41
  static ɵcmp: i0.ɵɵComponentDeclaration<ComboboxBodyComponent, "et-combobox-body", never, {}, {}, never, never, true, [{ directive: typeof i1.ClickOutsideDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.ProvideThemeDirective; inputs: {}; outputs: {}; }]>;
@@ -1,32 +1,36 @@
1
1
  import { ElementRef, InjectionToken } from '@angular/core';
2
- import { BehaviorSubject } from 'rxjs';
3
2
  import { AbstractComboboxOption } from '../../directives';
4
3
  import * as i0 from "@angular/core";
5
4
  export declare const COMBOBOX_OPTION_TOKEN: InjectionToken<ComboboxOptionComponent>;
6
5
  export declare class ComboboxOptionComponent implements AbstractComboboxOption {
6
+ combobox: import("../../directives").ComboboxDirective;
7
+ elementRef: ElementRef<HTMLElement>;
7
8
  readonly id: string;
8
- protected readonly combobox: import("../../directives").ComboboxDirective;
9
- readonly _elementRef: ElementRef<HTMLElement>;
10
- get option(): unknown;
11
- set option(value: unknown);
12
- readonly _option$: BehaviorSubject<unknown>;
13
- protected readonly disabled$: import("rxjs").Observable<boolean>;
14
- protected readonly selected$: import("rxjs").Observable<boolean>;
15
- protected readonly active$: import("rxjs").Observable<boolean>;
16
- protected readonly customOptionComponentInputs$: import("rxjs").Observable<{
9
+ option: import("@angular/core").InputSignal<unknown, unknown>;
10
+ option$: import("rxjs").Observable<unknown>;
11
+ disabled: import("@angular/core").Signal<boolean | undefined>;
12
+ selected: import("@angular/core").Signal<boolean | undefined>;
13
+ active: import("@angular/core").Signal<boolean | undefined>;
14
+ _customOptionComponentInputs: import("@angular/core").Signal<{
17
15
  option: unknown;
18
16
  }>;
19
- readonly hostClassBindings: {
17
+ _hostClassBindings: {
20
18
  remove: (...tokens: string[]) => void;
19
+ removeMany: (tokens: string[]) => void;
21
20
  has: (token: string) => boolean;
21
+ push: (tokenString: string, signal: import("@angular/core").Signal<unknown>) => void;
22
+ pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
22
23
  };
23
- readonly hostAttributeBindings: {
24
+ _hostAttributeBindings: {
24
25
  remove: (...tokens: string[]) => void;
26
+ removeMany: (tokens: string[]) => void;
25
27
  has: (token: string) => boolean;
28
+ push: (tokenString: string, signal: import("@angular/core").Signal<unknown>) => void;
29
+ pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
26
30
  };
27
- protected selectOption(): void;
28
- protected ignoreBlur(): void;
29
- protected setActiveByHover(): void;
31
+ _selectOption(): void;
32
+ _ignoreBlur(): void;
33
+ _setActiveByHover(): void;
30
34
  static ɵfac: i0.ɵɵFactoryDeclaration<ComboboxOptionComponent, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<ComboboxOptionComponent, "et-combobox-option", never, { "option": { "alias": "option"; "required": true; }; }, {}, never, never, true, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<ComboboxOptionComponent, "et-combobox-option", never, { "option": { "alias": "option"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
32
36
  }
@@ -44,11 +44,17 @@ export declare class SelectDirective<T extends SelectDirectiveBodyComponentBase>
44
44
  readonly labelledBy$: import("rxjs").Observable<string>;
45
45
  readonly hostClassBindings: {
46
46
  remove: (...tokens: string[]) => void;
47
+ removeMany: (tokens: string[]) => void;
47
48
  has: (token: string) => boolean;
49
+ push: (tokenString: string, signal: import("@angular/core").Signal<unknown>) => void;
50
+ pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
48
51
  };
49
52
  readonly fieldHostClassBindings: {
50
53
  remove: (...tokens: string[]) => void;
54
+ removeMany: (tokens: string[]) => void;
51
55
  has: (token: string) => boolean;
56
+ push: (tokenString: string, signal: import("@angular/core").Signal<unknown>) => void;
57
+ pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
52
58
  };
53
59
  inputElement: ElementRef<HTMLElement> | null;
54
60
  constructor();
@@ -10,7 +10,10 @@ export declare class SelectBodyDirective implements OnInit {
10
10
  readonly id: string;
11
11
  readonly hostAttributeBindings: {
12
12
  remove: (...tokens: string[]) => void;
13
+ removeMany: (tokens: string[]) => void;
13
14
  has: (token: string) => boolean;
15
+ push: (tokenString: string, signal: import("@angular/core").Signal<unknown>) => void;
16
+ pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
14
17
  };
15
18
  ngOnInit(): void;
16
19
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectBodyDirective, never>;
@@ -21,11 +21,17 @@ export declare class SelectOptionDirective implements AfterViewInit {
21
21
  readonly viewValue$: import("rxjs").Observable<string>;
22
22
  readonly hostClassBindings: {
23
23
  remove: (...tokens: string[]) => void;
24
+ removeMany: (tokens: string[]) => void;
24
25
  has: (token: string) => boolean;
26
+ push: (tokenString: string, signal: import("@angular/core").Signal<unknown>) => void;
27
+ pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
25
28
  };
26
29
  readonly hostAttributeBindings: {
27
30
  remove: (...tokens: string[]) => void;
31
+ removeMany: (tokens: string[]) => void;
28
32
  has: (token: string) => boolean;
33
+ push: (tokenString: string, signal: import("@angular/core").Signal<unknown>) => void;
34
+ pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
29
35
  };
30
36
  ngAfterViewInit(): void;
31
37
  protected selectOption(): void;
@@ -7,7 +7,10 @@ export declare class SlideToggleDirective {
7
7
  readonly checked$: import("rxjs").Observable<boolean>;
8
8
  readonly hostClassBindings: {
9
9
  remove: (...tokens: string[]) => void;
10
+ removeMany: (tokens: string[]) => void;
10
11
  has: (token: string) => boolean;
12
+ push: (tokenString: string, signal: import("@angular/core").Signal<unknown>) => void;
13
+ pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
11
14
  };
12
15
  _onInputInteraction(event: Event): void;
13
16
  _controlTouched(): void;
@@ -55,11 +55,17 @@ export declare class SliderComponent implements OnInit {
55
55
  protected readonly lastPointerEvent$: BehaviorSubject<MouseEvent | TouchEvent | null>;
56
56
  readonly hostClassBindings: {
57
57
  remove: (...tokens: string[]) => void;
58
+ removeMany: (tokens: string[]) => void;
58
59
  has: (token: string) => boolean;
60
+ push: (tokenString: string, signal: import("@angular/core").Signal<unknown>) => void;
61
+ pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
59
62
  };
60
63
  readonly hostAttributeBindings: {
61
64
  remove: (...tokens: string[]) => void;
65
+ removeMany: (tokens: string[]) => void;
62
66
  has: (token: string) => boolean;
67
+ push: (tokenString: string, signal: import("@angular/core").Signal<unknown>) => void;
68
+ pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
63
69
  };
64
70
  ngOnInit(): void;
65
71
  private _initializeSlide;
@@ -13,7 +13,10 @@ export declare class WriteableInputDirective implements ControlValueAccessor {
13
13
  readonly _inputStateService: InputStateService<unknown, HTMLElement>;
14
14
  readonly hostClassBindings: {
15
15
  remove: (...tokens: string[]) => void;
16
+ removeMany: (tokens: string[]) => void;
16
17
  has: (token: string) => boolean;
18
+ push: (tokenString: string, signal: import("@angular/core").Signal<unknown>) => void;
19
+ pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
17
20
  };
18
21
  writeValue(value: unknown): void;
19
22
  registerOnChange(fn: InputValueChangeFn): void;
@@ -3,7 +3,10 @@ export declare class DecoratedFormFieldBase {
3
3
  private readonly _formFieldStateService;
4
4
  readonly hostClassBindings: {
5
5
  remove: (...tokens: string[]) => void;
6
+ removeMany: (tokens: string[]) => void;
6
7
  has: (token: string) => boolean;
8
+ push: (tokenString: string, signal: import("@angular/core").Signal<unknown>) => void;
9
+ pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
7
10
  };
8
11
  static ɵfac: i0.ɵɵFactoryDeclaration<DecoratedFormFieldBase, never>;
9
12
  static ɵdir: i0.ɵɵDirectiveDeclaration<DecoratedFormFieldBase, never, never, {}, {}, never, never, false, never>;
@@ -14,7 +14,10 @@ export declare class DecoratedInputBase extends InputBase {
14
14
  readonly hasSuffix$: import("rxjs").Observable<boolean>;
15
15
  readonly hostClassBindings: {
16
16
  remove: (...tokens: string[]) => void;
17
+ removeMany: (tokens: string[]) => void;
17
18
  has: (token: string) => boolean;
19
+ push: (tokenString: string, signal: import("@angular/core").Signal<unknown>) => void;
20
+ pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
18
21
  };
19
22
  constructor();
20
23
  static ɵfac: i0.ɵɵFactoryDeclaration<DecoratedInputBase, never>;
@@ -18,7 +18,10 @@ export declare class MasonryComponent implements AfterContentInit {
18
18
  private readonly _hideOverflow$;
19
19
  readonly hostClassBindings: {
20
20
  remove: (...tokens: string[]) => void;
21
+ removeMany: (tokens: string[]) => void;
21
22
  has: (token: string) => boolean;
23
+ push: (tokenString: string, signal: import("@angular/core").Signal<unknown>) => void;
24
+ pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
22
25
  };
23
26
  private readonly _state;
24
27
  ngAfterContentInit(): void;
@@ -19,7 +19,10 @@ export declare class MenuComponent implements OnDestroy {
19
19
  readonly orientation: import("@angular/core").WritableSignal<"vertical" | "horizontal">;
20
20
  readonly hostAttributeBindings: {
21
21
  remove: (...tokens: string[]) => void;
22
+ removeMany: (tokens: string[]) => void;
22
23
  has: (token: string) => boolean;
24
+ push: (tokenString: string, signal: import("@angular/core").Signal<unknown>) => void;
25
+ pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
23
26
  };
24
27
  constructor();
25
28
  ngOnDestroy(): void;
@@ -1,4 +1,2 @@
1
- export * from './menu-checkbox-item/public-api';
2
1
  export * from './menu-container/public-api';
3
- export * from './menu-radio-item/public-api';
4
2
  export * from './menu/public-api';
@@ -6,7 +6,10 @@ export declare class MenuGroupDirective {
6
6
  private readonly _currentTitle;
7
7
  readonly hostAttributeBindings: {
8
8
  remove: (...tokens: string[]) => void;
9
+ removeMany: (tokens: string[]) => void;
9
10
  has: (token: string) => boolean;
11
+ push: (tokenString: string, signal: import("@angular/core").Signal<unknown>) => void;
12
+ pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
10
13
  };
11
14
  _connectWithTitle(title: MenuGroupTitleDirective): void;
12
15
  _clearTitleConnection(): void;
@@ -11,11 +11,17 @@ export declare class MenuItemDirective {
11
11
  readonly isFocused: import("@angular/core").Signal<boolean>;
12
12
  readonly hostAttributeBindings: {
13
13
  remove: (...tokens: string[]) => void;
14
+ removeMany: (tokens: string[]) => void;
14
15
  has: (token: string) => boolean;
16
+ push: (tokenString: string, signal: import("@angular/core").Signal<unknown>) => void;
17
+ pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
15
18
  };
16
19
  readonly hostClassBindings: {
17
20
  remove: (...tokens: string[]) => void;
21
+ removeMany: (tokens: string[]) => void;
18
22
  has: (token: string) => boolean;
23
+ push: (tokenString: string, signal: import("@angular/core").Signal<unknown>) => void;
24
+ pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
19
25
  };
20
26
  constructor();
21
27
  focus(): void;