@ethlete/core 4.15.0 → 4.16.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.
- package/CHANGELOG.md +10 -0
- package/esm2022/lib/components/structured-data/structured-data.component.mjs +3 -3
- package/esm2022/lib/directives/animatable/animatable.directive.mjs +3 -3
- package/esm2022/lib/directives/animated-if/animated-if.directive.mjs +3 -3
- package/esm2022/lib/directives/animated-lifecycle/animated-lifecycle.directive.mjs +3 -3
- package/esm2022/lib/directives/animated-overlay/animated-overlay.directive.mjs +3 -3
- package/esm2022/lib/directives/click-outside/click-outside.directive.mjs +3 -3
- package/esm2022/lib/directives/cursor-drag-scroll/cursor-drag-scroll.directive.mjs +3 -3
- package/esm2022/lib/directives/debug/debug.directive.mjs +3 -3
- package/esm2022/lib/directives/delayable/delayable.directive.mjs +3 -3
- package/esm2022/lib/directives/is-active-element/is-active-element.directive.mjs +3 -3
- package/esm2022/lib/directives/is-element/is-element.directive.mjs +3 -3
- package/esm2022/lib/directives/let/let.directive.mjs +3 -3
- package/esm2022/lib/directives/observe-content/observe-content.directive.mjs +3 -3
- package/esm2022/lib/directives/observe-resize/observe-resize.directive.mjs +3 -3
- package/esm2022/lib/directives/observe-scroll-state/observe-scroll-state.directive.mjs +3 -3
- package/esm2022/lib/directives/observe-visibility/observe-visibility.directive.mjs +3 -3
- package/esm2022/lib/directives/repeat/repeat.directive.mjs +3 -3
- package/esm2022/lib/directives/root-boundary/root-boundary.directive.mjs +3 -3
- package/esm2022/lib/directives/scroll-observer-first-element/scroll-observer-first-element.directive.mjs +3 -3
- package/esm2022/lib/directives/scroll-observer-ignore-target/scroll-observer-ignore-target.directive.mjs +3 -3
- package/esm2022/lib/directives/scroll-observer-last-element/scroll-observer-last-element.directive.mjs +3 -3
- package/esm2022/lib/directives/seo/seo.directive.mjs +3 -3
- package/esm2022/lib/pipes/infer-mime-type/infer-mime-type.pipe.mjs +3 -3
- package/esm2022/lib/pipes/normalize-game-result-type/normalize-game-result-type.pipe.mjs +3 -3
- package/esm2022/lib/pipes/normalize-match-participants/normalize-match-participants.pipe.mjs +3 -3
- package/esm2022/lib/pipes/normalize-match-score/normalize-match-score.pipe.mjs +3 -3
- package/esm2022/lib/pipes/normalize-match-state/normalize-match-state.pipe.mjs +3 -3
- package/esm2022/lib/pipes/normalize-match-type/normalize-match-type.pipe.mjs +3 -3
- package/esm2022/lib/pipes/to-array/to-array.pipe.mjs +3 -3
- package/esm2022/lib/props/props.directive.mjs +3 -3
- package/esm2022/lib/services/click-observer.service.mjs +6 -6
- package/esm2022/lib/services/content-observer.service.mjs +6 -6
- package/esm2022/lib/services/focus-visible.service.mjs +3 -3
- package/esm2022/lib/services/intersection-observer.service.mjs +6 -6
- package/esm2022/lib/services/resize-observer.service.mjs +6 -6
- package/esm2022/lib/services/router-state.service.mjs +3 -3
- package/esm2022/lib/services/viewport.service.mjs +3 -3
- package/esm2022/lib/utils/signal.utils.mjs +258 -72
- package/fesm2022/ethlete-core.mjs +379 -194
- package/fesm2022/ethlete-core.mjs.map +1 -1
- package/lib/utils/signal.utils.d.ts +20 -3
- package/package.json +6 -6
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { inject, Component, ChangeDetectionStrategy, ViewEncapsulation, Input, HostBinding, InjectionToken, assertInInjectionContext, DestroyRef, ElementRef, TemplateRef, Injectable, isSignal, signal, QueryList, Injector, effect, untracked, runInInjectionContext, afterNextRender, Renderer2, RendererStyleFlags2, NgZone, isDevMode,
|
|
2
|
+
import { inject, Component, ChangeDetectionStrategy, ViewEncapsulation, Input, HostBinding, InjectionToken, assertInInjectionContext, DestroyRef, ElementRef, TemplateRef, Injectable, isSignal, signal, QueryList, computed, Injector, effect, untracked, runInInjectionContext, afterNextRender, Renderer2, RendererStyleFlags2, NgZone, isDevMode, Directive, model, EventEmitter, booleanAttribute, numberAttribute, Output, ViewContainerRef, Pipe, AfterRenderPhase, input } from '@angular/core';
|
|
3
3
|
import { DomSanitizer, Meta, Title } from '@angular/platform-browser';
|
|
4
4
|
import { Subject, BehaviorSubject, takeUntil, switchMap, of, tap, map, startWith, Observable, combineLatest, timer, distinctUntilChanged, shareReplay, filter, take, fromEvent, pairwise, debounceTime, finalize, merge, skip, takeWhile } from 'rxjs';
|
|
5
5
|
import { END, HOME, PAGE_DOWN, PAGE_UP, UP_ARROW, DOWN_ARROW } from '@angular/cdk/keycodes';
|
|
@@ -29,10 +29,10 @@ class StructuredDataComponent {
|
|
|
29
29
|
const html = `<script type="application/ld+json">${json}</script>`;
|
|
30
30
|
return this._sanitizer.bypassSecurityTrustHtml(html);
|
|
31
31
|
}
|
|
32
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
33
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
32
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: StructuredDataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
33
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.7", type: StructuredDataComponent, isStandalone: true, selector: "et-structured-data", inputs: { data: "data" }, host: { properties: { "innerHTML": "this.jsonLD" }, styleAttribute: "display: none" }, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
34
34
|
}
|
|
35
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
35
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: StructuredDataComponent, decorators: [{
|
|
36
36
|
type: Component,
|
|
37
37
|
args: [{
|
|
38
38
|
selector: 'et-structured-data',
|
|
@@ -1515,10 +1515,10 @@ class ClickObserverFactory {
|
|
|
1515
1515
|
create() {
|
|
1516
1516
|
return fromEvent(document, 'click');
|
|
1517
1517
|
}
|
|
1518
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1519
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
1518
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ClickObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1519
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ClickObserverFactory, providedIn: 'root' }); }
|
|
1520
1520
|
}
|
|
1521
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1521
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ClickObserverFactory, decorators: [{
|
|
1522
1522
|
type: Injectable,
|
|
1523
1523
|
args: [{ providedIn: 'root' }]
|
|
1524
1524
|
}] });
|
|
@@ -1571,10 +1571,10 @@ class ClickObserverService {
|
|
|
1571
1571
|
this._observedElements.delete(element);
|
|
1572
1572
|
}
|
|
1573
1573
|
}
|
|
1574
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1575
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
1574
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ClickObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1575
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ClickObserverService, providedIn: 'root' }); }
|
|
1576
1576
|
}
|
|
1577
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1577
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ClickObserverService, decorators: [{
|
|
1578
1578
|
type: Injectable,
|
|
1579
1579
|
args: [{ providedIn: 'root' }]
|
|
1580
1580
|
}] });
|
|
@@ -1584,10 +1584,10 @@ class MutationObserverFactory {
|
|
|
1584
1584
|
create(callback) {
|
|
1585
1585
|
return typeof MutationObserver === 'undefined' ? null : new MutationObserver(callback);
|
|
1586
1586
|
}
|
|
1587
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1588
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
1587
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: MutationObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1588
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: MutationObserverFactory, providedIn: 'root' }); }
|
|
1589
1589
|
}
|
|
1590
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1590
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: MutationObserverFactory, decorators: [{
|
|
1591
1591
|
type: Injectable,
|
|
1592
1592
|
args: [{ providedIn: 'root' }]
|
|
1593
1593
|
}] });
|
|
@@ -1646,10 +1646,10 @@ class ContentObserverService {
|
|
|
1646
1646
|
this._observedElements.delete(element);
|
|
1647
1647
|
}
|
|
1648
1648
|
}
|
|
1649
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1650
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
1649
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ContentObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1650
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ContentObserverService, providedIn: 'root' }); }
|
|
1651
1651
|
}
|
|
1652
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1652
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ContentObserverService, decorators: [{
|
|
1653
1653
|
type: Injectable,
|
|
1654
1654
|
args: [{ providedIn: 'root' }]
|
|
1655
1655
|
}] });
|
|
@@ -1675,10 +1675,10 @@ class FocusVisibleService {
|
|
|
1675
1675
|
onPointerDown() {
|
|
1676
1676
|
this._hadKeyboardEvent = false;
|
|
1677
1677
|
}
|
|
1678
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1679
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
1678
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: FocusVisibleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1679
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: FocusVisibleService, providedIn: 'root' }); }
|
|
1680
1680
|
}
|
|
1681
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1681
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: FocusVisibleService, decorators: [{
|
|
1682
1682
|
type: Injectable,
|
|
1683
1683
|
args: [{
|
|
1684
1684
|
providedIn: 'root',
|
|
@@ -1690,10 +1690,10 @@ class IntersectionObserverFactory {
|
|
|
1690
1690
|
create(callback) {
|
|
1691
1691
|
return typeof IntersectionObserver === 'undefined' ? null : new IntersectionObserver(callback);
|
|
1692
1692
|
}
|
|
1693
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1694
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
1693
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: IntersectionObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1694
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: IntersectionObserverFactory, providedIn: 'root' }); }
|
|
1695
1695
|
}
|
|
1696
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1696
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: IntersectionObserverFactory, decorators: [{
|
|
1697
1697
|
type: Injectable,
|
|
1698
1698
|
args: [{ providedIn: 'root' }]
|
|
1699
1699
|
}] });
|
|
@@ -1748,10 +1748,10 @@ class IntersectionObserverService {
|
|
|
1748
1748
|
this._observedElements.delete(element);
|
|
1749
1749
|
}
|
|
1750
1750
|
}
|
|
1751
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1752
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
1751
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: IntersectionObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1752
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: IntersectionObserverService, providedIn: 'root' }); }
|
|
1753
1753
|
}
|
|
1754
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1754
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: IntersectionObserverService, decorators: [{
|
|
1755
1755
|
type: Injectable,
|
|
1756
1756
|
args: [{ providedIn: 'root' }]
|
|
1757
1757
|
}] });
|
|
@@ -1761,10 +1761,10 @@ class ResizeObserverFactory {
|
|
|
1761
1761
|
create(callback) {
|
|
1762
1762
|
return typeof ResizeObserver === 'undefined' ? null : new ResizeObserver(callback);
|
|
1763
1763
|
}
|
|
1764
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1765
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
1764
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ResizeObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1765
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ResizeObserverFactory, providedIn: 'root' }); }
|
|
1766
1766
|
}
|
|
1767
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1767
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ResizeObserverFactory, decorators: [{
|
|
1768
1768
|
type: Injectable,
|
|
1769
1769
|
args: [{ providedIn: 'root' }]
|
|
1770
1770
|
}] });
|
|
@@ -1819,10 +1819,10 @@ class ResizeObserverService {
|
|
|
1819
1819
|
this._observedElements.delete(element);
|
|
1820
1820
|
}
|
|
1821
1821
|
}
|
|
1822
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1823
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
1822
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ResizeObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1823
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ResizeObserverService, providedIn: 'root' }); }
|
|
1824
1824
|
}
|
|
1825
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1825
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ResizeObserverService, decorators: [{
|
|
1826
1826
|
type: Injectable,
|
|
1827
1827
|
args: [{ providedIn: 'root' }]
|
|
1828
1828
|
}] });
|
|
@@ -2017,10 +2017,10 @@ class RouterStateService {
|
|
|
2017
2017
|
fragment,
|
|
2018
2018
|
};
|
|
2019
2019
|
}
|
|
2020
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2021
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
2020
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: RouterStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2021
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: RouterStateService, providedIn: 'root' }); }
|
|
2022
2022
|
}
|
|
2023
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2023
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: RouterStateService, decorators: [{
|
|
2024
2024
|
type: Injectable,
|
|
2025
2025
|
args: [{
|
|
2026
2026
|
providedIn: 'root',
|
|
@@ -2236,8 +2236,8 @@ class ViewportService {
|
|
|
2236
2236
|
}
|
|
2237
2237
|
return 'xs';
|
|
2238
2238
|
}
|
|
2239
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2240
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
2239
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ViewportService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2240
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ViewportService, providedIn: 'root' }); }
|
|
2241
2241
|
}
|
|
2242
2242
|
__decorate([
|
|
2243
2243
|
Memo(),
|
|
@@ -2255,7 +2255,7 @@ __decorate([
|
|
|
2255
2255
|
__metadata("design:paramtypes", [Object]),
|
|
2256
2256
|
__metadata("design:returntype", void 0)
|
|
2257
2257
|
], ViewportService.prototype, "_buildMediaQuery", null);
|
|
2258
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2258
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ViewportService, decorators: [{
|
|
2259
2259
|
type: Injectable,
|
|
2260
2260
|
args: [{
|
|
2261
2261
|
providedIn: 'root',
|
|
@@ -2307,12 +2307,31 @@ const buildElementSignal = (el) => {
|
|
|
2307
2307
|
else {
|
|
2308
2308
|
mElSignal = signal([coerceElement(el)]);
|
|
2309
2309
|
}
|
|
2310
|
-
|
|
2310
|
+
const elSig = toSignal(toObservable(mElSignal).pipe(startWith(null), pairwise(), map(([previousElements, currentElements]) => ({
|
|
2311
2311
|
previousElements: previousElements ?? [],
|
|
2312
2312
|
currentElements: currentElements ?? [],
|
|
2313
2313
|
currentElement: currentElements?.[0] ?? null,
|
|
2314
2314
|
previousElement: previousElements?.[0] ?? null,
|
|
2315
2315
|
}))), { initialValue: { currentElement: null, previousElement: null, previousElements: [], currentElements: [] } });
|
|
2316
|
+
return computed(() => elSig(), {
|
|
2317
|
+
equal: (a, b) => a.currentElement === b.currentElement &&
|
|
2318
|
+
a.previousElement === b.previousElement &&
|
|
2319
|
+
a.currentElements.length === b.currentElements.length &&
|
|
2320
|
+
a.currentElements.every((v, i) => v === b.currentElements[i]) &&
|
|
2321
|
+
a.previousElements.length === b.previousElements.length &&
|
|
2322
|
+
a.previousElements.every((v, i) => v === b.previousElements[i]),
|
|
2323
|
+
});
|
|
2324
|
+
};
|
|
2325
|
+
const firstElementSignal = (el) => {
|
|
2326
|
+
return computed(() => {
|
|
2327
|
+
const current = el();
|
|
2328
|
+
if (current.currentElements.length > 1) {
|
|
2329
|
+
console.warn('More than one element is bound to the signal. Only the first element will be used.', current.currentElements);
|
|
2330
|
+
}
|
|
2331
|
+
const curr = current.currentElements[0] ?? null;
|
|
2332
|
+
const prev = current.previousElements[0] ?? null;
|
|
2333
|
+
return { currentElement: curr, previousElement: prev };
|
|
2334
|
+
}, { equal: (a, b) => a.currentElement === b.currentElement && a.previousElement === b.previousElement });
|
|
2316
2335
|
};
|
|
2317
2336
|
const buildSignalEffects = (el, config) => {
|
|
2318
2337
|
const elements = buildElementSignal(el);
|
|
@@ -2533,7 +2552,7 @@ const signalHostElementMutations = (options) => signalElementMutations(inject(El
|
|
|
2533
2552
|
const signalElementScrollState = (el, options) => {
|
|
2534
2553
|
const elements = buildElementSignal(el);
|
|
2535
2554
|
const elementDimensions = signalElementDimensions(elements);
|
|
2536
|
-
const elementMutations = signalElementMutations(elements, { childList: true, subtree: true });
|
|
2555
|
+
const elementMutations = signalElementMutations(elements, { childList: true, subtree: true, attributes: true });
|
|
2537
2556
|
const isRendered = signalIsRendered();
|
|
2538
2557
|
const initialScrollPosition = options?.initialScrollPosition;
|
|
2539
2558
|
if (initialScrollPosition) {
|
|
@@ -2585,86 +2604,103 @@ const signalHostElementScrollState = () => signalElementScrollState(inject(Eleme
|
|
|
2585
2604
|
const signalElementIntersection = (el, options) => {
|
|
2586
2605
|
const destroyRef = inject(DestroyRef);
|
|
2587
2606
|
const elements = buildElementSignal(el);
|
|
2588
|
-
const root = options?.root ? buildElementSignal(options?.root) : documentElementSignal();
|
|
2607
|
+
const root = firstElementSignal(options?.root ? buildElementSignal(options?.root) : documentElementSignal());
|
|
2589
2608
|
const zone = inject(NgZone);
|
|
2590
2609
|
const isRendered = signalIsRendered();
|
|
2591
2610
|
const isEnabled = options?.enabled ?? signal(true);
|
|
2592
2611
|
const elementIntersectionSignal = signal([]);
|
|
2593
2612
|
const observer = signal(null);
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
const
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
];
|
|
2609
|
-
}
|
|
2610
|
-
else {
|
|
2611
|
-
currentValues = [...currentValues, entry];
|
|
2612
|
-
}
|
|
2613
|
+
const currentlyObservedElements = new Set();
|
|
2614
|
+
const updateIntersections = (entries) => {
|
|
2615
|
+
let currentValues = [...elementIntersectionSignal()];
|
|
2616
|
+
for (const entry of entries) {
|
|
2617
|
+
const existingEntryIndex = currentValues.findIndex((v) => v.target === entry.target);
|
|
2618
|
+
if (existingEntryIndex !== -1) {
|
|
2619
|
+
currentValues = [
|
|
2620
|
+
...currentValues.slice(0, existingEntryIndex),
|
|
2621
|
+
entry,
|
|
2622
|
+
...currentValues.slice(existingEntryIndex + 1),
|
|
2623
|
+
];
|
|
2624
|
+
}
|
|
2625
|
+
else {
|
|
2626
|
+
currentValues = [...currentValues, entry];
|
|
2613
2627
|
}
|
|
2614
|
-
|
|
2615
|
-
|
|
2628
|
+
}
|
|
2629
|
+
zone.run(() => elementIntersectionSignal.set(currentValues));
|
|
2630
|
+
};
|
|
2631
|
+
const updateIntersectionObserver = (rendered, enabled, rootEl) => {
|
|
2632
|
+
observer()?.disconnect();
|
|
2633
|
+
currentlyObservedElements.clear();
|
|
2634
|
+
if (!rendered || !enabled || !rootEl) {
|
|
2635
|
+
observer.set(null);
|
|
2636
|
+
return;
|
|
2637
|
+
}
|
|
2638
|
+
const newObserver = new IntersectionObserver((entries) => updateIntersections(entries), {
|
|
2639
|
+
...options,
|
|
2640
|
+
root: rootEl,
|
|
2641
|
+
});
|
|
2616
2642
|
observer.set(newObserver);
|
|
2617
|
-
}
|
|
2618
|
-
|
|
2619
|
-
const
|
|
2620
|
-
const
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
const
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
container: rootEl,
|
|
2643
|
+
};
|
|
2644
|
+
const updateObservedElements = (observer, elements) => {
|
|
2645
|
+
const rootEl = root().currentElement;
|
|
2646
|
+
const rootBounds = rootEl?.getBoundingClientRect();
|
|
2647
|
+
if (!observer || !rootEl)
|
|
2648
|
+
return;
|
|
2649
|
+
const newIntersectionValue = [...elementIntersectionSignal()];
|
|
2650
|
+
for (const el of elements.currentElements) {
|
|
2651
|
+
if (currentlyObservedElements.has(el))
|
|
2652
|
+
continue;
|
|
2653
|
+
const initialElementVisibility = isElementVisible({
|
|
2654
|
+
container: rootEl,
|
|
2655
|
+
element: el,
|
|
2656
|
+
});
|
|
2657
|
+
if (!initialElementVisibility) {
|
|
2658
|
+
console.error('No visibility data found for element.', {
|
|
2634
2659
|
element: el,
|
|
2660
|
+
container: rootEl,
|
|
2635
2661
|
});
|
|
2636
|
-
|
|
2637
|
-
console.error('No visibility data found for element.', {
|
|
2638
|
-
element: el,
|
|
2639
|
-
container: rootEl,
|
|
2640
|
-
});
|
|
2641
|
-
return null;
|
|
2642
|
-
}
|
|
2643
|
-
const inlineIntersectionRatio = visibility.inlineIntersection / 100;
|
|
2644
|
-
const blockIntersectionRatio = visibility.blockIntersection / 100;
|
|
2645
|
-
const isIntersecting = inlineIntersectionRatio > 0 && blockIntersectionRatio > 0;
|
|
2646
|
-
const intersectionRatio = Math.min(inlineIntersectionRatio, blockIntersectionRatio);
|
|
2647
|
-
const elBounds = el.getBoundingClientRect();
|
|
2648
|
-
const intersectionEntry = {
|
|
2649
|
-
boundingClientRect: elBounds,
|
|
2650
|
-
intersectionRatio,
|
|
2651
|
-
intersectionRect: elBounds,
|
|
2652
|
-
isIntersecting,
|
|
2653
|
-
rootBounds: rootBounds ?? null,
|
|
2654
|
-
target: el,
|
|
2655
|
-
time: performance.now(),
|
|
2656
|
-
};
|
|
2657
|
-
return intersectionEntry;
|
|
2658
|
-
})
|
|
2659
|
-
.filter((e) => e !== null);
|
|
2660
|
-
elementIntersectionSignal.set(entries);
|
|
2661
|
-
for (const el of els.currentElements) {
|
|
2662
|
-
obs?.observe(el);
|
|
2662
|
+
continue;
|
|
2663
2663
|
}
|
|
2664
|
+
const inlineIntersectionRatio = initialElementVisibility.inlineIntersection / 100;
|
|
2665
|
+
const blockIntersectionRatio = initialElementVisibility.blockIntersection / 100;
|
|
2666
|
+
const isIntersecting = inlineIntersectionRatio > 0 && blockIntersectionRatio > 0;
|
|
2667
|
+
const intersectionRatio = Math.min(inlineIntersectionRatio, blockIntersectionRatio);
|
|
2668
|
+
const elBounds = el.getBoundingClientRect();
|
|
2669
|
+
const intersectionEntry = {
|
|
2670
|
+
boundingClientRect: elBounds,
|
|
2671
|
+
intersectionRatio,
|
|
2672
|
+
intersectionRect: elBounds,
|
|
2673
|
+
isIntersecting,
|
|
2674
|
+
rootBounds: rootBounds ?? null,
|
|
2675
|
+
target: el,
|
|
2676
|
+
time: performance.now(),
|
|
2677
|
+
};
|
|
2678
|
+
newIntersectionValue.push(intersectionEntry);
|
|
2679
|
+
currentlyObservedElements.add(el);
|
|
2680
|
+
observer.observe(el);
|
|
2664
2681
|
}
|
|
2682
|
+
for (const el of elements.previousElements) {
|
|
2683
|
+
if (elements.currentElements.includes(el))
|
|
2684
|
+
continue;
|
|
2685
|
+
observer.unobserve(el);
|
|
2686
|
+
currentlyObservedElements.delete(el);
|
|
2687
|
+
newIntersectionValue.splice(newIntersectionValue.findIndex((v) => v.target === el), 1);
|
|
2688
|
+
}
|
|
2689
|
+
elementIntersectionSignal.set(newIntersectionValue);
|
|
2690
|
+
};
|
|
2691
|
+
effect(() => {
|
|
2692
|
+
const rootEl = root().currentElement;
|
|
2693
|
+
const rendered = isRendered();
|
|
2694
|
+
const enabled = isEnabled();
|
|
2695
|
+
untracked(() => updateIntersectionObserver(rendered, enabled, rootEl));
|
|
2665
2696
|
}, { allowSignalWrites: true });
|
|
2697
|
+
effect(() => {
|
|
2698
|
+
const els = elements();
|
|
2699
|
+
const obs = observer();
|
|
2700
|
+
untracked(() => updateObservedElements(obs, els));
|
|
2701
|
+
});
|
|
2666
2702
|
destroyRef.onDestroy(() => observer()?.disconnect());
|
|
2667
|
-
return elementIntersectionSignal;
|
|
2703
|
+
return elementIntersectionSignal.asReadonly();
|
|
2668
2704
|
};
|
|
2669
2705
|
const signalHostElementIntersection = (options) => signalElementIntersection(inject(ElementRef), options);
|
|
2670
2706
|
const signalElementChildren = (el) => {
|
|
@@ -2813,6 +2849,155 @@ const createCanAnimateSignal = () => {
|
|
|
2813
2849
|
state: value,
|
|
2814
2850
|
};
|
|
2815
2851
|
};
|
|
2852
|
+
const maybeSignalValue = (value) => {
|
|
2853
|
+
if (isSignal(value)) {
|
|
2854
|
+
return value();
|
|
2855
|
+
}
|
|
2856
|
+
return value;
|
|
2857
|
+
};
|
|
2858
|
+
/** The deadzone in pixels after which the cursor drag scroll will take effect. */
|
|
2859
|
+
const CURSOR_DRAG_SCROLL_DEADZONE = 5;
|
|
2860
|
+
/** The class that is added to the element when the cursor is being dragged. */
|
|
2861
|
+
const CURSOR_DRAG_SCROLLING_CLASS$1 = 'et-cursor-drag-scroll--scrolling';
|
|
2862
|
+
/** A function to apply cursor drag scroll behavior to an element. */
|
|
2863
|
+
const useCursorDragScroll = (el, options) => {
|
|
2864
|
+
const elements = buildElementSignal(el);
|
|
2865
|
+
const element = firstElementSignal(elements);
|
|
2866
|
+
const destroyRef = inject(DestroyRef);
|
|
2867
|
+
const { enabled = signal(true), allowedDirection = 'both' } = options ?? {};
|
|
2868
|
+
const scrollState = signalElementScrollState(elements);
|
|
2869
|
+
const renderer = inject(Renderer2);
|
|
2870
|
+
const isDragging = signal(false);
|
|
2871
|
+
const initialDragPosition = signal({ x: 0, y: 0 });
|
|
2872
|
+
const initialScrollPosition = signal({ x: 0, y: 0 });
|
|
2873
|
+
const dragAmount = signal({ x: 0, y: 0 });
|
|
2874
|
+
const document = inject(DOCUMENT);
|
|
2875
|
+
const canScroll = computed(() => {
|
|
2876
|
+
const currentScrollState = scrollState();
|
|
2877
|
+
const direction = maybeSignalValue(allowedDirection);
|
|
2878
|
+
switch (direction) {
|
|
2879
|
+
case 'both':
|
|
2880
|
+
return currentScrollState.canScrollHorizontally || currentScrollState.canScrollVertically;
|
|
2881
|
+
case 'horizontal':
|
|
2882
|
+
return currentScrollState.canScrollHorizontally;
|
|
2883
|
+
case 'vertical':
|
|
2884
|
+
return currentScrollState.canScrollVertically;
|
|
2885
|
+
}
|
|
2886
|
+
});
|
|
2887
|
+
// Cleanup if the element the cursor drag scroll is bound to gets changed
|
|
2888
|
+
effect(() => {
|
|
2889
|
+
const { previousElement } = element();
|
|
2890
|
+
if (previousElement) {
|
|
2891
|
+
renderer.removeStyle(previousElement, 'cursor');
|
|
2892
|
+
}
|
|
2893
|
+
});
|
|
2894
|
+
// Conditionally apply styles/classes to the element and the document
|
|
2895
|
+
effect(() => {
|
|
2896
|
+
const currCanScroll = canScroll();
|
|
2897
|
+
const isEnabled = enabled();
|
|
2898
|
+
const currIsDragging = isDragging();
|
|
2899
|
+
untracked(() => {
|
|
2900
|
+
const el = element().currentElement;
|
|
2901
|
+
if (!el)
|
|
2902
|
+
return;
|
|
2903
|
+
if (!currCanScroll || !isEnabled) {
|
|
2904
|
+
renderer.removeStyle(el, 'cursor');
|
|
2905
|
+
renderer.removeStyle(el, 'scrollSnapType');
|
|
2906
|
+
renderer.removeStyle(el, 'scrollBehavior');
|
|
2907
|
+
renderer.removeClass(el, CURSOR_DRAG_SCROLLING_CLASS$1);
|
|
2908
|
+
renderer.removeStyle(document.documentElement, 'cursor');
|
|
2909
|
+
return;
|
|
2910
|
+
}
|
|
2911
|
+
if (currIsDragging) {
|
|
2912
|
+
renderer.setStyle(el, 'cursor', 'grabbing');
|
|
2913
|
+
renderer.setStyle(el, 'scrollSnapType', 'none');
|
|
2914
|
+
renderer.setStyle(el, 'scrollBehavior', 'unset');
|
|
2915
|
+
renderer.addClass(el, CURSOR_DRAG_SCROLLING_CLASS$1);
|
|
2916
|
+
renderer.setStyle(document.documentElement, 'cursor', 'grabbing');
|
|
2917
|
+
}
|
|
2918
|
+
else {
|
|
2919
|
+
renderer.setStyle(el, 'cursor', 'grab');
|
|
2920
|
+
renderer.removeStyle(el, 'scrollSnapType');
|
|
2921
|
+
renderer.removeStyle(el, 'scrollBehavior');
|
|
2922
|
+
renderer.removeClass(el, CURSOR_DRAG_SCROLLING_CLASS$1);
|
|
2923
|
+
renderer.removeStyle(document.documentElement, 'cursor');
|
|
2924
|
+
}
|
|
2925
|
+
});
|
|
2926
|
+
});
|
|
2927
|
+
// Update the element's scroll position when the user drags
|
|
2928
|
+
effect(() => {
|
|
2929
|
+
const currDragAmount = dragAmount();
|
|
2930
|
+
untracked(() => {
|
|
2931
|
+
const currIsDragging = isDragging();
|
|
2932
|
+
const el = element().currentElement;
|
|
2933
|
+
const { x: dragX, y: dragY } = currDragAmount;
|
|
2934
|
+
const { x: scrollX, y: scrollY } = initialScrollPosition();
|
|
2935
|
+
const currAllowedDirection = maybeSignalValue(allowedDirection);
|
|
2936
|
+
if (!el || !currIsDragging)
|
|
2937
|
+
return;
|
|
2938
|
+
switch (currAllowedDirection) {
|
|
2939
|
+
case 'both':
|
|
2940
|
+
el.scroll({
|
|
2941
|
+
top: dragY + scrollY,
|
|
2942
|
+
left: dragX + scrollX,
|
|
2943
|
+
behavior: 'instant',
|
|
2944
|
+
});
|
|
2945
|
+
break;
|
|
2946
|
+
case 'horizontal':
|
|
2947
|
+
el.scroll({
|
|
2948
|
+
left: dragX + scrollX,
|
|
2949
|
+
behavior: 'instant',
|
|
2950
|
+
});
|
|
2951
|
+
break;
|
|
2952
|
+
case 'vertical':
|
|
2953
|
+
el.scroll({
|
|
2954
|
+
top: dragY + scrollY,
|
|
2955
|
+
behavior: 'instant',
|
|
2956
|
+
});
|
|
2957
|
+
break;
|
|
2958
|
+
}
|
|
2959
|
+
});
|
|
2960
|
+
});
|
|
2961
|
+
const updateDragging = (e) => {
|
|
2962
|
+
const el = element().currentElement;
|
|
2963
|
+
if (!el)
|
|
2964
|
+
return;
|
|
2965
|
+
const dx = (e.clientX - initialDragPosition().x) * -1;
|
|
2966
|
+
const dy = (e.clientY - initialDragPosition().y) * -1;
|
|
2967
|
+
dragAmount.set({ x: dx, y: dy });
|
|
2968
|
+
if (Math.abs(dx) > CURSOR_DRAG_SCROLL_DEADZONE || Math.abs(dy) > CURSOR_DRAG_SCROLL_DEADZONE) {
|
|
2969
|
+
isDragging.set(true);
|
|
2970
|
+
}
|
|
2971
|
+
};
|
|
2972
|
+
const updateDraggingEnd = () => {
|
|
2973
|
+
isDragging.set(false);
|
|
2974
|
+
initialDragPosition.set({ x: 0, y: 0 });
|
|
2975
|
+
initialScrollPosition.set({ x: 0, y: 0 });
|
|
2976
|
+
dragAmount.set({ x: 0, y: 0 });
|
|
2977
|
+
};
|
|
2978
|
+
const setupDragging = (e) => {
|
|
2979
|
+
const mouseUp = fromEvent(document, 'mouseup');
|
|
2980
|
+
const mouseMove = fromEvent(document, 'mousemove');
|
|
2981
|
+
const el = element().currentElement;
|
|
2982
|
+
if (!el)
|
|
2983
|
+
return;
|
|
2984
|
+
mouseMove
|
|
2985
|
+
.pipe(takeUntilDestroyed(destroyRef), takeUntil(mouseUp), tap((e) => updateDragging(e)))
|
|
2986
|
+
.subscribe();
|
|
2987
|
+
mouseUp
|
|
2988
|
+
.pipe(take(1), takeUntilDestroyed(destroyRef), tap(() => updateDraggingEnd()))
|
|
2989
|
+
.subscribe();
|
|
2990
|
+
initialDragPosition.set({ x: e.clientX, y: e.clientY });
|
|
2991
|
+
initialScrollPosition.set({ x: el.scrollLeft, y: el.scrollTop });
|
|
2992
|
+
};
|
|
2993
|
+
toObservable(element)
|
|
2994
|
+
.pipe(map((e) => e?.currentElement), switchMap((el) => (el ? fromEvent(el, 'mousedown') : of(null))), filter((e) => !!e), filter(() => enabled()), tap((e) => setupDragging(e)), takeUntilDestroyed())
|
|
2995
|
+
.subscribe();
|
|
2996
|
+
return {
|
|
2997
|
+
isDragging: isDragging.asReadonly(),
|
|
2998
|
+
currentDragAmount: dragAmount.asReadonly(),
|
|
2999
|
+
};
|
|
3000
|
+
};
|
|
2816
3001
|
|
|
2817
3002
|
const scrollBehaviorSupported = supportsScrollBehavior();
|
|
2818
3003
|
let _uniqueIdCounter = 0;
|
|
@@ -3014,15 +3199,15 @@ class AnimatableDirective {
|
|
|
3014
3199
|
.subscribe();
|
|
3015
3200
|
}
|
|
3016
3201
|
}
|
|
3017
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3018
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
3202
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimatableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3203
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: AnimatableDirective, isStandalone: true, selector: "[etAnimatable]", inputs: { animatedElement: ["etAnimatable", "animatedElement"] }, providers: [
|
|
3019
3204
|
{
|
|
3020
3205
|
provide: ANIMATABLE_TOKEN,
|
|
3021
3206
|
useExisting: AnimatableDirective,
|
|
3022
3207
|
},
|
|
3023
3208
|
], exportAs: ["etAnimatable"], ngImport: i0 }); }
|
|
3024
3209
|
}
|
|
3025
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3210
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimatableDirective, decorators: [{
|
|
3026
3211
|
type: Directive,
|
|
3027
3212
|
args: [{
|
|
3028
3213
|
selector: '[etAnimatable]',
|
|
@@ -3145,15 +3330,15 @@ class AnimatedLifecycleDirective {
|
|
|
3145
3330
|
_forceState(state) {
|
|
3146
3331
|
this._state$.next(state);
|
|
3147
3332
|
}
|
|
3148
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3149
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "17.3.
|
|
3333
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimatedLifecycleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3334
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "17.3.7", type: AnimatedLifecycleDirective, isStandalone: true, selector: "[etAnimatedLifecycle]", inputs: { skipNextEnter: { classPropertyName: "skipNextEnter", publicName: "skipNextEnter", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { stateChange: "stateChange", skipNextEnter: "skipNextEnterChange" }, providers: [
|
|
3150
3335
|
{
|
|
3151
3336
|
provide: ANIMATED_LIFECYCLE_TOKEN,
|
|
3152
3337
|
useExisting: AnimatedLifecycleDirective,
|
|
3153
3338
|
},
|
|
3154
3339
|
], exportAs: ["etAnimatedLifecycle"], hostDirectives: [{ directive: AnimatableDirective }], ngImport: i0 }); }
|
|
3155
3340
|
}
|
|
3156
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3341
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimatedLifecycleDirective, decorators: [{
|
|
3157
3342
|
type: Directive,
|
|
3158
3343
|
args: [{
|
|
3159
3344
|
selector: '[etAnimatedLifecycle]',
|
|
@@ -3190,15 +3375,15 @@ class AnimatedIfDirective {
|
|
|
3190
3375
|
.subscribe();
|
|
3191
3376
|
}
|
|
3192
3377
|
}
|
|
3193
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3194
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
3378
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimatedIfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3379
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: AnimatedIfDirective, isStandalone: true, selector: "[etAnimatedIf]", inputs: { shouldRender: ["etAnimatedIf", "shouldRender"] }, providers: [
|
|
3195
3380
|
{
|
|
3196
3381
|
provide: ANIMATED_IF_TOKEN,
|
|
3197
3382
|
useExisting: AnimatedIfDirective,
|
|
3198
3383
|
},
|
|
3199
3384
|
], hostDirectives: [{ directive: i1.NgIf }], ngImport: i0 }); }
|
|
3200
3385
|
}
|
|
3201
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3386
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimatedIfDirective, decorators: [{
|
|
3202
3387
|
type: Directive,
|
|
3203
3388
|
args: [{
|
|
3204
3389
|
selector: '[etAnimatedIf]',
|
|
@@ -3258,10 +3443,10 @@ class ObserveResizeDirective {
|
|
|
3258
3443
|
_unsubscribe() {
|
|
3259
3444
|
this._currentSubscription?.unsubscribe();
|
|
3260
3445
|
}
|
|
3261
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3262
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
3446
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ObserveResizeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3447
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: ObserveResizeDirective, isStandalone: true, selector: "[etObserveResize]", inputs: { disabled: ["etObserveResizeDisabled", "disabled"], debounce: ["etObserveResizeDebounce", "debounce"] }, outputs: { valueChange: "etObserveResize" }, exportAs: ["etObserveResize"], ngImport: i0 }); }
|
|
3263
3448
|
}
|
|
3264
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3449
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ObserveResizeDirective, decorators: [{
|
|
3265
3450
|
type: Directive,
|
|
3266
3451
|
args: [{
|
|
3267
3452
|
selector: '[etObserveResize]',
|
|
@@ -3291,15 +3476,15 @@ class RootBoundaryDirective {
|
|
|
3291
3476
|
set boundaryElement(v) {
|
|
3292
3477
|
this._boundaryElement = v;
|
|
3293
3478
|
}
|
|
3294
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3295
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
3479
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: RootBoundaryDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3480
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: RootBoundaryDirective, isStandalone: true, selector: "[etRootBoundary]", providers: [
|
|
3296
3481
|
{
|
|
3297
3482
|
provide: ROOT_BOUNDARY_TOKEN,
|
|
3298
3483
|
useExisting: RootBoundaryDirective,
|
|
3299
3484
|
},
|
|
3300
3485
|
], ngImport: i0 }); }
|
|
3301
3486
|
}
|
|
3302
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3487
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: RootBoundaryDirective, decorators: [{
|
|
3303
3488
|
type: Directive,
|
|
3304
3489
|
args: [{
|
|
3305
3490
|
selector: '[etRootBoundary]',
|
|
@@ -3605,10 +3790,10 @@ class AnimatedOverlayDirective {
|
|
|
3605
3790
|
this._isUnmounting$.next(false);
|
|
3606
3791
|
this._afterClosed?.next();
|
|
3607
3792
|
}
|
|
3608
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3609
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
3793
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimatedOverlayDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3794
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: AnimatedOverlayDirective, isStandalone: true, inputs: { placement: "placement", fallbackPlacements: "fallbackPlacements", offset: "offset", arrowPadding: "arrowPadding", viewportPadding: "viewportPadding", autoResize: "autoResize", shift: "shift", autoHide: "autoHide", autoCloseIfReferenceHidden: "autoCloseIfReferenceHidden" }, host: { classAttribute: "et-animated-overlay" }, hostDirectives: [{ directive: ObserveResizeDirective }], ngImport: i0 }); }
|
|
3610
3795
|
}
|
|
3611
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3796
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimatedOverlayDirective, decorators: [{
|
|
3612
3797
|
type: Directive,
|
|
3613
3798
|
args: [{
|
|
3614
3799
|
standalone: true,
|
|
@@ -3658,10 +3843,10 @@ class ClickOutsideDirective {
|
|
|
3658
3843
|
ngOnDestroy() {
|
|
3659
3844
|
this._subscription?.unsubscribe();
|
|
3660
3845
|
}
|
|
3661
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3662
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
3846
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ClickOutsideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3847
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: ClickOutsideDirective, isStandalone: true, selector: "[etClickOutside]", outputs: { etClickOutside: "etClickOutside" }, ngImport: i0 }); }
|
|
3663
3848
|
}
|
|
3664
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3849
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ClickOutsideDirective, decorators: [{
|
|
3665
3850
|
type: Directive,
|
|
3666
3851
|
args: [{
|
|
3667
3852
|
selector: '[etClickOutside]',
|
|
@@ -3815,10 +4000,10 @@ class CursorDragScrollDirective {
|
|
|
3815
4000
|
this._elementRef.nativeElement.style.cursor = 'default';
|
|
3816
4001
|
}
|
|
3817
4002
|
}
|
|
3818
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3819
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
4003
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: CursorDragScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4004
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: CursorDragScrollDirective, isStandalone: true, selector: "[etCursorDragScroll]", inputs: { enabled: ["etCursorDragScroll", "enabled"], allowedDirection: "allowedDirection" }, outputs: { cursorDragStart: "cursorDragStart", cursorDragMove: "cursorDragMove", cursorDragEnd: "cursorDragEnd" }, exportAs: ["etCursorDragScroll"], ngImport: i0 }); }
|
|
3820
4005
|
}
|
|
3821
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4006
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: CursorDragScrollDirective, decorators: [{
|
|
3822
4007
|
type: Directive,
|
|
3823
4008
|
args: [{
|
|
3824
4009
|
selector: '[etCursorDragScroll]',
|
|
@@ -3851,15 +4036,15 @@ class DebugDirective {
|
|
|
3851
4036
|
set sDebug(value) {
|
|
3852
4037
|
this._debug.set(value);
|
|
3853
4038
|
}
|
|
3854
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3855
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.
|
|
4039
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: DebugDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4040
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.7", type: DebugDirective, isStandalone: true, selector: "[etDebug]", inputs: { sDebug: ["etDebug", "sDebug", booleanAttribute] }, providers: [
|
|
3856
4041
|
{
|
|
3857
4042
|
provide: DEBUG_TOKEN,
|
|
3858
4043
|
useExisting: DebugDirective,
|
|
3859
4044
|
},
|
|
3860
4045
|
], exportAs: ["etDebug"], ngImport: i0 }); }
|
|
3861
4046
|
}
|
|
3862
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4047
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: DebugDirective, decorators: [{
|
|
3863
4048
|
type: Directive,
|
|
3864
4049
|
args: [{
|
|
3865
4050
|
selector: '[etDebug]',
|
|
@@ -3906,15 +4091,15 @@ class DelayableDirective {
|
|
|
3906
4091
|
}
|
|
3907
4092
|
this._isDelayed$.next(val);
|
|
3908
4093
|
}
|
|
3909
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3910
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
4094
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: DelayableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4095
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: DelayableDirective, isStandalone: true, selector: "[etDelayable]", providers: [
|
|
3911
4096
|
{
|
|
3912
4097
|
provide: DELAYABLE_TOKEN,
|
|
3913
4098
|
useExisting: DelayableDirective,
|
|
3914
4099
|
},
|
|
3915
4100
|
], exportAs: ["etDelayable"], ngImport: i0 }); }
|
|
3916
4101
|
}
|
|
3917
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4102
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: DelayableDirective, decorators: [{
|
|
3918
4103
|
type: Directive,
|
|
3919
4104
|
args: [{
|
|
3920
4105
|
selector: '[etDelayable]',
|
|
@@ -3935,15 +4120,15 @@ class IsActiveElementDirective {
|
|
|
3935
4120
|
this.elementRef = inject(ElementRef);
|
|
3936
4121
|
this.isActiveElement = false;
|
|
3937
4122
|
}
|
|
3938
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3939
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.
|
|
4123
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: IsActiveElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4124
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.7", type: IsActiveElementDirective, isStandalone: true, selector: "[etIsActiveElement]", inputs: { isActiveElement: ["etIsActiveElement", "isActiveElement", booleanAttribute] }, providers: [
|
|
3940
4125
|
{
|
|
3941
4126
|
provide: IS_ACTIVE_ELEMENT,
|
|
3942
4127
|
useExisting: IsActiveElementDirective,
|
|
3943
4128
|
},
|
|
3944
4129
|
], ngImport: i0 }); }
|
|
3945
4130
|
}
|
|
3946
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4131
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: IsActiveElementDirective, decorators: [{
|
|
3947
4132
|
type: Directive,
|
|
3948
4133
|
args: [{
|
|
3949
4134
|
selector: '[etIsActiveElement]',
|
|
@@ -3966,15 +4151,15 @@ class IsElementDirective {
|
|
|
3966
4151
|
this.elementRef = inject(ElementRef);
|
|
3967
4152
|
this.isElement = false;
|
|
3968
4153
|
}
|
|
3969
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3970
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.
|
|
4154
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: IsElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4155
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.7", type: IsElementDirective, isStandalone: true, selector: "[etIsElement]", inputs: { isElement: ["etIsElement", "isElement", booleanAttribute] }, providers: [
|
|
3971
4156
|
{
|
|
3972
4157
|
provide: IS_ELEMENT,
|
|
3973
4158
|
useExisting: IsElementDirective,
|
|
3974
4159
|
},
|
|
3975
4160
|
], ngImport: i0 }); }
|
|
3976
4161
|
}
|
|
3977
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4162
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: IsElementDirective, decorators: [{
|
|
3978
4163
|
type: Directive,
|
|
3979
4164
|
args: [{
|
|
3980
4165
|
selector: '[etIsElement]',
|
|
@@ -4023,10 +4208,10 @@ class LetDirective {
|
|
|
4023
4208
|
}
|
|
4024
4209
|
}
|
|
4025
4210
|
}
|
|
4026
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4027
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
4211
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4212
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: LetDirective, isStandalone: true, selector: "[etLet]", inputs: { etLet: "etLet" }, ngImport: i0 }); }
|
|
4028
4213
|
}
|
|
4029
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4214
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LetDirective, decorators: [{
|
|
4030
4215
|
type: Directive,
|
|
4031
4216
|
args: [{
|
|
4032
4217
|
selector: '[etLet]',
|
|
@@ -4078,10 +4263,10 @@ class ObserveContentDirective {
|
|
|
4078
4263
|
_unsubscribe() {
|
|
4079
4264
|
this._currentSubscription?.unsubscribe();
|
|
4080
4265
|
}
|
|
4081
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4082
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
4266
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ObserveContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4267
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: ObserveContentDirective, isStandalone: true, selector: "[etObserveContent]", inputs: { disabled: ["etObserveContentDisabled", "disabled"], debounce: ["etObserveContentDebounce", "debounce"] }, outputs: { valueChange: "etObserveContent" }, exportAs: ["etObserveContent"], ngImport: i0 }); }
|
|
4083
4268
|
}
|
|
4084
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4269
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ObserveContentDirective, decorators: [{
|
|
4085
4270
|
type: Directive,
|
|
4086
4271
|
args: [{
|
|
4087
4272
|
selector: '[etObserveContent]',
|
|
@@ -4106,10 +4291,10 @@ class ScrollObserverFirstElementDirective {
|
|
|
4106
4291
|
constructor() {
|
|
4107
4292
|
this.isFirstElement = false;
|
|
4108
4293
|
}
|
|
4109
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4110
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.
|
|
4294
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ScrollObserverFirstElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4295
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.7", type: ScrollObserverFirstElementDirective, isStandalone: true, selector: "[etScrollObserverFirstElement]", inputs: { isFirstElement: ["etScrollObserverFirstElement", "isFirstElement", booleanAttribute] }, host: { properties: { "class.et-scroll-observer-first-element": "this.isFirstElement" } }, ngImport: i0 }); }
|
|
4111
4296
|
}
|
|
4112
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4297
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ScrollObserverFirstElementDirective, decorators: [{
|
|
4113
4298
|
type: Directive,
|
|
4114
4299
|
args: [{
|
|
4115
4300
|
selector: '[etScrollObserverFirstElement]',
|
|
@@ -4125,10 +4310,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.6", ngImpor
|
|
|
4125
4310
|
|
|
4126
4311
|
const SCROLL_OBSERVER_IGNORE_TARGET_CLASS = 'et-scroll-observer-ignore-target';
|
|
4127
4312
|
class ScrollObserverIgnoreTargetDirective {
|
|
4128
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4129
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
4313
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4314
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: ScrollObserverIgnoreTargetDirective, isStandalone: true, selector: "[etScrollObserverIgnoreTarget]", host: { classAttribute: "et-scroll-observer-ignore-target" }, ngImport: i0 }); }
|
|
4130
4315
|
}
|
|
4131
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4316
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, decorators: [{
|
|
4132
4317
|
type: Directive,
|
|
4133
4318
|
args: [{
|
|
4134
4319
|
selector: '[etScrollObserverIgnoreTarget]',
|
|
@@ -4144,10 +4329,10 @@ class ScrollObserverLastElementDirective {
|
|
|
4144
4329
|
constructor() {
|
|
4145
4330
|
this.isLastElement = false;
|
|
4146
4331
|
}
|
|
4147
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4148
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.
|
|
4332
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ScrollObserverLastElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4333
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.7", type: ScrollObserverLastElementDirective, isStandalone: true, selector: "[etScrollObserverLastElement]", inputs: { isLastElement: ["etScrollObserverLastElement", "isLastElement", booleanAttribute] }, host: { properties: { "class.et-scroll-observer-last-element": "this.isLastElement" }, classAttribute: "et-scroll-observer-last-element" }, ngImport: i0 }); }
|
|
4149
4334
|
}
|
|
4150
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4335
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ScrollObserverLastElementDirective, decorators: [{
|
|
4151
4336
|
type: Directive,
|
|
4152
4337
|
args: [{
|
|
4153
4338
|
selector: '[etScrollObserverLastElement]',
|
|
@@ -4304,15 +4489,15 @@ class ObserveScrollStateDirective {
|
|
|
4304
4489
|
}
|
|
4305
4490
|
return element;
|
|
4306
4491
|
}
|
|
4307
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4308
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.
|
|
4492
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ObserveScrollStateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4493
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.7", type: ObserveScrollStateDirective, isStandalone: true, selector: "[etObserveScrollState]", inputs: { rootMargin: ["rootMargin", "rootMargin", numberAttribute], observerThreshold: "observerThreshold" }, outputs: { valueChange: "etObserveScrollState" }, providers: [
|
|
4309
4494
|
{
|
|
4310
4495
|
provide: OBSERVE_SCROLL_STATE,
|
|
4311
4496
|
useExisting: ObserveScrollStateDirective,
|
|
4312
4497
|
},
|
|
4313
4498
|
], exportAs: ["etObserveScrollState"], ngImport: i0 }); }
|
|
4314
4499
|
}
|
|
4315
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4500
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ObserveScrollStateDirective, decorators: [{
|
|
4316
4501
|
type: Directive,
|
|
4317
4502
|
args: [{
|
|
4318
4503
|
selector: '[etObserveScrollState]',
|
|
@@ -4382,15 +4567,15 @@ class ObserveVisibilityDirective {
|
|
|
4382
4567
|
}))
|
|
4383
4568
|
.subscribe();
|
|
4384
4569
|
}
|
|
4385
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4386
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
4570
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ObserveVisibilityDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4571
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: ObserveVisibilityDirective, isStandalone: true, selector: "[etObserveVisibility]", outputs: { etObserveVisibility: "etObserveVisibility" }, host: { classAttribute: "et-observe-visibility" }, providers: [
|
|
4387
4572
|
{
|
|
4388
4573
|
provide: OBSERVE_VISIBILITY_TOKEN,
|
|
4389
4574
|
useExisting: ObserveVisibilityDirective,
|
|
4390
4575
|
},
|
|
4391
4576
|
], ngImport: i0 }); }
|
|
4392
4577
|
}
|
|
4393
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4578
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ObserveVisibilityDirective, decorators: [{
|
|
4394
4579
|
type: Directive,
|
|
4395
4580
|
args: [{
|
|
4396
4581
|
selector: '[etObserveVisibility]',
|
|
@@ -4428,10 +4613,10 @@ class RepeatDirective {
|
|
|
4428
4613
|
this._viewContainerRef.createEmbeddedView(this._mainTemplateRef);
|
|
4429
4614
|
}
|
|
4430
4615
|
}
|
|
4431
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4432
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
4616
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: RepeatDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4617
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: RepeatDirective, isStandalone: true, selector: "[etRepeat]", inputs: { repeatCount: ["etRepeat", "repeatCount"] }, ngImport: i0 }); }
|
|
4433
4618
|
}
|
|
4434
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4619
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: RepeatDirective, decorators: [{
|
|
4435
4620
|
type: Directive,
|
|
4436
4621
|
args: [{
|
|
4437
4622
|
selector: '[etRepeat]',
|
|
@@ -4600,10 +4785,10 @@ class SeoDirective {
|
|
|
4600
4785
|
}
|
|
4601
4786
|
}
|
|
4602
4787
|
}
|
|
4603
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4604
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
4788
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SeoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4789
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: SeoDirective, isStandalone: true, providers: [{ provide: SEO_DIRECTIVE_TOKEN, useExisting: SeoDirective }], ngImport: i0 }); }
|
|
4605
4790
|
}
|
|
4606
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4791
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SeoDirective, decorators: [{
|
|
4607
4792
|
type: Directive,
|
|
4608
4793
|
args: [{
|
|
4609
4794
|
standalone: true,
|
|
@@ -4779,10 +4964,10 @@ class InferMimeTypePipe {
|
|
|
4779
4964
|
constructor() {
|
|
4780
4965
|
this.transform = inferMimeType;
|
|
4781
4966
|
}
|
|
4782
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4783
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
4967
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InferMimeTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4968
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: InferMimeTypePipe, isStandalone: true, name: "inferMimeType" }); }
|
|
4784
4969
|
}
|
|
4785
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4970
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InferMimeTypePipe, decorators: [{
|
|
4786
4971
|
type: Pipe,
|
|
4787
4972
|
args: [{
|
|
4788
4973
|
name: 'inferMimeType',
|
|
@@ -4828,10 +5013,10 @@ class NormalizeGameResultTypePipe {
|
|
|
4828
5013
|
constructor() {
|
|
4829
5014
|
this.transform = normalizeGameResultType;
|
|
4830
5015
|
}
|
|
4831
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4832
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
5016
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NormalizeGameResultTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5017
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: NormalizeGameResultTypePipe, isStandalone: true, name: "etNormalizeGameResultType" }); }
|
|
4833
5018
|
}
|
|
4834
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
5019
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NormalizeGameResultTypePipe, decorators: [{
|
|
4835
5020
|
type: Pipe,
|
|
4836
5021
|
args: [{ name: 'etNormalizeGameResultType', standalone: true }]
|
|
4837
5022
|
}] });
|
|
@@ -4859,10 +5044,10 @@ class NormalizeMatchStatePipe {
|
|
|
4859
5044
|
constructor() {
|
|
4860
5045
|
this.transform = normalizeMatchState;
|
|
4861
5046
|
}
|
|
4862
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4863
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
5047
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchStatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5048
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchStatePipe, isStandalone: true, name: "etNormalizeMatchState" }); }
|
|
4864
5049
|
}
|
|
4865
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
5050
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchStatePipe, decorators: [{
|
|
4866
5051
|
type: Pipe,
|
|
4867
5052
|
args: [{ name: 'etNormalizeMatchState', standalone: true }]
|
|
4868
5053
|
}] });
|
|
@@ -4917,10 +5102,10 @@ class NormalizeMatchParticipantsPipe {
|
|
|
4917
5102
|
constructor() {
|
|
4918
5103
|
this.transform = normalizeMatchParticipants;
|
|
4919
5104
|
}
|
|
4920
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4921
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
5105
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchParticipantsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5106
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchParticipantsPipe, isStandalone: true, name: "etNormalizeMatchParticipants" }); }
|
|
4922
5107
|
}
|
|
4923
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
5108
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchParticipantsPipe, decorators: [{
|
|
4924
5109
|
type: Pipe,
|
|
4925
5110
|
args: [{ name: 'etNormalizeMatchParticipants', standalone: true }]
|
|
4926
5111
|
}] });
|
|
@@ -5054,10 +5239,10 @@ class NormalizeMatchScorePipe {
|
|
|
5054
5239
|
constructor() {
|
|
5055
5240
|
this.transform = normalizeMatchScore;
|
|
5056
5241
|
}
|
|
5057
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
5058
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
5242
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchScorePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5243
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchScorePipe, isStandalone: true, name: "etNormalizeMatchScore" }); }
|
|
5059
5244
|
}
|
|
5060
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
5245
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchScorePipe, decorators: [{
|
|
5061
5246
|
type: Pipe,
|
|
5062
5247
|
args: [{ name: 'etNormalizeMatchScore', standalone: true }]
|
|
5063
5248
|
}] });
|
|
@@ -5104,10 +5289,10 @@ class NormalizeMatchTypePipe {
|
|
|
5104
5289
|
constructor() {
|
|
5105
5290
|
this.transform = normalizeMatchType;
|
|
5106
5291
|
}
|
|
5107
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
5108
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
5292
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5293
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchTypePipe, isStandalone: true, name: "etNormalizeMatchType" }); }
|
|
5109
5294
|
}
|
|
5110
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
5295
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchTypePipe, decorators: [{
|
|
5111
5296
|
type: Pipe,
|
|
5112
5297
|
args: [{ name: 'etNormalizeMatchType', standalone: true }]
|
|
5113
5298
|
}] });
|
|
@@ -5121,10 +5306,10 @@ class ToArrayPipe {
|
|
|
5121
5306
|
constructor() {
|
|
5122
5307
|
this.transform = toArray;
|
|
5123
5308
|
}
|
|
5124
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
5125
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
5309
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ToArrayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5310
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: ToArrayPipe, isStandalone: true, name: "toArray" }); }
|
|
5126
5311
|
}
|
|
5127
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
5312
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ToArrayPipe, decorators: [{
|
|
5128
5313
|
type: Pipe,
|
|
5129
5314
|
args: [{ name: 'toArray', standalone: true }]
|
|
5130
5315
|
}] });
|
|
@@ -5342,10 +5527,10 @@ class PropsDirective {
|
|
|
5342
5527
|
});
|
|
5343
5528
|
});
|
|
5344
5529
|
}
|
|
5345
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
5346
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "17.3.
|
|
5530
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: PropsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
5531
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "17.3.7", type: PropsDirective, isStandalone: true, selector: "[etProps]", inputs: { props: { classPropertyName: "props", publicName: "etProps", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 }); }
|
|
5347
5532
|
}
|
|
5348
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
5533
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: PropsDirective, decorators: [{
|
|
5349
5534
|
type: Directive,
|
|
5350
5535
|
args: [{
|
|
5351
5536
|
selector: '[etProps]',
|
|
@@ -5478,5 +5663,5 @@ const Validators = {
|
|
|
5478
5663
|
* Generated bundle index. Do not edit.
|
|
5479
5664
|
*/
|
|
5480
5665
|
|
|
5481
|
-
export { ANIMATABLE_TOKEN, ANIMATED_IF_TOKEN, ANIMATED_LIFECYCLE_TOKEN, AT_LEAST_ONE_REQUIRED, ActiveSelectionModel, AnimatableDirective, AnimatedIfDirective, AnimatedLifecycleDirective, AnimatedOverlayDirective, CURSOR_DRAG_SCROLLING_CLASS, CURSOR_DRAG_SCROLLING_PREPARED_CLASS, ClickObserverFactory, ClickObserverService, ClickOutsideDirective, ContentObserverService, CursorDragScrollDirective, DEBUG_TOKEN, DEFAULT_VIEWPORT_CONFIG, DELAYABLE_TOKEN, DebugDirective, DelayableDirective, ET_PROPERTY_REMOVED, FocusVisibleService, IS_ACTIVE_ELEMENT, IS_ARRAY_NOT_EMPTY, IS_ELEMENT, IS_EMAIL, InferMimeTypePipe, IntersectionObserverFactory, IntersectionObserverService, IsActiveElementDirective, IsArrayNotEmpty, IsElementDirective, IsEmail, KeyPressManager, LetContext, LetDirective, MUST_MATCH, Memo, MustMatch, MutationObserverFactory, NormalizeGameResultTypePipe, NormalizeMatchParticipantsPipe, NormalizeMatchScorePipe, NormalizeMatchStatePipe, NormalizeMatchTypePipe, OBSERVE_SCROLL_STATE, OBSERVE_VISIBILITY_TOKEN, ObserveContentDirective, ObserveResizeDirective, ObserveScrollStateDirective, ObserveVisibilityDirective, PropsDirective, ROOT_BOUNDARY_TOKEN, RUNTIME_ERROR_NO_DATA, RepeatDirective, ResizeObserverFactory, ResizeObserverService, RootBoundaryDirective, RouterStateService, RuntimeError, SCROLL_OBSERVER_FIRST_ELEMENT_CLASS, SCROLL_OBSERVER_IGNORE_TARGET_CLASS, SCROLL_OBSERVER_LAST_ELEMENT_CLASS, SCROLL_OBSERVER_OBSERVING_FIRST_ELEMENT_CLASS, SCROLL_OBSERVER_OBSERVING_LAST_ELEMENT_CLASS, SEO_DIRECTIVE_TOKEN, ScrollObserverFirstElementDirective, ScrollObserverIgnoreTargetDirective, ScrollObserverLastElementDirective, SelectionModel, SeoDirective, SmartBlockScrollStrategy, StructuredDataComponent, ToArrayPipe, TypedQueryList, VIEWPORT_CONFIG, ValidateAtLeastOneRequired, Validators, ViewportService, bindProps, buildSignalEffects, clamp, clone, cloneFormGroup, controlValueSignal, controlValueSignalWithPrevious, createCanAnimateSignal, createComponentId, createDependencyStash, createDestroy, createElementDictionary, createFlipAnimation, createFlipAnimationGroup, createHostProps, createIsRenderedSignal, createMediaQueryObservable, createMutationObservable, createPropHandlers, createProps, createReactiveBindings, createResizeObservable, createSetup, debouncedControlValueSignal, deleteCookie, elementCanScroll, equal, forceReflow, formatRuntimeError, fromNextFrame, getCookie, getDomain, getElementScrollCoordinates, getElementVisibleStates, getFormGroupValue, getGroupMatchPoints, getGroupMatchScore, getIntersectionInfo, getKnockoutMatchScore, getMatchScoreSubLine, getObjectProperty, hasCookie, inferMimeType, injectFragment, injectHostElement, injectOrRunInContext, injectPathParam, injectPathParams, injectQueryParam, injectQueryParams, injectRouteData, injectRouteDataItem, injectRouteTitle, injectTemplateRef, isArray, isElementVisible, isEmptyArray, isGroupMatch, isKnockoutMatch, isObject, isObjectArray, isPrimitiveArray, mergeSeoConfig, nextFrame, normalizeGameResultType, normalizeMatchParticipant, normalizeMatchParticipants, normalizeMatchScore, normalizeMatchState, normalizeMatchType, previousSignalValue, provideViewportConfig, round, routerDisableScrollTop, scrollToElement, setCookie, signalAttributes, signalClasses, signalElementChildren, signalElementDimensions, signalElementIntersection, signalElementMutations, signalElementScrollState, signalHostAttributes, signalHostClasses, signalHostElementDimensions, signalHostElementIntersection, signalHostElementMutations, signalHostElementScrollState, signalHostStyles, signalIsRendered, signalStyles, signalVisibilityChangeClasses, switchQueryListChanges, syncSignal, templateComputed, toArray, toArrayTrackByFn, transformOrReturn, unbindProps };
|
|
5666
|
+
export { ANIMATABLE_TOKEN, ANIMATED_IF_TOKEN, ANIMATED_LIFECYCLE_TOKEN, AT_LEAST_ONE_REQUIRED, ActiveSelectionModel, AnimatableDirective, AnimatedIfDirective, AnimatedLifecycleDirective, AnimatedOverlayDirective, CURSOR_DRAG_SCROLLING_CLASS, CURSOR_DRAG_SCROLLING_PREPARED_CLASS, ClickObserverFactory, ClickObserverService, ClickOutsideDirective, ContentObserverService, CursorDragScrollDirective, DEBUG_TOKEN, DEFAULT_VIEWPORT_CONFIG, DELAYABLE_TOKEN, DebugDirective, DelayableDirective, ET_PROPERTY_REMOVED, FocusVisibleService, IS_ACTIVE_ELEMENT, IS_ARRAY_NOT_EMPTY, IS_ELEMENT, IS_EMAIL, InferMimeTypePipe, IntersectionObserverFactory, IntersectionObserverService, IsActiveElementDirective, IsArrayNotEmpty, IsElementDirective, IsEmail, KeyPressManager, LetContext, LetDirective, MUST_MATCH, Memo, MustMatch, MutationObserverFactory, NormalizeGameResultTypePipe, NormalizeMatchParticipantsPipe, NormalizeMatchScorePipe, NormalizeMatchStatePipe, NormalizeMatchTypePipe, OBSERVE_SCROLL_STATE, OBSERVE_VISIBILITY_TOKEN, ObserveContentDirective, ObserveResizeDirective, ObserveScrollStateDirective, ObserveVisibilityDirective, PropsDirective, ROOT_BOUNDARY_TOKEN, RUNTIME_ERROR_NO_DATA, RepeatDirective, ResizeObserverFactory, ResizeObserverService, RootBoundaryDirective, RouterStateService, RuntimeError, SCROLL_OBSERVER_FIRST_ELEMENT_CLASS, SCROLL_OBSERVER_IGNORE_TARGET_CLASS, SCROLL_OBSERVER_LAST_ELEMENT_CLASS, SCROLL_OBSERVER_OBSERVING_FIRST_ELEMENT_CLASS, SCROLL_OBSERVER_OBSERVING_LAST_ELEMENT_CLASS, SEO_DIRECTIVE_TOKEN, ScrollObserverFirstElementDirective, ScrollObserverIgnoreTargetDirective, ScrollObserverLastElementDirective, SelectionModel, SeoDirective, SmartBlockScrollStrategy, StructuredDataComponent, ToArrayPipe, TypedQueryList, VIEWPORT_CONFIG, ValidateAtLeastOneRequired, Validators, ViewportService, bindProps, buildSignalEffects, clamp, clone, cloneFormGroup, controlValueSignal, controlValueSignalWithPrevious, createCanAnimateSignal, createComponentId, createDependencyStash, createDestroy, createElementDictionary, createFlipAnimation, createFlipAnimationGroup, createHostProps, createIsRenderedSignal, createMediaQueryObservable, createMutationObservable, createPropHandlers, createProps, createReactiveBindings, createResizeObservable, createSetup, debouncedControlValueSignal, deleteCookie, elementCanScroll, equal, forceReflow, formatRuntimeError, fromNextFrame, getCookie, getDomain, getElementScrollCoordinates, getElementVisibleStates, getFormGroupValue, getGroupMatchPoints, getGroupMatchScore, getIntersectionInfo, getKnockoutMatchScore, getMatchScoreSubLine, getObjectProperty, hasCookie, inferMimeType, injectFragment, injectHostElement, injectOrRunInContext, injectPathParam, injectPathParams, injectQueryParam, injectQueryParams, injectRouteData, injectRouteDataItem, injectRouteTitle, injectTemplateRef, isArray, isElementVisible, isEmptyArray, isGroupMatch, isKnockoutMatch, isObject, isObjectArray, isPrimitiveArray, maybeSignalValue, mergeSeoConfig, nextFrame, normalizeGameResultType, normalizeMatchParticipant, normalizeMatchParticipants, normalizeMatchScore, normalizeMatchState, normalizeMatchType, previousSignalValue, provideViewportConfig, round, routerDisableScrollTop, scrollToElement, setCookie, signalAttributes, signalClasses, signalElementChildren, signalElementDimensions, signalElementIntersection, signalElementMutations, signalElementScrollState, signalHostAttributes, signalHostClasses, signalHostElementDimensions, signalHostElementIntersection, signalHostElementMutations, signalHostElementScrollState, signalHostStyles, signalIsRendered, signalStyles, signalVisibilityChangeClasses, switchQueryListChanges, syncSignal, templateComputed, toArray, toArrayTrackByFn, transformOrReturn, unbindProps, useCursorDragScroll };
|
|
5482
5667
|
//# sourceMappingURL=ethlete-core.mjs.map
|