@ethlete/core 4.15.0 → 4.17.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 +18 -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 +288 -72
- package/fesm2022/ethlete-core.mjs +409 -194
- package/fesm2022/ethlete-core.mjs.map +1 -1
- package/lib/utils/signal.utils.d.ts +30 -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
|
-
...currentValues.slice(0, existingEntryIndex),
|
|
2606
|
-
entry,
|
|
2607
|
-
...currentValues.slice(existingEntryIndex + 1),
|
|
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
|
+
];
|
|
2613
2624
|
}
|
|
2614
|
-
|
|
2615
|
-
|
|
2625
|
+
else {
|
|
2626
|
+
currentValues = [...currentValues, entry];
|
|
2627
|
+
}
|
|
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);
|
|
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);
|
|
2664
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,185 @@ 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
|
+
};
|
|
3001
|
+
/**
|
|
3002
|
+
* A computed that will only be reactive until the source signal contains a truthy value.
|
|
3003
|
+
* All subsequent changes inside the computation will be ignored.
|
|
3004
|
+
*/
|
|
3005
|
+
const computedTillTruthy = (source) => {
|
|
3006
|
+
const value = signal(null);
|
|
3007
|
+
const ref = effect(() => {
|
|
3008
|
+
const val = source();
|
|
3009
|
+
if (val) {
|
|
3010
|
+
value.set(val);
|
|
3011
|
+
ref.destroy();
|
|
3012
|
+
}
|
|
3013
|
+
}, { allowSignalWrites: true });
|
|
3014
|
+
return value.asReadonly();
|
|
3015
|
+
};
|
|
3016
|
+
/**
|
|
3017
|
+
* A computed that will only be reactive until the source signal contains a falsy value.
|
|
3018
|
+
* All subsequent changes inside the computation will be ignored.
|
|
3019
|
+
*/
|
|
3020
|
+
const computedTillFalsy = (source) => {
|
|
3021
|
+
const value = signal(null);
|
|
3022
|
+
const ref = effect(() => {
|
|
3023
|
+
const val = source();
|
|
3024
|
+
if (!val) {
|
|
3025
|
+
value.set(val);
|
|
3026
|
+
ref.destroy();
|
|
3027
|
+
}
|
|
3028
|
+
}, { allowSignalWrites: true });
|
|
3029
|
+
return value.asReadonly();
|
|
3030
|
+
};
|
|
2816
3031
|
|
|
2817
3032
|
const scrollBehaviorSupported = supportsScrollBehavior();
|
|
2818
3033
|
let _uniqueIdCounter = 0;
|
|
@@ -3014,15 +3229,15 @@ class AnimatableDirective {
|
|
|
3014
3229
|
.subscribe();
|
|
3015
3230
|
}
|
|
3016
3231
|
}
|
|
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.
|
|
3232
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimatableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3233
|
+
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
3234
|
{
|
|
3020
3235
|
provide: ANIMATABLE_TOKEN,
|
|
3021
3236
|
useExisting: AnimatableDirective,
|
|
3022
3237
|
},
|
|
3023
3238
|
], exportAs: ["etAnimatable"], ngImport: i0 }); }
|
|
3024
3239
|
}
|
|
3025
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3240
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimatableDirective, decorators: [{
|
|
3026
3241
|
type: Directive,
|
|
3027
3242
|
args: [{
|
|
3028
3243
|
selector: '[etAnimatable]',
|
|
@@ -3145,15 +3360,15 @@ class AnimatedLifecycleDirective {
|
|
|
3145
3360
|
_forceState(state) {
|
|
3146
3361
|
this._state$.next(state);
|
|
3147
3362
|
}
|
|
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.
|
|
3363
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimatedLifecycleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3364
|
+
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
3365
|
{
|
|
3151
3366
|
provide: ANIMATED_LIFECYCLE_TOKEN,
|
|
3152
3367
|
useExisting: AnimatedLifecycleDirective,
|
|
3153
3368
|
},
|
|
3154
3369
|
], exportAs: ["etAnimatedLifecycle"], hostDirectives: [{ directive: AnimatableDirective }], ngImport: i0 }); }
|
|
3155
3370
|
}
|
|
3156
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3371
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimatedLifecycleDirective, decorators: [{
|
|
3157
3372
|
type: Directive,
|
|
3158
3373
|
args: [{
|
|
3159
3374
|
selector: '[etAnimatedLifecycle]',
|
|
@@ -3190,15 +3405,15 @@ class AnimatedIfDirective {
|
|
|
3190
3405
|
.subscribe();
|
|
3191
3406
|
}
|
|
3192
3407
|
}
|
|
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.
|
|
3408
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimatedIfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3409
|
+
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
3410
|
{
|
|
3196
3411
|
provide: ANIMATED_IF_TOKEN,
|
|
3197
3412
|
useExisting: AnimatedIfDirective,
|
|
3198
3413
|
},
|
|
3199
3414
|
], hostDirectives: [{ directive: i1.NgIf }], ngImport: i0 }); }
|
|
3200
3415
|
}
|
|
3201
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3416
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimatedIfDirective, decorators: [{
|
|
3202
3417
|
type: Directive,
|
|
3203
3418
|
args: [{
|
|
3204
3419
|
selector: '[etAnimatedIf]',
|
|
@@ -3258,10 +3473,10 @@ class ObserveResizeDirective {
|
|
|
3258
3473
|
_unsubscribe() {
|
|
3259
3474
|
this._currentSubscription?.unsubscribe();
|
|
3260
3475
|
}
|
|
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.
|
|
3476
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ObserveResizeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3477
|
+
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
3478
|
}
|
|
3264
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3479
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ObserveResizeDirective, decorators: [{
|
|
3265
3480
|
type: Directive,
|
|
3266
3481
|
args: [{
|
|
3267
3482
|
selector: '[etObserveResize]',
|
|
@@ -3291,15 +3506,15 @@ class RootBoundaryDirective {
|
|
|
3291
3506
|
set boundaryElement(v) {
|
|
3292
3507
|
this._boundaryElement = v;
|
|
3293
3508
|
}
|
|
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.
|
|
3509
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: RootBoundaryDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3510
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: RootBoundaryDirective, isStandalone: true, selector: "[etRootBoundary]", providers: [
|
|
3296
3511
|
{
|
|
3297
3512
|
provide: ROOT_BOUNDARY_TOKEN,
|
|
3298
3513
|
useExisting: RootBoundaryDirective,
|
|
3299
3514
|
},
|
|
3300
3515
|
], ngImport: i0 }); }
|
|
3301
3516
|
}
|
|
3302
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3517
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: RootBoundaryDirective, decorators: [{
|
|
3303
3518
|
type: Directive,
|
|
3304
3519
|
args: [{
|
|
3305
3520
|
selector: '[etRootBoundary]',
|
|
@@ -3605,10 +3820,10 @@ class AnimatedOverlayDirective {
|
|
|
3605
3820
|
this._isUnmounting$.next(false);
|
|
3606
3821
|
this._afterClosed?.next();
|
|
3607
3822
|
}
|
|
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.
|
|
3823
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimatedOverlayDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3824
|
+
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
3825
|
}
|
|
3611
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3826
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimatedOverlayDirective, decorators: [{
|
|
3612
3827
|
type: Directive,
|
|
3613
3828
|
args: [{
|
|
3614
3829
|
standalone: true,
|
|
@@ -3658,10 +3873,10 @@ class ClickOutsideDirective {
|
|
|
3658
3873
|
ngOnDestroy() {
|
|
3659
3874
|
this._subscription?.unsubscribe();
|
|
3660
3875
|
}
|
|
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.
|
|
3876
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ClickOutsideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3877
|
+
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
3878
|
}
|
|
3664
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3879
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ClickOutsideDirective, decorators: [{
|
|
3665
3880
|
type: Directive,
|
|
3666
3881
|
args: [{
|
|
3667
3882
|
selector: '[etClickOutside]',
|
|
@@ -3815,10 +4030,10 @@ class CursorDragScrollDirective {
|
|
|
3815
4030
|
this._elementRef.nativeElement.style.cursor = 'default';
|
|
3816
4031
|
}
|
|
3817
4032
|
}
|
|
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.
|
|
4033
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: CursorDragScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4034
|
+
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
4035
|
}
|
|
3821
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4036
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: CursorDragScrollDirective, decorators: [{
|
|
3822
4037
|
type: Directive,
|
|
3823
4038
|
args: [{
|
|
3824
4039
|
selector: '[etCursorDragScroll]',
|
|
@@ -3851,15 +4066,15 @@ class DebugDirective {
|
|
|
3851
4066
|
set sDebug(value) {
|
|
3852
4067
|
this._debug.set(value);
|
|
3853
4068
|
}
|
|
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.
|
|
4069
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: DebugDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4070
|
+
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
4071
|
{
|
|
3857
4072
|
provide: DEBUG_TOKEN,
|
|
3858
4073
|
useExisting: DebugDirective,
|
|
3859
4074
|
},
|
|
3860
4075
|
], exportAs: ["etDebug"], ngImport: i0 }); }
|
|
3861
4076
|
}
|
|
3862
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4077
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: DebugDirective, decorators: [{
|
|
3863
4078
|
type: Directive,
|
|
3864
4079
|
args: [{
|
|
3865
4080
|
selector: '[etDebug]',
|
|
@@ -3906,15 +4121,15 @@ class DelayableDirective {
|
|
|
3906
4121
|
}
|
|
3907
4122
|
this._isDelayed$.next(val);
|
|
3908
4123
|
}
|
|
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.
|
|
4124
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: DelayableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4125
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: DelayableDirective, isStandalone: true, selector: "[etDelayable]", providers: [
|
|
3911
4126
|
{
|
|
3912
4127
|
provide: DELAYABLE_TOKEN,
|
|
3913
4128
|
useExisting: DelayableDirective,
|
|
3914
4129
|
},
|
|
3915
4130
|
], exportAs: ["etDelayable"], ngImport: i0 }); }
|
|
3916
4131
|
}
|
|
3917
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4132
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: DelayableDirective, decorators: [{
|
|
3918
4133
|
type: Directive,
|
|
3919
4134
|
args: [{
|
|
3920
4135
|
selector: '[etDelayable]',
|
|
@@ -3935,15 +4150,15 @@ class IsActiveElementDirective {
|
|
|
3935
4150
|
this.elementRef = inject(ElementRef);
|
|
3936
4151
|
this.isActiveElement = false;
|
|
3937
4152
|
}
|
|
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.
|
|
4153
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: IsActiveElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4154
|
+
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
4155
|
{
|
|
3941
4156
|
provide: IS_ACTIVE_ELEMENT,
|
|
3942
4157
|
useExisting: IsActiveElementDirective,
|
|
3943
4158
|
},
|
|
3944
4159
|
], ngImport: i0 }); }
|
|
3945
4160
|
}
|
|
3946
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4161
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: IsActiveElementDirective, decorators: [{
|
|
3947
4162
|
type: Directive,
|
|
3948
4163
|
args: [{
|
|
3949
4164
|
selector: '[etIsActiveElement]',
|
|
@@ -3966,15 +4181,15 @@ class IsElementDirective {
|
|
|
3966
4181
|
this.elementRef = inject(ElementRef);
|
|
3967
4182
|
this.isElement = false;
|
|
3968
4183
|
}
|
|
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.
|
|
4184
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: IsElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4185
|
+
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
4186
|
{
|
|
3972
4187
|
provide: IS_ELEMENT,
|
|
3973
4188
|
useExisting: IsElementDirective,
|
|
3974
4189
|
},
|
|
3975
4190
|
], ngImport: i0 }); }
|
|
3976
4191
|
}
|
|
3977
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4192
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: IsElementDirective, decorators: [{
|
|
3978
4193
|
type: Directive,
|
|
3979
4194
|
args: [{
|
|
3980
4195
|
selector: '[etIsElement]',
|
|
@@ -4023,10 +4238,10 @@ class LetDirective {
|
|
|
4023
4238
|
}
|
|
4024
4239
|
}
|
|
4025
4240
|
}
|
|
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.
|
|
4241
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4242
|
+
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
4243
|
}
|
|
4029
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4244
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: LetDirective, decorators: [{
|
|
4030
4245
|
type: Directive,
|
|
4031
4246
|
args: [{
|
|
4032
4247
|
selector: '[etLet]',
|
|
@@ -4078,10 +4293,10 @@ class ObserveContentDirective {
|
|
|
4078
4293
|
_unsubscribe() {
|
|
4079
4294
|
this._currentSubscription?.unsubscribe();
|
|
4080
4295
|
}
|
|
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.
|
|
4296
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ObserveContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4297
|
+
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
4298
|
}
|
|
4084
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4299
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ObserveContentDirective, decorators: [{
|
|
4085
4300
|
type: Directive,
|
|
4086
4301
|
args: [{
|
|
4087
4302
|
selector: '[etObserveContent]',
|
|
@@ -4106,10 +4321,10 @@ class ScrollObserverFirstElementDirective {
|
|
|
4106
4321
|
constructor() {
|
|
4107
4322
|
this.isFirstElement = false;
|
|
4108
4323
|
}
|
|
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.
|
|
4324
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ScrollObserverFirstElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4325
|
+
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
4326
|
}
|
|
4112
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4327
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ScrollObserverFirstElementDirective, decorators: [{
|
|
4113
4328
|
type: Directive,
|
|
4114
4329
|
args: [{
|
|
4115
4330
|
selector: '[etScrollObserverFirstElement]',
|
|
@@ -4125,10 +4340,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.6", ngImpor
|
|
|
4125
4340
|
|
|
4126
4341
|
const SCROLL_OBSERVER_IGNORE_TARGET_CLASS = 'et-scroll-observer-ignore-target';
|
|
4127
4342
|
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.
|
|
4343
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4344
|
+
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
4345
|
}
|
|
4131
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4346
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, decorators: [{
|
|
4132
4347
|
type: Directive,
|
|
4133
4348
|
args: [{
|
|
4134
4349
|
selector: '[etScrollObserverIgnoreTarget]',
|
|
@@ -4144,10 +4359,10 @@ class ScrollObserverLastElementDirective {
|
|
|
4144
4359
|
constructor() {
|
|
4145
4360
|
this.isLastElement = false;
|
|
4146
4361
|
}
|
|
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.
|
|
4362
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ScrollObserverLastElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4363
|
+
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
4364
|
}
|
|
4150
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4365
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ScrollObserverLastElementDirective, decorators: [{
|
|
4151
4366
|
type: Directive,
|
|
4152
4367
|
args: [{
|
|
4153
4368
|
selector: '[etScrollObserverLastElement]',
|
|
@@ -4304,15 +4519,15 @@ class ObserveScrollStateDirective {
|
|
|
4304
4519
|
}
|
|
4305
4520
|
return element;
|
|
4306
4521
|
}
|
|
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.
|
|
4522
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ObserveScrollStateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4523
|
+
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
4524
|
{
|
|
4310
4525
|
provide: OBSERVE_SCROLL_STATE,
|
|
4311
4526
|
useExisting: ObserveScrollStateDirective,
|
|
4312
4527
|
},
|
|
4313
4528
|
], exportAs: ["etObserveScrollState"], ngImport: i0 }); }
|
|
4314
4529
|
}
|
|
4315
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4530
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ObserveScrollStateDirective, decorators: [{
|
|
4316
4531
|
type: Directive,
|
|
4317
4532
|
args: [{
|
|
4318
4533
|
selector: '[etObserveScrollState]',
|
|
@@ -4382,15 +4597,15 @@ class ObserveVisibilityDirective {
|
|
|
4382
4597
|
}))
|
|
4383
4598
|
.subscribe();
|
|
4384
4599
|
}
|
|
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.
|
|
4600
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ObserveVisibilityDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4601
|
+
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
4602
|
{
|
|
4388
4603
|
provide: OBSERVE_VISIBILITY_TOKEN,
|
|
4389
4604
|
useExisting: ObserveVisibilityDirective,
|
|
4390
4605
|
},
|
|
4391
4606
|
], ngImport: i0 }); }
|
|
4392
4607
|
}
|
|
4393
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4608
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ObserveVisibilityDirective, decorators: [{
|
|
4394
4609
|
type: Directive,
|
|
4395
4610
|
args: [{
|
|
4396
4611
|
selector: '[etObserveVisibility]',
|
|
@@ -4428,10 +4643,10 @@ class RepeatDirective {
|
|
|
4428
4643
|
this._viewContainerRef.createEmbeddedView(this._mainTemplateRef);
|
|
4429
4644
|
}
|
|
4430
4645
|
}
|
|
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.
|
|
4646
|
+
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 }); }
|
|
4647
|
+
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
4648
|
}
|
|
4434
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4649
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: RepeatDirective, decorators: [{
|
|
4435
4650
|
type: Directive,
|
|
4436
4651
|
args: [{
|
|
4437
4652
|
selector: '[etRepeat]',
|
|
@@ -4600,10 +4815,10 @@ class SeoDirective {
|
|
|
4600
4815
|
}
|
|
4601
4816
|
}
|
|
4602
4817
|
}
|
|
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.
|
|
4818
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SeoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4819
|
+
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
4820
|
}
|
|
4606
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4821
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SeoDirective, decorators: [{
|
|
4607
4822
|
type: Directive,
|
|
4608
4823
|
args: [{
|
|
4609
4824
|
standalone: true,
|
|
@@ -4779,10 +4994,10 @@ class InferMimeTypePipe {
|
|
|
4779
4994
|
constructor() {
|
|
4780
4995
|
this.transform = inferMimeType;
|
|
4781
4996
|
}
|
|
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.
|
|
4997
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InferMimeTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4998
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: InferMimeTypePipe, isStandalone: true, name: "inferMimeType" }); }
|
|
4784
4999
|
}
|
|
4785
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
5000
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InferMimeTypePipe, decorators: [{
|
|
4786
5001
|
type: Pipe,
|
|
4787
5002
|
args: [{
|
|
4788
5003
|
name: 'inferMimeType',
|
|
@@ -4828,10 +5043,10 @@ class NormalizeGameResultTypePipe {
|
|
|
4828
5043
|
constructor() {
|
|
4829
5044
|
this.transform = normalizeGameResultType;
|
|
4830
5045
|
}
|
|
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.
|
|
5046
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NormalizeGameResultTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5047
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: NormalizeGameResultTypePipe, isStandalone: true, name: "etNormalizeGameResultType" }); }
|
|
4833
5048
|
}
|
|
4834
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
5049
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NormalizeGameResultTypePipe, decorators: [{
|
|
4835
5050
|
type: Pipe,
|
|
4836
5051
|
args: [{ name: 'etNormalizeGameResultType', standalone: true }]
|
|
4837
5052
|
}] });
|
|
@@ -4859,10 +5074,10 @@ class NormalizeMatchStatePipe {
|
|
|
4859
5074
|
constructor() {
|
|
4860
5075
|
this.transform = normalizeMatchState;
|
|
4861
5076
|
}
|
|
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.
|
|
5077
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchStatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5078
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchStatePipe, isStandalone: true, name: "etNormalizeMatchState" }); }
|
|
4864
5079
|
}
|
|
4865
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
5080
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchStatePipe, decorators: [{
|
|
4866
5081
|
type: Pipe,
|
|
4867
5082
|
args: [{ name: 'etNormalizeMatchState', standalone: true }]
|
|
4868
5083
|
}] });
|
|
@@ -4917,10 +5132,10 @@ class NormalizeMatchParticipantsPipe {
|
|
|
4917
5132
|
constructor() {
|
|
4918
5133
|
this.transform = normalizeMatchParticipants;
|
|
4919
5134
|
}
|
|
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.
|
|
5135
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchParticipantsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5136
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchParticipantsPipe, isStandalone: true, name: "etNormalizeMatchParticipants" }); }
|
|
4922
5137
|
}
|
|
4923
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
5138
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchParticipantsPipe, decorators: [{
|
|
4924
5139
|
type: Pipe,
|
|
4925
5140
|
args: [{ name: 'etNormalizeMatchParticipants', standalone: true }]
|
|
4926
5141
|
}] });
|
|
@@ -5054,10 +5269,10 @@ class NormalizeMatchScorePipe {
|
|
|
5054
5269
|
constructor() {
|
|
5055
5270
|
this.transform = normalizeMatchScore;
|
|
5056
5271
|
}
|
|
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.
|
|
5272
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchScorePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5273
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchScorePipe, isStandalone: true, name: "etNormalizeMatchScore" }); }
|
|
5059
5274
|
}
|
|
5060
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
5275
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchScorePipe, decorators: [{
|
|
5061
5276
|
type: Pipe,
|
|
5062
5277
|
args: [{ name: 'etNormalizeMatchScore', standalone: true }]
|
|
5063
5278
|
}] });
|
|
@@ -5104,10 +5319,10 @@ class NormalizeMatchTypePipe {
|
|
|
5104
5319
|
constructor() {
|
|
5105
5320
|
this.transform = normalizeMatchType;
|
|
5106
5321
|
}
|
|
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.
|
|
5322
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5323
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchTypePipe, isStandalone: true, name: "etNormalizeMatchType" }); }
|
|
5109
5324
|
}
|
|
5110
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
5325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NormalizeMatchTypePipe, decorators: [{
|
|
5111
5326
|
type: Pipe,
|
|
5112
5327
|
args: [{ name: 'etNormalizeMatchType', standalone: true }]
|
|
5113
5328
|
}] });
|
|
@@ -5121,10 +5336,10 @@ class ToArrayPipe {
|
|
|
5121
5336
|
constructor() {
|
|
5122
5337
|
this.transform = toArray;
|
|
5123
5338
|
}
|
|
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.
|
|
5339
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ToArrayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5340
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: ToArrayPipe, isStandalone: true, name: "toArray" }); }
|
|
5126
5341
|
}
|
|
5127
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
5342
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ToArrayPipe, decorators: [{
|
|
5128
5343
|
type: Pipe,
|
|
5129
5344
|
args: [{ name: 'toArray', standalone: true }]
|
|
5130
5345
|
}] });
|
|
@@ -5342,10 +5557,10 @@ class PropsDirective {
|
|
|
5342
5557
|
});
|
|
5343
5558
|
});
|
|
5344
5559
|
}
|
|
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.
|
|
5560
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: PropsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
5561
|
+
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
5562
|
}
|
|
5348
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
5563
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: PropsDirective, decorators: [{
|
|
5349
5564
|
type: Directive,
|
|
5350
5565
|
args: [{
|
|
5351
5566
|
selector: '[etProps]',
|
|
@@ -5478,5 +5693,5 @@ const Validators = {
|
|
|
5478
5693
|
* Generated bundle index. Do not edit.
|
|
5479
5694
|
*/
|
|
5480
5695
|
|
|
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 };
|
|
5696
|
+
export { ANIMATABLE_TOKEN, ANIMATED_IF_TOKEN, ANIMATED_LIFECYCLE_TOKEN, AT_LEAST_ONE_REQUIRED, ActiveSelectionModel, AnimatableDirective, AnimatedIfDirective, AnimatedLifecycleDirective, AnimatedOverlayDirective, CURSOR_DRAG_SCROLLING_CLASS, CURSOR_DRAG_SCROLLING_PREPARED_CLASS, ClickObserverFactory, ClickObserverService, ClickOutsideDirective, ContentObserverService, CursorDragScrollDirective, DEBUG_TOKEN, DEFAULT_VIEWPORT_CONFIG, DELAYABLE_TOKEN, DebugDirective, DelayableDirective, ET_PROPERTY_REMOVED, FocusVisibleService, IS_ACTIVE_ELEMENT, IS_ARRAY_NOT_EMPTY, IS_ELEMENT, IS_EMAIL, InferMimeTypePipe, IntersectionObserverFactory, IntersectionObserverService, IsActiveElementDirective, IsArrayNotEmpty, IsElementDirective, IsEmail, KeyPressManager, LetContext, LetDirective, MUST_MATCH, Memo, MustMatch, MutationObserverFactory, NormalizeGameResultTypePipe, NormalizeMatchParticipantsPipe, NormalizeMatchScorePipe, NormalizeMatchStatePipe, NormalizeMatchTypePipe, OBSERVE_SCROLL_STATE, OBSERVE_VISIBILITY_TOKEN, ObserveContentDirective, ObserveResizeDirective, ObserveScrollStateDirective, ObserveVisibilityDirective, PropsDirective, ROOT_BOUNDARY_TOKEN, RUNTIME_ERROR_NO_DATA, RepeatDirective, ResizeObserverFactory, ResizeObserverService, RootBoundaryDirective, RouterStateService, RuntimeError, SCROLL_OBSERVER_FIRST_ELEMENT_CLASS, SCROLL_OBSERVER_IGNORE_TARGET_CLASS, SCROLL_OBSERVER_LAST_ELEMENT_CLASS, SCROLL_OBSERVER_OBSERVING_FIRST_ELEMENT_CLASS, SCROLL_OBSERVER_OBSERVING_LAST_ELEMENT_CLASS, SEO_DIRECTIVE_TOKEN, ScrollObserverFirstElementDirective, ScrollObserverIgnoreTargetDirective, ScrollObserverLastElementDirective, SelectionModel, SeoDirective, SmartBlockScrollStrategy, StructuredDataComponent, ToArrayPipe, TypedQueryList, VIEWPORT_CONFIG, ValidateAtLeastOneRequired, Validators, ViewportService, bindProps, buildSignalEffects, clamp, clone, cloneFormGroup, computedTillFalsy, computedTillTruthy, controlValueSignal, controlValueSignalWithPrevious, createCanAnimateSignal, createComponentId, createDependencyStash, createDestroy, createElementDictionary, createFlipAnimation, createFlipAnimationGroup, createHostProps, createIsRenderedSignal, createMediaQueryObservable, createMutationObservable, createPropHandlers, createProps, createReactiveBindings, createResizeObservable, createSetup, debouncedControlValueSignal, deleteCookie, elementCanScroll, equal, forceReflow, formatRuntimeError, fromNextFrame, getCookie, getDomain, getElementScrollCoordinates, getElementVisibleStates, getFormGroupValue, getGroupMatchPoints, getGroupMatchScore, getIntersectionInfo, getKnockoutMatchScore, getMatchScoreSubLine, getObjectProperty, hasCookie, inferMimeType, 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
5697
|
//# sourceMappingURL=ethlete-core.mjs.map
|