@ethlete/cdk 3.9.1 → 3.10.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 (297) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/esm2022/lib/components/accordion/components/accordion/accordion.component.mjs +3 -3
  3. package/esm2022/lib/components/accordion/components/accordion-group/accordion-group.component.mjs +3 -3
  4. package/esm2022/lib/components/accordion/partials/accordion-hint/accordion-hint.directive.mjs +3 -3
  5. package/esm2022/lib/components/accordion/partials/accordion-hint-wrapper/accordion-hint-wrapper.directive.mjs +3 -3
  6. package/esm2022/lib/components/accordion/partials/accordion-label/accordion-label.directive.mjs +3 -3
  7. package/esm2022/lib/components/accordion/partials/accordion-label-wrapper/accordion-label-wrapper.directive.mjs +3 -3
  8. package/esm2022/lib/components/bracket/components/bracket/bracket.component.mjs +3 -3
  9. package/esm2022/lib/components/bracket/directives/bracket-match/bracket-match.directive.mjs +3 -3
  10. package/esm2022/lib/components/bracket/directives/bracket-round/bracket-round.directive.mjs +3 -3
  11. package/esm2022/lib/components/bracket/partials/bracket-match/bracket-match.component.mjs +3 -3
  12. package/esm2022/lib/components/bracket/partials/bracket-round-header/bracket-round-header.component.mjs +3 -3
  13. package/esm2022/lib/components/button/components/button/button.component.mjs +3 -3
  14. package/esm2022/lib/components/button/components/query-button/query-button.component.mjs +3 -3
  15. package/esm2022/lib/components/button/directives/button/button.directive.mjs +3 -3
  16. package/esm2022/lib/components/button/directives/query-button/query-button.directive.mjs +3 -3
  17. package/esm2022/lib/components/filter-overlay/components/filter-overlay-page-outlet/filter-overlay-page-outlet.component.mjs +22 -0
  18. package/esm2022/lib/components/filter-overlay/components/filter-overlay-page-outlet/public-api.mjs +2 -0
  19. package/esm2022/lib/components/filter-overlay/components/index.mjs +2 -0
  20. package/esm2022/lib/components/filter-overlay/components/public-api.mjs +2 -0
  21. package/esm2022/lib/components/filter-overlay/directives/filter-overlay-link/filter-overlay-link.directive.mjs +26 -0
  22. package/esm2022/lib/components/filter-overlay/directives/filter-overlay-link/public-api.mjs +2 -0
  23. package/esm2022/lib/components/filter-overlay/directives/filter-overlay-reset/filter-overlay-reset.directive.mjs +26 -0
  24. package/esm2022/lib/components/filter-overlay/directives/filter-overlay-reset/public-api.mjs +2 -0
  25. package/esm2022/lib/components/filter-overlay/directives/filter-overlay-submit/filter-overlay-submit.directive.mjs +26 -0
  26. package/esm2022/lib/components/filter-overlay/directives/filter-overlay-submit/public-api.mjs +2 -0
  27. package/esm2022/lib/components/filter-overlay/directives/index.mjs +2 -0
  28. package/esm2022/lib/components/filter-overlay/directives/public-api.mjs +4 -0
  29. package/esm2022/lib/components/filter-overlay/filter-overlay.imports.mjs +9 -0
  30. package/esm2022/lib/components/filter-overlay/public-api.mjs +4 -0
  31. package/esm2022/lib/components/forms/components/checkbox/components/checkbox/checkbox.component.mjs +3 -3
  32. package/esm2022/lib/components/forms/components/checkbox/components/checkbox-field/checkbox-field.component.mjs +3 -3
  33. package/esm2022/lib/components/forms/components/checkbox/components/checkbox-group/checkbox-group.component.mjs +3 -3
  34. package/esm2022/lib/components/forms/components/checkbox/directives/checkbox/checkbox.directive.mjs +3 -3
  35. package/esm2022/lib/components/forms/components/checkbox/directives/checkbox-field/checkbox-field.directive.mjs +3 -3
  36. package/esm2022/lib/components/forms/components/checkbox/directives/checkbox-group/checkbox-group.directive.mjs +3 -3
  37. package/esm2022/lib/components/forms/components/checkbox/directives/checkbox-group-control/checkbox-group-control.directive.mjs +3 -3
  38. package/esm2022/lib/components/forms/components/error/components/error/error.component.mjs +3 -3
  39. package/esm2022/lib/components/forms/components/input/components/date-input/date-input.component.mjs +3 -3
  40. package/esm2022/lib/components/forms/components/input/components/email-input/email-input.component.mjs +3 -3
  41. package/esm2022/lib/components/forms/components/input/components/input-field/input-field.component.mjs +3 -3
  42. package/esm2022/lib/components/forms/components/input/components/number-input/number-input.component.mjs +3 -3
  43. package/esm2022/lib/components/forms/components/input/components/password-input/password-input.component.mjs +3 -3
  44. package/esm2022/lib/components/forms/components/input/components/search-input/search-input.component.mjs +3 -3
  45. package/esm2022/lib/components/forms/components/input/components/text-input/text-input.component.mjs +3 -3
  46. package/esm2022/lib/components/forms/components/input/components/textarea-input/textarea-input.component.mjs +3 -3
  47. package/esm2022/lib/components/forms/components/input/directives/autosize-textarea/autosize-textarea.directive.mjs +3 -3
  48. package/esm2022/lib/components/forms/components/input/directives/date-input/date-input.directive.mjs +3 -3
  49. package/esm2022/lib/components/forms/components/input/directives/email-input/email-input.directive.mjs +3 -3
  50. package/esm2022/lib/components/forms/components/input/directives/number-input/number-input.directive.mjs +3 -3
  51. package/esm2022/lib/components/forms/components/input/directives/password-input/password-input.directive.mjs +3 -3
  52. package/esm2022/lib/components/forms/components/input/directives/search-input/search-input.directive.mjs +3 -3
  53. package/esm2022/lib/components/forms/components/input/directives/text-input/text-input.directive.mjs +3 -3
  54. package/esm2022/lib/components/forms/components/input/directives/textarea-input/textarea-input.directive.mjs +3 -3
  55. package/esm2022/lib/components/forms/components/input/partials/password-input-toggle/password-input-toggle.component.mjs +3 -3
  56. package/esm2022/lib/components/forms/components/input/partials/search-input-clear/search-input-clear.component.mjs +3 -3
  57. package/esm2022/lib/components/forms/components/label/components/label/label.component.mjs +3 -3
  58. package/esm2022/lib/components/forms/components/label/directives/label-suffix/label-suffix.directive.mjs +3 -3
  59. package/esm2022/lib/components/forms/components/radio/components/radio/radio.component.mjs +3 -3
  60. package/esm2022/lib/components/forms/components/radio/components/radio-field/radio-field.component.mjs +3 -3
  61. package/esm2022/lib/components/forms/components/radio/components/radio-group/radio-group.component.mjs +3 -3
  62. package/esm2022/lib/components/forms/components/radio/directives/radio/radio.directive.mjs +3 -3
  63. package/esm2022/lib/components/forms/components/radio/directives/radio-field/radio-field.directive.mjs +3 -3
  64. package/esm2022/lib/components/forms/components/radio/directives/radio-group/radio-group.directive.mjs +3 -3
  65. package/esm2022/lib/components/forms/components/segmented-button/components/segmented-button/segmented-button.component.mjs +3 -3
  66. package/esm2022/lib/components/forms/components/segmented-button/components/segmented-button-field/segmented-button-field.component.mjs +3 -3
  67. package/esm2022/lib/components/forms/components/segmented-button/components/segmented-button-group/segmented-button-group.component.mjs +3 -3
  68. package/esm2022/lib/components/forms/components/segmented-button/directives/segmented-button/segmented-button.directive.mjs +3 -3
  69. package/esm2022/lib/components/forms/components/segmented-button/directives/segmented-button-field/segmented-button-field.directive.mjs +3 -3
  70. package/esm2022/lib/components/forms/components/segmented-button/directives/segmented-button-group/segmented-button-group.directive.mjs +3 -3
  71. package/esm2022/lib/components/forms/components/select/components/combobox/components/combobox/combobox.component.mjs +6 -4
  72. package/esm2022/lib/components/forms/components/select/components/combobox/constants/combobox.constants.mjs +2 -2
  73. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox/combobox.directive.mjs +48 -6
  74. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-body-empty-template/combobox-body-empty-template.directive.mjs +3 -3
  75. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-body-error-template/combobox-body-error-template.directive.mjs +3 -3
  76. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-body-loading-template/combobox-body-loading-template.directive.mjs +3 -3
  77. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-body-more-items-hint-template/combobox-body-more-items-hint-template.directive.mjs +30 -0
  78. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-body-more-items-hint-template/index.mjs +2 -0
  79. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-body-more-items-hint-template/public-api.mjs +2 -0
  80. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-option-template/combobox-option-template.directive.mjs +3 -3
  81. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-selected-option-template/combobox-selected-option-template.directive.mjs +3 -3
  82. package/esm2022/lib/components/forms/components/select/components/combobox/directives/public-api.mjs +2 -1
  83. package/esm2022/lib/components/forms/components/select/components/combobox/partials/combobox-body/combobox-body.component.mjs +6 -6
  84. package/esm2022/lib/components/forms/components/select/components/combobox/partials/combobox-option/combobox-option.component.mjs +3 -3
  85. package/esm2022/lib/components/forms/components/select/components/combobox/types/combobox.types.mjs +1 -1
  86. package/esm2022/lib/components/forms/components/select/components/native-select/components/native-select/native-select.component.mjs +3 -3
  87. package/esm2022/lib/components/forms/components/select/components/native-select/directives/native-select-input/native-select-input.directive.mjs +3 -3
  88. package/esm2022/lib/components/forms/components/select/components/native-select/directives/native-select-option/native-select-option.directive.mjs +3 -3
  89. package/esm2022/lib/components/forms/components/select/components/native-select/partials/native-select-option/native-select-option.component.mjs +3 -3
  90. package/esm2022/lib/components/forms/components/select/components/select/components/select/select.component.mjs +3 -3
  91. package/esm2022/lib/components/forms/components/select/components/select/directives/select/select.directive.mjs +3 -3
  92. package/esm2022/lib/components/forms/components/select/components/select/directives/select-body/select-body.directive.mjs +3 -3
  93. package/esm2022/lib/components/forms/components/select/components/select/directives/select-option/select-option.directive.mjs +3 -3
  94. package/esm2022/lib/components/forms/components/select/components/select/partials/select-body/select-body.component.mjs +3 -3
  95. package/esm2022/lib/components/forms/components/select/components/select/partials/select-option/select-option.component.mjs +3 -3
  96. package/esm2022/lib/components/forms/components/select/components/select-field/select-field.component.mjs +3 -3
  97. package/esm2022/lib/components/forms/components/select/directives/select-field/select-field.directive.mjs +3 -3
  98. package/esm2022/lib/components/forms/components/selection-list/components/selection-list-field/selection-list-field.component.mjs +3 -3
  99. package/esm2022/lib/components/forms/components/selection-list/components/selection-list-option/selection-list-option.component.mjs +3 -3
  100. package/esm2022/lib/components/forms/components/selection-list/directives/selection-list-field/selection-list-field.directive.mjs +3 -3
  101. package/esm2022/lib/components/forms/components/selection-list/directives/selection-list-option/selection-list-option.directive.mjs +3 -3
  102. package/esm2022/lib/components/forms/components/slide-toggle/components/slide-toggle/slide-toggle.component.mjs +3 -3
  103. package/esm2022/lib/components/forms/components/slide-toggle/components/slide-toggle-field/slide-toggle-field.component.mjs +3 -3
  104. package/esm2022/lib/components/forms/components/slide-toggle/directives/slide-toggle/slide-toggle.directive.mjs +3 -3
  105. package/esm2022/lib/components/forms/components/slider/components/slider/slider.component.mjs +3 -3
  106. package/esm2022/lib/components/forms/components/slider/components/slider-field/slider-field.component.mjs +3 -3
  107. package/esm2022/lib/components/forms/directives/dynamic-form-field/dynamic-form-field.directive.mjs +3 -3
  108. package/esm2022/lib/components/forms/directives/dynamic-form-group/dynamic-form-group.directive.mjs +3 -3
  109. package/esm2022/lib/components/forms/directives/expose-input-vars/expose-input-vars.directive.mjs +3 -3
  110. package/esm2022/lib/components/forms/directives/if-input-empty/if-input-empty.directive.mjs +3 -3
  111. package/esm2022/lib/components/forms/directives/if-input-filled/if-input-filled.directive.mjs +3 -3
  112. package/esm2022/lib/components/forms/directives/input/input.directive.mjs +3 -3
  113. package/esm2022/lib/components/forms/directives/input-prefix/input-prefix.directive.mjs +3 -3
  114. package/esm2022/lib/components/forms/directives/input-suffix/input-suffix.directive.mjs +3 -3
  115. package/esm2022/lib/components/forms/directives/native-input-ref/native-input-ref.directive.mjs +3 -3
  116. package/esm2022/lib/components/forms/directives/static-form-field/static-form-field.directive.mjs +3 -3
  117. package/esm2022/lib/components/forms/directives/static-form-group/static-form-group.directive.mjs +3 -3
  118. package/esm2022/lib/components/forms/directives/writeable-input/writeable-input.directive.mjs +3 -3
  119. package/esm2022/lib/components/forms/services/default-validator-errors.service.mjs +3 -3
  120. package/esm2022/lib/components/forms/services/form-field-state.service.mjs +3 -3
  121. package/esm2022/lib/components/forms/services/form-group-state.service.mjs +3 -3
  122. package/esm2022/lib/components/forms/services/input-state.service.mjs +3 -3
  123. package/esm2022/lib/components/forms/utils/decorated-form-field.base.mjs +3 -3
  124. package/esm2022/lib/components/forms/utils/decorated-input.base.mjs +3 -3
  125. package/esm2022/lib/components/forms/utils/input.base.mjs +3 -3
  126. package/esm2022/lib/components/icons/chevron-icon/chevron-icon.component.mjs +3 -3
  127. package/esm2022/lib/components/masonry/components/masonry/masonry.component.mjs +3 -3
  128. package/esm2022/lib/components/masonry/partials/masonry-item/masonry-item.component.mjs +3 -3
  129. package/esm2022/lib/components/overlay/components/bottom-sheet/components/bottom-sheet-container/bottom-sheet-container.component.mjs +3 -3
  130. package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-container-base/bottom-sheet-container-base.component.mjs +3 -3
  131. package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-drag-handle/bottom-sheet-drag-handle.component.mjs +3 -3
  132. package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-title/bottom-sheet-title.directive.mjs +3 -3
  133. package/esm2022/lib/components/overlay/components/bottom-sheet/services/bottom-sheet-base.service.mjs +3 -3
  134. package/esm2022/lib/components/overlay/components/bottom-sheet/services/bottom-sheet-swipe-handler.service.mjs +12 -6
  135. package/esm2022/lib/components/overlay/components/bottom-sheet/services/bottom-sheet.service.mjs +7 -4
  136. package/esm2022/lib/components/overlay/components/dialog/components/dialog-container/dialog-container.component.mjs +3 -3
  137. package/esm2022/lib/components/overlay/components/dialog/partials/dialog-close/dialog-close.directive.mjs +3 -3
  138. package/esm2022/lib/components/overlay/components/dialog/partials/dialog-container-base/dialog-container-base.component.mjs +3 -3
  139. package/esm2022/lib/components/overlay/components/dialog/partials/dialog-title/dialog-title.directive.mjs +3 -3
  140. package/esm2022/lib/components/overlay/components/dialog/services/dialog-base.service.mjs +3 -3
  141. package/esm2022/lib/components/overlay/components/dialog/services/dialog.service.mjs +7 -4
  142. package/esm2022/lib/components/overlay/components/menu/context-menu-trigger.mjs +6 -6
  143. package/esm2022/lib/components/overlay/components/menu/menu-aim.mjs +6 -6
  144. package/esm2022/lib/components/overlay/components/menu/menu-bar.mjs +3 -3
  145. package/esm2022/lib/components/overlay/components/menu/menu-base.mjs +3 -3
  146. package/esm2022/lib/components/overlay/components/menu/menu-group.mjs +3 -3
  147. package/esm2022/lib/components/overlay/components/menu/menu-item-checkbox.mjs +3 -3
  148. package/esm2022/lib/components/overlay/components/menu/menu-item-radio.mjs +3 -3
  149. package/esm2022/lib/components/overlay/components/menu/menu-item-selectable.mjs +3 -3
  150. package/esm2022/lib/components/overlay/components/menu/menu-item.mjs +3 -3
  151. package/esm2022/lib/components/overlay/components/menu/menu-module.mjs +4 -4
  152. package/esm2022/lib/components/overlay/components/menu/menu-stack.mjs +3 -3
  153. package/esm2022/lib/components/overlay/components/menu/menu-trigger-base.mjs +3 -3
  154. package/esm2022/lib/components/overlay/components/menu/menu-trigger.mjs +3 -3
  155. package/esm2022/lib/components/overlay/components/menu/menu.mjs +3 -3
  156. package/esm2022/lib/components/overlay/components/overlay/components/index.mjs +2 -0
  157. package/esm2022/lib/components/overlay/components/overlay/components/overlay-container/overlay-container.component.mjs +268 -0
  158. package/esm2022/lib/components/overlay/components/overlay/components/overlay-container/public-api.mjs +2 -0
  159. package/esm2022/lib/components/overlay/components/overlay/components/public-api.mjs +2 -0
  160. package/esm2022/lib/components/overlay/components/overlay/constants/index.mjs +2 -0
  161. package/esm2022/lib/components/overlay/components/overlay/constants/overlay.constants.mjs +36 -0
  162. package/esm2022/lib/components/overlay/components/overlay/constants/public-api.mjs +2 -0
  163. package/esm2022/lib/components/overlay/components/overlay/overlay.imports.mjs +10 -0
  164. package/esm2022/lib/components/overlay/components/overlay/partials/index.mjs +2 -0
  165. package/esm2022/lib/components/overlay/components/overlay/partials/overlay-close/overlay-close.directive.mjs +61 -0
  166. package/esm2022/lib/components/overlay/components/overlay/partials/overlay-close/public-api.mjs +2 -0
  167. package/esm2022/lib/components/overlay/components/overlay/partials/overlay-title/overlay-title.directive.mjs +39 -0
  168. package/esm2022/lib/components/overlay/components/overlay/partials/overlay-title/public-api.mjs +2 -0
  169. package/esm2022/lib/components/overlay/components/overlay/partials/public-api.mjs +3 -0
  170. package/esm2022/lib/components/overlay/components/overlay/public-api.mjs +8 -0
  171. package/esm2022/lib/components/overlay/components/overlay/services/index.mjs +2 -0
  172. package/esm2022/lib/components/overlay/components/overlay/services/overlay.service.mjs +182 -0
  173. package/esm2022/lib/components/overlay/components/overlay/services/public-api.mjs +2 -0
  174. package/esm2022/lib/components/overlay/components/overlay/types/index.mjs +2 -0
  175. package/esm2022/lib/components/overlay/components/overlay/types/overlay.types.mjs +6 -0
  176. package/esm2022/lib/components/overlay/components/overlay/types/public-api.mjs +2 -0
  177. package/esm2022/lib/components/overlay/components/overlay/utils/index.mjs +2 -0
  178. package/esm2022/lib/components/overlay/components/overlay/utils/overlay-config.mjs +7 -0
  179. package/esm2022/lib/components/overlay/components/overlay/utils/overlay-position-builder.mjs +151 -0
  180. package/esm2022/lib/components/overlay/components/overlay/utils/overlay-ref.mjs +119 -0
  181. package/esm2022/lib/components/overlay/components/overlay/utils/overlay.utils.mjs +13 -0
  182. package/esm2022/lib/components/overlay/components/overlay/utils/public-api.mjs +5 -0
  183. package/esm2022/lib/components/overlay/components/public-api.mjs +2 -1
  184. package/esm2022/lib/components/overlay/components/toggletip/components/toggletip/toggletip.component.mjs +3 -3
  185. package/esm2022/lib/components/overlay/components/toggletip/directives/toggletip/toggletip.directive.mjs +3 -3
  186. package/esm2022/lib/components/overlay/components/tooltip/components/tooltip/tooltip.component.mjs +3 -3
  187. package/esm2022/lib/components/overlay/components/tooltip/directives/tooltip/tooltip.directive.mjs +3 -3
  188. package/esm2022/lib/components/overlay/directives/dynamic-overlay-title/dynamic-overlay-title.directive.mjs +3 -3
  189. package/esm2022/lib/components/overlay/services/dynamic-overlay.service.mjs +3 -3
  190. package/esm2022/lib/components/pagination/components/pagination/pagination.component.mjs +5 -5
  191. package/esm2022/lib/components/pagination/partials/pagination-link/pagination-link.directive.mjs +3 -3
  192. package/esm2022/lib/components/pagination/services/pagination-head.service.mjs +3 -3
  193. package/esm2022/lib/components/picture/picture-data.directive.mjs +3 -3
  194. package/esm2022/lib/components/picture/picture.component.mjs +3 -3
  195. package/esm2022/lib/components/progress-spinner/progress-spinner.component.mjs +3 -3
  196. package/esm2022/lib/components/public-api.mjs +2 -1
  197. package/esm2022/lib/components/query-error/components/query-error/query-error.component.mjs +3 -3
  198. package/esm2022/lib/components/query-error/directives/query-error/query-error.directive.mjs +3 -3
  199. package/esm2022/lib/components/scrollable/components/scrollable/scrollable.component.mjs +3 -3
  200. package/esm2022/lib/components/skeleton/components/skeleton/skeleton.component.mjs +3 -3
  201. package/esm2022/lib/components/skeleton/partials/skeleton-item/skeleton-item.component.mjs +3 -3
  202. package/esm2022/lib/components/sort/components/sort-header/sort-header.component.mjs +3 -3
  203. package/esm2022/lib/components/sort/partials/sort/sort.directive.mjs +3 -3
  204. package/esm2022/lib/components/sort/services/sort-header-intl.mjs +3 -3
  205. package/esm2022/lib/components/table/components/table/table.component.mjs +3 -3
  206. package/esm2022/lib/components/table/partials/cells/cell/cell.directive.mjs +3 -3
  207. package/esm2022/lib/components/table/partials/cells/cell-def/cell-def.directive.mjs +3 -3
  208. package/esm2022/lib/components/table/partials/cells/column-def/column-def.directive.mjs +3 -3
  209. package/esm2022/lib/components/table/partials/cells/footer-cell/footer-cell.directive.mjs +3 -3
  210. package/esm2022/lib/components/table/partials/cells/footer-cell-def/footer-cell-def.directive.mjs +3 -3
  211. package/esm2022/lib/components/table/partials/cells/header-cell/header-cell.directive.mjs +3 -3
  212. package/esm2022/lib/components/table/partials/cells/header-cell-def/header-cell-def.directive.mjs +3 -3
  213. package/esm2022/lib/components/table/partials/cells/text-column/text-column.component.mjs +3 -3
  214. package/esm2022/lib/components/table/partials/rows/footer-row/footer-row.component.mjs +3 -3
  215. package/esm2022/lib/components/table/partials/rows/footer-row-def/footer-row-def.directive.mjs +3 -3
  216. package/esm2022/lib/components/table/partials/rows/header-row/header-row.component.mjs +3 -3
  217. package/esm2022/lib/components/table/partials/rows/header-row-def/header-row-def.directive.mjs +3 -3
  218. package/esm2022/lib/components/table/partials/rows/no-data-row/no-data-row.directive.mjs +3 -3
  219. package/esm2022/lib/components/table/partials/rows/recycle-rows/recycle-rows.directive.mjs +3 -3
  220. package/esm2022/lib/components/table/partials/rows/row/row.component.mjs +3 -3
  221. package/esm2022/lib/components/table/partials/rows/row-def/row-def.directive.mjs +3 -3
  222. package/esm2022/lib/components/table/partials/table-busy/table-busy.directive.mjs +3 -3
  223. package/esm2022/lib/components/table/partials/table-busy-outlet/table-busy-outlet.directive.mjs +3 -3
  224. package/esm2022/lib/components/tabs/components/inline-tabs/inline-tabs.component.mjs +3 -3
  225. package/esm2022/lib/components/tabs/components/nav-tabs/nav-tabs.component.mjs +3 -3
  226. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab/inline-tab.component.mjs +3 -3
  227. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-body/inline-tab-body.component.mjs +3 -3
  228. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-body-host/inline-tab-body-host.directive.mjs +3 -3
  229. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-content/inline-tab-content.directive.mjs +3 -3
  230. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-header/inline-tab-header.component.mjs +3 -3
  231. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-label/inline-tab-label.directive.mjs +3 -3
  232. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-label-wrapper/inline-tab-label-wrapper.directive.mjs +3 -3
  233. package/esm2022/lib/components/tabs/partials/nav-tabs/nav-tab-link/nav-tab-link.directive.mjs +3 -3
  234. package/esm2022/lib/components/tabs/partials/nav-tabs/nav-tabs-outlet/nav-tabs-outlet.component.mjs +3 -3
  235. package/esm2022/lib/components/tabs/utils/active-tab-underline.util.mjs +3 -3
  236. package/esm2022/lib/components/tabs/utils/paginated-tab-header.directive.mjs +3 -3
  237. package/esm2022/lib/services/swipe-handler.service.mjs +28 -14
  238. package/esm2022/lib/types/swipe.types.mjs +1 -1
  239. package/fesm2022/ethlete-cdk.mjs +1648 -606
  240. package/fesm2022/ethlete-cdk.mjs.map +1 -1
  241. package/lib/components/filter-overlay/components/filter-overlay-page-outlet/filter-overlay-page-outlet.component.d.ts +5 -0
  242. package/lib/components/filter-overlay/components/filter-overlay-page-outlet/public-api.d.ts +1 -0
  243. package/lib/components/filter-overlay/components/index.d.ts +1 -0
  244. package/lib/components/filter-overlay/components/public-api.d.ts +1 -0
  245. package/lib/components/filter-overlay/directives/filter-overlay-link/filter-overlay-link.directive.d.ts +7 -0
  246. package/lib/components/filter-overlay/directives/filter-overlay-link/public-api.d.ts +1 -0
  247. package/lib/components/filter-overlay/directives/filter-overlay-reset/filter-overlay-reset.directive.d.ts +7 -0
  248. package/lib/components/filter-overlay/directives/filter-overlay-reset/public-api.d.ts +1 -0
  249. package/lib/components/filter-overlay/directives/filter-overlay-submit/filter-overlay-submit.directive.d.ts +7 -0
  250. package/lib/components/filter-overlay/directives/filter-overlay-submit/public-api.d.ts +1 -0
  251. package/lib/components/filter-overlay/directives/index.d.ts +1 -0
  252. package/lib/components/filter-overlay/directives/public-api.d.ts +3 -0
  253. package/lib/components/filter-overlay/filter-overlay.imports.d.ts +3 -0
  254. package/lib/components/filter-overlay/public-api.d.ts +3 -0
  255. package/lib/components/forms/components/select/components/combobox/components/combobox/combobox.component.d.ts +1 -1
  256. package/lib/components/forms/components/select/components/combobox/constants/combobox.constants.d.ts +1 -1
  257. package/lib/components/forms/components/select/components/combobox/directives/combobox/combobox.directive.d.ts +22 -2
  258. package/lib/components/forms/components/select/components/combobox/directives/combobox-body-more-items-hint-template/combobox-body-more-items-hint-template.directive.d.ts +8 -0
  259. package/lib/components/forms/components/select/components/combobox/directives/combobox-body-more-items-hint-template/index.d.ts +1 -0
  260. package/lib/components/forms/components/select/components/combobox/directives/combobox-body-more-items-hint-template/public-api.d.ts +1 -0
  261. package/lib/components/forms/components/select/components/combobox/directives/public-api.d.ts +1 -0
  262. package/lib/components/forms/components/select/components/combobox/types/combobox.types.d.ts +9 -1
  263. package/lib/components/overlay/components/bottom-sheet/services/bottom-sheet.service.d.ts +3 -0
  264. package/lib/components/overlay/components/dialog/services/dialog.service.d.ts +3 -0
  265. package/lib/components/overlay/components/overlay/components/index.d.ts +1 -0
  266. package/lib/components/overlay/components/overlay/components/overlay-container/overlay-container.component.d.ts +26 -0
  267. package/lib/components/overlay/components/overlay/components/overlay-container/public-api.d.ts +1 -0
  268. package/lib/components/overlay/components/overlay/components/public-api.d.ts +1 -0
  269. package/lib/components/overlay/components/overlay/constants/index.d.ts +1 -0
  270. package/lib/components/overlay/components/overlay/constants/overlay.constants.d.ts +15 -0
  271. package/lib/components/overlay/components/overlay/constants/public-api.d.ts +1 -0
  272. package/lib/components/overlay/components/overlay/overlay.imports.d.ts +14 -0
  273. package/lib/components/overlay/components/overlay/partials/index.d.ts +1 -0
  274. package/lib/components/overlay/components/overlay/partials/overlay-close/overlay-close.directive.d.ts +15 -0
  275. package/lib/components/overlay/components/overlay/partials/overlay-close/public-api.d.ts +1 -0
  276. package/lib/components/overlay/components/overlay/partials/overlay-title/overlay-title.directive.d.ts +11 -0
  277. package/lib/components/overlay/components/overlay/partials/overlay-title/public-api.d.ts +1 -0
  278. package/lib/components/overlay/components/overlay/partials/public-api.d.ts +2 -0
  279. package/lib/components/overlay/components/overlay/public-api.d.ts +7 -0
  280. package/lib/components/overlay/components/overlay/services/index.d.ts +1 -0
  281. package/lib/components/overlay/components/overlay/services/overlay.service.d.ts +31 -0
  282. package/lib/components/overlay/components/overlay/services/public-api.d.ts +1 -0
  283. package/lib/components/overlay/components/overlay/types/index.d.ts +1 -0
  284. package/lib/components/overlay/components/overlay/types/overlay.types.d.ts +175 -0
  285. package/lib/components/overlay/components/overlay/types/public-api.d.ts +1 -0
  286. package/lib/components/overlay/components/overlay/utils/index.d.ts +1 -0
  287. package/lib/components/overlay/components/overlay/utils/overlay-config.d.ts +2 -0
  288. package/lib/components/overlay/components/overlay/utils/overlay-position-builder.d.ts +89 -0
  289. package/lib/components/overlay/components/overlay/utils/overlay-ref.d.ts +34 -0
  290. package/lib/components/overlay/components/overlay/utils/overlay.utils.d.ts +8 -0
  291. package/lib/components/overlay/components/overlay/utils/public-api.d.ts +4 -0
  292. package/lib/components/overlay/components/public-api.d.ts +1 -0
  293. package/lib/components/public-api.d.ts +1 -0
  294. package/lib/services/swipe-handler.service.d.ts +4 -4
  295. package/lib/types/swipe.types.d.ts +6 -2
  296. package/package.json +3 -3
  297. package/src/lib/styles/cdk.css +5 -0
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class FilterOverlayPageOutletComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<FilterOverlayPageOutletComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<FilterOverlayPageOutletComponent, "et-filter-overlay-page-outlet", never, {}, {}, never, never, true, never>;
5
+ }
@@ -0,0 +1 @@
1
+ export * from './filter-overlay-page-outlet.component';
@@ -0,0 +1 @@
1
+ export * from './public-api';
@@ -0,0 +1 @@
1
+ export * from './filter-overlay-page-outlet/public-api';
@@ -0,0 +1,7 @@
1
+ import { InjectionToken } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare const FILTER_OVERLAY_LINK_TOKEN: InjectionToken<FilterOverlayLinkDirective>;
4
+ export declare class FilterOverlayLinkDirective {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<FilterOverlayLinkDirective, never>;
6
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FilterOverlayLinkDirective, "[etFilterOverlayLink]", never, {}, {}, never, never, true, never>;
7
+ }
@@ -0,0 +1 @@
1
+ export * from './filter-overlay-link.directive';
@@ -0,0 +1,7 @@
1
+ import { InjectionToken } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare const FILTER_OVERLAY_RESET_TOKEN: InjectionToken<FilterOverlayResetDirective>;
4
+ export declare class FilterOverlayResetDirective {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<FilterOverlayResetDirective, never>;
6
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FilterOverlayResetDirective, "[etFilterOverlayReset]", never, {}, {}, never, never, true, never>;
7
+ }
@@ -0,0 +1 @@
1
+ export * from './filter-overlay-reset.directive';
@@ -0,0 +1,7 @@
1
+ import { InjectionToken } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare const FILTER_OVERLAY_SUBMIT_TOKEN: InjectionToken<FilterOverlaySubmitDirective>;
4
+ export declare class FilterOverlaySubmitDirective {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<FilterOverlaySubmitDirective, never>;
6
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FilterOverlaySubmitDirective, "[etFilterOverlaySubmit]", never, {}, {}, never, never, true, never>;
7
+ }
@@ -0,0 +1 @@
1
+ export * from './filter-overlay-submit.directive';
@@ -0,0 +1 @@
1
+ export * from './public-api';
@@ -0,0 +1,3 @@
1
+ export * from './filter-overlay-link/public-api';
2
+ export * from './filter-overlay-reset/public-api';
3
+ export * from './filter-overlay-submit/public-api';
@@ -0,0 +1,3 @@
1
+ import { FilterOverlayPageOutletComponent } from './components';
2
+ import { FilterOverlayLinkDirective, FilterOverlayResetDirective, FilterOverlaySubmitDirective } from './directives';
3
+ export declare const FilterOverlayImports: readonly [typeof FilterOverlayPageOutletComponent, typeof FilterOverlayLinkDirective, typeof FilterOverlayResetDirective, typeof FilterOverlaySubmitDirective];
@@ -0,0 +1,3 @@
1
+ export * from './components/public-api';
2
+ export * from './directives/public-api';
3
+ export * from './filter-overlay.imports';
@@ -8,5 +8,5 @@ export declare class ComboboxComponent extends DecoratedInputBase {
8
8
  protected readonly combobox: ComboboxDirective;
9
9
  constructor();
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<ComboboxComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<ComboboxComponent, "et-combobox", never, {}, {}, never, ["[etInputPrefix]", "[etInputSuffix]", "*"], true, [{ directive: typeof i1.AnimatedOverlayDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.InputDirective; inputs: { "placeholder": "placeholder"; }; outputs: {}; }, { directive: typeof i3.ComboboxDirective; inputs: { "options": "options"; "initialValue": "initialValue"; "filterInternal": "filterInternal"; "loading": "loading"; "error": "error"; "emptyText": "emptyText"; "placeholder": "placeholder"; "multiple": "multiple"; "bindLabel": "bindLabel"; "bindValue": "bindValue"; "allowCustomValues": "allowCustomValues"; "selectedOptionComponent": "selectedOptionComponent"; "optionComponent": "optionComponent"; "bodyErrorComponent": "bodyErrorComponent"; "bodyLoadingComponent": "bodyLoadingComponent"; "bodyEmptyComponent": "bodyEmptyComponent"; }; outputs: { "filterChange": "filterChange"; }; }]>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<ComboboxComponent, "et-combobox", never, {}, {}, never, ["[etInputPrefix]", "[etInputSuffix]", "*"], true, [{ directive: typeof i1.AnimatedOverlayDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.InputDirective; inputs: { "placeholder": "placeholder"; }; outputs: {}; }, { directive: typeof i3.ComboboxDirective; inputs: { "options": "options"; "initialValue": "initialValue"; "filterInternal": "filterInternal"; "loading": "loading"; "error": "error"; "emptyText": "emptyText"; "placeholder": "placeholder"; "multiple": "multiple"; "bindLabel": "bindLabel"; "bindValue": "bindValue"; "allowCustomValues": "allowCustomValues"; "selectedOptionComponent": "selectedOptionComponent"; "optionComponent": "optionComponent"; "bodyErrorComponent": "bodyErrorComponent"; "bodyLoadingComponent": "bodyLoadingComponent"; "bodyEmptyComponent": "bodyEmptyComponent"; "bodyMoreItemsHintComponent": "bodyMoreItemsHintComponent"; "showBodyMoreItemsHint": "showBodyMoreItemsHint"; }; outputs: { "filterChange": "filterChange"; }; }]>;
12
12
  }
@@ -2,5 +2,5 @@ import { InjectionToken } from '@angular/core';
2
2
  import { ComboboxConfig } from '../types';
3
3
  export declare const COMBOBOX_CONFIG_TOKEN: InjectionToken<ComboboxConfig>;
4
4
  export declare const COMBOBOX_DEFAULT_CONFIG: {
5
- emptyText: string;
5
+ bodyEmptyText: string;
6
6
  };
@@ -35,7 +35,16 @@ export declare class ComboboxDirective implements OnInit {
35
35
  get error(): unknown;
36
36
  set error(value: unknown);
37
37
  private _error$;
38
- emptyText: string;
38
+ /**
39
+ * @deprecated Use `bodyEmptyText` instead. Will be removed in v4.
40
+ */
41
+ emptyText?: string;
42
+ bodyEmptyText?: string;
43
+ bodyMoreItemsHintText?: string;
44
+ /**
45
+ * To be removed in v4.
46
+ */
47
+ get _tempEmptyText(): string;
39
48
  get placeholder(): string | null;
40
49
  set placeholder(value: string | null);
41
50
  private _placeholder$;
@@ -46,6 +55,9 @@ export declare class ComboboxDirective implements OnInit {
46
55
  get allowCustomValues(): boolean;
47
56
  set allowCustomValues(value: unknown);
48
57
  private _allowCustomValues$;
58
+ get showBodyMoreItemsHint(): boolean;
59
+ set showBodyMoreItemsHint(value: boolean);
60
+ private _showBodyMoreItemsHint$;
49
61
  get optionComponent(): ComponentWithOption | null;
50
62
  set optionComponent(component: ComponentWithOption | null);
51
63
  private readonly _optionComponent$;
@@ -61,6 +73,9 @@ export declare class ComboboxDirective implements OnInit {
61
73
  get bodyEmptyComponent(): ComponentType<unknown> | null;
62
74
  set bodyEmptyComponent(value: ComponentType<unknown> | null);
63
75
  private _bodyEmptyComponent$;
76
+ get bodyMoreItemsHintComponent(): ComponentType<unknown> | null;
77
+ set bodyMoreItemsHintComponent(value: ComponentType<unknown> | null);
78
+ private _bodyMoreItemsHintComponent$;
64
79
  protected readonly filterChange: EventEmitter<string>;
65
80
  private _shouldIgnoreNextBlurEvent;
66
81
  private _deletedSearchWithKeyPress;
@@ -88,6 +103,8 @@ export declare class ComboboxDirective implements OnInit {
88
103
  private readonly _bodyErrorTemplate$;
89
104
  set bodyEmptyTemplate(value: TemplateRef<unknown> | undefined);
90
105
  private readonly _bodyEmptyTemplate$;
106
+ set bodyMoreItemsHintTemplate(value: TemplateRef<unknown> | undefined);
107
+ private readonly _bodyMoreItemsHintTemplate$;
91
108
  readonly _bindings: import("@ethlete/core").ReactiveBindingResult;
92
109
  private _comboboxBodyComponent;
93
110
  readonly customOptionTpl$: import("rxjs").Observable<TemplateRefWithOption | null>;
@@ -100,6 +117,8 @@ export declare class ComboboxDirective implements OnInit {
100
117
  readonly customBodyErrorComponent$: import("rxjs").Observable<ComponentWithError | null>;
101
118
  readonly customBodyEmptyTpl$: import("rxjs").Observable<TemplateRef<unknown> | null>;
102
119
  readonly customBodyEmptyComponent$: import("rxjs").Observable<ComponentType<unknown> | null>;
120
+ readonly customBodyMoreItemsHintTpl$: import("rxjs").Observable<TemplateRef<unknown> | null>;
121
+ readonly customBodyMoreItemsHintComponent$: import("rxjs").Observable<ComponentType<unknown> | null>;
103
122
  constructor();
104
123
  ngOnInit(): void;
105
124
  setBodyComponent(component: ComponentType<AbstractComboboxBody>): void;
@@ -126,5 +145,6 @@ export declare class ComboboxDirective implements OnInit {
126
145
  private _debugValidateComboboxConfig;
127
146
  private _debugValidateOptionAndInitialValueSchema;
128
147
  static ɵfac: i0.ɵɵFactoryDeclaration<ComboboxDirective, never>;
129
- static ɵdir: i0.ɵɵDirectiveDeclaration<ComboboxDirective, never, never, { "options": { "alias": "options"; "required": true; }; "initialValue": { "alias": "initialValue"; "required": false; }; "filterInternal": { "alias": "filterInternal"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "error": { "alias": "error"; "required": false; }; "emptyText": { "alias": "emptyText"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "bindLabel": { "alias": "bindLabel"; "required": false; }; "bindValue": { "alias": "bindValue"; "required": false; }; "bindKey": { "alias": "bindKey"; "required": false; }; "allowCustomValues": { "alias": "allowCustomValues"; "required": false; }; "optionComponent": { "alias": "optionComponent"; "required": false; }; "selectedOptionComponent": { "alias": "selectedOptionComponent"; "required": false; }; "bodyErrorComponent": { "alias": "bodyErrorComponent"; "required": false; }; "bodyLoadingComponent": { "alias": "bodyLoadingComponent"; "required": false; }; "bodyEmptyComponent": { "alias": "bodyEmptyComponent"; "required": false; }; }, { "filterChange": "filterChange"; }, ["optionTemplate", "selectedOptionTemplate", "bodyLoadingTemplate", "bodyErrorTemplate", "bodyEmptyTemplate"], never, true, never>;
148
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ComboboxDirective, never, never, { "options": { "alias": "options"; "required": true; }; "initialValue": { "alias": "initialValue"; "required": false; }; "filterInternal": { "alias": "filterInternal"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "error": { "alias": "error"; "required": false; }; "emptyText": { "alias": "emptyText"; "required": false; }; "bodyEmptyText": { "alias": "bodyEmptyText"; "required": false; }; "bodyMoreItemsHintText": { "alias": "bodyMoreItemsHintText"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "bindLabel": { "alias": "bindLabel"; "required": false; }; "bindValue": { "alias": "bindValue"; "required": false; }; "bindKey": { "alias": "bindKey"; "required": false; }; "allowCustomValues": { "alias": "allowCustomValues"; "required": false; }; "showBodyMoreItemsHint": { "alias": "showBodyMoreItemsHint"; "required": false; }; "optionComponent": { "alias": "optionComponent"; "required": false; }; "selectedOptionComponent": { "alias": "selectedOptionComponent"; "required": false; }; "bodyErrorComponent": { "alias": "bodyErrorComponent"; "required": false; }; "bodyLoadingComponent": { "alias": "bodyLoadingComponent"; "required": false; }; "bodyEmptyComponent": { "alias": "bodyEmptyComponent"; "required": false; }; "bodyMoreItemsHintComponent": { "alias": "bodyMoreItemsHintComponent"; "required": false; }; }, { "filterChange": "filterChange"; }, ["optionTemplate", "selectedOptionTemplate", "bodyLoadingTemplate", "bodyErrorTemplate", "bodyEmptyTemplate", "bodyMoreItemsHintTemplate"], never, true, never>;
149
+ static ngAcceptInputType_showBodyMoreItemsHint: unknown;
130
150
  }
@@ -0,0 +1,8 @@
1
+ import { InjectionToken, TemplateRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare const COMBOBOX_BODY_MORE_ITEMS_HINT_TEMPLATE_TOKEN: InjectionToken<ComboboxBodyMoreItemsHintTemplateDirective>;
4
+ export declare class ComboboxBodyMoreItemsHintTemplateDirective {
5
+ readonly template: TemplateRef<any>;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<ComboboxBodyMoreItemsHintTemplateDirective, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ComboboxBodyMoreItemsHintTemplateDirective, "ng-template[etComboboxBodyMoreItemsHintTemplate]", ["etComboboxBodyMoreItemsHintTemplate"], {}, {}, never, never, true, never>;
8
+ }
@@ -0,0 +1 @@
1
+ export * from './combobox-body-more-items-hint-template.directive';
@@ -1,6 +1,7 @@
1
1
  export * from './combobox-body-empty-template/public-api';
2
2
  export * from './combobox-body-error-template/public-api';
3
3
  export * from './combobox-body-loading-template/public-api';
4
+ export * from './combobox-body-more-items-hint-template/public-api';
4
5
  export * from './combobox-option-template/public-api';
5
6
  export * from './combobox-selected-option-template/public-api';
6
7
  export * from './combobox/public-api';
@@ -21,10 +21,18 @@ export interface ComboboxConfig {
21
21
  * A component used to display the empty state inside the body
22
22
  */
23
23
  bodyEmptyComponent?: ComponentType<unknown>;
24
+ /**
25
+ * A component used to display the hint inside the body when there are more items than the ones displayed
26
+ */
27
+ bodyMoreItemsHintComponent?: ComponentType<unknown>;
28
+ /**
29
+ * @deprecated Use `bodyEmptyText` instead. Will be removed in v4.
30
+ */
31
+ emptyText?: string;
24
32
  /**
25
33
  * The text to display when the body is empty and no custom empty component is provided
26
34
  *
27
35
  * @default 'No results found'
28
36
  */
29
- emptyText?: string;
37
+ bodyEmptyText?: string;
30
38
  }
@@ -4,6 +4,9 @@ import { BottomSheetContainerComponent } from '../components';
4
4
  import { BottomSheetConfig } from '../types';
5
5
  import { BottomSheetServiceBase } from './bottom-sheet-base.service';
6
6
  import * as i0 from "@angular/core";
7
+ /**
8
+ * @deprecated Use `OverlayService` instead. Will be removed in v4.
9
+ */
7
10
  export declare class BottomSheetService extends BottomSheetServiceBase<BottomSheetContainerComponent> {
8
11
  constructor(overlay: Overlay, injector: Injector, defaultOptions: BottomSheetConfig, scrollStrategy: () => ScrollStrategy, parentBottomSheetService: BottomSheetService);
9
12
  static ɵfac: i0.ɵɵFactoryDeclaration<BottomSheetService, [null, null, { optional: true; }, null, { optional: true; skipSelf: true; }]>;
@@ -4,6 +4,9 @@ import { DialogContainerComponent } from '../components';
4
4
  import { DialogConfig } from '../types';
5
5
  import { DialogServiceBase } from './dialog-base.service';
6
6
  import * as i0 from "@angular/core";
7
+ /**
8
+ * @deprecated Use `OverlayService` instead. Will be removed in v4.
9
+ */
7
10
  export declare class DialogService extends DialogServiceBase<DialogContainerComponent> {
8
11
  constructor(overlay: Overlay, injector: Injector, defaultOptions: DialogConfig, scrollStrategy: () => ScrollStrategy, parentDialogService: DialogService);
9
12
  static ɵfac: i0.ɵɵFactoryDeclaration<DialogService, [null, null, { optional: true; }, null, { optional: true; skipSelf: true; }]>;
@@ -0,0 +1 @@
1
+ export * from './public-api';
@@ -0,0 +1,26 @@
1
+ import { CdkDialogContainer } from '@angular/cdk/dialog';
2
+ import { OverlayRef as CdkOverlayRef } from '@angular/cdk/overlay';
3
+ import { ElementRef } from '@angular/core';
4
+ import { AnimatedLifecycleDirective } from '@ethlete/core';
5
+ import { OverlayConfig, OverlayDragToDismissConfig } from '../../types';
6
+ import { OverlayRef } from '../../utils';
7
+ import * as i0 from "@angular/core";
8
+ import * as i1 from "@ethlete/core";
9
+ export declare class OverlayContainerComponent extends CdkDialogContainer<OverlayConfig> {
10
+ private readonly _swipeHandlerService;
11
+ private readonly _dragToDismissStop$;
12
+ readonly _animatedLifecycle: AnimatedLifecycleDirective;
13
+ readonly cdkOverlayRef: CdkOverlayRef;
14
+ overlayRef: OverlayRef | null;
15
+ readonly elementRef: ElementRef<any>;
16
+ constructor();
17
+ protected _contentAttached(): void;
18
+ protected _captureInitialFocus(): void;
19
+ protected _openAnimationDone(): void;
20
+ _enableDragToDismiss(config: OverlayDragToDismissConfig): void;
21
+ _disableDragToDismiss(): void;
22
+ private _defaultSwipeMoveStyleInterpolator;
23
+ private _defaultSwipeEndStyleInterpolator;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<OverlayContainerComponent, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<OverlayContainerComponent, "et-overlay-container", never, {}, {}, never, never, true, [{ directive: typeof i1.AnimatedLifecycleDirective; inputs: {}; outputs: {}; }]>;
26
+ }
@@ -0,0 +1 @@
1
+ export * from './overlay-container.component';
@@ -0,0 +1 @@
1
+ export * from './overlay-container/public-api';
@@ -0,0 +1 @@
1
+ export * from './public-api';
@@ -0,0 +1,15 @@
1
+ import { ScrollStrategy, ViewportRuler } from '@angular/cdk/overlay';
2
+ import { InjectionToken } from '@angular/core';
3
+ import { RouterStateService } from '@ethlete/core';
4
+ import { OverlayConfig } from '../types';
5
+ export declare const OVERLAY_DATA: InjectionToken<unknown>;
6
+ export declare const OVERLAY_DEFAULT_OPTIONS: InjectionToken<OverlayConfig<unknown>>;
7
+ export declare const OVERLAY_SCROLL_STRATEGY: InjectionToken<() => ScrollStrategy>;
8
+ export declare const OVERLAY_CONFIG: InjectionToken<OverlayConfig<unknown>>;
9
+ export declare function OVERLAY_SCROLL_STRATEGY_PROVIDER_FACTORY(ruler: ViewportRuler, routerState: RouterStateService): () => ScrollStrategy;
10
+ export declare const OVERLAY_SCROLL_STRATEGY_PROVIDER: {
11
+ provide: InjectionToken<() => ScrollStrategy>;
12
+ deps: (typeof ViewportRuler | typeof RouterStateService)[];
13
+ useFactory: typeof OVERLAY_SCROLL_STRATEGY_PROVIDER_FACTORY;
14
+ };
15
+ export declare const OVERLAY_DEFAULT_CONFIG: OverlayConfig;
@@ -0,0 +1 @@
1
+ export * from './overlay.constants';
@@ -0,0 +1,14 @@
1
+ import { Dialog } from '@angular/cdk/dialog';
2
+ import { OverlayContainerComponent } from './components';
3
+ import { OverlayCloseDirective, OverlayTitleDirective } from './partials';
4
+ import { OverlayService } from './services';
5
+ export declare const OverlayImports: readonly [typeof OverlayContainerComponent, typeof OverlayCloseDirective, typeof OverlayTitleDirective];
6
+ export declare const provideOverlay: () => (typeof Dialog | {
7
+ provide: import("@angular/core").InjectionToken<() => import("@angular/cdk/overlay").ScrollStrategy>;
8
+ deps: typeof import("@angular/cdk/overlay").Overlay[];
9
+ useFactory: typeof import("@angular/cdk/dialog").DIALOG_SCROLL_STRATEGY_PROVIDER_FACTORY;
10
+ } | {
11
+ provide: import("@angular/core").InjectionToken<() => import("@angular/cdk/overlay").ScrollStrategy>;
12
+ deps: (typeof import("@angular/cdk/scrolling").ViewportRuler | typeof import("@ethlete/core").RouterStateService)[];
13
+ useFactory: typeof import("./constants").OVERLAY_SCROLL_STRATEGY_PROVIDER_FACTORY;
14
+ } | typeof OverlayService)[];
@@ -0,0 +1 @@
1
+ export * from './public-api';
@@ -0,0 +1,15 @@
1
+ import { OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class OverlayCloseDirective implements OnInit {
4
+ private _overlayRef;
5
+ private readonly _elementRef;
6
+ private readonly _overlayService;
7
+ ariaLabel?: string;
8
+ type: 'submit' | 'button' | 'reset';
9
+ closeResult: unknown;
10
+ set _closeResult(value: unknown);
11
+ ngOnInit(): void;
12
+ _onButtonClick(event: MouseEvent): void;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<OverlayCloseDirective, never>;
14
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OverlayCloseDirective, "[et-overlay-close], [etOverlayClose]", ["etOverlayClose"], { "ariaLabel": { "alias": "aria-label"; "required": false; }; "type": { "alias": "type"; "required": false; }; "closeResult": { "alias": "et-overlay-close"; "required": false; }; "_closeResult": { "alias": "etOverlayClose"; "required": false; }; }, {}, never, never, true, never>;
15
+ }
@@ -0,0 +1 @@
1
+ export * from './overlay-close.directive';
@@ -0,0 +1,11 @@
1
+ import { OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class OverlayTitleDirective implements OnInit {
4
+ private _overlayRef;
5
+ private readonly _elementRef;
6
+ private readonly _overlayService;
7
+ id: string;
8
+ ngOnInit(): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<OverlayTitleDirective, never>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OverlayTitleDirective, "[et-overlay-title], [etOverlayTitle]", ["etOverlayTitle"], { "id": { "alias": "id"; "required": false; }; }, {}, never, never, true, never>;
11
+ }
@@ -0,0 +1 @@
1
+ export * from './overlay-title.directive';
@@ -0,0 +1,2 @@
1
+ export * from './overlay-close/public-api';
2
+ export * from './overlay-title/public-api';
@@ -0,0 +1,7 @@
1
+ export * from './components/public-api';
2
+ export * from './constants/public-api';
3
+ export * from './overlay.imports';
4
+ export * from './partials/public-api';
5
+ export * from './services/public-api';
6
+ export * from './types/public-api';
7
+ export * from './utils/public-api';
@@ -0,0 +1 @@
1
+ export * from './public-api';
@@ -0,0 +1,31 @@
1
+ import { ComponentType } from '@angular/cdk/overlay';
2
+ import { OnDestroy, TemplateRef } from '@angular/core';
3
+ import { Observable, Subject } from 'rxjs';
4
+ import { OverlayConfig } from '../types';
5
+ import { OverlayPositionBuilder, OverlayRef } from '../utils';
6
+ import * as i0 from "@angular/core";
7
+ export declare class OverlayService implements OnDestroy {
8
+ private readonly _destroy$;
9
+ private readonly _defaultOptions;
10
+ private readonly _scrollStrategy;
11
+ private readonly _parentOverlayService;
12
+ private readonly _dialog;
13
+ private readonly _viewportService;
14
+ private readonly _openOverlaysAtThisLevel;
15
+ private readonly _afterAllClosedAtThisLevel;
16
+ private readonly _afterOpenedAtThisLevel;
17
+ readonly positions: OverlayPositionBuilder;
18
+ readonly afterAllClosed: Observable<void>;
19
+ get openOverlays(): OverlayRef[];
20
+ get afterOpened(): Subject<OverlayRef>;
21
+ ngOnDestroy(): void;
22
+ open<T, D = unknown, R = unknown>(component: ComponentType<T>, config: OverlayConfig<D>): OverlayRef<T, R>;
23
+ open<T, D = unknown, R = unknown>(template: TemplateRef<T>, config: OverlayConfig<D>): OverlayRef<T, R>;
24
+ open<T, D = unknown, R = unknown>(template: ComponentType<T> | TemplateRef<T>, config: OverlayConfig<D>): OverlayRef<T, R>;
25
+ closeAll(): void;
26
+ getOverlayById(id: string): OverlayRef | undefined;
27
+ private _closeOverlays;
28
+ private _getAfterAllClosed;
29
+ static ɵfac: i0.ɵɵFactoryDeclaration<OverlayService, never>;
30
+ static ɵprov: i0.ɵɵInjectableDeclaration<OverlayService>;
31
+ }
@@ -0,0 +1 @@
1
+ export * from './overlay.service';
@@ -0,0 +1 @@
1
+ export * from './public-api';
@@ -0,0 +1,175 @@
1
+ import { Direction } from '@angular/cdk/bidi';
2
+ import { PositionStrategy, ScrollStrategy } from '@angular/cdk/overlay';
3
+ import { Injector, ViewContainerRef } from '@angular/core';
4
+ import { Breakpoint } from '@ethlete/core';
5
+ /** Options for where to set focus to automatically on overlay open */
6
+ export type OverlayAutoFocusTarget = 'dialog' | 'first-tabbable' | 'first-heading';
7
+ /** Valid ARIA roles for a overlay element. */
8
+ export type OverlayRole = 'dialog' | 'alertdialog';
9
+ /** Possible overrides for a overlay's position. */
10
+ export interface OverlayPosition {
11
+ /** Override for the overlay's top position. */
12
+ top?: string;
13
+ /** Override for the overlay's bottom position. */
14
+ bottom?: string;
15
+ /** Override for the overlay's left position. */
16
+ left?: string;
17
+ /** Override for the overlay's right position. */
18
+ right?: string;
19
+ }
20
+ export declare const OVERLAY_STATE: {
21
+ readonly OPEN: "open";
22
+ readonly CLOSING: "closing";
23
+ readonly CLOSED: "closed";
24
+ };
25
+ export type OverlayState = (typeof OVERLAY_STATE)[keyof typeof OVERLAY_STATE];
26
+ export interface OverlayDragToDismissConfig {
27
+ /** Direction in which the overlay can be dragged. */
28
+ direction: 'to-top' | 'to-bottom' | 'to-left' | 'to-right';
29
+ /**
30
+ * The minimum distance in pixels that the user must swipe to dismiss the overlay.
31
+ *
32
+ * @default 150 // 150px
33
+ */
34
+ minDistanceToDismiss?: number;
35
+ /**
36
+ * The minimum velocity in pixels per second that the user must swipe to dismiss the overlay.
37
+ *
38
+ * @default 150 // 150px/s
39
+ */
40
+ minVelocityToDismiss?: number;
41
+ }
42
+ export interface OverlayBreakpointConfig {
43
+ /** Min-width of the overlay. If a number is provided, assumes pixel units. */
44
+ minWidth?: number | string;
45
+ /** Max-width of the overlay. If a number is provided, assumes pixel units. */
46
+ maxWidth?: number | string;
47
+ /** Min-height of the overlay. If a number is provided, assumes pixel units. */
48
+ minHeight?: number | string;
49
+ /** Max-height of the overlay. If a number is provided, assumes pixel units. */
50
+ maxHeight?: number | string;
51
+ /** Width of the overlay. */
52
+ width?: number | string;
53
+ /** Height of the overlay. */
54
+ height?: number | string;
55
+ /** Position strategy to be used for the overlay. */
56
+ positionStrategy?: PositionStrategy;
57
+ /** Custom class for the overlay container. */
58
+ containerClass?: string | string[];
59
+ /** Custom class for the overlay pane. */
60
+ paneClass?: string | string[];
61
+ /** Extra CSS classes to be added to the overlay overlay container. */
62
+ overlayClass?: string | string[];
63
+ /** Custom class for the backdrop. */
64
+ backdropClass?: string | string[];
65
+ /** Position overrides. */
66
+ position?: OverlayPosition;
67
+ /** Determine if and in what direction the overlay should be able to be dragged to dismiss it. */
68
+ dragToDismiss?: OverlayDragToDismissConfig;
69
+ }
70
+ export interface OverlayBreakpointConfigEntry {
71
+ /**
72
+ * Breakpoint to apply the config for. If a number is provided, it will be used as a pixel value.
73
+ * Always uses the min-width media query.
74
+ *
75
+ * @default 'xs' // 0px
76
+ */
77
+ breakpoint?: Breakpoint | number;
78
+ /**
79
+ * Overlay configuration to be applied when the breakpoint is active.
80
+ */
81
+ config: OverlayBreakpointConfig;
82
+ }
83
+ export interface OverlayConfig<D = unknown> {
84
+ /**
85
+ * Conditionally applied overlay configurations based on breakpoints.
86
+ */
87
+ positions: OverlayBreakpointConfigEntry[];
88
+ /**
89
+ * Where the attached component should live in Angular's *logical* component tree.
90
+ * This affects what is available for injection and the change detection order for the
91
+ * component instantiated inside of the overlay. This does not affect where the overlay
92
+ * content will be rendered.
93
+ */
94
+ viewContainerRef?: ViewContainerRef;
95
+ /**
96
+ * Injector used for the instantiation of the component to be attached. If provided,
97
+ * takes precedence over the injector indirectly provided by `ViewContainerRef`.
98
+ */
99
+ injector?: Injector;
100
+ /** ID for the overlay. If omitted, a unique one will be generated. */
101
+ id?: string;
102
+ /**
103
+ * The ARIA role of the overlay element.
104
+ * @default 'dialog'
105
+ */
106
+ role?: OverlayRole;
107
+ /**
108
+ * Whether the overlay has a backdrop.
109
+ * @default true
110
+ */
111
+ hasBackdrop?: boolean;
112
+ /**
113
+ * Whether the user can use escape or clicking on the backdrop to close the modal.
114
+ * @default false
115
+ */
116
+ disableClose?: boolean;
117
+ /**
118
+ * Data being injected into the child component.
119
+ * @default null
120
+ */
121
+ data?: D | null;
122
+ /** Layout direction for the overlay's content. */
123
+ direction?: Direction;
124
+ /**
125
+ * ID of the element that describes the overlay.
126
+ * @default null
127
+ */
128
+ ariaDescribedBy?: string | null;
129
+ /**
130
+ * ID of the element that labels the overlay.
131
+ * @default null
132
+ */
133
+ ariaLabelledBy?: string | null;
134
+ /**
135
+ * Aria label to assign to the overlay element.
136
+ * @default null
137
+ */
138
+ ariaLabel?: string | null;
139
+ /**
140
+ * Whether this is a modal overlay. Used to set the `aria-modal` attribute.
141
+ * @default true
142
+ */
143
+ ariaModal?: boolean;
144
+ /**
145
+ * Whether the overlay uses a custom animation.
146
+ * @default false
147
+ */
148
+ customAnimated?: boolean;
149
+ /**
150
+ * Where the overlay should focus on open.
151
+ * Can be one of AutoFocusTarget, or a css selector string.
152
+ * @default 'first-tabbable'
153
+ */
154
+ autoFocus?: OverlayAutoFocusTarget | string;
155
+ /**
156
+ * Whether the overlay should restore focus to the
157
+ * previously-focused element, after it's closed.
158
+ * @default true
159
+ */
160
+ restoreFocus?: boolean;
161
+ /**
162
+ * Whether to wait for the opening animation to finish before trapping focus.
163
+ * @default true
164
+ */
165
+ delayFocusTrap?: boolean;
166
+ /** Scroll strategy to be used for the overlay. */
167
+ scrollStrategy?: ScrollStrategy;
168
+ /**
169
+ * Whether the overlay should close when the user goes backwards/forwards in history.
170
+ * Note that this usually doesn't include clicking on links (unless the user is using
171
+ * the `HashLocationStrategy`).
172
+ * @default true
173
+ */
174
+ closeOnNavigation?: boolean;
175
+ }
@@ -0,0 +1 @@
1
+ export * from './overlay.types';
@@ -0,0 +1 @@
1
+ export * from './public-api';
@@ -0,0 +1,2 @@
1
+ import { OverlayConfig } from '../types';
2
+ export declare const createOverlayConfig: <D = unknown>(globalConfig?: Partial<OverlayConfig<D>> | null | undefined, localConfig?: Partial<OverlayConfig<D>> | null | undefined) => OverlayConfig<D>;