@ethlete/core 2.8.1 → 3.0.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 (38) 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-lifecycle/animated-lifecycle.directive.mjs +3 -3
  4. package/esm2022/lib/directives/animated-overlay/animated-overlay.directive.mjs +83 -56
  5. package/esm2022/lib/directives/click-outside/click-outside.directive.mjs +3 -3
  6. package/esm2022/lib/directives/cursor-drag-scroll/cursor-drag-scroll.directive.mjs +3 -3
  7. package/esm2022/lib/directives/delayable/delayable.directive.mjs +3 -3
  8. package/esm2022/lib/directives/is-active-element/is-active-element.directive.mjs +3 -3
  9. package/esm2022/lib/directives/is-element/is-element.directive.mjs +3 -3
  10. package/esm2022/lib/directives/let/let.directive.mjs +3 -3
  11. package/esm2022/lib/directives/observe-content/observe-content.directive.mjs +3 -3
  12. package/esm2022/lib/directives/observe-resize/observe-resize.directive.mjs +3 -3
  13. package/esm2022/lib/directives/observe-scroll-state/observe-scroll-state.directive.mjs +3 -3
  14. package/esm2022/lib/directives/repeat/repeat.directive.mjs +3 -3
  15. package/esm2022/lib/directives/scroll-observer-first-element/scroll-observer-first-element.directive.mjs +3 -3
  16. package/esm2022/lib/directives/scroll-observer-ignore-target/scroll-observer-ignore-target.directive.mjs +3 -3
  17. package/esm2022/lib/directives/scroll-observer-last-element/scroll-observer-last-element.directive.mjs +3 -3
  18. package/esm2022/lib/directives/seo/seo.directive.mjs +3 -3
  19. package/esm2022/lib/pipes/normalize-game-result-type/normalize-game-result-type.pipe.mjs +3 -3
  20. package/esm2022/lib/pipes/normalize-match-participants/normalize-match-participants.pipe.mjs +3 -3
  21. package/esm2022/lib/pipes/normalize-match-score/normalize-match-score.pipe.mjs +3 -3
  22. package/esm2022/lib/pipes/normalize-match-state/normalize-match-state.pipe.mjs +3 -3
  23. package/esm2022/lib/pipes/normalize-match-type/normalize-match-type.pipe.mjs +3 -3
  24. package/esm2022/lib/pipes/to-array/to-array.pipe.mjs +3 -3
  25. package/esm2022/lib/services/click-observer.service.mjs +6 -6
  26. package/esm2022/lib/services/content-observer.service.mjs +6 -6
  27. package/esm2022/lib/services/focus-visible.service.mjs +3 -3
  28. package/esm2022/lib/services/resize-observer.service.mjs +6 -6
  29. package/esm2022/lib/services/router-state.service.mjs +3 -3
  30. package/esm2022/lib/services/viewport.service.mjs +3 -3
  31. package/esm2022/lib/utils/public-api.mjs +1 -2
  32. package/fesm2022/ethlete-core.mjs +179 -178
  33. package/fesm2022/ethlete-core.mjs.map +1 -1
  34. package/lib/directives/animated-overlay/animated-overlay.directive.d.ts +29 -16
  35. package/lib/utils/public-api.d.ts +0 -1
  36. package/package.json +7 -7
  37. package/esm2022/lib/utils/rxjs.utils.mjs +0 -27
  38. package/lib/utils/rxjs.utils.d.ts +0 -9
@@ -7,7 +7,7 @@ import { coerceCssPixelValue, coerceElement } from '@angular/cdk/coercion';
7
7
  import { supportsScrollBehavior } from '@angular/cdk/platform';
8
8
  import { Overlay } from '@angular/cdk/overlay';
9
9
  import { ComponentPortal } from '@angular/cdk/portal';
10
- import { createPopper } from '@popperjs/core';
10
+ import { autoUpdate, computePosition, offset, flip, size, shift, limitShift, arrow, hide } from '@floating-ui/dom';
11
11
  import { DOCUMENT } from '@angular/common';
12
12
  import { Router, NavigationEnd } from '@angular/router';
13
13
  import { __decorate, __metadata } from 'tslib';
@@ -26,10 +26,10 @@ class StructuredDataComponent {
26
26
  const html = `<script type="application/ld+json">${json}</script>`;
27
27
  return this._sanitizer.bypassSecurityTrustHtml(html);
28
28
  }
29
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: StructuredDataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
30
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.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 }); }
29
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: StructuredDataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
30
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.6", 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
31
  }
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: StructuredDataComponent, decorators: [{
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: StructuredDataComponent, decorators: [{
33
33
  type: Component,
34
34
  args: [{
35
35
  selector: 'et-structured-data',
@@ -739,32 +739,6 @@ function formatRuntimeError(code, message) {
739
739
  return `${fullCode}${message ? ': ' + message : ''}`;
740
740
  }
741
741
 
742
- /* eslint-disable @typescript-eslint/no-explicit-any */
743
- class BehaviorSubjectWithSubscriberCount extends BehaviorSubject {
744
- constructor() {
745
- super(...arguments);
746
- this._subscriberCount = 0;
747
- }
748
- get subscriberCount() {
749
- return this._subscriberCount;
750
- }
751
- subscribe(observerOrNext) {
752
- this._subscriberCount++;
753
- const sub = super.subscribe(observerOrNext);
754
- return {
755
- ...sub,
756
- unsubscribe: () => {
757
- sub.unsubscribe();
758
- this._subscriberCount--;
759
- },
760
- };
761
- }
762
- unsubscribe() {
763
- this._subscriberCount--;
764
- return super.unsubscribe();
765
- }
766
- }
767
-
768
742
  const elementCanScroll = (element) => {
769
743
  const { scrollHeight, clientHeight, scrollWidth, clientWidth } = element;
770
744
  return scrollHeight > clientHeight || scrollWidth > clientWidth;
@@ -1319,15 +1293,15 @@ class AnimatableDirective {
1319
1293
  .subscribe();
1320
1294
  }
1321
1295
  }
1322
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: AnimatableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1323
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.2", type: AnimatableDirective, isStandalone: true, selector: "[etAnimatable]", inputs: { animatedElement: ["etAnimatable", "animatedElement"] }, providers: [
1296
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: AnimatableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1297
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.6", type: AnimatableDirective, isStandalone: true, selector: "[etAnimatable]", inputs: { animatedElement: ["etAnimatable", "animatedElement"] }, providers: [
1324
1298
  {
1325
1299
  provide: ANIMATABLE_TOKEN,
1326
1300
  useExisting: AnimatableDirective,
1327
1301
  },
1328
1302
  ], exportAs: ["etAnimatable"], ngImport: i0 }); }
1329
1303
  }
1330
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: AnimatableDirective, decorators: [{
1304
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: AnimatableDirective, decorators: [{
1331
1305
  type: Directive,
1332
1306
  args: [{
1333
1307
  selector: '[etAnimatable]',
@@ -1428,15 +1402,15 @@ class AnimatedLifecycleDirective {
1428
1402
  }), takeUntil(this._destroy$), take(1))
1429
1403
  .subscribe();
1430
1404
  }
1431
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: AnimatedLifecycleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1432
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.2", type: AnimatedLifecycleDirective, isStandalone: true, selector: "[etAnimatedLifecycle]", providers: [
1405
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: AnimatedLifecycleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1406
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.6", type: AnimatedLifecycleDirective, isStandalone: true, selector: "[etAnimatedLifecycle]", providers: [
1433
1407
  {
1434
1408
  provide: ANIMATED_LIFECYCLE_TOKEN,
1435
1409
  useExisting: AnimatedLifecycleDirective,
1436
1410
  },
1437
1411
  ], exportAs: ["etAnimatedLifecycle"], hostDirectives: [{ directive: AnimatableDirective }], ngImport: i0 }); }
1438
1412
  }
1439
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: AnimatedLifecycleDirective, decorators: [{
1413
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: AnimatedLifecycleDirective, decorators: [{
1440
1414
  type: Directive,
1441
1415
  args: [{
1442
1416
  selector: '[etAnimatedLifecycle]',
@@ -1457,10 +1431,10 @@ class ClickObserverFactory {
1457
1431
  create() {
1458
1432
  return fromEvent(document, 'click');
1459
1433
  }
1460
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: ClickObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1461
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: ClickObserverFactory, providedIn: 'root' }); }
1434
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: ClickObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1435
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: ClickObserverFactory, providedIn: 'root' }); }
1462
1436
  }
1463
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: ClickObserverFactory, decorators: [{
1437
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: ClickObserverFactory, decorators: [{
1464
1438
  type: Injectable,
1465
1439
  args: [{ providedIn: 'root' }]
1466
1440
  }] });
@@ -1513,10 +1487,10 @@ class ClickObserverService {
1513
1487
  this._observedElements.delete(element);
1514
1488
  }
1515
1489
  }
1516
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: ClickObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1517
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: ClickObserverService, providedIn: 'root' }); }
1490
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: ClickObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1491
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: ClickObserverService, providedIn: 'root' }); }
1518
1492
  }
1519
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: ClickObserverService, decorators: [{
1493
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: ClickObserverService, decorators: [{
1520
1494
  type: Injectable,
1521
1495
  args: [{ providedIn: 'root' }]
1522
1496
  }] });
@@ -1526,10 +1500,10 @@ class MutationObserverFactory {
1526
1500
  create(callback) {
1527
1501
  return typeof MutationObserver === 'undefined' ? null : new MutationObserver(callback);
1528
1502
  }
1529
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: MutationObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1530
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: MutationObserverFactory, providedIn: 'root' }); }
1503
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: MutationObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1504
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: MutationObserverFactory, providedIn: 'root' }); }
1531
1505
  }
1532
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: MutationObserverFactory, decorators: [{
1506
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: MutationObserverFactory, decorators: [{
1533
1507
  type: Injectable,
1534
1508
  args: [{ providedIn: 'root' }]
1535
1509
  }] });
@@ -1588,10 +1562,10 @@ class ContentObserverService {
1588
1562
  this._observedElements.delete(element);
1589
1563
  }
1590
1564
  }
1591
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: ContentObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1592
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: ContentObserverService, providedIn: 'root' }); }
1565
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: ContentObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1566
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: ContentObserverService, providedIn: 'root' }); }
1593
1567
  }
1594
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: ContentObserverService, decorators: [{
1568
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: ContentObserverService, decorators: [{
1595
1569
  type: Injectable,
1596
1570
  args: [{ providedIn: 'root' }]
1597
1571
  }] });
@@ -1617,10 +1591,10 @@ class FocusVisibleService {
1617
1591
  onPointerDown() {
1618
1592
  this._hadKeyboardEvent = false;
1619
1593
  }
1620
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: FocusVisibleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1621
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: FocusVisibleService, providedIn: 'root' }); }
1594
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: FocusVisibleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1595
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: FocusVisibleService, providedIn: 'root' }); }
1622
1596
  }
1623
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: FocusVisibleService, decorators: [{
1597
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: FocusVisibleService, decorators: [{
1624
1598
  type: Injectable,
1625
1599
  args: [{
1626
1600
  providedIn: 'root',
@@ -1632,10 +1606,10 @@ class ResizeObserverFactory {
1632
1606
  create(callback) {
1633
1607
  return typeof ResizeObserver === 'undefined' ? null : new ResizeObserver(callback);
1634
1608
  }
1635
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: ResizeObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1636
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: ResizeObserverFactory, providedIn: 'root' }); }
1609
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: ResizeObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1610
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: ResizeObserverFactory, providedIn: 'root' }); }
1637
1611
  }
1638
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: ResizeObserverFactory, decorators: [{
1612
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: ResizeObserverFactory, decorators: [{
1639
1613
  type: Injectable,
1640
1614
  args: [{ providedIn: 'root' }]
1641
1615
  }] });
@@ -1690,10 +1664,10 @@ class ResizeObserverService {
1690
1664
  this._observedElements.delete(element);
1691
1665
  }
1692
1666
  }
1693
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: ResizeObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1694
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: ResizeObserverService, providedIn: 'root' }); }
1667
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: ResizeObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1668
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: ResizeObserverService, providedIn: 'root' }); }
1695
1669
  }
1696
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: ResizeObserverService, decorators: [{
1670
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: ResizeObserverService, decorators: [{
1697
1671
  type: Injectable,
1698
1672
  args: [{ providedIn: 'root' }]
1699
1673
  }] });
@@ -1861,10 +1835,10 @@ class RouterStateService {
1861
1835
  }
1862
1836
  return changes;
1863
1837
  }
1864
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: RouterStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1865
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: RouterStateService, providedIn: 'root' }); }
1838
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: RouterStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1839
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: RouterStateService, providedIn: 'root' }); }
1866
1840
  }
1867
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: RouterStateService, decorators: [{
1841
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: RouterStateService, decorators: [{
1868
1842
  type: Injectable,
1869
1843
  args: [{
1870
1844
  providedIn: 'root',
@@ -2074,8 +2048,8 @@ class ViewportService {
2074
2048
  }
2075
2049
  return 'xs';
2076
2050
  }
2077
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: ViewportService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2078
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: ViewportService, providedIn: 'root' }); }
2051
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: ViewportService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2052
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: ViewportService, providedIn: 'root' }); }
2079
2053
  }
2080
2054
  __decorate([
2081
2055
  Memo(),
@@ -2093,7 +2067,7 @@ __decorate([
2093
2067
  __metadata("design:paramtypes", [Object]),
2094
2068
  __metadata("design:returntype", void 0)
2095
2069
  ], ViewportService.prototype, "_buildMediaQuery", null);
2096
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: ViewportService, decorators: [{
2070
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: ViewportService, decorators: [{
2097
2071
  type: Injectable,
2098
2072
  args: [{
2099
2073
  providedIn: 'root',
@@ -2142,10 +2116,10 @@ class ObserveResizeDirective {
2142
2116
  _unsubscribe() {
2143
2117
  this._currentSubscription?.unsubscribe();
2144
2118
  }
2145
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: ObserveResizeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2146
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.2", type: ObserveResizeDirective, isStandalone: true, selector: "[etObserveResize]", inputs: { disabled: ["etObserveResizeDisabled", "disabled"], debounce: ["etObserveResizeDebounce", "debounce"] }, outputs: { valueChange: "etObserveResize" }, exportAs: ["etObserveResize"], ngImport: i0 }); }
2119
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: ObserveResizeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2120
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.6", type: ObserveResizeDirective, isStandalone: true, selector: "[etObserveResize]", inputs: { disabled: ["etObserveResizeDisabled", "disabled"], debounce: ["etObserveResizeDebounce", "debounce"] }, outputs: { valueChange: "etObserveResize" }, exportAs: ["etObserveResize"], ngImport: i0 }); }
2147
2121
  }
2148
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: ObserveResizeDirective, decorators: [{
2122
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: ObserveResizeDirective, decorators: [{
2149
2123
  type: Directive,
2150
2124
  args: [{
2151
2125
  selector: '[etObserveResize]',
@@ -2175,7 +2149,7 @@ class AnimatedOverlayDirective {
2175
2149
  this._portal = null;
2176
2150
  this._overlayRef = null;
2177
2151
  this._componentRef = null;
2178
- this._popper = null;
2152
+ this._floatingElCleanupFn = null;
2179
2153
  this._beforeOpened = null;
2180
2154
  this._afterOpened = null;
2181
2155
  this._beforeClosed = null;
@@ -2185,20 +2159,36 @@ class AnimatedOverlayDirective {
2185
2159
  this._isUnmounting$ = new BehaviorSubject(false);
2186
2160
  /**
2187
2161
  * The placement of the animated overlay.
2188
- * @default 'auto'
2162
+ * @default undefined
2189
2163
  */
2190
- this.placement = 'auto';
2164
+ this.placement = 'bottom';
2191
2165
  /**
2192
2166
  * The offset of the animated overlay.
2193
- * @see https://popper.js.org/docs/v2/modifiers/offset/#offset-1
2167
+ * @see https://floating-ui.com/docs/offset
2194
2168
  */
2195
2169
  this.offset = null;
2196
2170
  /**
2197
2171
  * The arrow padding.
2198
- * @see https://popper.js.org/docs/v2/modifiers/arrow/#padding
2172
+ * @see https://floating-ui.com/docs/arrow#padding
2199
2173
  * @default 4
2200
2174
  */
2201
- this.arrowPadding = null;
2175
+ this.arrowPadding = 4;
2176
+ /**
2177
+ * The viewport padding.
2178
+ * @default 8
2179
+ */
2180
+ this.viewportPadding = 8;
2181
+ /**
2182
+ * Whether the animated overlay should auto resize to fit the available space.
2183
+ * Useful for things like selects where the list of options might be longer than the available space.
2184
+ * @default false
2185
+ */
2186
+ this.autoResize = false;
2187
+ /**
2188
+ * Whether the animated overlay should auto hide when the reference element is hidden.
2189
+ * @default false
2190
+ */
2191
+ this.autoHide = false;
2202
2192
  }
2203
2193
  get isMounted() {
2204
2194
  return this._isMounted$.value;
@@ -2224,9 +2214,6 @@ class AnimatedOverlayDirective {
2224
2214
  get componentRef() {
2225
2215
  return this._componentRef;
2226
2216
  }
2227
- get popper() {
2228
- return this._popper;
2229
- }
2230
2217
  mount(config) {
2231
2218
  if (this.isMounted || this.isMounting) {
2232
2219
  if (isDevMode()) {
@@ -2257,7 +2244,6 @@ class AnimatedOverlayDirective {
2257
2244
  this._overlayRef?.updateSize({
2258
2245
  width: this._elementRef.nativeElement.offsetWidth,
2259
2246
  });
2260
- this._popper?.update();
2261
2247
  }), takeUntil(this._destroy$), takeUntil(this.afterClosed()))
2262
2248
  .subscribe();
2263
2249
  }
@@ -2265,47 +2251,57 @@ class AnimatedOverlayDirective {
2265
2251
  if (!this._componentRef) {
2266
2252
  return;
2267
2253
  }
2268
- this._popper = createPopper(this._elementRef.nativeElement, this._componentRef.location.nativeElement, {
2269
- placement: this.placement,
2270
- modifiers: [
2271
- ...(this.offset
2272
- ? [
2273
- {
2274
- name: 'offset',
2275
- options: {
2276
- offset: this.offset,
2277
- },
2278
- },
2279
- ]
2280
- : []),
2281
- ...(this.arrowPadding
2282
- ? [
2283
- {
2284
- name: 'arrow',
2285
- options: {
2286
- padding: this.arrowPadding,
2287
- },
2288
- },
2289
- ]
2290
- : []),
2291
- ...(this.allowedAutoPlacements
2292
- ? [
2293
- {
2294
- name: 'flip',
2295
- options: {
2296
- allowedAutoPlacements: this.allowedAutoPlacements,
2297
- },
2298
- },
2299
- ]
2300
- : []),
2301
- ],
2254
+ const floatingEl = this._componentRef.location.nativeElement;
2255
+ const floatingElArrow = this._componentRef.instance._elementRef?.nativeElement.querySelector('[et-floating-arrow]');
2256
+ floatingEl.classList.add('et-floating-element');
2257
+ const refEl = this._elementRef.nativeElement;
2258
+ this._floatingElCleanupFn = autoUpdate(refEl, floatingEl, () => {
2259
+ if (!this._componentRef)
2260
+ return;
2261
+ computePosition(refEl, floatingEl, {
2262
+ placement: this.placement,
2263
+ middleware: [
2264
+ ...(this.offset ? [offset(this.offset)] : []),
2265
+ flip({
2266
+ fallbackPlacements: this.fallbackPlacements ?? undefined,
2267
+ fallbackAxisSideDirection: 'start',
2268
+ crossAxis: false,
2269
+ }),
2270
+ ...(this.autoResize
2271
+ ? [
2272
+ size({
2273
+ padding: this.viewportPadding ?? undefined,
2274
+ apply({ availableHeight, availableWidth }) {
2275
+ floatingEl.style.setProperty('--et-floating-max-width', `${availableWidth}px`);
2276
+ floatingEl.style.setProperty('--et-floating-max-height', `${availableHeight}px`);
2277
+ },
2278
+ }),
2279
+ ]
2280
+ : []),
2281
+ shift({ limiter: limitShift(), padding: this.viewportPadding ?? undefined }),
2282
+ ...(floatingElArrow ? [arrow({ element: floatingElArrow, padding: this.arrowPadding ?? undefined })] : []),
2283
+ ...(this.autoHide ? [hide({ strategy: 'referenceHidden' })] : []),
2284
+ ],
2285
+ }).then(({ x, y, placement, middlewareData }) => {
2286
+ floatingEl.style.setProperty('--et-floating-translate', `translate3d(${x}px, ${y}px, 0)`);
2287
+ floatingEl.setAttribute('et-floating-placement', placement);
2288
+ if (middlewareData.arrow && floatingElArrow) {
2289
+ const { x: arrowX, y: arrowY } = middlewareData.arrow;
2290
+ floatingEl.style.setProperty('--et-floating-arrow-translate', `translate3d(${arrowX ?? 0}px, ${arrowY ?? 0}px, 0)`);
2291
+ }
2292
+ if (middlewareData.hide?.referenceHidden) {
2293
+ floatingEl.classList.add('et-floating-element--hidden');
2294
+ }
2295
+ else {
2296
+ floatingEl.classList.remove('et-floating-element--hidden');
2297
+ }
2298
+ });
2302
2299
  });
2303
2300
  // We need to wait for the content to be rendered
2304
2301
  nextFrame(() => {
2305
2302
  if (!this._componentRef) {
2306
2303
  return;
2307
2304
  }
2308
- this._popper?.update();
2309
2305
  this._componentRef.instance._animatedLifecycle?.enter();
2310
2306
  this._componentRef.instance._animatedLifecycle?.state$
2311
2307
  .pipe(tap((s) => {
@@ -2363,8 +2359,7 @@ class AnimatedOverlayDirective {
2363
2359
  }
2364
2360
  _destroy() {
2365
2361
  this._zone.runOutsideAngular(() => {
2366
- this._popper?.destroy();
2367
- this._popper = null;
2362
+ this._floatingElCleanupFn?.();
2368
2363
  });
2369
2364
  if (this._overlayRef) {
2370
2365
  this._overlayRef.dispose();
@@ -2378,26 +2373,32 @@ class AnimatedOverlayDirective {
2378
2373
  this._isUnmounting$.next(false);
2379
2374
  this._afterClosed?.next();
2380
2375
  }
2381
- _reposition() {
2382
- this._popper?.update();
2383
- }
2384
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: AnimatedOverlayDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2385
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.2", type: AnimatedOverlayDirective, isStandalone: true, inputs: { placement: "placement", allowedAutoPlacements: "allowedAutoPlacements", offset: "offset", arrowPadding: "arrowPadding" }, hostDirectives: [{ directive: ObserveResizeDirective }], ngImport: i0 }); }
2376
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: AnimatedOverlayDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2377
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.6", 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 }); }
2386
2378
  }
2387
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: AnimatedOverlayDirective, decorators: [{
2379
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: AnimatedOverlayDirective, decorators: [{
2388
2380
  type: Directive,
2389
2381
  args: [{
2390
2382
  standalone: true,
2391
2383
  hostDirectives: [ObserveResizeDirective],
2384
+ host: {
2385
+ class: 'et-animated-overlay',
2386
+ },
2392
2387
  }]
2393
2388
  }], propDecorators: { placement: [{
2394
2389
  type: Input
2395
- }], allowedAutoPlacements: [{
2390
+ }], fallbackPlacements: [{
2396
2391
  type: Input
2397
2392
  }], offset: [{
2398
2393
  type: Input
2399
2394
  }], arrowPadding: [{
2400
2395
  type: Input
2396
+ }], viewportPadding: [{
2397
+ type: Input
2398
+ }], autoResize: [{
2399
+ type: Input
2400
+ }], autoHide: [{
2401
+ type: Input
2401
2402
  }] } });
2402
2403
 
2403
2404
  class ClickOutsideDirective {
@@ -2421,10 +2422,10 @@ class ClickOutsideDirective {
2421
2422
  ngOnDestroy() {
2422
2423
  this._subscription?.unsubscribe();
2423
2424
  }
2424
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: ClickOutsideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2425
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.2", type: ClickOutsideDirective, isStandalone: true, selector: "[etClickOutside]", outputs: { etClickOutside: "etClickOutside" }, ngImport: i0 }); }
2425
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: ClickOutsideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2426
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.6", type: ClickOutsideDirective, isStandalone: true, selector: "[etClickOutside]", outputs: { etClickOutside: "etClickOutside" }, ngImport: i0 }); }
2426
2427
  }
2427
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: ClickOutsideDirective, decorators: [{
2428
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: ClickOutsideDirective, decorators: [{
2428
2429
  type: Directive,
2429
2430
  args: [{
2430
2431
  selector: '[etClickOutside]',
@@ -2578,10 +2579,10 @@ class CursorDragScrollDirective {
2578
2579
  this._elementRef.nativeElement.style.cursor = 'default';
2579
2580
  }
2580
2581
  }
2581
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: CursorDragScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2582
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.2", type: CursorDragScrollDirective, isStandalone: true, selector: "[etCursorDragScroll]", inputs: { enabled: ["etCursorDragScroll", "enabled"], allowedDirection: "allowedDirection" }, outputs: { cursorDragStart: "cursorDragStart", cursorDragMove: "cursorDragMove", cursorDragEnd: "cursorDragEnd" }, exportAs: ["etCursorDragScroll"], ngImport: i0 }); }
2582
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: CursorDragScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2583
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.6", type: CursorDragScrollDirective, isStandalone: true, selector: "[etCursorDragScroll]", inputs: { enabled: ["etCursorDragScroll", "enabled"], allowedDirection: "allowedDirection" }, outputs: { cursorDragStart: "cursorDragStart", cursorDragMove: "cursorDragMove", cursorDragEnd: "cursorDragEnd" }, exportAs: ["etCursorDragScroll"], ngImport: i0 }); }
2583
2584
  }
2584
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: CursorDragScrollDirective, decorators: [{
2585
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: CursorDragScrollDirective, decorators: [{
2585
2586
  type: Directive,
2586
2587
  args: [{
2587
2588
  selector: '[etCursorDragScroll]',
@@ -2630,15 +2631,15 @@ class DelayableDirective {
2630
2631
  }
2631
2632
  this._isDelayed$.next(val);
2632
2633
  }
2633
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: DelayableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2634
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.2", type: DelayableDirective, isStandalone: true, selector: "[etDelayable]", providers: [
2634
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: DelayableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2635
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.6", type: DelayableDirective, isStandalone: true, selector: "[etDelayable]", providers: [
2635
2636
  {
2636
2637
  provide: DELAYABLE_TOKEN,
2637
2638
  useExisting: DelayableDirective,
2638
2639
  },
2639
2640
  ], exportAs: ["etDelayable"], ngImport: i0 }); }
2640
2641
  }
2641
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: DelayableDirective, decorators: [{
2642
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: DelayableDirective, decorators: [{
2642
2643
  type: Directive,
2643
2644
  args: [{
2644
2645
  selector: '[etDelayable]',
@@ -2659,15 +2660,15 @@ class IsActiveElementDirective {
2659
2660
  this.elementRef = inject(ElementRef);
2660
2661
  this.isActiveElement = false;
2661
2662
  }
2662
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: IsActiveElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2663
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.2", type: IsActiveElementDirective, isStandalone: true, selector: "[etIsActiveElement]", inputs: { isActiveElement: ["etIsActiveElement", "isActiveElement", booleanAttribute] }, providers: [
2663
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: IsActiveElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2664
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.6", type: IsActiveElementDirective, isStandalone: true, selector: "[etIsActiveElement]", inputs: { isActiveElement: ["etIsActiveElement", "isActiveElement", booleanAttribute] }, providers: [
2664
2665
  {
2665
2666
  provide: IS_ACTIVE_ELEMENT,
2666
2667
  useExisting: IsActiveElementDirective,
2667
2668
  },
2668
2669
  ], ngImport: i0 }); }
2669
2670
  }
2670
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: IsActiveElementDirective, decorators: [{
2671
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: IsActiveElementDirective, decorators: [{
2671
2672
  type: Directive,
2672
2673
  args: [{
2673
2674
  selector: '[etIsActiveElement]',
@@ -2690,15 +2691,15 @@ class IsElementDirective {
2690
2691
  this.elementRef = inject(ElementRef);
2691
2692
  this.isElement = false;
2692
2693
  }
2693
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: IsElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2694
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.2", type: IsElementDirective, isStandalone: true, selector: "[etIsElement]", inputs: { isElement: ["etIsElement", "isElement", booleanAttribute] }, providers: [
2694
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: IsElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2695
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.6", type: IsElementDirective, isStandalone: true, selector: "[etIsElement]", inputs: { isElement: ["etIsElement", "isElement", booleanAttribute] }, providers: [
2695
2696
  {
2696
2697
  provide: IS_ELEMENT,
2697
2698
  useExisting: IsElementDirective,
2698
2699
  },
2699
2700
  ], ngImport: i0 }); }
2700
2701
  }
2701
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: IsElementDirective, decorators: [{
2702
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: IsElementDirective, decorators: [{
2702
2703
  type: Directive,
2703
2704
  args: [{
2704
2705
  selector: '[etIsElement]',
@@ -2747,10 +2748,10 @@ class LetDirective {
2747
2748
  }
2748
2749
  }
2749
2750
  }
2750
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: LetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2751
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.2", type: LetDirective, isStandalone: true, selector: "[etLet]", inputs: { etLet: "etLet" }, ngImport: i0 }); }
2751
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: LetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2752
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.6", type: LetDirective, isStandalone: true, selector: "[etLet]", inputs: { etLet: "etLet" }, ngImport: i0 }); }
2752
2753
  }
2753
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: LetDirective, decorators: [{
2754
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: LetDirective, decorators: [{
2754
2755
  type: Directive,
2755
2756
  args: [{
2756
2757
  selector: '[etLet]',
@@ -2802,10 +2803,10 @@ class ObserveContentDirective {
2802
2803
  _unsubscribe() {
2803
2804
  this._currentSubscription?.unsubscribe();
2804
2805
  }
2805
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: ObserveContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2806
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.2", type: ObserveContentDirective, isStandalone: true, selector: "[etObserveContent]", inputs: { disabled: ["etObserveContentDisabled", "disabled"], debounce: ["etObserveContentDebounce", "debounce"] }, outputs: { valueChange: "etObserveContent" }, exportAs: ["etObserveContent"], ngImport: i0 }); }
2806
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: ObserveContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2807
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.6", type: ObserveContentDirective, isStandalone: true, selector: "[etObserveContent]", inputs: { disabled: ["etObserveContentDisabled", "disabled"], debounce: ["etObserveContentDebounce", "debounce"] }, outputs: { valueChange: "etObserveContent" }, exportAs: ["etObserveContent"], ngImport: i0 }); }
2807
2808
  }
2808
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: ObserveContentDirective, decorators: [{
2809
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: ObserveContentDirective, decorators: [{
2809
2810
  type: Directive,
2810
2811
  args: [{
2811
2812
  selector: '[etObserveContent]',
@@ -2828,10 +2829,10 @@ class ScrollObserverFirstElementDirective {
2828
2829
  constructor() {
2829
2830
  this.isFirstElement = false;
2830
2831
  }
2831
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: ScrollObserverFirstElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2832
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.2", type: ScrollObserverFirstElementDirective, isStandalone: true, selector: "[etScrollObserverFirstElement]", inputs: { isFirstElement: ["etScrollObserverFirstElement", "isFirstElement", booleanAttribute] }, host: { properties: { "class.et-scroll-observer-first-element": "this.isFirstElement" } }, ngImport: i0 }); }
2832
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: ScrollObserverFirstElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2833
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.6", type: ScrollObserverFirstElementDirective, isStandalone: true, selector: "[etScrollObserverFirstElement]", inputs: { isFirstElement: ["etScrollObserverFirstElement", "isFirstElement", booleanAttribute] }, host: { properties: { "class.et-scroll-observer-first-element": "this.isFirstElement" } }, ngImport: i0 }); }
2833
2834
  }
2834
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: ScrollObserverFirstElementDirective, decorators: [{
2835
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: ScrollObserverFirstElementDirective, decorators: [{
2835
2836
  type: Directive,
2836
2837
  args: [{
2837
2838
  selector: '[etScrollObserverFirstElement]',
@@ -2847,10 +2848,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImpor
2847
2848
 
2848
2849
  const SCROLL_OBSERVER_IGNORE_TARGET_CLASS = 'et-scroll-observer-ignore-target';
2849
2850
  class ScrollObserverIgnoreTargetDirective {
2850
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2851
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.2", type: ScrollObserverIgnoreTargetDirective, isStandalone: true, selector: "[etScrollObserverIgnoreTarget]", host: { classAttribute: "et-scroll-observer-ignore-target" }, ngImport: i0 }); }
2851
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2852
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.6", type: ScrollObserverIgnoreTargetDirective, isStandalone: true, selector: "[etScrollObserverIgnoreTarget]", host: { classAttribute: "et-scroll-observer-ignore-target" }, ngImport: i0 }); }
2852
2853
  }
2853
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, decorators: [{
2854
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, decorators: [{
2854
2855
  type: Directive,
2855
2856
  args: [{
2856
2857
  selector: '[etScrollObserverIgnoreTarget]',
@@ -2866,10 +2867,10 @@ class ScrollObserverLastElementDirective {
2866
2867
  constructor() {
2867
2868
  this.isLastElement = false;
2868
2869
  }
2869
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: ScrollObserverLastElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2870
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.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 }); }
2870
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: ScrollObserverLastElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2871
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.6", 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 }); }
2871
2872
  }
2872
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: ScrollObserverLastElementDirective, decorators: [{
2873
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: ScrollObserverLastElementDirective, decorators: [{
2873
2874
  type: Directive,
2874
2875
  args: [{
2875
2876
  selector: '[etScrollObserverLastElement]',
@@ -3028,15 +3029,15 @@ class ObserveScrollStateDirective {
3028
3029
  }
3029
3030
  return element;
3030
3031
  }
3031
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: ObserveScrollStateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3032
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.2", type: ObserveScrollStateDirective, isStandalone: true, selector: "[etObserveScrollState]", inputs: { rootMargin: ["rootMargin", "rootMargin", numberAttribute], observerThreshold: "observerThreshold" }, outputs: { valueChange: "etObserveScrollState" }, providers: [
3032
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: ObserveScrollStateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3033
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.6", type: ObserveScrollStateDirective, isStandalone: true, selector: "[etObserveScrollState]", inputs: { rootMargin: ["rootMargin", "rootMargin", numberAttribute], observerThreshold: "observerThreshold" }, outputs: { valueChange: "etObserveScrollState" }, providers: [
3033
3034
  {
3034
3035
  provide: OBSERVE_SCROLL_STATE,
3035
3036
  useExisting: ObserveScrollStateDirective,
3036
3037
  },
3037
3038
  ], exportAs: ["etObserveScrollState"], ngImport: i0 }); }
3038
3039
  }
3039
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: ObserveScrollStateDirective, decorators: [{
3040
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: ObserveScrollStateDirective, decorators: [{
3040
3041
  type: Directive,
3041
3042
  args: [{
3042
3043
  selector: '[etObserveScrollState]',
@@ -3078,10 +3079,10 @@ class RepeatDirective {
3078
3079
  this._viewContainerRef.createEmbeddedView(this._mainTemplateRef);
3079
3080
  }
3080
3081
  }
3081
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: RepeatDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
3082
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.2", type: RepeatDirective, isStandalone: true, selector: "[etRepeat]", inputs: { repeatCount: ["etRepeat", "repeatCount"] }, ngImport: i0 }); }
3082
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: RepeatDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
3083
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.6", type: RepeatDirective, isStandalone: true, selector: "[etRepeat]", inputs: { repeatCount: ["etRepeat", "repeatCount"] }, ngImport: i0 }); }
3083
3084
  }
3084
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: RepeatDirective, decorators: [{
3085
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: RepeatDirective, decorators: [{
3085
3086
  type: Directive,
3086
3087
  args: [{
3087
3088
  selector: '[etRepeat]',
@@ -3250,10 +3251,10 @@ class SeoDirective {
3250
3251
  }
3251
3252
  }
3252
3253
  }
3253
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: SeoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3254
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.2", type: SeoDirective, isStandalone: true, providers: [{ provide: SEO_DIRECTIVE_TOKEN, useExisting: SeoDirective }], ngImport: i0 }); }
3254
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: SeoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3255
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.6", type: SeoDirective, isStandalone: true, providers: [{ provide: SEO_DIRECTIVE_TOKEN, useExisting: SeoDirective }], ngImport: i0 }); }
3255
3256
  }
3256
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: SeoDirective, decorators: [{
3257
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: SeoDirective, decorators: [{
3257
3258
  type: Directive,
3258
3259
  args: [{
3259
3260
  standalone: true,
@@ -3299,10 +3300,10 @@ class NormalizeGameResultTypePipe {
3299
3300
  constructor() {
3300
3301
  this.transform = normalizeGameResultType;
3301
3302
  }
3302
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: NormalizeGameResultTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
3303
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.2", ngImport: i0, type: NormalizeGameResultTypePipe, isStandalone: true, name: "etNormalizeGameResultType" }); }
3303
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: NormalizeGameResultTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
3304
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.6", ngImport: i0, type: NormalizeGameResultTypePipe, isStandalone: true, name: "etNormalizeGameResultType" }); }
3304
3305
  }
3305
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: NormalizeGameResultTypePipe, decorators: [{
3306
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: NormalizeGameResultTypePipe, decorators: [{
3306
3307
  type: Pipe,
3307
3308
  args: [{ name: 'etNormalizeGameResultType', standalone: true }]
3308
3309
  }] });
@@ -3330,10 +3331,10 @@ class NormalizeMatchStatePipe {
3330
3331
  constructor() {
3331
3332
  this.transform = normalizeMatchState;
3332
3333
  }
3333
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: NormalizeMatchStatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
3334
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.2", ngImport: i0, type: NormalizeMatchStatePipe, isStandalone: true, name: "etNormalizeMatchState" }); }
3334
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: NormalizeMatchStatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
3335
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.6", ngImport: i0, type: NormalizeMatchStatePipe, isStandalone: true, name: "etNormalizeMatchState" }); }
3335
3336
  }
3336
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: NormalizeMatchStatePipe, decorators: [{
3337
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: NormalizeMatchStatePipe, decorators: [{
3337
3338
  type: Pipe,
3338
3339
  args: [{ name: 'etNormalizeMatchState', standalone: true }]
3339
3340
  }] });
@@ -3388,10 +3389,10 @@ class NormalizeMatchParticipantsPipe {
3388
3389
  constructor() {
3389
3390
  this.transform = normalizeMatchParticipants;
3390
3391
  }
3391
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: NormalizeMatchParticipantsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
3392
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.2", ngImport: i0, type: NormalizeMatchParticipantsPipe, isStandalone: true, name: "etNormalizeMatchParticipants" }); }
3392
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: NormalizeMatchParticipantsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
3393
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.6", ngImport: i0, type: NormalizeMatchParticipantsPipe, isStandalone: true, name: "etNormalizeMatchParticipants" }); }
3393
3394
  }
3394
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: NormalizeMatchParticipantsPipe, decorators: [{
3395
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: NormalizeMatchParticipantsPipe, decorators: [{
3395
3396
  type: Pipe,
3396
3397
  args: [{ name: 'etNormalizeMatchParticipants', standalone: true }]
3397
3398
  }] });
@@ -3525,10 +3526,10 @@ class NormalizeMatchScorePipe {
3525
3526
  constructor() {
3526
3527
  this.transform = normalizeMatchScore;
3527
3528
  }
3528
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: NormalizeMatchScorePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
3529
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.2", ngImport: i0, type: NormalizeMatchScorePipe, isStandalone: true, name: "etNormalizeMatchScore" }); }
3529
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: NormalizeMatchScorePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
3530
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.6", ngImport: i0, type: NormalizeMatchScorePipe, isStandalone: true, name: "etNormalizeMatchScore" }); }
3530
3531
  }
3531
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: NormalizeMatchScorePipe, decorators: [{
3532
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: NormalizeMatchScorePipe, decorators: [{
3532
3533
  type: Pipe,
3533
3534
  args: [{ name: 'etNormalizeMatchScore', standalone: true }]
3534
3535
  }] });
@@ -3575,10 +3576,10 @@ class NormalizeMatchTypePipe {
3575
3576
  constructor() {
3576
3577
  this.transform = normalizeMatchType;
3577
3578
  }
3578
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: NormalizeMatchTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
3579
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.2", ngImport: i0, type: NormalizeMatchTypePipe, isStandalone: true, name: "etNormalizeMatchType" }); }
3579
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: NormalizeMatchTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
3580
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.6", ngImport: i0, type: NormalizeMatchTypePipe, isStandalone: true, name: "etNormalizeMatchType" }); }
3580
3581
  }
3581
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: NormalizeMatchTypePipe, decorators: [{
3582
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: NormalizeMatchTypePipe, decorators: [{
3582
3583
  type: Pipe,
3583
3584
  args: [{ name: 'etNormalizeMatchType', standalone: true }]
3584
3585
  }] });
@@ -3592,10 +3593,10 @@ class ToArrayPipe {
3592
3593
  constructor() {
3593
3594
  this.transform = toArray;
3594
3595
  }
3595
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: ToArrayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
3596
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.2", ngImport: i0, type: ToArrayPipe, isStandalone: true, name: "toArray" }); }
3596
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: ToArrayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
3597
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.6", ngImport: i0, type: ToArrayPipe, isStandalone: true, name: "toArray" }); }
3597
3598
  }
3598
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: ToArrayPipe, decorators: [{
3599
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: ToArrayPipe, decorators: [{
3599
3600
  type: Pipe,
3600
3601
  args: [{ name: 'toArray', standalone: true }]
3601
3602
  }] });
@@ -3662,5 +3663,5 @@ const Validators = {
3662
3663
  * Generated bundle index. Do not edit.
3663
3664
  */
3664
3665
 
3665
- export { ANIMATABLE_TOKEN, ANIMATED_LIFECYCLE_TOKEN, ActiveSelectionModel, AnimatableDirective, AnimatedLifecycleDirective, AnimatedOverlayDirective, BehaviorSubjectWithSubscriberCount, ClickObserverFactory, ClickObserverService, ClickOutsideDirective, ContentObserverService, CursorDragScrollDirective, DEFAULT_VIEWPORT_CONFIG, DELAYABLE_TOKEN, DelayableDirective, ET_PROPERTY_REMOVED, FocusVisibleService, IS_ACTIVE_ELEMENT, IS_ARRAY_NOT_EMPTY, IS_ELEMENT, IS_EMAIL, IsActiveElementDirective, IsArrayNotEmpty, IsElementDirective, IsEmail, LetContext, LetDirective, MUST_MATCH, Memo, MustMatch, MutationObserverFactory, NormalizeGameResultTypePipe, NormalizeMatchParticipantsPipe, NormalizeMatchScorePipe, NormalizeMatchStatePipe, NormalizeMatchTypePipe, OBSERVE_SCROLL_STATE, ObserveContentDirective, ObserveResizeDirective, ObserveScrollStateDirective, RepeatDirective, ResizeObserverFactory, ResizeObserverService, 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, Validators, ViewportService, clamp, clone, createDestroy, createFlipAnimation, createFlipAnimationGroup, createMediaQueryObservable, createMutationObservable, createReactiveBindings, deleteCookie, elementCanScroll, equal, forceReflow, formatRuntimeError, fromNextFrame, getCookie, getDomain, getElementVisibleStates, getGroupMatchPoints, getGroupMatchScore, getKnockoutMatchScore, getMatchScoreSubLine, hasCookie, isElementVisible, isGroupMatch, isKnockoutMatch, mergeSeoConfig, nextFrame, normalizeGameResultType, normalizeMatchParticipant, normalizeMatchParticipants, normalizeMatchScore, normalizeMatchState, normalizeMatchType, provideViewportConfig, round, routerDisableScrollTop, scrollToElement, setCookie, toArray, toArrayTrackByFn };
3666
+ export { ANIMATABLE_TOKEN, ANIMATED_LIFECYCLE_TOKEN, ActiveSelectionModel, AnimatableDirective, AnimatedLifecycleDirective, AnimatedOverlayDirective, ClickObserverFactory, ClickObserverService, ClickOutsideDirective, ContentObserverService, CursorDragScrollDirective, DEFAULT_VIEWPORT_CONFIG, DELAYABLE_TOKEN, DelayableDirective, ET_PROPERTY_REMOVED, FocusVisibleService, IS_ACTIVE_ELEMENT, IS_ARRAY_NOT_EMPTY, IS_ELEMENT, IS_EMAIL, IsActiveElementDirective, IsArrayNotEmpty, IsElementDirective, IsEmail, LetContext, LetDirective, MUST_MATCH, Memo, MustMatch, MutationObserverFactory, NormalizeGameResultTypePipe, NormalizeMatchParticipantsPipe, NormalizeMatchScorePipe, NormalizeMatchStatePipe, NormalizeMatchTypePipe, OBSERVE_SCROLL_STATE, ObserveContentDirective, ObserveResizeDirective, ObserveScrollStateDirective, RepeatDirective, ResizeObserverFactory, ResizeObserverService, 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, Validators, ViewportService, clamp, clone, createDestroy, createFlipAnimation, createFlipAnimationGroup, createMediaQueryObservable, createMutationObservable, createReactiveBindings, deleteCookie, elementCanScroll, equal, forceReflow, formatRuntimeError, fromNextFrame, getCookie, getDomain, getElementVisibleStates, getGroupMatchPoints, getGroupMatchScore, getKnockoutMatchScore, getMatchScoreSubLine, hasCookie, isElementVisible, isGroupMatch, isKnockoutMatch, mergeSeoConfig, nextFrame, normalizeGameResultType, normalizeMatchParticipant, normalizeMatchParticipants, normalizeMatchScore, normalizeMatchState, normalizeMatchType, provideViewportConfig, round, routerDisableScrollTop, scrollToElement, setCookie, toArray, toArrayTrackByFn };
3666
3667
  //# sourceMappingURL=ethlete-core.mjs.map