@ethlete/core 4.23.8 → 4.24.1

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 (143) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/fesm2022/ethlete-core.mjs +131 -139
  3. package/fesm2022/ethlete-core.mjs.map +1 -1
  4. package/lib/types/angular.types.d.ts +0 -1
  5. package/lib/utils/signal.utils.d.ts +5 -0
  6. package/package.json +7 -9
  7. package/esm2022/ethlete-core.mjs +0 -5
  8. package/esm2022/index.mjs +0 -38
  9. package/esm2022/lib/components/structured-data/index.mjs +0 -2
  10. package/esm2022/lib/components/structured-data/structured-data.component.mjs +0 -37
  11. package/esm2022/lib/constants/index.mjs +0 -2
  12. package/esm2022/lib/constants/viewport.constants.mjs +0 -17
  13. package/esm2022/lib/decorators/memo/index.mjs +0 -2
  14. package/esm2022/lib/decorators/memo/memo.decorator.mjs +0 -25
  15. package/esm2022/lib/directives/animatable/animatable.directive.mjs +0 -121
  16. package/esm2022/lib/directives/animatable/index.mjs +0 -2
  17. package/esm2022/lib/directives/animated-if/animated-if.directive.mjs +0 -54
  18. package/esm2022/lib/directives/animated-if/index.mjs +0 -2
  19. package/esm2022/lib/directives/animated-lifecycle/animated-lifecycle.directive.mjs +0 -136
  20. package/esm2022/lib/directives/animated-lifecycle/index.mjs +0 -2
  21. package/esm2022/lib/directives/animated-overlay/animated-overlay.directive.mjs +0 -344
  22. package/esm2022/lib/directives/animated-overlay/index.mjs +0 -2
  23. package/esm2022/lib/directives/click-outside/click-outside.directive.mjs +0 -37
  24. package/esm2022/lib/directives/click-outside/index.mjs +0 -2
  25. package/esm2022/lib/directives/cursor-drag-scroll/cursor-drag-scroll.constants.mjs +0 -3
  26. package/esm2022/lib/directives/cursor-drag-scroll/cursor-drag-scroll.directive.mjs +0 -170
  27. package/esm2022/lib/directives/cursor-drag-scroll/index.mjs +0 -3
  28. package/esm2022/lib/directives/debug/debug.directive.mjs +0 -44
  29. package/esm2022/lib/directives/debug/index.mjs +0 -2
  30. package/esm2022/lib/directives/delayable/delayable.directive.mjs +0 -55
  31. package/esm2022/lib/directives/delayable/index.mjs +0 -2
  32. package/esm2022/lib/directives/is-active-element/index.mjs +0 -2
  33. package/esm2022/lib/directives/is-active-element/is-active-element.directive.mjs +0 -33
  34. package/esm2022/lib/directives/is-element/index.mjs +0 -2
  35. package/esm2022/lib/directives/is-element/is-element.directive.mjs +0 -33
  36. package/esm2022/lib/directives/let/index.mjs +0 -3
  37. package/esm2022/lib/directives/let/let.directive.mjs +0 -40
  38. package/esm2022/lib/directives/let/let.types.mjs +0 -9
  39. package/esm2022/lib/directives/observe-content/index.mjs +0 -2
  40. package/esm2022/lib/directives/observe-content/observe-content.directive.mjs +0 -72
  41. package/esm2022/lib/directives/observe-resize/index.mjs +0 -2
  42. package/esm2022/lib/directives/observe-resize/observe-resize.directive.mjs +0 -72
  43. package/esm2022/lib/directives/observe-scroll-state/index.mjs +0 -4
  44. package/esm2022/lib/directives/observe-scroll-state/observe-scroll-state.constants.mjs +0 -3
  45. package/esm2022/lib/directives/observe-scroll-state/observe-scroll-state.directive.mjs +0 -180
  46. package/esm2022/lib/directives/observe-scroll-state/observe-scroll-state.types.mjs +0 -2
  47. package/esm2022/lib/directives/observe-visibility/index.mjs +0 -2
  48. package/esm2022/lib/directives/observe-visibility/observe-visibility.directive.mjs +0 -80
  49. package/esm2022/lib/directives/repeat/index.mjs +0 -2
  50. package/esm2022/lib/directives/repeat/repeat.directive.mjs +0 -35
  51. package/esm2022/lib/directives/root-boundary/index.mjs +0 -2
  52. package/esm2022/lib/directives/root-boundary/root-boundary.directive.mjs +0 -36
  53. package/esm2022/lib/directives/scroll-observer-first-element/index.mjs +0 -2
  54. package/esm2022/lib/directives/scroll-observer-first-element/scroll-observer-first-element.directive.mjs +0 -24
  55. package/esm2022/lib/directives/scroll-observer-ignore-target/index.mjs +0 -2
  56. package/esm2022/lib/directives/scroll-observer-ignore-target/scroll-observer-ignore-target.directive.mjs +0 -18
  57. package/esm2022/lib/directives/scroll-observer-last-element/index.mjs +0 -2
  58. package/esm2022/lib/directives/scroll-observer-last-element/scroll-observer-last-element.directive.mjs +0 -27
  59. package/esm2022/lib/directives/seo/index.mjs +0 -5
  60. package/esm2022/lib/directives/seo/seo.directive.constants.mjs +0 -3
  61. package/esm2022/lib/directives/seo/seo.directive.mjs +0 -166
  62. package/esm2022/lib/directives/seo/seo.directive.types.mjs +0 -2
  63. package/esm2022/lib/directives/seo/seo.directive.utils.mjs +0 -7
  64. package/esm2022/lib/pipes/infer-mime-type/index.mjs +0 -3
  65. package/esm2022/lib/pipes/infer-mime-type/infer-mime-type.pipe.mjs +0 -18
  66. package/esm2022/lib/pipes/infer-mime-type/infer-mime-type.util.mjs +0 -196
  67. package/esm2022/lib/pipes/normalize-game-result-type/index.mjs +0 -4
  68. package/esm2022/lib/pipes/normalize-game-result-type/normalize-game-result-type.pipe.mjs +0 -15
  69. package/esm2022/lib/pipes/normalize-game-result-type/normalize-game-result-type.types.mjs +0 -2
  70. package/esm2022/lib/pipes/normalize-game-result-type/normalize-game-result-type.util.mjs +0 -34
  71. package/esm2022/lib/pipes/normalize-match-participants/index.mjs +0 -4
  72. package/esm2022/lib/pipes/normalize-match-participants/normalize-match-participants.pipe.mjs +0 -15
  73. package/esm2022/lib/pipes/normalize-match-participants/normalize-match-participants.types.mjs +0 -2
  74. package/esm2022/lib/pipes/normalize-match-participants/normalize-match-participants.util.mjs +0 -47
  75. package/esm2022/lib/pipes/normalize-match-score/index.mjs +0 -4
  76. package/esm2022/lib/pipes/normalize-match-score/normalize-match-score.pipe.mjs +0 -15
  77. package/esm2022/lib/pipes/normalize-match-score/normalize-match-score.types.mjs +0 -2
  78. package/esm2022/lib/pipes/normalize-match-score/normalize-match-score.util.mjs +0 -126
  79. package/esm2022/lib/pipes/normalize-match-state/index.mjs +0 -4
  80. package/esm2022/lib/pipes/normalize-match-state/normalize-match-state.constants.mjs +0 -2
  81. package/esm2022/lib/pipes/normalize-match-state/normalize-match-state.pipe.mjs +0 -15
  82. package/esm2022/lib/pipes/normalize-match-state/normalize-match-state.util.mjs +0 -19
  83. package/esm2022/lib/pipes/normalize-match-type/index.mjs +0 -3
  84. package/esm2022/lib/pipes/normalize-match-type/normalize-match-type.pipe.mjs +0 -15
  85. package/esm2022/lib/pipes/normalize-match-type/normalize-match-type.util.mjs +0 -38
  86. package/esm2022/lib/pipes/to-array/index.mjs +0 -3
  87. package/esm2022/lib/pipes/to-array/to-array.pipe.mjs +0 -15
  88. package/esm2022/lib/pipes/to-array/to-array.util.mjs +0 -5
  89. package/esm2022/lib/props/create-prop-handlers.mjs +0 -17
  90. package/esm2022/lib/props/create-props.mjs +0 -53
  91. package/esm2022/lib/props/create-setup.mjs +0 -19
  92. package/esm2022/lib/props/dependency-stash.mjs +0 -20
  93. package/esm2022/lib/props/element-dictionary.mjs +0 -44
  94. package/esm2022/lib/props/index.mjs +0 -9
  95. package/esm2022/lib/props/props-binding.mjs +0 -53
  96. package/esm2022/lib/props/props.directive.mjs +0 -35
  97. package/esm2022/lib/props/template-input.mjs +0 -41
  98. package/esm2022/lib/services/click-observer.service.mjs +0 -73
  99. package/esm2022/lib/services/content-observer.service.mjs +0 -79
  100. package/esm2022/lib/services/focus-visible.service.mjs +0 -34
  101. package/esm2022/lib/services/index.mjs +0 -9
  102. package/esm2022/lib/services/intersection-observer.service.mjs +0 -75
  103. package/esm2022/lib/services/resize-observer.service.mjs +0 -75
  104. package/esm2022/lib/services/router-state.service.mjs +0 -205
  105. package/esm2022/lib/services/viewport.service.mjs +0 -244
  106. package/esm2022/lib/services/viewport.types.mjs +0 -2
  107. package/esm2022/lib/types/angular.types.mjs +0 -15
  108. package/esm2022/lib/types/i18n.types.mjs +0 -2
  109. package/esm2022/lib/types/index.mjs +0 -5
  110. package/esm2022/lib/types/value.types.mjs +0 -2
  111. package/esm2022/lib/types/viewport.types.mjs +0 -2
  112. package/esm2022/lib/utils/active-selection-model.utils.mjs +0 -91
  113. package/esm2022/lib/utils/angular.utils.mjs +0 -7
  114. package/esm2022/lib/utils/animation.utils.mjs +0 -113
  115. package/esm2022/lib/utils/clamp.util.mjs +0 -4
  116. package/esm2022/lib/utils/clone.util.mjs +0 -78
  117. package/esm2022/lib/utils/component-id.utils.mjs +0 -7
  118. package/esm2022/lib/utils/cookie.util.mjs +0 -53
  119. package/esm2022/lib/utils/destroy.utils.mjs +0 -13
  120. package/esm2022/lib/utils/equal.util.mjs +0 -118
  121. package/esm2022/lib/utils/form.utils.mjs +0 -63
  122. package/esm2022/lib/utils/index.mjs +0 -27
  123. package/esm2022/lib/utils/inject.utils.mjs +0 -4
  124. package/esm2022/lib/utils/intersection-observer.utils.mjs +0 -65
  125. package/esm2022/lib/utils/key-press-manager.utils.mjs +0 -30
  126. package/esm2022/lib/utils/media-query-observable.util.mjs +0 -18
  127. package/esm2022/lib/utils/mutation-observable.util.mjs +0 -42
  128. package/esm2022/lib/utils/object.utils.mjs +0 -30
  129. package/esm2022/lib/utils/reactive-binding.util.mjs +0 -124
  130. package/esm2022/lib/utils/resize-observable.util.mjs +0 -12
  131. package/esm2022/lib/utils/round.utils.mjs +0 -5
  132. package/esm2022/lib/utils/runtime-error.utils.mjs +0 -31
  133. package/esm2022/lib/utils/scrollable.utils.mjs +0 -157
  134. package/esm2022/lib/utils/selection-model.utils.mjs +0 -376
  135. package/esm2022/lib/utils/signal.utils.mjs +0 -1004
  136. package/esm2022/lib/utils/smart-block-scroll-strategy.utils.mjs +0 -96
  137. package/esm2022/lib/utils/value.utils.mjs +0 -22
  138. package/esm2022/lib/utils/viewport.util.mjs +0 -5
  139. package/esm2022/lib/validators/at-least-one-required.validator.mjs +0 -20
  140. package/esm2022/lib/validators/index.mjs +0 -15
  141. package/esm2022/lib/validators/is-array-not-empty.validator.mjs +0 -9
  142. package/esm2022/lib/validators/is-email.validator.mjs +0 -10
  143. package/esm2022/lib/validators/must-match.validator.mjs +0 -19
@@ -30,10 +30,10 @@ class StructuredDataComponent {
30
30
  const html = `<script type="application/ld+json">${json}</script>`;
31
31
  return this._sanitizer.bypassSecurityTrustHtml(html);
32
32
  }
33
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: StructuredDataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
34
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.12", 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
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: StructuredDataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
34
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.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 }); }
35
35
  }
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: StructuredDataComponent, decorators: [{
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: StructuredDataComponent, decorators: [{
37
37
  type: Component,
38
38
  args: [{
39
39
  selector: 'et-structured-data',
@@ -1514,10 +1514,10 @@ class ClickObserverFactory {
1514
1514
  create() {
1515
1515
  return fromEvent(document, 'click');
1516
1516
  }
1517
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ClickObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1518
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ClickObserverFactory, providedIn: 'root' }); }
1517
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ClickObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1518
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ClickObserverFactory, providedIn: 'root' }); }
1519
1519
  }
1520
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ClickObserverFactory, decorators: [{
1520
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ClickObserverFactory, decorators: [{
1521
1521
  type: Injectable,
1522
1522
  args: [{ providedIn: 'root' }]
1523
1523
  }] });
@@ -1570,10 +1570,10 @@ class ClickObserverService {
1570
1570
  this._observedElements.delete(element);
1571
1571
  }
1572
1572
  }
1573
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ClickObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1574
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ClickObserverService, providedIn: 'root' }); }
1573
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ClickObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1574
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ClickObserverService, providedIn: 'root' }); }
1575
1575
  }
1576
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ClickObserverService, decorators: [{
1576
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ClickObserverService, decorators: [{
1577
1577
  type: Injectable,
1578
1578
  args: [{ providedIn: 'root' }]
1579
1579
  }] });
@@ -1583,10 +1583,10 @@ class MutationObserverFactory {
1583
1583
  create(callback) {
1584
1584
  return typeof MutationObserver === 'undefined' ? null : new MutationObserver(callback);
1585
1585
  }
1586
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MutationObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1587
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MutationObserverFactory, providedIn: 'root' }); }
1586
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: MutationObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1587
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: MutationObserverFactory, providedIn: 'root' }); }
1588
1588
  }
1589
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MutationObserverFactory, decorators: [{
1589
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: MutationObserverFactory, decorators: [{
1590
1590
  type: Injectable,
1591
1591
  args: [{ providedIn: 'root' }]
1592
1592
  }] });
@@ -1645,10 +1645,10 @@ class ContentObserverService {
1645
1645
  this._observedElements.delete(element);
1646
1646
  }
1647
1647
  }
1648
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ContentObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1649
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ContentObserverService, providedIn: 'root' }); }
1648
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ContentObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1649
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ContentObserverService, providedIn: 'root' }); }
1650
1650
  }
1651
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ContentObserverService, decorators: [{
1651
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ContentObserverService, decorators: [{
1652
1652
  type: Injectable,
1653
1653
  args: [{ providedIn: 'root' }]
1654
1654
  }] });
@@ -1674,10 +1674,10 @@ class FocusVisibleService {
1674
1674
  onPointerDown() {
1675
1675
  this._hadKeyboardEvent = false;
1676
1676
  }
1677
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: FocusVisibleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1678
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: FocusVisibleService, providedIn: 'root' }); }
1677
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: FocusVisibleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1678
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: FocusVisibleService, providedIn: 'root' }); }
1679
1679
  }
1680
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: FocusVisibleService, decorators: [{
1680
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: FocusVisibleService, decorators: [{
1681
1681
  type: Injectable,
1682
1682
  args: [{
1683
1683
  providedIn: 'root',
@@ -1689,10 +1689,10 @@ class IntersectionObserverFactory {
1689
1689
  create(callback) {
1690
1690
  return typeof IntersectionObserver === 'undefined' ? null : new IntersectionObserver(callback);
1691
1691
  }
1692
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: IntersectionObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1693
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: IntersectionObserverFactory, providedIn: 'root' }); }
1692
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: IntersectionObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1693
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: IntersectionObserverFactory, providedIn: 'root' }); }
1694
1694
  }
1695
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: IntersectionObserverFactory, decorators: [{
1695
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: IntersectionObserverFactory, decorators: [{
1696
1696
  type: Injectable,
1697
1697
  args: [{ providedIn: 'root' }]
1698
1698
  }] });
@@ -1747,10 +1747,10 @@ class IntersectionObserverService {
1747
1747
  this._observedElements.delete(element);
1748
1748
  }
1749
1749
  }
1750
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: IntersectionObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1751
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: IntersectionObserverService, providedIn: 'root' }); }
1750
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: IntersectionObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1751
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: IntersectionObserverService, providedIn: 'root' }); }
1752
1752
  }
1753
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: IntersectionObserverService, decorators: [{
1753
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: IntersectionObserverService, decorators: [{
1754
1754
  type: Injectable,
1755
1755
  args: [{ providedIn: 'root' }]
1756
1756
  }] });
@@ -1760,10 +1760,10 @@ class ResizeObserverFactory {
1760
1760
  create(callback) {
1761
1761
  return typeof ResizeObserver === 'undefined' ? null : new ResizeObserver(callback);
1762
1762
  }
1763
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ResizeObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1764
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ResizeObserverFactory, providedIn: 'root' }); }
1763
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ResizeObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1764
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ResizeObserverFactory, providedIn: 'root' }); }
1765
1765
  }
1766
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ResizeObserverFactory, decorators: [{
1766
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ResizeObserverFactory, decorators: [{
1767
1767
  type: Injectable,
1768
1768
  args: [{ providedIn: 'root' }]
1769
1769
  }] });
@@ -1818,10 +1818,10 @@ class ResizeObserverService {
1818
1818
  this._observedElements.delete(element);
1819
1819
  }
1820
1820
  }
1821
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ResizeObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1822
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ResizeObserverService, providedIn: 'root' }); }
1821
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ResizeObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1822
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ResizeObserverService, providedIn: 'root' }); }
1823
1823
  }
1824
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ResizeObserverService, decorators: [{
1824
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ResizeObserverService, decorators: [{
1825
1825
  type: Injectable,
1826
1826
  args: [{ providedIn: 'root' }]
1827
1827
  }] });
@@ -2016,10 +2016,10 @@ class RouterStateService {
2016
2016
  fragment,
2017
2017
  };
2018
2018
  }
2019
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: RouterStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2020
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: RouterStateService, providedIn: 'root' }); }
2019
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: RouterStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2020
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: RouterStateService, providedIn: 'root' }); }
2021
2021
  }
2022
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: RouterStateService, decorators: [{
2022
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: RouterStateService, decorators: [{
2023
2023
  type: Injectable,
2024
2024
  args: [{
2025
2025
  providedIn: 'root',
@@ -2235,8 +2235,8 @@ class ViewportService {
2235
2235
  }
2236
2236
  return 'xs';
2237
2237
  }
2238
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ViewportService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2239
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ViewportService, providedIn: 'root' }); }
2238
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ViewportService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2239
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ViewportService, providedIn: 'root' }); }
2240
2240
  }
2241
2241
  __decorate([
2242
2242
  Memo(),
@@ -2254,7 +2254,7 @@ __decorate([
2254
2254
  __metadata("design:paramtypes", [Object]),
2255
2255
  __metadata("design:returntype", void 0)
2256
2256
  ], ViewportService.prototype, "_buildMediaQuery", null);
2257
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ViewportService, decorators: [{
2257
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ViewportService, decorators: [{
2258
2258
  type: Injectable,
2259
2259
  args: [{
2260
2260
  providedIn: 'root',
@@ -2529,7 +2529,7 @@ const signalElementDimensions = (el) => {
2529
2529
  observer.observe(els.currentElement);
2530
2530
  }
2531
2531
  });
2532
- }, { allowSignalWrites: true });
2532
+ });
2533
2533
  destroyRef.onDestroy(() => observer.disconnect());
2534
2534
  return computed(() => elementDimensionsSignal(), {
2535
2535
  equal: (a, b) => equal(a, b),
@@ -2559,7 +2559,7 @@ const signalElementMutations = (el, options) => {
2559
2559
  if (els.currentElement) {
2560
2560
  observer.observe(els.currentElement, options);
2561
2561
  }
2562
- }, { allowSignalWrites: true });
2562
+ });
2563
2563
  destroyRef.onDestroy(() => observer.disconnect());
2564
2564
  return elementMutationsSignal.asReadonly();
2565
2565
  };
@@ -2727,7 +2727,7 @@ const signalElementIntersection = (el, options) => {
2727
2727
  const rendered = isRendered();
2728
2728
  const enabled = isEnabled();
2729
2729
  untracked(() => updateIntersectionObserver(rendered, enabled, rootEl));
2730
- }, { allowSignalWrites: true });
2730
+ });
2731
2731
  effect(() => {
2732
2732
  const els = elements();
2733
2733
  const obs = observer();
@@ -2781,7 +2781,7 @@ const syncSignal = (from, to, options) => {
2781
2781
  }
2782
2782
  const ref = effect(() => {
2783
2783
  const formVal = from();
2784
- if (isFirstRun) {
2784
+ if (options?.skipFirstRun && isFirstRun) {
2785
2785
  isFirstRun = false;
2786
2786
  return;
2787
2787
  }
@@ -2999,7 +2999,7 @@ const createIsRenderedSignal = () => {
2999
2999
  });
3000
3000
  return {
3001
3001
  state: value,
3002
- bind: () => effect(() => value.set(true), { allowSignalWrites: true }),
3002
+ bind: () => effect(() => value.set(true)),
3003
3003
  };
3004
3004
  };
3005
3005
  const createCanAnimateSignal = () => {
@@ -3182,7 +3182,7 @@ const computedTillTruthy = (source) => {
3182
3182
  value.set(val);
3183
3183
  ref.destroy();
3184
3184
  }
3185
- }, { allowSignalWrites: true });
3185
+ });
3186
3186
  return value.asReadonly();
3187
3187
  };
3188
3188
  /**
@@ -3197,7 +3197,7 @@ const computedTillFalsy = (source) => {
3197
3197
  value.set(val);
3198
3198
  ref.destroy();
3199
3199
  }
3200
- }, { allowSignalWrites: true });
3200
+ });
3201
3201
  return value.asReadonly();
3202
3202
  };
3203
3203
  /**
@@ -3459,15 +3459,15 @@ class AnimatableDirective {
3459
3459
  .subscribe();
3460
3460
  }
3461
3461
  }
3462
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: AnimatableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3463
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: AnimatableDirective, isStandalone: true, selector: "[etAnimatable]", inputs: { animatedElement: ["etAnimatable", "animatedElement"] }, providers: [
3462
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AnimatableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3463
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.3", type: AnimatableDirective, isStandalone: true, selector: "[etAnimatable]", inputs: { animatedElement: ["etAnimatable", "animatedElement"] }, providers: [
3464
3464
  {
3465
3465
  provide: ANIMATABLE_TOKEN,
3466
3466
  useExisting: AnimatableDirective,
3467
3467
  },
3468
3468
  ], exportAs: ["etAnimatable"], ngImport: i0 }); }
3469
3469
  }
3470
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: AnimatableDirective, decorators: [{
3470
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AnimatableDirective, decorators: [{
3471
3471
  type: Directive,
3472
3472
  args: [{
3473
3473
  selector: '[etAnimatable]',
@@ -3590,15 +3590,15 @@ class AnimatedLifecycleDirective {
3590
3590
  _forceState(state) {
3591
3591
  this._state$.next(state);
3592
3592
  }
3593
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: AnimatedLifecycleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3594
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.2.12", type: AnimatedLifecycleDirective, isStandalone: true, selector: "[etAnimatedLifecycle]", inputs: { skipNextEnter: { classPropertyName: "skipNextEnter", publicName: "skipNextEnter", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { stateChange: "stateChange", skipNextEnter: "skipNextEnterChange" }, providers: [
3593
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AnimatedLifecycleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3594
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.0.3", type: AnimatedLifecycleDirective, isStandalone: true, selector: "[etAnimatedLifecycle]", inputs: { skipNextEnter: { classPropertyName: "skipNextEnter", publicName: "skipNextEnter", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { stateChange: "stateChange", skipNextEnter: "skipNextEnterChange" }, providers: [
3595
3595
  {
3596
3596
  provide: ANIMATED_LIFECYCLE_TOKEN,
3597
3597
  useExisting: AnimatedLifecycleDirective,
3598
3598
  },
3599
3599
  ], exportAs: ["etAnimatedLifecycle"], hostDirectives: [{ directive: AnimatableDirective }], ngImport: i0 }); }
3600
3600
  }
3601
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: AnimatedLifecycleDirective, decorators: [{
3601
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AnimatedLifecycleDirective, decorators: [{
3602
3602
  type: Directive,
3603
3603
  args: [{
3604
3604
  selector: '[etAnimatedLifecycle]',
@@ -3635,15 +3635,15 @@ class AnimatedIfDirective {
3635
3635
  .subscribe();
3636
3636
  }
3637
3637
  }
3638
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: AnimatedIfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3639
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: AnimatedIfDirective, isStandalone: true, selector: "[etAnimatedIf]", inputs: { shouldRender: ["etAnimatedIf", "shouldRender"] }, providers: [
3638
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AnimatedIfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3639
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.3", type: AnimatedIfDirective, isStandalone: true, selector: "[etAnimatedIf]", inputs: { shouldRender: ["etAnimatedIf", "shouldRender"] }, providers: [
3640
3640
  {
3641
3641
  provide: ANIMATED_IF_TOKEN,
3642
3642
  useExisting: AnimatedIfDirective,
3643
3643
  },
3644
3644
  ], hostDirectives: [{ directive: i1.NgIf }], ngImport: i0 }); }
3645
3645
  }
3646
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: AnimatedIfDirective, decorators: [{
3646
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AnimatedIfDirective, decorators: [{
3647
3647
  type: Directive,
3648
3648
  args: [{
3649
3649
  selector: '[etAnimatedIf]',
@@ -3673,15 +3673,15 @@ class RootBoundaryDirective {
3673
3673
  set boundaryElement(v) {
3674
3674
  this._boundaryElement = v;
3675
3675
  }
3676
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: RootBoundaryDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3677
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: RootBoundaryDirective, isStandalone: true, selector: "[etRootBoundary]", providers: [
3676
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: RootBoundaryDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3677
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.3", type: RootBoundaryDirective, isStandalone: true, selector: "[etRootBoundary]", providers: [
3678
3678
  {
3679
3679
  provide: ROOT_BOUNDARY_TOKEN,
3680
3680
  useExisting: RootBoundaryDirective,
3681
3681
  },
3682
3682
  ], ngImport: i0 }); }
3683
3683
  }
3684
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: RootBoundaryDirective, decorators: [{
3684
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: RootBoundaryDirective, decorators: [{
3685
3685
  type: Directive,
3686
3686
  args: [{
3687
3687
  selector: '[etRootBoundary]',
@@ -3993,10 +3993,10 @@ class AnimatedOverlayDirective {
3993
3993
  this._isUnmounting$.next(false);
3994
3994
  this._afterClosed?.next();
3995
3995
  }
3996
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: AnimatedOverlayDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3997
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.12", type: AnimatedOverlayDirective, isStandalone: true, inputs: { placement: "placement", fallbackPlacements: "fallbackPlacements", offset: "offset", arrowPadding: "arrowPadding", viewportPadding: "viewportPadding", autoResize: ["autoResize", "autoResize", booleanAttribute], shift: ["shift", "shift", booleanAttribute], autoHide: ["autoHide", "autoHide", booleanAttribute], autoCloseIfReferenceHidden: ["autoCloseIfReferenceHidden", "autoCloseIfReferenceHidden", booleanAttribute], referenceElement: "referenceElement" }, host: { classAttribute: "et-animated-overlay" }, ngImport: i0 }); }
3996
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AnimatedOverlayDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3997
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.0.3", type: AnimatedOverlayDirective, isStandalone: true, inputs: { placement: "placement", fallbackPlacements: "fallbackPlacements", offset: "offset", arrowPadding: "arrowPadding", viewportPadding: "viewportPadding", autoResize: ["autoResize", "autoResize", booleanAttribute], shift: ["shift", "shift", booleanAttribute], autoHide: ["autoHide", "autoHide", booleanAttribute], autoCloseIfReferenceHidden: ["autoCloseIfReferenceHidden", "autoCloseIfReferenceHidden", booleanAttribute], referenceElement: "referenceElement" }, host: { classAttribute: "et-animated-overlay" }, ngImport: i0 }); }
3998
3998
  }
3999
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: AnimatedOverlayDirective, decorators: [{
3999
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AnimatedOverlayDirective, decorators: [{
4000
4000
  type: Directive,
4001
4001
  args: [{
4002
4002
  standalone: true,
@@ -4051,10 +4051,10 @@ class ClickOutsideDirective {
4051
4051
  ngOnDestroy() {
4052
4052
  this._subscription?.unsubscribe();
4053
4053
  }
4054
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ClickOutsideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4055
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: ClickOutsideDirective, isStandalone: true, selector: "[etClickOutside]", outputs: { etClickOutside: "etClickOutside" }, ngImport: i0 }); }
4054
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ClickOutsideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4055
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.3", type: ClickOutsideDirective, isStandalone: true, selector: "[etClickOutside]", outputs: { etClickOutside: "etClickOutside" }, ngImport: i0 }); }
4056
4056
  }
4057
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ClickOutsideDirective, decorators: [{
4057
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ClickOutsideDirective, decorators: [{
4058
4058
  type: Directive,
4059
4059
  args: [{
4060
4060
  selector: '[etClickOutside]',
@@ -4208,10 +4208,10 @@ class CursorDragScrollDirective {
4208
4208
  this._elementRef.nativeElement.style.cursor = 'default';
4209
4209
  }
4210
4210
  }
4211
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CursorDragScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4212
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: CursorDragScrollDirective, isStandalone: true, selector: "[etCursorDragScroll]", inputs: { enabled: ["etCursorDragScroll", "enabled"], allowedDirection: "allowedDirection" }, outputs: { cursorDragStart: "cursorDragStart", cursorDragMove: "cursorDragMove", cursorDragEnd: "cursorDragEnd" }, exportAs: ["etCursorDragScroll"], ngImport: i0 }); }
4211
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: CursorDragScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4212
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.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 }); }
4213
4213
  }
4214
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CursorDragScrollDirective, decorators: [{
4214
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: CursorDragScrollDirective, decorators: [{
4215
4215
  type: Directive,
4216
4216
  args: [{
4217
4217
  selector: '[etCursorDragScroll]',
@@ -4244,15 +4244,15 @@ class DebugDirective {
4244
4244
  set sDebug(value) {
4245
4245
  this._debug.set(value);
4246
4246
  }
4247
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: DebugDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4248
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.12", type: DebugDirective, isStandalone: true, selector: "[etDebug]", inputs: { sDebug: ["etDebug", "sDebug", booleanAttribute] }, providers: [
4247
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: DebugDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4248
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.0.3", type: DebugDirective, isStandalone: true, selector: "[etDebug]", inputs: { sDebug: ["etDebug", "sDebug", booleanAttribute] }, providers: [
4249
4249
  {
4250
4250
  provide: DEBUG_TOKEN,
4251
4251
  useExisting: DebugDirective,
4252
4252
  },
4253
4253
  ], exportAs: ["etDebug"], ngImport: i0 }); }
4254
4254
  }
4255
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: DebugDirective, decorators: [{
4255
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: DebugDirective, decorators: [{
4256
4256
  type: Directive,
4257
4257
  args: [{
4258
4258
  selector: '[etDebug]',
@@ -4299,15 +4299,15 @@ class DelayableDirective {
4299
4299
  }
4300
4300
  this._isDelayed$.next(val);
4301
4301
  }
4302
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: DelayableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4303
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: DelayableDirective, isStandalone: true, selector: "[etDelayable]", providers: [
4302
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: DelayableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4303
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.3", type: DelayableDirective, isStandalone: true, selector: "[etDelayable]", providers: [
4304
4304
  {
4305
4305
  provide: DELAYABLE_TOKEN,
4306
4306
  useExisting: DelayableDirective,
4307
4307
  },
4308
4308
  ], exportAs: ["etDelayable"], ngImport: i0 }); }
4309
4309
  }
4310
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: DelayableDirective, decorators: [{
4310
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: DelayableDirective, decorators: [{
4311
4311
  type: Directive,
4312
4312
  args: [{
4313
4313
  selector: '[etDelayable]',
@@ -4328,15 +4328,15 @@ class IsActiveElementDirective {
4328
4328
  this.elementRef = inject(ElementRef);
4329
4329
  this.isActiveElement = false;
4330
4330
  }
4331
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: IsActiveElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4332
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.12", type: IsActiveElementDirective, isStandalone: true, selector: "[etIsActiveElement]", inputs: { isActiveElement: ["etIsActiveElement", "isActiveElement", booleanAttribute] }, providers: [
4331
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: IsActiveElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4332
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.0.3", type: IsActiveElementDirective, isStandalone: true, selector: "[etIsActiveElement]", inputs: { isActiveElement: ["etIsActiveElement", "isActiveElement", booleanAttribute] }, providers: [
4333
4333
  {
4334
4334
  provide: IS_ACTIVE_ELEMENT,
4335
4335
  useExisting: IsActiveElementDirective,
4336
4336
  },
4337
4337
  ], ngImport: i0 }); }
4338
4338
  }
4339
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: IsActiveElementDirective, decorators: [{
4339
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: IsActiveElementDirective, decorators: [{
4340
4340
  type: Directive,
4341
4341
  args: [{
4342
4342
  selector: '[etIsActiveElement]',
@@ -4359,15 +4359,15 @@ class IsElementDirective {
4359
4359
  this.elementRef = inject(ElementRef);
4360
4360
  this.isElement = false;
4361
4361
  }
4362
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: IsElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4363
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.12", type: IsElementDirective, isStandalone: true, selector: "[etIsElement]", inputs: { isElement: ["etIsElement", "isElement", booleanAttribute] }, providers: [
4362
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: IsElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4363
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.0.3", type: IsElementDirective, isStandalone: true, selector: "[etIsElement]", inputs: { isElement: ["etIsElement", "isElement", booleanAttribute] }, providers: [
4364
4364
  {
4365
4365
  provide: IS_ELEMENT,
4366
4366
  useExisting: IsElementDirective,
4367
4367
  },
4368
4368
  ], ngImport: i0 }); }
4369
4369
  }
4370
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: IsElementDirective, decorators: [{
4370
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: IsElementDirective, decorators: [{
4371
4371
  type: Directive,
4372
4372
  args: [{
4373
4373
  selector: '[etIsElement]',
@@ -4417,10 +4417,10 @@ class LetDirective {
4417
4417
  }
4418
4418
  }
4419
4419
  }
4420
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: LetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4421
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: LetDirective, isStandalone: true, selector: "[etLet]", inputs: { etLet: "etLet" }, ngImport: i0 }); }
4420
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: LetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4421
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.3", type: LetDirective, isStandalone: true, selector: "[etLet]", inputs: { etLet: "etLet" }, ngImport: i0 }); }
4422
4422
  }
4423
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: LetDirective, decorators: [{
4423
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: LetDirective, decorators: [{
4424
4424
  type: Directive,
4425
4425
  args: [{
4426
4426
  selector: '[etLet]',
@@ -4477,10 +4477,10 @@ class ObserveContentDirective {
4477
4477
  _unsubscribe() {
4478
4478
  this._currentSubscription?.unsubscribe();
4479
4479
  }
4480
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ObserveContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4481
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: ObserveContentDirective, isStandalone: true, selector: "[etObserveContent]", inputs: { disabled: ["etObserveContentDisabled", "disabled"], debounce: ["etObserveContentDebounce", "debounce"] }, outputs: { valueChange: "etObserveContent" }, exportAs: ["etObserveContent"], ngImport: i0 }); }
4480
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ObserveContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4481
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.3", type: ObserveContentDirective, isStandalone: true, selector: "[etObserveContent]", inputs: { disabled: ["etObserveContentDisabled", "disabled"], debounce: ["etObserveContentDebounce", "debounce"] }, outputs: { valueChange: "etObserveContent" }, exportAs: ["etObserveContent"], ngImport: i0 }); }
4482
4482
  }
4483
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ObserveContentDirective, decorators: [{
4483
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ObserveContentDirective, decorators: [{
4484
4484
  type: Directive,
4485
4485
  args: [{
4486
4486
  selector: '[etObserveContent]',
@@ -4545,10 +4545,10 @@ class ObserveResizeDirective {
4545
4545
  _unsubscribe() {
4546
4546
  this._currentSubscription?.unsubscribe();
4547
4547
  }
4548
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ObserveResizeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4549
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: ObserveResizeDirective, isStandalone: true, selector: "[etObserveResize]", inputs: { disabled: ["etObserveResizeDisabled", "disabled"], debounce: ["etObserveResizeDebounce", "debounce"] }, outputs: { valueChange: "etObserveResize" }, exportAs: ["etObserveResize"], ngImport: i0 }); }
4548
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ObserveResizeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4549
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.3", type: ObserveResizeDirective, isStandalone: true, selector: "[etObserveResize]", inputs: { disabled: ["etObserveResizeDisabled", "disabled"], debounce: ["etObserveResizeDebounce", "debounce"] }, outputs: { valueChange: "etObserveResize" }, exportAs: ["etObserveResize"], ngImport: i0 }); }
4550
4550
  }
4551
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ObserveResizeDirective, decorators: [{
4551
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ObserveResizeDirective, decorators: [{
4552
4552
  type: Directive,
4553
4553
  args: [{
4554
4554
  selector: '[etObserveResize]',
@@ -4573,10 +4573,10 @@ class ScrollObserverFirstElementDirective {
4573
4573
  constructor() {
4574
4574
  this.isFirstElement = false;
4575
4575
  }
4576
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ScrollObserverFirstElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4577
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.12", type: ScrollObserverFirstElementDirective, isStandalone: true, selector: "[etScrollObserverFirstElement]", inputs: { isFirstElement: ["etScrollObserverFirstElement", "isFirstElement", booleanAttribute] }, host: { properties: { "class.et-scroll-observer-first-element": "this.isFirstElement" } }, ngImport: i0 }); }
4576
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ScrollObserverFirstElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4577
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.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 }); }
4578
4578
  }
4579
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ScrollObserverFirstElementDirective, decorators: [{
4579
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ScrollObserverFirstElementDirective, decorators: [{
4580
4580
  type: Directive,
4581
4581
  args: [{
4582
4582
  selector: '[etScrollObserverFirstElement]',
@@ -4592,10 +4592,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImpo
4592
4592
 
4593
4593
  const SCROLL_OBSERVER_IGNORE_TARGET_CLASS = 'et-scroll-observer-ignore-target';
4594
4594
  class ScrollObserverIgnoreTargetDirective {
4595
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4596
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: ScrollObserverIgnoreTargetDirective, isStandalone: true, selector: "[etScrollObserverIgnoreTarget]", host: { classAttribute: "et-scroll-observer-ignore-target" }, ngImport: i0 }); }
4595
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4596
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.3", type: ScrollObserverIgnoreTargetDirective, isStandalone: true, selector: "[etScrollObserverIgnoreTarget]", host: { classAttribute: "et-scroll-observer-ignore-target" }, ngImport: i0 }); }
4597
4597
  }
4598
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, decorators: [{
4598
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, decorators: [{
4599
4599
  type: Directive,
4600
4600
  args: [{
4601
4601
  selector: '[etScrollObserverIgnoreTarget]',
@@ -4611,10 +4611,10 @@ class ScrollObserverLastElementDirective {
4611
4611
  constructor() {
4612
4612
  this.isLastElement = false;
4613
4613
  }
4614
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ScrollObserverLastElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4615
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.12", 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 }); }
4614
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ScrollObserverLastElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4615
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.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 }); }
4616
4616
  }
4617
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ScrollObserverLastElementDirective, decorators: [{
4617
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ScrollObserverLastElementDirective, decorators: [{
4618
4618
  type: Directive,
4619
4619
  args: [{
4620
4620
  selector: '[etScrollObserverLastElement]',
@@ -4771,15 +4771,15 @@ class ObserveScrollStateDirective {
4771
4771
  }
4772
4772
  return element;
4773
4773
  }
4774
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ObserveScrollStateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4775
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.12", type: ObserveScrollStateDirective, isStandalone: true, selector: "[etObserveScrollState]", inputs: { rootMargin: ["rootMargin", "rootMargin", numberAttribute], observerThreshold: "observerThreshold" }, outputs: { valueChange: "etObserveScrollState" }, providers: [
4774
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ObserveScrollStateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4775
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.0.3", type: ObserveScrollStateDirective, isStandalone: true, selector: "[etObserveScrollState]", inputs: { rootMargin: ["rootMargin", "rootMargin", numberAttribute], observerThreshold: "observerThreshold" }, outputs: { valueChange: "etObserveScrollState" }, providers: [
4776
4776
  {
4777
4777
  provide: OBSERVE_SCROLL_STATE,
4778
4778
  useExisting: ObserveScrollStateDirective,
4779
4779
  },
4780
4780
  ], exportAs: ["etObserveScrollState"], ngImport: i0 }); }
4781
4781
  }
4782
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ObserveScrollStateDirective, decorators: [{
4782
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ObserveScrollStateDirective, decorators: [{
4783
4783
  type: Directive,
4784
4784
  args: [{
4785
4785
  selector: '[etObserveScrollState]',
@@ -4849,15 +4849,15 @@ class ObserveVisibilityDirective {
4849
4849
  }))
4850
4850
  .subscribe();
4851
4851
  }
4852
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ObserveVisibilityDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4853
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: ObserveVisibilityDirective, isStandalone: true, selector: "[etObserveVisibility]", outputs: { etObserveVisibility: "etObserveVisibility" }, host: { classAttribute: "et-observe-visibility" }, providers: [
4852
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ObserveVisibilityDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4853
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.3", type: ObserveVisibilityDirective, isStandalone: true, selector: "[etObserveVisibility]", outputs: { etObserveVisibility: "etObserveVisibility" }, host: { classAttribute: "et-observe-visibility" }, providers: [
4854
4854
  {
4855
4855
  provide: OBSERVE_VISIBILITY_TOKEN,
4856
4856
  useExisting: ObserveVisibilityDirective,
4857
4857
  },
4858
4858
  ], ngImport: i0 }); }
4859
4859
  }
4860
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ObserveVisibilityDirective, decorators: [{
4860
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ObserveVisibilityDirective, decorators: [{
4861
4861
  type: Directive,
4862
4862
  args: [{
4863
4863
  selector: '[etObserveVisibility]',
@@ -4895,10 +4895,10 @@ class RepeatDirective {
4895
4895
  this._viewContainerRef.createEmbeddedView(this._mainTemplateRef);
4896
4896
  }
4897
4897
  }
4898
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: RepeatDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
4899
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: RepeatDirective, isStandalone: true, selector: "[etRepeat]", inputs: { repeatCount: ["etRepeat", "repeatCount"] }, ngImport: i0 }); }
4898
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: RepeatDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
4899
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.3", type: RepeatDirective, isStandalone: true, selector: "[etRepeat]", inputs: { repeatCount: ["etRepeat", "repeatCount"] }, ngImport: i0 }); }
4900
4900
  }
4901
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: RepeatDirective, decorators: [{
4901
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: RepeatDirective, decorators: [{
4902
4902
  type: Directive,
4903
4903
  args: [{
4904
4904
  selector: '[etRepeat]',
@@ -5067,10 +5067,10 @@ class SeoDirective {
5067
5067
  }
5068
5068
  }
5069
5069
  }
5070
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: SeoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5071
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: SeoDirective, isStandalone: true, providers: [{ provide: SEO_DIRECTIVE_TOKEN, useExisting: SeoDirective }], ngImport: i0 }); }
5070
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: SeoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5071
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.3", type: SeoDirective, isStandalone: true, providers: [{ provide: SEO_DIRECTIVE_TOKEN, useExisting: SeoDirective }], ngImport: i0 }); }
5072
5072
  }
5073
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: SeoDirective, decorators: [{
5073
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: SeoDirective, decorators: [{
5074
5074
  type: Directive,
5075
5075
  args: [{
5076
5076
  standalone: true,
@@ -5278,10 +5278,10 @@ class InferMimeTypePipe {
5278
5278
  constructor() {
5279
5279
  this.transform = inferMimeType;
5280
5280
  }
5281
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: InferMimeTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5282
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.12", ngImport: i0, type: InferMimeTypePipe, isStandalone: true, name: "inferMimeType" }); }
5281
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: InferMimeTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5282
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.3", ngImport: i0, type: InferMimeTypePipe, isStandalone: true, name: "inferMimeType" }); }
5283
5283
  }
5284
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: InferMimeTypePipe, decorators: [{
5284
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: InferMimeTypePipe, decorators: [{
5285
5285
  type: Pipe,
5286
5286
  args: [{
5287
5287
  name: 'inferMimeType',
@@ -5327,10 +5327,10 @@ class NormalizeGameResultTypePipe {
5327
5327
  constructor() {
5328
5328
  this.transform = normalizeGameResultType;
5329
5329
  }
5330
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: NormalizeGameResultTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5331
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.12", ngImport: i0, type: NormalizeGameResultTypePipe, isStandalone: true, name: "etNormalizeGameResultType" }); }
5330
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: NormalizeGameResultTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5331
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.3", ngImport: i0, type: NormalizeGameResultTypePipe, isStandalone: true, name: "etNormalizeGameResultType" }); }
5332
5332
  }
5333
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: NormalizeGameResultTypePipe, decorators: [{
5333
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: NormalizeGameResultTypePipe, decorators: [{
5334
5334
  type: Pipe,
5335
5335
  args: [{ name: 'etNormalizeGameResultType', standalone: true }]
5336
5336
  }] });
@@ -5358,10 +5358,10 @@ class NormalizeMatchStatePipe {
5358
5358
  constructor() {
5359
5359
  this.transform = normalizeMatchState;
5360
5360
  }
5361
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: NormalizeMatchStatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5362
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.12", ngImport: i0, type: NormalizeMatchStatePipe, isStandalone: true, name: "etNormalizeMatchState" }); }
5361
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: NormalizeMatchStatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5362
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.3", ngImport: i0, type: NormalizeMatchStatePipe, isStandalone: true, name: "etNormalizeMatchState" }); }
5363
5363
  }
5364
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: NormalizeMatchStatePipe, decorators: [{
5364
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: NormalizeMatchStatePipe, decorators: [{
5365
5365
  type: Pipe,
5366
5366
  args: [{ name: 'etNormalizeMatchState', standalone: true }]
5367
5367
  }] });
@@ -5416,10 +5416,10 @@ class NormalizeMatchParticipantsPipe {
5416
5416
  constructor() {
5417
5417
  this.transform = normalizeMatchParticipants;
5418
5418
  }
5419
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: NormalizeMatchParticipantsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5420
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.12", ngImport: i0, type: NormalizeMatchParticipantsPipe, isStandalone: true, name: "etNormalizeMatchParticipants" }); }
5419
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: NormalizeMatchParticipantsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5420
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.3", ngImport: i0, type: NormalizeMatchParticipantsPipe, isStandalone: true, name: "etNormalizeMatchParticipants" }); }
5421
5421
  }
5422
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: NormalizeMatchParticipantsPipe, decorators: [{
5422
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: NormalizeMatchParticipantsPipe, decorators: [{
5423
5423
  type: Pipe,
5424
5424
  args: [{ name: 'etNormalizeMatchParticipants', standalone: true }]
5425
5425
  }] });
@@ -5553,10 +5553,10 @@ class NormalizeMatchScorePipe {
5553
5553
  constructor() {
5554
5554
  this.transform = normalizeMatchScore;
5555
5555
  }
5556
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: NormalizeMatchScorePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5557
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.12", ngImport: i0, type: NormalizeMatchScorePipe, isStandalone: true, name: "etNormalizeMatchScore" }); }
5556
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: NormalizeMatchScorePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5557
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.3", ngImport: i0, type: NormalizeMatchScorePipe, isStandalone: true, name: "etNormalizeMatchScore" }); }
5558
5558
  }
5559
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: NormalizeMatchScorePipe, decorators: [{
5559
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: NormalizeMatchScorePipe, decorators: [{
5560
5560
  type: Pipe,
5561
5561
  args: [{ name: 'etNormalizeMatchScore', standalone: true }]
5562
5562
  }] });
@@ -5603,10 +5603,10 @@ class NormalizeMatchTypePipe {
5603
5603
  constructor() {
5604
5604
  this.transform = normalizeMatchType;
5605
5605
  }
5606
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: NormalizeMatchTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5607
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.12", ngImport: i0, type: NormalizeMatchTypePipe, isStandalone: true, name: "etNormalizeMatchType" }); }
5606
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: NormalizeMatchTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5607
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.3", ngImport: i0, type: NormalizeMatchTypePipe, isStandalone: true, name: "etNormalizeMatchType" }); }
5608
5608
  }
5609
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: NormalizeMatchTypePipe, decorators: [{
5609
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: NormalizeMatchTypePipe, decorators: [{
5610
5610
  type: Pipe,
5611
5611
  args: [{ name: 'etNormalizeMatchType', standalone: true }]
5612
5612
  }] });
@@ -5620,10 +5620,10 @@ class ToArrayPipe {
5620
5620
  constructor() {
5621
5621
  this.transform = toArray;
5622
5622
  }
5623
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ToArrayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5624
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.12", ngImport: i0, type: ToArrayPipe, isStandalone: true, name: "toArray" }); }
5623
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ToArrayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5624
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.3", ngImport: i0, type: ToArrayPipe, isStandalone: true, name: "toArray" }); }
5625
5625
  }
5626
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ToArrayPipe, decorators: [{
5626
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ToArrayPipe, decorators: [{
5627
5627
  type: Pipe,
5628
5628
  args: [{ name: 'toArray', standalone: true }]
5629
5629
  }] });
@@ -5812,7 +5812,7 @@ const createDependencyStash = (stash) => {
5812
5812
  runInInjectionContext(injector, () => {
5813
5813
  effect(() => {
5814
5814
  stash[data.for].set(data.signal());
5815
- }, { allowSignalWrites: true });
5815
+ });
5816
5816
  });
5817
5817
  };
5818
5818
  const provideValue = (data) => {
@@ -5845,10 +5845,10 @@ class PropsDirective {
5845
5845
  });
5846
5846
  });
5847
5847
  }
5848
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: PropsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5849
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.2.12", type: PropsDirective, isStandalone: true, selector: "[etProps]", inputs: { props: { classPropertyName: "props", publicName: "etProps", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 }); }
5848
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: PropsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5849
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.0.3", type: PropsDirective, isStandalone: true, selector: "[etProps]", inputs: { props: { classPropertyName: "props", publicName: "etProps", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 }); }
5850
5850
  }
5851
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: PropsDirective, decorators: [{
5851
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: PropsDirective, decorators: [{
5852
5852
  type: Directive,
5853
5853
  args: [{
5854
5854
  selector: '[etProps]',
@@ -5896,15 +5896,7 @@ const templateComputed = (templateSignal) => computed(() => {
5896
5896
  };
5897
5897
  });
5898
5898
 
5899
- var _a;
5900
5899
  class TypedQueryList extends QueryList {
5901
- constructor() {
5902
- super(...arguments);
5903
- this[_a] = () => {
5904
- return super[Symbol.iterator]();
5905
- };
5906
- }
5907
- static { _a = Symbol.iterator; }
5908
5900
  get changes() {
5909
5901
  return super.changes;
5910
5902
  }