@ethlete/cdk 2.7.0 → 2.8.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 (310) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/esm2022/lib/components/accordion/components/accordion/accordion.component.mjs +12 -23
  3. package/esm2022/lib/components/accordion/components/accordion-group/accordion-group.component.mjs +8 -14
  4. package/esm2022/lib/components/accordion/partials/accordion-hint/accordion-hint.directive.mjs +3 -3
  5. package/esm2022/lib/components/accordion/partials/accordion-hint-wrapper/accordion-hint-wrapper.directive.mjs +3 -3
  6. package/esm2022/lib/components/accordion/partials/accordion-label/accordion-label.directive.mjs +3 -3
  7. package/esm2022/lib/components/accordion/partials/accordion-label-wrapper/accordion-label-wrapper.directive.mjs +3 -3
  8. package/esm2022/lib/components/bracket/components/bracket/bracket.component.mjs +3 -3
  9. package/esm2022/lib/components/bracket/directives/bracket-match/bracket-match.directive.mjs +3 -3
  10. package/esm2022/lib/components/bracket/directives/bracket-round/bracket-round.directive.mjs +3 -3
  11. package/esm2022/lib/components/bracket/partials/bracket-match/bracket-match.component.mjs +3 -3
  12. package/esm2022/lib/components/bracket/partials/bracket-round-header/bracket-round-header.component.mjs +3 -3
  13. package/esm2022/lib/components/button/components/button/button.component.mjs +3 -3
  14. package/esm2022/lib/components/button/components/query-button/query-button.component.mjs +3 -3
  15. package/esm2022/lib/components/button/directives/button/button.directive.mjs +7 -8
  16. package/esm2022/lib/components/button/directives/query-button/query-button.directive.mjs +3 -3
  17. package/esm2022/lib/components/forms/components/checkbox/components/checkbox/checkbox.component.mjs +3 -3
  18. package/esm2022/lib/components/forms/components/checkbox/components/checkbox-field/checkbox-field.component.mjs +3 -3
  19. package/esm2022/lib/components/forms/components/checkbox/components/checkbox-group/checkbox-group.component.mjs +3 -3
  20. package/esm2022/lib/components/forms/components/checkbox/directives/checkbox/checkbox.directive.mjs +3 -3
  21. package/esm2022/lib/components/forms/components/checkbox/directives/checkbox-field/checkbox-field.directive.mjs +3 -3
  22. package/esm2022/lib/components/forms/components/checkbox/directives/checkbox-group/checkbox-group.directive.mjs +3 -3
  23. package/esm2022/lib/components/forms/components/checkbox/directives/checkbox-group-control/checkbox-group-control.directive.mjs +3 -3
  24. package/esm2022/lib/components/forms/components/error/components/error/error.component.mjs +3 -3
  25. package/esm2022/lib/components/forms/components/input/components/email-input/email-input.component.mjs +3 -3
  26. package/esm2022/lib/components/forms/components/input/components/input-field/input-field.component.mjs +3 -3
  27. package/esm2022/lib/components/forms/components/input/components/number-input/number-input.component.mjs +3 -3
  28. package/esm2022/lib/components/forms/components/input/components/password-input/password-input.component.mjs +3 -3
  29. package/esm2022/lib/components/forms/components/input/components/search-input/search-input.component.mjs +3 -3
  30. package/esm2022/lib/components/forms/components/input/components/text-input/text-input.component.mjs +3 -3
  31. package/esm2022/lib/components/forms/components/input/components/textarea-input/textarea-input.component.mjs +11 -22
  32. package/esm2022/lib/components/forms/components/input/directives/autosize-textarea/autosize-textarea.directive.mjs +3 -3
  33. package/esm2022/lib/components/forms/components/input/directives/email-input/email-input.directive.mjs +3 -3
  34. package/esm2022/lib/components/forms/components/input/directives/number-input/number-input.directive.mjs +3 -3
  35. package/esm2022/lib/components/forms/components/input/directives/password-input/password-input.directive.mjs +3 -3
  36. package/esm2022/lib/components/forms/components/input/directives/search-input/search-input.directive.mjs +3 -3
  37. package/esm2022/lib/components/forms/components/input/directives/text-input/text-input.directive.mjs +3 -3
  38. package/esm2022/lib/components/forms/components/input/directives/textarea-input/textarea-input.directive.mjs +3 -3
  39. package/esm2022/lib/components/forms/components/input/partials/password-input-toggle/password-input-toggle.component.mjs +3 -3
  40. package/esm2022/lib/components/forms/components/input/partials/search-input-clear/search-input-clear.component.mjs +3 -3
  41. package/esm2022/lib/components/forms/components/label/components/label/label.component.mjs +3 -3
  42. package/esm2022/lib/components/forms/components/label/directives/label-suffix/label-suffix.directive.mjs +8 -14
  43. package/esm2022/lib/components/forms/components/radio/components/radio/radio.component.mjs +3 -3
  44. package/esm2022/lib/components/forms/components/radio/components/radio-field/radio-field.component.mjs +3 -3
  45. package/esm2022/lib/components/forms/components/radio/components/radio-group/radio-group.component.mjs +3 -3
  46. package/esm2022/lib/components/forms/components/radio/directives/radio/radio.directive.mjs +6 -7
  47. package/esm2022/lib/components/forms/components/radio/directives/radio-field/radio-field.directive.mjs +3 -3
  48. package/esm2022/lib/components/forms/components/radio/directives/radio-group/radio-group.directive.mjs +3 -3
  49. package/esm2022/lib/components/forms/components/segmented-button/components/segmented-button/segmented-button.component.mjs +3 -3
  50. package/esm2022/lib/components/forms/components/segmented-button/components/segmented-button-field/segmented-button-field.component.mjs +3 -3
  51. package/esm2022/lib/components/forms/components/segmented-button/components/segmented-button-group/segmented-button-group.component.mjs +3 -3
  52. package/esm2022/lib/components/forms/components/segmented-button/directives/segmented-button/segmented-button.directive.mjs +6 -7
  53. package/esm2022/lib/components/forms/components/segmented-button/directives/segmented-button-field/segmented-button-field.directive.mjs +3 -3
  54. package/esm2022/lib/components/forms/components/segmented-button/directives/segmented-button-group/segmented-button-group.directive.mjs +3 -3
  55. package/esm2022/lib/components/forms/components/select/components/combobox/components/combobox/combobox.component.mjs +9 -10
  56. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox/combobox.directive.mjs +3 -3
  57. package/esm2022/lib/components/forms/components/select/components/combobox/partials/combobox-body/combobox-body.component.mjs +3 -3
  58. package/esm2022/lib/components/forms/components/select/components/combobox/partials/combobox-option/combobox-option.component.mjs +3 -3
  59. package/esm2022/lib/components/forms/components/select/components/native-select/components/native-select/native-select.component.mjs +3 -3
  60. package/esm2022/lib/components/forms/components/select/components/native-select/directives/native-select-input/native-select-input.directive.mjs +3 -3
  61. package/esm2022/lib/components/forms/components/select/components/native-select/directives/native-select-option/native-select-option.directive.mjs +11 -22
  62. package/esm2022/lib/components/forms/components/select/components/native-select/partials/native-select-option/native-select-option.component.mjs +3 -3
  63. package/esm2022/lib/components/forms/components/select/components/select/components/select/select.component.mjs +3 -3
  64. package/esm2022/lib/components/forms/components/select/components/select/directives/select/select.directive.mjs +6 -7
  65. package/esm2022/lib/components/forms/components/select/components/select/directives/select-body/select-body.directive.mjs +3 -3
  66. package/esm2022/lib/components/forms/components/select/components/select/directives/select-option/select-option.directive.mjs +6 -7
  67. package/esm2022/lib/components/forms/components/select/components/select/partials/select-body/select-body.component.mjs +3 -3
  68. package/esm2022/lib/components/forms/components/select/components/select/partials/select-option/select-option.component.mjs +3 -3
  69. package/esm2022/lib/components/forms/components/select/components/select-field/select-field.component.mjs +3 -3
  70. package/esm2022/lib/components/forms/components/select/directives/select-field/select-field.directive.mjs +3 -3
  71. package/esm2022/lib/components/forms/components/slide-toggle/components/slide-toggle/slide-toggle.component.mjs +3 -3
  72. package/esm2022/lib/components/forms/components/slide-toggle/components/slide-toggle-field/slide-toggle-field.component.mjs +3 -3
  73. package/esm2022/lib/components/forms/components/slide-toggle/directives/slide-toggle/slide-toggle.directive.mjs +3 -3
  74. package/esm2022/lib/components/forms/components/slider/components/slider/slider.component.mjs +11 -12
  75. package/esm2022/lib/components/forms/components/slider/components/slider-field/slider-field.component.mjs +3 -3
  76. package/esm2022/lib/components/forms/directives/dynamic-form-field/dynamic-form-field.directive.mjs +6 -7
  77. package/esm2022/lib/components/forms/directives/dynamic-form-group/dynamic-form-group.directive.mjs +6 -7
  78. package/esm2022/lib/components/forms/directives/if-input-empty/if-input-empty.directive.mjs +3 -3
  79. package/esm2022/lib/components/forms/directives/if-input-filled/if-input-filled.directive.mjs +3 -3
  80. package/esm2022/lib/components/forms/directives/input/input.directive.mjs +3 -3
  81. package/esm2022/lib/components/forms/directives/input-prefix/input-prefix.directive.mjs +3 -3
  82. package/esm2022/lib/components/forms/directives/input-suffix/input-suffix.directive.mjs +3 -3
  83. package/esm2022/lib/components/forms/directives/native-input-ref/native-input-ref.directive.mjs +3 -3
  84. package/esm2022/lib/components/forms/directives/static-form-field/static-form-field.directive.mjs +3 -3
  85. package/esm2022/lib/components/forms/directives/static-form-group/static-form-group.directive.mjs +3 -3
  86. package/esm2022/lib/components/forms/directives/writeable-input/writeable-input.directive.mjs +3 -3
  87. package/esm2022/lib/components/forms/services/default-validator-errors.service.mjs +3 -3
  88. package/esm2022/lib/components/forms/services/form-field-state.service.mjs +3 -3
  89. package/esm2022/lib/components/forms/services/form-group-state.service.mjs +3 -3
  90. package/esm2022/lib/components/forms/services/input-state.service.mjs +3 -3
  91. package/esm2022/lib/components/forms/utils/decorated-form-field.base.mjs +3 -3
  92. package/esm2022/lib/components/forms/utils/decorated-input.base.mjs +3 -3
  93. package/esm2022/lib/components/forms/utils/input.base.mjs +3 -3
  94. package/esm2022/lib/components/icons/chevron-icon/chevron-icon.component.mjs +3 -3
  95. package/esm2022/lib/components/masonry/components/masonry/masonry.component.mjs +8 -9
  96. package/esm2022/lib/components/masonry/partials/masonry-item/masonry-item.component.mjs +3 -3
  97. package/esm2022/lib/components/overlay/components/bottom-sheet/components/bottom-sheet-container/bottom-sheet-container.component.mjs +3 -3
  98. package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-container-base/bottom-sheet-container-base.component.mjs +3 -3
  99. package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-drag-handle/bottom-sheet-drag-handle.component.mjs +3 -3
  100. package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-title/bottom-sheet-title.directive.mjs +3 -3
  101. package/esm2022/lib/components/overlay/components/bottom-sheet/services/bottom-sheet-base.service.mjs +3 -3
  102. package/esm2022/lib/components/overlay/components/bottom-sheet/services/bottom-sheet-swipe-handler.service.mjs +3 -3
  103. package/esm2022/lib/components/overlay/components/bottom-sheet/services/bottom-sheet.service.mjs +3 -3
  104. package/esm2022/lib/components/overlay/components/dialog/components/dialog-container/dialog-container.component.mjs +3 -3
  105. package/esm2022/lib/components/overlay/components/dialog/partials/dialog-close/dialog-close.directive.mjs +3 -3
  106. package/esm2022/lib/components/overlay/components/dialog/partials/dialog-container-base/dialog-container-base.component.mjs +3 -3
  107. package/esm2022/lib/components/overlay/components/dialog/partials/dialog-title/dialog-title.directive.mjs +3 -3
  108. package/esm2022/lib/components/overlay/components/dialog/services/dialog-base.service.mjs +3 -3
  109. package/esm2022/lib/components/overlay/components/dialog/services/dialog.service.mjs +3 -3
  110. package/esm2022/lib/components/overlay/components/toggletip/components/toggletip/toggletip.component.mjs +3 -3
  111. package/esm2022/lib/components/overlay/components/toggletip/directives/toggletip/toggletip.directive.mjs +6 -7
  112. package/esm2022/lib/components/overlay/components/tooltip/components/tooltip/tooltip.component.mjs +3 -3
  113. package/esm2022/lib/components/overlay/components/tooltip/directives/tooltip/tooltip.directive.mjs +3 -3
  114. package/esm2022/lib/components/overlay/services/dynamic-overlay.service.mjs +10 -12
  115. package/esm2022/lib/components/pagination/components/pagination/pagination.component.mjs +9 -9
  116. package/esm2022/lib/components/pagination/partials/pagination-link/pagination-link.directive.mjs +3 -3
  117. package/esm2022/lib/components/pagination/services/pagination-head.service.mjs +3 -3
  118. package/esm2022/lib/components/picture/picture-data.directive.mjs +8 -14
  119. package/esm2022/lib/components/picture/picture.component.mjs +3 -3
  120. package/esm2022/lib/components/progress-spinner/progress-spinner.component.mjs +13 -24
  121. package/esm2022/lib/components/scrollable/components/scrollable/scrollable.component.mjs +92 -51
  122. package/esm2022/lib/components/skeleton/components/skeleton/skeleton.component.mjs +8 -14
  123. package/esm2022/lib/components/skeleton/partials/skeleton-item/skeleton-item.component.mjs +3 -3
  124. package/esm2022/lib/components/sort/components/sort-header/sort-header.component.mjs +24 -49
  125. package/esm2022/lib/components/sort/partials/sort/sort.directive.mjs +18 -36
  126. package/esm2022/lib/components/sort/services/sort-header-intl.mjs +3 -3
  127. package/esm2022/lib/components/table/components/table/table.component.mjs +7 -8
  128. package/esm2022/lib/components/table/partials/cells/cell/cell.directive.mjs +3 -3
  129. package/esm2022/lib/components/table/partials/cells/cell-def/cell-def.directive.mjs +3 -3
  130. package/esm2022/lib/components/table/partials/cells/column-def/column-def.directive.mjs +3 -3
  131. package/esm2022/lib/components/table/partials/cells/footer-cell/footer-cell.directive.mjs +3 -3
  132. package/esm2022/lib/components/table/partials/cells/footer-cell-def/footer-cell-def.directive.mjs +3 -3
  133. package/esm2022/lib/components/table/partials/cells/header-cell/header-cell.directive.mjs +3 -3
  134. package/esm2022/lib/components/table/partials/cells/header-cell-def/header-cell-def.directive.mjs +3 -3
  135. package/esm2022/lib/components/table/partials/cells/text-column/text-column.component.mjs +3 -3
  136. package/esm2022/lib/components/table/partials/rows/footer-row/footer-row.component.mjs +3 -3
  137. package/esm2022/lib/components/table/partials/rows/footer-row-def/footer-row-def.directive.mjs +3 -3
  138. package/esm2022/lib/components/table/partials/rows/header-row/header-row.component.mjs +3 -3
  139. package/esm2022/lib/components/table/partials/rows/header-row-def/header-row-def.directive.mjs +3 -3
  140. package/esm2022/lib/components/table/partials/rows/no-data-row/no-data-row.directive.mjs +3 -3
  141. package/esm2022/lib/components/table/partials/rows/recycle-rows/recycle-rows.directive.mjs +3 -3
  142. package/esm2022/lib/components/table/partials/rows/row/row.component.mjs +3 -3
  143. package/esm2022/lib/components/table/partials/rows/row-def/row-def.directive.mjs +3 -3
  144. package/esm2022/lib/components/table/partials/table-busy/table-busy.directive.mjs +8 -8
  145. package/esm2022/lib/components/table/partials/table-busy-outlet/table-busy-outlet.directive.mjs +9 -9
  146. package/esm2022/lib/components/tabs/components/inline-tabs/inline-tabs.component.mjs +41 -70
  147. package/esm2022/lib/components/tabs/components/nav-tabs/nav-tabs.component.mjs +10 -18
  148. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab/inline-tab.component.mjs +11 -22
  149. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-body/inline-tab-body.component.mjs +15 -17
  150. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-body-host/inline-tab-body-host.directive.mjs +3 -3
  151. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-content/inline-tab-content.directive.mjs +8 -8
  152. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-header/inline-tab-header.component.mjs +6 -15
  153. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-label/inline-tab-label.directive.mjs +3 -3
  154. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-label-wrapper/inline-tab-label-wrapper.directive.mjs +11 -17
  155. package/esm2022/lib/components/tabs/partials/nav-tabs/nav-tab-link/nav-tab-link.directive.mjs +24 -43
  156. package/esm2022/lib/components/tabs/partials/nav-tabs/nav-tabs-outlet/nav-tabs-outlet.component.mjs +3 -3
  157. package/esm2022/lib/components/tabs/utils/active-tab-underline.util.mjs +6 -7
  158. package/esm2022/lib/components/tabs/utils/paginated-tab-header.directive.mjs +25 -45
  159. package/esm2022/lib/services/swipe-handler.service.mjs +3 -3
  160. package/fesm2022/ethlete-cdk.mjs +780 -921
  161. package/fesm2022/ethlete-cdk.mjs.map +1 -1
  162. package/lib/components/accordion/components/accordion/accordion.component.d.ts +5 -8
  163. package/lib/components/accordion/components/accordion-group/accordion-group.component.d.ts +3 -5
  164. package/lib/components/accordion/partials/accordion-hint/accordion-hint.directive.d.ts +1 -1
  165. package/lib/components/accordion/partials/accordion-hint-wrapper/accordion-hint-wrapper.directive.d.ts +1 -1
  166. package/lib/components/accordion/partials/accordion-label/accordion-label.directive.d.ts +1 -1
  167. package/lib/components/accordion/partials/accordion-label-wrapper/accordion-label-wrapper.directive.d.ts +1 -1
  168. package/lib/components/bracket/components/bracket/bracket.component.d.ts +1 -1
  169. package/lib/components/bracket/directives/bracket-match/bracket-match.directive.d.ts +1 -1
  170. package/lib/components/bracket/directives/bracket-round/bracket-round.directive.d.ts +1 -1
  171. package/lib/components/bracket/partials/bracket-match/bracket-match.component.d.ts +1 -1
  172. package/lib/components/bracket/partials/bracket-round-header/bracket-round-header.component.d.ts +1 -1
  173. package/lib/components/button/components/button/button.component.d.ts +1 -1
  174. package/lib/components/button/components/query-button/query-button.component.d.ts +1 -1
  175. package/lib/components/button/directives/button/button.directive.d.ts +3 -4
  176. package/lib/components/button/directives/query-button/query-button.directive.d.ts +1 -1
  177. package/lib/components/forms/components/checkbox/components/checkbox/checkbox.component.d.ts +1 -1
  178. package/lib/components/forms/components/checkbox/components/checkbox-field/checkbox-field.component.d.ts +1 -1
  179. package/lib/components/forms/components/checkbox/components/checkbox-group/checkbox-group.component.d.ts +1 -1
  180. package/lib/components/forms/components/checkbox/directives/checkbox/checkbox.directive.d.ts +1 -1
  181. package/lib/components/forms/components/checkbox/directives/checkbox-field/checkbox-field.directive.d.ts +1 -1
  182. package/lib/components/forms/components/checkbox/directives/checkbox-group/checkbox-group.directive.d.ts +1 -1
  183. package/lib/components/forms/components/checkbox/directives/checkbox-group-control/checkbox-group-control.directive.d.ts +1 -1
  184. package/lib/components/forms/components/error/components/error/error.component.d.ts +1 -1
  185. package/lib/components/forms/components/input/components/email-input/email-input.component.d.ts +1 -1
  186. package/lib/components/forms/components/input/components/input-field/input-field.component.d.ts +1 -1
  187. package/lib/components/forms/components/input/components/number-input/number-input.component.d.ts +1 -1
  188. package/lib/components/forms/components/input/components/password-input/password-input.component.d.ts +1 -1
  189. package/lib/components/forms/components/input/components/search-input/search-input.component.d.ts +1 -1
  190. package/lib/components/forms/components/input/components/text-input/text-input.component.d.ts +1 -1
  191. package/lib/components/forms/components/input/components/textarea-input/textarea-input.component.d.ts +5 -8
  192. package/lib/components/forms/components/input/directives/autosize-textarea/autosize-textarea.directive.d.ts +1 -1
  193. package/lib/components/forms/components/input/directives/email-input/email-input.directive.d.ts +1 -1
  194. package/lib/components/forms/components/input/directives/number-input/number-input.directive.d.ts +1 -1
  195. package/lib/components/forms/components/input/directives/password-input/password-input.directive.d.ts +1 -1
  196. package/lib/components/forms/components/input/directives/search-input/search-input.directive.d.ts +1 -1
  197. package/lib/components/forms/components/input/directives/text-input/text-input.directive.d.ts +1 -1
  198. package/lib/components/forms/components/input/directives/textarea-input/textarea-input.directive.d.ts +1 -1
  199. package/lib/components/forms/components/input/partials/password-input-toggle/password-input-toggle.component.d.ts +1 -1
  200. package/lib/components/forms/components/input/partials/search-input-clear/search-input-clear.component.d.ts +1 -1
  201. package/lib/components/forms/components/label/components/label/label.component.d.ts +1 -1
  202. package/lib/components/forms/components/label/directives/label-suffix/label-suffix.directive.d.ts +3 -5
  203. package/lib/components/forms/components/radio/components/radio/radio.component.d.ts +1 -1
  204. package/lib/components/forms/components/radio/components/radio-field/radio-field.component.d.ts +1 -1
  205. package/lib/components/forms/components/radio/components/radio-group/radio-group.component.d.ts +1 -1
  206. package/lib/components/forms/components/radio/directives/radio/radio.directive.d.ts +2 -3
  207. package/lib/components/forms/components/radio/directives/radio-field/radio-field.directive.d.ts +1 -1
  208. package/lib/components/forms/components/radio/directives/radio-group/radio-group.directive.d.ts +1 -1
  209. package/lib/components/forms/components/segmented-button/components/segmented-button/segmented-button.component.d.ts +1 -1
  210. package/lib/components/forms/components/segmented-button/components/segmented-button-field/segmented-button-field.component.d.ts +1 -1
  211. package/lib/components/forms/components/segmented-button/components/segmented-button-group/segmented-button-group.component.d.ts +1 -1
  212. package/lib/components/forms/components/segmented-button/directives/segmented-button/segmented-button.directive.d.ts +2 -3
  213. package/lib/components/forms/components/segmented-button/directives/segmented-button-field/segmented-button-field.directive.d.ts +1 -1
  214. package/lib/components/forms/components/segmented-button/directives/segmented-button-group/segmented-button-group.directive.d.ts +1 -1
  215. package/lib/components/forms/components/select/components/combobox/components/combobox/combobox.component.d.ts +5 -6
  216. package/lib/components/forms/components/select/components/combobox/directives/combobox/combobox.directive.d.ts +1 -1
  217. package/lib/components/forms/components/select/components/combobox/partials/combobox-body/combobox-body.component.d.ts +1 -1
  218. package/lib/components/forms/components/select/components/combobox/partials/combobox-option/combobox-option.component.d.ts +1 -1
  219. package/lib/components/forms/components/select/components/native-select/components/native-select/native-select.component.d.ts +1 -1
  220. package/lib/components/forms/components/select/components/native-select/directives/native-select-input/native-select-input.directive.d.ts +1 -1
  221. package/lib/components/forms/components/select/components/native-select/directives/native-select-option/native-select-option.directive.d.ts +5 -8
  222. package/lib/components/forms/components/select/components/native-select/partials/native-select-option/native-select-option.component.d.ts +1 -1
  223. package/lib/components/forms/components/select/components/select/components/select/select.component.d.ts +1 -1
  224. package/lib/components/forms/components/select/components/select/directives/select/select.directive.d.ts +2 -3
  225. package/lib/components/forms/components/select/components/select/directives/select-body/select-body.directive.d.ts +1 -1
  226. package/lib/components/forms/components/select/components/select/directives/select-option/select-option.directive.d.ts +2 -3
  227. package/lib/components/forms/components/select/components/select/partials/select-body/select-body.component.d.ts +1 -1
  228. package/lib/components/forms/components/select/components/select/partials/select-option/select-option.component.d.ts +1 -1
  229. package/lib/components/forms/components/select/components/select-field/select-field.component.d.ts +1 -1
  230. package/lib/components/forms/components/select/directives/select-field/select-field.directive.d.ts +1 -1
  231. package/lib/components/forms/components/slide-toggle/components/slide-toggle/slide-toggle.component.d.ts +1 -1
  232. package/lib/components/forms/components/slide-toggle/components/slide-toggle-field/slide-toggle-field.component.d.ts +1 -1
  233. package/lib/components/forms/components/slide-toggle/directives/slide-toggle/slide-toggle.directive.d.ts +1 -1
  234. package/lib/components/forms/components/slider/components/slider/slider.component.d.ts +6 -7
  235. package/lib/components/forms/components/slider/components/slider-field/slider-field.component.d.ts +1 -1
  236. package/lib/components/forms/directives/dynamic-form-field/dynamic-form-field.directive.d.ts +2 -3
  237. package/lib/components/forms/directives/dynamic-form-group/dynamic-form-group.directive.d.ts +2 -3
  238. package/lib/components/forms/directives/if-input-empty/if-input-empty.directive.d.ts +1 -1
  239. package/lib/components/forms/directives/if-input-filled/if-input-filled.directive.d.ts +1 -1
  240. package/lib/components/forms/directives/input/input.directive.d.ts +1 -1
  241. package/lib/components/forms/directives/input-prefix/input-prefix.directive.d.ts +1 -1
  242. package/lib/components/forms/directives/input-suffix/input-suffix.directive.d.ts +1 -1
  243. package/lib/components/forms/directives/native-input-ref/native-input-ref.directive.d.ts +1 -1
  244. package/lib/components/forms/directives/static-form-field/static-form-field.directive.d.ts +1 -1
  245. package/lib/components/forms/directives/static-form-group/static-form-group.directive.d.ts +1 -1
  246. package/lib/components/forms/directives/writeable-input/writeable-input.directive.d.ts +1 -1
  247. package/lib/components/forms/utils/decorated-form-field.base.d.ts +1 -1
  248. package/lib/components/forms/utils/decorated-input.base.d.ts +1 -1
  249. package/lib/components/forms/utils/input.base.d.ts +1 -1
  250. package/lib/components/icons/chevron-icon/chevron-icon.component.d.ts +1 -1
  251. package/lib/components/masonry/components/masonry/masonry.component.d.ts +3 -4
  252. package/lib/components/masonry/partials/masonry-item/masonry-item.component.d.ts +1 -1
  253. package/lib/components/overlay/components/bottom-sheet/components/bottom-sheet-container/bottom-sheet-container.component.d.ts +1 -1
  254. package/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-container-base/bottom-sheet-container-base.component.d.ts +1 -1
  255. package/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-drag-handle/bottom-sheet-drag-handle.component.d.ts +1 -1
  256. package/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-title/bottom-sheet-title.directive.d.ts +1 -1
  257. package/lib/components/overlay/components/bottom-sheet/services/bottom-sheet-base.service.d.ts +1 -1
  258. package/lib/components/overlay/components/dialog/components/dialog-container/dialog-container.component.d.ts +1 -1
  259. package/lib/components/overlay/components/dialog/partials/dialog-close/dialog-close.directive.d.ts +1 -1
  260. package/lib/components/overlay/components/dialog/partials/dialog-container-base/dialog-container-base.component.d.ts +1 -1
  261. package/lib/components/overlay/components/dialog/partials/dialog-title/dialog-title.directive.d.ts +1 -1
  262. package/lib/components/overlay/components/dialog/services/dialog-base.service.d.ts +1 -1
  263. package/lib/components/overlay/components/toggletip/components/toggletip/toggletip.component.d.ts +1 -1
  264. package/lib/components/overlay/components/toggletip/directives/toggletip/toggletip.directive.d.ts +2 -3
  265. package/lib/components/overlay/components/tooltip/components/tooltip/tooltip.component.d.ts +1 -1
  266. package/lib/components/overlay/components/tooltip/directives/tooltip/tooltip.directive.d.ts +1 -1
  267. package/lib/components/overlay/services/dynamic-overlay.service.d.ts +3 -6
  268. package/lib/components/pagination/components/pagination/pagination.component.d.ts +4 -4
  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 +3 -5
  271. package/lib/components/picture/picture.component.d.ts +1 -1
  272. package/lib/components/progress-spinner/progress-spinner.component.d.ts +7 -10
  273. package/lib/components/scrollable/components/scrollable/scrollable.component.d.ts +7 -3
  274. package/lib/components/skeleton/components/skeleton/skeleton.component.d.ts +3 -5
  275. package/lib/components/skeleton/partials/skeleton-item/skeleton-item.component.d.ts +1 -1
  276. package/lib/components/sort/components/sort-header/sort-header.component.d.ts +18 -22
  277. package/lib/components/sort/partials/sort/sort.directive.d.ts +8 -12
  278. package/lib/components/table/components/table/table.component.d.ts +2 -3
  279. package/lib/components/table/partials/cells/cell/cell.directive.d.ts +1 -1
  280. package/lib/components/table/partials/cells/cell-def/cell-def.directive.d.ts +1 -1
  281. package/lib/components/table/partials/cells/column-def/column-def.directive.d.ts +1 -1
  282. package/lib/components/table/partials/cells/footer-cell/footer-cell.directive.d.ts +1 -1
  283. package/lib/components/table/partials/cells/footer-cell-def/footer-cell-def.directive.d.ts +1 -1
  284. package/lib/components/table/partials/cells/header-cell/header-cell.directive.d.ts +1 -1
  285. package/lib/components/table/partials/cells/header-cell-def/header-cell-def.directive.d.ts +1 -1
  286. package/lib/components/table/partials/cells/text-column/text-column.component.d.ts +1 -1
  287. package/lib/components/table/partials/rows/footer-row/footer-row.component.d.ts +1 -1
  288. package/lib/components/table/partials/rows/footer-row-def/footer-row-def.directive.d.ts +1 -1
  289. package/lib/components/table/partials/rows/header-row/header-row.component.d.ts +1 -1
  290. package/lib/components/table/partials/rows/header-row-def/header-row-def.directive.d.ts +1 -1
  291. package/lib/components/table/partials/rows/no-data-row/no-data-row.directive.d.ts +1 -1
  292. package/lib/components/table/partials/rows/recycle-rows/recycle-rows.directive.d.ts +1 -1
  293. package/lib/components/table/partials/rows/row/row.component.d.ts +1 -1
  294. package/lib/components/table/partials/rows/row-def/row-def.directive.d.ts +1 -1
  295. package/lib/components/table/partials/table-busy/table-busy.directive.d.ts +2 -3
  296. package/lib/components/table/partials/table-busy-outlet/table-busy-outlet.directive.d.ts +2 -3
  297. package/lib/components/tabs/components/inline-tabs/inline-tabs.component.d.ts +15 -24
  298. package/lib/components/tabs/components/nav-tabs/nav-tabs.component.d.ts +3 -8
  299. package/lib/components/tabs/partials/inline-tabs/inline-tab/inline-tab.component.d.ts +5 -8
  300. package/lib/components/tabs/partials/inline-tabs/inline-tab-body/inline-tab-body.component.d.ts +6 -5
  301. package/lib/components/tabs/partials/inline-tabs/inline-tab-body-host/inline-tab-body-host.directive.d.ts +1 -1
  302. package/lib/components/tabs/partials/inline-tabs/inline-tab-content/inline-tab-content.directive.d.ts +2 -3
  303. package/lib/components/tabs/partials/inline-tabs/inline-tab-header/inline-tab-header.component.d.ts +3 -6
  304. package/lib/components/tabs/partials/inline-tabs/inline-tab-label/inline-tab-label.directive.d.ts +1 -1
  305. package/lib/components/tabs/partials/inline-tabs/inline-tab-label-wrapper/inline-tab-label-wrapper.directive.d.ts +4 -7
  306. package/lib/components/tabs/partials/nav-tabs/nav-tab-link/nav-tab-link.directive.d.ts +14 -18
  307. package/lib/components/tabs/partials/nav-tabs/nav-tabs-outlet/nav-tabs-outlet.component.d.ts +1 -1
  308. package/lib/components/tabs/utils/active-tab-underline.util.d.ts +2 -3
  309. package/lib/components/tabs/utils/paginated-tab-header.directive.d.ts +12 -17
  310. package/package.json +4 -5
@@ -1,4 +1,3 @@
1
- import { BooleanInput } from '@angular/cdk/coercion';
2
1
  import { EventEmitter, InjectionToken, OnDestroy, OnInit, TemplateRef } from '@angular/core';
3
2
  import { AnimatedOverlayDirective } from '@ethlete/core';
4
3
  import { ToggletipComponent } from '../../components';
@@ -14,7 +13,7 @@ export declare class ToggletipDirective implements OnInit, OnDestroy {
14
13
  set toggletip(v: ToggletipTemplate | null);
15
14
  private _toggletip;
16
15
  get showToggletip(): boolean;
17
- set showToggletip(value: BooleanInput);
16
+ set showToggletip(value: unknown);
18
17
  private _showToggletip;
19
18
  toggletipClose: EventEmitter<any>;
20
19
  private _clickObserverService;
@@ -26,6 +25,6 @@ export declare class ToggletipDirective implements OnInit, OnDestroy {
26
25
  private _removeListeners;
27
26
  private _mountToggletip;
28
27
  static ɵfac: i0.ɵɵFactoryDeclaration<ToggletipDirective, never>;
29
- static ɵdir: i0.ɵɵDirectiveDeclaration<ToggletipDirective, "[etToggletip]", never, { "toggletip": { "alias": "etToggletip"; "required": false; }; "showToggletip": { "alias": "showToggletip"; "required": false; }; }, { "toggletipClose": "toggletipClose"; }, never, never, true, [{ directive: typeof i1.AnimatedOverlayDirective; inputs: { "placement": "placement"; }; outputs: {}; }], false>;
28
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ToggletipDirective, "[etToggletip]", never, { "toggletip": { "alias": "etToggletip"; "required": false; }; "showToggletip": { "alias": "showToggletip"; "required": false; }; }, { "toggletipClose": "toggletipClose"; }, never, never, true, [{ directive: typeof i1.AnimatedOverlayDirective; inputs: { "placement": "placement"; }; outputs: {}; }]>;
30
29
  }
31
30
  export {};
@@ -15,5 +15,5 @@ export declare class TooltipComponent {
15
15
  get containerClass(): string | string[] | undefined;
16
16
  _markForCheck(): void;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "et-tooltip", never, {}, {}, never, never, true, never, false>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "et-tooltip", never, {}, {}, never, never, true, never>;
19
19
  }
@@ -28,6 +28,6 @@ export declare class TooltipDirective implements OnDestroy {
28
28
  private _mountTooltip;
29
29
  private _getTooltipText;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<TooltipDirective, never>;
31
- static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[etTooltip]", never, { "tooltip": { "alias": "etTooltip"; "required": false; }; "tooltipAriaDescription": { "alias": "tooltipAriaDescription"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.AnimatedOverlayDirective; inputs: { "placement": "placement"; }; outputs: {}; }], false>;
31
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[etTooltip]", never, { "tooltip": { "alias": "etTooltip"; "required": false; }; "tooltipAriaDescription": { "alias": "tooltipAriaDescription"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.AnimatedOverlayDirective; inputs: { "placement": "placement"; }; outputs: {}; }]>;
32
32
  }
33
33
  export {};
@@ -1,14 +1,11 @@
1
1
  import { ComponentType } from '@angular/cdk/overlay';
2
2
  import { TemplateRef } from '@angular/core';
3
- import { ViewportService } from '@ethlete/core';
4
- import { BottomSheetService, DialogService } from '../components';
5
3
  import { DynamicOverlayConfig, DynamicOverlayRed } from '../types';
6
4
  import * as i0 from "@angular/core";
7
5
  export declare class DynamicOverlayService {
8
- private _dialogService;
9
- private _bottomSheetService;
10
- private _viewportService;
11
- constructor(_dialogService: DialogService, _bottomSheetService: BottomSheetService, _viewportService: ViewportService);
6
+ private readonly _dialogService;
7
+ private readonly _bottomSheetService;
8
+ private readonly _viewportService;
12
9
  open<T, D = unknown, R = unknown>(component: ComponentType<T>, config: DynamicOverlayConfig<D>): DynamicOverlayRed<T, R>;
13
10
  open<T, D = unknown, R = unknown>(template: TemplateRef<T>, config: DynamicOverlayConfig<D>): DynamicOverlayRed<T, R>;
14
11
  open<T, D = unknown, R = unknown>(template: ComponentType<T> | TemplateRef<T>, config: DynamicOverlayConfig<D>): DynamicOverlayRed<T, R>;
@@ -1,4 +1,3 @@
1
- import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
2
1
  import { OnDestroy, OnInit, TrackByFunction } from '@angular/core';
3
2
  import { FormControl } from '@angular/forms';
4
3
  import { BehaviorSubject } from 'rxjs';
@@ -11,11 +10,11 @@ export declare class PaginationComponent implements OnInit, OnDestroy {
11
10
  set pageControl(v: FormControl<number | null> | null);
12
11
  private _pageControl;
13
12
  get totalPages(): number;
14
- set totalPages(value: NumberInput);
13
+ set totalPages(value: unknown);
15
14
  private _totalPages;
16
15
  set headTitleTemplate(v: string | null);
17
16
  set headFirstPageTitle(v: string | null);
18
- set headAddCanonicalTag(v: BooleanInput);
17
+ set headAddCanonicalTag(v: boolean);
19
18
  ariaLabel: string;
20
19
  pageChangeScrollAnchor: HTMLElement | null;
21
20
  protected pages$: BehaviorSubject<PaginationItem[] | null>;
@@ -27,5 +26,6 @@ export declare class PaginationComponent implements OnInit, OnDestroy {
27
26
  private _updatePages;
28
27
  private _updateHead;
29
28
  static ɵfac: i0.ɵɵFactoryDeclaration<PaginationComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<PaginationComponent, "et-pagination", never, { "pageControl": { "alias": "pageControl"; "required": false; }; "totalPages": { "alias": "totalPages"; "required": false; }; "headTitleTemplate": { "alias": "headTitleTemplate"; "required": false; }; "headFirstPageTitle": { "alias": "headFirstPageTitle"; "required": false; }; "headAddCanonicalTag": { "alias": "headAddCanonicalTag"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "pageChangeScrollAnchor": { "alias": "pageChangeScrollAnchor"; "required": false; }; }, {}, never, never, true, never, false>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<PaginationComponent, "et-pagination", never, { "pageControl": { "alias": "pageControl"; "required": false; }; "totalPages": { "alias": "totalPages"; "required": false; }; "headTitleTemplate": { "alias": "headTitleTemplate"; "required": false; }; "headFirstPageTitle": { "alias": "headFirstPageTitle"; "required": false; }; "headAddCanonicalTag": { "alias": "headAddCanonicalTag"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "pageChangeScrollAnchor": { "alias": "pageChangeScrollAnchor"; "required": false; }; }, {}, never, never, true, never>;
30
+ static ngAcceptInputType_headAddCanonicalTag: unknown;
31
31
  }
@@ -6,5 +6,5 @@ export declare class PaginationLinkDirective {
6
6
  pageClick: EventEmitter<PaginationItem>;
7
7
  onClick(event: Event): void;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<PaginationLinkDirective, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<PaginationLinkDirective, "[etPaginationLink]", never, { "page": { "alias": "etPaginationLink"; "required": false; }; }, { "pageClick": "pageClick"; }, never, never, true, never, false>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PaginationLinkDirective, "[etPaginationLink]", never, { "page": { "alias": "etPaginationLink"; "required": false; }; }, { "pageClick": "pageClick"; }, never, never, true, never>;
10
10
  }
@@ -1,11 +1,8 @@
1
- import { BooleanInput } from '@angular/cdk/coercion';
2
1
  import { NgClassType } from '@ethlete/core';
3
2
  import { PictureSource } from './picture.component.types';
4
3
  import * as i0 from "@angular/core";
5
4
  export declare class PictureDataDirective {
6
- get hasPriority(): boolean;
7
- set hasPriority(value: BooleanInput);
8
- private _hasPriority;
5
+ hasPriority: boolean;
9
6
  imgClass: NgClassType;
10
7
  figureClass: NgClassType;
11
8
  figcaptionClass: NgClassType;
@@ -17,5 +14,6 @@ export declare class PictureDataDirective {
17
14
  height: number | null;
18
15
  sizes: string | null;
19
16
  static ɵfac: i0.ɵɵFactoryDeclaration<PictureDataDirective, never>;
20
- static ɵdir: i0.ɵɵDirectiveDeclaration<PictureDataDirective, never, never, { "hasPriority": { "alias": "hasPriority"; "required": false; }; "imgClass": { "alias": "imgClass"; "required": false; }; "figureClass": { "alias": "figureClass"; "required": false; }; "figcaptionClass": { "alias": "figcaptionClass"; "required": false; }; "pictureClass": { "alias": "pictureClass"; "required": false; }; "defaultSrc": { "alias": "defaultSrc"; "required": false; }; "alt": { "alias": "alt"; "required": false; }; "figcaption": { "alias": "figcaption"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "sizes": { "alias": "sizes"; "required": false; }; }, {}, never, never, true, never, false>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PictureDataDirective, never, never, { "hasPriority": { "alias": "hasPriority"; "required": false; }; "imgClass": { "alias": "imgClass"; "required": false; }; "figureClass": { "alias": "figureClass"; "required": false; }; "figcaptionClass": { "alias": "figcaptionClass"; "required": false; }; "pictureClass": { "alias": "pictureClass"; "required": false; }; "defaultSrc": { "alias": "defaultSrc"; "required": false; }; "alt": { "alias": "alt"; "required": false; }; "figcaption": { "alias": "figcaption"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "sizes": { "alias": "sizes"; "required": false; }; }, {}, never, never, true, never>;
18
+ static ngAcceptInputType_hasPriority: unknown;
21
19
  }
@@ -8,5 +8,5 @@ export declare class PictureComponent {
8
8
  sources: PictureSource[];
9
9
  protected trackBySrc: TrackByFunction<PictureSource>;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<PictureComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<PictureComponent, "et-picture", never, { "sources": { "alias": "sources"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.PictureDataDirective; inputs: { "imgClass": "imgClass"; "hasPriority": "hasPriority"; "figureClass": "figureClass"; "pictureClass": "pictureClass"; "figcaptionClass": "figcaptionClass"; "defaultSrc": "defaultSrc"; "alt": "alt"; "figcaption": "figcaption"; "width": "width"; "height": "height"; "sizes": "sizes"; }; outputs: {}; }], false>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<PictureComponent, "et-picture", never, { "sources": { "alias": "sources"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.PictureDataDirective; inputs: { "imgClass": "imgClass"; "hasPriority": "hasPriority"; "figureClass": "figureClass"; "pictureClass": "pictureClass"; "figcaptionClass": "figcaptionClass"; "defaultSrc": "defaultSrc"; "alt": "alt"; "figcaption": "figcaption"; "width": "width"; "height": "height"; "sizes": "sizes"; }; outputs: {}; }]>;
12
12
  }
@@ -1,4 +1,3 @@
1
- import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
2
1
  import { InjectionToken } from '@angular/core';
3
2
  import * as i0 from "@angular/core";
4
3
  export type ProgressSpinnerMode = 'determinate' | 'indeterminate';
@@ -11,18 +10,14 @@ export declare function PROGRESS_SPINNER_DEFAULT_OPTIONS_FACTORY(): ProgressSpin
11
10
  export declare class ProgressSpinnerComponent {
12
11
  private readonly _elementRef;
13
12
  private readonly _defaults;
14
- get multiColor(): boolean;
15
- set multiColor(value: BooleanInput);
16
- private _multiColor;
13
+ multiColor: boolean;
17
14
  mode: ProgressSpinnerMode;
18
15
  get value(): number;
19
- set value(v: NumberInput);
16
+ set value(v: unknown);
20
17
  private _value;
21
- get diameter(): number;
22
- set diameter(size: NumberInput);
23
- private _diameter;
18
+ diameter: number;
24
19
  get strokeWidth(): number;
25
- set strokeWidth(value: NumberInput);
20
+ set strokeWidth(value: unknown);
26
21
  private _strokeWidth;
27
22
  constructor();
28
23
  protected _circleRadius(): number;
@@ -31,5 +26,7 @@ export declare class ProgressSpinnerComponent {
31
26
  protected _strokeDashOffset(): number | null;
32
27
  protected _circleStrokeWidth(): number;
33
28
  static ɵfac: i0.ɵɵFactoryDeclaration<ProgressSpinnerComponent, never>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<ProgressSpinnerComponent, "et-progress-spinner, et-spinner", never, { "multiColor": { "alias": "multiColor"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "value": { "alias": "value"; "required": false; }; "diameter": { "alias": "diameter"; "required": false; }; "strokeWidth": { "alias": "strokeWidth"; "required": false; }; }, {}, never, never, true, never, false>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<ProgressSpinnerComponent, "et-progress-spinner, et-spinner", never, { "multiColor": { "alias": "multiColor"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "value": { "alias": "value"; "required": false; }; "diameter": { "alias": "diameter"; "required": false; }; "strokeWidth": { "alias": "strokeWidth"; "required": false; }; }, {}, never, never, true, never>;
30
+ static ngAcceptInputType_multiColor: unknown;
31
+ static ngAcceptInputType_diameter: unknown;
35
32
  }
@@ -7,8 +7,9 @@ export declare class ScrollableComponent implements OnInit, AfterContentInit {
7
7
  private readonly _destroy$;
8
8
  private readonly _renderer;
9
9
  private readonly _elementRef;
10
- private _isCursorDragging$;
11
- itemSize: 'auto' | 'same';
10
+ private readonly _isCursorDragging$;
11
+ private readonly _latestVisibilityStates$;
12
+ itemSize: 'auto' | 'same' | 'full';
12
13
  direction: 'horizontal' | 'vertical';
13
14
  scrollableRole?: string;
14
15
  scrollableClass?: NgClassType;
@@ -26,6 +27,9 @@ export declare class ScrollableComponent implements OnInit, AfterContentInit {
26
27
  scrollable: ElementRef<HTMLElement>;
27
28
  activeElements: TypedQueryList<IsActiveElementDirective> | null;
28
29
  elements: TypedQueryList<IsElementDirective> | null;
30
+ get highestVisibleIntersection(): ScrollableIntersectionChange | null;
31
+ get nextPartialIntersection(): ScrollableIntersectionChange | null;
32
+ get previousPartialIntersection(): ScrollableIntersectionChange | null;
29
33
  protected readonly scrollState$: BehaviorSubject<ScrollObserverScrollState | null>;
30
34
  ngOnInit(): void;
31
35
  ngAfterContentInit(): void;
@@ -41,7 +45,7 @@ export declare class ScrollableComponent implements OnInit, AfterContentInit {
41
45
  protected scrollToStartEnd(): void;
42
46
  private _setupScrollListening;
43
47
  static ɵfac: i0.ɵɵFactoryDeclaration<ScrollableComponent, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<ScrollableComponent, "et-scrollable", never, { "itemSize": { "alias": "itemSize"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "scrollableRole": { "alias": "scrollableRole"; "required": false; }; "scrollableClass": { "alias": "scrollableClass"; "required": false; }; "renderMasks": { "alias": "renderMasks"; "required": false; }; "renderButtons": { "alias": "renderButtons"; "required": false; }; "renderScrollbars": { "alias": "renderScrollbars"; "required": false; }; "stickyButtons": { "alias": "stickyButtons"; "required": false; }; "cursorDragScroll": { "alias": "cursorDragScroll"; "required": false; }; "disableActiveElementScrolling": { "alias": "disableActiveElementScrolling"; "required": false; }; "scrollMode": { "alias": "scrollMode"; "required": false; }; "snap": { "alias": "snap"; "required": false; }; "scrollMargin": { "alias": "scrollMargin"; "required": false; }; }, { "scrollStateChange": "scrollStateChange"; "intersectionChange": "intersectionChange"; }, ["activeElements", "elements"], ["*"], true, never, false>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScrollableComponent, "et-scrollable", never, { "itemSize": { "alias": "itemSize"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "scrollableRole": { "alias": "scrollableRole"; "required": false; }; "scrollableClass": { "alias": "scrollableClass"; "required": false; }; "renderMasks": { "alias": "renderMasks"; "required": false; }; "renderButtons": { "alias": "renderButtons"; "required": false; }; "renderScrollbars": { "alias": "renderScrollbars"; "required": false; }; "stickyButtons": { "alias": "stickyButtons"; "required": false; }; "cursorDragScroll": { "alias": "cursorDragScroll"; "required": false; }; "disableActiveElementScrolling": { "alias": "disableActiveElementScrolling"; "required": false; }; "scrollMode": { "alias": "scrollMode"; "required": false; }; "snap": { "alias": "snap"; "required": false; }; "scrollMargin": { "alias": "scrollMargin"; "required": false; }; }, { "scrollStateChange": "scrollStateChange"; "intersectionChange": "intersectionChange"; }, ["activeElements", "elements"], ["*"], true, never>;
45
49
  static ngAcceptInputType_renderMasks: unknown;
46
50
  static ngAcceptInputType_renderButtons: unknown;
47
51
  static ngAcceptInputType_renderScrollbars: unknown;
@@ -1,10 +1,8 @@
1
- import { BooleanInput } from '@angular/cdk/coercion';
2
1
  import * as i0 from "@angular/core";
3
2
  export declare class SkeletonComponent {
4
3
  loadingAllyText: string;
5
- get animated(): boolean;
6
- set animated(value: BooleanInput);
7
- private _animated;
4
+ animated: boolean;
8
5
  static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<SkeletonComponent, "et-skeleton", never, { "loadingAllyText": { "alias": "loadingAllyText"; "required": false; }; "animated": { "alias": "animated"; "required": false; }; }, {}, never, ["*"], true, never, false>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkeletonComponent, "et-skeleton", never, { "loadingAllyText": { "alias": "loadingAllyText"; "required": false; }; "animated": { "alias": "animated"; "required": false; }; }, {}, never, ["*"], true, never>;
7
+ static ngAcceptInputType_animated: unknown;
10
8
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class SkeletonItemComponent {
3
3
  ariaHidden: boolean;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonItemComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<SkeletonItemComponent, "et-skeleton-item", never, {}, {}, never, never, true, never, false>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkeletonItemComponent, "et-skeleton-item", never, {}, {}, never, never, true, never>;
6
6
  }
@@ -1,43 +1,37 @@
1
- import { AriaDescriber, FocusMonitor } from '@angular/cdk/a11y';
2
- import { BooleanInput } from '@angular/cdk/coercion';
3
- import { AfterViewInit, ChangeDetectorRef, ElementRef, OnDestroy, OnInit } from '@angular/core';
4
- import { Sortable, SortDefaultOptions, SortDirective, SortHeaderArrowPosition } from '../../partials';
5
- import { SortHeaderIntl } from '../../services';
1
+ import { AfterViewInit, OnDestroy, OnInit } from '@angular/core';
2
+ import { SortHeaderArrowPosition, Sortable } from '../../partials';
6
3
  import { SortDirection } from '../../types';
7
- import { ArrowViewStateTransition, SortHeaderColumnDef } from './sort-header.types';
4
+ import { ArrowViewStateTransition } from './sort-header.types';
8
5
  import * as i0 from "@angular/core";
9
6
  export declare class SortHeaderComponent implements Sortable, OnDestroy, OnInit, AfterViewInit {
10
- _intl: SortHeaderIntl;
11
- private _changeDetectorRef;
12
- _sort: SortDirective | null;
13
- _columnDef: SortHeaderColumnDef | null;
14
- private _focusMonitor;
15
- private _elementRef;
16
- private _ariaDescriber;
7
+ private readonly _intl;
8
+ private readonly _changeDetectorRef;
9
+ private readonly _sort;
10
+ private readonly _columnDef;
11
+ private readonly _focusMonitor;
12
+ private readonly _elementRef;
13
+ private readonly _ariaDescriber;
14
+ private readonly _sortDefaultOptions;
17
15
  private _rerenderSubscription?;
18
16
  private _sortButton;
19
17
  _showIndicatorHint: boolean;
20
18
  _viewState: ArrowViewStateTransition;
21
19
  _arrowDirection: SortDirection;
22
- get disabled(): boolean;
23
- set disabled(value: BooleanInput);
24
- private _disabled;
20
+ disabled: boolean;
25
21
  id: string;
26
22
  arrowPosition: SortHeaderArrowPosition;
27
23
  start: SortDirection;
28
24
  get sortActionDescription(): string;
29
25
  set sortActionDescription(value: string);
30
26
  private _sortActionDescription;
31
- get disableClear(): boolean;
32
- set disableClear(v: BooleanInput);
33
- private _disableClear;
27
+ disableClear: boolean;
34
28
  get _isSorted(): boolean;
35
29
  get _getArrowDirectionState(): string;
36
30
  get _getArrowViewState(): string;
37
31
  get _isDisabled(): boolean;
38
32
  get _renderArrow(): boolean;
39
33
  get _ariaSortAttr(): "none" | "ascending" | "descending";
40
- constructor(_intl: SortHeaderIntl, _changeDetectorRef: ChangeDetectorRef, _sort: SortDirective | null, _columnDef: SortHeaderColumnDef | null, _focusMonitor: FocusMonitor, _elementRef: ElementRef<HTMLElement>, _ariaDescriber: AriaDescriber, defaultOptions?: SortDefaultOptions);
34
+ constructor();
41
35
  ngOnInit(): void;
42
36
  ngAfterViewInit(): void;
43
37
  ngOnDestroy(): void;
@@ -51,6 +45,8 @@ export declare class SortHeaderComponent implements Sortable, OnDestroy, OnInit,
51
45
  _updateArrowDirection(): void;
52
46
  private _updateSortActionDescription;
53
47
  private _handleStateChanges;
54
- static ɵfac: i0.ɵɵFactoryDeclaration<SortHeaderComponent, [null, null, { optional: true; }, { optional: true; }, null, null, null, { optional: true; }]>;
55
- static ɵcmp: i0.ɵɵComponentDeclaration<SortHeaderComponent, "[et-sort-header]", ["etSortHeader"], { "disabled": { "alias": "disabled"; "required": false; }; "id": { "alias": "et-sort-header"; "required": false; }; "arrowPosition": { "alias": "arrowPosition"; "required": false; }; "start": { "alias": "start"; "required": false; }; "sortActionDescription": { "alias": "sortActionDescription"; "required": false; }; "disableClear": { "alias": "disableClear"; "required": false; }; }, {}, never, ["*"], true, never, false>;
48
+ static ɵfac: i0.ɵɵFactoryDeclaration<SortHeaderComponent, never>;
49
+ static ɵcmp: i0.ɵɵComponentDeclaration<SortHeaderComponent, "[et-sort-header]", ["etSortHeader"], { "disabled": { "alias": "disabled"; "required": false; }; "id": { "alias": "et-sort-header"; "required": false; }; "arrowPosition": { "alias": "arrowPosition"; "required": false; }; "start": { "alias": "start"; "required": false; }; "sortActionDescription": { "alias": "sortActionDescription"; "required": false; }; "disableClear": { "alias": "disableClear"; "required": false; }; }, {}, never, ["*"], true, never>;
50
+ static ngAcceptInputType_disabled: unknown;
51
+ static ngAcceptInputType_disableClear: unknown;
56
52
  }
@@ -1,34 +1,28 @@
1
- import { BooleanInput } from '@angular/cdk/coercion';
2
1
  import { EventEmitter, InjectionToken, OnChanges, OnDestroy, OnInit } from '@angular/core';
3
2
  import { FormControl } from '@angular/forms';
4
3
  import { Observable, Subject, Subscriber } from 'rxjs';
5
4
  import { SortDirection } from '../../types';
6
- import { Sort, Sortable, SortDefaultOptions } from './sort.types';
5
+ import { Sort, SortDefaultOptions, Sortable } from './sort.types';
7
6
  import * as i0 from "@angular/core";
8
7
  export declare const SORT_DEFAULT_OPTIONS: InjectionToken<SortDefaultOptions>;
9
8
  export declare class SortDirective implements OnChanges, OnDestroy, OnInit {
10
- private _defaultOptions?;
9
+ private readonly _defaultOptions;
11
10
  sortables: Map<string, Sortable>;
12
11
  readonly _stateChanges: Subject<void>;
13
12
  _isInitialized: boolean;
14
13
  _pendingSubscribers: Subscriber<void>[] | null;
15
14
  initialized: Observable<void>;
16
- get disabled(): boolean;
17
- set disabled(value: BooleanInput);
18
- private _disabled;
15
+ disabled: boolean;
19
16
  active?: string;
20
17
  start: SortDirection;
21
18
  get direction(): SortDirection;
22
19
  set direction(direction: SortDirection);
23
20
  private _direction;
24
- get disableClear(): boolean;
25
- set disableClear(v: BooleanInput);
26
- private _disableClear;
21
+ disableClear: boolean;
27
22
  sortControl?: FormControl<Sort | null>;
28
23
  sortByControl?: FormControl<string | null>;
29
24
  sortDirectionControl?: FormControl<SortDirection | null>;
30
25
  readonly sortChange: EventEmitter<Sort>;
31
- constructor(_defaultOptions?: SortDefaultOptions | undefined);
32
26
  register(sortable: Sortable): void;
33
27
  deregister(sortable: Sortable): void;
34
28
  sort(sortable: Sortable): void;
@@ -38,6 +32,8 @@ export declare class SortDirective implements OnChanges, OnDestroy, OnInit {
38
32
  ngOnDestroy(): void;
39
33
  _markInitialized(): void;
40
34
  _notifySubscriber(subscriber: Subscriber<void>): void;
41
- static ɵfac: i0.ɵɵFactoryDeclaration<SortDirective, [{ optional: true; }]>;
42
- static ɵdir: i0.ɵɵDirectiveDeclaration<SortDirective, "[etSort]", ["etSort"], { "disabled": { "alias": "etSortDisabled"; "required": false; }; "active": { "alias": "etSortActive"; "required": false; }; "start": { "alias": "etSortStart"; "required": false; }; "direction": { "alias": "etSortDirection"; "required": false; }; "disableClear": { "alias": "etSortDisableClear"; "required": false; }; "sortControl": { "alias": "sortControl"; "required": false; }; "sortByControl": { "alias": "sortByControl"; "required": false; }; "sortDirectionControl": { "alias": "sortDirectionControl"; "required": false; }; }, { "sortChange": "etSortChange"; }, never, never, true, never, false>;
35
+ static ɵfac: i0.ɵɵFactoryDeclaration<SortDirective, never>;
36
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SortDirective, "[etSort]", ["etSort"], { "disabled": { "alias": "etSortDisabled"; "required": false; }; "active": { "alias": "etSortActive"; "required": false; }; "start": { "alias": "etSortStart"; "required": false; }; "direction": { "alias": "etSortDirection"; "required": false; }; "disableClear": { "alias": "etSortDisableClear"; "required": false; }; "sortControl": { "alias": "sortControl"; "required": false; }; "sortByControl": { "alias": "sortByControl"; "required": false; }; "sortDirectionControl": { "alias": "sortDirectionControl"; "required": false; }; }, { "sortChange": "etSortChange"; }, never, never, true, never>;
37
+ static ngAcceptInputType_disabled: unknown;
38
+ static ngAcceptInputType_disableClear: unknown;
43
39
  }
@@ -1,5 +1,4 @@
1
1
  import { Directionality } from '@angular/cdk/bidi';
2
- import { BooleanInput } from '@angular/cdk/coercion';
3
2
  import { _ViewRepeater } from '@angular/cdk/collections';
4
3
  import { Platform } from '@angular/cdk/platform';
5
4
  import { ViewportRuler } from '@angular/cdk/scrolling';
@@ -14,7 +13,7 @@ export declare class TableComponent<T> extends CdkTable<T> implements OnInit {
14
13
  _tableBusyOutlet?: TableBusyOutletDirective;
15
14
  _tableBusyComponent?: TableBusyDirective;
16
15
  get busy(): boolean;
17
- set busy(value: BooleanInput);
16
+ set busy(value: unknown);
18
17
  private _busy;
19
18
  get _attrAriaBusy(): true | null;
20
19
  _isShowingTableBusy: boolean;
@@ -22,5 +21,5 @@ export declare class TableComponent<T> extends CdkTable<T> implements OnInit {
22
21
  ngOnInit(): void;
23
22
  private _updateTableBusy;
24
23
  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, false>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent<any>, "et-table, table[et-table]", ["etTable"], { "busy": { "alias": "busy"; "required": false; }; }, {}, ["_tableBusyComponent"], ["caption", "colgroup, col"], true, never>;
26
25
  }
@@ -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, false>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CellDirective, "et-cell, td[et-cell]", never, {}, {}, never, never, true, never>;
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, false>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CellDefDirective, "[etCellDef]", never, {}, {}, never, never, true, never>;
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, false>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnDefDirective, "[etColumnDef]", never, { "name": { "alias": "etColumnDef"; "required": false; }; }, {}, never, never, true, never>;
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, false>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FooterCellDirective, "et-footer-cell, td[et-footer-cell]", never, {}, {}, never, never, true, never>;
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, false>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FooterCellDefDirective, "[etFooterCellDef]", never, {}, {}, never, never, true, never>;
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, false>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderCellDirective, "et-header-cell, th[et-header-cell]", never, {}, {}, never, never, true, never>;
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, false>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderCellDefDirective, "[etHeaderCellDef]", never, {}, {}, never, never, true, never>;
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, false>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextColumnComponent<any>, "et-text-column", never, {}, {}, never, never, true, never>;
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, false>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<FooterRowComponent, "et-footer-row, tr[et-footer-row]", ["etFooterRow"], {}, {}, never, never, true, never>;
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, false>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FooterRowDefDirective, "[etFooterRowDef]", never, { "columns": { "alias": "etFooterRowDef"; "required": false; }; "sticky": { "alias": "etFooterRowDefSticky"; "required": false; }; }, {}, never, never, true, never>;
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, false>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<HeaderRowComponent, "et-header-row, tr[et-header-row]", ["etHeaderRow"], {}, {}, never, never, true, never>;
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, false>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderRowDefDirective, "[etHeaderRowDef]", never, { "columns": { "alias": "etHeaderRowDef"; "required": false; }; "sticky": { "alias": "etHeaderRowDefSticky"; "required": false; }; }, {}, never, never, true, never>;
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, false>;
6
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NoDataRowDirective, "ng-template[etNoDataRow]", never, {}, {}, never, never, true, never>;
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, false>;
4
+ static ɵdir: i0.ɵɵDirectiveDeclaration<RecycleRowsDirective, "et-table[recycleRows], table[et-table][recycleRows]", never, {}, {}, never, never, true, never>;
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, false>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<RowComponent, "et-row, [et-row], [et-row]", ["etRow"], {}, {}, never, never, true, never>;
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, false>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<RowDefDirective<any>, "[etRowDef]", never, { "columns": { "alias": "etRowDefColumns"; "required": false; }; "when": { "alias": "etRowDefWhen"; "required": false; }; }, {}, never, never, true, never>;
8
8
  }
@@ -1,9 +1,8 @@
1
1
  import { TemplateRef } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class TableBusyDirective {
4
- templateRef: TemplateRef<unknown>;
4
+ templateRef: TemplateRef<any>;
5
5
  _contentClassName: string;
6
- constructor(templateRef: TemplateRef<unknown>);
7
6
  static ɵfac: i0.ɵɵFactoryDeclaration<TableBusyDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableBusyDirective, "ng-template[etTableBusy]", never, {}, {}, never, never, true, never, false>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableBusyDirective, "ng-template[etTableBusy]", never, {}, {}, never, never, true, never>;
9
8
  }
@@ -3,8 +3,7 @@ import { ElementRef, ViewContainerRef } from '@angular/core';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class TableBusyOutletDirective implements RowOutlet {
5
5
  viewContainer: ViewContainerRef;
6
- elementRef: ElementRef;
7
- constructor(viewContainer: ViewContainerRef, elementRef: ElementRef);
6
+ elementRef: ElementRef<any>;
8
7
  static ɵfac: i0.ɵɵFactoryDeclaration<TableBusyOutletDirective, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableBusyOutletDirective, "[tableBusyOutlet]", never, {}, {}, never, never, true, never, false>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableBusyOutletDirective, "[tableBusyOutlet]", never, {}, {}, never, never, true, never>;
10
9
  }