@ethlete/core 4.5.0 → 4.5.2

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 (190) hide show
  1. package/CHANGELOG.md +850 -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/create-prop-handlers.mjs +17 -0
  64. package/esm2022/lib/props/create-props.mjs +51 -0
  65. package/esm2022/lib/props/create-setup.mjs +19 -0
  66. package/esm2022/lib/props/dependency-stash.mjs +20 -0
  67. package/esm2022/lib/props/element-dictionary.mjs +44 -0
  68. package/esm2022/lib/props/index.mjs +9 -0
  69. package/esm2022/lib/props/props-binding.mjs +53 -0
  70. package/esm2022/lib/props/props.directive.mjs +33 -0
  71. package/esm2022/lib/props/template-input.mjs +41 -0
  72. package/esm2022/lib/services/click-observer.service.mjs +6 -6
  73. package/esm2022/lib/services/content-observer.service.mjs +6 -6
  74. package/esm2022/lib/services/focus-visible.service.mjs +3 -3
  75. package/esm2022/lib/services/index.mjs +9 -2
  76. package/esm2022/lib/services/intersection-observer.service.mjs +6 -6
  77. package/esm2022/lib/services/resize-observer.service.mjs +6 -6
  78. package/esm2022/lib/services/router-state.service.mjs +3 -3
  79. package/esm2022/lib/services/viewport.service.mjs +5 -5
  80. package/esm2022/lib/types/index.mjs +5 -2
  81. package/esm2022/lib/utils/index.mjs +25 -2
  82. package/esm2022/lib/validators/index.mjs +15 -0
  83. package/fesm2022/ethlete-core.mjs +391 -127
  84. package/fesm2022/ethlete-core.mjs.map +1 -1
  85. package/index.d.ts +36 -1
  86. package/lib/constants/index.d.ts +1 -1
  87. package/lib/directives/animatable/index.d.ts +1 -1
  88. package/lib/directives/animated-lifecycle/index.d.ts +1 -1
  89. package/lib/directives/cursor-drag-scroll/{public-api.d.ts → index.d.ts} +1 -0
  90. package/lib/directives/observe-resize/index.d.ts +1 -1
  91. package/lib/directives/observe-scroll-state/{public-api.d.ts → index.d.ts} +2 -2
  92. package/lib/directives/root-boundary/index.d.ts +1 -1
  93. package/lib/directives/scroll-observer-first-element/index.d.ts +1 -1
  94. package/lib/directives/scroll-observer-ignore-target/index.d.ts +1 -1
  95. package/lib/directives/scroll-observer-last-element/index.d.ts +1 -1
  96. package/lib/pipes/normalize-match-state/index.d.ts +3 -1
  97. package/lib/props/create-prop-handlers.d.ts +27 -0
  98. package/lib/props/create-props.d.ts +54 -0
  99. package/lib/props/create-setup.d.ts +4 -0
  100. package/lib/props/dependency-stash.d.ts +11 -0
  101. package/lib/props/element-dictionary.d.ts +11 -0
  102. package/lib/props/index.d.ts +8 -0
  103. package/lib/props/props-binding.d.ts +12 -0
  104. package/lib/props/props.directive.d.ts +38 -0
  105. package/lib/props/template-input.d.ts +30 -0
  106. package/lib/services/index.d.ts +8 -1
  107. package/lib/services/viewport.service.d.ts +1 -2
  108. package/lib/types/index.d.ts +4 -1
  109. package/lib/utils/index.d.ts +24 -1
  110. package/package.json +7 -7
  111. package/esm2022/lib/components/public-api.mjs +0 -2
  112. package/esm2022/lib/components/structured-data/public-api.mjs +0 -2
  113. package/esm2022/lib/constants/public-api.mjs +0 -2
  114. package/esm2022/lib/decorators/index.mjs +0 -2
  115. package/esm2022/lib/decorators/memo/public-api.mjs +0 -2
  116. package/esm2022/lib/decorators/public-api.mjs +0 -2
  117. package/esm2022/lib/directives/animatable/public-api.mjs +0 -2
  118. package/esm2022/lib/directives/animated-if/public-api.mjs +0 -2
  119. package/esm2022/lib/directives/animated-lifecycle/public-api.mjs +0 -2
  120. package/esm2022/lib/directives/animated-overlay/public-api.mjs +0 -2
  121. package/esm2022/lib/directives/click-outside/public-api.mjs +0 -2
  122. package/esm2022/lib/directives/cursor-drag-scroll/public-api.mjs +0 -2
  123. package/esm2022/lib/directives/debug/public-api.mjs +0 -2
  124. package/esm2022/lib/directives/delayable/public-api.mjs +0 -2
  125. package/esm2022/lib/directives/is-active-element/public-api.mjs +0 -2
  126. package/esm2022/lib/directives/is-element/public-api.mjs +0 -2
  127. package/esm2022/lib/directives/let/public-api.mjs +0 -3
  128. package/esm2022/lib/directives/observe-content/public-api.mjs +0 -2
  129. package/esm2022/lib/directives/observe-resize/public-api.mjs +0 -2
  130. package/esm2022/lib/directives/observe-scroll-state/public-api.mjs +0 -3
  131. package/esm2022/lib/directives/observe-visibility/public-api.mjs +0 -2
  132. package/esm2022/lib/directives/public-api.mjs +0 -22
  133. package/esm2022/lib/directives/repeat/public-api.mjs +0 -2
  134. package/esm2022/lib/directives/root-boundary/public-api.mjs +0 -2
  135. package/esm2022/lib/directives/scroll-observer-first-element/public-api.mjs +0 -2
  136. package/esm2022/lib/directives/scroll-observer-ignore-target/public-api.mjs +0 -2
  137. package/esm2022/lib/directives/scroll-observer-last-element/public-api.mjs +0 -2
  138. package/esm2022/lib/directives/seo/public-api.mjs +0 -5
  139. package/esm2022/lib/pipes/infer-mime-type/public-api.mjs +0 -3
  140. package/esm2022/lib/pipes/normalize-game-result-type/public-api.mjs +0 -4
  141. package/esm2022/lib/pipes/normalize-match-participants/public-api.mjs +0 -4
  142. package/esm2022/lib/pipes/normalize-match-score/public-api.mjs +0 -4
  143. package/esm2022/lib/pipes/normalize-match-state/public-api.mjs +0 -4
  144. package/esm2022/lib/pipes/normalize-match-type/public-api.mjs +0 -3
  145. package/esm2022/lib/pipes/public-api.mjs +0 -8
  146. package/esm2022/lib/pipes/to-array/public-api.mjs +0 -3
  147. package/esm2022/lib/public-api.mjs +0 -10
  148. package/esm2022/lib/services/public-api.mjs +0 -9
  149. package/esm2022/lib/types/public-api.mjs +0 -5
  150. package/esm2022/lib/utils/public-api.mjs +0 -25
  151. package/esm2022/lib/validators/public-api.mjs +0 -15
  152. package/lib/components/public-api.d.ts +0 -1
  153. package/lib/constants/public-api.d.ts +0 -1
  154. package/lib/decorators/index.d.ts +0 -1
  155. package/lib/decorators/public-api.d.ts +0 -1
  156. package/lib/directives/animatable/public-api.d.ts +0 -1
  157. package/lib/directives/animated-lifecycle/public-api.d.ts +0 -1
  158. package/lib/directives/observe-resize/public-api.d.ts +0 -1
  159. package/lib/directives/public-api.d.ts +0 -21
  160. package/lib/directives/root-boundary/public-api.d.ts +0 -1
  161. package/lib/directives/scroll-observer-first-element/public-api.d.ts +0 -1
  162. package/lib/directives/scroll-observer-ignore-target/public-api.d.ts +0 -1
  163. package/lib/directives/scroll-observer-last-element/public-api.d.ts +0 -1
  164. package/lib/pipes/normalize-match-state/public-api.d.ts +0 -3
  165. package/lib/pipes/public-api.d.ts +0 -7
  166. package/lib/public-api.d.ts +0 -9
  167. package/lib/services/public-api.d.ts +0 -8
  168. package/lib/types/public-api.d.ts +0 -4
  169. package/lib/utils/public-api.d.ts +0 -24
  170. /package/lib/components/structured-data/{public-api.d.ts → index.d.ts} +0 -0
  171. /package/lib/decorators/memo/{public-api.d.ts → index.d.ts} +0 -0
  172. /package/lib/directives/animated-if/{public-api.d.ts → index.d.ts} +0 -0
  173. /package/lib/directives/animated-overlay/{public-api.d.ts → index.d.ts} +0 -0
  174. /package/lib/directives/click-outside/{public-api.d.ts → index.d.ts} +0 -0
  175. /package/lib/directives/debug/{public-api.d.ts → index.d.ts} +0 -0
  176. /package/lib/directives/delayable/{public-api.d.ts → index.d.ts} +0 -0
  177. /package/lib/directives/is-active-element/{public-api.d.ts → index.d.ts} +0 -0
  178. /package/lib/directives/is-element/{public-api.d.ts → index.d.ts} +0 -0
  179. /package/lib/directives/let/{public-api.d.ts → index.d.ts} +0 -0
  180. /package/lib/directives/observe-content/{public-api.d.ts → index.d.ts} +0 -0
  181. /package/lib/directives/observe-visibility/{public-api.d.ts → index.d.ts} +0 -0
  182. /package/lib/directives/repeat/{public-api.d.ts → index.d.ts} +0 -0
  183. /package/lib/directives/seo/{public-api.d.ts → index.d.ts} +0 -0
  184. /package/lib/pipes/infer-mime-type/{public-api.d.ts → index.d.ts} +0 -0
  185. /package/lib/pipes/normalize-game-result-type/{public-api.d.ts → index.d.ts} +0 -0
  186. /package/lib/pipes/normalize-match-participants/{public-api.d.ts → index.d.ts} +0 -0
  187. /package/lib/pipes/normalize-match-score/{public-api.d.ts → index.d.ts} +0 -0
  188. /package/lib/pipes/normalize-match-type/{public-api.d.ts → index.d.ts} +0 -0
  189. /package/lib/pipes/to-array/{public-api.d.ts → index.d.ts} +0 -0
  190. /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 } 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, skip, debounceTime, merge, 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.0", ngImport: i0, type: StructuredDataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
33
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.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 }); }
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.0", 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',
@@ -1986,15 +1986,15 @@ class AnimatableDirective {
1986
1986
  .subscribe();
1987
1987
  }
1988
1988
  }
1989
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AnimatableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1990
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: AnimatableDirective, isStandalone: true, selector: "[etAnimatable]", inputs: { animatedElement: ["etAnimatable", "animatedElement"] }, providers: [
1989
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: AnimatableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1990
+ 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
1991
  {
1992
1992
  provide: ANIMATABLE_TOKEN,
1993
1993
  useExisting: AnimatableDirective,
1994
1994
  },
1995
1995
  ], exportAs: ["etAnimatable"], ngImport: i0 }); }
1996
1996
  }
1997
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AnimatableDirective, decorators: [{
1997
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: AnimatableDirective, decorators: [{
1998
1998
  type: Directive,
1999
1999
  args: [{
2000
2000
  selector: '[etAnimatable]',
@@ -2114,15 +2114,15 @@ class AnimatedLifecycleDirective {
2114
2114
  _forceState(state) {
2115
2115
  this._state$.next(state);
2116
2116
  }
2117
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AnimatedLifecycleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2118
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: AnimatedLifecycleDirective, isStandalone: true, selector: "[etAnimatedLifecycle]", providers: [
2117
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: AnimatedLifecycleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2118
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.0", type: AnimatedLifecycleDirective, isStandalone: true, selector: "[etAnimatedLifecycle]", providers: [
2119
2119
  {
2120
2120
  provide: ANIMATED_LIFECYCLE_TOKEN,
2121
2121
  useExisting: AnimatedLifecycleDirective,
2122
2122
  },
2123
2123
  ], exportAs: ["etAnimatedLifecycle"], hostDirectives: [{ directive: AnimatableDirective }], ngImport: i0 }); }
2124
2124
  }
2125
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AnimatedLifecycleDirective, decorators: [{
2125
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: AnimatedLifecycleDirective, decorators: [{
2126
2126
  type: Directive,
2127
2127
  args: [{
2128
2128
  selector: '[etAnimatedLifecycle]',
@@ -2159,15 +2159,15 @@ class AnimatedIfDirective {
2159
2159
  .subscribe();
2160
2160
  }
2161
2161
  }
2162
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AnimatedIfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2163
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: AnimatedIfDirective, isStandalone: true, selector: "[etAnimatedIf]", inputs: { shouldRender: ["etAnimatedIf", "shouldRender"] }, providers: [
2162
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: AnimatedIfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2163
+ 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
2164
  {
2165
2165
  provide: ANIMATED_IF_TOKEN,
2166
2166
  useExisting: AnimatedIfDirective,
2167
2167
  },
2168
2168
  ], hostDirectives: [{ directive: i1.NgIf }], ngImport: i0 }); }
2169
2169
  }
2170
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AnimatedIfDirective, decorators: [{
2170
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: AnimatedIfDirective, decorators: [{
2171
2171
  type: Directive,
2172
2172
  args: [{
2173
2173
  selector: '[etAnimatedIf]',
@@ -2190,10 +2190,10 @@ class ClickObserverFactory {
2190
2190
  create() {
2191
2191
  return fromEvent(document, 'click');
2192
2192
  }
2193
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ClickObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2194
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ClickObserverFactory, providedIn: 'root' }); }
2193
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ClickObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2194
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ClickObserverFactory, providedIn: 'root' }); }
2195
2195
  }
2196
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ClickObserverFactory, decorators: [{
2196
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ClickObserverFactory, decorators: [{
2197
2197
  type: Injectable,
2198
2198
  args: [{ providedIn: 'root' }]
2199
2199
  }] });
@@ -2246,10 +2246,10 @@ class ClickObserverService {
2246
2246
  this._observedElements.delete(element);
2247
2247
  }
2248
2248
  }
2249
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ClickObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2250
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ClickObserverService, providedIn: 'root' }); }
2249
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ClickObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2250
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ClickObserverService, providedIn: 'root' }); }
2251
2251
  }
2252
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ClickObserverService, decorators: [{
2252
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ClickObserverService, decorators: [{
2253
2253
  type: Injectable,
2254
2254
  args: [{ providedIn: 'root' }]
2255
2255
  }] });
@@ -2259,10 +2259,10 @@ class MutationObserverFactory {
2259
2259
  create(callback) {
2260
2260
  return typeof MutationObserver === 'undefined' ? null : new MutationObserver(callback);
2261
2261
  }
2262
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MutationObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2263
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MutationObserverFactory, providedIn: 'root' }); }
2262
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: MutationObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2263
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: MutationObserverFactory, providedIn: 'root' }); }
2264
2264
  }
2265
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MutationObserverFactory, decorators: [{
2265
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: MutationObserverFactory, decorators: [{
2266
2266
  type: Injectable,
2267
2267
  args: [{ providedIn: 'root' }]
2268
2268
  }] });
@@ -2321,10 +2321,10 @@ class ContentObserverService {
2321
2321
  this._observedElements.delete(element);
2322
2322
  }
2323
2323
  }
2324
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ContentObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2325
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ContentObserverService, providedIn: 'root' }); }
2324
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ContentObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2325
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ContentObserverService, providedIn: 'root' }); }
2326
2326
  }
2327
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ContentObserverService, decorators: [{
2327
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ContentObserverService, decorators: [{
2328
2328
  type: Injectable,
2329
2329
  args: [{ providedIn: 'root' }]
2330
2330
  }] });
@@ -2350,10 +2350,10 @@ class FocusVisibleService {
2350
2350
  onPointerDown() {
2351
2351
  this._hadKeyboardEvent = false;
2352
2352
  }
2353
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: FocusVisibleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2354
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: FocusVisibleService, providedIn: 'root' }); }
2353
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: FocusVisibleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2354
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: FocusVisibleService, providedIn: 'root' }); }
2355
2355
  }
2356
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: FocusVisibleService, decorators: [{
2356
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: FocusVisibleService, decorators: [{
2357
2357
  type: Injectable,
2358
2358
  args: [{
2359
2359
  providedIn: 'root',
@@ -2365,10 +2365,10 @@ class IntersectionObserverFactory {
2365
2365
  create(callback) {
2366
2366
  return typeof IntersectionObserver === 'undefined' ? null : new IntersectionObserver(callback);
2367
2367
  }
2368
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: IntersectionObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2369
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: IntersectionObserverFactory, providedIn: 'root' }); }
2368
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: IntersectionObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2369
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: IntersectionObserverFactory, providedIn: 'root' }); }
2370
2370
  }
2371
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: IntersectionObserverFactory, decorators: [{
2371
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: IntersectionObserverFactory, decorators: [{
2372
2372
  type: Injectable,
2373
2373
  args: [{ providedIn: 'root' }]
2374
2374
  }] });
@@ -2423,10 +2423,10 @@ class IntersectionObserverService {
2423
2423
  this._observedElements.delete(element);
2424
2424
  }
2425
2425
  }
2426
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: IntersectionObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2427
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: IntersectionObserverService, providedIn: 'root' }); }
2426
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: IntersectionObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2427
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: IntersectionObserverService, providedIn: 'root' }); }
2428
2428
  }
2429
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: IntersectionObserverService, decorators: [{
2429
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: IntersectionObserverService, decorators: [{
2430
2430
  type: Injectable,
2431
2431
  args: [{ providedIn: 'root' }]
2432
2432
  }] });
@@ -2436,10 +2436,10 @@ class ResizeObserverFactory {
2436
2436
  create(callback) {
2437
2437
  return typeof ResizeObserver === 'undefined' ? null : new ResizeObserver(callback);
2438
2438
  }
2439
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ResizeObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2440
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ResizeObserverFactory, providedIn: 'root' }); }
2439
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ResizeObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2440
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ResizeObserverFactory, providedIn: 'root' }); }
2441
2441
  }
2442
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ResizeObserverFactory, decorators: [{
2442
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ResizeObserverFactory, decorators: [{
2443
2443
  type: Injectable,
2444
2444
  args: [{ providedIn: 'root' }]
2445
2445
  }] });
@@ -2494,10 +2494,10 @@ class ResizeObserverService {
2494
2494
  this._observedElements.delete(element);
2495
2495
  }
2496
2496
  }
2497
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ResizeObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2498
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ResizeObserverService, providedIn: 'root' }); }
2497
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ResizeObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2498
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ResizeObserverService, providedIn: 'root' }); }
2499
2499
  }
2500
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ResizeObserverService, decorators: [{
2500
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ResizeObserverService, decorators: [{
2501
2501
  type: Injectable,
2502
2502
  args: [{ providedIn: 'root' }]
2503
2503
  }] });
@@ -2692,10 +2692,10 @@ class RouterStateService {
2692
2692
  fragment,
2693
2693
  };
2694
2694
  }
2695
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: RouterStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2696
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: RouterStateService, providedIn: 'root' }); }
2695
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: RouterStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2696
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: RouterStateService, providedIn: 'root' }); }
2697
2697
  }
2698
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: RouterStateService, decorators: [{
2698
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: RouterStateService, decorators: [{
2699
2699
  type: Injectable,
2700
2700
  args: [{
2701
2701
  providedIn: 'root',
@@ -2911,8 +2911,8 @@ class ViewportService {
2911
2911
  }
2912
2912
  return 'xs';
2913
2913
  }
2914
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ViewportService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2915
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ViewportService, providedIn: 'root' }); }
2914
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ViewportService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2915
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ViewportService, providedIn: 'root' }); }
2916
2916
  }
2917
2917
  __decorate([
2918
2918
  Memo(),
@@ -2930,7 +2930,7 @@ __decorate([
2930
2930
  __metadata("design:paramtypes", [Object]),
2931
2931
  __metadata("design:returntype", void 0)
2932
2932
  ], ViewportService.prototype, "_buildMediaQuery", null);
2933
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ViewportService, decorators: [{
2933
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ViewportService, decorators: [{
2934
2934
  type: Injectable,
2935
2935
  args: [{
2936
2936
  providedIn: 'root',
@@ -2979,10 +2979,10 @@ class ObserveResizeDirective {
2979
2979
  _unsubscribe() {
2980
2980
  this._currentSubscription?.unsubscribe();
2981
2981
  }
2982
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ObserveResizeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2983
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: ObserveResizeDirective, isStandalone: true, selector: "[etObserveResize]", inputs: { disabled: ["etObserveResizeDisabled", "disabled"], debounce: ["etObserveResizeDebounce", "debounce"] }, outputs: { valueChange: "etObserveResize" }, exportAs: ["etObserveResize"], ngImport: i0 }); }
2982
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ObserveResizeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2983
+ 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
2984
  }
2985
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ObserveResizeDirective, decorators: [{
2985
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ObserveResizeDirective, decorators: [{
2986
2986
  type: Directive,
2987
2987
  args: [{
2988
2988
  selector: '[etObserveResize]',
@@ -3012,15 +3012,15 @@ class RootBoundaryDirective {
3012
3012
  set boundaryElement(v) {
3013
3013
  this._boundaryElement = v;
3014
3014
  }
3015
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: RootBoundaryDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3016
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: RootBoundaryDirective, isStandalone: true, selector: "[etRootBoundary]", providers: [
3015
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: RootBoundaryDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3016
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.0", type: RootBoundaryDirective, isStandalone: true, selector: "[etRootBoundary]", providers: [
3017
3017
  {
3018
3018
  provide: ROOT_BOUNDARY_TOKEN,
3019
3019
  useExisting: RootBoundaryDirective,
3020
3020
  },
3021
3021
  ], ngImport: i0 }); }
3022
3022
  }
3023
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: RootBoundaryDirective, decorators: [{
3023
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: RootBoundaryDirective, decorators: [{
3024
3024
  type: Directive,
3025
3025
  args: [{
3026
3026
  selector: '[etRootBoundary]',
@@ -3312,10 +3312,10 @@ class AnimatedOverlayDirective {
3312
3312
  this._isUnmounting$.next(false);
3313
3313
  this._afterClosed?.next();
3314
3314
  }
3315
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AnimatedOverlayDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3316
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.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 }); }
3315
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: AnimatedOverlayDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3316
+ 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
3317
  }
3318
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AnimatedOverlayDirective, decorators: [{
3318
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: AnimatedOverlayDirective, decorators: [{
3319
3319
  type: Directive,
3320
3320
  args: [{
3321
3321
  standalone: true,
@@ -3363,10 +3363,10 @@ class ClickOutsideDirective {
3363
3363
  ngOnDestroy() {
3364
3364
  this._subscription?.unsubscribe();
3365
3365
  }
3366
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ClickOutsideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3367
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: ClickOutsideDirective, isStandalone: true, selector: "[etClickOutside]", outputs: { etClickOutside: "etClickOutside" }, ngImport: i0 }); }
3366
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ClickOutsideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3367
+ 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
3368
  }
3369
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ClickOutsideDirective, decorators: [{
3369
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ClickOutsideDirective, decorators: [{
3370
3370
  type: Directive,
3371
3371
  args: [{
3372
3372
  selector: '[etClickOutside]',
@@ -3520,10 +3520,10 @@ class CursorDragScrollDirective {
3520
3520
  this._elementRef.nativeElement.style.cursor = 'default';
3521
3521
  }
3522
3522
  }
3523
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: CursorDragScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3524
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: CursorDragScrollDirective, isStandalone: true, selector: "[etCursorDragScroll]", inputs: { enabled: ["etCursorDragScroll", "enabled"], allowedDirection: "allowedDirection" }, outputs: { cursorDragStart: "cursorDragStart", cursorDragMove: "cursorDragMove", cursorDragEnd: "cursorDragEnd" }, exportAs: ["etCursorDragScroll"], ngImport: i0 }); }
3523
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: CursorDragScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3524
+ 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
3525
  }
3526
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: CursorDragScrollDirective, decorators: [{
3526
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: CursorDragScrollDirective, decorators: [{
3527
3527
  type: Directive,
3528
3528
  args: [{
3529
3529
  selector: '[etCursorDragScroll]',
@@ -3556,15 +3556,15 @@ class DebugDirective {
3556
3556
  set sDebug(value) {
3557
3557
  this._debug.set(value);
3558
3558
  }
3559
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: DebugDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3560
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.1.0", type: DebugDirective, isStandalone: true, selector: "[etDebug]", inputs: { sDebug: ["etDebug", "sDebug", booleanAttribute] }, providers: [
3559
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: DebugDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3560
+ 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
3561
  {
3562
3562
  provide: DEBUG_TOKEN,
3563
3563
  useExisting: DebugDirective,
3564
3564
  },
3565
3565
  ], exportAs: ["etDebug"], ngImport: i0 }); }
3566
3566
  }
3567
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: DebugDirective, decorators: [{
3567
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: DebugDirective, decorators: [{
3568
3568
  type: Directive,
3569
3569
  args: [{
3570
3570
  selector: '[etDebug]',
@@ -3611,15 +3611,15 @@ class DelayableDirective {
3611
3611
  }
3612
3612
  this._isDelayed$.next(val);
3613
3613
  }
3614
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: DelayableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3615
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: DelayableDirective, isStandalone: true, selector: "[etDelayable]", providers: [
3614
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: DelayableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3615
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.0", type: DelayableDirective, isStandalone: true, selector: "[etDelayable]", providers: [
3616
3616
  {
3617
3617
  provide: DELAYABLE_TOKEN,
3618
3618
  useExisting: DelayableDirective,
3619
3619
  },
3620
3620
  ], exportAs: ["etDelayable"], ngImport: i0 }); }
3621
3621
  }
3622
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: DelayableDirective, decorators: [{
3622
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: DelayableDirective, decorators: [{
3623
3623
  type: Directive,
3624
3624
  args: [{
3625
3625
  selector: '[etDelayable]',
@@ -3640,15 +3640,15 @@ class IsActiveElementDirective {
3640
3640
  this.elementRef = inject(ElementRef);
3641
3641
  this.isActiveElement = false;
3642
3642
  }
3643
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: IsActiveElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3644
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.1.0", type: IsActiveElementDirective, isStandalone: true, selector: "[etIsActiveElement]", inputs: { isActiveElement: ["etIsActiveElement", "isActiveElement", booleanAttribute] }, providers: [
3643
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: IsActiveElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3644
+ 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
3645
  {
3646
3646
  provide: IS_ACTIVE_ELEMENT,
3647
3647
  useExisting: IsActiveElementDirective,
3648
3648
  },
3649
3649
  ], ngImport: i0 }); }
3650
3650
  }
3651
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: IsActiveElementDirective, decorators: [{
3651
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: IsActiveElementDirective, decorators: [{
3652
3652
  type: Directive,
3653
3653
  args: [{
3654
3654
  selector: '[etIsActiveElement]',
@@ -3671,15 +3671,15 @@ class IsElementDirective {
3671
3671
  this.elementRef = inject(ElementRef);
3672
3672
  this.isElement = false;
3673
3673
  }
3674
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: IsElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3675
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.1.0", type: IsElementDirective, isStandalone: true, selector: "[etIsElement]", inputs: { isElement: ["etIsElement", "isElement", booleanAttribute] }, providers: [
3674
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: IsElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3675
+ 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
3676
  {
3677
3677
  provide: IS_ELEMENT,
3678
3678
  useExisting: IsElementDirective,
3679
3679
  },
3680
3680
  ], ngImport: i0 }); }
3681
3681
  }
3682
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: IsElementDirective, decorators: [{
3682
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: IsElementDirective, decorators: [{
3683
3683
  type: Directive,
3684
3684
  args: [{
3685
3685
  selector: '[etIsElement]',
@@ -3728,10 +3728,10 @@ class LetDirective {
3728
3728
  }
3729
3729
  }
3730
3730
  }
3731
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: LetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3732
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: LetDirective, isStandalone: true, selector: "[etLet]", inputs: { etLet: "etLet" }, ngImport: i0 }); }
3731
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: LetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3732
+ 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
3733
  }
3734
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: LetDirective, decorators: [{
3734
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: LetDirective, decorators: [{
3735
3735
  type: Directive,
3736
3736
  args: [{
3737
3737
  selector: '[etLet]',
@@ -3783,10 +3783,10 @@ class ObserveContentDirective {
3783
3783
  _unsubscribe() {
3784
3784
  this._currentSubscription?.unsubscribe();
3785
3785
  }
3786
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ObserveContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3787
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: ObserveContentDirective, isStandalone: true, selector: "[etObserveContent]", inputs: { disabled: ["etObserveContentDisabled", "disabled"], debounce: ["etObserveContentDebounce", "debounce"] }, outputs: { valueChange: "etObserveContent" }, exportAs: ["etObserveContent"], ngImport: i0 }); }
3786
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ObserveContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3787
+ 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
3788
  }
3789
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ObserveContentDirective, decorators: [{
3789
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ObserveContentDirective, decorators: [{
3790
3790
  type: Directive,
3791
3791
  args: [{
3792
3792
  selector: '[etObserveContent]',
@@ -3804,15 +3804,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImpor
3804
3804
  args: ['etObserveContentDebounce']
3805
3805
  }] } });
3806
3806
 
3807
+ const OBSERVE_SCROLL_STATE = new InjectionToken('OBSERVE_SCROLL_STATE');
3808
+
3807
3809
  const SCROLL_OBSERVER_FIRST_ELEMENT_CLASS = 'et-scroll-observer-first-element';
3808
3810
  class ScrollObserverFirstElementDirective {
3809
3811
  constructor() {
3810
3812
  this.isFirstElement = false;
3811
3813
  }
3812
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ScrollObserverFirstElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3813
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.1.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
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ScrollObserverFirstElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3815
+ 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
3816
  }
3815
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ScrollObserverFirstElementDirective, decorators: [{
3817
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ScrollObserverFirstElementDirective, decorators: [{
3816
3818
  type: Directive,
3817
3819
  args: [{
3818
3820
  selector: '[etScrollObserverFirstElement]',
@@ -3828,10 +3830,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImpor
3828
3830
 
3829
3831
  const SCROLL_OBSERVER_IGNORE_TARGET_CLASS = 'et-scroll-observer-ignore-target';
3830
3832
  class ScrollObserverIgnoreTargetDirective {
3831
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3832
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: ScrollObserverIgnoreTargetDirective, isStandalone: true, selector: "[etScrollObserverIgnoreTarget]", host: { classAttribute: "et-scroll-observer-ignore-target" }, ngImport: i0 }); }
3833
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3834
+ 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
3835
  }
3834
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, decorators: [{
3836
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, decorators: [{
3835
3837
  type: Directive,
3836
3838
  args: [{
3837
3839
  selector: '[etScrollObserverIgnoreTarget]',
@@ -3847,10 +3849,10 @@ class ScrollObserverLastElementDirective {
3847
3849
  constructor() {
3848
3850
  this.isLastElement = false;
3849
3851
  }
3850
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ScrollObserverLastElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3851
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.1.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
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ScrollObserverLastElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3853
+ 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
3854
  }
3853
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ScrollObserverLastElementDirective, decorators: [{
3855
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ScrollObserverLastElementDirective, decorators: [{
3854
3856
  type: Directive,
3855
3857
  args: [{
3856
3858
  selector: '[etScrollObserverLastElement]',
@@ -3867,8 +3869,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImpor
3867
3869
  args: [`class.${SCROLL_OBSERVER_LAST_ELEMENT_CLASS}`]
3868
3870
  }] } });
3869
3871
 
3870
- const OBSERVE_SCROLL_STATE = new InjectionToken('OBSERVE_SCROLL_STATE');
3871
-
3872
3872
  const SCROLL_OBSERVER_OBSERVING_FIRST_ELEMENT_CLASS = 'et-scroll-observer-observing-first-element';
3873
3873
  const SCROLL_OBSERVER_OBSERVING_LAST_ELEMENT_CLASS = 'et-scroll-observer-observing-last-element';
3874
3874
  class ObserveScrollStateDirective {
@@ -4009,15 +4009,15 @@ class ObserveScrollStateDirective {
4009
4009
  }
4010
4010
  return element;
4011
4011
  }
4012
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ObserveScrollStateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4013
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.1.0", type: ObserveScrollStateDirective, isStandalone: true, selector: "[etObserveScrollState]", inputs: { rootMargin: ["rootMargin", "rootMargin", numberAttribute], observerThreshold: "observerThreshold" }, outputs: { valueChange: "etObserveScrollState" }, providers: [
4012
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ObserveScrollStateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4013
+ 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
4014
  {
4015
4015
  provide: OBSERVE_SCROLL_STATE,
4016
4016
  useExisting: ObserveScrollStateDirective,
4017
4017
  },
4018
4018
  ], exportAs: ["etObserveScrollState"], ngImport: i0 }); }
4019
4019
  }
4020
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ObserveScrollStateDirective, decorators: [{
4020
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ObserveScrollStateDirective, decorators: [{
4021
4021
  type: Directive,
4022
4022
  args: [{
4023
4023
  selector: '[etObserveScrollState]',
@@ -4087,15 +4087,15 @@ class ObserveVisibilityDirective {
4087
4087
  }))
4088
4088
  .subscribe();
4089
4089
  }
4090
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ObserveVisibilityDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4091
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: ObserveVisibilityDirective, isStandalone: true, selector: "[etObserveVisibility]", outputs: { etObserveVisibility: "etObserveVisibility" }, host: { classAttribute: "et-observe-visibility" }, providers: [
4090
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ObserveVisibilityDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4091
+ 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
4092
  {
4093
4093
  provide: OBSERVE_VISIBILITY_TOKEN,
4094
4094
  useExisting: ObserveVisibilityDirective,
4095
4095
  },
4096
4096
  ], ngImport: i0 }); }
4097
4097
  }
4098
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ObserveVisibilityDirective, decorators: [{
4098
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ObserveVisibilityDirective, decorators: [{
4099
4099
  type: Directive,
4100
4100
  args: [{
4101
4101
  selector: '[etObserveVisibility]',
@@ -4133,10 +4133,10 @@ class RepeatDirective {
4133
4133
  this._viewContainerRef.createEmbeddedView(this._mainTemplateRef);
4134
4134
  }
4135
4135
  }
4136
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", 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.0", type: RepeatDirective, isStandalone: true, selector: "[etRepeat]", inputs: { repeatCount: ["etRepeat", "repeatCount"] }, ngImport: i0 }); }
4136
+ 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 }); }
4137
+ 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
4138
  }
4139
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: RepeatDirective, decorators: [{
4139
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: RepeatDirective, decorators: [{
4140
4140
  type: Directive,
4141
4141
  args: [{
4142
4142
  selector: '[etRepeat]',
@@ -4305,10 +4305,10 @@ class SeoDirective {
4305
4305
  }
4306
4306
  }
4307
4307
  }
4308
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: SeoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4309
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: SeoDirective, isStandalone: true, providers: [{ provide: SEO_DIRECTIVE_TOKEN, useExisting: SeoDirective }], ngImport: i0 }); }
4308
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: SeoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4309
+ 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
4310
  }
4311
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: SeoDirective, decorators: [{
4311
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: SeoDirective, decorators: [{
4312
4312
  type: Directive,
4313
4313
  args: [{
4314
4314
  standalone: true,
@@ -4484,10 +4484,10 @@ class InferMimeTypePipe {
4484
4484
  constructor() {
4485
4485
  this.transform = inferMimeType;
4486
4486
  }
4487
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: InferMimeTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4488
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.0", ngImport: i0, type: InferMimeTypePipe, isStandalone: true, name: "inferMimeType" }); }
4487
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: InferMimeTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4488
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: InferMimeTypePipe, isStandalone: true, name: "inferMimeType" }); }
4489
4489
  }
4490
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: InferMimeTypePipe, decorators: [{
4490
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: InferMimeTypePipe, decorators: [{
4491
4491
  type: Pipe,
4492
4492
  args: [{
4493
4493
  name: 'inferMimeType',
@@ -4533,10 +4533,10 @@ class NormalizeGameResultTypePipe {
4533
4533
  constructor() {
4534
4534
  this.transform = normalizeGameResultType;
4535
4535
  }
4536
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: NormalizeGameResultTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4537
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.0", ngImport: i0, type: NormalizeGameResultTypePipe, isStandalone: true, name: "etNormalizeGameResultType" }); }
4536
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: NormalizeGameResultTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4537
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: NormalizeGameResultTypePipe, isStandalone: true, name: "etNormalizeGameResultType" }); }
4538
4538
  }
4539
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: NormalizeGameResultTypePipe, decorators: [{
4539
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: NormalizeGameResultTypePipe, decorators: [{
4540
4540
  type: Pipe,
4541
4541
  args: [{ name: 'etNormalizeGameResultType', standalone: true }]
4542
4542
  }] });
@@ -4564,10 +4564,10 @@ class NormalizeMatchStatePipe {
4564
4564
  constructor() {
4565
4565
  this.transform = normalizeMatchState;
4566
4566
  }
4567
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: NormalizeMatchStatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4568
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.0", ngImport: i0, type: NormalizeMatchStatePipe, isStandalone: true, name: "etNormalizeMatchState" }); }
4567
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: NormalizeMatchStatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4568
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: NormalizeMatchStatePipe, isStandalone: true, name: "etNormalizeMatchState" }); }
4569
4569
  }
4570
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: NormalizeMatchStatePipe, decorators: [{
4570
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: NormalizeMatchStatePipe, decorators: [{
4571
4571
  type: Pipe,
4572
4572
  args: [{ name: 'etNormalizeMatchState', standalone: true }]
4573
4573
  }] });
@@ -4622,10 +4622,10 @@ class NormalizeMatchParticipantsPipe {
4622
4622
  constructor() {
4623
4623
  this.transform = normalizeMatchParticipants;
4624
4624
  }
4625
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: NormalizeMatchParticipantsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4626
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.0", ngImport: i0, type: NormalizeMatchParticipantsPipe, isStandalone: true, name: "etNormalizeMatchParticipants" }); }
4625
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: NormalizeMatchParticipantsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4626
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: NormalizeMatchParticipantsPipe, isStandalone: true, name: "etNormalizeMatchParticipants" }); }
4627
4627
  }
4628
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: NormalizeMatchParticipantsPipe, decorators: [{
4628
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: NormalizeMatchParticipantsPipe, decorators: [{
4629
4629
  type: Pipe,
4630
4630
  args: [{ name: 'etNormalizeMatchParticipants', standalone: true }]
4631
4631
  }] });
@@ -4759,10 +4759,10 @@ class NormalizeMatchScorePipe {
4759
4759
  constructor() {
4760
4760
  this.transform = normalizeMatchScore;
4761
4761
  }
4762
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: NormalizeMatchScorePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4763
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.0", ngImport: i0, type: NormalizeMatchScorePipe, isStandalone: true, name: "etNormalizeMatchScore" }); }
4762
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: NormalizeMatchScorePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4763
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: NormalizeMatchScorePipe, isStandalone: true, name: "etNormalizeMatchScore" }); }
4764
4764
  }
4765
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: NormalizeMatchScorePipe, decorators: [{
4765
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: NormalizeMatchScorePipe, decorators: [{
4766
4766
  type: Pipe,
4767
4767
  args: [{ name: 'etNormalizeMatchScore', standalone: true }]
4768
4768
  }] });
@@ -4809,10 +4809,10 @@ class NormalizeMatchTypePipe {
4809
4809
  constructor() {
4810
4810
  this.transform = normalizeMatchType;
4811
4811
  }
4812
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: NormalizeMatchTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4813
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.0", ngImport: i0, type: NormalizeMatchTypePipe, isStandalone: true, name: "etNormalizeMatchType" }); }
4812
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: NormalizeMatchTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4813
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: NormalizeMatchTypePipe, isStandalone: true, name: "etNormalizeMatchType" }); }
4814
4814
  }
4815
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: NormalizeMatchTypePipe, decorators: [{
4815
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: NormalizeMatchTypePipe, decorators: [{
4816
4816
  type: Pipe,
4817
4817
  args: [{ name: 'etNormalizeMatchType', standalone: true }]
4818
4818
  }] });
@@ -4826,14 +4826,278 @@ class ToArrayPipe {
4826
4826
  constructor() {
4827
4827
  this.transform = toArray;
4828
4828
  }
4829
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ToArrayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4830
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.0", ngImport: i0, type: ToArrayPipe, isStandalone: true, name: "toArray" }); }
4829
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ToArrayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4830
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: ToArrayPipe, isStandalone: true, name: "toArray" }); }
4831
4831
  }
4832
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ToArrayPipe, decorators: [{
4832
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ToArrayPipe, decorators: [{
4833
4833
  type: Pipe,
4834
4834
  args: [{ name: 'toArray', standalone: true }]
4835
4835
  }] });
4836
4836
 
4837
+ const createPropHandlers = () => {
4838
+ const id = createComponentId('et-props');
4839
+ const elementRef = inject(ElementRef);
4840
+ const classes = signalHostClasses({});
4841
+ const attributes = signalHostAttributes({});
4842
+ const styles = signalHostStyles({});
4843
+ return {
4844
+ classes,
4845
+ attributes,
4846
+ styles,
4847
+ id,
4848
+ elementRef,
4849
+ };
4850
+ };
4851
+
4852
+ const createElementDictionary = () => {
4853
+ const dictionary = {
4854
+ ids: signal([]),
4855
+ elements: signal({}),
4856
+ };
4857
+ const firstElement = computed(() => {
4858
+ const id = dictionary.ids()[0];
4859
+ return id ? dictionary.elements()[id] ?? null : null;
4860
+ });
4861
+ const firstId = computed(() => {
4862
+ const id = dictionary.ids()[0];
4863
+ return id ?? null;
4864
+ });
4865
+ const ids = computed(() => dictionary.ids());
4866
+ const elements = computed(() => ids().map((id) => dictionary.elements()[id]));
4867
+ const isEmpty = computed(() => dictionary.ids().length === 0);
4868
+ const has = (id) => {
4869
+ return dictionary.ids().includes(id);
4870
+ };
4871
+ const push = (id, element) => {
4872
+ dictionary.ids.set([...dictionary.ids(), id]);
4873
+ dictionary.elements.set({ ...dictionary.elements(), [id]: element });
4874
+ };
4875
+ const remove = (id) => {
4876
+ dictionary.ids.set(dictionary.ids().filter((i) => i !== id));
4877
+ dictionary.elements.set(Object.fromEntries(Object.entries(dictionary.elements()).filter(([k]) => k !== id)));
4878
+ };
4879
+ const get = (id) => {
4880
+ return dictionary.elements()[id] ?? null;
4881
+ };
4882
+ return {
4883
+ ids,
4884
+ elements,
4885
+ has,
4886
+ get,
4887
+ push,
4888
+ remove,
4889
+ isEmpty,
4890
+ firstElement,
4891
+ firstId,
4892
+ };
4893
+ };
4894
+
4895
+ const bindProps = (config) => {
4896
+ const props = config.props;
4897
+ const { attachEventListeners, classBindings, attributeBindings, styleBindings, staticAttributeBindings, staticClassBindings, staticStyleBindings, attached, single, name, bindId, attachedElements, } = props;
4898
+ const { attributes, classes, elementRef, id, styles } = config.handlers;
4899
+ const el = elementRef.nativeElement;
4900
+ if (attached()) {
4901
+ if (attachedElements.has(id)) {
4902
+ return;
4903
+ }
4904
+ else if (single) {
4905
+ const firstAttachedRefElement = attachedElements.first();
4906
+ console.error(`[${name}] These props can only be attached to a single element at a time.\n\n Already attached to \n`, firstAttachedRefElement, '\n Trying to attach to \n', el);
4907
+ return;
4908
+ }
4909
+ }
4910
+ attachedElements.push(id, el);
4911
+ if (bindId) {
4912
+ el.id = id;
4913
+ }
4914
+ if (classBindings) {
4915
+ classes.pushMany(classBindings);
4916
+ }
4917
+ if (attributeBindings) {
4918
+ attributes.pushMany(attributeBindings);
4919
+ }
4920
+ if (styleBindings) {
4921
+ styles.pushMany(styleBindings);
4922
+ }
4923
+ if (staticAttributeBindings) {
4924
+ for (const key in staticAttributeBindings) {
4925
+ el.setAttribute(key, `${staticAttributeBindings[key]}`);
4926
+ }
4927
+ }
4928
+ if (staticClassBindings) {
4929
+ el.classList.add(...staticClassBindings);
4930
+ }
4931
+ if (staticStyleBindings) {
4932
+ for (const key in staticStyleBindings) {
4933
+ el.style.setProperty(key, `${staticStyleBindings[key]}`);
4934
+ }
4935
+ }
4936
+ if (attachEventListeners) {
4937
+ attachEventListeners({
4938
+ on: el.addEventListener.bind(el),
4939
+ element: el,
4940
+ });
4941
+ }
4942
+ };
4943
+ const unbindProps = (config) => {
4944
+ const props = config.props;
4945
+ props.attachedElements.remove(config.handlers.id);
4946
+ };
4947
+
4948
+ const createProps = (props) => {
4949
+ const { bindId = false, single = true, classes: classBindings, attributes: attributeBindings, styles: styleBindings, staticAttributes: staticAttributeBindings = null, staticClasses: staticClassBindings = null, staticStyles: staticStyleBindings = null, listeners, name, } = props;
4950
+ const dictionary = createElementDictionary();
4951
+ const attached = computed(() => !dictionary.isEmpty());
4952
+ const attachedElements = {
4953
+ first: dictionary.firstElement,
4954
+ firstId: dictionary.firstId,
4955
+ has: dictionary.has,
4956
+ push: dictionary.push,
4957
+ remove: dictionary.remove,
4958
+ get: dictionary.get,
4959
+ };
4960
+ const data = {
4961
+ name,
4962
+ single,
4963
+ bindId,
4964
+ attached,
4965
+ attachedElements,
4966
+ classBindings: classBindings ?? null,
4967
+ attributeBindings: attributeBindings ?? null,
4968
+ styleBindings: styleBindings ?? null,
4969
+ staticAttributeBindings,
4970
+ staticClassBindings,
4971
+ staticStyleBindings,
4972
+ attachEventListeners: listeners ?? null,
4973
+ };
4974
+ return data;
4975
+ };
4976
+ const createHostProps = (props) => {
4977
+ const data = createProps(props);
4978
+ const handlers = createPropHandlers();
4979
+ afterNextRender(() => {
4980
+ bindProps({
4981
+ handlers,
4982
+ props: data,
4983
+ });
4984
+ }, { phase: AfterRenderPhase.Write });
4985
+ const destroyRef = inject(DestroyRef);
4986
+ destroyRef.onDestroy(() => {
4987
+ unbindProps({
4988
+ handlers,
4989
+ props: data,
4990
+ });
4991
+ });
4992
+ return { props: data, handlers };
4993
+ };
4994
+
4995
+ const createSetup = (config) => {
4996
+ let didCallSetup = false;
4997
+ afterNextRender(() => {
4998
+ if (!didCallSetup) {
4999
+ console.error('The setup() function was not called. Please call it inside your constructor.', config.this);
5000
+ return;
5001
+ }
5002
+ });
5003
+ return (params) => {
5004
+ if (didCallSetup) {
5005
+ console.error('The setup() function was already called. Please call it only once. \n\n', 'Instance containing the setup() call \n', config.this, '\n\n Setup was called with\n', params);
5006
+ return;
5007
+ }
5008
+ didCallSetup = true;
5009
+ config.setupFn(params);
5010
+ };
5011
+ };
5012
+
5013
+ const createDependencyStash = (stash) => {
5014
+ const injector = inject(Injector);
5015
+ const provideSignal = (data) => {
5016
+ runInInjectionContext(injector, () => {
5017
+ effect(() => {
5018
+ stash[data.for].set(data.signal());
5019
+ }, { allowSignalWrites: true });
5020
+ });
5021
+ };
5022
+ const provideValue = (data) => {
5023
+ stash[data.for].set(data.value);
5024
+ };
5025
+ return {
5026
+ ...stash,
5027
+ provideSignal,
5028
+ provideValue,
5029
+ };
5030
+ };
5031
+
5032
+ class PropsDirective {
5033
+ constructor() {
5034
+ this.destroyRef = inject(DestroyRef);
5035
+ this.props = input.required({ alias: 'etProps', transform: (d) => d });
5036
+ this.propHandlers = createPropHandlers();
5037
+ afterNextRender(() => {
5038
+ bindProps({
5039
+ handlers: this.propHandlers,
5040
+ props: this.props(),
5041
+ });
5042
+ }, { phase: AfterRenderPhase.Write });
5043
+ this.destroyRef.onDestroy(() => {
5044
+ unbindProps({
5045
+ handlers: this.propHandlers,
5046
+ props: this.props(),
5047
+ });
5048
+ });
5049
+ }
5050
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PropsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5051
+ 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
+ }
5053
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PropsDirective, decorators: [{
5054
+ type: Directive,
5055
+ args: [{
5056
+ selector: '[etProps]',
5057
+ standalone: true,
5058
+ }]
5059
+ }], ctorParameters: () => [] });
5060
+
5061
+ const templateComputed = (templateSignal) => computed(() => {
5062
+ const content = templateSignal();
5063
+ if (!content)
5064
+ return null;
5065
+ if (typeof content === 'string') {
5066
+ return {
5067
+ type: 'string',
5068
+ value: content,
5069
+ };
5070
+ }
5071
+ if (content instanceof TemplateRef) {
5072
+ return {
5073
+ type: 'template',
5074
+ value: content,
5075
+ injector: null,
5076
+ };
5077
+ }
5078
+ if ('component' in content) {
5079
+ return {
5080
+ type: 'component',
5081
+ value: content.component,
5082
+ inputs: content.inputs,
5083
+ injector: content.injector ?? null,
5084
+ };
5085
+ }
5086
+ if ('template' in content) {
5087
+ return {
5088
+ type: 'template',
5089
+ value: content.template,
5090
+ context: content.context,
5091
+ injector: content.injector ?? null,
5092
+ };
5093
+ }
5094
+ return {
5095
+ type: 'component',
5096
+ value: content,
5097
+ injector: null,
5098
+ };
5099
+ });
5100
+
4837
5101
  var _a;
4838
5102
  class TypedQueryList extends QueryList {
4839
5103
  constructor() {
@@ -4917,5 +5181,5 @@ const Validators = {
4917
5181
  * Generated bundle index. Do not edit.
4918
5182
  */
4919
5183
 
4920
- 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, 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, buildSignalEffects, clamp, clone, cloneFormGroup, createComponentId, createDestroy, createFlipAnimation, createFlipAnimationGroup, createMediaQueryObservable, createMutationObservable, createReactiveBindings, createResizeObservable, 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, toArray, toArrayTrackByFn };
5184
+ 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, 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 };
4921
5185
  //# sourceMappingURL=ethlete-core.mjs.map