@ethlete/core 4.17.0 → 4.18.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 (44) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/esm2022/lib/components/structured-data/structured-data.component.mjs +3 -3
  3. package/esm2022/lib/directives/animatable/animatable.directive.mjs +3 -3
  4. package/esm2022/lib/directives/animated-if/animated-if.directive.mjs +3 -3
  5. package/esm2022/lib/directives/animated-lifecycle/animated-lifecycle.directive.mjs +3 -3
  6. package/esm2022/lib/directives/animated-overlay/animated-overlay.directive.mjs +3 -3
  7. package/esm2022/lib/directives/click-outside/click-outside.directive.mjs +3 -3
  8. package/esm2022/lib/directives/cursor-drag-scroll/cursor-drag-scroll.directive.mjs +3 -3
  9. package/esm2022/lib/directives/debug/debug.directive.mjs +3 -3
  10. package/esm2022/lib/directives/delayable/delayable.directive.mjs +3 -3
  11. package/esm2022/lib/directives/is-active-element/is-active-element.directive.mjs +3 -3
  12. package/esm2022/lib/directives/is-element/is-element.directive.mjs +3 -3
  13. package/esm2022/lib/directives/let/let.directive.mjs +3 -3
  14. package/esm2022/lib/directives/observe-content/observe-content.directive.mjs +3 -3
  15. package/esm2022/lib/directives/observe-resize/observe-resize.directive.mjs +3 -3
  16. package/esm2022/lib/directives/observe-scroll-state/observe-scroll-state.directive.mjs +3 -3
  17. package/esm2022/lib/directives/observe-visibility/observe-visibility.directive.mjs +3 -3
  18. package/esm2022/lib/directives/repeat/repeat.directive.mjs +3 -3
  19. package/esm2022/lib/directives/root-boundary/root-boundary.directive.mjs +3 -3
  20. package/esm2022/lib/directives/scroll-observer-first-element/scroll-observer-first-element.directive.mjs +3 -3
  21. package/esm2022/lib/directives/scroll-observer-ignore-target/scroll-observer-ignore-target.directive.mjs +3 -3
  22. package/esm2022/lib/directives/scroll-observer-last-element/scroll-observer-last-element.directive.mjs +3 -3
  23. package/esm2022/lib/directives/seo/seo.directive.mjs +3 -3
  24. package/esm2022/lib/pipes/infer-mime-type/infer-mime-type.pipe.mjs +3 -3
  25. package/esm2022/lib/pipes/normalize-game-result-type/normalize-game-result-type.pipe.mjs +3 -3
  26. package/esm2022/lib/pipes/normalize-match-participants/normalize-match-participants.pipe.mjs +3 -3
  27. package/esm2022/lib/pipes/normalize-match-score/normalize-match-score.pipe.mjs +3 -3
  28. package/esm2022/lib/pipes/normalize-match-state/normalize-match-state.pipe.mjs +3 -3
  29. package/esm2022/lib/pipes/normalize-match-type/normalize-match-type.pipe.mjs +3 -3
  30. package/esm2022/lib/pipes/to-array/to-array.pipe.mjs +3 -3
  31. package/esm2022/lib/props/props.directive.mjs +3 -3
  32. package/esm2022/lib/services/click-observer.service.mjs +6 -6
  33. package/esm2022/lib/services/content-observer.service.mjs +6 -6
  34. package/esm2022/lib/services/focus-visible.service.mjs +3 -3
  35. package/esm2022/lib/services/intersection-observer.service.mjs +6 -6
  36. package/esm2022/lib/services/resize-observer.service.mjs +6 -6
  37. package/esm2022/lib/services/router-state.service.mjs +3 -3
  38. package/esm2022/lib/services/viewport.service.mjs +10 -10
  39. package/esm2022/lib/utils/intersection-observer.utils.mjs +2 -2
  40. package/esm2022/lib/utils/signal.utils.mjs +82 -12
  41. package/fesm2022/ethlete-core.mjs +211 -141
  42. package/fesm2022/ethlete-core.mjs.map +1 -1
  43. package/lib/utils/signal.utils.d.ts +30 -0
  44. package/package.json +7 -7
@@ -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.3.7", ngImport: i0, type: StructuredDataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
33
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.7", 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.8", ngImport: i0, type: StructuredDataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
33
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", 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.3.7", ngImport: i0, type: StructuredDataComponent, decorators: [{
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: StructuredDataComponent, decorators: [{
36
36
  type: Component,
37
37
  args: [{
38
38
  selector: 'et-structured-data',
@@ -653,8 +653,8 @@ const getIntersectionInfo = (intersections) => {
653
653
  const hasMultipleFullIntersections = intersections.filter((i) => i.intersectionRatio === 1).length > 1;
654
654
  const firstFullIntersectionIndex = intersections.findIndex((i) => i.intersectionRatio === 1);
655
655
  const firstFullIntersection = intersections.find((i) => i.intersectionRatio === 1);
656
- const lastFullIntersectionIndex = reverseIntersections.findIndex((i) => i.intersectionRatio === 1);
657
656
  const lastFullIntersection = reverseIntersections.find((i) => i.intersectionRatio === 1);
657
+ const lastFullIntersectionIndex = intersections.findIndex((i) => i === lastFullIntersection);
658
658
  const firstNonIntersectingIndex = intersections.findIndex((i) => i.intersectionRatio === 0);
659
659
  const firstNonIntersection = intersections.find((i) => i.intersectionRatio === 0);
660
660
  const lastNonIntersection = reverseIntersections.find((i) => i.intersectionRatio === 0);
@@ -1515,10 +1515,10 @@ class ClickObserverFactory {
1515
1515
  create() {
1516
1516
  return fromEvent(document, 'click');
1517
1517
  }
1518
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ClickObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1519
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ClickObserverFactory, providedIn: 'root' }); }
1518
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ClickObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1519
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ClickObserverFactory, providedIn: 'root' }); }
1520
1520
  }
1521
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ClickObserverFactory, decorators: [{
1521
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ClickObserverFactory, decorators: [{
1522
1522
  type: Injectable,
1523
1523
  args: [{ providedIn: 'root' }]
1524
1524
  }] });
@@ -1571,10 +1571,10 @@ class ClickObserverService {
1571
1571
  this._observedElements.delete(element);
1572
1572
  }
1573
1573
  }
1574
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ClickObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1575
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ClickObserverService, providedIn: 'root' }); }
1574
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ClickObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1575
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ClickObserverService, providedIn: 'root' }); }
1576
1576
  }
1577
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ClickObserverService, decorators: [{
1577
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ClickObserverService, decorators: [{
1578
1578
  type: Injectable,
1579
1579
  args: [{ providedIn: 'root' }]
1580
1580
  }] });
@@ -1584,10 +1584,10 @@ class MutationObserverFactory {
1584
1584
  create(callback) {
1585
1585
  return typeof MutationObserver === 'undefined' ? null : new MutationObserver(callback);
1586
1586
  }
1587
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: MutationObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1588
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: MutationObserverFactory, providedIn: 'root' }); }
1587
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: MutationObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1588
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: MutationObserverFactory, providedIn: 'root' }); }
1589
1589
  }
1590
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: MutationObserverFactory, decorators: [{
1590
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: MutationObserverFactory, decorators: [{
1591
1591
  type: Injectable,
1592
1592
  args: [{ providedIn: 'root' }]
1593
1593
  }] });
@@ -1646,10 +1646,10 @@ class ContentObserverService {
1646
1646
  this._observedElements.delete(element);
1647
1647
  }
1648
1648
  }
1649
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ContentObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1650
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ContentObserverService, providedIn: 'root' }); }
1649
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ContentObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1650
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ContentObserverService, providedIn: 'root' }); }
1651
1651
  }
1652
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ContentObserverService, decorators: [{
1652
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ContentObserverService, decorators: [{
1653
1653
  type: Injectable,
1654
1654
  args: [{ providedIn: 'root' }]
1655
1655
  }] });
@@ -1675,10 +1675,10 @@ class FocusVisibleService {
1675
1675
  onPointerDown() {
1676
1676
  this._hadKeyboardEvent = false;
1677
1677
  }
1678
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: FocusVisibleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1679
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: FocusVisibleService, providedIn: 'root' }); }
1678
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: FocusVisibleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1679
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: FocusVisibleService, providedIn: 'root' }); }
1680
1680
  }
1681
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: FocusVisibleService, decorators: [{
1681
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: FocusVisibleService, decorators: [{
1682
1682
  type: Injectable,
1683
1683
  args: [{
1684
1684
  providedIn: 'root',
@@ -1690,10 +1690,10 @@ class IntersectionObserverFactory {
1690
1690
  create(callback) {
1691
1691
  return typeof IntersectionObserver === 'undefined' ? null : new IntersectionObserver(callback);
1692
1692
  }
1693
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: IntersectionObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1694
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: IntersectionObserverFactory, providedIn: 'root' }); }
1693
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: IntersectionObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1694
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: IntersectionObserverFactory, providedIn: 'root' }); }
1695
1695
  }
1696
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: IntersectionObserverFactory, decorators: [{
1696
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: IntersectionObserverFactory, decorators: [{
1697
1697
  type: Injectable,
1698
1698
  args: [{ providedIn: 'root' }]
1699
1699
  }] });
@@ -1748,10 +1748,10 @@ class IntersectionObserverService {
1748
1748
  this._observedElements.delete(element);
1749
1749
  }
1750
1750
  }
1751
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: IntersectionObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1752
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: IntersectionObserverService, providedIn: 'root' }); }
1751
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: IntersectionObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1752
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: IntersectionObserverService, providedIn: 'root' }); }
1753
1753
  }
1754
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: IntersectionObserverService, decorators: [{
1754
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: IntersectionObserverService, decorators: [{
1755
1755
  type: Injectable,
1756
1756
  args: [{ providedIn: 'root' }]
1757
1757
  }] });
@@ -1761,10 +1761,10 @@ class ResizeObserverFactory {
1761
1761
  create(callback) {
1762
1762
  return typeof ResizeObserver === 'undefined' ? null : new ResizeObserver(callback);
1763
1763
  }
1764
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ResizeObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1765
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ResizeObserverFactory, providedIn: 'root' }); }
1764
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ResizeObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1765
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ResizeObserverFactory, providedIn: 'root' }); }
1766
1766
  }
1767
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ResizeObserverFactory, decorators: [{
1767
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ResizeObserverFactory, decorators: [{
1768
1768
  type: Injectable,
1769
1769
  args: [{ providedIn: 'root' }]
1770
1770
  }] });
@@ -1819,10 +1819,10 @@ class ResizeObserverService {
1819
1819
  this._observedElements.delete(element);
1820
1820
  }
1821
1821
  }
1822
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ResizeObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1823
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ResizeObserverService, providedIn: 'root' }); }
1822
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ResizeObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1823
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ResizeObserverService, providedIn: 'root' }); }
1824
1824
  }
1825
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ResizeObserverService, decorators: [{
1825
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ResizeObserverService, decorators: [{
1826
1826
  type: Injectable,
1827
1827
  args: [{ providedIn: 'root' }]
1828
1828
  }] });
@@ -2017,10 +2017,10 @@ class RouterStateService {
2017
2017
  fragment,
2018
2018
  };
2019
2019
  }
2020
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: RouterStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2021
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: RouterStateService, providedIn: 'root' }); }
2020
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: RouterStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2021
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: RouterStateService, providedIn: 'root' }); }
2022
2022
  }
2023
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: RouterStateService, decorators: [{
2023
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: RouterStateService, decorators: [{
2024
2024
  type: Injectable,
2025
2025
  args: [{
2026
2026
  providedIn: 'root',
@@ -2085,12 +2085,12 @@ class ViewportService {
2085
2085
  this._breakpointObserver = inject(BreakpointObserver);
2086
2086
  this._viewportMonitorStop$ = new Subject();
2087
2087
  this._isViewportMonitorEnabled = false;
2088
- this._isXs$ = new BehaviorSubject(false);
2089
- this._isSm$ = new BehaviorSubject(false);
2090
- this._isMd$ = new BehaviorSubject(false);
2091
- this._isLg$ = new BehaviorSubject(false);
2092
- this._isXl$ = new BehaviorSubject(false);
2093
- this._is2Xl$ = new BehaviorSubject(false);
2088
+ this._isXs$ = new BehaviorSubject(this.isMatched({ max: 'xs' }));
2089
+ this._isSm$ = new BehaviorSubject(this.isMatched({ min: 'sm', max: 'sm' }));
2090
+ this._isMd$ = new BehaviorSubject(this.isMatched({ min: 'md', max: 'md' }));
2091
+ this._isLg$ = new BehaviorSubject(this.isMatched({ min: 'lg', max: 'lg' }));
2092
+ this._isXl$ = new BehaviorSubject(this.isMatched({ min: 'xl', max: 'xl' }));
2093
+ this._is2Xl$ = new BehaviorSubject(this.isMatched({ min: '2xl' }));
2094
2094
  this._viewportSize$ = new BehaviorSubject(null);
2095
2095
  this._scrollbarSize$ = new BehaviorSubject(null);
2096
2096
  this.currentViewport$ = combineLatest([this.isXs$, this.isSm$, this.isMd$, this.isLg$, this.isXl$, this.is2Xl$]).pipe(map((val) => this.getCurrentViewport(val)), debounceTime(0), shareReplay({ bufferSize: 1, refCount: true }));
@@ -2236,8 +2236,8 @@ class ViewportService {
2236
2236
  }
2237
2237
  return 'xs';
2238
2238
  }
2239
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ViewportService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2240
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ViewportService, providedIn: 'root' }); }
2239
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ViewportService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2240
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ViewportService, providedIn: 'root' }); }
2241
2241
  }
2242
2242
  __decorate([
2243
2243
  Memo(),
@@ -2255,7 +2255,7 @@ __decorate([
2255
2255
  __metadata("design:paramtypes", [Object]),
2256
2256
  __metadata("design:returntype", void 0)
2257
2257
  ], ViewportService.prototype, "_buildMediaQuery", null);
2258
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ViewportService, decorators: [{
2258
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ViewportService, decorators: [{
2259
2259
  type: Injectable,
2260
2260
  args: [{
2261
2261
  providedIn: 'root',
@@ -2615,15 +2615,26 @@ const signalElementIntersection = (el, options) => {
2615
2615
  let currentValues = [...elementIntersectionSignal()];
2616
2616
  for (const entry of entries) {
2617
2617
  const existingEntryIndex = currentValues.findIndex((v) => v.target === entry.target);
2618
+ // Round the intersection ratio to the nearest 0.01 to avoid floating point errors and system scaling issues.
2619
+ const roundedIntersectionRatio = Math.round(entry.intersectionRatio * 100) / 100;
2620
+ const intersectionEntry = {
2621
+ boundingClientRect: entry.boundingClientRect,
2622
+ intersectionRatio: roundedIntersectionRatio,
2623
+ intersectionRect: entry.intersectionRect,
2624
+ isIntersecting: entry.isIntersecting,
2625
+ rootBounds: entry.rootBounds,
2626
+ target: entry.target,
2627
+ time: entry.time,
2628
+ };
2618
2629
  if (existingEntryIndex !== -1) {
2619
2630
  currentValues = [
2620
2631
  ...currentValues.slice(0, existingEntryIndex),
2621
- entry,
2632
+ intersectionEntry,
2622
2633
  ...currentValues.slice(existingEntryIndex + 1),
2623
2634
  ];
2624
2635
  }
2625
2636
  else {
2626
- currentValues = [...currentValues, entry];
2637
+ currentValues = [...currentValues, intersectionEntry];
2627
2638
  }
2628
2639
  }
2629
2640
  zone.run(() => elementIntersectionSignal.set(currentValues));
@@ -2646,10 +2657,19 @@ const signalElementIntersection = (el, options) => {
2646
2657
  const rootBounds = rootEl?.getBoundingClientRect();
2647
2658
  if (!observer || !rootEl)
2648
2659
  return;
2649
- const newIntersectionValue = [...elementIntersectionSignal()];
2660
+ const currIntersecionValue = elementIntersectionSignal();
2661
+ const newIntersectionValue = [];
2650
2662
  for (const el of elements.currentElements) {
2651
- if (currentlyObservedElements.has(el))
2663
+ if (currentlyObservedElements.has(el)) {
2664
+ const existingEntryIndex = currIntersecionValue.findIndex((v) => v.target === el);
2665
+ const existingEntry = currIntersecionValue[existingEntryIndex];
2666
+ if (!existingEntry) {
2667
+ console.warn('Could not find existing entry for element. The intersection observer might be broken now.', el);
2668
+ continue;
2669
+ }
2670
+ newIntersectionValue.push(existingEntry);
2652
2671
  continue;
2672
+ }
2653
2673
  const initialElementVisibility = isElementVisible({
2654
2674
  container: rootEl,
2655
2675
  element: el,
@@ -2661,14 +2681,16 @@ const signalElementIntersection = (el, options) => {
2661
2681
  });
2662
2682
  continue;
2663
2683
  }
2684
+ const elBounds = el.getBoundingClientRect();
2664
2685
  const inlineIntersectionRatio = initialElementVisibility.inlineIntersection / 100;
2665
2686
  const blockIntersectionRatio = initialElementVisibility.blockIntersection / 100;
2666
2687
  const isIntersecting = inlineIntersectionRatio > 0 && blockIntersectionRatio > 0;
2667
2688
  const intersectionRatio = Math.min(inlineIntersectionRatio, blockIntersectionRatio);
2668
- const elBounds = el.getBoundingClientRect();
2689
+ // Round the intersection ratio to the nearest 0.01 to avoid floating point errors and system scaling issues.
2690
+ const roundedIntersectionRatio = Math.round(intersectionRatio * 100) / 100;
2669
2691
  const intersectionEntry = {
2670
2692
  boundingClientRect: elBounds,
2671
- intersectionRatio,
2693
+ intersectionRatio: roundedIntersectionRatio,
2672
2694
  intersectionRect: elBounds,
2673
2695
  isIntersecting,
2674
2696
  rootBounds: rootBounds ?? null,
@@ -2684,7 +2706,6 @@ const signalElementIntersection = (el, options) => {
2684
2706
  continue;
2685
2707
  observer.unobserve(el);
2686
2708
  currentlyObservedElements.delete(el);
2687
- newIntersectionValue.splice(newIntersectionValue.findIndex((v) => v.target === el), 1);
2688
2709
  }
2689
2710
  elementIntersectionSignal.set(newIntersectionValue);
2690
2711
  };
@@ -2868,6 +2889,7 @@ const useCursorDragScroll = (el, options) => {
2868
2889
  const scrollState = signalElementScrollState(elements);
2869
2890
  const renderer = inject(Renderer2);
2870
2891
  const isDragging = signal(false);
2892
+ const isInitDragging = signal(false);
2871
2893
  const initialDragPosition = signal({ x: 0, y: 0 });
2872
2894
  const initialScrollPosition = signal({ x: 0, y: 0 });
2873
2895
  const dragAmount = signal({ x: 0, y: 0 });
@@ -2896,6 +2918,7 @@ const useCursorDragScroll = (el, options) => {
2896
2918
  const currCanScroll = canScroll();
2897
2919
  const isEnabled = enabled();
2898
2920
  const currIsDragging = isDragging();
2921
+ const currIsInitDragging = isInitDragging();
2899
2922
  untracked(() => {
2900
2923
  const el = element().currentElement;
2901
2924
  if (!el)
@@ -2908,14 +2931,16 @@ const useCursorDragScroll = (el, options) => {
2908
2931
  renderer.removeStyle(document.documentElement, 'cursor');
2909
2932
  return;
2910
2933
  }
2934
+ if (currIsInitDragging) {
2935
+ renderer.addClass(el, CURSOR_DRAG_SCROLLING_CLASS$1);
2936
+ }
2911
2937
  if (currIsDragging) {
2912
- renderer.setStyle(el, 'cursor', 'grabbing');
2913
2938
  renderer.setStyle(el, 'scrollSnapType', 'none');
2914
2939
  renderer.setStyle(el, 'scrollBehavior', 'unset');
2915
- renderer.addClass(el, CURSOR_DRAG_SCROLLING_CLASS$1);
2940
+ renderer.setStyle(el, 'cursor', 'grabbing');
2916
2941
  renderer.setStyle(document.documentElement, 'cursor', 'grabbing');
2917
2942
  }
2918
- else {
2943
+ if (!currIsInitDragging && !currIsDragging) {
2919
2944
  renderer.setStyle(el, 'cursor', 'grab');
2920
2945
  renderer.removeStyle(el, 'scrollSnapType');
2921
2946
  renderer.removeStyle(el, 'scrollBehavior');
@@ -2971,6 +2996,7 @@ const useCursorDragScroll = (el, options) => {
2971
2996
  };
2972
2997
  const updateDraggingEnd = () => {
2973
2998
  isDragging.set(false);
2999
+ isInitDragging.set(false);
2974
3000
  initialDragPosition.set({ x: 0, y: 0 });
2975
3001
  initialScrollPosition.set({ x: 0, y: 0 });
2976
3002
  dragAmount.set({ x: 0, y: 0 });
@@ -2989,6 +3015,7 @@ const useCursorDragScroll = (el, options) => {
2989
3015
  .subscribe();
2990
3016
  initialDragPosition.set({ x: e.clientX, y: e.clientY });
2991
3017
  initialScrollPosition.set({ x: el.scrollLeft, y: el.scrollTop });
3018
+ isInitDragging.set(true);
2992
3019
  };
2993
3020
  toObservable(element)
2994
3021
  .pipe(map((e) => e?.currentElement), switchMap((el) => (el ? fromEvent(el, 'mousedown') : of(null))), filter((e) => !!e), filter(() => enabled()), tap((e) => setupDragging(e)), takeUntilDestroyed())
@@ -3028,6 +3055,49 @@ const computedTillFalsy = (source) => {
3028
3055
  }, { allowSignalWrites: true });
3029
3056
  return value.asReadonly();
3030
3057
  };
3058
+ /** Inject a signal containing a boolean value indicating if the viewport is xs */
3059
+ const injectIsXs = () => {
3060
+ return toSignal(inject(ViewportService).isXs$, { requireSync: true });
3061
+ };
3062
+ /** Inject a signal containing a boolean value indicating if the viewport is sm */
3063
+ const injectIsSm = () => {
3064
+ return toSignal(inject(ViewportService).isSm$, { requireSync: true });
3065
+ };
3066
+ /** Inject a signal containing a boolean value indicating if the viewport is md */
3067
+ const injectIsMd = () => {
3068
+ return toSignal(inject(ViewportService).isMd$, { requireSync: true });
3069
+ };
3070
+ /** Inject a signal containing a boolean value indicating if the viewport is lg */
3071
+ const injectIsLg = () => {
3072
+ return toSignal(inject(ViewportService).isLg$, { requireSync: true });
3073
+ };
3074
+ /** Inject a signal containing a boolean value indicating if the viewport is xl */
3075
+ const injectIsXl = () => {
3076
+ return toSignal(inject(ViewportService).isXl$, { requireSync: true });
3077
+ };
3078
+ /** Inject a signal containing a boolean value indicating if the viewport is 2xl */
3079
+ const injectIs2Xl = () => {
3080
+ return toSignal(inject(ViewportService).is2Xl$, { requireSync: true });
3081
+ };
3082
+ /**
3083
+ * Inject a boolean value indicating if the viewport is matching the provided options.
3084
+ * This value is not reactive. If you want to react to changes, use the {@link injectObserveBreakpoint} function instead.
3085
+ */
3086
+ const injectBreakpointIsMatched = (options) => {
3087
+ return inject(ViewportService).isMatched(options);
3088
+ };
3089
+ /**
3090
+ * Inject a signal containing a boolean value indicating if the viewport is matching the provided options.
3091
+ */
3092
+ const injectObserveBreakpoint = (options) => {
3093
+ return toSignal(inject(ViewportService).observe(options), { initialValue: injectBreakpointIsMatched(options) });
3094
+ };
3095
+ /** Inject a signal containing the current breakpoint. */
3096
+ const injectCurrentBreakpoint = () => {
3097
+ return toSignal(inject(ViewportService).currentViewport$, {
3098
+ initialValue: inject(ViewportService).currentViewport,
3099
+ });
3100
+ };
3031
3101
 
3032
3102
  const scrollBehaviorSupported = supportsScrollBehavior();
3033
3103
  let _uniqueIdCounter = 0;
@@ -3229,15 +3299,15 @@ class AnimatableDirective {
3229
3299
  .subscribe();
3230
3300
  }
3231
3301
  }
3232
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimatableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3233
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: AnimatableDirective, isStandalone: true, selector: "[etAnimatable]", inputs: { animatedElement: ["etAnimatable", "animatedElement"] }, providers: [
3302
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: AnimatableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3303
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.8", type: AnimatableDirective, isStandalone: true, selector: "[etAnimatable]", inputs: { animatedElement: ["etAnimatable", "animatedElement"] }, providers: [
3234
3304
  {
3235
3305
  provide: ANIMATABLE_TOKEN,
3236
3306
  useExisting: AnimatableDirective,
3237
3307
  },
3238
3308
  ], exportAs: ["etAnimatable"], ngImport: i0 }); }
3239
3309
  }
3240
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimatableDirective, decorators: [{
3310
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: AnimatableDirective, decorators: [{
3241
3311
  type: Directive,
3242
3312
  args: [{
3243
3313
  selector: '[etAnimatable]',
@@ -3360,15 +3430,15 @@ class AnimatedLifecycleDirective {
3360
3430
  _forceState(state) {
3361
3431
  this._state$.next(state);
3362
3432
  }
3363
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimatedLifecycleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3364
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "17.3.7", type: AnimatedLifecycleDirective, isStandalone: true, selector: "[etAnimatedLifecycle]", inputs: { skipNextEnter: { classPropertyName: "skipNextEnter", publicName: "skipNextEnter", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { stateChange: "stateChange", skipNextEnter: "skipNextEnterChange" }, providers: [
3433
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: AnimatedLifecycleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3434
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "17.3.8", type: AnimatedLifecycleDirective, isStandalone: true, selector: "[etAnimatedLifecycle]", inputs: { skipNextEnter: { classPropertyName: "skipNextEnter", publicName: "skipNextEnter", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { stateChange: "stateChange", skipNextEnter: "skipNextEnterChange" }, providers: [
3365
3435
  {
3366
3436
  provide: ANIMATED_LIFECYCLE_TOKEN,
3367
3437
  useExisting: AnimatedLifecycleDirective,
3368
3438
  },
3369
3439
  ], exportAs: ["etAnimatedLifecycle"], hostDirectives: [{ directive: AnimatableDirective }], ngImport: i0 }); }
3370
3440
  }
3371
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimatedLifecycleDirective, decorators: [{
3441
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: AnimatedLifecycleDirective, decorators: [{
3372
3442
  type: Directive,
3373
3443
  args: [{
3374
3444
  selector: '[etAnimatedLifecycle]',
@@ -3405,15 +3475,15 @@ class AnimatedIfDirective {
3405
3475
  .subscribe();
3406
3476
  }
3407
3477
  }
3408
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimatedIfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3409
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: AnimatedIfDirective, isStandalone: true, selector: "[etAnimatedIf]", inputs: { shouldRender: ["etAnimatedIf", "shouldRender"] }, providers: [
3478
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: AnimatedIfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3479
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.8", type: AnimatedIfDirective, isStandalone: true, selector: "[etAnimatedIf]", inputs: { shouldRender: ["etAnimatedIf", "shouldRender"] }, providers: [
3410
3480
  {
3411
3481
  provide: ANIMATED_IF_TOKEN,
3412
3482
  useExisting: AnimatedIfDirective,
3413
3483
  },
3414
3484
  ], hostDirectives: [{ directive: i1.NgIf }], ngImport: i0 }); }
3415
3485
  }
3416
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimatedIfDirective, decorators: [{
3486
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: AnimatedIfDirective, decorators: [{
3417
3487
  type: Directive,
3418
3488
  args: [{
3419
3489
  selector: '[etAnimatedIf]',
@@ -3473,10 +3543,10 @@ class ObserveResizeDirective {
3473
3543
  _unsubscribe() {
3474
3544
  this._currentSubscription?.unsubscribe();
3475
3545
  }
3476
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ObserveResizeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3477
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: ObserveResizeDirective, isStandalone: true, selector: "[etObserveResize]", inputs: { disabled: ["etObserveResizeDisabled", "disabled"], debounce: ["etObserveResizeDebounce", "debounce"] }, outputs: { valueChange: "etObserveResize" }, exportAs: ["etObserveResize"], ngImport: i0 }); }
3546
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ObserveResizeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3547
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.8", type: ObserveResizeDirective, isStandalone: true, selector: "[etObserveResize]", inputs: { disabled: ["etObserveResizeDisabled", "disabled"], debounce: ["etObserveResizeDebounce", "debounce"] }, outputs: { valueChange: "etObserveResize" }, exportAs: ["etObserveResize"], ngImport: i0 }); }
3478
3548
  }
3479
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ObserveResizeDirective, decorators: [{
3549
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ObserveResizeDirective, decorators: [{
3480
3550
  type: Directive,
3481
3551
  args: [{
3482
3552
  selector: '[etObserveResize]',
@@ -3506,15 +3576,15 @@ class RootBoundaryDirective {
3506
3576
  set boundaryElement(v) {
3507
3577
  this._boundaryElement = v;
3508
3578
  }
3509
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: RootBoundaryDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3510
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: RootBoundaryDirective, isStandalone: true, selector: "[etRootBoundary]", providers: [
3579
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: RootBoundaryDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3580
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.8", type: RootBoundaryDirective, isStandalone: true, selector: "[etRootBoundary]", providers: [
3511
3581
  {
3512
3582
  provide: ROOT_BOUNDARY_TOKEN,
3513
3583
  useExisting: RootBoundaryDirective,
3514
3584
  },
3515
3585
  ], ngImport: i0 }); }
3516
3586
  }
3517
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: RootBoundaryDirective, decorators: [{
3587
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: RootBoundaryDirective, decorators: [{
3518
3588
  type: Directive,
3519
3589
  args: [{
3520
3590
  selector: '[etRootBoundary]',
@@ -3820,10 +3890,10 @@ class AnimatedOverlayDirective {
3820
3890
  this._isUnmounting$.next(false);
3821
3891
  this._afterClosed?.next();
3822
3892
  }
3823
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimatedOverlayDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3824
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: AnimatedOverlayDirective, isStandalone: true, inputs: { placement: "placement", fallbackPlacements: "fallbackPlacements", offset: "offset", arrowPadding: "arrowPadding", viewportPadding: "viewportPadding", autoResize: "autoResize", shift: "shift", autoHide: "autoHide", autoCloseIfReferenceHidden: "autoCloseIfReferenceHidden" }, host: { classAttribute: "et-animated-overlay" }, hostDirectives: [{ directive: ObserveResizeDirective }], ngImport: i0 }); }
3893
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: AnimatedOverlayDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3894
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.8", type: AnimatedOverlayDirective, isStandalone: true, inputs: { placement: "placement", fallbackPlacements: "fallbackPlacements", offset: "offset", arrowPadding: "arrowPadding", viewportPadding: "viewportPadding", autoResize: "autoResize", shift: "shift", autoHide: "autoHide", autoCloseIfReferenceHidden: "autoCloseIfReferenceHidden" }, host: { classAttribute: "et-animated-overlay" }, hostDirectives: [{ directive: ObserveResizeDirective }], ngImport: i0 }); }
3825
3895
  }
3826
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimatedOverlayDirective, decorators: [{
3896
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: AnimatedOverlayDirective, decorators: [{
3827
3897
  type: Directive,
3828
3898
  args: [{
3829
3899
  standalone: true,
@@ -3873,10 +3943,10 @@ class ClickOutsideDirective {
3873
3943
  ngOnDestroy() {
3874
3944
  this._subscription?.unsubscribe();
3875
3945
  }
3876
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ClickOutsideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3877
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: ClickOutsideDirective, isStandalone: true, selector: "[etClickOutside]", outputs: { etClickOutside: "etClickOutside" }, ngImport: i0 }); }
3946
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ClickOutsideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3947
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.8", type: ClickOutsideDirective, isStandalone: true, selector: "[etClickOutside]", outputs: { etClickOutside: "etClickOutside" }, ngImport: i0 }); }
3878
3948
  }
3879
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ClickOutsideDirective, decorators: [{
3949
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ClickOutsideDirective, decorators: [{
3880
3950
  type: Directive,
3881
3951
  args: [{
3882
3952
  selector: '[etClickOutside]',
@@ -4030,10 +4100,10 @@ class CursorDragScrollDirective {
4030
4100
  this._elementRef.nativeElement.style.cursor = 'default';
4031
4101
  }
4032
4102
  }
4033
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: CursorDragScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4034
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: CursorDragScrollDirective, isStandalone: true, selector: "[etCursorDragScroll]", inputs: { enabled: ["etCursorDragScroll", "enabled"], allowedDirection: "allowedDirection" }, outputs: { cursorDragStart: "cursorDragStart", cursorDragMove: "cursorDragMove", cursorDragEnd: "cursorDragEnd" }, exportAs: ["etCursorDragScroll"], ngImport: i0 }); }
4103
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CursorDragScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4104
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.8", type: CursorDragScrollDirective, isStandalone: true, selector: "[etCursorDragScroll]", inputs: { enabled: ["etCursorDragScroll", "enabled"], allowedDirection: "allowedDirection" }, outputs: { cursorDragStart: "cursorDragStart", cursorDragMove: "cursorDragMove", cursorDragEnd: "cursorDragEnd" }, exportAs: ["etCursorDragScroll"], ngImport: i0 }); }
4035
4105
  }
4036
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: CursorDragScrollDirective, decorators: [{
4106
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CursorDragScrollDirective, decorators: [{
4037
4107
  type: Directive,
4038
4108
  args: [{
4039
4109
  selector: '[etCursorDragScroll]',
@@ -4066,15 +4136,15 @@ class DebugDirective {
4066
4136
  set sDebug(value) {
4067
4137
  this._debug.set(value);
4068
4138
  }
4069
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: DebugDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4070
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.7", type: DebugDirective, isStandalone: true, selector: "[etDebug]", inputs: { sDebug: ["etDebug", "sDebug", booleanAttribute] }, providers: [
4139
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: DebugDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4140
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.8", type: DebugDirective, isStandalone: true, selector: "[etDebug]", inputs: { sDebug: ["etDebug", "sDebug", booleanAttribute] }, providers: [
4071
4141
  {
4072
4142
  provide: DEBUG_TOKEN,
4073
4143
  useExisting: DebugDirective,
4074
4144
  },
4075
4145
  ], exportAs: ["etDebug"], ngImport: i0 }); }
4076
4146
  }
4077
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: DebugDirective, decorators: [{
4147
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: DebugDirective, decorators: [{
4078
4148
  type: Directive,
4079
4149
  args: [{
4080
4150
  selector: '[etDebug]',
@@ -4121,15 +4191,15 @@ class DelayableDirective {
4121
4191
  }
4122
4192
  this._isDelayed$.next(val);
4123
4193
  }
4124
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: DelayableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4125
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: DelayableDirective, isStandalone: true, selector: "[etDelayable]", providers: [
4194
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: DelayableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4195
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.8", type: DelayableDirective, isStandalone: true, selector: "[etDelayable]", providers: [
4126
4196
  {
4127
4197
  provide: DELAYABLE_TOKEN,
4128
4198
  useExisting: DelayableDirective,
4129
4199
  },
4130
4200
  ], exportAs: ["etDelayable"], ngImport: i0 }); }
4131
4201
  }
4132
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: DelayableDirective, decorators: [{
4202
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: DelayableDirective, decorators: [{
4133
4203
  type: Directive,
4134
4204
  args: [{
4135
4205
  selector: '[etDelayable]',
@@ -4150,15 +4220,15 @@ class IsActiveElementDirective {
4150
4220
  this.elementRef = inject(ElementRef);
4151
4221
  this.isActiveElement = false;
4152
4222
  }
4153
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: IsActiveElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4154
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.7", type: IsActiveElementDirective, isStandalone: true, selector: "[etIsActiveElement]", inputs: { isActiveElement: ["etIsActiveElement", "isActiveElement", booleanAttribute] }, providers: [
4223
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: IsActiveElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4224
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.8", type: IsActiveElementDirective, isStandalone: true, selector: "[etIsActiveElement]", inputs: { isActiveElement: ["etIsActiveElement", "isActiveElement", booleanAttribute] }, providers: [
4155
4225
  {
4156
4226
  provide: IS_ACTIVE_ELEMENT,
4157
4227
  useExisting: IsActiveElementDirective,
4158
4228
  },
4159
4229
  ], ngImport: i0 }); }
4160
4230
  }
4161
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: IsActiveElementDirective, decorators: [{
4231
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: IsActiveElementDirective, decorators: [{
4162
4232
  type: Directive,
4163
4233
  args: [{
4164
4234
  selector: '[etIsActiveElement]',
@@ -4181,15 +4251,15 @@ class IsElementDirective {
4181
4251
  this.elementRef = inject(ElementRef);
4182
4252
  this.isElement = false;
4183
4253
  }
4184
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: IsElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4185
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.7", type: IsElementDirective, isStandalone: true, selector: "[etIsElement]", inputs: { isElement: ["etIsElement", "isElement", booleanAttribute] }, providers: [
4254
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: IsElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4255
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.8", type: IsElementDirective, isStandalone: true, selector: "[etIsElement]", inputs: { isElement: ["etIsElement", "isElement", booleanAttribute] }, providers: [
4186
4256
  {
4187
4257
  provide: IS_ELEMENT,
4188
4258
  useExisting: IsElementDirective,
4189
4259
  },
4190
4260
  ], ngImport: i0 }); }
4191
4261
  }
4192
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: IsElementDirective, decorators: [{
4262
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: IsElementDirective, decorators: [{
4193
4263
  type: Directive,
4194
4264
  args: [{
4195
4265
  selector: '[etIsElement]',
@@ -4238,10 +4308,10 @@ class LetDirective {
4238
4308
  }
4239
4309
  }
4240
4310
  }
4241
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4242
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: LetDirective, isStandalone: true, selector: "[etLet]", inputs: { etLet: "etLet" }, ngImport: i0 }); }
4311
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: LetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4312
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.8", type: LetDirective, isStandalone: true, selector: "[etLet]", inputs: { etLet: "etLet" }, ngImport: i0 }); }
4243
4313
  }
4244
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LetDirective, decorators: [{
4314
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: LetDirective, decorators: [{
4245
4315
  type: Directive,
4246
4316
  args: [{
4247
4317
  selector: '[etLet]',
@@ -4293,10 +4363,10 @@ class ObserveContentDirective {
4293
4363
  _unsubscribe() {
4294
4364
  this._currentSubscription?.unsubscribe();
4295
4365
  }
4296
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ObserveContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4297
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: ObserveContentDirective, isStandalone: true, selector: "[etObserveContent]", inputs: { disabled: ["etObserveContentDisabled", "disabled"], debounce: ["etObserveContentDebounce", "debounce"] }, outputs: { valueChange: "etObserveContent" }, exportAs: ["etObserveContent"], ngImport: i0 }); }
4366
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ObserveContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4367
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.8", type: ObserveContentDirective, isStandalone: true, selector: "[etObserveContent]", inputs: { disabled: ["etObserveContentDisabled", "disabled"], debounce: ["etObserveContentDebounce", "debounce"] }, outputs: { valueChange: "etObserveContent" }, exportAs: ["etObserveContent"], ngImport: i0 }); }
4298
4368
  }
4299
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ObserveContentDirective, decorators: [{
4369
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ObserveContentDirective, decorators: [{
4300
4370
  type: Directive,
4301
4371
  args: [{
4302
4372
  selector: '[etObserveContent]',
@@ -4321,10 +4391,10 @@ class ScrollObserverFirstElementDirective {
4321
4391
  constructor() {
4322
4392
  this.isFirstElement = false;
4323
4393
  }
4324
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ScrollObserverFirstElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4325
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.7", type: ScrollObserverFirstElementDirective, isStandalone: true, selector: "[etScrollObserverFirstElement]", inputs: { isFirstElement: ["etScrollObserverFirstElement", "isFirstElement", booleanAttribute] }, host: { properties: { "class.et-scroll-observer-first-element": "this.isFirstElement" } }, ngImport: i0 }); }
4394
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ScrollObserverFirstElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4395
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.8", type: ScrollObserverFirstElementDirective, isStandalone: true, selector: "[etScrollObserverFirstElement]", inputs: { isFirstElement: ["etScrollObserverFirstElement", "isFirstElement", booleanAttribute] }, host: { properties: { "class.et-scroll-observer-first-element": "this.isFirstElement" } }, ngImport: i0 }); }
4326
4396
  }
4327
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ScrollObserverFirstElementDirective, decorators: [{
4397
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ScrollObserverFirstElementDirective, decorators: [{
4328
4398
  type: Directive,
4329
4399
  args: [{
4330
4400
  selector: '[etScrollObserverFirstElement]',
@@ -4340,10 +4410,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImpor
4340
4410
 
4341
4411
  const SCROLL_OBSERVER_IGNORE_TARGET_CLASS = 'et-scroll-observer-ignore-target';
4342
4412
  class ScrollObserverIgnoreTargetDirective {
4343
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4344
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: ScrollObserverIgnoreTargetDirective, isStandalone: true, selector: "[etScrollObserverIgnoreTarget]", host: { classAttribute: "et-scroll-observer-ignore-target" }, ngImport: i0 }); }
4413
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4414
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.8", type: ScrollObserverIgnoreTargetDirective, isStandalone: true, selector: "[etScrollObserverIgnoreTarget]", host: { classAttribute: "et-scroll-observer-ignore-target" }, ngImport: i0 }); }
4345
4415
  }
4346
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, decorators: [{
4416
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, decorators: [{
4347
4417
  type: Directive,
4348
4418
  args: [{
4349
4419
  selector: '[etScrollObserverIgnoreTarget]',
@@ -4359,10 +4429,10 @@ class ScrollObserverLastElementDirective {
4359
4429
  constructor() {
4360
4430
  this.isLastElement = false;
4361
4431
  }
4362
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ScrollObserverLastElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4363
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.7", 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 }); }
4432
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ScrollObserverLastElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4433
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.8", 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 }); }
4364
4434
  }
4365
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ScrollObserverLastElementDirective, decorators: [{
4435
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ScrollObserverLastElementDirective, decorators: [{
4366
4436
  type: Directive,
4367
4437
  args: [{
4368
4438
  selector: '[etScrollObserverLastElement]',
@@ -4519,15 +4589,15 @@ class ObserveScrollStateDirective {
4519
4589
  }
4520
4590
  return element;
4521
4591
  }
4522
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ObserveScrollStateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4523
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.7", type: ObserveScrollStateDirective, isStandalone: true, selector: "[etObserveScrollState]", inputs: { rootMargin: ["rootMargin", "rootMargin", numberAttribute], observerThreshold: "observerThreshold" }, outputs: { valueChange: "etObserveScrollState" }, providers: [
4592
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ObserveScrollStateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4593
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.8", type: ObserveScrollStateDirective, isStandalone: true, selector: "[etObserveScrollState]", inputs: { rootMargin: ["rootMargin", "rootMargin", numberAttribute], observerThreshold: "observerThreshold" }, outputs: { valueChange: "etObserveScrollState" }, providers: [
4524
4594
  {
4525
4595
  provide: OBSERVE_SCROLL_STATE,
4526
4596
  useExisting: ObserveScrollStateDirective,
4527
4597
  },
4528
4598
  ], exportAs: ["etObserveScrollState"], ngImport: i0 }); }
4529
4599
  }
4530
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ObserveScrollStateDirective, decorators: [{
4600
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ObserveScrollStateDirective, decorators: [{
4531
4601
  type: Directive,
4532
4602
  args: [{
4533
4603
  selector: '[etObserveScrollState]',
@@ -4597,15 +4667,15 @@ class ObserveVisibilityDirective {
4597
4667
  }))
4598
4668
  .subscribe();
4599
4669
  }
4600
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ObserveVisibilityDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4601
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: ObserveVisibilityDirective, isStandalone: true, selector: "[etObserveVisibility]", outputs: { etObserveVisibility: "etObserveVisibility" }, host: { classAttribute: "et-observe-visibility" }, providers: [
4670
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ObserveVisibilityDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4671
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.8", type: ObserveVisibilityDirective, isStandalone: true, selector: "[etObserveVisibility]", outputs: { etObserveVisibility: "etObserveVisibility" }, host: { classAttribute: "et-observe-visibility" }, providers: [
4602
4672
  {
4603
4673
  provide: OBSERVE_VISIBILITY_TOKEN,
4604
4674
  useExisting: ObserveVisibilityDirective,
4605
4675
  },
4606
4676
  ], ngImport: i0 }); }
4607
4677
  }
4608
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ObserveVisibilityDirective, decorators: [{
4678
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ObserveVisibilityDirective, decorators: [{
4609
4679
  type: Directive,
4610
4680
  args: [{
4611
4681
  selector: '[etObserveVisibility]',
@@ -4643,10 +4713,10 @@ class RepeatDirective {
4643
4713
  this._viewContainerRef.createEmbeddedView(this._mainTemplateRef);
4644
4714
  }
4645
4715
  }
4646
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: RepeatDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
4647
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: RepeatDirective, isStandalone: true, selector: "[etRepeat]", inputs: { repeatCount: ["etRepeat", "repeatCount"] }, ngImport: i0 }); }
4716
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: RepeatDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
4717
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.8", type: RepeatDirective, isStandalone: true, selector: "[etRepeat]", inputs: { repeatCount: ["etRepeat", "repeatCount"] }, ngImport: i0 }); }
4648
4718
  }
4649
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: RepeatDirective, decorators: [{
4719
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: RepeatDirective, decorators: [{
4650
4720
  type: Directive,
4651
4721
  args: [{
4652
4722
  selector: '[etRepeat]',
@@ -4815,10 +4885,10 @@ class SeoDirective {
4815
4885
  }
4816
4886
  }
4817
4887
  }
4818
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SeoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4819
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: SeoDirective, isStandalone: true, providers: [{ provide: SEO_DIRECTIVE_TOKEN, useExisting: SeoDirective }], ngImport: i0 }); }
4888
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SeoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4889
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.8", type: SeoDirective, isStandalone: true, providers: [{ provide: SEO_DIRECTIVE_TOKEN, useExisting: SeoDirective }], ngImport: i0 }); }
4820
4890
  }
4821
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SeoDirective, decorators: [{
4891
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SeoDirective, decorators: [{
4822
4892
  type: Directive,
4823
4893
  args: [{
4824
4894
  standalone: true,
@@ -4994,10 +5064,10 @@ class InferMimeTypePipe {
4994
5064
  constructor() {
4995
5065
  this.transform = inferMimeType;
4996
5066
  }
4997
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InferMimeTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4998
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: InferMimeTypePipe, isStandalone: true, name: "inferMimeType" }); }
5067
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: InferMimeTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5068
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.8", ngImport: i0, type: InferMimeTypePipe, isStandalone: true, name: "inferMimeType" }); }
4999
5069
  }
5000
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InferMimeTypePipe, decorators: [{
5070
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: InferMimeTypePipe, decorators: [{
5001
5071
  type: Pipe,
5002
5072
  args: [{
5003
5073
  name: 'inferMimeType',
@@ -5043,10 +5113,10 @@ class NormalizeGameResultTypePipe {
5043
5113
  constructor() {
5044
5114
  this.transform = normalizeGameResultType;
5045
5115
  }
5046
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NormalizeGameResultTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5047
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: NormalizeGameResultTypePipe, isStandalone: true, name: "etNormalizeGameResultType" }); }
5116
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: NormalizeGameResultTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5117
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.8", ngImport: i0, type: NormalizeGameResultTypePipe, isStandalone: true, name: "etNormalizeGameResultType" }); }
5048
5118
  }
5049
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NormalizeGameResultTypePipe, decorators: [{
5119
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: NormalizeGameResultTypePipe, decorators: [{
5050
5120
  type: Pipe,
5051
5121
  args: [{ name: 'etNormalizeGameResultType', standalone: true }]
5052
5122
  }] });
@@ -5074,10 +5144,10 @@ class NormalizeMatchStatePipe {
5074
5144
  constructor() {
5075
5145
  this.transform = normalizeMatchState;
5076
5146
  }
5077
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchStatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5078
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchStatePipe, isStandalone: true, name: "etNormalizeMatchState" }); }
5147
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: NormalizeMatchStatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5148
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.8", ngImport: i0, type: NormalizeMatchStatePipe, isStandalone: true, name: "etNormalizeMatchState" }); }
5079
5149
  }
5080
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchStatePipe, decorators: [{
5150
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: NormalizeMatchStatePipe, decorators: [{
5081
5151
  type: Pipe,
5082
5152
  args: [{ name: 'etNormalizeMatchState', standalone: true }]
5083
5153
  }] });
@@ -5132,10 +5202,10 @@ class NormalizeMatchParticipantsPipe {
5132
5202
  constructor() {
5133
5203
  this.transform = normalizeMatchParticipants;
5134
5204
  }
5135
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchParticipantsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5136
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchParticipantsPipe, isStandalone: true, name: "etNormalizeMatchParticipants" }); }
5205
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: NormalizeMatchParticipantsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5206
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.8", ngImport: i0, type: NormalizeMatchParticipantsPipe, isStandalone: true, name: "etNormalizeMatchParticipants" }); }
5137
5207
  }
5138
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchParticipantsPipe, decorators: [{
5208
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: NormalizeMatchParticipantsPipe, decorators: [{
5139
5209
  type: Pipe,
5140
5210
  args: [{ name: 'etNormalizeMatchParticipants', standalone: true }]
5141
5211
  }] });
@@ -5269,10 +5339,10 @@ class NormalizeMatchScorePipe {
5269
5339
  constructor() {
5270
5340
  this.transform = normalizeMatchScore;
5271
5341
  }
5272
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchScorePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5273
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchScorePipe, isStandalone: true, name: "etNormalizeMatchScore" }); }
5342
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: NormalizeMatchScorePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5343
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.8", ngImport: i0, type: NormalizeMatchScorePipe, isStandalone: true, name: "etNormalizeMatchScore" }); }
5274
5344
  }
5275
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchScorePipe, decorators: [{
5345
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: NormalizeMatchScorePipe, decorators: [{
5276
5346
  type: Pipe,
5277
5347
  args: [{ name: 'etNormalizeMatchScore', standalone: true }]
5278
5348
  }] });
@@ -5319,10 +5389,10 @@ class NormalizeMatchTypePipe {
5319
5389
  constructor() {
5320
5390
  this.transform = normalizeMatchType;
5321
5391
  }
5322
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5323
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchTypePipe, isStandalone: true, name: "etNormalizeMatchType" }); }
5392
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: NormalizeMatchTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5393
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.8", ngImport: i0, type: NormalizeMatchTypePipe, isStandalone: true, name: "etNormalizeMatchType" }); }
5324
5394
  }
5325
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchTypePipe, decorators: [{
5395
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: NormalizeMatchTypePipe, decorators: [{
5326
5396
  type: Pipe,
5327
5397
  args: [{ name: 'etNormalizeMatchType', standalone: true }]
5328
5398
  }] });
@@ -5336,10 +5406,10 @@ class ToArrayPipe {
5336
5406
  constructor() {
5337
5407
  this.transform = toArray;
5338
5408
  }
5339
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ToArrayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5340
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: ToArrayPipe, isStandalone: true, name: "toArray" }); }
5409
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ToArrayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5410
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.8", ngImport: i0, type: ToArrayPipe, isStandalone: true, name: "toArray" }); }
5341
5411
  }
5342
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ToArrayPipe, decorators: [{
5412
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ToArrayPipe, decorators: [{
5343
5413
  type: Pipe,
5344
5414
  args: [{ name: 'toArray', standalone: true }]
5345
5415
  }] });
@@ -5557,10 +5627,10 @@ class PropsDirective {
5557
5627
  });
5558
5628
  });
5559
5629
  }
5560
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: PropsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5561
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "17.3.7", type: PropsDirective, isStandalone: true, selector: "[etProps]", inputs: { props: { classPropertyName: "props", publicName: "etProps", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 }); }
5630
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: PropsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5631
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "17.3.8", type: PropsDirective, isStandalone: true, selector: "[etProps]", inputs: { props: { classPropertyName: "props", publicName: "etProps", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 }); }
5562
5632
  }
5563
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: PropsDirective, decorators: [{
5633
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: PropsDirective, decorators: [{
5564
5634
  type: Directive,
5565
5635
  args: [{
5566
5636
  selector: '[etProps]',
@@ -5693,5 +5763,5 @@ const Validators = {
5693
5763
  * Generated bundle index. Do not edit.
5694
5764
  */
5695
5765
 
5696
- 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, computedTillFalsy, computedTillTruthy, controlValueSignal, controlValueSignalWithPrevious, createCanAnimateSignal, createComponentId, createDependencyStash, createDestroy, createElementDictionary, createFlipAnimation, createFlipAnimationGroup, createHostProps, createIsRenderedSignal, createMediaQueryObservable, createMutationObservable, createPropHandlers, createProps, createReactiveBindings, createResizeObservable, createSetup, debouncedControlValueSignal, deleteCookie, elementCanScroll, equal, forceReflow, formatRuntimeError, fromNextFrame, getCookie, getDomain, getElementScrollCoordinates, getElementVisibleStates, getFormGroupValue, getGroupMatchPoints, getGroupMatchScore, getIntersectionInfo, getKnockoutMatchScore, getMatchScoreSubLine, getObjectProperty, hasCookie, inferMimeType, injectFragment, injectHostElement, injectOrRunInContext, injectPathParam, injectPathParams, injectQueryParam, injectQueryParams, injectRouteData, injectRouteDataItem, injectRouteTitle, injectTemplateRef, isArray, isElementVisible, isEmptyArray, isGroupMatch, isKnockoutMatch, isObject, isObjectArray, isPrimitiveArray, maybeSignalValue, 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, transformOrReturn, unbindProps, useCursorDragScroll };
5766
+ 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, computedTillFalsy, computedTillTruthy, controlValueSignal, controlValueSignalWithPrevious, createCanAnimateSignal, createComponentId, createDependencyStash, createDestroy, createElementDictionary, createFlipAnimation, createFlipAnimationGroup, createHostProps, createIsRenderedSignal, createMediaQueryObservable, createMutationObservable, createPropHandlers, createProps, createReactiveBindings, createResizeObservable, createSetup, debouncedControlValueSignal, deleteCookie, elementCanScroll, equal, forceReflow, formatRuntimeError, fromNextFrame, getCookie, getDomain, getElementScrollCoordinates, getElementVisibleStates, getFormGroupValue, getGroupMatchPoints, getGroupMatchScore, getIntersectionInfo, getKnockoutMatchScore, getMatchScoreSubLine, getObjectProperty, hasCookie, inferMimeType, injectBreakpointIsMatched, injectCurrentBreakpoint, injectFragment, injectHostElement, injectIs2Xl, injectIsLg, injectIsMd, injectIsSm, injectIsXl, injectIsXs, injectObserveBreakpoint, injectOrRunInContext, injectPathParam, injectPathParams, injectQueryParam, injectQueryParams, injectRouteData, injectRouteDataItem, injectRouteTitle, injectTemplateRef, isArray, isElementVisible, isEmptyArray, isGroupMatch, isKnockoutMatch, isObject, isObjectArray, isPrimitiveArray, maybeSignalValue, 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, transformOrReturn, unbindProps, useCursorDragScroll };
5697
5767
  //# sourceMappingURL=ethlete-core.mjs.map