@ethlete/core 4.27.1 → 4.29.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 (141) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/fesm2022/ethlete-core.mjs +128 -127
  3. package/fesm2022/ethlete-core.mjs.map +1 -1
  4. package/index.d.ts +1973 -36
  5. package/package.json +9 -8
  6. package/lib/components/structured-data/index.d.ts +0 -1
  7. package/lib/components/structured-data/structured-data.component.d.ts +0 -11
  8. package/lib/constants/index.d.ts +0 -1
  9. package/lib/constants/viewport.constants.d.ts +0 -8
  10. package/lib/decorators/memo/index.d.ts +0 -1
  11. package/lib/decorators/memo/memo.decorator.d.ts +0 -13
  12. package/lib/directives/animatable/animatable.directive.d.ts +0 -24
  13. package/lib/directives/animatable/index.d.ts +0 -1
  14. package/lib/directives/animated-if/animated-if.directive.d.ts +0 -12
  15. package/lib/directives/animated-if/index.d.ts +0 -1
  16. package/lib/directives/animated-lifecycle/animated-lifecycle.directive.d.ts +0 -29
  17. package/lib/directives/animated-lifecycle/index.d.ts +0 -1
  18. package/lib/directives/animated-overlay/animated-overlay.directive.d.ts +0 -118
  19. package/lib/directives/animated-overlay/index.d.ts +0 -1
  20. package/lib/directives/click-outside/click-outside.directive.d.ts +0 -12
  21. package/lib/directives/click-outside/index.d.ts +0 -1
  22. package/lib/directives/cursor-drag-scroll/cursor-drag-scroll.constants.d.ts +0 -2
  23. package/lib/directives/cursor-drag-scroll/cursor-drag-scroll.directive.d.ts +0 -30
  24. package/lib/directives/cursor-drag-scroll/index.d.ts +0 -2
  25. package/lib/directives/debug/debug.directive.d.ts +0 -15
  26. package/lib/directives/debug/index.d.ts +0 -1
  27. package/lib/directives/delayable/delayable.directive.d.ts +0 -13
  28. package/lib/directives/delayable/index.d.ts +0 -1
  29. package/lib/directives/is-active-element/index.d.ts +0 -1
  30. package/lib/directives/is-active-element/is-active-element.directive.d.ts +0 -10
  31. package/lib/directives/is-element/index.d.ts +0 -1
  32. package/lib/directives/is-element/is-element.directive.d.ts +0 -10
  33. package/lib/directives/let/index.d.ts +0 -2
  34. package/lib/directives/let/let.directive.d.ts +0 -15
  35. package/lib/directives/let/let.types.d.ts +0 -4
  36. package/lib/directives/observe-content/index.d.ts +0 -1
  37. package/lib/directives/observe-content/observe-content.directive.d.ts +0 -21
  38. package/lib/directives/observe-resize/index.d.ts +0 -1
  39. package/lib/directives/observe-resize/observe-resize.directive.d.ts +0 -21
  40. package/lib/directives/observe-scroll-state/index.d.ts +0 -3
  41. package/lib/directives/observe-scroll-state/observe-scroll-state.constants.d.ts +0 -3
  42. package/lib/directives/observe-scroll-state/observe-scroll-state.directive.d.ts +0 -31
  43. package/lib/directives/observe-scroll-state/observe-scroll-state.types.d.ts +0 -6
  44. package/lib/directives/observe-visibility/index.d.ts +0 -1
  45. package/lib/directives/observe-visibility/observe-visibility.directive.d.ts +0 -30
  46. package/lib/directives/repeat/index.d.ts +0 -1
  47. package/lib/directives/repeat/repeat.directive.d.ts +0 -13
  48. package/lib/directives/root-boundary/index.d.ts +0 -1
  49. package/lib/directives/root-boundary/root-boundary.directive.d.ts +0 -11
  50. package/lib/directives/scroll-observer-first-element/index.d.ts +0 -1
  51. package/lib/directives/scroll-observer-first-element/scroll-observer-first-element.directive.d.ts +0 -8
  52. package/lib/directives/scroll-observer-ignore-target/index.d.ts +0 -1
  53. package/lib/directives/scroll-observer-ignore-target/scroll-observer-ignore-target.directive.d.ts +0 -6
  54. package/lib/directives/scroll-observer-last-element/index.d.ts +0 -1
  55. package/lib/directives/scroll-observer-last-element/scroll-observer-last-element.directive.d.ts +0 -8
  56. package/lib/directives/seo/index.d.ts +0 -4
  57. package/lib/directives/seo/seo.directive.constants.d.ts +0 -3
  58. package/lib/directives/seo/seo.directive.d.ts +0 -21
  59. package/lib/directives/seo/seo.directive.types.d.ts +0 -51
  60. package/lib/directives/seo/seo.directive.utils.d.ts +0 -2
  61. package/lib/pipes/infer-mime-type/index.d.ts +0 -2
  62. package/lib/pipes/infer-mime-type/infer-mime-type.pipe.d.ts +0 -7
  63. package/lib/pipes/infer-mime-type/infer-mime-type.util.d.ts +0 -6
  64. package/lib/pipes/normalize-game-result-type/index.d.ts +0 -3
  65. package/lib/pipes/normalize-game-result-type/normalize-game-result-type.pipe.d.ts +0 -7
  66. package/lib/pipes/normalize-game-result-type/normalize-game-result-type.types.d.ts +0 -4
  67. package/lib/pipes/normalize-game-result-type/normalize-game-result-type.util.d.ts +0 -2
  68. package/lib/pipes/normalize-match-participants/index.d.ts +0 -3
  69. package/lib/pipes/normalize-match-participants/normalize-match-participants.pipe.d.ts +0 -7
  70. package/lib/pipes/normalize-match-participants/normalize-match-participants.types.d.ts +0 -21
  71. package/lib/pipes/normalize-match-participants/normalize-match-participants.util.d.ts +0 -4
  72. package/lib/pipes/normalize-match-score/index.d.ts +0 -3
  73. package/lib/pipes/normalize-match-score/normalize-match-score.pipe.d.ts +0 -7
  74. package/lib/pipes/normalize-match-score/normalize-match-score.types.d.ts +0 -12
  75. package/lib/pipes/normalize-match-score/normalize-match-score.util.d.ts +0 -27
  76. package/lib/pipes/normalize-match-state/index.d.ts +0 -3
  77. package/lib/pipes/normalize-match-state/normalize-match-state.constants.d.ts +0 -7
  78. package/lib/pipes/normalize-match-state/normalize-match-state.pipe.d.ts +0 -7
  79. package/lib/pipes/normalize-match-state/normalize-match-state.util.d.ts +0 -3
  80. package/lib/pipes/normalize-match-type/index.d.ts +0 -2
  81. package/lib/pipes/normalize-match-type/normalize-match-type.pipe.d.ts +0 -7
  82. package/lib/pipes/normalize-match-type/normalize-match-type.util.d.ts +0 -3
  83. package/lib/pipes/to-array/index.d.ts +0 -2
  84. package/lib/pipes/to-array/to-array.pipe.d.ts +0 -7
  85. package/lib/pipes/to-array/to-array.util.d.ts +0 -3
  86. package/lib/props/create-prop-handlers.d.ts +0 -27
  87. package/lib/props/create-props.d.ts +0 -54
  88. package/lib/props/create-setup.d.ts +0 -4
  89. package/lib/props/dependency-stash.d.ts +0 -11
  90. package/lib/props/element-dictionary.d.ts +0 -11
  91. package/lib/props/index.d.ts +0 -8
  92. package/lib/props/props-binding.d.ts +0 -12
  93. package/lib/props/props.directive.d.ts +0 -38
  94. package/lib/props/template-input.d.ts +0 -30
  95. package/lib/services/click-observer.service.d.ts +0 -20
  96. package/lib/services/content-observer.service.d.ts +0 -20
  97. package/lib/services/focus-visible.service.d.ts +0 -11
  98. package/lib/services/index.d.ts +0 -8
  99. package/lib/services/intersection-observer.service.d.ts +0 -20
  100. package/lib/services/resize-observer.service.d.ts +0 -20
  101. package/lib/services/router-state.service.d.ts +0 -96
  102. package/lib/services/viewport.service.d.ts +0 -64
  103. package/lib/services/viewport.types.d.ts +0 -5
  104. package/lib/types/angular.types.d.ts +0 -13
  105. package/lib/types/i18n.types.d.ts +0 -4
  106. package/lib/types/index.d.ts +0 -4
  107. package/lib/types/value.types.d.ts +0 -2
  108. package/lib/types/viewport.types.d.ts +0 -12
  109. package/lib/utils/active-selection-model.utils.d.ts +0 -18
  110. package/lib/utils/angular.utils.d.ts +0 -3
  111. package/lib/utils/animation.utils.d.ts +0 -61
  112. package/lib/utils/clamp.util.d.ts +0 -1
  113. package/lib/utils/clone.util.d.ts +0 -15
  114. package/lib/utils/component-id.utils.d.ts +0 -1
  115. package/lib/utils/cookie.util.d.ts +0 -5
  116. package/lib/utils/destroy.utils.d.ts +0 -1
  117. package/lib/utils/equal.util.d.ts +0 -27
  118. package/lib/utils/form.utils.d.ts +0 -3
  119. package/lib/utils/index.d.ts +0 -27
  120. package/lib/utils/inject.utils.d.ts +0 -3
  121. package/lib/utils/intersection-observer.utils.d.ts +0 -40
  122. package/lib/utils/key-press-manager.utils.d.ts +0 -9
  123. package/lib/utils/logger.d.ts +0 -10
  124. package/lib/utils/media-query-observable.util.d.ts +0 -5
  125. package/lib/utils/mutation-observable.util.d.ts +0 -7
  126. package/lib/utils/object.utils.d.ts +0 -3
  127. package/lib/utils/reactive-binding.util.d.ts +0 -31
  128. package/lib/utils/resize-observable.util.d.ts +0 -5
  129. package/lib/utils/round.utils.d.ts +0 -1
  130. package/lib/utils/runtime-error.utils.d.ts +0 -8
  131. package/lib/utils/scrollable.utils.d.ts +0 -91
  132. package/lib/utils/selection-model.utils.d.ts +0 -108
  133. package/lib/utils/signal.utils.d.ts +0 -308
  134. package/lib/utils/smart-block-scroll-strategy.utils.d.ts +0 -17
  135. package/lib/utils/value.utils.d.ts +0 -4
  136. package/lib/utils/viewport.util.d.ts +0 -6
  137. package/lib/validators/at-least-one-required.validator.d.ts +0 -14
  138. package/lib/validators/index.d.ts +0 -12
  139. package/lib/validators/is-array-not-empty.validator.d.ts +0 -3
  140. package/lib/validators/is-email.validator.d.ts +0 -3
  141. package/lib/validators/must-match.validator.d.ts +0 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @ethlete/core
2
2
 
3
+ ## 4.29.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`10802c0`](https://github.com/ethlete-io/ethdk/commit/10802c0ecef8907b2ab27f42680aa5b47db76f7d) Thanks [@TomTomB](https://github.com/TomTomB)! - Update to Angular v20
8
+
9
+ ## 4.28.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`b746fd5`](https://github.com/ethlete-io/ethdk/commit/b746fd56098c25252eb0169a4d0d019f86b5bc22) Thanks [@TomTomB](https://github.com/TomTomB)! - Add time to `signalElementLastScrollDirection` util
14
+
3
15
  ## 4.27.1
4
16
 
5
17
  ### Patch Changes