@ethlete/core 4.16.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 +29 -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 +112 -12
  41. package/fesm2022/ethlete-core.mjs +241 -141
  42. package/fesm2022/ethlete-core.mjs.map +1 -1
  43. package/lib/utils/signal.utils.d.ts +40 -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())
@@ -2998,6 +3025,79 @@ const useCursorDragScroll = (el, options) => {
2998
3025
  currentDragAmount: dragAmount.asReadonly(),
2999
3026
  };
3000
3027
  };
3028
+ /**
3029
+ * A computed that will only be reactive until the source signal contains a truthy value.
3030
+ * All subsequent changes inside the computation will be ignored.
3031
+ */
3032
+ const computedTillTruthy = (source) => {
3033
+ const value = signal(null);
3034
+ const ref = effect(() => {
3035
+ const val = source();
3036
+ if (val) {
3037
+ value.set(val);
3038
+ ref.destroy();
3039
+ }
3040
+ }, { allowSignalWrites: true });
3041
+ return value.asReadonly();
3042
+ };
3043
+ /**
3044
+ * A computed that will only be reactive until the source signal contains a falsy value.
3045
+ * All subsequent changes inside the computation will be ignored.
3046
+ */
3047
+ const computedTillFalsy = (source) => {
3048
+ const value = signal(null);
3049
+ const ref = effect(() => {
3050
+ const val = source();
3051
+ if (!val) {
3052
+ value.set(val);
3053
+ ref.destroy();
3054
+ }
3055
+ }, { allowSignalWrites: true });
3056
+ return value.asReadonly();
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
+ };
3001
3101
 
3002
3102
  const scrollBehaviorSupported = supportsScrollBehavior();
3003
3103
  let _uniqueIdCounter = 0;
@@ -3199,15 +3299,15 @@ class AnimatableDirective {
3199
3299
  .subscribe();
3200
3300
  }
3201
3301
  }
3202
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimatableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3203
- 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: [
3204
3304
  {
3205
3305
  provide: ANIMATABLE_TOKEN,
3206
3306
  useExisting: AnimatableDirective,
3207
3307
  },
3208
3308
  ], exportAs: ["etAnimatable"], ngImport: i0 }); }
3209
3309
  }
3210
- 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: [{
3211
3311
  type: Directive,
3212
3312
  args: [{
3213
3313
  selector: '[etAnimatable]',
@@ -3330,15 +3430,15 @@ class AnimatedLifecycleDirective {
3330
3430
  _forceState(state) {
3331
3431
  this._state$.next(state);
3332
3432
  }
3333
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimatedLifecycleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3334
- 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: [
3335
3435
  {
3336
3436
  provide: ANIMATED_LIFECYCLE_TOKEN,
3337
3437
  useExisting: AnimatedLifecycleDirective,
3338
3438
  },
3339
3439
  ], exportAs: ["etAnimatedLifecycle"], hostDirectives: [{ directive: AnimatableDirective }], ngImport: i0 }); }
3340
3440
  }
3341
- 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: [{
3342
3442
  type: Directive,
3343
3443
  args: [{
3344
3444
  selector: '[etAnimatedLifecycle]',
@@ -3375,15 +3475,15 @@ class AnimatedIfDirective {
3375
3475
  .subscribe();
3376
3476
  }
3377
3477
  }
3378
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimatedIfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3379
- 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: [
3380
3480
  {
3381
3481
  provide: ANIMATED_IF_TOKEN,
3382
3482
  useExisting: AnimatedIfDirective,
3383
3483
  },
3384
3484
  ], hostDirectives: [{ directive: i1.NgIf }], ngImport: i0 }); }
3385
3485
  }
3386
- 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: [{
3387
3487
  type: Directive,
3388
3488
  args: [{
3389
3489
  selector: '[etAnimatedIf]',
@@ -3443,10 +3543,10 @@ class ObserveResizeDirective {
3443
3543
  _unsubscribe() {
3444
3544
  this._currentSubscription?.unsubscribe();
3445
3545
  }
3446
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ObserveResizeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3447
- 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 }); }
3448
3548
  }
3449
- 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: [{
3450
3550
  type: Directive,
3451
3551
  args: [{
3452
3552
  selector: '[etObserveResize]',
@@ -3476,15 +3576,15 @@ class RootBoundaryDirective {
3476
3576
  set boundaryElement(v) {
3477
3577
  this._boundaryElement = v;
3478
3578
  }
3479
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: RootBoundaryDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3480
- 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: [
3481
3581
  {
3482
3582
  provide: ROOT_BOUNDARY_TOKEN,
3483
3583
  useExisting: RootBoundaryDirective,
3484
3584
  },
3485
3585
  ], ngImport: i0 }); }
3486
3586
  }
3487
- 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: [{
3488
3588
  type: Directive,
3489
3589
  args: [{
3490
3590
  selector: '[etRootBoundary]',
@@ -3790,10 +3890,10 @@ class AnimatedOverlayDirective {
3790
3890
  this._isUnmounting$.next(false);
3791
3891
  this._afterClosed?.next();
3792
3892
  }
3793
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimatedOverlayDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3794
- 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 }); }
3795
3895
  }
3796
- 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: [{
3797
3897
  type: Directive,
3798
3898
  args: [{
3799
3899
  standalone: true,
@@ -3843,10 +3943,10 @@ class ClickOutsideDirective {
3843
3943
  ngOnDestroy() {
3844
3944
  this._subscription?.unsubscribe();
3845
3945
  }
3846
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ClickOutsideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3847
- 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 }); }
3848
3948
  }
3849
- 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: [{
3850
3950
  type: Directive,
3851
3951
  args: [{
3852
3952
  selector: '[etClickOutside]',
@@ -4000,10 +4100,10 @@ class CursorDragScrollDirective {
4000
4100
  this._elementRef.nativeElement.style.cursor = 'default';
4001
4101
  }
4002
4102
  }
4003
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: CursorDragScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4004
- 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 }); }
4005
4105
  }
4006
- 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: [{
4007
4107
  type: Directive,
4008
4108
  args: [{
4009
4109
  selector: '[etCursorDragScroll]',
@@ -4036,15 +4136,15 @@ class DebugDirective {
4036
4136
  set sDebug(value) {
4037
4137
  this._debug.set(value);
4038
4138
  }
4039
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: DebugDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4040
- 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: [
4041
4141
  {
4042
4142
  provide: DEBUG_TOKEN,
4043
4143
  useExisting: DebugDirective,
4044
4144
  },
4045
4145
  ], exportAs: ["etDebug"], ngImport: i0 }); }
4046
4146
  }
4047
- 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: [{
4048
4148
  type: Directive,
4049
4149
  args: [{
4050
4150
  selector: '[etDebug]',
@@ -4091,15 +4191,15 @@ class DelayableDirective {
4091
4191
  }
4092
4192
  this._isDelayed$.next(val);
4093
4193
  }
4094
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: DelayableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4095
- 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: [
4096
4196
  {
4097
4197
  provide: DELAYABLE_TOKEN,
4098
4198
  useExisting: DelayableDirective,
4099
4199
  },
4100
4200
  ], exportAs: ["etDelayable"], ngImport: i0 }); }
4101
4201
  }
4102
- 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: [{
4103
4203
  type: Directive,
4104
4204
  args: [{
4105
4205
  selector: '[etDelayable]',
@@ -4120,15 +4220,15 @@ class IsActiveElementDirective {
4120
4220
  this.elementRef = inject(ElementRef);
4121
4221
  this.isActiveElement = false;
4122
4222
  }
4123
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: IsActiveElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4124
- 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: [
4125
4225
  {
4126
4226
  provide: IS_ACTIVE_ELEMENT,
4127
4227
  useExisting: IsActiveElementDirective,
4128
4228
  },
4129
4229
  ], ngImport: i0 }); }
4130
4230
  }
4131
- 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: [{
4132
4232
  type: Directive,
4133
4233
  args: [{
4134
4234
  selector: '[etIsActiveElement]',
@@ -4151,15 +4251,15 @@ class IsElementDirective {
4151
4251
  this.elementRef = inject(ElementRef);
4152
4252
  this.isElement = false;
4153
4253
  }
4154
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: IsElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4155
- 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: [
4156
4256
  {
4157
4257
  provide: IS_ELEMENT,
4158
4258
  useExisting: IsElementDirective,
4159
4259
  },
4160
4260
  ], ngImport: i0 }); }
4161
4261
  }
4162
- 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: [{
4163
4263
  type: Directive,
4164
4264
  args: [{
4165
4265
  selector: '[etIsElement]',
@@ -4208,10 +4308,10 @@ class LetDirective {
4208
4308
  }
4209
4309
  }
4210
4310
  }
4211
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4212
- 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 }); }
4213
4313
  }
4214
- 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: [{
4215
4315
  type: Directive,
4216
4316
  args: [{
4217
4317
  selector: '[etLet]',
@@ -4263,10 +4363,10 @@ class ObserveContentDirective {
4263
4363
  _unsubscribe() {
4264
4364
  this._currentSubscription?.unsubscribe();
4265
4365
  }
4266
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ObserveContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4267
- 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 }); }
4268
4368
  }
4269
- 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: [{
4270
4370
  type: Directive,
4271
4371
  args: [{
4272
4372
  selector: '[etObserveContent]',
@@ -4291,10 +4391,10 @@ class ScrollObserverFirstElementDirective {
4291
4391
  constructor() {
4292
4392
  this.isFirstElement = false;
4293
4393
  }
4294
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ScrollObserverFirstElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4295
- 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 }); }
4296
4396
  }
4297
- 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: [{
4298
4398
  type: Directive,
4299
4399
  args: [{
4300
4400
  selector: '[etScrollObserverFirstElement]',
@@ -4310,10 +4410,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImpor
4310
4410
 
4311
4411
  const SCROLL_OBSERVER_IGNORE_TARGET_CLASS = 'et-scroll-observer-ignore-target';
4312
4412
  class ScrollObserverIgnoreTargetDirective {
4313
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4314
- 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 }); }
4315
4415
  }
4316
- 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: [{
4317
4417
  type: Directive,
4318
4418
  args: [{
4319
4419
  selector: '[etScrollObserverIgnoreTarget]',
@@ -4329,10 +4429,10 @@ class ScrollObserverLastElementDirective {
4329
4429
  constructor() {
4330
4430
  this.isLastElement = false;
4331
4431
  }
4332
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ScrollObserverLastElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4333
- 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 }); }
4334
4434
  }
4335
- 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: [{
4336
4436
  type: Directive,
4337
4437
  args: [{
4338
4438
  selector: '[etScrollObserverLastElement]',
@@ -4489,15 +4589,15 @@ class ObserveScrollStateDirective {
4489
4589
  }
4490
4590
  return element;
4491
4591
  }
4492
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ObserveScrollStateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4493
- 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: [
4494
4594
  {
4495
4595
  provide: OBSERVE_SCROLL_STATE,
4496
4596
  useExisting: ObserveScrollStateDirective,
4497
4597
  },
4498
4598
  ], exportAs: ["etObserveScrollState"], ngImport: i0 }); }
4499
4599
  }
4500
- 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: [{
4501
4601
  type: Directive,
4502
4602
  args: [{
4503
4603
  selector: '[etObserveScrollState]',
@@ -4567,15 +4667,15 @@ class ObserveVisibilityDirective {
4567
4667
  }))
4568
4668
  .subscribe();
4569
4669
  }
4570
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ObserveVisibilityDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4571
- 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: [
4572
4672
  {
4573
4673
  provide: OBSERVE_VISIBILITY_TOKEN,
4574
4674
  useExisting: ObserveVisibilityDirective,
4575
4675
  },
4576
4676
  ], ngImport: i0 }); }
4577
4677
  }
4578
- 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: [{
4579
4679
  type: Directive,
4580
4680
  args: [{
4581
4681
  selector: '[etObserveVisibility]',
@@ -4613,10 +4713,10 @@ class RepeatDirective {
4613
4713
  this._viewContainerRef.createEmbeddedView(this._mainTemplateRef);
4614
4714
  }
4615
4715
  }
4616
- 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 }); }
4617
- 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 }); }
4618
4718
  }
4619
- 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: [{
4620
4720
  type: Directive,
4621
4721
  args: [{
4622
4722
  selector: '[etRepeat]',
@@ -4785,10 +4885,10 @@ class SeoDirective {
4785
4885
  }
4786
4886
  }
4787
4887
  }
4788
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SeoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4789
- 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 }); }
4790
4890
  }
4791
- 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: [{
4792
4892
  type: Directive,
4793
4893
  args: [{
4794
4894
  standalone: true,
@@ -4964,10 +5064,10 @@ class InferMimeTypePipe {
4964
5064
  constructor() {
4965
5065
  this.transform = inferMimeType;
4966
5066
  }
4967
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InferMimeTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4968
- 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" }); }
4969
5069
  }
4970
- 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: [{
4971
5071
  type: Pipe,
4972
5072
  args: [{
4973
5073
  name: 'inferMimeType',
@@ -5013,10 +5113,10 @@ class NormalizeGameResultTypePipe {
5013
5113
  constructor() {
5014
5114
  this.transform = normalizeGameResultType;
5015
5115
  }
5016
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NormalizeGameResultTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5017
- 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" }); }
5018
5118
  }
5019
- 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: [{
5020
5120
  type: Pipe,
5021
5121
  args: [{ name: 'etNormalizeGameResultType', standalone: true }]
5022
5122
  }] });
@@ -5044,10 +5144,10 @@ class NormalizeMatchStatePipe {
5044
5144
  constructor() {
5045
5145
  this.transform = normalizeMatchState;
5046
5146
  }
5047
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchStatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5048
- 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" }); }
5049
5149
  }
5050
- 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: [{
5051
5151
  type: Pipe,
5052
5152
  args: [{ name: 'etNormalizeMatchState', standalone: true }]
5053
5153
  }] });
@@ -5102,10 +5202,10 @@ class NormalizeMatchParticipantsPipe {
5102
5202
  constructor() {
5103
5203
  this.transform = normalizeMatchParticipants;
5104
5204
  }
5105
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchParticipantsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5106
- 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" }); }
5107
5207
  }
5108
- 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: [{
5109
5209
  type: Pipe,
5110
5210
  args: [{ name: 'etNormalizeMatchParticipants', standalone: true }]
5111
5211
  }] });
@@ -5239,10 +5339,10 @@ class NormalizeMatchScorePipe {
5239
5339
  constructor() {
5240
5340
  this.transform = normalizeMatchScore;
5241
5341
  }
5242
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchScorePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5243
- 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" }); }
5244
5344
  }
5245
- 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: [{
5246
5346
  type: Pipe,
5247
5347
  args: [{ name: 'etNormalizeMatchScore', standalone: true }]
5248
5348
  }] });
@@ -5289,10 +5389,10 @@ class NormalizeMatchTypePipe {
5289
5389
  constructor() {
5290
5390
  this.transform = normalizeMatchType;
5291
5391
  }
5292
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5293
- 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" }); }
5294
5394
  }
5295
- 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: [{
5296
5396
  type: Pipe,
5297
5397
  args: [{ name: 'etNormalizeMatchType', standalone: true }]
5298
5398
  }] });
@@ -5306,10 +5406,10 @@ class ToArrayPipe {
5306
5406
  constructor() {
5307
5407
  this.transform = toArray;
5308
5408
  }
5309
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ToArrayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5310
- 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" }); }
5311
5411
  }
5312
- 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: [{
5313
5413
  type: Pipe,
5314
5414
  args: [{ name: 'toArray', standalone: true }]
5315
5415
  }] });
@@ -5527,10 +5627,10 @@ class PropsDirective {
5527
5627
  });
5528
5628
  });
5529
5629
  }
5530
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: PropsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5531
- 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 }); }
5532
5632
  }
5533
- 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: [{
5534
5634
  type: Directive,
5535
5635
  args: [{
5536
5636
  selector: '[etProps]',
@@ -5663,5 +5763,5 @@ const Validators = {
5663
5763
  * Generated bundle index. Do not edit.
5664
5764
  */
5665
5765
 
5666
- 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, 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 };
5667
5767
  //# sourceMappingURL=ethlete-core.mjs.map