@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, OnInit } from '@angular/core';
3
2
  import { DecoratedInputBase } from '../../../../../../utils';
4
3
  import * as i0 from "@angular/core";
@@ -13,10 +12,10 @@ export declare class ComboboxComponent extends DecoratedInputBase implements OnI
13
12
  set options(value: unknown[]);
14
13
  set initialValue(value: unknown);
15
14
  get filterInternal(): boolean;
16
- set filterInternal(value: BooleanInput);
15
+ set filterInternal(value: unknown);
17
16
  private _filterInternal$;
18
17
  get loading(): boolean;
19
- set loading(value: BooleanInput);
18
+ set loading(value: unknown);
20
19
  private _loading$;
21
20
  readonly loading$: import("rxjs").Observable<boolean>;
22
21
  get error(): unknown;
@@ -26,11 +25,11 @@ export declare class ComboboxComponent extends DecoratedInputBase implements OnI
26
25
  get placeholder(): string | null;
27
26
  set placeholder(value: string | null);
28
27
  private _placeholder$;
29
- set multiple(value: BooleanInput);
28
+ set multiple(value: unknown);
30
29
  set bindLabel(value: string | null);
31
30
  set bindValue(value: string | null);
32
31
  get allowCustomValues(): boolean;
33
- set allowCustomValues(value: BooleanInput);
32
+ set allowCustomValues(value: unknown);
34
33
  private _allowCustomValues$;
35
34
  protected readonly filterChange: EventEmitter<string>;
36
35
  private get _currentFilter();
@@ -64,5 +63,5 @@ export declare class ComboboxComponent extends DecoratedInputBase implements OnI
64
63
  private _interpretKeyHandlerResult;
65
64
  private _debugValidateComboboxConfig;
66
65
  static ɵfac: i0.ɵɵFactoryDeclaration<ComboboxComponent, never>;
67
- static ɵcmp: i0.ɵɵComponentDeclaration<ComboboxComponent, "et-combobox", never, { "options": { "alias": "options"; "required": true; }; "initialValue": { "alias": "initialValue"; "required": false; }; "filterInternal": { "alias": "filterInternal"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "error": { "alias": "error"; "required": false; }; "emptyText": { "alias": "emptyText"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "bindLabel": { "alias": "bindLabel"; "required": false; }; "bindValue": { "alias": "bindValue"; "required": false; }; "allowCustomValues": { "alias": "allowCustomValues"; "required": false; }; }, { "filterChange": "filterChange"; }, never, ["[etInputPrefix]", "[etInputSuffix]", "*"], true, [{ directive: typeof i1.InputDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.AnimatedOverlayDirective; inputs: {}; outputs: {}; }], false>;
66
+ static ɵcmp: i0.ɵɵComponentDeclaration<ComboboxComponent, "et-combobox", never, { "options": { "alias": "options"; "required": true; }; "initialValue": { "alias": "initialValue"; "required": false; }; "filterInternal": { "alias": "filterInternal"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "error": { "alias": "error"; "required": false; }; "emptyText": { "alias": "emptyText"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "bindLabel": { "alias": "bindLabel"; "required": false; }; "bindValue": { "alias": "bindValue"; "required": false; }; "allowCustomValues": { "alias": "allowCustomValues"; "required": false; }; }, { "filterChange": "filterChange"; }, never, ["[etInputPrefix]", "[etInputSuffix]", "*"], true, [{ directive: typeof i1.InputDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.AnimatedOverlayDirective; inputs: {}; outputs: {}; }]>;
68
67
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare const COMBOBOX_DIR_TOKEN: InjectionToken<ComboboxDirective>;
4
4
  export declare class ComboboxDirective {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<ComboboxDirective, never>;
6
- static ɵdir: i0.ɵɵDirectiveDeclaration<ComboboxDirective, never, never, {}, {}, never, never, true, never, false>;
6
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ComboboxDirective, never, never, {}, {}, never, never, true, never>;
7
7
  }
@@ -12,5 +12,5 @@ export declare class ComboboxBodyComponent implements OnInit {
12
12
  _bodyTemplate: TemplateRef<unknown> | null;
13
13
  ngOnInit(): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<ComboboxBodyComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<ComboboxBodyComponent, "et-combobox-body", never, {}, {}, never, never, true, [{ directive: typeof i1.ClickOutsideDirective; inputs: {}; outputs: {}; }], false>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<ComboboxBodyComponent, "et-combobox-body", never, {}, {}, never, never, true, [{ directive: typeof i1.ClickOutsideDirective; inputs: {}; outputs: {}; }]>;
16
16
  }
@@ -12,5 +12,5 @@ export declare class ComboboxOptionComponent {
12
12
  readonly _bindings: import("@ethlete/core").ReactiveBindingResult;
13
13
  protected selectOption(): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<ComboboxOptionComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<ComboboxOptionComponent, "et-combobox-option", never, { "option": { "alias": "option"; "required": true; }; }, {}, never, never, true, never, false>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<ComboboxOptionComponent, "et-combobox-option", never, { "option": { "alias": "option"; "required": true; }; }, {}, never, never, true, never>;
16
16
  }
@@ -6,5 +6,5 @@ import * as i2 from "../../../../../../directives/input/input.directive";
6
6
  export declare class NativeSelectInputComponent extends DecoratedInputBase {
7
7
  protected readonly select: NativeSelectInputDirective;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<NativeSelectInputComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<NativeSelectInputComponent, "et-native-select", never, {}, {}, never, ["et-native-select-option", "[etInputPrefix]", "[etInputSuffix]"], true, [{ directive: typeof i1.NativeSelectInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.InputDirective; inputs: { "autocomplete": "autocomplete"; }; outputs: {}; }], false>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<NativeSelectInputComponent, "et-native-select", never, {}, {}, never, ["et-native-select-option", "[etInputPrefix]", "[etInputSuffix]"], true, [{ directive: typeof i1.NativeSelectInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.InputDirective; inputs: { "autocomplete": "autocomplete"; }; outputs: {}; }]>;
10
10
  }
@@ -14,5 +14,5 @@ export declare class NativeSelectInputDirective implements OnInit {
14
14
  _onInputInteraction(event: Event): void;
15
15
  _controlTouched(): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<NativeSelectInputDirective, never>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<NativeSelectInputDirective, never, ["etNativeSelectInput"], {}, {}, ["options"], never, true, never, false>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NativeSelectInputDirective, never, ["etNativeSelectInput"], {}, {}, ["options"], never, true, never>;
18
18
  }
@@ -1,4 +1,3 @@
1
- import { BooleanInput } from '@angular/cdk/coercion';
2
1
  import { InjectionToken, TemplateRef } from '@angular/core';
3
2
  import { NativeSelectOptionValue } from '../../types';
4
3
  import * as i0 from "@angular/core";
@@ -9,14 +8,12 @@ export declare class NativeSelectOptionDirective {
9
8
  get value(): NativeSelectOptionValue;
10
9
  set value(value: NativeSelectOptionValue);
11
10
  private _value$;
12
- get disabled(): boolean;
13
- set disabled(value: BooleanInput);
14
- private _disabled;
15
- get hidden(): boolean;
16
- set hidden(value: BooleanInput);
17
- private _hidden;
11
+ disabled: boolean;
12
+ hidden: boolean;
18
13
  key?: string;
19
14
  _setTextTemplate(template: TemplateRef<unknown> | null): void;
20
15
  static ɵfac: i0.ɵɵFactoryDeclaration<NativeSelectOptionDirective, never>;
21
- static ɵdir: i0.ɵɵDirectiveDeclaration<NativeSelectOptionDirective, never, ["etNativeSelectOption"], { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "hidden": { "alias": "hidden"; "required": false; }; "key": { "alias": "key"; "required": false; }; }, {}, never, never, true, never, false>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NativeSelectOptionDirective, never, ["etNativeSelectOption"], { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "hidden": { "alias": "hidden"; "required": false; }; "key": { "alias": "key"; "required": false; }; }, {}, never, never, true, never>;
17
+ static ngAcceptInputType_disabled: unknown;
18
+ static ngAcceptInputType_hidden: unknown;
22
19
  }
@@ -7,5 +7,5 @@ export declare class NativeSelectOptionComponent implements OnInit {
7
7
  textTpl?: TemplateRef<unknown>;
8
8
  ngOnInit(): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<NativeSelectOptionComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<NativeSelectOptionComponent, "et-native-select-option", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NativeSelectOptionDirective; inputs: { "value": "value"; "disabled": "disabled"; "hidden": "hidden"; }; outputs: {}; }], false>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<NativeSelectOptionComponent, "et-native-select-option", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NativeSelectOptionDirective; inputs: { "value": "value"; "disabled": "disabled"; "hidden": "hidden"; }; outputs: {}; }]>;
11
11
  }
@@ -10,5 +10,5 @@ export declare class SelectComponent extends DecoratedInputBase implements After
10
10
  selectBodyTpl: TemplateRef<unknown> | null;
11
11
  ngAfterViewInit(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent, "et-select", never, {}, {}, never, ["[etInputPrefix]", "[etInputSuffix]", "*"], true, [{ directive: typeof i1.InputDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.SelectDirective; inputs: { "multiple": "multiple"; "emptyText": "emptyText"; }; outputs: {}; }], false>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent, "et-select", never, {}, {}, never, ["[etInputPrefix]", "[etInputSuffix]", "*"], true, [{ directive: typeof i1.InputDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.SelectDirective; inputs: { "multiple": "multiple"; "emptyText": "emptyText"; }; outputs: {}; }]>;
14
14
  }
@@ -1,4 +1,3 @@
1
- import { BooleanInput } from '@angular/cdk/coercion';
2
1
  import { ComponentType } from '@angular/cdk/portal';
3
2
  import { AfterContentInit, InjectionToken, OnInit, TemplateRef, TrackByFunction } from '@angular/core';
4
3
  import { AnimatedOverlayComponentBase } from '@ethlete/core';
@@ -25,7 +24,7 @@ export declare class SelectDirective<T extends SelectDirectiveBodyComponentBase>
25
24
  private readonly _selectBodyId$;
26
25
  private readonly _isOpen$;
27
26
  get multiple(): boolean;
28
- set multiple(value: BooleanInput);
27
+ set multiple(value: unknown);
29
28
  private _multiple$;
30
29
  emptyText?: string;
31
30
  private set _selectOptionsQueryList(value);
@@ -91,6 +90,6 @@ export declare class SelectDirective<T extends SelectDirectiveBodyComponentBase>
91
90
  private _activateOptionByOffset;
92
91
  private _migrateSelectValue;
93
92
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectDirective<any>, never>;
94
- static ɵdir: i0.ɵɵDirectiveDeclaration<SelectDirective<any>, never, never, { "multiple": { "alias": "multiple"; "required": false; }; "emptyText": { "alias": "emptyText"; "required": false; }; }, {}, ["_selectOptionsQueryList"], never, true, [{ directive: typeof i1.AnimatedOverlayDirective; inputs: {}; outputs: {}; }], false>;
93
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SelectDirective<any>, never, never, { "multiple": { "alias": "multiple"; "required": false; }; "emptyText": { "alias": "emptyText"; "required": false; }; }, {}, ["_selectOptionsQueryList"], never, true, [{ directive: typeof i1.AnimatedOverlayDirective; inputs: {}; outputs: {}; }]>;
95
94
  }
96
95
  export {};
@@ -10,5 +10,5 @@ export declare class SelectBodyDirective implements OnInit {
10
10
  readonly _bindings: import("@ethlete/core").ReactiveBindingResult;
11
11
  ngOnInit(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectBodyDirective, never>;
13
- static ɵdir: i0.ɵɵDirectiveDeclaration<SelectBodyDirective, never, never, {}, {}, never, never, true, [{ directive: typeof i1.ClickOutsideDirective; inputs: {}; outputs: {}; }], false>;
13
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SelectBodyDirective, never, never, {}, {}, never, never, true, [{ directive: typeof i1.ClickOutsideDirective; inputs: {}; outputs: {}; }]>;
14
14
  }
@@ -1,4 +1,3 @@
1
- import { BooleanInput } from '@angular/cdk/coercion';
2
1
  import { AfterContentInit, InjectionToken } from '@angular/core';
3
2
  import * as i0 from "@angular/core";
4
3
  import * as i1 from "@ethlete/core";
@@ -13,7 +12,7 @@ export declare class SelectOptionDirective implements AfterContentInit {
13
12
  set value(value: unknown);
14
13
  private _value$;
15
14
  get disabled(): boolean;
16
- set disabled(value: BooleanInput);
15
+ set disabled(value: unknown);
17
16
  private _disabled$;
18
17
  readonly isSelected$: import("rxjs").Observable<boolean>;
19
18
  readonly viewValue$: import("rxjs").Observable<string>;
@@ -25,5 +24,5 @@ export declare class SelectOptionDirective implements AfterContentInit {
25
24
  _updateViewValue(): void;
26
25
  _setActive(isActive: boolean): void;
27
26
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectOptionDirective, never>;
28
- static ɵdir: i0.ɵɵDirectiveDeclaration<SelectOptionDirective, never, never, { "value": { "alias": "value"; "required": true; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.ObserveContentDirective; inputs: {}; outputs: {}; }], false>;
27
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SelectOptionDirective, never, never, { "value": { "alias": "value"; "required": true; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.ObserveContentDirective; inputs: {}; outputs: {}; }]>;
29
28
  }
@@ -8,5 +8,5 @@ export declare class SelectBodyComponent {
8
8
  readonly _animatedLifecycle?: AnimatedLifecycleDirective;
9
9
  _bodyTemplate: TemplateRef<unknown> | null;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectBodyComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectBodyComponent, "et-select-body", never, {}, {}, never, never, true, [{ directive: typeof i1.SelectBodyDirective; inputs: {}; outputs: {}; }], false>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectBodyComponent, "et-select-body", never, {}, {}, never, never, true, [{ directive: typeof i1.SelectBodyDirective; inputs: {}; outputs: {}; }]>;
12
12
  }
@@ -4,5 +4,5 @@ import * as i1 from "../../directives/select-option/select-option.directive";
4
4
  export declare class SelectOptionComponent {
5
5
  protected readonly selectOption: SelectOptionDirective;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectOptionComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectOptionComponent, "et-select-option", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.SelectOptionDirective; inputs: { "value": "value"; "disabled": "disabled"; }; outputs: {}; }], false>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectOptionComponent, "et-select-option", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.SelectOptionDirective; inputs: { "value": "value"; "disabled": "disabled"; }; outputs: {}; }]>;
8
8
  }
@@ -8,5 +8,5 @@ import * as i4 from "../../../../directives/dynamic-form-field/dynamic-form-fiel
8
8
  export declare class SelectFieldComponent extends DecoratedFormFieldBase {
9
9
  protected readonly inputState: InputStateService<unknown, HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement | HTMLButtonElement>;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectFieldComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectFieldComponent, "et-select-field", never, {}, {}, never, ["et-label", "*"], true, [{ directive: typeof i1.SelectFieldDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.StaticFormFieldDirective; inputs: {}; outputs: {}; }, { directive: typeof i3.WriteableInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i4.DynamicFormFieldDirective; inputs: { "hideErrorMessage": "hideErrorMessage"; }; outputs: {}; }], false>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectFieldComponent, "et-select-field", never, {}, {}, never, ["et-label", "*"], true, [{ directive: typeof i1.SelectFieldDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.StaticFormFieldDirective; inputs: {}; outputs: {}; }, { directive: typeof i3.WriteableInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i4.DynamicFormFieldDirective; inputs: { "hideErrorMessage": "hideErrorMessage"; }; outputs: {}; }]>;
12
12
  }
@@ -4,5 +4,5 @@ export declare const SELECT_FIELD_TOKEN: InjectionToken<SelectFieldDirective>;
4
4
  export declare class SelectFieldDirective {
5
5
  readonly _bindings: import("@ethlete/core").ReactiveBindingResult;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectFieldDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<SelectFieldDirective, never, ["etSelectField"], {}, {}, never, never, true, never, false>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SelectFieldDirective, never, ["etSelectField"], {}, {}, never, never, true, never>;
8
8
  }
@@ -6,5 +6,5 @@ import * as i2 from "../../../../directives/input/input.directive";
6
6
  export declare class SlideToggleComponent extends InputBase {
7
7
  protected readonly slideToggle: SlideToggleDirective;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SlideToggleComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<SlideToggleComponent, "et-slide-toggle", never, {}, {}, never, never, true, [{ directive: typeof i1.SlideToggleDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.InputDirective; inputs: {}; outputs: {}; }], false>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<SlideToggleComponent, "et-slide-toggle", never, {}, {}, never, never, true, [{ directive: typeof i1.SlideToggleDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.InputDirective; inputs: {}; outputs: {}; }]>;
10
10
  }
@@ -6,5 +6,5 @@ import * as i3 from "../../../../directives/dynamic-form-field/dynamic-form-fiel
6
6
  export declare class SlideToggleFieldComponent {
7
7
  protected readonly inputState: InputStateService<unknown, HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement | HTMLButtonElement>;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SlideToggleFieldComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<SlideToggleFieldComponent, "et-slide-toggle-field", never, {}, {}, never, ["et-slide-toggle", "et-label"], true, [{ directive: typeof i1.StaticFormFieldDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.WriteableInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i3.DynamicFormFieldDirective; inputs: { "hideErrorMessage": "hideErrorMessage"; }; outputs: {}; }], false>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<SlideToggleFieldComponent, "et-slide-toggle-field", never, {}, {}, never, ["et-slide-toggle", "et-label"], true, [{ directive: typeof i1.StaticFormFieldDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.WriteableInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i3.DynamicFormFieldDirective; inputs: { "hideErrorMessage": "hideErrorMessage"; }; outputs: {}; }]>;
10
10
  }
@@ -9,5 +9,5 @@ export declare class SlideToggleDirective {
9
9
  _onInputInteraction(event: Event): void;
10
10
  _controlTouched(): void;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<SlideToggleDirective, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<SlideToggleDirective, never, ["etSlideToggle"], {}, {}, never, never, true, never, false>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SlideToggleDirective, never, ["etSlideToggle"], {}, {}, never, never, true, never>;
13
13
  }
@@ -1,4 +1,3 @@
1
- import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
2
1
  import { OnInit } from '@angular/core';
3
2
  import { BehaviorSubject } from 'rxjs';
4
3
  import * as i0 from "@angular/core";
@@ -15,19 +14,19 @@ export declare class SliderComponent implements OnInit {
15
14
  private readonly _input;
16
15
  private readonly _formFieldStateService;
17
16
  get min(): number;
18
- set min(value: NumberInput);
17
+ set min(value: unknown);
19
18
  private _min$;
20
19
  get max(): number;
21
- set max(value: NumberInput);
20
+ set max(value: unknown);
22
21
  private _max$;
23
22
  get step(): number;
24
- set step(value: NumberInput);
23
+ set step(value: unknown);
25
24
  private _step$;
26
25
  get vertical(): boolean;
27
- set vertical(value: BooleanInput);
26
+ set vertical(value: unknown);
28
27
  private _vertical$;
29
28
  get inverted(): boolean;
30
- set inverted(value: BooleanInput);
29
+ set inverted(value: unknown);
31
30
  private _inverted$;
32
31
  private readonly _dir$;
33
32
  private readonly _value$;
@@ -60,5 +59,5 @@ export declare class SliderComponent implements OnInit {
60
59
  private _updateSliderValueBy;
61
60
  private _freshSliderDimensions;
62
61
  static ɵfac: i0.ɵɵFactoryDeclaration<SliderComponent, never>;
63
- static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "et-slider", never, { "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.InputDirective; inputs: { "autocomplete": "autocomplete"; }; outputs: {}; }], false>;
62
+ static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "et-slider", never, { "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.InputDirective; inputs: { "autocomplete": "autocomplete"; }; outputs: {}; }]>;
64
63
  }
@@ -6,5 +6,5 @@ import * as i3 from "../../../../directives/dynamic-form-field/dynamic-form-fiel
6
6
  export declare class SliderFieldComponent {
7
7
  protected readonly inputState: InputStateService<unknown, HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement | HTMLButtonElement>;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SliderFieldComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<SliderFieldComponent, "et-slider-field", never, {}, {}, never, ["et-label", "et-slider"], true, [{ directive: typeof i1.StaticFormFieldDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.WriteableInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i3.DynamicFormFieldDirective; inputs: { "hideErrorMessage": "hideErrorMessage"; }; outputs: {}; }], false>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<SliderFieldComponent, "et-slider-field", never, {}, {}, never, ["et-label", "et-slider"], true, [{ directive: typeof i1.StaticFormFieldDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.WriteableInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i3.DynamicFormFieldDirective; inputs: { "hideErrorMessage": "hideErrorMessage"; }; outputs: {}; }]>;
10
10
  }
@@ -1,12 +1,11 @@
1
- import { BooleanInput } from '@angular/cdk/coercion';
2
1
  import { InjectionToken } from '@angular/core';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare const DYNAMIC_FORM_FIELD_TOKEN: InjectionToken<DynamicFormFieldDirective>;
5
4
  export declare class DynamicFormFieldDirective {
6
5
  get hideErrorMessage(): boolean;
7
- set hideErrorMessage(value: BooleanInput);
6
+ set hideErrorMessage(value: unknown);
8
7
  get hideErrorMessage$(): import("rxjs").Observable<boolean>;
9
8
  private readonly _explicitlyHideErrorMessage$;
10
9
  static ɵfac: i0.ɵɵFactoryDeclaration<DynamicFormFieldDirective, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<DynamicFormFieldDirective, never, ["etDynamicFormField"], { "hideErrorMessage": { "alias": "hideErrorMessage"; "required": false; }; }, {}, never, never, true, never, false>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DynamicFormFieldDirective, never, ["etDynamicFormField"], { "hideErrorMessage": { "alias": "hideErrorMessage"; "required": false; }; }, {}, never, never, true, never>;
12
11
  }
@@ -1,12 +1,11 @@
1
- import { BooleanInput } from '@angular/cdk/coercion';
2
1
  import { InjectionToken } from '@angular/core';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare const DYNAMIC_FORM_GROUP_TOKEN: InjectionToken<DynamicFormGroupDirective>;
5
4
  export declare class DynamicFormGroupDirective {
6
5
  get hideErrorMessage(): boolean;
7
- set hideErrorMessage(value: BooleanInput);
6
+ set hideErrorMessage(value: unknown);
8
7
  get hideErrorMessage$(): import("rxjs").Observable<boolean>;
9
8
  private readonly _explicitlyHideErrorMessage$;
10
9
  static ɵfac: i0.ɵɵFactoryDeclaration<DynamicFormGroupDirective, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<DynamicFormGroupDirective, never, ["etDynamicFormGroup"], { "hideErrorMessage": { "alias": "hideErrorMessage"; "required": false; }; }, {}, never, never, true, never, false>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DynamicFormGroupDirective, never, ["etDynamicFormGroup"], { "hideErrorMessage": { "alias": "hideErrorMessage"; "required": false; }; }, {}, never, never, true, never>;
12
11
  }
@@ -8,5 +8,5 @@ export declare class IfInputEmptyDirective implements OnInit {
8
8
  private _didCreateView;
9
9
  ngOnInit(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<IfInputEmptyDirective, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<IfInputEmptyDirective, "[etIfInputEmpty]", never, {}, {}, never, never, true, never, false>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<IfInputEmptyDirective, "[etIfInputEmpty]", never, {}, {}, never, never, true, never>;
12
12
  }
@@ -8,5 +8,5 @@ export declare class IfInputFilledDirective implements OnInit {
8
8
  private _didCreateView;
9
9
  ngOnInit(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<IfInputFilledDirective, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<IfInputFilledDirective, "[etIfInputFilled]", never, {}, {}, never, never, true, never, false>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<IfInputFilledDirective, "[etIfInputFilled]", never, {}, {}, never, never, true, never>;
12
12
  }
@@ -60,5 +60,5 @@ export declare class InputDirective<T = unknown, J extends HTMLInputElement | HT
60
60
  private _detectControlRequiredValidationChanges;
61
61
  private _detectControlDisabledChanges;
62
62
  static ɵfac: i0.ɵɵFactoryDeclaration<InputDirective<any, any>, never>;
63
- static ɵdir: i0.ɵɵDirectiveDeclaration<InputDirective<any, any>, "[etInput]", ["etInput"], { "autocomplete": { "alias": "autocomplete"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, {}, never, never, true, never, false>;
63
+ static ɵdir: i0.ɵɵDirectiveDeclaration<InputDirective<any, any>, "[etInput]", ["etInput"], { "autocomplete": { "alias": "autocomplete"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, {}, never, never, true, never>;
64
64
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare const INPUT_PREFIX_TOKEN: InjectionToken<InputPrefixDirective>;
4
4
  export declare class InputPrefixDirective {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<InputPrefixDirective, never>;
6
- static ɵdir: i0.ɵɵDirectiveDeclaration<InputPrefixDirective, "[etInputPrefix]", ["etInputPrefix"], {}, {}, never, never, true, never, false>;
6
+ static ɵdir: i0.ɵɵDirectiveDeclaration<InputPrefixDirective, "[etInputPrefix]", ["etInputPrefix"], {}, {}, never, never, true, never>;
7
7
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare const INPUT_SUFFIX_TOKEN: InjectionToken<InputSuffixDirective>;
4
4
  export declare class InputSuffixDirective {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<InputSuffixDirective, never>;
6
- static ɵdir: i0.ɵɵDirectiveDeclaration<InputSuffixDirective, "[etInputSuffix]", ["etInputSuffix"], {}, {}, never, never, true, never, false>;
6
+ static ɵdir: i0.ɵɵDirectiveDeclaration<InputSuffixDirective, "[etInputSuffix]", ["etInputSuffix"], {}, {}, never, never, true, never>;
7
7
  }
@@ -4,5 +4,5 @@ export declare const NATIVE_INPUT_REF_TOKEN: InjectionToken<NativeInputRefDirect
4
4
  export declare class NativeInputRefDirective<T extends HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement | HTMLButtonElement = HTMLInputElement> {
5
5
  readonly element: ElementRef<T>;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<NativeInputRefDirective<any>, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<NativeInputRefDirective<any>, "input[etNativeInputRef], textarea[etNativeInputRef], select[etNativeInputRef], button[etNativeInputRef]", never, {}, {}, never, never, true, never, false>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NativeInputRefDirective<any>, "input[etNativeInputRef], textarea[etNativeInputRef], select[etNativeInputRef], button[etNativeInputRef]", never, {}, {}, never, never, true, never>;
8
8
  }
@@ -11,5 +11,5 @@ export declare class StaticFormFieldDirective implements OnInit, AfterContentIni
11
11
  ngOnInit(): void;
12
12
  ngAfterContentInit(): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<StaticFormFieldDirective, never>;
14
- static ɵdir: i0.ɵɵDirectiveDeclaration<StaticFormFieldDirective, never, ["etStaticFormField"], {}, {}, ["_input", "_label"], never, true, never, false>;
14
+ static ɵdir: i0.ɵɵDirectiveDeclaration<StaticFormFieldDirective, never, ["etStaticFormField"], {}, {}, ["_input", "_label"], never, true, never>;
15
15
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare const STATIC_FORM_GROUP_TOKEN: InjectionToken<StaticFormGroupDirective>;
4
4
  export declare class StaticFormGroupDirective {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<StaticFormGroupDirective, never>;
6
- static ɵdir: i0.ɵɵDirectiveDeclaration<StaticFormGroupDirective, never, ["etStaticFormGroup"], {}, {}, never, never, true, never, false>;
6
+ static ɵdir: i0.ɵɵDirectiveDeclaration<StaticFormGroupDirective, never, ["etStaticFormGroup"], {}, {}, never, never, true, never>;
7
7
  }
@@ -16,5 +16,5 @@ export declare class WriteableInputDirective implements ControlValueAccessor {
16
16
  registerOnTouched(fn: InputTouchedFn): void;
17
17
  setDisabledState?(isDisabled: boolean): void;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<WriteableInputDirective, never>;
19
- static ɵdir: i0.ɵɵDirectiveDeclaration<WriteableInputDirective, never, ["etWriteableInput"], {}, {}, never, never, true, never, false>;
19
+ static ɵdir: i0.ɵɵDirectiveDeclaration<WriteableInputDirective, never, ["etWriteableInput"], {}, {}, never, never, true, never>;
20
20
  }
@@ -3,5 +3,5 @@ export declare class DecoratedFormFieldBase {
3
3
  private readonly _formFieldStateService;
4
4
  readonly _bindings: import("@ethlete/core").ReactiveBindingResult;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<DecoratedFormFieldBase, never>;
6
- static ɵdir: i0.ɵɵDirectiveDeclaration<DecoratedFormFieldBase, never, never, {}, {}, never, never, false, never, false>;
6
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DecoratedFormFieldBase, never, never, {}, {}, never, never, false, never>;
7
7
  }
@@ -11,5 +11,5 @@ export declare class DecoratedInputBase extends InputBase implements AfterConten
11
11
  readonly _bindings: import("@ethlete/core").ReactiveBindingResult;
12
12
  ngAfterContentInit(): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<DecoratedInputBase, never>;
14
- static ɵdir: i0.ɵɵDirectiveDeclaration<DecoratedInputBase, never, never, {}, {}, ["inputPrefix", "inputSuffix"], never, false, never, false>;
14
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DecoratedInputBase, never, never, {}, {}, ["inputPrefix", "inputSuffix"], never, false, never>;
15
15
  }
@@ -4,5 +4,5 @@ export declare class InputBase {
4
4
  protected readonly input: import("../directives").InputDirective<unknown, HTMLInputElement>;
5
5
  set nativeInputRef(value: NativeInputRefDirective);
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<InputBase, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<InputBase, never, never, {}, {}, never, never, false, never, false>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<InputBase, never, never, {}, {}, never, never, false, never>;
8
8
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class ChevronIconComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<ChevronIconComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<ChevronIconComponent, "et-chevron-icon", never, {}, {}, never, never, true, never, false>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChevronIconComponent, "et-chevron-icon", never, {}, {}, never, never, true, never>;
5
5
  }
@@ -1,4 +1,3 @@
1
- import { NumberInput } from '@angular/cdk/coercion';
2
1
  import { AfterContentInit, EventEmitter } from '@angular/core';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class MasonryComponent implements AfterContentInit {
@@ -7,10 +6,10 @@ export declare class MasonryComponent implements AfterContentInit {
7
6
  private readonly _delayable;
8
7
  private readonly _items?;
9
8
  get columWidth(): number;
10
- set columWidth(value: NumberInput);
9
+ set columWidth(value: unknown);
11
10
  private _columWidth$;
12
11
  get gap(): number;
13
- set gap(value: NumberInput);
12
+ set gap(value: unknown);
14
13
  private _gap$;
15
14
  readonly initializing: EventEmitter<any>;
16
15
  readonly initialized: EventEmitter<any>;
@@ -30,5 +29,5 @@ export declare class MasonryComponent implements AfterContentInit {
30
29
  private _getLowestColumn;
31
30
  private _getHighestColumn;
32
31
  static ɵfac: i0.ɵɵFactoryDeclaration<MasonryComponent, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<MasonryComponent, "et-masonry", never, { "columWidth": { "alias": "columWidth"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; }, { "initializing": "initializing"; "initialized": "initialized"; }, ["_items"], ["[etMasonryItem], et-masonry-item, ng-container"], true, never, false>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<MasonryComponent, "et-masonry", never, { "columWidth": { "alias": "columWidth"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; }, { "initializing": "initializing"; "initialized": "initialized"; }, ["_items"], ["[etMasonryItem], et-masonry-item, ng-container"], true, never>;
34
33
  }
@@ -16,5 +16,5 @@ export declare class MasonryItemComponent implements AfterViewInit {
16
16
  ngAfterViewInit(): void;
17
17
  setPosition(x: number, y: number, height: number): void;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<MasonryItemComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<MasonryItemComponent, "[et-masonry-item], et-masonry-item", ["etMasonryItem"], { "key": { "alias": "key"; "required": false; }; }, {}, never, ["*"], true, never, false>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<MasonryItemComponent, "[et-masonry-item], et-masonry-item", ["etMasonryItem"], { "key": { "alias": "key"; "required": false; }; }, {}, never, ["*"], true, never>;
20
20
  }
@@ -10,5 +10,5 @@ export declare class BottomSheetContainerComponent extends BottomSheetContainerB
10
10
  constructor(elementRef: ElementRef<HTMLElement>, focusTrapFactory: FocusTrapFactory, document: Document, bottomSheetConfig: BottomSheetConfig, checker: InteractivityChecker, ngZone: NgZone, overlayRef: OverlayRef, focusMonitor?: FocusMonitor);
11
11
  protected _contentAttached(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<BottomSheetContainerComponent, [null, null, { optional: true; }, null, null, null, null, null]>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<BottomSheetContainerComponent, "et-bottom-sheet-container", never, {}, {}, never, never, true, [{ directive: typeof i1.AnimatedLifecycleDirective; inputs: {}; outputs: {}; }], false>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<BottomSheetContainerComponent, "et-bottom-sheet-container", never, {}, {}, never, never, true, [{ directive: typeof i1.AnimatedLifecycleDirective; inputs: {}; outputs: {}; }]>;
14
14
  }
@@ -12,5 +12,5 @@ export declare abstract class BottomSheetContainerBaseComponent extends CdkDialo
12
12
  protected _captureInitialFocus(): void;
13
13
  protected _openAnimationDone(): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<BottomSheetContainerBaseComponent, [null, null, { optional: true; }, null, null, null, null, null]>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<BottomSheetContainerBaseComponent, "ng-component", never, {}, {}, never, never, false, never, false>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<BottomSheetContainerBaseComponent, "ng-component", never, {}, {}, never, never, false, never>;
16
16
  }
@@ -18,5 +18,5 @@ export declare class BottomSheetDragHandleComponent implements OnInit, OnChanges
18
18
  _onTouchMove(event: TouchEvent): void;
19
19
  _onTouchEnd(): void;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<BottomSheetDragHandleComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<BottomSheetDragHandleComponent, "[et-bottom-sheet-drag-handle], [etBottomSheetDragHandle]", ["etBottomSheetDragHandle"], { "ariaLabel": { "alias": "aria-label"; "required": false; }; "type": { "alias": "type"; "required": false; }; "bottomSheetResult": { "alias": "et-bottom-sheet-drag-handle"; "required": false; }; "_etBottomSheetDragHandle": { "alias": "etBottomSheetDragHandle"; "required": false; }; }, {}, never, never, true, never, false>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<BottomSheetDragHandleComponent, "[et-bottom-sheet-drag-handle], [etBottomSheetDragHandle]", ["etBottomSheetDragHandle"], { "ariaLabel": { "alias": "aria-label"; "required": false; }; "type": { "alias": "type"; "required": false; }; "bottomSheetResult": { "alias": "et-bottom-sheet-drag-handle"; "required": false; }; "_etBottomSheetDragHandle": { "alias": "etBottomSheetDragHandle"; "required": false; }; }, {}, never, never, true, never>;
22
22
  }
@@ -7,5 +7,5 @@ export declare class BottomSheetTitleDirective implements OnInit {
7
7
  id: string;
8
8
  ngOnInit(): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<BottomSheetTitleDirective, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<BottomSheetTitleDirective, "[et-bottom-sheet-title], [etBottomSheetTitle]", ["etBottomSheetTitle"], { "id": { "alias": "id"; "required": false; }; }, {}, never, never, true, never, false>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BottomSheetTitleDirective, "[et-bottom-sheet-title], [etBottomSheetTitle]", ["etBottomSheetTitle"], { "id": { "alias": "id"; "required": false; }; }, {}, never, never, true, never>;
11
11
  }
@@ -31,5 +31,5 @@ export declare abstract class BottomSheetServiceBase<C extends BottomSheetContai
31
31
  ngOnDestroy(): void;
32
32
  private _closeBottomSheets;
33
33
  static ɵfac: i0.ɵɵFactoryDeclaration<BottomSheetServiceBase<any>, never>;
34
- static ɵdir: i0.ɵɵDirectiveDeclaration<BottomSheetServiceBase<any>, never, never, {}, {}, never, never, false, never, false>;
34
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BottomSheetServiceBase<any>, never, never, {}, {}, never, never, false, never>;
35
35
  }
@@ -10,5 +10,5 @@ export declare class DialogContainerComponent extends DialogContainerBaseCompone
10
10
  constructor(elementRef: ElementRef<HTMLElement>, focusTrapFactory: FocusTrapFactory, document: Document, dialogConfig: DialogConfig, checker: InteractivityChecker, ngZone: NgZone, overlayRef: OverlayRef, focusMonitor?: FocusMonitor);
11
11
  protected _contentAttached(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<DialogContainerComponent, [null, null, { optional: true; }, null, null, null, null, null]>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<DialogContainerComponent, "et-dialog-container", never, {}, {}, never, never, true, [{ directive: typeof i1.AnimatedLifecycleDirective; inputs: {}; outputs: {}; }], false>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<DialogContainerComponent, "et-dialog-container", never, {}, {}, never, never, true, [{ directive: typeof i1.AnimatedLifecycleDirective; inputs: {}; outputs: {}; }]>;
14
14
  }
@@ -12,5 +12,5 @@ export declare class DialogCloseDirective implements OnInit, OnChanges {
12
12
  ngOnChanges(changes: SimpleChanges): void;
13
13
  _onButtonClick(event: MouseEvent): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<DialogCloseDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<DialogCloseDirective, "[et-dialog-close], [etDialogClose]", ["etDialogClose"], { "ariaLabel": { "alias": "aria-label"; "required": false; }; "type": { "alias": "type"; "required": false; }; "dialogResult": { "alias": "et-dialog-close"; "required": false; }; "_etDialogClose": { "alias": "etDialogClose"; "required": false; }; }, {}, never, never, true, never, false>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DialogCloseDirective, "[et-dialog-close], [etDialogClose]", ["etDialogClose"], { "ariaLabel": { "alias": "aria-label"; "required": false; }; "type": { "alias": "type"; "required": false; }; "dialogResult": { "alias": "et-dialog-close"; "required": false; }; "_etDialogClose": { "alias": "etDialogClose"; "required": false; }; }, {}, never, never, true, never>;
16
16
  }
@@ -12,5 +12,5 @@ export declare abstract class DialogContainerBaseComponent extends CdkDialogCont
12
12
  protected _captureInitialFocus(): void;
13
13
  protected _openAnimationDone(): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<DialogContainerBaseComponent, [null, null, { optional: true; }, null, null, null, null, null]>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<DialogContainerBaseComponent, "ng-component", never, {}, {}, never, never, false, never, false>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<DialogContainerBaseComponent, "ng-component", never, {}, {}, never, never, false, never>;
16
16
  }
@@ -7,5 +7,5 @@ export declare class DialogTitleDirective implements OnInit {
7
7
  id: string;
8
8
  ngOnInit(): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<DialogTitleDirective, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<DialogTitleDirective, "[et-dialog-title], [etDialogTitle]", ["etDialogTitle"], { "id": { "alias": "id"; "required": false; }; }, {}, never, never, true, never, false>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DialogTitleDirective, "[et-dialog-title], [etDialogTitle]", ["etDialogTitle"], { "id": { "alias": "id"; "required": false; }; }, {}, never, never, true, never>;
11
11
  }
@@ -31,5 +31,5 @@ export declare abstract class DialogServiceBase<C extends DialogContainerBaseCom
31
31
  ngOnDestroy(): void;
32
32
  private _closeDialogs;
33
33
  static ɵfac: i0.ɵɵFactoryDeclaration<DialogServiceBase<any>, never>;
34
- static ɵdir: i0.ɵɵDirectiveDeclaration<DialogServiceBase<any>, never, never, {}, {}, never, never, false, never, false>;
34
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DialogServiceBase<any>, never, never, {}, {}, never, never, false, never>;
35
35
  }
@@ -15,5 +15,5 @@ export declare class ToggletipComponent {
15
15
  get containerClass(): string | string[] | undefined;
16
16
  _markForCheck(): void;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<ToggletipComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<ToggletipComponent, "et-toggletip", never, {}, {}, never, never, true, never, false>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToggletipComponent, "et-toggletip", never, {}, {}, never, never, true, never>;
19
19
  }