@ethlete/core 4.2.2 → 4.3.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 (46) hide show
  1. package/esm2022/lib/components/structured-data/structured-data.component.mjs +3 -3
  2. package/esm2022/lib/directives/animatable/animatable.directive.mjs +3 -3
  3. package/esm2022/lib/directives/animated-if/animated-if.directive.mjs +3 -3
  4. package/esm2022/lib/directives/animated-lifecycle/animated-lifecycle.directive.mjs +3 -3
  5. package/esm2022/lib/directives/animated-overlay/animated-overlay.directive.mjs +3 -3
  6. package/esm2022/lib/directives/click-outside/click-outside.directive.mjs +3 -3
  7. package/esm2022/lib/directives/cursor-drag-scroll/cursor-drag-scroll.directive.mjs +3 -3
  8. package/esm2022/lib/directives/debug/debug.directive.mjs +3 -3
  9. package/esm2022/lib/directives/delayable/delayable.directive.mjs +3 -3
  10. package/esm2022/lib/directives/is-active-element/is-active-element.directive.mjs +3 -3
  11. package/esm2022/lib/directives/is-element/is-element.directive.mjs +3 -3
  12. package/esm2022/lib/directives/let/let.directive.mjs +3 -3
  13. package/esm2022/lib/directives/observe-content/observe-content.directive.mjs +3 -3
  14. package/esm2022/lib/directives/observe-resize/observe-resize.directive.mjs +3 -3
  15. package/esm2022/lib/directives/observe-scroll-state/observe-scroll-state.directive.mjs +3 -3
  16. package/esm2022/lib/directives/observe-visibility/observe-visibility.directive.mjs +3 -3
  17. package/esm2022/lib/directives/repeat/repeat.directive.mjs +3 -3
  18. package/esm2022/lib/directives/root-boundary/root-boundary.directive.mjs +3 -3
  19. package/esm2022/lib/directives/scroll-observer-first-element/scroll-observer-first-element.directive.mjs +3 -3
  20. package/esm2022/lib/directives/scroll-observer-ignore-target/scroll-observer-ignore-target.directive.mjs +3 -3
  21. package/esm2022/lib/directives/scroll-observer-last-element/scroll-observer-last-element.directive.mjs +3 -3
  22. package/esm2022/lib/directives/seo/seo.directive.mjs +3 -3
  23. package/esm2022/lib/pipes/infer-mime-type/infer-mime-type.pipe.mjs +3 -3
  24. package/esm2022/lib/pipes/normalize-game-result-type/normalize-game-result-type.pipe.mjs +3 -3
  25. package/esm2022/lib/pipes/normalize-match-participants/normalize-match-participants.pipe.mjs +3 -3
  26. package/esm2022/lib/pipes/normalize-match-score/normalize-match-score.pipe.mjs +3 -3
  27. package/esm2022/lib/pipes/normalize-match-state/normalize-match-state.pipe.mjs +3 -3
  28. package/esm2022/lib/pipes/normalize-match-type/normalize-match-type.pipe.mjs +3 -3
  29. package/esm2022/lib/pipes/to-array/to-array.pipe.mjs +3 -3
  30. package/esm2022/lib/services/click-observer.service.mjs +6 -6
  31. package/esm2022/lib/services/content-observer.service.mjs +6 -6
  32. package/esm2022/lib/services/focus-visible.service.mjs +3 -3
  33. package/esm2022/lib/services/intersection-observer.service.mjs +6 -6
  34. package/esm2022/lib/services/resize-observer.service.mjs +6 -6
  35. package/esm2022/lib/services/router-state.service.mjs +3 -3
  36. package/esm2022/lib/services/viewport.service.mjs +3 -3
  37. package/esm2022/lib/utils/intersection-observer.utils.mjs +27 -0
  38. package/esm2022/lib/utils/public-api.mjs +2 -1
  39. package/esm2022/lib/utils/scrollable.utils.mjs +67 -36
  40. package/esm2022/lib/utils/signal.utils.mjs +65 -21
  41. package/fesm2022/ethlete-core.mjs +280 -178
  42. package/fesm2022/ethlete-core.mjs.map +1 -1
  43. package/lib/utils/intersection-observer.utils.d.ts +14 -0
  44. package/lib/utils/public-api.d.ts +1 -0
  45. package/lib/utils/signal.utils.d.ts +7 -3
  46. package/package.json +6 -6
@@ -28,10 +28,10 @@ class StructuredDataComponent {
28
28
  const html = `<script type="application/ld+json">${json}</script>`;
29
29
  return this._sanitizer.bypassSecurityTrustHtml(html);
30
30
  }
31
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: StructuredDataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
32
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.2", 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 }); }
31
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: StructuredDataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
32
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.3", 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 }); }
33
33
  }
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: StructuredDataComponent, decorators: [{
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: StructuredDataComponent, decorators: [{
35
35
  type: Component,
36
36
  args: [{
37
37
  selector: 'et-structured-data',
@@ -624,6 +624,33 @@ const getFormGroupValue = (formGroup) => {
624
624
  return value;
625
625
  };
626
626
 
627
+ const getFirstAndLastPartialIntersection = (intersections) => {
628
+ const firstIntersecting = intersections.find((i) => i.intersectionRatio > 0);
629
+ const lastIntersecting = [...intersections].reverse().find((i) => i.intersectionRatio > 0);
630
+ const firstIntersectingIndex = intersections.findIndex((i) => i === firstIntersecting);
631
+ const lastIntersectingIndex = intersections.findIndex((i) => i === lastIntersecting);
632
+ if (!firstIntersecting || !lastIntersecting)
633
+ return null;
634
+ const greaterIntersecting = firstIntersecting.intersectionRatio > lastIntersecting.intersectionRatio ? firstIntersecting : lastIntersecting;
635
+ const greaterIntersectingIndex = firstIntersecting.intersectionRatio > lastIntersecting.intersectionRatio
636
+ ? firstIntersectingIndex
637
+ : lastIntersectingIndex;
638
+ return {
639
+ first: {
640
+ intersection: firstIntersecting,
641
+ index: firstIntersectingIndex,
642
+ },
643
+ last: {
644
+ intersection: lastIntersecting,
645
+ index: lastIntersectingIndex,
646
+ },
647
+ biggest: {
648
+ intersection: greaterIntersecting,
649
+ index: greaterIntersectingIndex,
650
+ },
651
+ };
652
+ };
653
+
627
654
  class KeyPressManager {
628
655
  constructor(key) {
629
656
  this.key = key;
@@ -935,46 +962,77 @@ const scrollToElement = (options) => {
935
962
  }
936
963
  const elementRect = element.getBoundingClientRect();
937
964
  const containerRect = container.getBoundingClientRect();
938
- const elementInlineSize = elementRect.width;
939
- const elementBlockSize = elementRect.height;
940
- const containerInlineSize = containerRect.width;
941
- const containerBlockSize = containerRect.height;
942
- const elementInlineStart = elementRect.left;
943
- const elementBlockStart = elementRect.top;
944
- const containerInlineStart = containerRect.left;
945
- const containerBlockStart = containerRect.top;
946
- const elementInlineEnd = elementInlineStart + elementInlineSize;
947
- const elementBlockEnd = elementBlockStart + elementBlockSize;
948
- const containerInlineEnd = containerInlineStart + containerInlineSize;
949
- const containerBlockEnd = containerBlockStart + containerBlockSize;
950
- const elementInlineCenter = elementInlineStart + elementInlineSize / 2;
951
- const elementBlockCenter = elementBlockStart + elementBlockSize / 2;
952
- const containerInlineCenter = containerInlineStart + containerInlineSize / 2;
953
- const containerBlockCenter = containerBlockStart + containerBlockSize / 2;
954
- const elementInlineOrigin = origin === 'center' ? elementInlineCenter : origin === 'end' ? elementInlineEnd : elementInlineStart;
955
- const elementBlockOrigin = origin === 'center' ? elementBlockCenter : origin === 'end' ? elementBlockEnd : elementBlockStart;
956
- const containerInlineOrigin = origin === 'center' ? containerInlineCenter : origin === 'end' ? containerInlineEnd : containerInlineStart;
957
- const containerBlockOrigin = origin === 'center' ? containerBlockCenter : origin === 'end' ? containerBlockEnd : containerBlockStart;
958
- const inlineOffset = elementInlineOrigin - containerInlineOrigin - scrollInlineMargin;
959
- const blockOffset = elementBlockOrigin - containerBlockOrigin - scrollBlockMargin;
960
- let inlineScroll = direction === 'block' ? undefined : inlineOffset;
961
- let blockScroll = direction === 'inline' ? undefined : blockOffset;
962
- if (origin === 'nearest') {
963
- const elVisible = isElementVisible({ element, container, containerRect });
964
- if (elVisible?.inline && elVisible?.block) {
965
- return;
966
- }
967
- if (elVisible?.inline) {
968
- inlineScroll = undefined;
969
- }
970
- if (elVisible?.block) {
971
- blockScroll = undefined;
965
+ const { scrollLeft, scrollTop } = container;
966
+ const { width: elementWidth, height: elementHeight, left: elementLeft, top: elementTop } = elementRect;
967
+ const { width: containerWidth, height: containerHeight, left: containerLeft, top: containerTop } = containerRect;
968
+ const shouldScrollLeft = direction === 'inline' || direction === 'both' || !direction;
969
+ const shouldScrollTop = direction === 'block' || direction === 'both' || !direction;
970
+ let scrollLeftTo = scrollLeft;
971
+ let scrollTopTo = scrollTop;
972
+ const scrollToElementStart = () => {
973
+ const relativeTop = elementTop - containerTop;
974
+ const relativeLeft = elementLeft - containerLeft;
975
+ const amountToScrollTop = relativeTop;
976
+ const amountToScrollLeft = relativeLeft;
977
+ const scrollTopPosition = scrollTop + amountToScrollTop;
978
+ const scrollLeftPosition = scrollLeft + amountToScrollLeft;
979
+ scrollLeftTo = scrollLeftPosition - scrollInlineMargin;
980
+ scrollTopTo = scrollTopPosition - scrollBlockMargin;
981
+ };
982
+ const scrollToElementEnd = () => {
983
+ const relativeTop = elementTop - containerTop;
984
+ const relativeLeft = elementLeft - containerLeft;
985
+ const amountToScrollTop = relativeTop - containerHeight + elementHeight;
986
+ const amountToScrollLeft = relativeLeft - containerWidth + elementWidth;
987
+ const scrollTopPosition = scrollTop + amountToScrollTop;
988
+ const scrollLeftPosition = scrollLeft + amountToScrollLeft;
989
+ scrollLeftTo = scrollLeftPosition + scrollInlineMargin;
990
+ scrollTopTo = scrollTopPosition + scrollBlockMargin;
991
+ };
992
+ const scrollToElementCenter = () => {
993
+ const relativeTop = elementTop - containerTop;
994
+ const relativeLeft = elementLeft - containerLeft;
995
+ const amountToScrollTop = relativeTop - containerHeight / 2 + elementHeight / 2;
996
+ const amountToScrollLeft = relativeLeft - containerWidth / 2 + elementWidth / 2;
997
+ const scrollTopPosition = scrollTop + amountToScrollTop;
998
+ const scrollLeftPosition = scrollLeft + amountToScrollLeft;
999
+ scrollLeftTo = scrollLeftPosition;
1000
+ scrollTopTo = scrollTopPosition;
1001
+ };
1002
+ const scrollToElementNearest = () => {
1003
+ const isAbove = elementRect.bottom < containerRect.top;
1004
+ const isPartialAbove = elementRect.top < containerRect.top && elementRect.bottom > containerRect.top;
1005
+ const isBelow = elementRect.top > containerRect.bottom;
1006
+ const isPartialBelow = elementRect.top < containerRect.bottom && elementRect.bottom > containerRect.bottom;
1007
+ const isLeft = elementRect.right < containerRect.left;
1008
+ const isPartialLeft = elementRect.left < containerRect.left && elementRect.right > containerRect.left;
1009
+ const isRight = elementRect.left > containerRect.right;
1010
+ const isPartialRight = elementRect.left < containerRect.right && elementRect.right > containerRect.right;
1011
+ if (isAbove || isPartialAbove || isLeft || isPartialLeft) {
1012
+ scrollToElementStart();
1013
+ }
1014
+ else if (isBelow || isPartialBelow || isRight || isPartialRight) {
1015
+ scrollToElementEnd();
972
1016
  }
1017
+ };
1018
+ switch (origin) {
1019
+ case 'start':
1020
+ scrollToElementStart();
1021
+ break;
1022
+ case 'end':
1023
+ scrollToElementEnd();
1024
+ break;
1025
+ case 'center':
1026
+ scrollToElementCenter();
1027
+ break;
1028
+ case 'nearest':
1029
+ scrollToElementNearest();
1030
+ break;
973
1031
  }
974
1032
  container.scrollTo({
975
- left: container.scrollLeft + (inlineScroll || 0),
976
- top: container.scrollTop + (blockScroll || 0),
977
1033
  behavior,
1034
+ left: shouldScrollLeft ? scrollLeftTo : undefined,
1035
+ top: shouldScrollTop ? scrollTopTo : undefined,
978
1036
  });
979
1037
  };
980
1038
  const getElementVisibleStates = (options) => {
@@ -1381,10 +1439,15 @@ function isElementSignal(el) {
1381
1439
  }
1382
1440
  return false;
1383
1441
  }
1384
- const documentElementSignal = () => signal({ currentElement: document.documentElement, previousElement: null });
1442
+ const documentElementSignal = () => signal({
1443
+ currentElement: document.documentElement,
1444
+ previousElement: null,
1445
+ currentElements: [document.documentElement],
1446
+ previousElements: [],
1447
+ });
1385
1448
  const buildElementSignal = (el) => {
1386
1449
  if (el === null || el === undefined) {
1387
- return signal({ currentElement: null, previousElement: null });
1450
+ return signal({ currentElement: null, previousElement: null, currentElements: [], previousElements: [] });
1388
1451
  }
1389
1452
  if (isElementSignal(el)) {
1390
1453
  return el;
@@ -1392,28 +1455,34 @@ const buildElementSignal = (el) => {
1392
1455
  let mElSignal = null;
1393
1456
  const switchElement = () => switchMap((elOrRef) => {
1394
1457
  if (elOrRef instanceof QueryList) {
1395
- return elOrRef.changes.pipe(startWith(elOrRef), map(() => (elOrRef.first ? coerceElement(elOrRef.first) : null)));
1458
+ return elOrRef.changes.pipe(startWith(elOrRef), map(() => elOrRef.toArray().map((r) => coerceElement(r))));
1459
+ }
1460
+ else if (Array.isArray(elOrRef)) {
1461
+ return of(elOrRef.map((r) => coerceElement(r)));
1396
1462
  }
1397
1463
  else {
1398
- return of(coerceElement(elOrRef));
1464
+ const coercedEl = coerceElement(elOrRef);
1465
+ return of(coercedEl ? [coercedEl] : null);
1399
1466
  }
1400
1467
  });
1401
1468
  if (el instanceof Observable) {
1402
1469
  mElSignal = toSignal(el.pipe(switchElement()), { initialValue: null });
1403
1470
  }
1404
1471
  else if (isSignal(el)) {
1405
- mElSignal = toSignal(toObservable(el).pipe(switchElement()));
1472
+ mElSignal = toSignal(toObservable(el).pipe(switchElement()), { initialValue: null });
1406
1473
  }
1407
1474
  else if (el instanceof QueryList) {
1408
- mElSignal = toSignal(el.changes.pipe(startWith(el), map(() => (el.first ? coerceElement(el.first) : null))));
1475
+ mElSignal = toSignal(el.changes.pipe(startWith(el), map(() => el.toArray().map((r) => coerceElement(r)))), { initialValue: null });
1409
1476
  }
1410
1477
  else {
1411
- mElSignal = signal(coerceElement(el));
1412
- }
1413
- return toSignal(toObservable(mElSignal).pipe(startWith(null), pairwise(), map(([previousElement, currentElement]) => ({
1414
- currentElement: currentElement ?? null,
1415
- previousElement: previousElement ?? null,
1416
- }))), { initialValue: { currentElement: null, previousElement: null } });
1478
+ mElSignal = signal([coerceElement(el)]);
1479
+ }
1480
+ return toSignal(toObservable(mElSignal).pipe(startWith(null), pairwise(), map(([previousElements, currentElements]) => ({
1481
+ previousElements: previousElements ?? [],
1482
+ currentElements: currentElements ?? [],
1483
+ currentElement: currentElements?.[0] ?? null,
1484
+ previousElement: previousElements?.[0] ?? null,
1485
+ }))), { initialValue: { currentElement: null, previousElement: null, previousElements: [], currentElements: [] } });
1417
1486
  };
1418
1487
  const buildSignalEffects = (config) => {
1419
1488
  const { map, eachItemFn, cleanupFn } = config;
@@ -1622,36 +1691,69 @@ const signalElementIntersection = (el, options) => {
1622
1691
  const root = options?.root ? buildElementSignal(options?.root) : documentElementSignal();
1623
1692
  const zone = inject(NgZone);
1624
1693
  const isRendered = signalIsRendered();
1625
- const elementIntersectionSignal = signal(null);
1694
+ const isEnabled = options?.enabled ?? signal(true);
1695
+ const elementIntersectionSignal = signal([]);
1626
1696
  const observer = signal(null);
1627
1697
  effect(() => {
1628
1698
  const rootEl = root().currentElement;
1629
1699
  untracked(() => observer()?.disconnect());
1630
- const newObserver = new IntersectionObserver((e) => {
1700
+ const newObserver = new IntersectionObserver((entries) => {
1631
1701
  if (!isRendered())
1632
1702
  return;
1633
- const entry = e[0];
1634
- if (entry) {
1635
- zone.run(() => elementIntersectionSignal.set(entry));
1703
+ let currentValues = untracked(() => [...elementIntersectionSignal()]);
1704
+ for (const entry of entries) {
1705
+ const existingEntryIndex = currentValues.findIndex((v) => v.target === entry.target);
1706
+ if (existingEntryIndex !== -1) {
1707
+ currentValues = [
1708
+ ...currentValues.slice(0, existingEntryIndex),
1709
+ entry,
1710
+ ...currentValues.slice(existingEntryIndex + 1),
1711
+ ];
1712
+ }
1713
+ else {
1714
+ currentValues = [...currentValues, entry];
1715
+ }
1636
1716
  }
1717
+ zone.run(() => elementIntersectionSignal.set(currentValues));
1637
1718
  }, { ...options, root: rootEl });
1638
1719
  observer.set(newObserver);
1639
1720
  }, { allowSignalWrites: true });
1640
1721
  effect(() => {
1641
1722
  const els = elements();
1642
1723
  const obs = observer();
1643
- elementIntersectionSignal.set(null);
1644
- if (els.previousElement) {
1724
+ const enabled = isEnabled();
1725
+ elementIntersectionSignal.set([]);
1726
+ if (els.previousElements.length) {
1645
1727
  obs?.disconnect();
1646
1728
  }
1647
- if (els.currentElement) {
1648
- obs?.observe(els.currentElement);
1729
+ if (els.currentElements.length && !!enabled) {
1730
+ for (const el of els.currentElements) {
1731
+ obs?.observe(el);
1732
+ }
1649
1733
  }
1650
1734
  }, { allowSignalWrites: true });
1651
1735
  destroyRef.onDestroy(() => observer()?.disconnect());
1652
1736
  return elementIntersectionSignal;
1653
1737
  };
1654
1738
  const signalHostElementIntersection = (options) => signalElementIntersection(inject(ElementRef), options);
1739
+ const signalElementChildren = (el) => {
1740
+ const elements = buildElementSignal(el);
1741
+ const mutations = signalElementMutations(elements, { childList: true, subtree: true, attributes: true });
1742
+ return computed(() => {
1743
+ const els = elements();
1744
+ mutations();
1745
+ if (!els.currentElement)
1746
+ return [];
1747
+ const children = [];
1748
+ for (let index = 0; index < els.currentElement.children.length; index++) {
1749
+ const element = els.currentElement.children[index];
1750
+ if (element instanceof HTMLElement) {
1751
+ children.push(element);
1752
+ }
1753
+ }
1754
+ return children;
1755
+ });
1756
+ };
1655
1757
 
1656
1758
  const scrollBehaviorSupported = supportsScrollBehavior();
1657
1759
  let _uniqueIdCounter = 0;
@@ -1853,15 +1955,15 @@ class AnimatableDirective {
1853
1955
  .subscribe();
1854
1956
  }
1855
1957
  }
1856
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AnimatableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1857
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: AnimatableDirective, isStandalone: true, selector: "[etAnimatable]", inputs: { animatedElement: ["etAnimatable", "animatedElement"] }, providers: [
1958
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: AnimatableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1959
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.3", type: AnimatableDirective, isStandalone: true, selector: "[etAnimatable]", inputs: { animatedElement: ["etAnimatable", "animatedElement"] }, providers: [
1858
1960
  {
1859
1961
  provide: ANIMATABLE_TOKEN,
1860
1962
  useExisting: AnimatableDirective,
1861
1963
  },
1862
1964
  ], exportAs: ["etAnimatable"], ngImport: i0 }); }
1863
1965
  }
1864
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AnimatableDirective, decorators: [{
1966
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: AnimatableDirective, decorators: [{
1865
1967
  type: Directive,
1866
1968
  args: [{
1867
1969
  selector: '[etAnimatable]',
@@ -1981,15 +2083,15 @@ class AnimatedLifecycleDirective {
1981
2083
  _forceState(state) {
1982
2084
  this._state$.next(state);
1983
2085
  }
1984
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AnimatedLifecycleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1985
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: AnimatedLifecycleDirective, isStandalone: true, selector: "[etAnimatedLifecycle]", providers: [
2086
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: AnimatedLifecycleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2087
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.3", type: AnimatedLifecycleDirective, isStandalone: true, selector: "[etAnimatedLifecycle]", providers: [
1986
2088
  {
1987
2089
  provide: ANIMATED_LIFECYCLE_TOKEN,
1988
2090
  useExisting: AnimatedLifecycleDirective,
1989
2091
  },
1990
2092
  ], exportAs: ["etAnimatedLifecycle"], hostDirectives: [{ directive: AnimatableDirective }], ngImport: i0 }); }
1991
2093
  }
1992
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AnimatedLifecycleDirective, decorators: [{
2094
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: AnimatedLifecycleDirective, decorators: [{
1993
2095
  type: Directive,
1994
2096
  args: [{
1995
2097
  selector: '[etAnimatedLifecycle]',
@@ -2026,15 +2128,15 @@ class AnimatedIfDirective {
2026
2128
  .subscribe();
2027
2129
  }
2028
2130
  }
2029
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AnimatedIfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2030
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: AnimatedIfDirective, isStandalone: true, selector: "[etAnimatedIf]", inputs: { shouldRender: ["etAnimatedIf", "shouldRender"] }, providers: [
2131
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: AnimatedIfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2132
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.3", type: AnimatedIfDirective, isStandalone: true, selector: "[etAnimatedIf]", inputs: { shouldRender: ["etAnimatedIf", "shouldRender"] }, providers: [
2031
2133
  {
2032
2134
  provide: ANIMATED_IF_TOKEN,
2033
2135
  useExisting: AnimatedIfDirective,
2034
2136
  },
2035
2137
  ], ngImport: i0 }); }
2036
2138
  }
2037
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AnimatedIfDirective, decorators: [{
2139
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: AnimatedIfDirective, decorators: [{
2038
2140
  type: Directive,
2039
2141
  args: [{
2040
2142
  selector: '[etAnimatedIf]',
@@ -2056,10 +2158,10 @@ class ClickObserverFactory {
2056
2158
  create() {
2057
2159
  return fromEvent(document, 'click');
2058
2160
  }
2059
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ClickObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2060
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ClickObserverFactory, providedIn: 'root' }); }
2161
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ClickObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2162
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ClickObserverFactory, providedIn: 'root' }); }
2061
2163
  }
2062
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ClickObserverFactory, decorators: [{
2164
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ClickObserverFactory, decorators: [{
2063
2165
  type: Injectable,
2064
2166
  args: [{ providedIn: 'root' }]
2065
2167
  }] });
@@ -2112,10 +2214,10 @@ class ClickObserverService {
2112
2214
  this._observedElements.delete(element);
2113
2215
  }
2114
2216
  }
2115
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ClickObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2116
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ClickObserverService, providedIn: 'root' }); }
2217
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ClickObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2218
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ClickObserverService, providedIn: 'root' }); }
2117
2219
  }
2118
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ClickObserverService, decorators: [{
2220
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ClickObserverService, decorators: [{
2119
2221
  type: Injectable,
2120
2222
  args: [{ providedIn: 'root' }]
2121
2223
  }] });
@@ -2125,10 +2227,10 @@ class MutationObserverFactory {
2125
2227
  create(callback) {
2126
2228
  return typeof MutationObserver === 'undefined' ? null : new MutationObserver(callback);
2127
2229
  }
2128
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: MutationObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2129
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: MutationObserverFactory, providedIn: 'root' }); }
2230
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: MutationObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2231
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: MutationObserverFactory, providedIn: 'root' }); }
2130
2232
  }
2131
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: MutationObserverFactory, decorators: [{
2233
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: MutationObserverFactory, decorators: [{
2132
2234
  type: Injectable,
2133
2235
  args: [{ providedIn: 'root' }]
2134
2236
  }] });
@@ -2187,10 +2289,10 @@ class ContentObserverService {
2187
2289
  this._observedElements.delete(element);
2188
2290
  }
2189
2291
  }
2190
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ContentObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2191
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ContentObserverService, providedIn: 'root' }); }
2292
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ContentObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2293
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ContentObserverService, providedIn: 'root' }); }
2192
2294
  }
2193
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ContentObserverService, decorators: [{
2295
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ContentObserverService, decorators: [{
2194
2296
  type: Injectable,
2195
2297
  args: [{ providedIn: 'root' }]
2196
2298
  }] });
@@ -2216,10 +2318,10 @@ class FocusVisibleService {
2216
2318
  onPointerDown() {
2217
2319
  this._hadKeyboardEvent = false;
2218
2320
  }
2219
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: FocusVisibleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2220
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: FocusVisibleService, providedIn: 'root' }); }
2321
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: FocusVisibleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2322
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: FocusVisibleService, providedIn: 'root' }); }
2221
2323
  }
2222
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: FocusVisibleService, decorators: [{
2324
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: FocusVisibleService, decorators: [{
2223
2325
  type: Injectable,
2224
2326
  args: [{
2225
2327
  providedIn: 'root',
@@ -2231,10 +2333,10 @@ class IntersectionObserverFactory {
2231
2333
  create(callback) {
2232
2334
  return typeof IntersectionObserver === 'undefined' ? null : new IntersectionObserver(callback);
2233
2335
  }
2234
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: IntersectionObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2235
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: IntersectionObserverFactory, providedIn: 'root' }); }
2336
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: IntersectionObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2337
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: IntersectionObserverFactory, providedIn: 'root' }); }
2236
2338
  }
2237
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: IntersectionObserverFactory, decorators: [{
2339
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: IntersectionObserverFactory, decorators: [{
2238
2340
  type: Injectable,
2239
2341
  args: [{ providedIn: 'root' }]
2240
2342
  }] });
@@ -2289,10 +2391,10 @@ class IntersectionObserverService {
2289
2391
  this._observedElements.delete(element);
2290
2392
  }
2291
2393
  }
2292
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: IntersectionObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2293
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: IntersectionObserverService, providedIn: 'root' }); }
2394
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: IntersectionObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2395
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: IntersectionObserverService, providedIn: 'root' }); }
2294
2396
  }
2295
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: IntersectionObserverService, decorators: [{
2397
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: IntersectionObserverService, decorators: [{
2296
2398
  type: Injectable,
2297
2399
  args: [{ providedIn: 'root' }]
2298
2400
  }] });
@@ -2302,10 +2404,10 @@ class ResizeObserverFactory {
2302
2404
  create(callback) {
2303
2405
  return typeof ResizeObserver === 'undefined' ? null : new ResizeObserver(callback);
2304
2406
  }
2305
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ResizeObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2306
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ResizeObserverFactory, providedIn: 'root' }); }
2407
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ResizeObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2408
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ResizeObserverFactory, providedIn: 'root' }); }
2307
2409
  }
2308
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ResizeObserverFactory, decorators: [{
2410
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ResizeObserverFactory, decorators: [{
2309
2411
  type: Injectable,
2310
2412
  args: [{ providedIn: 'root' }]
2311
2413
  }] });
@@ -2360,10 +2462,10 @@ class ResizeObserverService {
2360
2462
  this._observedElements.delete(element);
2361
2463
  }
2362
2464
  }
2363
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ResizeObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2364
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ResizeObserverService, providedIn: 'root' }); }
2465
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ResizeObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2466
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ResizeObserverService, providedIn: 'root' }); }
2365
2467
  }
2366
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ResizeObserverService, decorators: [{
2468
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ResizeObserverService, decorators: [{
2367
2469
  type: Injectable,
2368
2470
  args: [{ providedIn: 'root' }]
2369
2471
  }] });
@@ -2558,10 +2660,10 @@ class RouterStateService {
2558
2660
  fragment,
2559
2661
  };
2560
2662
  }
2561
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: RouterStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2562
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: RouterStateService, providedIn: 'root' }); }
2663
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: RouterStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2664
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: RouterStateService, providedIn: 'root' }); }
2563
2665
  }
2564
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: RouterStateService, decorators: [{
2666
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: RouterStateService, decorators: [{
2565
2667
  type: Injectable,
2566
2668
  args: [{
2567
2669
  providedIn: 'root',
@@ -2777,8 +2879,8 @@ class ViewportService {
2777
2879
  }
2778
2880
  return 'xs';
2779
2881
  }
2780
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ViewportService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2781
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ViewportService, providedIn: 'root' }); }
2882
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ViewportService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2883
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ViewportService, providedIn: 'root' }); }
2782
2884
  }
2783
2885
  __decorate([
2784
2886
  Memo(),
@@ -2796,7 +2898,7 @@ __decorate([
2796
2898
  __metadata("design:paramtypes", [Object]),
2797
2899
  __metadata("design:returntype", void 0)
2798
2900
  ], ViewportService.prototype, "_buildMediaQuery", null);
2799
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ViewportService, decorators: [{
2901
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ViewportService, decorators: [{
2800
2902
  type: Injectable,
2801
2903
  args: [{
2802
2904
  providedIn: 'root',
@@ -2845,10 +2947,10 @@ class ObserveResizeDirective {
2845
2947
  _unsubscribe() {
2846
2948
  this._currentSubscription?.unsubscribe();
2847
2949
  }
2848
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ObserveResizeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2849
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: ObserveResizeDirective, isStandalone: true, selector: "[etObserveResize]", inputs: { disabled: ["etObserveResizeDisabled", "disabled"], debounce: ["etObserveResizeDebounce", "debounce"] }, outputs: { valueChange: "etObserveResize" }, exportAs: ["etObserveResize"], ngImport: i0 }); }
2950
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ObserveResizeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2951
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.3", type: ObserveResizeDirective, isStandalone: true, selector: "[etObserveResize]", inputs: { disabled: ["etObserveResizeDisabled", "disabled"], debounce: ["etObserveResizeDebounce", "debounce"] }, outputs: { valueChange: "etObserveResize" }, exportAs: ["etObserveResize"], ngImport: i0 }); }
2850
2952
  }
2851
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ObserveResizeDirective, decorators: [{
2953
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ObserveResizeDirective, decorators: [{
2852
2954
  type: Directive,
2853
2955
  args: [{
2854
2956
  selector: '[etObserveResize]',
@@ -2878,15 +2980,15 @@ class RootBoundaryDirective {
2878
2980
  set boundaryElement(v) {
2879
2981
  this._boundaryElement = v;
2880
2982
  }
2881
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: RootBoundaryDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2882
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: RootBoundaryDirective, isStandalone: true, selector: "[etRootBoundary]", providers: [
2983
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: RootBoundaryDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2984
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.3", type: RootBoundaryDirective, isStandalone: true, selector: "[etRootBoundary]", providers: [
2883
2985
  {
2884
2986
  provide: ROOT_BOUNDARY_TOKEN,
2885
2987
  useExisting: RootBoundaryDirective,
2886
2988
  },
2887
2989
  ], ngImport: i0 }); }
2888
2990
  }
2889
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: RootBoundaryDirective, decorators: [{
2991
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: RootBoundaryDirective, decorators: [{
2890
2992
  type: Directive,
2891
2993
  args: [{
2892
2994
  selector: '[etRootBoundary]',
@@ -3154,10 +3256,10 @@ class AnimatedOverlayDirective {
3154
3256
  this._isUnmounting$.next(false);
3155
3257
  this._afterClosed?.next();
3156
3258
  }
3157
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AnimatedOverlayDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3158
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: AnimatedOverlayDirective, isStandalone: true, inputs: { placement: "placement", fallbackPlacements: "fallbackPlacements", offset: "offset", arrowPadding: "arrowPadding", viewportPadding: "viewportPadding", autoResize: "autoResize", autoHide: "autoHide" }, host: { classAttribute: "et-animated-overlay" }, hostDirectives: [{ directive: ObserveResizeDirective }], ngImport: i0 }); }
3259
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: AnimatedOverlayDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3260
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.3", type: AnimatedOverlayDirective, isStandalone: true, inputs: { placement: "placement", fallbackPlacements: "fallbackPlacements", offset: "offset", arrowPadding: "arrowPadding", viewportPadding: "viewportPadding", autoResize: "autoResize", autoHide: "autoHide" }, host: { classAttribute: "et-animated-overlay" }, hostDirectives: [{ directive: ObserveResizeDirective }], ngImport: i0 }); }
3159
3261
  }
3160
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AnimatedOverlayDirective, decorators: [{
3262
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: AnimatedOverlayDirective, decorators: [{
3161
3263
  type: Directive,
3162
3264
  args: [{
3163
3265
  standalone: true,
@@ -3203,10 +3305,10 @@ class ClickOutsideDirective {
3203
3305
  ngOnDestroy() {
3204
3306
  this._subscription?.unsubscribe();
3205
3307
  }
3206
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ClickOutsideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3207
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: ClickOutsideDirective, isStandalone: true, selector: "[etClickOutside]", outputs: { etClickOutside: "etClickOutside" }, ngImport: i0 }); }
3308
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ClickOutsideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3309
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.3", type: ClickOutsideDirective, isStandalone: true, selector: "[etClickOutside]", outputs: { etClickOutside: "etClickOutside" }, ngImport: i0 }); }
3208
3310
  }
3209
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ClickOutsideDirective, decorators: [{
3311
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ClickOutsideDirective, decorators: [{
3210
3312
  type: Directive,
3211
3313
  args: [{
3212
3314
  selector: '[etClickOutside]',
@@ -3360,10 +3462,10 @@ class CursorDragScrollDirective {
3360
3462
  this._elementRef.nativeElement.style.cursor = 'default';
3361
3463
  }
3362
3464
  }
3363
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: CursorDragScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3364
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: CursorDragScrollDirective, isStandalone: true, selector: "[etCursorDragScroll]", inputs: { enabled: ["etCursorDragScroll", "enabled"], allowedDirection: "allowedDirection" }, outputs: { cursorDragStart: "cursorDragStart", cursorDragMove: "cursorDragMove", cursorDragEnd: "cursorDragEnd" }, exportAs: ["etCursorDragScroll"], ngImport: i0 }); }
3465
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: CursorDragScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3466
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.3", type: CursorDragScrollDirective, isStandalone: true, selector: "[etCursorDragScroll]", inputs: { enabled: ["etCursorDragScroll", "enabled"], allowedDirection: "allowedDirection" }, outputs: { cursorDragStart: "cursorDragStart", cursorDragMove: "cursorDragMove", cursorDragEnd: "cursorDragEnd" }, exportAs: ["etCursorDragScroll"], ngImport: i0 }); }
3365
3467
  }
3366
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: CursorDragScrollDirective, decorators: [{
3468
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: CursorDragScrollDirective, decorators: [{
3367
3469
  type: Directive,
3368
3470
  args: [{
3369
3471
  selector: '[etCursorDragScroll]',
@@ -3396,15 +3498,15 @@ class DebugDirective {
3396
3498
  set sDebug(value) {
3397
3499
  this._debug.set(value);
3398
3500
  }
3399
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: DebugDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3400
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.2", type: DebugDirective, isStandalone: true, selector: "[etDebug]", inputs: { sDebug: ["etDebug", "sDebug", booleanAttribute] }, providers: [
3501
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: DebugDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3502
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.3", type: DebugDirective, isStandalone: true, selector: "[etDebug]", inputs: { sDebug: ["etDebug", "sDebug", booleanAttribute] }, providers: [
3401
3503
  {
3402
3504
  provide: DEBUG_TOKEN,
3403
3505
  useExisting: DebugDirective,
3404
3506
  },
3405
3507
  ], exportAs: ["etDebug"], ngImport: i0 }); }
3406
3508
  }
3407
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: DebugDirective, decorators: [{
3509
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: DebugDirective, decorators: [{
3408
3510
  type: Directive,
3409
3511
  args: [{
3410
3512
  selector: '[etDebug]',
@@ -3451,15 +3553,15 @@ class DelayableDirective {
3451
3553
  }
3452
3554
  this._isDelayed$.next(val);
3453
3555
  }
3454
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: DelayableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3455
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: DelayableDirective, isStandalone: true, selector: "[etDelayable]", providers: [
3556
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: DelayableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3557
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.3", type: DelayableDirective, isStandalone: true, selector: "[etDelayable]", providers: [
3456
3558
  {
3457
3559
  provide: DELAYABLE_TOKEN,
3458
3560
  useExisting: DelayableDirective,
3459
3561
  },
3460
3562
  ], exportAs: ["etDelayable"], ngImport: i0 }); }
3461
3563
  }
3462
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: DelayableDirective, decorators: [{
3564
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: DelayableDirective, decorators: [{
3463
3565
  type: Directive,
3464
3566
  args: [{
3465
3567
  selector: '[etDelayable]',
@@ -3480,15 +3582,15 @@ class IsActiveElementDirective {
3480
3582
  this.elementRef = inject(ElementRef);
3481
3583
  this.isActiveElement = false;
3482
3584
  }
3483
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: IsActiveElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3484
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.2", type: IsActiveElementDirective, isStandalone: true, selector: "[etIsActiveElement]", inputs: { isActiveElement: ["etIsActiveElement", "isActiveElement", booleanAttribute] }, providers: [
3585
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: IsActiveElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3586
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.3", type: IsActiveElementDirective, isStandalone: true, selector: "[etIsActiveElement]", inputs: { isActiveElement: ["etIsActiveElement", "isActiveElement", booleanAttribute] }, providers: [
3485
3587
  {
3486
3588
  provide: IS_ACTIVE_ELEMENT,
3487
3589
  useExisting: IsActiveElementDirective,
3488
3590
  },
3489
3591
  ], ngImport: i0 }); }
3490
3592
  }
3491
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: IsActiveElementDirective, decorators: [{
3593
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: IsActiveElementDirective, decorators: [{
3492
3594
  type: Directive,
3493
3595
  args: [{
3494
3596
  selector: '[etIsActiveElement]',
@@ -3511,15 +3613,15 @@ class IsElementDirective {
3511
3613
  this.elementRef = inject(ElementRef);
3512
3614
  this.isElement = false;
3513
3615
  }
3514
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: IsElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3515
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.2", type: IsElementDirective, isStandalone: true, selector: "[etIsElement]", inputs: { isElement: ["etIsElement", "isElement", booleanAttribute] }, providers: [
3616
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: IsElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3617
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.3", type: IsElementDirective, isStandalone: true, selector: "[etIsElement]", inputs: { isElement: ["etIsElement", "isElement", booleanAttribute] }, providers: [
3516
3618
  {
3517
3619
  provide: IS_ELEMENT,
3518
3620
  useExisting: IsElementDirective,
3519
3621
  },
3520
3622
  ], ngImport: i0 }); }
3521
3623
  }
3522
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: IsElementDirective, decorators: [{
3624
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: IsElementDirective, decorators: [{
3523
3625
  type: Directive,
3524
3626
  args: [{
3525
3627
  selector: '[etIsElement]',
@@ -3568,10 +3670,10 @@ class LetDirective {
3568
3670
  }
3569
3671
  }
3570
3672
  }
3571
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: LetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3572
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: LetDirective, isStandalone: true, selector: "[etLet]", inputs: { etLet: "etLet" }, ngImport: i0 }); }
3673
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: LetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3674
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.3", type: LetDirective, isStandalone: true, selector: "[etLet]", inputs: { etLet: "etLet" }, ngImport: i0 }); }
3573
3675
  }
3574
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: LetDirective, decorators: [{
3676
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: LetDirective, decorators: [{
3575
3677
  type: Directive,
3576
3678
  args: [{
3577
3679
  selector: '[etLet]',
@@ -3623,10 +3725,10 @@ class ObserveContentDirective {
3623
3725
  _unsubscribe() {
3624
3726
  this._currentSubscription?.unsubscribe();
3625
3727
  }
3626
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ObserveContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3627
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: ObserveContentDirective, isStandalone: true, selector: "[etObserveContent]", inputs: { disabled: ["etObserveContentDisabled", "disabled"], debounce: ["etObserveContentDebounce", "debounce"] }, outputs: { valueChange: "etObserveContent" }, exportAs: ["etObserveContent"], ngImport: i0 }); }
3728
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ObserveContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3729
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.3", type: ObserveContentDirective, isStandalone: true, selector: "[etObserveContent]", inputs: { disabled: ["etObserveContentDisabled", "disabled"], debounce: ["etObserveContentDebounce", "debounce"] }, outputs: { valueChange: "etObserveContent" }, exportAs: ["etObserveContent"], ngImport: i0 }); }
3628
3730
  }
3629
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ObserveContentDirective, decorators: [{
3731
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ObserveContentDirective, decorators: [{
3630
3732
  type: Directive,
3631
3733
  args: [{
3632
3734
  selector: '[etObserveContent]',
@@ -3649,10 +3751,10 @@ class ScrollObserverFirstElementDirective {
3649
3751
  constructor() {
3650
3752
  this.isFirstElement = false;
3651
3753
  }
3652
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ScrollObserverFirstElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3653
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.2", type: ScrollObserverFirstElementDirective, isStandalone: true, selector: "[etScrollObserverFirstElement]", inputs: { isFirstElement: ["etScrollObserverFirstElement", "isFirstElement", booleanAttribute] }, host: { properties: { "class.et-scroll-observer-first-element": "this.isFirstElement" } }, ngImport: i0 }); }
3754
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ScrollObserverFirstElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3755
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.3", type: ScrollObserverFirstElementDirective, isStandalone: true, selector: "[etScrollObserverFirstElement]", inputs: { isFirstElement: ["etScrollObserverFirstElement", "isFirstElement", booleanAttribute] }, host: { properties: { "class.et-scroll-observer-first-element": "this.isFirstElement" } }, ngImport: i0 }); }
3654
3756
  }
3655
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ScrollObserverFirstElementDirective, decorators: [{
3757
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ScrollObserverFirstElementDirective, decorators: [{
3656
3758
  type: Directive,
3657
3759
  args: [{
3658
3760
  selector: '[etScrollObserverFirstElement]',
@@ -3668,10 +3770,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImpor
3668
3770
 
3669
3771
  const SCROLL_OBSERVER_IGNORE_TARGET_CLASS = 'et-scroll-observer-ignore-target';
3670
3772
  class ScrollObserverIgnoreTargetDirective {
3671
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3672
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: ScrollObserverIgnoreTargetDirective, isStandalone: true, selector: "[etScrollObserverIgnoreTarget]", host: { classAttribute: "et-scroll-observer-ignore-target" }, ngImport: i0 }); }
3773
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3774
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.3", type: ScrollObserverIgnoreTargetDirective, isStandalone: true, selector: "[etScrollObserverIgnoreTarget]", host: { classAttribute: "et-scroll-observer-ignore-target" }, ngImport: i0 }); }
3673
3775
  }
3674
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, decorators: [{
3776
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, decorators: [{
3675
3777
  type: Directive,
3676
3778
  args: [{
3677
3779
  selector: '[etScrollObserverIgnoreTarget]',
@@ -3687,10 +3789,10 @@ class ScrollObserverLastElementDirective {
3687
3789
  constructor() {
3688
3790
  this.isLastElement = false;
3689
3791
  }
3690
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ScrollObserverLastElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3691
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.2", 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 }); }
3792
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ScrollObserverLastElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3793
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.3", 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 }); }
3692
3794
  }
3693
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ScrollObserverLastElementDirective, decorators: [{
3795
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ScrollObserverLastElementDirective, decorators: [{
3694
3796
  type: Directive,
3695
3797
  args: [{
3696
3798
  selector: '[etScrollObserverLastElement]',
@@ -3849,15 +3951,15 @@ class ObserveScrollStateDirective {
3849
3951
  }
3850
3952
  return element;
3851
3953
  }
3852
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ObserveScrollStateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3853
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.2", type: ObserveScrollStateDirective, isStandalone: true, selector: "[etObserveScrollState]", inputs: { rootMargin: ["rootMargin", "rootMargin", numberAttribute], observerThreshold: "observerThreshold" }, outputs: { valueChange: "etObserveScrollState" }, providers: [
3954
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ObserveScrollStateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3955
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.3", type: ObserveScrollStateDirective, isStandalone: true, selector: "[etObserveScrollState]", inputs: { rootMargin: ["rootMargin", "rootMargin", numberAttribute], observerThreshold: "observerThreshold" }, outputs: { valueChange: "etObserveScrollState" }, providers: [
3854
3956
  {
3855
3957
  provide: OBSERVE_SCROLL_STATE,
3856
3958
  useExisting: ObserveScrollStateDirective,
3857
3959
  },
3858
3960
  ], exportAs: ["etObserveScrollState"], ngImport: i0 }); }
3859
3961
  }
3860
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ObserveScrollStateDirective, decorators: [{
3962
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ObserveScrollStateDirective, decorators: [{
3861
3963
  type: Directive,
3862
3964
  args: [{
3863
3965
  selector: '[etObserveScrollState]',
@@ -3927,15 +4029,15 @@ class ObserveVisibilityDirective {
3927
4029
  }))
3928
4030
  .subscribe();
3929
4031
  }
3930
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ObserveVisibilityDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3931
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: ObserveVisibilityDirective, isStandalone: true, selector: "[etObserveVisibility]", outputs: { etObserveVisibility: "etObserveVisibility" }, host: { classAttribute: "et-observe-visibility" }, providers: [
4032
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ObserveVisibilityDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4033
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.3", type: ObserveVisibilityDirective, isStandalone: true, selector: "[etObserveVisibility]", outputs: { etObserveVisibility: "etObserveVisibility" }, host: { classAttribute: "et-observe-visibility" }, providers: [
3932
4034
  {
3933
4035
  provide: OBSERVE_VISIBILITY_TOKEN,
3934
4036
  useExisting: ObserveVisibilityDirective,
3935
4037
  },
3936
4038
  ], ngImport: i0 }); }
3937
4039
  }
3938
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ObserveVisibilityDirective, decorators: [{
4040
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ObserveVisibilityDirective, decorators: [{
3939
4041
  type: Directive,
3940
4042
  args: [{
3941
4043
  selector: '[etObserveVisibility]',
@@ -3973,10 +4075,10 @@ class RepeatDirective {
3973
4075
  this._viewContainerRef.createEmbeddedView(this._mainTemplateRef);
3974
4076
  }
3975
4077
  }
3976
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: RepeatDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
3977
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: RepeatDirective, isStandalone: true, selector: "[etRepeat]", inputs: { repeatCount: ["etRepeat", "repeatCount"] }, ngImport: i0 }); }
4078
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: RepeatDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
4079
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.3", type: RepeatDirective, isStandalone: true, selector: "[etRepeat]", inputs: { repeatCount: ["etRepeat", "repeatCount"] }, ngImport: i0 }); }
3978
4080
  }
3979
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: RepeatDirective, decorators: [{
4081
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: RepeatDirective, decorators: [{
3980
4082
  type: Directive,
3981
4083
  args: [{
3982
4084
  selector: '[etRepeat]',
@@ -4145,10 +4247,10 @@ class SeoDirective {
4145
4247
  }
4146
4248
  }
4147
4249
  }
4148
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: SeoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4149
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: SeoDirective, isStandalone: true, providers: [{ provide: SEO_DIRECTIVE_TOKEN, useExisting: SeoDirective }], ngImport: i0 }); }
4250
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: SeoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4251
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.3", type: SeoDirective, isStandalone: true, providers: [{ provide: SEO_DIRECTIVE_TOKEN, useExisting: SeoDirective }], ngImport: i0 }); }
4150
4252
  }
4151
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: SeoDirective, decorators: [{
4253
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: SeoDirective, decorators: [{
4152
4254
  type: Directive,
4153
4255
  args: [{
4154
4256
  standalone: true,
@@ -4324,10 +4426,10 @@ class InferMimeTypePipe {
4324
4426
  constructor() {
4325
4427
  this.transform = inferMimeType;
4326
4428
  }
4327
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: InferMimeTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4328
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.2", ngImport: i0, type: InferMimeTypePipe, isStandalone: true, name: "inferMimeType" }); }
4429
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: InferMimeTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4430
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.3", ngImport: i0, type: InferMimeTypePipe, isStandalone: true, name: "inferMimeType" }); }
4329
4431
  }
4330
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: InferMimeTypePipe, decorators: [{
4432
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: InferMimeTypePipe, decorators: [{
4331
4433
  type: Pipe,
4332
4434
  args: [{
4333
4435
  name: 'inferMimeType',
@@ -4373,10 +4475,10 @@ class NormalizeGameResultTypePipe {
4373
4475
  constructor() {
4374
4476
  this.transform = normalizeGameResultType;
4375
4477
  }
4376
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: NormalizeGameResultTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4377
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.2", ngImport: i0, type: NormalizeGameResultTypePipe, isStandalone: true, name: "etNormalizeGameResultType" }); }
4478
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: NormalizeGameResultTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4479
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.3", ngImport: i0, type: NormalizeGameResultTypePipe, isStandalone: true, name: "etNormalizeGameResultType" }); }
4378
4480
  }
4379
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: NormalizeGameResultTypePipe, decorators: [{
4481
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: NormalizeGameResultTypePipe, decorators: [{
4380
4482
  type: Pipe,
4381
4483
  args: [{ name: 'etNormalizeGameResultType', standalone: true }]
4382
4484
  }] });
@@ -4404,10 +4506,10 @@ class NormalizeMatchStatePipe {
4404
4506
  constructor() {
4405
4507
  this.transform = normalizeMatchState;
4406
4508
  }
4407
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: NormalizeMatchStatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4408
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.2", ngImport: i0, type: NormalizeMatchStatePipe, isStandalone: true, name: "etNormalizeMatchState" }); }
4509
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: NormalizeMatchStatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4510
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.3", ngImport: i0, type: NormalizeMatchStatePipe, isStandalone: true, name: "etNormalizeMatchState" }); }
4409
4511
  }
4410
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: NormalizeMatchStatePipe, decorators: [{
4512
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: NormalizeMatchStatePipe, decorators: [{
4411
4513
  type: Pipe,
4412
4514
  args: [{ name: 'etNormalizeMatchState', standalone: true }]
4413
4515
  }] });
@@ -4462,10 +4564,10 @@ class NormalizeMatchParticipantsPipe {
4462
4564
  constructor() {
4463
4565
  this.transform = normalizeMatchParticipants;
4464
4566
  }
4465
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: NormalizeMatchParticipantsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4466
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.2", ngImport: i0, type: NormalizeMatchParticipantsPipe, isStandalone: true, name: "etNormalizeMatchParticipants" }); }
4567
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: NormalizeMatchParticipantsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4568
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.3", ngImport: i0, type: NormalizeMatchParticipantsPipe, isStandalone: true, name: "etNormalizeMatchParticipants" }); }
4467
4569
  }
4468
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: NormalizeMatchParticipantsPipe, decorators: [{
4570
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: NormalizeMatchParticipantsPipe, decorators: [{
4469
4571
  type: Pipe,
4470
4572
  args: [{ name: 'etNormalizeMatchParticipants', standalone: true }]
4471
4573
  }] });
@@ -4599,10 +4701,10 @@ class NormalizeMatchScorePipe {
4599
4701
  constructor() {
4600
4702
  this.transform = normalizeMatchScore;
4601
4703
  }
4602
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: NormalizeMatchScorePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4603
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.2", ngImport: i0, type: NormalizeMatchScorePipe, isStandalone: true, name: "etNormalizeMatchScore" }); }
4704
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: NormalizeMatchScorePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4705
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.3", ngImport: i0, type: NormalizeMatchScorePipe, isStandalone: true, name: "etNormalizeMatchScore" }); }
4604
4706
  }
4605
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: NormalizeMatchScorePipe, decorators: [{
4707
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: NormalizeMatchScorePipe, decorators: [{
4606
4708
  type: Pipe,
4607
4709
  args: [{ name: 'etNormalizeMatchScore', standalone: true }]
4608
4710
  }] });
@@ -4649,10 +4751,10 @@ class NormalizeMatchTypePipe {
4649
4751
  constructor() {
4650
4752
  this.transform = normalizeMatchType;
4651
4753
  }
4652
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: NormalizeMatchTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4653
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.2", ngImport: i0, type: NormalizeMatchTypePipe, isStandalone: true, name: "etNormalizeMatchType" }); }
4754
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: NormalizeMatchTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4755
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.3", ngImport: i0, type: NormalizeMatchTypePipe, isStandalone: true, name: "etNormalizeMatchType" }); }
4654
4756
  }
4655
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: NormalizeMatchTypePipe, decorators: [{
4757
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: NormalizeMatchTypePipe, decorators: [{
4656
4758
  type: Pipe,
4657
4759
  args: [{ name: 'etNormalizeMatchType', standalone: true }]
4658
4760
  }] });
@@ -4666,10 +4768,10 @@ class ToArrayPipe {
4666
4768
  constructor() {
4667
4769
  this.transform = toArray;
4668
4770
  }
4669
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ToArrayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4670
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.2", ngImport: i0, type: ToArrayPipe, isStandalone: true, name: "toArray" }); }
4771
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ToArrayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4772
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.3", ngImport: i0, type: ToArrayPipe, isStandalone: true, name: "toArray" }); }
4671
4773
  }
4672
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ToArrayPipe, decorators: [{
4774
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ToArrayPipe, decorators: [{
4673
4775
  type: Pipe,
4674
4776
  args: [{ name: 'toArray', standalone: true }]
4675
4777
  }] });
@@ -4757,5 +4859,5 @@ const Validators = {
4757
4859
  * Generated bundle index. Do not edit.
4758
4860
  */
4759
4861
 
4760
- export { ANIMATABLE_TOKEN, ANIMATED_IF_TOKEN, ANIMATED_LIFECYCLE_TOKEN, AT_LEAST_ONE_REQUIRED, ActiveSelectionModel, AnimatableDirective, AnimatedIfDirective, AnimatedLifecycleDirective, AnimatedOverlayDirective, ClickObserverFactory, ClickObserverService, ClickOutsideDirective, ContentObserverService, CursorDragScrollDirective, DEBUG_TOKEN, DEFAULT_VIEWPORT_CONFIG, DELAYABLE_TOKEN, DebugDirective, DelayableDirective, ET_PROPERTY_REMOVED, FocusVisibleService, IS_ACTIVE_ELEMENT, IS_ARRAY_NOT_EMPTY, IS_ELEMENT, IS_EMAIL, InferMimeTypePipe, IntersectionObserverFactory, IntersectionObserverService, IsActiveElementDirective, IsArrayNotEmpty, IsElementDirective, IsEmail, KeyPressManager, LetContext, LetDirective, MUST_MATCH, Memo, MustMatch, MutationObserverFactory, NormalizeGameResultTypePipe, NormalizeMatchParticipantsPipe, NormalizeMatchScorePipe, NormalizeMatchStatePipe, NormalizeMatchTypePipe, OBSERVE_SCROLL_STATE, OBSERVE_VISIBILITY_TOKEN, ObserveContentDirective, ObserveResizeDirective, ObserveScrollStateDirective, ObserveVisibilityDirective, ROOT_BOUNDARY_TOKEN, RUNTIME_ERROR_NO_DATA, RepeatDirective, ResizeObserverFactory, ResizeObserverService, RootBoundaryDirective, RouterStateService, RuntimeError, SCROLL_OBSERVER_FIRST_ELEMENT_CLASS, SCROLL_OBSERVER_IGNORE_TARGET_CLASS, SCROLL_OBSERVER_LAST_ELEMENT_CLASS, SCROLL_OBSERVER_OBSERVING_FIRST_ELEMENT_CLASS, SCROLL_OBSERVER_OBSERVING_LAST_ELEMENT_CLASS, SEO_DIRECTIVE_TOKEN, ScrollObserverFirstElementDirective, ScrollObserverIgnoreTargetDirective, ScrollObserverLastElementDirective, SelectionModel, SeoDirective, SmartBlockScrollStrategy, StructuredDataComponent, ToArrayPipe, TypedQueryList, VIEWPORT_CONFIG, ValidateAtLeastOneRequired, Validators, ViewportService, buildSignalEffects, clamp, clone, cloneFormGroup, createDestroy, createFlipAnimation, createFlipAnimationGroup, createMediaQueryObservable, createMutationObservable, createReactiveBindings, createResizeObservable, deleteCookie, elementCanScroll, equal, forceReflow, formatRuntimeError, fromNextFrame, getCookie, getDomain, getElementVisibleStates, getFormGroupValue, getGroupMatchPoints, getGroupMatchScore, getKnockoutMatchScore, getMatchScoreSubLine, hasCookie, inferMimeType, isElementVisible, isEmptyArray, isGroupMatch, isKnockoutMatch, isObjectArray, isPrimitiveArray, mergeSeoConfig, nextFrame, normalizeGameResultType, normalizeMatchParticipant, normalizeMatchParticipants, normalizeMatchScore, normalizeMatchState, normalizeMatchType, provideViewportConfig, round, routerDisableScrollTop, scrollToElement, setCookie, signalAttributes, signalClasses, signalElementDimensions, signalElementIntersection, signalElementMutations, signalElementScrollState, signalHostAttributes, signalHostClasses, signalHostElementDimensions, signalHostElementIntersection, signalHostElementMutations, signalHostElementScrollState, signalHostStyles, signalIsRendered, signalStyles, signalVisibilityChangeClasses, switchQueryListChanges, toArray, toArrayTrackByFn };
4862
+ export { ANIMATABLE_TOKEN, ANIMATED_IF_TOKEN, ANIMATED_LIFECYCLE_TOKEN, AT_LEAST_ONE_REQUIRED, ActiveSelectionModel, AnimatableDirective, AnimatedIfDirective, AnimatedLifecycleDirective, AnimatedOverlayDirective, ClickObserverFactory, ClickObserverService, ClickOutsideDirective, ContentObserverService, CursorDragScrollDirective, DEBUG_TOKEN, DEFAULT_VIEWPORT_CONFIG, DELAYABLE_TOKEN, DebugDirective, DelayableDirective, ET_PROPERTY_REMOVED, FocusVisibleService, IS_ACTIVE_ELEMENT, IS_ARRAY_NOT_EMPTY, IS_ELEMENT, IS_EMAIL, InferMimeTypePipe, IntersectionObserverFactory, IntersectionObserverService, IsActiveElementDirective, IsArrayNotEmpty, IsElementDirective, IsEmail, KeyPressManager, LetContext, LetDirective, MUST_MATCH, Memo, MustMatch, MutationObserverFactory, NormalizeGameResultTypePipe, NormalizeMatchParticipantsPipe, NormalizeMatchScorePipe, NormalizeMatchStatePipe, NormalizeMatchTypePipe, OBSERVE_SCROLL_STATE, OBSERVE_VISIBILITY_TOKEN, ObserveContentDirective, ObserveResizeDirective, ObserveScrollStateDirective, ObserveVisibilityDirective, ROOT_BOUNDARY_TOKEN, RUNTIME_ERROR_NO_DATA, RepeatDirective, ResizeObserverFactory, ResizeObserverService, RootBoundaryDirective, RouterStateService, RuntimeError, SCROLL_OBSERVER_FIRST_ELEMENT_CLASS, SCROLL_OBSERVER_IGNORE_TARGET_CLASS, SCROLL_OBSERVER_LAST_ELEMENT_CLASS, SCROLL_OBSERVER_OBSERVING_FIRST_ELEMENT_CLASS, SCROLL_OBSERVER_OBSERVING_LAST_ELEMENT_CLASS, SEO_DIRECTIVE_TOKEN, ScrollObserverFirstElementDirective, ScrollObserverIgnoreTargetDirective, ScrollObserverLastElementDirective, SelectionModel, SeoDirective, SmartBlockScrollStrategy, StructuredDataComponent, ToArrayPipe, TypedQueryList, VIEWPORT_CONFIG, ValidateAtLeastOneRequired, Validators, ViewportService, buildSignalEffects, clamp, clone, cloneFormGroup, createDestroy, createFlipAnimation, createFlipAnimationGroup, createMediaQueryObservable, createMutationObservable, createReactiveBindings, createResizeObservable, deleteCookie, elementCanScroll, equal, forceReflow, formatRuntimeError, fromNextFrame, getCookie, getDomain, getElementVisibleStates, getFirstAndLastPartialIntersection, getFormGroupValue, getGroupMatchPoints, getGroupMatchScore, getKnockoutMatchScore, getMatchScoreSubLine, hasCookie, inferMimeType, isElementVisible, isEmptyArray, isGroupMatch, isKnockoutMatch, isObjectArray, isPrimitiveArray, mergeSeoConfig, nextFrame, normalizeGameResultType, normalizeMatchParticipant, normalizeMatchParticipants, normalizeMatchScore, normalizeMatchState, normalizeMatchType, provideViewportConfig, round, routerDisableScrollTop, scrollToElement, setCookie, signalAttributes, signalClasses, signalElementChildren, signalElementDimensions, signalElementIntersection, signalElementMutations, signalElementScrollState, signalHostAttributes, signalHostClasses, signalHostElementDimensions, signalHostElementIntersection, signalHostElementMutations, signalHostElementScrollState, signalHostStyles, signalIsRendered, signalStyles, signalVisibilityChangeClasses, switchQueryListChanges, toArray, toArrayTrackByFn };
4761
4863
  //# sourceMappingURL=ethlete-core.mjs.map