@ethlete/cdk 2.6.2 → 2.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 (311) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/esm2022/lib/components/accordion/components/accordion/accordion.component.mjs +5 -6
  3. package/esm2022/lib/components/accordion/components/accordion-group/accordion-group.component.mjs +5 -6
  4. package/esm2022/lib/components/accordion/partials/accordion-hint/accordion-hint.directive.mjs +5 -6
  5. package/esm2022/lib/components/accordion/partials/accordion-hint-wrapper/accordion-hint-wrapper.directive.mjs +5 -6
  6. package/esm2022/lib/components/accordion/partials/accordion-label/accordion-label.directive.mjs +5 -6
  7. package/esm2022/lib/components/accordion/partials/accordion-label-wrapper/accordion-label-wrapper.directive.mjs +5 -6
  8. package/esm2022/lib/components/bracket/components/bracket/bracket.component.mjs +5 -6
  9. package/esm2022/lib/components/bracket/directives/bracket-match/bracket-match.directive.mjs +5 -6
  10. package/esm2022/lib/components/bracket/directives/bracket-round/bracket-round.directive.mjs +5 -6
  11. package/esm2022/lib/components/bracket/partials/bracket-match/bracket-match.component.mjs +5 -6
  12. package/esm2022/lib/components/bracket/partials/bracket-round-header/bracket-round-header.component.mjs +5 -6
  13. package/esm2022/lib/components/button/components/button/button.component.mjs +5 -6
  14. package/esm2022/lib/components/button/components/query-button/query-button.component.mjs +5 -6
  15. package/esm2022/lib/components/button/directives/button/button.directive.mjs +5 -6
  16. package/esm2022/lib/components/button/directives/query-button/query-button.directive.mjs +5 -6
  17. package/esm2022/lib/components/forms/components/checkbox/components/checkbox/checkbox.component.mjs +5 -6
  18. package/esm2022/lib/components/forms/components/checkbox/components/checkbox-field/checkbox-field.component.mjs +5 -6
  19. package/esm2022/lib/components/forms/components/checkbox/components/checkbox-group/checkbox-group.component.mjs +5 -6
  20. package/esm2022/lib/components/forms/components/checkbox/directives/checkbox/checkbox.directive.mjs +5 -6
  21. package/esm2022/lib/components/forms/components/checkbox/directives/checkbox-field/checkbox-field.directive.mjs +5 -6
  22. package/esm2022/lib/components/forms/components/checkbox/directives/checkbox-group/checkbox-group.directive.mjs +5 -6
  23. package/esm2022/lib/components/forms/components/checkbox/directives/checkbox-group-control/checkbox-group-control.directive.mjs +5 -6
  24. package/esm2022/lib/components/forms/components/error/components/error/error.component.mjs +5 -6
  25. package/esm2022/lib/components/forms/components/input/components/email-input/email-input.component.mjs +5 -6
  26. package/esm2022/lib/components/forms/components/input/components/input-field/input-field.component.mjs +5 -6
  27. package/esm2022/lib/components/forms/components/input/components/number-input/number-input.component.mjs +5 -6
  28. package/esm2022/lib/components/forms/components/input/components/password-input/password-input.component.mjs +5 -6
  29. package/esm2022/lib/components/forms/components/input/components/search-input/search-input.component.mjs +5 -6
  30. package/esm2022/lib/components/forms/components/input/components/text-input/text-input.component.mjs +5 -6
  31. package/esm2022/lib/components/forms/components/input/components/textarea-input/textarea-input.component.mjs +5 -6
  32. package/esm2022/lib/components/forms/components/input/directives/autosize-textarea/autosize-textarea.directive.mjs +5 -6
  33. package/esm2022/lib/components/forms/components/input/directives/email-input/email-input.directive.mjs +5 -6
  34. package/esm2022/lib/components/forms/components/input/directives/number-input/number-input.directive.mjs +5 -6
  35. package/esm2022/lib/components/forms/components/input/directives/password-input/password-input.directive.mjs +5 -6
  36. package/esm2022/lib/components/forms/components/input/directives/search-input/search-input.directive.mjs +5 -6
  37. package/esm2022/lib/components/forms/components/input/directives/text-input/text-input.directive.mjs +5 -6
  38. package/esm2022/lib/components/forms/components/input/directives/textarea-input/textarea-input.directive.mjs +5 -6
  39. package/esm2022/lib/components/forms/components/input/partials/password-input-toggle/password-input-toggle.component.mjs +5 -6
  40. package/esm2022/lib/components/forms/components/input/partials/search-input-clear/search-input-clear.component.mjs +5 -6
  41. package/esm2022/lib/components/forms/components/label/components/label/label.component.mjs +5 -6
  42. package/esm2022/lib/components/forms/components/label/directives/label-suffix/label-suffix.directive.mjs +5 -6
  43. package/esm2022/lib/components/forms/components/radio/components/radio/radio.component.mjs +5 -6
  44. package/esm2022/lib/components/forms/components/radio/components/radio-field/radio-field.component.mjs +5 -6
  45. package/esm2022/lib/components/forms/components/radio/components/radio-group/radio-group.component.mjs +5 -6
  46. package/esm2022/lib/components/forms/components/radio/directives/radio/radio.directive.mjs +5 -6
  47. package/esm2022/lib/components/forms/components/radio/directives/radio-field/radio-field.directive.mjs +5 -6
  48. package/esm2022/lib/components/forms/components/radio/directives/radio-group/radio-group.directive.mjs +5 -6
  49. package/esm2022/lib/components/forms/components/segmented-button/components/segmented-button/segmented-button.component.mjs +5 -6
  50. package/esm2022/lib/components/forms/components/segmented-button/components/segmented-button-field/segmented-button-field.component.mjs +5 -6
  51. package/esm2022/lib/components/forms/components/segmented-button/components/segmented-button-group/segmented-button-group.component.mjs +5 -6
  52. package/esm2022/lib/components/forms/components/segmented-button/directives/segmented-button/segmented-button.directive.mjs +5 -6
  53. package/esm2022/lib/components/forms/components/segmented-button/directives/segmented-button-field/segmented-button-field.directive.mjs +5 -6
  54. package/esm2022/lib/components/forms/components/segmented-button/directives/segmented-button-group/segmented-button-group.directive.mjs +5 -6
  55. package/esm2022/lib/components/forms/components/select/components/combobox/components/combobox/combobox.component.mjs +5 -6
  56. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox/combobox.directive.mjs +5 -6
  57. package/esm2022/lib/components/forms/components/select/components/combobox/partials/combobox-body/combobox-body.component.mjs +5 -6
  58. package/esm2022/lib/components/forms/components/select/components/combobox/partials/combobox-option/combobox-option.component.mjs +5 -6
  59. package/esm2022/lib/components/forms/components/select/components/native-select/components/native-select/native-select.component.mjs +5 -6
  60. package/esm2022/lib/components/forms/components/select/components/native-select/directives/native-select-input/native-select-input.directive.mjs +5 -6
  61. package/esm2022/lib/components/forms/components/select/components/native-select/directives/native-select-option/native-select-option.directive.mjs +5 -6
  62. package/esm2022/lib/components/forms/components/select/components/native-select/partials/native-select-option/native-select-option.component.mjs +5 -6
  63. package/esm2022/lib/components/forms/components/select/components/select/components/select/select.component.mjs +5 -6
  64. package/esm2022/lib/components/forms/components/select/components/select/directives/select/select.directive.mjs +5 -6
  65. package/esm2022/lib/components/forms/components/select/components/select/directives/select-body/select-body.directive.mjs +5 -6
  66. package/esm2022/lib/components/forms/components/select/components/select/directives/select-option/select-option.directive.mjs +5 -6
  67. package/esm2022/lib/components/forms/components/select/components/select/partials/select-body/select-body.component.mjs +5 -6
  68. package/esm2022/lib/components/forms/components/select/components/select/partials/select-option/select-option.component.mjs +5 -6
  69. package/esm2022/lib/components/forms/components/select/components/select-field/select-field.component.mjs +5 -6
  70. package/esm2022/lib/components/forms/components/select/directives/select-field/select-field.directive.mjs +5 -6
  71. package/esm2022/lib/components/forms/components/slide-toggle/components/slide-toggle/slide-toggle.component.mjs +5 -6
  72. package/esm2022/lib/components/forms/components/slide-toggle/components/slide-toggle-field/slide-toggle-field.component.mjs +5 -6
  73. package/esm2022/lib/components/forms/components/slide-toggle/directives/slide-toggle/slide-toggle.directive.mjs +5 -6
  74. package/esm2022/lib/components/forms/components/slider/components/slider/slider.component.mjs +5 -6
  75. package/esm2022/lib/components/forms/components/slider/components/slider-field/slider-field.component.mjs +5 -6
  76. package/esm2022/lib/components/forms/directives/dynamic-form-field/dynamic-form-field.directive.mjs +5 -6
  77. package/esm2022/lib/components/forms/directives/dynamic-form-group/dynamic-form-group.directive.mjs +5 -6
  78. package/esm2022/lib/components/forms/directives/if-input-empty/if-input-empty.directive.mjs +5 -6
  79. package/esm2022/lib/components/forms/directives/if-input-filled/if-input-filled.directive.mjs +5 -6
  80. package/esm2022/lib/components/forms/directives/input/input.directive.mjs +5 -6
  81. package/esm2022/lib/components/forms/directives/input-prefix/input-prefix.directive.mjs +5 -6
  82. package/esm2022/lib/components/forms/directives/input-suffix/input-suffix.directive.mjs +5 -6
  83. package/esm2022/lib/components/forms/directives/native-input-ref/native-input-ref.directive.mjs +5 -6
  84. package/esm2022/lib/components/forms/directives/static-form-field/static-form-field.directive.mjs +5 -6
  85. package/esm2022/lib/components/forms/directives/static-form-group/static-form-group.directive.mjs +5 -6
  86. package/esm2022/lib/components/forms/directives/writeable-input/writeable-input.directive.mjs +5 -6
  87. package/esm2022/lib/components/forms/services/default-validator-errors.service.mjs +5 -6
  88. package/esm2022/lib/components/forms/services/form-field-state.service.mjs +5 -6
  89. package/esm2022/lib/components/forms/services/form-group-state.service.mjs +5 -6
  90. package/esm2022/lib/components/forms/services/input-state.service.mjs +5 -6
  91. package/esm2022/lib/components/forms/utils/decorated-form-field.base.mjs +5 -6
  92. package/esm2022/lib/components/forms/utils/decorated-input.base.mjs +5 -6
  93. package/esm2022/lib/components/forms/utils/input.base.mjs +5 -6
  94. package/esm2022/lib/components/icons/chevron-icon/chevron-icon.component.mjs +5 -6
  95. package/esm2022/lib/components/masonry/components/masonry/masonry.component.mjs +5 -6
  96. package/esm2022/lib/components/masonry/partials/masonry-item/masonry-item.component.mjs +5 -6
  97. package/esm2022/lib/components/overlay/components/bottom-sheet/components/bottom-sheet-container/bottom-sheet-container.component.mjs +5 -6
  98. package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-container-base/bottom-sheet-container-base.component.mjs +5 -6
  99. package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-drag-handle/bottom-sheet-drag-handle.component.mjs +5 -6
  100. package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-title/bottom-sheet-title.directive.mjs +5 -6
  101. package/esm2022/lib/components/overlay/components/bottom-sheet/services/bottom-sheet-base.service.mjs +5 -6
  102. package/esm2022/lib/components/overlay/components/bottom-sheet/services/bottom-sheet-swipe-handler.service.mjs +5 -6
  103. package/esm2022/lib/components/overlay/components/bottom-sheet/services/bottom-sheet.service.mjs +5 -6
  104. package/esm2022/lib/components/overlay/components/dialog/components/dialog-container/dialog-container.component.mjs +5 -6
  105. package/esm2022/lib/components/overlay/components/dialog/partials/dialog-close/dialog-close.directive.mjs +5 -6
  106. package/esm2022/lib/components/overlay/components/dialog/partials/dialog-container-base/dialog-container-base.component.mjs +5 -6
  107. package/esm2022/lib/components/overlay/components/dialog/partials/dialog-title/dialog-title.directive.mjs +5 -6
  108. package/esm2022/lib/components/overlay/components/dialog/services/dialog-base.service.mjs +5 -6
  109. package/esm2022/lib/components/overlay/components/dialog/services/dialog.service.mjs +5 -6
  110. package/esm2022/lib/components/overlay/components/toggletip/components/toggletip/toggletip.component.mjs +5 -6
  111. package/esm2022/lib/components/overlay/components/toggletip/directives/toggletip/toggletip.directive.mjs +5 -6
  112. package/esm2022/lib/components/overlay/components/tooltip/components/tooltip/tooltip.component.mjs +5 -6
  113. package/esm2022/lib/components/overlay/components/tooltip/directives/tooltip/tooltip.directive.mjs +5 -6
  114. package/esm2022/lib/components/overlay/services/dynamic-overlay.service.mjs +5 -6
  115. package/esm2022/lib/components/pagination/components/pagination/pagination.component.mjs +5 -6
  116. package/esm2022/lib/components/pagination/partials/pagination-link/pagination-link.directive.mjs +5 -6
  117. package/esm2022/lib/components/pagination/services/pagination-head.service.mjs +5 -6
  118. package/esm2022/lib/components/picture/picture-data.directive.mjs +5 -6
  119. package/esm2022/lib/components/picture/picture.component.mjs +5 -6
  120. package/esm2022/lib/components/progress-spinner/progress-spinner.component.mjs +5 -6
  121. package/esm2022/lib/components/scrollable/components/scrollable/scrollable.component.mjs +161 -93
  122. package/esm2022/lib/components/scrollable/types/scrollable.types.mjs +1 -1
  123. package/esm2022/lib/components/skeleton/components/skeleton/skeleton.component.mjs +5 -6
  124. package/esm2022/lib/components/skeleton/partials/skeleton-item/skeleton-item.component.mjs +5 -6
  125. package/esm2022/lib/components/sort/components/sort-header/sort-header.component.mjs +5 -6
  126. package/esm2022/lib/components/sort/partials/sort/sort.directive.mjs +5 -6
  127. package/esm2022/lib/components/sort/services/sort-header-intl.mjs +5 -6
  128. package/esm2022/lib/components/table/components/table/table.component.mjs +5 -6
  129. package/esm2022/lib/components/table/partials/cells/cell/cell.directive.mjs +5 -6
  130. package/esm2022/lib/components/table/partials/cells/cell-def/cell-def.directive.mjs +5 -6
  131. package/esm2022/lib/components/table/partials/cells/column-def/column-def.directive.mjs +5 -6
  132. package/esm2022/lib/components/table/partials/cells/footer-cell/footer-cell.directive.mjs +5 -6
  133. package/esm2022/lib/components/table/partials/cells/footer-cell-def/footer-cell-def.directive.mjs +5 -6
  134. package/esm2022/lib/components/table/partials/cells/header-cell/header-cell.directive.mjs +5 -6
  135. package/esm2022/lib/components/table/partials/cells/header-cell-def/header-cell-def.directive.mjs +5 -6
  136. package/esm2022/lib/components/table/partials/cells/text-column/text-column.component.mjs +5 -6
  137. package/esm2022/lib/components/table/partials/rows/footer-row/footer-row.component.mjs +5 -6
  138. package/esm2022/lib/components/table/partials/rows/footer-row-def/footer-row-def.directive.mjs +5 -6
  139. package/esm2022/lib/components/table/partials/rows/header-row/header-row.component.mjs +5 -6
  140. package/esm2022/lib/components/table/partials/rows/header-row-def/header-row-def.directive.mjs +5 -6
  141. package/esm2022/lib/components/table/partials/rows/no-data-row/no-data-row.directive.mjs +5 -6
  142. package/esm2022/lib/components/table/partials/rows/recycle-rows/recycle-rows.directive.mjs +5 -6
  143. package/esm2022/lib/components/table/partials/rows/row/row.component.mjs +5 -6
  144. package/esm2022/lib/components/table/partials/rows/row-def/row-def.directive.mjs +5 -6
  145. package/esm2022/lib/components/table/partials/table-busy/table-busy.directive.mjs +5 -6
  146. package/esm2022/lib/components/table/partials/table-busy-outlet/table-busy-outlet.directive.mjs +5 -6
  147. package/esm2022/lib/components/tabs/components/inline-tabs/inline-tabs.component.mjs +5 -6
  148. package/esm2022/lib/components/tabs/components/nav-tabs/nav-tabs.component.mjs +5 -6
  149. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab/inline-tab.component.mjs +5 -6
  150. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-body/inline-tab-body.component.mjs +5 -6
  151. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-body-host/inline-tab-body-host.directive.mjs +5 -6
  152. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-content/inline-tab-content.directive.mjs +5 -6
  153. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-header/inline-tab-header.component.mjs +5 -6
  154. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-label/inline-tab-label.directive.mjs +5 -6
  155. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-label-wrapper/inline-tab-label-wrapper.directive.mjs +5 -6
  156. package/esm2022/lib/components/tabs/partials/nav-tabs/nav-tab-link/nav-tab-link.directive.mjs +5 -6
  157. package/esm2022/lib/components/tabs/partials/nav-tabs/nav-tabs-outlet/nav-tabs-outlet.component.mjs +5 -6
  158. package/esm2022/lib/components/tabs/utils/active-tab-underline.util.mjs +5 -6
  159. package/esm2022/lib/components/tabs/utils/paginated-tab-header.directive.mjs +5 -6
  160. package/esm2022/lib/services/swipe-handler.service.mjs +5 -6
  161. package/fesm2022/ethlete-cdk.mjs +629 -559
  162. package/fesm2022/ethlete-cdk.mjs.map +1 -1
  163. package/lib/components/accordion/components/accordion/accordion.component.d.ts +1 -1
  164. package/lib/components/accordion/components/accordion-group/accordion-group.component.d.ts +1 -1
  165. package/lib/components/accordion/partials/accordion-hint/accordion-hint.directive.d.ts +1 -1
  166. package/lib/components/accordion/partials/accordion-hint-wrapper/accordion-hint-wrapper.directive.d.ts +1 -1
  167. package/lib/components/accordion/partials/accordion-label/accordion-label.directive.d.ts +1 -1
  168. package/lib/components/accordion/partials/accordion-label-wrapper/accordion-label-wrapper.directive.d.ts +1 -1
  169. package/lib/components/bracket/components/bracket/bracket.component.d.ts +1 -1
  170. package/lib/components/bracket/directives/bracket-match/bracket-match.directive.d.ts +1 -1
  171. package/lib/components/bracket/directives/bracket-round/bracket-round.directive.d.ts +1 -1
  172. package/lib/components/bracket/partials/bracket-match/bracket-match.component.d.ts +1 -1
  173. package/lib/components/bracket/partials/bracket-round-header/bracket-round-header.component.d.ts +1 -1
  174. package/lib/components/button/components/button/button.component.d.ts +1 -1
  175. package/lib/components/button/components/query-button/query-button.component.d.ts +1 -1
  176. package/lib/components/button/directives/button/button.directive.d.ts +1 -1
  177. package/lib/components/button/directives/query-button/query-button.directive.d.ts +1 -1
  178. package/lib/components/forms/components/checkbox/components/checkbox/checkbox.component.d.ts +1 -1
  179. package/lib/components/forms/components/checkbox/components/checkbox-field/checkbox-field.component.d.ts +1 -1
  180. package/lib/components/forms/components/checkbox/components/checkbox-group/checkbox-group.component.d.ts +1 -1
  181. package/lib/components/forms/components/checkbox/directives/checkbox/checkbox.directive.d.ts +1 -1
  182. package/lib/components/forms/components/checkbox/directives/checkbox-field/checkbox-field.directive.d.ts +1 -1
  183. package/lib/components/forms/components/checkbox/directives/checkbox-group/checkbox-group.directive.d.ts +1 -1
  184. package/lib/components/forms/components/checkbox/directives/checkbox-group-control/checkbox-group-control.directive.d.ts +1 -1
  185. package/lib/components/forms/components/error/components/error/error.component.d.ts +1 -1
  186. package/lib/components/forms/components/input/components/email-input/email-input.component.d.ts +1 -1
  187. package/lib/components/forms/components/input/components/input-field/input-field.component.d.ts +1 -1
  188. package/lib/components/forms/components/input/components/number-input/number-input.component.d.ts +1 -1
  189. package/lib/components/forms/components/input/components/password-input/password-input.component.d.ts +1 -1
  190. package/lib/components/forms/components/input/components/search-input/search-input.component.d.ts +1 -1
  191. package/lib/components/forms/components/input/components/text-input/text-input.component.d.ts +1 -1
  192. package/lib/components/forms/components/input/components/textarea-input/textarea-input.component.d.ts +1 -1
  193. package/lib/components/forms/components/input/directives/autosize-textarea/autosize-textarea.directive.d.ts +1 -1
  194. package/lib/components/forms/components/input/directives/email-input/email-input.directive.d.ts +1 -1
  195. package/lib/components/forms/components/input/directives/number-input/number-input.directive.d.ts +1 -1
  196. package/lib/components/forms/components/input/directives/password-input/password-input.directive.d.ts +1 -1
  197. package/lib/components/forms/components/input/directives/search-input/search-input.directive.d.ts +1 -1
  198. package/lib/components/forms/components/input/directives/text-input/text-input.directive.d.ts +1 -1
  199. package/lib/components/forms/components/input/directives/textarea-input/textarea-input.directive.d.ts +1 -1
  200. package/lib/components/forms/components/input/partials/password-input-toggle/password-input-toggle.component.d.ts +1 -1
  201. package/lib/components/forms/components/input/partials/search-input-clear/search-input-clear.component.d.ts +1 -1
  202. package/lib/components/forms/components/label/components/label/label.component.d.ts +1 -1
  203. package/lib/components/forms/components/label/directives/label-suffix/label-suffix.directive.d.ts +1 -1
  204. package/lib/components/forms/components/radio/components/radio/radio.component.d.ts +1 -1
  205. package/lib/components/forms/components/radio/components/radio-field/radio-field.component.d.ts +1 -1
  206. package/lib/components/forms/components/radio/components/radio-group/radio-group.component.d.ts +1 -1
  207. package/lib/components/forms/components/radio/directives/radio/radio.directive.d.ts +1 -1
  208. package/lib/components/forms/components/radio/directives/radio-field/radio-field.directive.d.ts +1 -1
  209. package/lib/components/forms/components/radio/directives/radio-group/radio-group.directive.d.ts +1 -1
  210. package/lib/components/forms/components/segmented-button/components/segmented-button/segmented-button.component.d.ts +1 -1
  211. package/lib/components/forms/components/segmented-button/components/segmented-button-field/segmented-button-field.component.d.ts +1 -1
  212. package/lib/components/forms/components/segmented-button/components/segmented-button-group/segmented-button-group.component.d.ts +1 -1
  213. package/lib/components/forms/components/segmented-button/directives/segmented-button/segmented-button.directive.d.ts +1 -1
  214. package/lib/components/forms/components/segmented-button/directives/segmented-button-field/segmented-button-field.directive.d.ts +1 -1
  215. package/lib/components/forms/components/segmented-button/directives/segmented-button-group/segmented-button-group.directive.d.ts +1 -1
  216. package/lib/components/forms/components/select/components/combobox/components/combobox/combobox.component.d.ts +1 -1
  217. package/lib/components/forms/components/select/components/combobox/directives/combobox/combobox.directive.d.ts +1 -1
  218. package/lib/components/forms/components/select/components/combobox/partials/combobox-body/combobox-body.component.d.ts +1 -1
  219. package/lib/components/forms/components/select/components/combobox/partials/combobox-option/combobox-option.component.d.ts +1 -1
  220. package/lib/components/forms/components/select/components/native-select/components/native-select/native-select.component.d.ts +1 -1
  221. package/lib/components/forms/components/select/components/native-select/directives/native-select-input/native-select-input.directive.d.ts +1 -1
  222. package/lib/components/forms/components/select/components/native-select/directives/native-select-option/native-select-option.directive.d.ts +1 -1
  223. package/lib/components/forms/components/select/components/native-select/partials/native-select-option/native-select-option.component.d.ts +1 -1
  224. package/lib/components/forms/components/select/components/select/components/select/select.component.d.ts +1 -1
  225. package/lib/components/forms/components/select/components/select/directives/select/select.directive.d.ts +1 -1
  226. package/lib/components/forms/components/select/components/select/directives/select-body/select-body.directive.d.ts +1 -1
  227. package/lib/components/forms/components/select/components/select/directives/select-option/select-option.directive.d.ts +1 -1
  228. package/lib/components/forms/components/select/components/select/partials/select-body/select-body.component.d.ts +1 -1
  229. package/lib/components/forms/components/select/components/select/partials/select-option/select-option.component.d.ts +1 -1
  230. package/lib/components/forms/components/select/components/select-field/select-field.component.d.ts +1 -1
  231. package/lib/components/forms/components/select/directives/select-field/select-field.directive.d.ts +1 -1
  232. package/lib/components/forms/components/slide-toggle/components/slide-toggle/slide-toggle.component.d.ts +1 -1
  233. package/lib/components/forms/components/slide-toggle/components/slide-toggle-field/slide-toggle-field.component.d.ts +1 -1
  234. package/lib/components/forms/components/slide-toggle/directives/slide-toggle/slide-toggle.directive.d.ts +1 -1
  235. package/lib/components/forms/components/slider/components/slider/slider.component.d.ts +1 -1
  236. package/lib/components/forms/components/slider/components/slider-field/slider-field.component.d.ts +1 -1
  237. package/lib/components/forms/directives/dynamic-form-field/dynamic-form-field.directive.d.ts +1 -1
  238. package/lib/components/forms/directives/dynamic-form-group/dynamic-form-group.directive.d.ts +1 -1
  239. package/lib/components/forms/directives/if-input-empty/if-input-empty.directive.d.ts +1 -1
  240. package/lib/components/forms/directives/if-input-filled/if-input-filled.directive.d.ts +1 -1
  241. package/lib/components/forms/directives/input/input.directive.d.ts +1 -1
  242. package/lib/components/forms/directives/input-prefix/input-prefix.directive.d.ts +1 -1
  243. package/lib/components/forms/directives/input-suffix/input-suffix.directive.d.ts +1 -1
  244. package/lib/components/forms/directives/native-input-ref/native-input-ref.directive.d.ts +1 -1
  245. package/lib/components/forms/directives/static-form-field/static-form-field.directive.d.ts +1 -1
  246. package/lib/components/forms/directives/static-form-group/static-form-group.directive.d.ts +1 -1
  247. package/lib/components/forms/directives/writeable-input/writeable-input.directive.d.ts +1 -1
  248. package/lib/components/forms/utils/decorated-form-field.base.d.ts +1 -1
  249. package/lib/components/forms/utils/decorated-input.base.d.ts +1 -1
  250. package/lib/components/forms/utils/input.base.d.ts +1 -1
  251. package/lib/components/icons/chevron-icon/chevron-icon.component.d.ts +1 -1
  252. package/lib/components/masonry/components/masonry/masonry.component.d.ts +1 -1
  253. package/lib/components/masonry/partials/masonry-item/masonry-item.component.d.ts +1 -1
  254. package/lib/components/overlay/components/bottom-sheet/components/bottom-sheet-container/bottom-sheet-container.component.d.ts +1 -1
  255. package/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-container-base/bottom-sheet-container-base.component.d.ts +1 -1
  256. package/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-drag-handle/bottom-sheet-drag-handle.component.d.ts +1 -1
  257. package/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-title/bottom-sheet-title.directive.d.ts +1 -1
  258. package/lib/components/overlay/components/bottom-sheet/services/bottom-sheet-base.service.d.ts +1 -1
  259. package/lib/components/overlay/components/dialog/components/dialog-container/dialog-container.component.d.ts +1 -1
  260. package/lib/components/overlay/components/dialog/partials/dialog-close/dialog-close.directive.d.ts +1 -1
  261. package/lib/components/overlay/components/dialog/partials/dialog-container-base/dialog-container-base.component.d.ts +1 -1
  262. package/lib/components/overlay/components/dialog/partials/dialog-title/dialog-title.directive.d.ts +1 -1
  263. package/lib/components/overlay/components/dialog/services/dialog-base.service.d.ts +1 -1
  264. package/lib/components/overlay/components/toggletip/components/toggletip/toggletip.component.d.ts +1 -1
  265. package/lib/components/overlay/components/toggletip/directives/toggletip/toggletip.directive.d.ts +1 -1
  266. package/lib/components/overlay/components/tooltip/components/tooltip/tooltip.component.d.ts +1 -1
  267. package/lib/components/overlay/components/tooltip/directives/tooltip/tooltip.directive.d.ts +1 -1
  268. package/lib/components/pagination/components/pagination/pagination.component.d.ts +1 -1
  269. package/lib/components/pagination/partials/pagination-link/pagination-link.directive.d.ts +1 -1
  270. package/lib/components/picture/picture-data.directive.d.ts +1 -1
  271. package/lib/components/picture/picture.component.d.ts +1 -1
  272. package/lib/components/progress-spinner/progress-spinner.component.d.ts +1 -1
  273. package/lib/components/scrollable/components/scrollable/scrollable.component.d.ts +29 -27
  274. package/lib/components/scrollable/types/scrollable.types.d.ts +6 -0
  275. package/lib/components/skeleton/components/skeleton/skeleton.component.d.ts +1 -1
  276. package/lib/components/skeleton/partials/skeleton-item/skeleton-item.component.d.ts +1 -1
  277. package/lib/components/sort/components/sort-header/sort-header.component.d.ts +1 -1
  278. package/lib/components/sort/partials/sort/sort.directive.d.ts +1 -1
  279. package/lib/components/table/components/table/table.component.d.ts +1 -1
  280. package/lib/components/table/partials/cells/cell/cell.directive.d.ts +1 -1
  281. package/lib/components/table/partials/cells/cell-def/cell-def.directive.d.ts +1 -1
  282. package/lib/components/table/partials/cells/column-def/column-def.directive.d.ts +1 -1
  283. package/lib/components/table/partials/cells/footer-cell/footer-cell.directive.d.ts +1 -1
  284. package/lib/components/table/partials/cells/footer-cell-def/footer-cell-def.directive.d.ts +1 -1
  285. package/lib/components/table/partials/cells/header-cell/header-cell.directive.d.ts +1 -1
  286. package/lib/components/table/partials/cells/header-cell-def/header-cell-def.directive.d.ts +1 -1
  287. package/lib/components/table/partials/cells/text-column/text-column.component.d.ts +1 -1
  288. package/lib/components/table/partials/rows/footer-row/footer-row.component.d.ts +1 -1
  289. package/lib/components/table/partials/rows/footer-row-def/footer-row-def.directive.d.ts +1 -1
  290. package/lib/components/table/partials/rows/header-row/header-row.component.d.ts +1 -1
  291. package/lib/components/table/partials/rows/header-row-def/header-row-def.directive.d.ts +1 -1
  292. package/lib/components/table/partials/rows/no-data-row/no-data-row.directive.d.ts +1 -1
  293. package/lib/components/table/partials/rows/recycle-rows/recycle-rows.directive.d.ts +1 -1
  294. package/lib/components/table/partials/rows/row/row.component.d.ts +1 -1
  295. package/lib/components/table/partials/rows/row-def/row-def.directive.d.ts +1 -1
  296. package/lib/components/table/partials/table-busy/table-busy.directive.d.ts +1 -1
  297. package/lib/components/table/partials/table-busy-outlet/table-busy-outlet.directive.d.ts +1 -1
  298. package/lib/components/tabs/components/inline-tabs/inline-tabs.component.d.ts +1 -1
  299. package/lib/components/tabs/components/nav-tabs/nav-tabs.component.d.ts +1 -1
  300. package/lib/components/tabs/partials/inline-tabs/inline-tab/inline-tab.component.d.ts +1 -1
  301. package/lib/components/tabs/partials/inline-tabs/inline-tab-body/inline-tab-body.component.d.ts +1 -1
  302. package/lib/components/tabs/partials/inline-tabs/inline-tab-body-host/inline-tab-body-host.directive.d.ts +1 -1
  303. package/lib/components/tabs/partials/inline-tabs/inline-tab-content/inline-tab-content.directive.d.ts +1 -1
  304. package/lib/components/tabs/partials/inline-tabs/inline-tab-header/inline-tab-header.component.d.ts +1 -1
  305. package/lib/components/tabs/partials/inline-tabs/inline-tab-label/inline-tab-label.directive.d.ts +1 -1
  306. package/lib/components/tabs/partials/inline-tabs/inline-tab-label-wrapper/inline-tab-label-wrapper.directive.d.ts +1 -1
  307. package/lib/components/tabs/partials/nav-tabs/nav-tab-link/nav-tab-link.directive.d.ts +1 -1
  308. package/lib/components/tabs/partials/nav-tabs/nav-tabs-outlet/nav-tabs-outlet.component.d.ts +1 -1
  309. package/lib/components/tabs/utils/active-tab-underline.util.d.ts +1 -1
  310. package/lib/components/tabs/utils/paginated-tab-header.directive.d.ts +1 -1
  311. package/package.json +4 -4
@@ -22,5 +22,5 @@ export declare class TableComponent<T> extends CdkTable<T> implements OnInit {
22
22
  ngOnInit(): void;
23
23
  private _updateTableBusy;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent<any>, [null, null, null, { attribute: "role"; }, { optional: true; }, null, null, null, null, null, { optional: true; skipSelf: true; }, null]>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent<any>, "et-table, table[et-table]", ["etTable"], { "busy": { "alias": "busy"; "required": false; }; }, {}, ["_tableBusyComponent"], ["caption", "colgroup, col"], true, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent<any>, "et-table, table[et-table]", ["etTable"], { "busy": { "alias": "busy"; "required": false; }; }, {}, ["_tableBusyComponent"], ["caption", "colgroup, col"], true, never, false>;
26
26
  }
@@ -2,5 +2,5 @@ import { CdkCell } from '@angular/cdk/table';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class CellDirective extends CdkCell {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<CellDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<CellDirective, "et-cell, td[et-cell]", never, {}, {}, never, never, true, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CellDirective, "et-cell, td[et-cell]", never, {}, {}, never, never, true, never, false>;
6
6
  }
@@ -2,5 +2,5 @@ import { CdkCellDef } from '@angular/cdk/table';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class CellDefDirective extends CdkCellDef {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<CellDefDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<CellDefDirective, "[etCellDef]", never, {}, {}, never, never, true, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CellDefDirective, "[etCellDef]", never, {}, {}, never, never, true, never, false>;
6
6
  }
@@ -8,5 +8,5 @@ export declare class ColumnDefDirective extends CdkColumnDef {
8
8
  constructor(_table?: unknown);
9
9
  protected _updateColumnCssClassName(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnDefDirective, [{ optional: true; }]>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnDefDirective, "[etColumnDef]", never, { "name": { "alias": "etColumnDef"; "required": false; }; }, {}, never, never, true, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnDefDirective, "[etColumnDef]", never, { "name": { "alias": "etColumnDef"; "required": false; }; }, {}, never, never, true, never, false>;
12
12
  }
@@ -2,5 +2,5 @@ import { CdkFooterCell } from '@angular/cdk/table';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class FooterCellDirective extends CdkFooterCell {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<FooterCellDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<FooterCellDirective, "et-footer-cell, td[et-footer-cell]", never, {}, {}, never, never, true, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FooterCellDirective, "et-footer-cell, td[et-footer-cell]", never, {}, {}, never, never, true, never, false>;
6
6
  }
@@ -2,5 +2,5 @@ import { CdkFooterCellDef } from '@angular/cdk/table';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class FooterCellDefDirective extends CdkFooterCellDef {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<FooterCellDefDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<FooterCellDefDirective, "[etFooterCellDef]", never, {}, {}, never, never, true, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FooterCellDefDirective, "[etFooterCellDef]", never, {}, {}, never, never, true, never, false>;
6
6
  }
@@ -2,5 +2,5 @@ import { CdkHeaderCell } from '@angular/cdk/table';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class HeaderCellDirective extends CdkHeaderCell {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderCellDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderCellDirective, "et-header-cell, th[et-header-cell]", never, {}, {}, never, never, true, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderCellDirective, "et-header-cell, th[et-header-cell]", never, {}, {}, never, never, true, never, false>;
6
6
  }
@@ -2,5 +2,5 @@ import { CdkHeaderCellDef } from '@angular/cdk/table';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class HeaderCellDefDirective extends CdkHeaderCellDef {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderCellDefDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderCellDefDirective, "[etHeaderCellDef]", never, {}, {}, never, never, true, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderCellDefDirective, "[etHeaderCellDef]", never, {}, {}, never, never, true, never, false>;
6
6
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class TextColumnComponent<T> extends CdkTextColumn<T> {
4
4
  constructor(_table: CdkTable<T>, _options: TextColumnOptions<T>);
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<TextColumnComponent<any>, [{ optional: true; }, { optional: true; }]>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<TextColumnComponent<any>, "et-text-column", never, {}, {}, never, never, true, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextColumnComponent<any>, "et-text-column", never, {}, {}, never, never, true, never, false>;
7
7
  }
@@ -2,5 +2,5 @@ import { CdkFooterRow } from '@angular/cdk/table';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class FooterRowComponent extends CdkFooterRow {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<FooterRowComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<FooterRowComponent, "et-footer-row, tr[et-footer-row]", ["etFooterRow"], {}, {}, never, never, true, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<FooterRowComponent, "et-footer-row, tr[et-footer-row]", ["etFooterRow"], {}, {}, never, never, true, never, false>;
6
6
  }
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  export declare class FooterRowDefDirective extends CdkFooterRowDef {
5
5
  constructor(template: TemplateRef<unknown>, _differs: IterableDiffers, _table?: unknown);
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<FooterRowDefDirective, [null, null, { optional: true; }]>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<FooterRowDefDirective, "[etFooterRowDef]", never, { "columns": { "alias": "etFooterRowDef"; "required": false; }; "sticky": { "alias": "etFooterRowDefSticky"; "required": false; }; }, {}, never, never, true, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FooterRowDefDirective, "[etFooterRowDef]", never, { "columns": { "alias": "etFooterRowDef"; "required": false; }; "sticky": { "alias": "etFooterRowDefSticky"; "required": false; }; }, {}, never, never, true, never, false>;
8
8
  }
@@ -2,5 +2,5 @@ import { CdkHeaderRow } from '@angular/cdk/table';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class HeaderRowComponent extends CdkHeaderRow {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderRowComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<HeaderRowComponent, "et-header-row, tr[et-header-row]", ["etHeaderRow"], {}, {}, never, never, true, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<HeaderRowComponent, "et-header-row, tr[et-header-row]", ["etHeaderRow"], {}, {}, never, never, true, never, false>;
6
6
  }
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  export declare class HeaderRowDefDirective extends CdkHeaderRowDef {
5
5
  constructor(template: TemplateRef<unknown>, _differs: IterableDiffers, _table?: unknown);
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderRowDefDirective, [null, null, { optional: true; }]>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderRowDefDirective, "[etHeaderRowDef]", never, { "columns": { "alias": "etHeaderRowDef"; "required": false; }; "sticky": { "alias": "etHeaderRowDefSticky"; "required": false; }; }, {}, never, never, true, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderRowDefDirective, "[etHeaderRowDef]", never, { "columns": { "alias": "etHeaderRowDef"; "required": false; }; "sticky": { "alias": "etHeaderRowDefSticky"; "required": false; }; }, {}, never, never, true, never, false>;
8
8
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class NoDataRowDirective extends CdkNoDataRow {
4
4
  _contentClassName: string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<NoDataRowDirective, never>;
6
- static ɵdir: i0.ɵɵDirectiveDeclaration<NoDataRowDirective, "ng-template[etNoDataRow]", never, {}, {}, never, never, true, never>;
6
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NoDataRowDirective, "ng-template[etNoDataRow]", never, {}, {}, never, never, true, never, false>;
7
7
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class RecycleRowsDirective {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<RecycleRowsDirective, never>;
4
- static ɵdir: i0.ɵɵDirectiveDeclaration<RecycleRowsDirective, "et-table[recycleRows], table[et-table][recycleRows]", never, {}, {}, never, never, true, never>;
4
+ static ɵdir: i0.ɵɵDirectiveDeclaration<RecycleRowsDirective, "et-table[recycleRows], table[et-table][recycleRows]", never, {}, {}, never, never, true, never, false>;
5
5
  }
@@ -2,5 +2,5 @@ import { CdkRow } from '@angular/cdk/table';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class RowComponent extends CdkRow {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<RowComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<RowComponent, "et-row, [et-row], [et-row]", ["etRow"], {}, {}, never, never, true, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<RowComponent, "et-row, [et-row], [et-row]", ["etRow"], {}, {}, never, never, true, never, false>;
6
6
  }
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  export declare class RowDefDirective<T> extends CdkRowDef<T> {
5
5
  constructor(template: TemplateRef<unknown>, _differs: IterableDiffers, _table?: unknown);
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<RowDefDirective<any>, [null, null, { optional: true; }]>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<RowDefDirective<any>, "[etRowDef]", never, { "columns": { "alias": "etRowDefColumns"; "required": false; }; "when": { "alias": "etRowDefWhen"; "required": false; }; }, {}, never, never, true, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<RowDefDirective<any>, "[etRowDef]", never, { "columns": { "alias": "etRowDefColumns"; "required": false; }; "when": { "alias": "etRowDefWhen"; "required": false; }; }, {}, never, never, true, never, false>;
8
8
  }
@@ -5,5 +5,5 @@ export declare class TableBusyDirective {
5
5
  _contentClassName: string;
6
6
  constructor(templateRef: TemplateRef<unknown>);
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<TableBusyDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableBusyDirective, "ng-template[etTableBusy]", never, {}, {}, never, never, true, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableBusyDirective, "ng-template[etTableBusy]", never, {}, {}, never, never, true, never, false>;
9
9
  }
@@ -6,5 +6,5 @@ export declare class TableBusyOutletDirective implements RowOutlet {
6
6
  elementRef: ElementRef;
7
7
  constructor(viewContainer: ViewContainerRef, elementRef: ElementRef);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<TableBusyOutletDirective, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableBusyOutletDirective, "[tableBusyOutlet]", never, {}, {}, never, never, true, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableBusyOutletDirective, "[tableBusyOutlet]", never, {}, {}, never, never, true, never, false>;
10
10
  }
@@ -67,6 +67,6 @@ export declare class InlineTabsComponent implements AfterContentInit, AfterConte
67
67
  private _subscribeToTabLabels;
68
68
  private _createChangeEvent;
69
69
  static ɵfac: i0.ɵɵFactoryDeclaration<InlineTabsComponent, never>;
70
- static ɵcmp: i0.ɵɵComponentDeclaration<InlineTabsComponent, "et-inline-tabs", never, { "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "contentTabIndex": { "alias": "contentTabIndex"; "required": false; }; "preserveContent": { "alias": "preserveContent"; "required": false; }; "tabHeaderClasses": { "alias": "tabHeaderClasses"; "required": false; }; "itemSize": { "alias": "itemSize"; "required": false; }; "scrollableClass": { "alias": "scrollableClass"; "required": false; }; "renderMasks": { "alias": "renderMasks"; "required": false; }; "renderButtons": { "alias": "renderButtons"; "required": false; }; "renderScrollbars": { "alias": "renderScrollbars"; "required": false; }; }, { "selectedIndexChange": "selectedIndexChange"; "focusChange": "focusChange"; "selectedTabChange": "selectedTabChange"; }, ["_allTabs"], never, true, never>;
70
+ static ɵcmp: i0.ɵɵComponentDeclaration<InlineTabsComponent, "et-inline-tabs", never, { "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "contentTabIndex": { "alias": "contentTabIndex"; "required": false; }; "preserveContent": { "alias": "preserveContent"; "required": false; }; "tabHeaderClasses": { "alias": "tabHeaderClasses"; "required": false; }; "itemSize": { "alias": "itemSize"; "required": false; }; "scrollableClass": { "alias": "scrollableClass"; "required": false; }; "renderMasks": { "alias": "renderMasks"; "required": false; }; "renderButtons": { "alias": "renderButtons"; "required": false; }; "renderScrollbars": { "alias": "renderScrollbars"; "required": false; }; }, { "selectedIndexChange": "selectedIndexChange"; "focusChange": "focusChange"; "selectedTabChange": "selectedTabChange"; }, ["_allTabs"], never, true, never, false>;
71
71
  }
72
72
  export {};
@@ -24,5 +24,5 @@ export declare class NavTabsComponent extends PaginatedTabHeaderDirective implem
24
24
  updateActiveLink(): void;
25
25
  _getRole(): string | null;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<NavTabsComponent, [null, { optional: true; }, null, null, null, null]>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<NavTabsComponent, "[et-nav-tabs]", never, { "tabOutlet": { "alias": "tabOutlet"; "required": false; }; }, {}, ["_items", "_inkBars"], ["*"], true, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<NavTabsComponent, "[et-nav-tabs]", never, { "tabOutlet": { "alias": "tabOutlet"; "required": false; }; }, {}, ["_items", "_inkBars"], ["*"], true, never, false>;
28
28
  }
@@ -37,5 +37,5 @@ export declare class InlineTabComponent implements OnInit, OnChanges, OnDestroy
37
37
  ngOnDestroy(): void;
38
38
  protected _setTemplateLabelInput(value: InlineTabLabelDirective | undefined): void;
39
39
  static ɵfac: i0.ɵɵFactoryDeclaration<InlineTabComponent, [null, { optional: true; }]>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<InlineTabComponent, "et-inline-tab", never, { "fitUnderlineToContent": { "alias": "fitUnderlineToContent"; "required": false; }; "textLabel": { "alias": "label"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; }; "labelClass": { "alias": "labelClass"; "required": false; }; "bodyClass": { "alias": "bodyClass"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, ["templateLabel", "_explicitContent"], ["*"], true, never>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<InlineTabComponent, "et-inline-tab", never, { "fitUnderlineToContent": { "alias": "fitUnderlineToContent"; "required": false; }; "textLabel": { "alias": "label"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; }; "labelClass": { "alias": "labelClass"; "required": false; }; "bodyClass": { "alias": "bodyClass"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, ["templateLabel", "_explicitContent"], ["*"], true, never, false>;
41
41
  }
@@ -35,5 +35,5 @@ export declare class InlineTabBodyComponent implements OnInit, OnDestroy {
35
35
  private _computePositionAnimationState;
36
36
  private _computePositionFromOrigin;
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<InlineTabBodyComponent, [null, { optional: true; }, null]>;
38
- static ɵcmp: i0.ɵɵComponentDeclaration<InlineTabBodyComponent, "et-inline-tab-body", never, { "_content": { "alias": "content"; "required": false; }; "origin": { "alias": "origin"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "preserveContent": { "alias": "preserveContent"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, { "_onCentering": "_onCentering"; "_beforeCentering": "_beforeCentering"; "_afterLeavingCenter": "_afterLeavingCenter"; "_onCentered": "_onCentered"; }, never, never, true, never>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<InlineTabBodyComponent, "et-inline-tab-body", never, { "_content": { "alias": "content"; "required": false; }; "origin": { "alias": "origin"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "preserveContent": { "alias": "preserveContent"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, { "_onCentering": "_onCentering"; "_beforeCentering": "_beforeCentering"; "_afterLeavingCenter": "_afterLeavingCenter"; "_onCentered": "_onCentered"; }, never, never, true, never, false>;
39
39
  }
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  export declare class InlineTabBodyHostDirective extends CdkPortalOutlet implements OnInit, OnDestroy {
5
5
  constructor(componentFactoryResolver: ComponentFactoryResolver, viewContainerRef: ViewContainerRef, _document: Document);
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<InlineTabBodyHostDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<InlineTabBodyHostDirective, "[etInlineTabBodyHost]", never, {}, {}, never, never, true, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<InlineTabBodyHostDirective, "[etInlineTabBodyHost]", never, {}, {}, never, never, true, never, false>;
8
8
  }
@@ -5,5 +5,5 @@ export declare class InlineTabContentDirective {
5
5
  template: TemplateRef<unknown>;
6
6
  constructor(template: TemplateRef<unknown>);
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<InlineTabContentDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<InlineTabContentDirective, "[etInlineTabContent]", never, {}, {}, never, never, true, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<InlineTabContentDirective, "[etInlineTabContent]", never, {}, {}, never, never, true, never, false>;
9
9
  }
@@ -15,5 +15,5 @@ export declare class InlineTabHeaderComponent extends PaginatedTabHeaderDirectiv
15
15
  ngAfterContentInit(): void;
16
16
  protected _itemSelected(event: KeyboardEvent): void;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<InlineTabHeaderComponent, [null, null, null, { optional: true; }, null]>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<InlineTabHeaderComponent, "et-inline-tab-header", never, {}, {}, ["_items", "_inkBars"], ["*"], true, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<InlineTabHeaderComponent, "et-inline-tab-header", never, {}, {}, ["_items", "_inkBars"], ["*"], true, never, false>;
19
19
  }
@@ -7,5 +7,5 @@ export declare class InlineTabLabelDirective extends CdkPortal {
7
7
  _closestTab: unknown;
8
8
  constructor(templateRef: TemplateRef<unknown>, viewContainerRef: ViewContainerRef, _closestTab: unknown);
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<InlineTabLabelDirective, [null, null, { optional: true; }]>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<InlineTabLabelDirective, "[et-inline-tab-label]", never, {}, {}, never, never, true, never>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<InlineTabLabelDirective, "[et-inline-tab-label]", never, {}, {}, never, never, true, never, false>;
11
11
  }
@@ -13,5 +13,5 @@ export declare class InlineTabLabelWrapperDirective {
13
13
  getOffsetLeft(): number;
14
14
  getOffsetWidth(): number;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<InlineTabLabelWrapperDirective, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<InlineTabLabelWrapperDirective, "[etInlineTabLabelWrapper]", never, { "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.ActiveTabUnderlineDirective; inputs: { "fitUnderlineToContent": "fitUnderlineToContent"; }; outputs: {}; }]>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<InlineTabLabelWrapperDirective, "[etInlineTabLabelWrapper]", never, { "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.ActiveTabUnderlineDirective; inputs: { "fitUnderlineToContent": "fitUnderlineToContent"; }; outputs: {}; }], false>;
17
17
  }
@@ -44,5 +44,5 @@ export declare class NavTabLinkComponent implements OnInit, AfterViewInit, OnDes
44
44
  _markForCheck(): void;
45
45
  private _haltDisabledEvents;
46
46
  static ɵfac: i0.ɵɵFactoryDeclaration<NavTabLinkComponent, [null, null, { attribute: "tabindex"; }, null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }]>;
47
- static ɵcmp: i0.ɵɵComponentDeclaration<NavTabLinkComponent, "[et-nav-tab-link]", never, { "tabIndex": { "alias": "tabIndex"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], true, [{ directive: typeof i1.ActiveTabUnderlineDirective; inputs: { "fitUnderlineToContent": "fitUnderlineToContent"; }; outputs: {}; }]>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<NavTabLinkComponent, "[et-nav-tab-link]", never, { "tabIndex": { "alias": "tabIndex"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], true, [{ directive: typeof i1.ActiveTabUnderlineDirective; inputs: { "fitUnderlineToContent": "fitUnderlineToContent"; }; outputs: {}; }], false>;
48
48
  }
@@ -6,5 +6,5 @@ export declare class NavTabsOutletComponent {
6
6
  get _attrId(): string;
7
7
  _activeTabId?: string;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<NavTabsOutletComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<NavTabsOutletComponent, "et-nav-tabs-outlet", never, { "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], true, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<NavTabsOutletComponent, "et-nav-tabs-outlet", never, { "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], true, never, false>;
10
10
  }
@@ -29,7 +29,7 @@ export declare class ActiveTabUnderlineDirective implements OnInit, OnDestroy {
29
29
  private _createUnderlineElement;
30
30
  private _appendUnderlineElement;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<ActiveTabUnderlineDirective, never>;
32
- static ɵdir: i0.ɵɵDirectiveDeclaration<ActiveTabUnderlineDirective, never, never, { "fitUnderlineToContent": { "alias": "fitUnderlineToContent"; "required": false; }; }, {}, never, never, true, never>;
32
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ActiveTabUnderlineDirective, never, never, { "fitUnderlineToContent": { "alias": "fitUnderlineToContent"; "required": false; }; }, {}, never, never, true, never, false>;
33
33
  }
34
34
  export interface _ActiveTabUnderlinePositioner {
35
35
  (element: HTMLElement): {
@@ -74,5 +74,5 @@ export declare abstract class PaginatedTabHeaderDirective implements AfterConten
74
74
  _handlePaginatorPress(direction: TabPaginationScrollDirection, mouseEvent?: MouseEvent): void;
75
75
  private _scrollTo;
76
76
  static ɵfac: i0.ɵɵFactoryDeclaration<PaginatedTabHeaderDirective, [null, null, null, { optional: true; }, null]>;
77
- static ɵdir: i0.ɵɵDirectiveDeclaration<PaginatedTabHeaderDirective, never, never, { "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "itemSize": { "alias": "itemSize"; "required": false; }; "scrollableClass": { "alias": "scrollableClass"; "required": false; }; "renderMasks": { "alias": "renderMasks"; "required": false; }; "renderButtons": { "alias": "renderButtons"; "required": false; }; "renderScrollbars": { "alias": "renderScrollbars"; "required": false; }; }, { "selectFocusedIndex": "selectFocusedIndex"; "indexFocused": "indexFocused"; }, never, never, false, never>;
77
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PaginatedTabHeaderDirective, never, never, { "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "itemSize": { "alias": "itemSize"; "required": false; }; "scrollableClass": { "alias": "scrollableClass"; "required": false; }; "renderMasks": { "alias": "renderMasks"; "required": false; }; "renderButtons": { "alias": "renderButtons"; "required": false; }; "renderScrollbars": { "alias": "renderScrollbars"; "required": false; }; }, { "selectFocusedIndex": "selectFocusedIndex"; "indexFocused": "indexFocused"; }, never, never, false, never, false>;
78
78
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethlete/cdk",
3
- "version": "2.6.2",
3
+ "version": "2.7.0",
4
4
  "exports": {
5
5
  ".": {
6
6
  "css": "./src/lib/styles/index.css",
@@ -19,9 +19,9 @@
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.4",
23
- "@ethlete/core": "2.6.1",
24
- "@angular/animations": "16.0.5",
22
+ "@angular/cdk": "16.1.0",
23
+ "@ethlete/core": "2.7.0",
24
+ "@angular/animations": "16.1.0",
25
25
  "@ethlete/query": "4.3.2"
26
26
  },
27
27
  "module": "fesm2022/ethlete-cdk.mjs",