@ethlete/core 4.5.1 → 4.6.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 (175) hide show
  1. package/CHANGELOG.md +856 -0
  2. package/esm2022/index.mjs +37 -2
  3. package/esm2022/lib/components/structured-data/index.mjs +2 -0
  4. package/esm2022/lib/components/structured-data/structured-data.component.mjs +3 -3
  5. package/esm2022/lib/constants/index.mjs +2 -2
  6. package/esm2022/lib/decorators/memo/index.mjs +2 -0
  7. package/esm2022/lib/directives/animatable/animatable.directive.mjs +3 -3
  8. package/esm2022/lib/directives/animatable/index.mjs +2 -2
  9. package/esm2022/lib/directives/animated-if/animated-if.directive.mjs +3 -3
  10. package/esm2022/lib/directives/animated-if/index.mjs +2 -0
  11. package/esm2022/lib/directives/animated-lifecycle/animated-lifecycle.directive.mjs +3 -3
  12. package/esm2022/lib/directives/animated-lifecycle/index.mjs +2 -2
  13. package/esm2022/lib/directives/animated-overlay/animated-overlay.directive.mjs +3 -3
  14. package/esm2022/lib/directives/animated-overlay/index.mjs +2 -0
  15. package/esm2022/lib/directives/click-outside/click-outside.directive.mjs +3 -3
  16. package/esm2022/lib/directives/click-outside/index.mjs +2 -0
  17. package/esm2022/lib/directives/cursor-drag-scroll/cursor-drag-scroll.directive.mjs +3 -3
  18. package/esm2022/lib/directives/cursor-drag-scroll/index.mjs +3 -0
  19. package/esm2022/lib/directives/debug/debug.directive.mjs +3 -3
  20. package/esm2022/lib/directives/debug/index.mjs +2 -0
  21. package/esm2022/lib/directives/delayable/delayable.directive.mjs +3 -3
  22. package/esm2022/lib/directives/delayable/index.mjs +2 -0
  23. package/esm2022/lib/directives/is-active-element/index.mjs +2 -0
  24. package/esm2022/lib/directives/is-active-element/is-active-element.directive.mjs +3 -3
  25. package/esm2022/lib/directives/is-element/index.mjs +2 -0
  26. package/esm2022/lib/directives/is-element/is-element.directive.mjs +3 -3
  27. package/esm2022/lib/directives/let/index.mjs +3 -0
  28. package/esm2022/lib/directives/let/let.directive.mjs +3 -3
  29. package/esm2022/lib/directives/observe-content/index.mjs +2 -0
  30. package/esm2022/lib/directives/observe-content/observe-content.directive.mjs +3 -3
  31. package/esm2022/lib/directives/observe-resize/index.mjs +2 -2
  32. package/esm2022/lib/directives/observe-resize/observe-resize.directive.mjs +3 -3
  33. package/esm2022/lib/directives/observe-scroll-state/index.mjs +4 -0
  34. package/esm2022/lib/directives/observe-scroll-state/observe-scroll-state.directive.mjs +3 -3
  35. package/esm2022/lib/directives/observe-visibility/index.mjs +2 -0
  36. package/esm2022/lib/directives/observe-visibility/observe-visibility.directive.mjs +3 -3
  37. package/esm2022/lib/directives/repeat/index.mjs +2 -0
  38. package/esm2022/lib/directives/repeat/repeat.directive.mjs +3 -3
  39. package/esm2022/lib/directives/root-boundary/index.mjs +2 -2
  40. package/esm2022/lib/directives/root-boundary/root-boundary.directive.mjs +3 -3
  41. package/esm2022/lib/directives/scroll-observer-first-element/index.mjs +2 -2
  42. package/esm2022/lib/directives/scroll-observer-first-element/scroll-observer-first-element.directive.mjs +3 -3
  43. package/esm2022/lib/directives/scroll-observer-ignore-target/index.mjs +2 -2
  44. package/esm2022/lib/directives/scroll-observer-ignore-target/scroll-observer-ignore-target.directive.mjs +3 -3
  45. package/esm2022/lib/directives/scroll-observer-last-element/index.mjs +2 -2
  46. package/esm2022/lib/directives/scroll-observer-last-element/scroll-observer-last-element.directive.mjs +3 -3
  47. package/esm2022/lib/directives/seo/index.mjs +5 -0
  48. package/esm2022/lib/directives/seo/seo.directive.mjs +3 -3
  49. package/esm2022/lib/pipes/infer-mime-type/index.mjs +3 -0
  50. package/esm2022/lib/pipes/infer-mime-type/infer-mime-type.pipe.mjs +3 -3
  51. package/esm2022/lib/pipes/normalize-game-result-type/index.mjs +4 -0
  52. package/esm2022/lib/pipes/normalize-game-result-type/normalize-game-result-type.pipe.mjs +3 -3
  53. package/esm2022/lib/pipes/normalize-match-participants/index.mjs +4 -0
  54. package/esm2022/lib/pipes/normalize-match-participants/normalize-match-participants.pipe.mjs +3 -3
  55. package/esm2022/lib/pipes/normalize-match-score/index.mjs +4 -0
  56. package/esm2022/lib/pipes/normalize-match-score/normalize-match-score.pipe.mjs +3 -3
  57. package/esm2022/lib/pipes/normalize-match-state/index.mjs +4 -2
  58. package/esm2022/lib/pipes/normalize-match-state/normalize-match-state.pipe.mjs +3 -3
  59. package/esm2022/lib/pipes/normalize-match-type/index.mjs +3 -0
  60. package/esm2022/lib/pipes/normalize-match-type/normalize-match-type.pipe.mjs +3 -3
  61. package/esm2022/lib/pipes/to-array/index.mjs +3 -0
  62. package/esm2022/lib/pipes/to-array/to-array.pipe.mjs +3 -3
  63. package/esm2022/lib/props/props.directive.mjs +3 -3
  64. package/esm2022/lib/services/click-observer.service.mjs +6 -6
  65. package/esm2022/lib/services/content-observer.service.mjs +6 -6
  66. package/esm2022/lib/services/focus-visible.service.mjs +3 -3
  67. package/esm2022/lib/services/index.mjs +9 -2
  68. package/esm2022/lib/services/intersection-observer.service.mjs +6 -6
  69. package/esm2022/lib/services/resize-observer.service.mjs +6 -6
  70. package/esm2022/lib/services/router-state.service.mjs +3 -3
  71. package/esm2022/lib/services/viewport.service.mjs +5 -5
  72. package/esm2022/lib/types/index.mjs +5 -2
  73. package/esm2022/lib/utils/index.mjs +25 -2
  74. package/esm2022/lib/utils/signal.utils.mjs +18 -2
  75. package/esm2022/lib/validators/index.mjs +15 -0
  76. package/fesm2022/ethlete-core.mjs +146 -130
  77. package/fesm2022/ethlete-core.mjs.map +1 -1
  78. package/index.d.ts +36 -1
  79. package/lib/constants/index.d.ts +1 -1
  80. package/lib/directives/animatable/index.d.ts +1 -1
  81. package/lib/directives/animated-lifecycle/index.d.ts +1 -1
  82. package/lib/directives/cursor-drag-scroll/{public-api.d.ts → index.d.ts} +1 -0
  83. package/lib/directives/observe-resize/index.d.ts +1 -1
  84. package/lib/directives/observe-scroll-state/{public-api.d.ts → index.d.ts} +2 -2
  85. package/lib/directives/root-boundary/index.d.ts +1 -1
  86. package/lib/directives/scroll-observer-first-element/index.d.ts +1 -1
  87. package/lib/directives/scroll-observer-ignore-target/index.d.ts +1 -1
  88. package/lib/directives/scroll-observer-last-element/index.d.ts +1 -1
  89. package/lib/pipes/normalize-match-state/index.d.ts +3 -1
  90. package/lib/props/props.directive.d.ts +1 -1
  91. package/lib/services/index.d.ts +8 -1
  92. package/lib/types/index.d.ts +4 -1
  93. package/lib/utils/index.d.ts +24 -1
  94. package/lib/utils/signal.utils.d.ts +13 -3
  95. package/package.json +7 -7
  96. package/esm2022/lib/components/public-api.mjs +0 -2
  97. package/esm2022/lib/components/structured-data/public-api.mjs +0 -2
  98. package/esm2022/lib/constants/public-api.mjs +0 -2
  99. package/esm2022/lib/decorators/index.mjs +0 -2
  100. package/esm2022/lib/decorators/memo/public-api.mjs +0 -2
  101. package/esm2022/lib/decorators/public-api.mjs +0 -2
  102. package/esm2022/lib/directives/animatable/public-api.mjs +0 -2
  103. package/esm2022/lib/directives/animated-if/public-api.mjs +0 -2
  104. package/esm2022/lib/directives/animated-lifecycle/public-api.mjs +0 -2
  105. package/esm2022/lib/directives/animated-overlay/public-api.mjs +0 -2
  106. package/esm2022/lib/directives/click-outside/public-api.mjs +0 -2
  107. package/esm2022/lib/directives/cursor-drag-scroll/public-api.mjs +0 -2
  108. package/esm2022/lib/directives/debug/public-api.mjs +0 -2
  109. package/esm2022/lib/directives/delayable/public-api.mjs +0 -2
  110. package/esm2022/lib/directives/is-active-element/public-api.mjs +0 -2
  111. package/esm2022/lib/directives/is-element/public-api.mjs +0 -2
  112. package/esm2022/lib/directives/let/public-api.mjs +0 -3
  113. package/esm2022/lib/directives/observe-content/public-api.mjs +0 -2
  114. package/esm2022/lib/directives/observe-resize/public-api.mjs +0 -2
  115. package/esm2022/lib/directives/observe-scroll-state/public-api.mjs +0 -3
  116. package/esm2022/lib/directives/observe-visibility/public-api.mjs +0 -2
  117. package/esm2022/lib/directives/public-api.mjs +0 -22
  118. package/esm2022/lib/directives/repeat/public-api.mjs +0 -2
  119. package/esm2022/lib/directives/root-boundary/public-api.mjs +0 -2
  120. package/esm2022/lib/directives/scroll-observer-first-element/public-api.mjs +0 -2
  121. package/esm2022/lib/directives/scroll-observer-ignore-target/public-api.mjs +0 -2
  122. package/esm2022/lib/directives/scroll-observer-last-element/public-api.mjs +0 -2
  123. package/esm2022/lib/directives/seo/public-api.mjs +0 -5
  124. package/esm2022/lib/pipes/infer-mime-type/public-api.mjs +0 -3
  125. package/esm2022/lib/pipes/normalize-game-result-type/public-api.mjs +0 -4
  126. package/esm2022/lib/pipes/normalize-match-participants/public-api.mjs +0 -4
  127. package/esm2022/lib/pipes/normalize-match-score/public-api.mjs +0 -4
  128. package/esm2022/lib/pipes/normalize-match-state/public-api.mjs +0 -4
  129. package/esm2022/lib/pipes/normalize-match-type/public-api.mjs +0 -3
  130. package/esm2022/lib/pipes/public-api.mjs +0 -8
  131. package/esm2022/lib/pipes/to-array/public-api.mjs +0 -3
  132. package/esm2022/lib/public-api.mjs +0 -11
  133. package/esm2022/lib/services/public-api.mjs +0 -9
  134. package/esm2022/lib/types/public-api.mjs +0 -5
  135. package/esm2022/lib/utils/public-api.mjs +0 -25
  136. package/esm2022/lib/validators/public-api.mjs +0 -15
  137. package/lib/components/public-api.d.ts +0 -1
  138. package/lib/constants/public-api.d.ts +0 -1
  139. package/lib/decorators/index.d.ts +0 -1
  140. package/lib/decorators/public-api.d.ts +0 -1
  141. package/lib/directives/animatable/public-api.d.ts +0 -1
  142. package/lib/directives/animated-lifecycle/public-api.d.ts +0 -1
  143. package/lib/directives/observe-resize/public-api.d.ts +0 -1
  144. package/lib/directives/public-api.d.ts +0 -21
  145. package/lib/directives/root-boundary/public-api.d.ts +0 -1
  146. package/lib/directives/scroll-observer-first-element/public-api.d.ts +0 -1
  147. package/lib/directives/scroll-observer-ignore-target/public-api.d.ts +0 -1
  148. package/lib/directives/scroll-observer-last-element/public-api.d.ts +0 -1
  149. package/lib/pipes/normalize-match-state/public-api.d.ts +0 -3
  150. package/lib/pipes/public-api.d.ts +0 -7
  151. package/lib/public-api.d.ts +0 -10
  152. package/lib/services/public-api.d.ts +0 -8
  153. package/lib/types/public-api.d.ts +0 -4
  154. package/lib/utils/public-api.d.ts +0 -24
  155. /package/lib/components/structured-data/{public-api.d.ts → index.d.ts} +0 -0
  156. /package/lib/decorators/memo/{public-api.d.ts → index.d.ts} +0 -0
  157. /package/lib/directives/animated-if/{public-api.d.ts → index.d.ts} +0 -0
  158. /package/lib/directives/animated-overlay/{public-api.d.ts → index.d.ts} +0 -0
  159. /package/lib/directives/click-outside/{public-api.d.ts → index.d.ts} +0 -0
  160. /package/lib/directives/debug/{public-api.d.ts → index.d.ts} +0 -0
  161. /package/lib/directives/delayable/{public-api.d.ts → index.d.ts} +0 -0
  162. /package/lib/directives/is-active-element/{public-api.d.ts → index.d.ts} +0 -0
  163. /package/lib/directives/is-element/{public-api.d.ts → index.d.ts} +0 -0
  164. /package/lib/directives/let/{public-api.d.ts → index.d.ts} +0 -0
  165. /package/lib/directives/observe-content/{public-api.d.ts → index.d.ts} +0 -0
  166. /package/lib/directives/observe-visibility/{public-api.d.ts → index.d.ts} +0 -0
  167. /package/lib/directives/repeat/{public-api.d.ts → index.d.ts} +0 -0
  168. /package/lib/directives/seo/{public-api.d.ts → index.d.ts} +0 -0
  169. /package/lib/pipes/infer-mime-type/{public-api.d.ts → index.d.ts} +0 -0
  170. /package/lib/pipes/normalize-game-result-type/{public-api.d.ts → index.d.ts} +0 -0
  171. /package/lib/pipes/normalize-match-participants/{public-api.d.ts → index.d.ts} +0 -0
  172. /package/lib/pipes/normalize-match-score/{public-api.d.ts → index.d.ts} +0 -0
  173. /package/lib/pipes/normalize-match-type/{public-api.d.ts → index.d.ts} +0 -0
  174. /package/lib/pipes/to-array/{public-api.d.ts → index.d.ts} +0 -0
  175. /package/lib/validators/{public-api.d.ts → index.d.ts} +0 -0
@@ -1,7 +1,7 @@
1
1
  import * as i0 from '@angular/core';
2
- import { inject, Component, ChangeDetectionStrategy, ViewEncapsulation, Input, HostBinding, InjectionToken, assertInInjectionContext, DestroyRef, ElementRef, isSignal, signal, QueryList, Injector, effect, runInInjectionContext, afterNextRender, NgZone, isDevMode, computed, untracked, Directive, Injectable, EventEmitter, booleanAttribute, numberAttribute, Output, ViewContainerRef, TemplateRef, Pipe, AfterRenderPhase, input } from '@angular/core';
2
+ import { inject, Component, ChangeDetectionStrategy, ViewEncapsulation, Input, HostBinding, InjectionToken, assertInInjectionContext, DestroyRef, ElementRef, isSignal, signal, QueryList, Injector, runInInjectionContext, effect, afterNextRender, NgZone, isDevMode, computed, untracked, Directive, Injectable, EventEmitter, booleanAttribute, numberAttribute, Output, ViewContainerRef, TemplateRef, Pipe, AfterRenderPhase, input } from '@angular/core';
3
3
  import { DomSanitizer, Meta, Title } from '@angular/platform-browser';
4
- import { Subject, BehaviorSubject, takeUntil, of, switchMap, tap, map, startWith, Observable, combineLatest, timer, distinctUntilChanged, shareReplay, filter, take, pairwise, skip, debounceTime, fromEvent, merge, takeWhile, finalize } from 'rxjs';
4
+ import { Subject, BehaviorSubject, takeUntil, switchMap, of, tap, map, startWith, Observable, combineLatest, timer, distinctUntilChanged, shareReplay, filter, take, pairwise, merge, debounceTime, skip, fromEvent, takeWhile, finalize } from 'rxjs';
5
5
  import { END, HOME, PAGE_DOWN, PAGE_UP, UP_ARROW, DOWN_ARROW } from '@angular/cdk/keycodes';
6
6
  import { FormGroup, FormArray, FormControl } from '@angular/forms';
7
7
  import { toSignal, takeUntilDestroyed, toObservable } from '@angular/core/rxjs-interop';
@@ -11,9 +11,9 @@ import * as i1 from '@angular/common';
11
11
  import { NgIf, DOCUMENT } from '@angular/common';
12
12
  import { Overlay } from '@angular/cdk/overlay';
13
13
  import { ComponentPortal } from '@angular/cdk/portal';
14
- import { offset, flip, size, limitShift, shift, arrow, hide, computePosition, autoUpdate } from '@floating-ui/dom';
14
+ import { autoUpdate, computePosition, offset, flip, size, shift, limitShift, arrow, hide } from '@floating-ui/dom';
15
15
  import { Router, NavigationEnd } from '@angular/router';
16
- import { __metadata, __decorate } from 'tslib';
16
+ import { __decorate, __metadata } from 'tslib';
17
17
  import { BreakpointObserver } from '@angular/cdk/layout';
18
18
  import { debounceTime as debounceTime$1 } from 'rxjs/operators';
19
19
 
@@ -29,10 +29,10 @@ class StructuredDataComponent {
29
29
  const html = `<script type="application/ld+json">${json}</script>`;
30
30
  return this._sanitizer.bypassSecurityTrustHtml(html);
31
31
  }
32
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: StructuredDataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
33
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.1", type: StructuredDataComponent, isStandalone: true, selector: "et-structured-data", inputs: { data: "data" }, host: { properties: { "innerHTML": "this.jsonLD" }, styleAttribute: "display: none" }, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
32
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: StructuredDataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
33
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: StructuredDataComponent, isStandalone: true, selector: "et-structured-data", inputs: { data: "data" }, host: { properties: { "innerHTML": "this.jsonLD" }, styleAttribute: "display: none" }, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
34
34
  }
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: StructuredDataComponent, decorators: [{
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: StructuredDataComponent, decorators: [{
36
36
  type: Component,
37
37
  args: [{
38
38
  selector: 'et-structured-data',
@@ -1785,6 +1785,22 @@ const signalElementChildren = (el) => {
1785
1785
  return children;
1786
1786
  });
1787
1787
  };
1788
+ const previousSignalValue = (signal) => {
1789
+ const obs = toObservable(signal).pipe(pairwise(), map(([prev]) => prev));
1790
+ return toSignal(obs);
1791
+ };
1792
+ const syncSignal = (from, to) => {
1793
+ effect(() => {
1794
+ const formVal = from();
1795
+ untracked(() => {
1796
+ to.set(formVal);
1797
+ });
1798
+ });
1799
+ };
1800
+ const debouncedControlValueSignal = (control, options) => {
1801
+ const obs = merge(of(control.value), control.valueChanges.pipe(debounceTime(options?.debounceTime ?? 300)));
1802
+ return toSignal(obs, { initialValue: null });
1803
+ };
1788
1804
 
1789
1805
  const scrollBehaviorSupported = supportsScrollBehavior();
1790
1806
  let _uniqueIdCounter = 0;
@@ -1986,15 +2002,15 @@ class AnimatableDirective {
1986
2002
  .subscribe();
1987
2003
  }
1988
2004
  }
1989
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AnimatableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1990
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: AnimatableDirective, isStandalone: true, selector: "[etAnimatable]", inputs: { animatedElement: ["etAnimatable", "animatedElement"] }, providers: [
2005
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: AnimatableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2006
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.0", type: AnimatableDirective, isStandalone: true, selector: "[etAnimatable]", inputs: { animatedElement: ["etAnimatable", "animatedElement"] }, providers: [
1991
2007
  {
1992
2008
  provide: ANIMATABLE_TOKEN,
1993
2009
  useExisting: AnimatableDirective,
1994
2010
  },
1995
2011
  ], exportAs: ["etAnimatable"], ngImport: i0 }); }
1996
2012
  }
1997
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AnimatableDirective, decorators: [{
2013
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: AnimatableDirective, decorators: [{
1998
2014
  type: Directive,
1999
2015
  args: [{
2000
2016
  selector: '[etAnimatable]',
@@ -2114,15 +2130,15 @@ class AnimatedLifecycleDirective {
2114
2130
  _forceState(state) {
2115
2131
  this._state$.next(state);
2116
2132
  }
2117
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AnimatedLifecycleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2118
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: AnimatedLifecycleDirective, isStandalone: true, selector: "[etAnimatedLifecycle]", providers: [
2133
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: AnimatedLifecycleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2134
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.0", type: AnimatedLifecycleDirective, isStandalone: true, selector: "[etAnimatedLifecycle]", providers: [
2119
2135
  {
2120
2136
  provide: ANIMATED_LIFECYCLE_TOKEN,
2121
2137
  useExisting: AnimatedLifecycleDirective,
2122
2138
  },
2123
2139
  ], exportAs: ["etAnimatedLifecycle"], hostDirectives: [{ directive: AnimatableDirective }], ngImport: i0 }); }
2124
2140
  }
2125
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AnimatedLifecycleDirective, decorators: [{
2141
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: AnimatedLifecycleDirective, decorators: [{
2126
2142
  type: Directive,
2127
2143
  args: [{
2128
2144
  selector: '[etAnimatedLifecycle]',
@@ -2159,15 +2175,15 @@ class AnimatedIfDirective {
2159
2175
  .subscribe();
2160
2176
  }
2161
2177
  }
2162
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AnimatedIfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2163
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: AnimatedIfDirective, isStandalone: true, selector: "[etAnimatedIf]", inputs: { shouldRender: ["etAnimatedIf", "shouldRender"] }, providers: [
2178
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: AnimatedIfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2179
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.0", type: AnimatedIfDirective, isStandalone: true, selector: "[etAnimatedIf]", inputs: { shouldRender: ["etAnimatedIf", "shouldRender"] }, providers: [
2164
2180
  {
2165
2181
  provide: ANIMATED_IF_TOKEN,
2166
2182
  useExisting: AnimatedIfDirective,
2167
2183
  },
2168
2184
  ], hostDirectives: [{ directive: i1.NgIf }], ngImport: i0 }); }
2169
2185
  }
2170
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AnimatedIfDirective, decorators: [{
2186
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: AnimatedIfDirective, decorators: [{
2171
2187
  type: Directive,
2172
2188
  args: [{
2173
2189
  selector: '[etAnimatedIf]',
@@ -2190,10 +2206,10 @@ class ClickObserverFactory {
2190
2206
  create() {
2191
2207
  return fromEvent(document, 'click');
2192
2208
  }
2193
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ClickObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2194
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ClickObserverFactory, providedIn: 'root' }); }
2209
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ClickObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2210
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ClickObserverFactory, providedIn: 'root' }); }
2195
2211
  }
2196
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ClickObserverFactory, decorators: [{
2212
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ClickObserverFactory, decorators: [{
2197
2213
  type: Injectable,
2198
2214
  args: [{ providedIn: 'root' }]
2199
2215
  }] });
@@ -2246,10 +2262,10 @@ class ClickObserverService {
2246
2262
  this._observedElements.delete(element);
2247
2263
  }
2248
2264
  }
2249
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ClickObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2250
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ClickObserverService, providedIn: 'root' }); }
2265
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ClickObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2266
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ClickObserverService, providedIn: 'root' }); }
2251
2267
  }
2252
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ClickObserverService, decorators: [{
2268
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ClickObserverService, decorators: [{
2253
2269
  type: Injectable,
2254
2270
  args: [{ providedIn: 'root' }]
2255
2271
  }] });
@@ -2259,10 +2275,10 @@ class MutationObserverFactory {
2259
2275
  create(callback) {
2260
2276
  return typeof MutationObserver === 'undefined' ? null : new MutationObserver(callback);
2261
2277
  }
2262
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MutationObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2263
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MutationObserverFactory, providedIn: 'root' }); }
2278
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: MutationObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2279
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: MutationObserverFactory, providedIn: 'root' }); }
2264
2280
  }
2265
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MutationObserverFactory, decorators: [{
2281
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: MutationObserverFactory, decorators: [{
2266
2282
  type: Injectable,
2267
2283
  args: [{ providedIn: 'root' }]
2268
2284
  }] });
@@ -2321,10 +2337,10 @@ class ContentObserverService {
2321
2337
  this._observedElements.delete(element);
2322
2338
  }
2323
2339
  }
2324
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ContentObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2325
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ContentObserverService, providedIn: 'root' }); }
2340
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ContentObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2341
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ContentObserverService, providedIn: 'root' }); }
2326
2342
  }
2327
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ContentObserverService, decorators: [{
2343
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ContentObserverService, decorators: [{
2328
2344
  type: Injectable,
2329
2345
  args: [{ providedIn: 'root' }]
2330
2346
  }] });
@@ -2350,10 +2366,10 @@ class FocusVisibleService {
2350
2366
  onPointerDown() {
2351
2367
  this._hadKeyboardEvent = false;
2352
2368
  }
2353
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: FocusVisibleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2354
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: FocusVisibleService, providedIn: 'root' }); }
2369
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: FocusVisibleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2370
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: FocusVisibleService, providedIn: 'root' }); }
2355
2371
  }
2356
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: FocusVisibleService, decorators: [{
2372
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: FocusVisibleService, decorators: [{
2357
2373
  type: Injectable,
2358
2374
  args: [{
2359
2375
  providedIn: 'root',
@@ -2365,10 +2381,10 @@ class IntersectionObserverFactory {
2365
2381
  create(callback) {
2366
2382
  return typeof IntersectionObserver === 'undefined' ? null : new IntersectionObserver(callback);
2367
2383
  }
2368
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: IntersectionObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2369
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: IntersectionObserverFactory, providedIn: 'root' }); }
2384
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: IntersectionObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2385
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: IntersectionObserverFactory, providedIn: 'root' }); }
2370
2386
  }
2371
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: IntersectionObserverFactory, decorators: [{
2387
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: IntersectionObserverFactory, decorators: [{
2372
2388
  type: Injectable,
2373
2389
  args: [{ providedIn: 'root' }]
2374
2390
  }] });
@@ -2423,10 +2439,10 @@ class IntersectionObserverService {
2423
2439
  this._observedElements.delete(element);
2424
2440
  }
2425
2441
  }
2426
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: IntersectionObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2427
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: IntersectionObserverService, providedIn: 'root' }); }
2442
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: IntersectionObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2443
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: IntersectionObserverService, providedIn: 'root' }); }
2428
2444
  }
2429
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: IntersectionObserverService, decorators: [{
2445
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: IntersectionObserverService, decorators: [{
2430
2446
  type: Injectable,
2431
2447
  args: [{ providedIn: 'root' }]
2432
2448
  }] });
@@ -2436,10 +2452,10 @@ class ResizeObserverFactory {
2436
2452
  create(callback) {
2437
2453
  return typeof ResizeObserver === 'undefined' ? null : new ResizeObserver(callback);
2438
2454
  }
2439
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ResizeObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2440
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ResizeObserverFactory, providedIn: 'root' }); }
2455
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ResizeObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2456
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ResizeObserverFactory, providedIn: 'root' }); }
2441
2457
  }
2442
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ResizeObserverFactory, decorators: [{
2458
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ResizeObserverFactory, decorators: [{
2443
2459
  type: Injectable,
2444
2460
  args: [{ providedIn: 'root' }]
2445
2461
  }] });
@@ -2494,10 +2510,10 @@ class ResizeObserverService {
2494
2510
  this._observedElements.delete(element);
2495
2511
  }
2496
2512
  }
2497
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ResizeObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2498
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ResizeObserverService, providedIn: 'root' }); }
2513
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ResizeObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2514
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ResizeObserverService, providedIn: 'root' }); }
2499
2515
  }
2500
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ResizeObserverService, decorators: [{
2516
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ResizeObserverService, decorators: [{
2501
2517
  type: Injectable,
2502
2518
  args: [{ providedIn: 'root' }]
2503
2519
  }] });
@@ -2692,10 +2708,10 @@ class RouterStateService {
2692
2708
  fragment,
2693
2709
  };
2694
2710
  }
2695
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: RouterStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2696
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: RouterStateService, providedIn: 'root' }); }
2711
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: RouterStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2712
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: RouterStateService, providedIn: 'root' }); }
2697
2713
  }
2698
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: RouterStateService, decorators: [{
2714
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: RouterStateService, decorators: [{
2699
2715
  type: Injectable,
2700
2716
  args: [{
2701
2717
  providedIn: 'root',
@@ -2911,8 +2927,8 @@ class ViewportService {
2911
2927
  }
2912
2928
  return 'xs';
2913
2929
  }
2914
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ViewportService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2915
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ViewportService, providedIn: 'root' }); }
2930
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ViewportService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2931
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ViewportService, providedIn: 'root' }); }
2916
2932
  }
2917
2933
  __decorate([
2918
2934
  Memo(),
@@ -2930,7 +2946,7 @@ __decorate([
2930
2946
  __metadata("design:paramtypes", [Object]),
2931
2947
  __metadata("design:returntype", void 0)
2932
2948
  ], ViewportService.prototype, "_buildMediaQuery", null);
2933
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ViewportService, decorators: [{
2949
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ViewportService, decorators: [{
2934
2950
  type: Injectable,
2935
2951
  args: [{
2936
2952
  providedIn: 'root',
@@ -2979,10 +2995,10 @@ class ObserveResizeDirective {
2979
2995
  _unsubscribe() {
2980
2996
  this._currentSubscription?.unsubscribe();
2981
2997
  }
2982
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ObserveResizeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2983
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: ObserveResizeDirective, isStandalone: true, selector: "[etObserveResize]", inputs: { disabled: ["etObserveResizeDisabled", "disabled"], debounce: ["etObserveResizeDebounce", "debounce"] }, outputs: { valueChange: "etObserveResize" }, exportAs: ["etObserveResize"], ngImport: i0 }); }
2998
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ObserveResizeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2999
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.0", type: ObserveResizeDirective, isStandalone: true, selector: "[etObserveResize]", inputs: { disabled: ["etObserveResizeDisabled", "disabled"], debounce: ["etObserveResizeDebounce", "debounce"] }, outputs: { valueChange: "etObserveResize" }, exportAs: ["etObserveResize"], ngImport: i0 }); }
2984
3000
  }
2985
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ObserveResizeDirective, decorators: [{
3001
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ObserveResizeDirective, decorators: [{
2986
3002
  type: Directive,
2987
3003
  args: [{
2988
3004
  selector: '[etObserveResize]',
@@ -3012,15 +3028,15 @@ class RootBoundaryDirective {
3012
3028
  set boundaryElement(v) {
3013
3029
  this._boundaryElement = v;
3014
3030
  }
3015
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: RootBoundaryDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3016
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: RootBoundaryDirective, isStandalone: true, selector: "[etRootBoundary]", providers: [
3031
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: RootBoundaryDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3032
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.0", type: RootBoundaryDirective, isStandalone: true, selector: "[etRootBoundary]", providers: [
3017
3033
  {
3018
3034
  provide: ROOT_BOUNDARY_TOKEN,
3019
3035
  useExisting: RootBoundaryDirective,
3020
3036
  },
3021
3037
  ], ngImport: i0 }); }
3022
3038
  }
3023
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: RootBoundaryDirective, decorators: [{
3039
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: RootBoundaryDirective, decorators: [{
3024
3040
  type: Directive,
3025
3041
  args: [{
3026
3042
  selector: '[etRootBoundary]',
@@ -3312,10 +3328,10 @@ class AnimatedOverlayDirective {
3312
3328
  this._isUnmounting$.next(false);
3313
3329
  this._afterClosed?.next();
3314
3330
  }
3315
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AnimatedOverlayDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3316
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: AnimatedOverlayDirective, isStandalone: true, inputs: { placement: "placement", fallbackPlacements: "fallbackPlacements", offset: "offset", arrowPadding: "arrowPadding", viewportPadding: "viewportPadding", autoResize: "autoResize", shift: "shift", autoHide: "autoHide" }, host: { classAttribute: "et-animated-overlay" }, hostDirectives: [{ directive: ObserveResizeDirective }], ngImport: i0 }); }
3331
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: AnimatedOverlayDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3332
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.0", type: AnimatedOverlayDirective, isStandalone: true, inputs: { placement: "placement", fallbackPlacements: "fallbackPlacements", offset: "offset", arrowPadding: "arrowPadding", viewportPadding: "viewportPadding", autoResize: "autoResize", shift: "shift", autoHide: "autoHide" }, host: { classAttribute: "et-animated-overlay" }, hostDirectives: [{ directive: ObserveResizeDirective }], ngImport: i0 }); }
3317
3333
  }
3318
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AnimatedOverlayDirective, decorators: [{
3334
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: AnimatedOverlayDirective, decorators: [{
3319
3335
  type: Directive,
3320
3336
  args: [{
3321
3337
  standalone: true,
@@ -3363,10 +3379,10 @@ class ClickOutsideDirective {
3363
3379
  ngOnDestroy() {
3364
3380
  this._subscription?.unsubscribe();
3365
3381
  }
3366
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ClickOutsideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3367
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: ClickOutsideDirective, isStandalone: true, selector: "[etClickOutside]", outputs: { etClickOutside: "etClickOutside" }, ngImport: i0 }); }
3382
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ClickOutsideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3383
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.0", type: ClickOutsideDirective, isStandalone: true, selector: "[etClickOutside]", outputs: { etClickOutside: "etClickOutside" }, ngImport: i0 }); }
3368
3384
  }
3369
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ClickOutsideDirective, decorators: [{
3385
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ClickOutsideDirective, decorators: [{
3370
3386
  type: Directive,
3371
3387
  args: [{
3372
3388
  selector: '[etClickOutside]',
@@ -3520,10 +3536,10 @@ class CursorDragScrollDirective {
3520
3536
  this._elementRef.nativeElement.style.cursor = 'default';
3521
3537
  }
3522
3538
  }
3523
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: CursorDragScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3524
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: CursorDragScrollDirective, isStandalone: true, selector: "[etCursorDragScroll]", inputs: { enabled: ["etCursorDragScroll", "enabled"], allowedDirection: "allowedDirection" }, outputs: { cursorDragStart: "cursorDragStart", cursorDragMove: "cursorDragMove", cursorDragEnd: "cursorDragEnd" }, exportAs: ["etCursorDragScroll"], ngImport: i0 }); }
3539
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: CursorDragScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3540
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.0", type: CursorDragScrollDirective, isStandalone: true, selector: "[etCursorDragScroll]", inputs: { enabled: ["etCursorDragScroll", "enabled"], allowedDirection: "allowedDirection" }, outputs: { cursorDragStart: "cursorDragStart", cursorDragMove: "cursorDragMove", cursorDragEnd: "cursorDragEnd" }, exportAs: ["etCursorDragScroll"], ngImport: i0 }); }
3525
3541
  }
3526
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: CursorDragScrollDirective, decorators: [{
3542
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: CursorDragScrollDirective, decorators: [{
3527
3543
  type: Directive,
3528
3544
  args: [{
3529
3545
  selector: '[etCursorDragScroll]',
@@ -3556,15 +3572,15 @@ class DebugDirective {
3556
3572
  set sDebug(value) {
3557
3573
  this._debug.set(value);
3558
3574
  }
3559
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: DebugDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3560
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.1.1", type: DebugDirective, isStandalone: true, selector: "[etDebug]", inputs: { sDebug: ["etDebug", "sDebug", booleanAttribute] }, providers: [
3575
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: DebugDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3576
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.0", type: DebugDirective, isStandalone: true, selector: "[etDebug]", inputs: { sDebug: ["etDebug", "sDebug", booleanAttribute] }, providers: [
3561
3577
  {
3562
3578
  provide: DEBUG_TOKEN,
3563
3579
  useExisting: DebugDirective,
3564
3580
  },
3565
3581
  ], exportAs: ["etDebug"], ngImport: i0 }); }
3566
3582
  }
3567
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: DebugDirective, decorators: [{
3583
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: DebugDirective, decorators: [{
3568
3584
  type: Directive,
3569
3585
  args: [{
3570
3586
  selector: '[etDebug]',
@@ -3611,15 +3627,15 @@ class DelayableDirective {
3611
3627
  }
3612
3628
  this._isDelayed$.next(val);
3613
3629
  }
3614
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: DelayableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3615
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: DelayableDirective, isStandalone: true, selector: "[etDelayable]", providers: [
3630
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: DelayableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3631
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.0", type: DelayableDirective, isStandalone: true, selector: "[etDelayable]", providers: [
3616
3632
  {
3617
3633
  provide: DELAYABLE_TOKEN,
3618
3634
  useExisting: DelayableDirective,
3619
3635
  },
3620
3636
  ], exportAs: ["etDelayable"], ngImport: i0 }); }
3621
3637
  }
3622
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: DelayableDirective, decorators: [{
3638
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: DelayableDirective, decorators: [{
3623
3639
  type: Directive,
3624
3640
  args: [{
3625
3641
  selector: '[etDelayable]',
@@ -3640,15 +3656,15 @@ class IsActiveElementDirective {
3640
3656
  this.elementRef = inject(ElementRef);
3641
3657
  this.isActiveElement = false;
3642
3658
  }
3643
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: IsActiveElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3644
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.1.1", type: IsActiveElementDirective, isStandalone: true, selector: "[etIsActiveElement]", inputs: { isActiveElement: ["etIsActiveElement", "isActiveElement", booleanAttribute] }, providers: [
3659
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: IsActiveElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3660
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.0", type: IsActiveElementDirective, isStandalone: true, selector: "[etIsActiveElement]", inputs: { isActiveElement: ["etIsActiveElement", "isActiveElement", booleanAttribute] }, providers: [
3645
3661
  {
3646
3662
  provide: IS_ACTIVE_ELEMENT,
3647
3663
  useExisting: IsActiveElementDirective,
3648
3664
  },
3649
3665
  ], ngImport: i0 }); }
3650
3666
  }
3651
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: IsActiveElementDirective, decorators: [{
3667
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: IsActiveElementDirective, decorators: [{
3652
3668
  type: Directive,
3653
3669
  args: [{
3654
3670
  selector: '[etIsActiveElement]',
@@ -3671,15 +3687,15 @@ class IsElementDirective {
3671
3687
  this.elementRef = inject(ElementRef);
3672
3688
  this.isElement = false;
3673
3689
  }
3674
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: IsElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3675
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.1.1", type: IsElementDirective, isStandalone: true, selector: "[etIsElement]", inputs: { isElement: ["etIsElement", "isElement", booleanAttribute] }, providers: [
3690
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: IsElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3691
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.0", type: IsElementDirective, isStandalone: true, selector: "[etIsElement]", inputs: { isElement: ["etIsElement", "isElement", booleanAttribute] }, providers: [
3676
3692
  {
3677
3693
  provide: IS_ELEMENT,
3678
3694
  useExisting: IsElementDirective,
3679
3695
  },
3680
3696
  ], ngImport: i0 }); }
3681
3697
  }
3682
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: IsElementDirective, decorators: [{
3698
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: IsElementDirective, decorators: [{
3683
3699
  type: Directive,
3684
3700
  args: [{
3685
3701
  selector: '[etIsElement]',
@@ -3728,10 +3744,10 @@ class LetDirective {
3728
3744
  }
3729
3745
  }
3730
3746
  }
3731
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: LetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3732
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: LetDirective, isStandalone: true, selector: "[etLet]", inputs: { etLet: "etLet" }, ngImport: i0 }); }
3747
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: LetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3748
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.0", type: LetDirective, isStandalone: true, selector: "[etLet]", inputs: { etLet: "etLet" }, ngImport: i0 }); }
3733
3749
  }
3734
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: LetDirective, decorators: [{
3750
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: LetDirective, decorators: [{
3735
3751
  type: Directive,
3736
3752
  args: [{
3737
3753
  selector: '[etLet]',
@@ -3783,10 +3799,10 @@ class ObserveContentDirective {
3783
3799
  _unsubscribe() {
3784
3800
  this._currentSubscription?.unsubscribe();
3785
3801
  }
3786
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ObserveContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3787
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: ObserveContentDirective, isStandalone: true, selector: "[etObserveContent]", inputs: { disabled: ["etObserveContentDisabled", "disabled"], debounce: ["etObserveContentDebounce", "debounce"] }, outputs: { valueChange: "etObserveContent" }, exportAs: ["etObserveContent"], ngImport: i0 }); }
3802
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ObserveContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3803
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.0", type: ObserveContentDirective, isStandalone: true, selector: "[etObserveContent]", inputs: { disabled: ["etObserveContentDisabled", "disabled"], debounce: ["etObserveContentDebounce", "debounce"] }, outputs: { valueChange: "etObserveContent" }, exportAs: ["etObserveContent"], ngImport: i0 }); }
3788
3804
  }
3789
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ObserveContentDirective, decorators: [{
3805
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ObserveContentDirective, decorators: [{
3790
3806
  type: Directive,
3791
3807
  args: [{
3792
3808
  selector: '[etObserveContent]',
@@ -3804,15 +3820,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImpor
3804
3820
  args: ['etObserveContentDebounce']
3805
3821
  }] } });
3806
3822
 
3823
+ const OBSERVE_SCROLL_STATE = new InjectionToken('OBSERVE_SCROLL_STATE');
3824
+
3807
3825
  const SCROLL_OBSERVER_FIRST_ELEMENT_CLASS = 'et-scroll-observer-first-element';
3808
3826
  class ScrollObserverFirstElementDirective {
3809
3827
  constructor() {
3810
3828
  this.isFirstElement = false;
3811
3829
  }
3812
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ScrollObserverFirstElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3813
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.1.1", type: ScrollObserverFirstElementDirective, isStandalone: true, selector: "[etScrollObserverFirstElement]", inputs: { isFirstElement: ["etScrollObserverFirstElement", "isFirstElement", booleanAttribute] }, host: { properties: { "class.et-scroll-observer-first-element": "this.isFirstElement" } }, ngImport: i0 }); }
3830
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ScrollObserverFirstElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3831
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.0", type: ScrollObserverFirstElementDirective, isStandalone: true, selector: "[etScrollObserverFirstElement]", inputs: { isFirstElement: ["etScrollObserverFirstElement", "isFirstElement", booleanAttribute] }, host: { properties: { "class.et-scroll-observer-first-element": "this.isFirstElement" } }, ngImport: i0 }); }
3814
3832
  }
3815
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ScrollObserverFirstElementDirective, decorators: [{
3833
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ScrollObserverFirstElementDirective, decorators: [{
3816
3834
  type: Directive,
3817
3835
  args: [{
3818
3836
  selector: '[etScrollObserverFirstElement]',
@@ -3828,10 +3846,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImpor
3828
3846
 
3829
3847
  const SCROLL_OBSERVER_IGNORE_TARGET_CLASS = 'et-scroll-observer-ignore-target';
3830
3848
  class ScrollObserverIgnoreTargetDirective {
3831
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3832
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: ScrollObserverIgnoreTargetDirective, isStandalone: true, selector: "[etScrollObserverIgnoreTarget]", host: { classAttribute: "et-scroll-observer-ignore-target" }, ngImport: i0 }); }
3849
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3850
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.0", type: ScrollObserverIgnoreTargetDirective, isStandalone: true, selector: "[etScrollObserverIgnoreTarget]", host: { classAttribute: "et-scroll-observer-ignore-target" }, ngImport: i0 }); }
3833
3851
  }
3834
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, decorators: [{
3852
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, decorators: [{
3835
3853
  type: Directive,
3836
3854
  args: [{
3837
3855
  selector: '[etScrollObserverIgnoreTarget]',
@@ -3847,10 +3865,10 @@ class ScrollObserverLastElementDirective {
3847
3865
  constructor() {
3848
3866
  this.isLastElement = false;
3849
3867
  }
3850
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ScrollObserverLastElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3851
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.1.1", type: ScrollObserverLastElementDirective, isStandalone: true, selector: "[etScrollObserverLastElement]", inputs: { isLastElement: ["etScrollObserverLastElement", "isLastElement", booleanAttribute] }, host: { properties: { "class.et-scroll-observer-last-element": "this.isLastElement" }, classAttribute: "et-scroll-observer-last-element" }, ngImport: i0 }); }
3868
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ScrollObserverLastElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3869
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.0", type: ScrollObserverLastElementDirective, isStandalone: true, selector: "[etScrollObserverLastElement]", inputs: { isLastElement: ["etScrollObserverLastElement", "isLastElement", booleanAttribute] }, host: { properties: { "class.et-scroll-observer-last-element": "this.isLastElement" }, classAttribute: "et-scroll-observer-last-element" }, ngImport: i0 }); }
3852
3870
  }
3853
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ScrollObserverLastElementDirective, decorators: [{
3871
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ScrollObserverLastElementDirective, decorators: [{
3854
3872
  type: Directive,
3855
3873
  args: [{
3856
3874
  selector: '[etScrollObserverLastElement]',
@@ -3867,8 +3885,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImpor
3867
3885
  args: [`class.${SCROLL_OBSERVER_LAST_ELEMENT_CLASS}`]
3868
3886
  }] } });
3869
3887
 
3870
- const OBSERVE_SCROLL_STATE = new InjectionToken('OBSERVE_SCROLL_STATE');
3871
-
3872
3888
  const SCROLL_OBSERVER_OBSERVING_FIRST_ELEMENT_CLASS = 'et-scroll-observer-observing-first-element';
3873
3889
  const SCROLL_OBSERVER_OBSERVING_LAST_ELEMENT_CLASS = 'et-scroll-observer-observing-last-element';
3874
3890
  class ObserveScrollStateDirective {
@@ -4009,15 +4025,15 @@ class ObserveScrollStateDirective {
4009
4025
  }
4010
4026
  return element;
4011
4027
  }
4012
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ObserveScrollStateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4013
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.1.1", type: ObserveScrollStateDirective, isStandalone: true, selector: "[etObserveScrollState]", inputs: { rootMargin: ["rootMargin", "rootMargin", numberAttribute], observerThreshold: "observerThreshold" }, outputs: { valueChange: "etObserveScrollState" }, providers: [
4028
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ObserveScrollStateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4029
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.0", type: ObserveScrollStateDirective, isStandalone: true, selector: "[etObserveScrollState]", inputs: { rootMargin: ["rootMargin", "rootMargin", numberAttribute], observerThreshold: "observerThreshold" }, outputs: { valueChange: "etObserveScrollState" }, providers: [
4014
4030
  {
4015
4031
  provide: OBSERVE_SCROLL_STATE,
4016
4032
  useExisting: ObserveScrollStateDirective,
4017
4033
  },
4018
4034
  ], exportAs: ["etObserveScrollState"], ngImport: i0 }); }
4019
4035
  }
4020
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ObserveScrollStateDirective, decorators: [{
4036
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ObserveScrollStateDirective, decorators: [{
4021
4037
  type: Directive,
4022
4038
  args: [{
4023
4039
  selector: '[etObserveScrollState]',
@@ -4087,15 +4103,15 @@ class ObserveVisibilityDirective {
4087
4103
  }))
4088
4104
  .subscribe();
4089
4105
  }
4090
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ObserveVisibilityDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4091
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: ObserveVisibilityDirective, isStandalone: true, selector: "[etObserveVisibility]", outputs: { etObserveVisibility: "etObserveVisibility" }, host: { classAttribute: "et-observe-visibility" }, providers: [
4106
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ObserveVisibilityDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4107
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.0", type: ObserveVisibilityDirective, isStandalone: true, selector: "[etObserveVisibility]", outputs: { etObserveVisibility: "etObserveVisibility" }, host: { classAttribute: "et-observe-visibility" }, providers: [
4092
4108
  {
4093
4109
  provide: OBSERVE_VISIBILITY_TOKEN,
4094
4110
  useExisting: ObserveVisibilityDirective,
4095
4111
  },
4096
4112
  ], ngImport: i0 }); }
4097
4113
  }
4098
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ObserveVisibilityDirective, decorators: [{
4114
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ObserveVisibilityDirective, decorators: [{
4099
4115
  type: Directive,
4100
4116
  args: [{
4101
4117
  selector: '[etObserveVisibility]',
@@ -4133,10 +4149,10 @@ class RepeatDirective {
4133
4149
  this._viewContainerRef.createEmbeddedView(this._mainTemplateRef);
4134
4150
  }
4135
4151
  }
4136
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: RepeatDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
4137
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: RepeatDirective, isStandalone: true, selector: "[etRepeat]", inputs: { repeatCount: ["etRepeat", "repeatCount"] }, ngImport: i0 }); }
4152
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: RepeatDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
4153
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.0", type: RepeatDirective, isStandalone: true, selector: "[etRepeat]", inputs: { repeatCount: ["etRepeat", "repeatCount"] }, ngImport: i0 }); }
4138
4154
  }
4139
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: RepeatDirective, decorators: [{
4155
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: RepeatDirective, decorators: [{
4140
4156
  type: Directive,
4141
4157
  args: [{
4142
4158
  selector: '[etRepeat]',
@@ -4305,10 +4321,10 @@ class SeoDirective {
4305
4321
  }
4306
4322
  }
4307
4323
  }
4308
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: SeoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4309
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: SeoDirective, isStandalone: true, providers: [{ provide: SEO_DIRECTIVE_TOKEN, useExisting: SeoDirective }], ngImport: i0 }); }
4324
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: SeoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4325
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.0", type: SeoDirective, isStandalone: true, providers: [{ provide: SEO_DIRECTIVE_TOKEN, useExisting: SeoDirective }], ngImport: i0 }); }
4310
4326
  }
4311
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: SeoDirective, decorators: [{
4327
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: SeoDirective, decorators: [{
4312
4328
  type: Directive,
4313
4329
  args: [{
4314
4330
  standalone: true,
@@ -4484,10 +4500,10 @@ class InferMimeTypePipe {
4484
4500
  constructor() {
4485
4501
  this.transform = inferMimeType;
4486
4502
  }
4487
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: InferMimeTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4488
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.1", ngImport: i0, type: InferMimeTypePipe, isStandalone: true, name: "inferMimeType" }); }
4503
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: InferMimeTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4504
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: InferMimeTypePipe, isStandalone: true, name: "inferMimeType" }); }
4489
4505
  }
4490
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: InferMimeTypePipe, decorators: [{
4506
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: InferMimeTypePipe, decorators: [{
4491
4507
  type: Pipe,
4492
4508
  args: [{
4493
4509
  name: 'inferMimeType',
@@ -4533,10 +4549,10 @@ class NormalizeGameResultTypePipe {
4533
4549
  constructor() {
4534
4550
  this.transform = normalizeGameResultType;
4535
4551
  }
4536
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: NormalizeGameResultTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4537
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.1", ngImport: i0, type: NormalizeGameResultTypePipe, isStandalone: true, name: "etNormalizeGameResultType" }); }
4552
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: NormalizeGameResultTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4553
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: NormalizeGameResultTypePipe, isStandalone: true, name: "etNormalizeGameResultType" }); }
4538
4554
  }
4539
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: NormalizeGameResultTypePipe, decorators: [{
4555
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: NormalizeGameResultTypePipe, decorators: [{
4540
4556
  type: Pipe,
4541
4557
  args: [{ name: 'etNormalizeGameResultType', standalone: true }]
4542
4558
  }] });
@@ -4564,10 +4580,10 @@ class NormalizeMatchStatePipe {
4564
4580
  constructor() {
4565
4581
  this.transform = normalizeMatchState;
4566
4582
  }
4567
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: NormalizeMatchStatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4568
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.1", ngImport: i0, type: NormalizeMatchStatePipe, isStandalone: true, name: "etNormalizeMatchState" }); }
4583
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: NormalizeMatchStatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4584
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: NormalizeMatchStatePipe, isStandalone: true, name: "etNormalizeMatchState" }); }
4569
4585
  }
4570
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: NormalizeMatchStatePipe, decorators: [{
4586
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: NormalizeMatchStatePipe, decorators: [{
4571
4587
  type: Pipe,
4572
4588
  args: [{ name: 'etNormalizeMatchState', standalone: true }]
4573
4589
  }] });
@@ -4622,10 +4638,10 @@ class NormalizeMatchParticipantsPipe {
4622
4638
  constructor() {
4623
4639
  this.transform = normalizeMatchParticipants;
4624
4640
  }
4625
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: NormalizeMatchParticipantsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4626
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.1", ngImport: i0, type: NormalizeMatchParticipantsPipe, isStandalone: true, name: "etNormalizeMatchParticipants" }); }
4641
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: NormalizeMatchParticipantsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4642
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: NormalizeMatchParticipantsPipe, isStandalone: true, name: "etNormalizeMatchParticipants" }); }
4627
4643
  }
4628
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: NormalizeMatchParticipantsPipe, decorators: [{
4644
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: NormalizeMatchParticipantsPipe, decorators: [{
4629
4645
  type: Pipe,
4630
4646
  args: [{ name: 'etNormalizeMatchParticipants', standalone: true }]
4631
4647
  }] });
@@ -4759,10 +4775,10 @@ class NormalizeMatchScorePipe {
4759
4775
  constructor() {
4760
4776
  this.transform = normalizeMatchScore;
4761
4777
  }
4762
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: NormalizeMatchScorePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4763
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.1", ngImport: i0, type: NormalizeMatchScorePipe, isStandalone: true, name: "etNormalizeMatchScore" }); }
4778
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: NormalizeMatchScorePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4779
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: NormalizeMatchScorePipe, isStandalone: true, name: "etNormalizeMatchScore" }); }
4764
4780
  }
4765
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: NormalizeMatchScorePipe, decorators: [{
4781
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: NormalizeMatchScorePipe, decorators: [{
4766
4782
  type: Pipe,
4767
4783
  args: [{ name: 'etNormalizeMatchScore', standalone: true }]
4768
4784
  }] });
@@ -4809,10 +4825,10 @@ class NormalizeMatchTypePipe {
4809
4825
  constructor() {
4810
4826
  this.transform = normalizeMatchType;
4811
4827
  }
4812
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: NormalizeMatchTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4813
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.1", ngImport: i0, type: NormalizeMatchTypePipe, isStandalone: true, name: "etNormalizeMatchType" }); }
4828
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: NormalizeMatchTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4829
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: NormalizeMatchTypePipe, isStandalone: true, name: "etNormalizeMatchType" }); }
4814
4830
  }
4815
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: NormalizeMatchTypePipe, decorators: [{
4831
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: NormalizeMatchTypePipe, decorators: [{
4816
4832
  type: Pipe,
4817
4833
  args: [{ name: 'etNormalizeMatchType', standalone: true }]
4818
4834
  }] });
@@ -4826,10 +4842,10 @@ class ToArrayPipe {
4826
4842
  constructor() {
4827
4843
  this.transform = toArray;
4828
4844
  }
4829
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ToArrayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4830
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.1", ngImport: i0, type: ToArrayPipe, isStandalone: true, name: "toArray" }); }
4845
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ToArrayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4846
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: ToArrayPipe, isStandalone: true, name: "toArray" }); }
4831
4847
  }
4832
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ToArrayPipe, decorators: [{
4848
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ToArrayPipe, decorators: [{
4833
4849
  type: Pipe,
4834
4850
  args: [{ name: 'toArray', standalone: true }]
4835
4851
  }] });
@@ -5047,10 +5063,10 @@ class PropsDirective {
5047
5063
  });
5048
5064
  });
5049
5065
  }
5050
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: PropsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5051
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "17.1.1", type: PropsDirective, isStandalone: true, selector: "[etProps]", inputs: { props: { classPropertyName: "props", publicName: "etProps", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 }); }
5066
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PropsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5067
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "17.3.0", type: PropsDirective, isStandalone: true, selector: "[etProps]", inputs: { props: { classPropertyName: "props", publicName: "etProps", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 }); }
5052
5068
  }
5053
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: PropsDirective, decorators: [{
5069
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PropsDirective, decorators: [{
5054
5070
  type: Directive,
5055
5071
  args: [{
5056
5072
  selector: '[etProps]',
@@ -5181,5 +5197,5 @@ const Validators = {
5181
5197
  * Generated bundle index. Do not edit.
5182
5198
  */
5183
5199
 
5184
- export { ANIMATABLE_TOKEN, ANIMATED_IF_TOKEN, ANIMATED_LIFECYCLE_TOKEN, AT_LEAST_ONE_REQUIRED, ActiveSelectionModel, AnimatableDirective, AnimatedIfDirective, AnimatedLifecycleDirective, AnimatedOverlayDirective, ClickObserverFactory, ClickObserverService, ClickOutsideDirective, ContentObserverService, CursorDragScrollDirective, DEBUG_TOKEN, DEFAULT_VIEWPORT_CONFIG, DELAYABLE_TOKEN, DebugDirective, DelayableDirective, ET_PROPERTY_REMOVED, FocusVisibleService, IS_ACTIVE_ELEMENT, IS_ARRAY_NOT_EMPTY, IS_ELEMENT, IS_EMAIL, InferMimeTypePipe, IntersectionObserverFactory, IntersectionObserverService, IsActiveElementDirective, IsArrayNotEmpty, IsElementDirective, IsEmail, KeyPressManager, LetContext, LetDirective, MUST_MATCH, Memo, MustMatch, MutationObserverFactory, NormalizeGameResultTypePipe, NormalizeMatchParticipantsPipe, NormalizeMatchScorePipe, NormalizeMatchStatePipe, NormalizeMatchTypePipe, OBSERVE_SCROLL_STATE, OBSERVE_VISIBILITY_TOKEN, ObserveContentDirective, ObserveResizeDirective, ObserveScrollStateDirective, ObserveVisibilityDirective, PropsDirective, ROOT_BOUNDARY_TOKEN, RUNTIME_ERROR_NO_DATA, RepeatDirective, ResizeObserverFactory, ResizeObserverService, RootBoundaryDirective, RouterStateService, RuntimeError, SCROLL_OBSERVER_FIRST_ELEMENT_CLASS, SCROLL_OBSERVER_IGNORE_TARGET_CLASS, SCROLL_OBSERVER_LAST_ELEMENT_CLASS, SCROLL_OBSERVER_OBSERVING_FIRST_ELEMENT_CLASS, SCROLL_OBSERVER_OBSERVING_LAST_ELEMENT_CLASS, SEO_DIRECTIVE_TOKEN, ScrollObserverFirstElementDirective, ScrollObserverIgnoreTargetDirective, ScrollObserverLastElementDirective, SelectionModel, SeoDirective, SmartBlockScrollStrategy, StructuredDataComponent, ToArrayPipe, TypedQueryList, VIEWPORT_CONFIG, ValidateAtLeastOneRequired, Validators, ViewportService, bindProps, buildSignalEffects, clamp, clone, cloneFormGroup, createComponentId, createDependencyStash, createDestroy, createElementDictionary, createFlipAnimation, createFlipAnimationGroup, createHostProps, createMediaQueryObservable, createMutationObservable, createPropHandlers, createProps, createReactiveBindings, createResizeObservable, createSetup, deleteCookie, elementCanScroll, equal, forceReflow, formatRuntimeError, fromNextFrame, getCookie, getDomain, getElementVisibleStates, getFirstAndLastPartialIntersection, getFormGroupValue, getGroupMatchPoints, getGroupMatchScore, getKnockoutMatchScore, getMatchScoreSubLine, hasCookie, inferMimeType, isElementVisible, isEmptyArray, isGroupMatch, isKnockoutMatch, isObjectArray, isPrimitiveArray, mergeSeoConfig, nextFrame, normalizeGameResultType, normalizeMatchParticipant, normalizeMatchParticipants, normalizeMatchScore, normalizeMatchState, normalizeMatchType, provideViewportConfig, round, routerDisableScrollTop, scrollToElement, setCookie, signalAttributes, signalClasses, signalElementChildren, signalElementDimensions, signalElementIntersection, signalElementMutations, signalElementScrollState, signalHostAttributes, signalHostClasses, signalHostElementDimensions, signalHostElementIntersection, signalHostElementMutations, signalHostElementScrollState, signalHostStyles, signalIsRendered, signalStyles, signalVisibilityChangeClasses, switchQueryListChanges, templateComputed, toArray, toArrayTrackByFn, unbindProps };
5200
+ export { ANIMATABLE_TOKEN, ANIMATED_IF_TOKEN, ANIMATED_LIFECYCLE_TOKEN, AT_LEAST_ONE_REQUIRED, ActiveSelectionModel, AnimatableDirective, AnimatedIfDirective, AnimatedLifecycleDirective, AnimatedOverlayDirective, CURSOR_DRAG_SCROLLING_CLASS, CURSOR_DRAG_SCROLLING_PREPARED_CLASS, ClickObserverFactory, ClickObserverService, ClickOutsideDirective, ContentObserverService, CursorDragScrollDirective, DEBUG_TOKEN, DEFAULT_VIEWPORT_CONFIG, DELAYABLE_TOKEN, DebugDirective, DelayableDirective, ET_PROPERTY_REMOVED, FocusVisibleService, IS_ACTIVE_ELEMENT, IS_ARRAY_NOT_EMPTY, IS_ELEMENT, IS_EMAIL, InferMimeTypePipe, IntersectionObserverFactory, IntersectionObserverService, IsActiveElementDirective, IsArrayNotEmpty, IsElementDirective, IsEmail, KeyPressManager, LetContext, LetDirective, MUST_MATCH, Memo, MustMatch, MutationObserverFactory, NormalizeGameResultTypePipe, NormalizeMatchParticipantsPipe, NormalizeMatchScorePipe, NormalizeMatchStatePipe, NormalizeMatchTypePipe, OBSERVE_SCROLL_STATE, OBSERVE_VISIBILITY_TOKEN, ObserveContentDirective, ObserveResizeDirective, ObserveScrollStateDirective, ObserveVisibilityDirective, PropsDirective, ROOT_BOUNDARY_TOKEN, RUNTIME_ERROR_NO_DATA, RepeatDirective, ResizeObserverFactory, ResizeObserverService, RootBoundaryDirective, RouterStateService, RuntimeError, SCROLL_OBSERVER_FIRST_ELEMENT_CLASS, SCROLL_OBSERVER_IGNORE_TARGET_CLASS, SCROLL_OBSERVER_LAST_ELEMENT_CLASS, SCROLL_OBSERVER_OBSERVING_FIRST_ELEMENT_CLASS, SCROLL_OBSERVER_OBSERVING_LAST_ELEMENT_CLASS, SEO_DIRECTIVE_TOKEN, ScrollObserverFirstElementDirective, ScrollObserverIgnoreTargetDirective, ScrollObserverLastElementDirective, SelectionModel, SeoDirective, SmartBlockScrollStrategy, StructuredDataComponent, ToArrayPipe, TypedQueryList, VIEWPORT_CONFIG, ValidateAtLeastOneRequired, Validators, ViewportService, bindProps, buildSignalEffects, clamp, clone, cloneFormGroup, createComponentId, createDependencyStash, createDestroy, createElementDictionary, createFlipAnimation, createFlipAnimationGroup, createHostProps, createMediaQueryObservable, createMutationObservable, createPropHandlers, createProps, createReactiveBindings, createResizeObservable, createSetup, debouncedControlValueSignal, deleteCookie, elementCanScroll, equal, forceReflow, formatRuntimeError, fromNextFrame, getCookie, getDomain, getElementVisibleStates, getFirstAndLastPartialIntersection, getFormGroupValue, getGroupMatchPoints, getGroupMatchScore, getKnockoutMatchScore, getMatchScoreSubLine, hasCookie, inferMimeType, isElementVisible, isEmptyArray, isGroupMatch, isKnockoutMatch, isObjectArray, isPrimitiveArray, mergeSeoConfig, nextFrame, normalizeGameResultType, normalizeMatchParticipant, normalizeMatchParticipants, normalizeMatchScore, normalizeMatchState, normalizeMatchType, previousSignalValue, provideViewportConfig, round, routerDisableScrollTop, scrollToElement, setCookie, signalAttributes, signalClasses, signalElementChildren, signalElementDimensions, signalElementIntersection, signalElementMutations, signalElementScrollState, signalHostAttributes, signalHostClasses, signalHostElementDimensions, signalHostElementIntersection, signalHostElementMutations, signalHostElementScrollState, signalHostStyles, signalIsRendered, signalStyles, signalVisibilityChangeClasses, switchQueryListChanges, syncSignal, templateComputed, toArray, toArrayTrackByFn, unbindProps };
5185
5201
  //# sourceMappingURL=ethlete-core.mjs.map