@ethlete/core 4.22.0 → 4.23.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -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 +24 -14
- 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 +5 -4
- package/esm2022/lib/directives/observe-content/observe-content.directive.mjs +10 -5
- package/esm2022/lib/directives/observe-resize/observe-resize.directive.mjs +10 -5
- 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/fesm2022/ethlete-core.mjs +214 -192
- package/fesm2022/ethlete-core.mjs.map +1 -1
- package/lib/directives/animated-overlay/animated-overlay.directive.d.ts +11 -3
- package/lib/directives/let/let.directive.d.ts +1 -0
- package/package.json +1 -1
|
@@ -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, computed, Injector, effect, untracked, runInInjectionContext, afterNextRender, Renderer2, RendererStyleFlags2, NgZone, isDevMode, Directive, model,
|
|
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, ViewContainerRef, booleanAttribute, EventEmitter, Output, numberAttribute, Pipe, 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: "18.
|
|
33
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.
|
|
32
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: StructuredDataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
33
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.0", 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: "18.
|
|
35
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: StructuredDataComponent, decorators: [{
|
|
36
36
|
type: Component,
|
|
37
37
|
args: [{
|
|
38
38
|
selector: 'et-structured-data',
|
|
@@ -1512,10 +1512,10 @@ class ClickObserverFactory {
|
|
|
1512
1512
|
create() {
|
|
1513
1513
|
return fromEvent(document, 'click');
|
|
1514
1514
|
}
|
|
1515
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
1516
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.
|
|
1515
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ClickObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1516
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ClickObserverFactory, providedIn: 'root' }); }
|
|
1517
1517
|
}
|
|
1518
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
1518
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ClickObserverFactory, decorators: [{
|
|
1519
1519
|
type: Injectable,
|
|
1520
1520
|
args: [{ providedIn: 'root' }]
|
|
1521
1521
|
}] });
|
|
@@ -1568,10 +1568,10 @@ class ClickObserverService {
|
|
|
1568
1568
|
this._observedElements.delete(element);
|
|
1569
1569
|
}
|
|
1570
1570
|
}
|
|
1571
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
1572
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.
|
|
1571
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ClickObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1572
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ClickObserverService, providedIn: 'root' }); }
|
|
1573
1573
|
}
|
|
1574
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
1574
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ClickObserverService, decorators: [{
|
|
1575
1575
|
type: Injectable,
|
|
1576
1576
|
args: [{ providedIn: 'root' }]
|
|
1577
1577
|
}] });
|
|
@@ -1581,10 +1581,10 @@ class MutationObserverFactory {
|
|
|
1581
1581
|
create(callback) {
|
|
1582
1582
|
return typeof MutationObserver === 'undefined' ? null : new MutationObserver(callback);
|
|
1583
1583
|
}
|
|
1584
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
1585
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.
|
|
1584
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: MutationObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1585
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: MutationObserverFactory, providedIn: 'root' }); }
|
|
1586
1586
|
}
|
|
1587
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
1587
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: MutationObserverFactory, decorators: [{
|
|
1588
1588
|
type: Injectable,
|
|
1589
1589
|
args: [{ providedIn: 'root' }]
|
|
1590
1590
|
}] });
|
|
@@ -1643,10 +1643,10 @@ class ContentObserverService {
|
|
|
1643
1643
|
this._observedElements.delete(element);
|
|
1644
1644
|
}
|
|
1645
1645
|
}
|
|
1646
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
1647
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.
|
|
1646
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ContentObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1647
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ContentObserverService, providedIn: 'root' }); }
|
|
1648
1648
|
}
|
|
1649
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
1649
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ContentObserverService, decorators: [{
|
|
1650
1650
|
type: Injectable,
|
|
1651
1651
|
args: [{ providedIn: 'root' }]
|
|
1652
1652
|
}] });
|
|
@@ -1672,10 +1672,10 @@ class FocusVisibleService {
|
|
|
1672
1672
|
onPointerDown() {
|
|
1673
1673
|
this._hadKeyboardEvent = false;
|
|
1674
1674
|
}
|
|
1675
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
1676
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.
|
|
1675
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FocusVisibleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1676
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FocusVisibleService, providedIn: 'root' }); }
|
|
1677
1677
|
}
|
|
1678
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
1678
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FocusVisibleService, decorators: [{
|
|
1679
1679
|
type: Injectable,
|
|
1680
1680
|
args: [{
|
|
1681
1681
|
providedIn: 'root',
|
|
@@ -1687,10 +1687,10 @@ class IntersectionObserverFactory {
|
|
|
1687
1687
|
create(callback) {
|
|
1688
1688
|
return typeof IntersectionObserver === 'undefined' ? null : new IntersectionObserver(callback);
|
|
1689
1689
|
}
|
|
1690
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
1691
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.
|
|
1690
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: IntersectionObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1691
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: IntersectionObserverFactory, providedIn: 'root' }); }
|
|
1692
1692
|
}
|
|
1693
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
1693
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: IntersectionObserverFactory, decorators: [{
|
|
1694
1694
|
type: Injectable,
|
|
1695
1695
|
args: [{ providedIn: 'root' }]
|
|
1696
1696
|
}] });
|
|
@@ -1745,10 +1745,10 @@ class IntersectionObserverService {
|
|
|
1745
1745
|
this._observedElements.delete(element);
|
|
1746
1746
|
}
|
|
1747
1747
|
}
|
|
1748
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
1749
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.
|
|
1748
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: IntersectionObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1749
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: IntersectionObserverService, providedIn: 'root' }); }
|
|
1750
1750
|
}
|
|
1751
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
1751
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: IntersectionObserverService, decorators: [{
|
|
1752
1752
|
type: Injectable,
|
|
1753
1753
|
args: [{ providedIn: 'root' }]
|
|
1754
1754
|
}] });
|
|
@@ -1758,10 +1758,10 @@ class ResizeObserverFactory {
|
|
|
1758
1758
|
create(callback) {
|
|
1759
1759
|
return typeof ResizeObserver === 'undefined' ? null : new ResizeObserver(callback);
|
|
1760
1760
|
}
|
|
1761
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
1762
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.
|
|
1761
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ResizeObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1762
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ResizeObserverFactory, providedIn: 'root' }); }
|
|
1763
1763
|
}
|
|
1764
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
1764
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ResizeObserverFactory, decorators: [{
|
|
1765
1765
|
type: Injectable,
|
|
1766
1766
|
args: [{ providedIn: 'root' }]
|
|
1767
1767
|
}] });
|
|
@@ -1816,10 +1816,10 @@ class ResizeObserverService {
|
|
|
1816
1816
|
this._observedElements.delete(element);
|
|
1817
1817
|
}
|
|
1818
1818
|
}
|
|
1819
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
1820
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.
|
|
1819
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ResizeObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1820
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ResizeObserverService, providedIn: 'root' }); }
|
|
1821
1821
|
}
|
|
1822
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
1822
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ResizeObserverService, decorators: [{
|
|
1823
1823
|
type: Injectable,
|
|
1824
1824
|
args: [{ providedIn: 'root' }]
|
|
1825
1825
|
}] });
|
|
@@ -2014,10 +2014,10 @@ class RouterStateService {
|
|
|
2014
2014
|
fragment,
|
|
2015
2015
|
};
|
|
2016
2016
|
}
|
|
2017
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
2018
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.
|
|
2017
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: RouterStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2018
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: RouterStateService, providedIn: 'root' }); }
|
|
2019
2019
|
}
|
|
2020
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
2020
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: RouterStateService, decorators: [{
|
|
2021
2021
|
type: Injectable,
|
|
2022
2022
|
args: [{
|
|
2023
2023
|
providedIn: 'root',
|
|
@@ -2233,8 +2233,8 @@ class ViewportService {
|
|
|
2233
2233
|
}
|
|
2234
2234
|
return 'xs';
|
|
2235
2235
|
}
|
|
2236
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
2237
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.
|
|
2236
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ViewportService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2237
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ViewportService, providedIn: 'root' }); }
|
|
2238
2238
|
}
|
|
2239
2239
|
__decorate([
|
|
2240
2240
|
Memo(),
|
|
@@ -2252,7 +2252,7 @@ __decorate([
|
|
|
2252
2252
|
__metadata("design:paramtypes", [Object]),
|
|
2253
2253
|
__metadata("design:returntype", void 0)
|
|
2254
2254
|
], ViewportService.prototype, "_buildMediaQuery", null);
|
|
2255
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
2255
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ViewportService, decorators: [{
|
|
2256
2256
|
type: Injectable,
|
|
2257
2257
|
args: [{
|
|
2258
2258
|
providedIn: 'root',
|
|
@@ -3435,15 +3435,15 @@ class AnimatableDirective {
|
|
|
3435
3435
|
.subscribe();
|
|
3436
3436
|
}
|
|
3437
3437
|
}
|
|
3438
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
3439
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.
|
|
3438
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AnimatableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3439
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: AnimatableDirective, isStandalone: true, selector: "[etAnimatable]", inputs: { animatedElement: ["etAnimatable", "animatedElement"] }, providers: [
|
|
3440
3440
|
{
|
|
3441
3441
|
provide: ANIMATABLE_TOKEN,
|
|
3442
3442
|
useExisting: AnimatableDirective,
|
|
3443
3443
|
},
|
|
3444
3444
|
], exportAs: ["etAnimatable"], ngImport: i0 }); }
|
|
3445
3445
|
}
|
|
3446
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
3446
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AnimatableDirective, decorators: [{
|
|
3447
3447
|
type: Directive,
|
|
3448
3448
|
args: [{
|
|
3449
3449
|
selector: '[etAnimatable]',
|
|
@@ -3566,15 +3566,15 @@ class AnimatedLifecycleDirective {
|
|
|
3566
3566
|
_forceState(state) {
|
|
3567
3567
|
this._state$.next(state);
|
|
3568
3568
|
}
|
|
3569
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
3570
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.
|
|
3569
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AnimatedLifecycleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3570
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.2.0", type: AnimatedLifecycleDirective, isStandalone: true, selector: "[etAnimatedLifecycle]", inputs: { skipNextEnter: { classPropertyName: "skipNextEnter", publicName: "skipNextEnter", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { stateChange: "stateChange", skipNextEnter: "skipNextEnterChange" }, providers: [
|
|
3571
3571
|
{
|
|
3572
3572
|
provide: ANIMATED_LIFECYCLE_TOKEN,
|
|
3573
3573
|
useExisting: AnimatedLifecycleDirective,
|
|
3574
3574
|
},
|
|
3575
3575
|
], exportAs: ["etAnimatedLifecycle"], hostDirectives: [{ directive: AnimatableDirective }], ngImport: i0 }); }
|
|
3576
3576
|
}
|
|
3577
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
3577
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AnimatedLifecycleDirective, decorators: [{
|
|
3578
3578
|
type: Directive,
|
|
3579
3579
|
args: [{
|
|
3580
3580
|
selector: '[etAnimatedLifecycle]',
|
|
@@ -3611,15 +3611,15 @@ class AnimatedIfDirective {
|
|
|
3611
3611
|
.subscribe();
|
|
3612
3612
|
}
|
|
3613
3613
|
}
|
|
3614
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
3615
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.
|
|
3614
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AnimatedIfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3615
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: AnimatedIfDirective, isStandalone: true, selector: "[etAnimatedIf]", inputs: { shouldRender: ["etAnimatedIf", "shouldRender"] }, providers: [
|
|
3616
3616
|
{
|
|
3617
3617
|
provide: ANIMATED_IF_TOKEN,
|
|
3618
3618
|
useExisting: AnimatedIfDirective,
|
|
3619
3619
|
},
|
|
3620
3620
|
], hostDirectives: [{ directive: i1.NgIf }], ngImport: i0 }); }
|
|
3621
3621
|
}
|
|
3622
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
3622
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AnimatedIfDirective, decorators: [{
|
|
3623
3623
|
type: Directive,
|
|
3624
3624
|
args: [{
|
|
3625
3625
|
selector: '[etAnimatedIf]',
|
|
@@ -3637,69 +3637,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImpor
|
|
|
3637
3637
|
args: ['etAnimatedIf']
|
|
3638
3638
|
}] } });
|
|
3639
3639
|
|
|
3640
|
-
class ObserveResizeDirective {
|
|
3641
|
-
constructor() {
|
|
3642
|
-
this._resizeObserver = inject(ResizeObserverService);
|
|
3643
|
-
this._elementRef = inject(ElementRef);
|
|
3644
|
-
this._ngZone = inject(NgZone);
|
|
3645
|
-
this.valueChange = new EventEmitter();
|
|
3646
|
-
this._disabled = false;
|
|
3647
|
-
this._debounce = null;
|
|
3648
|
-
this._currentSubscription = null;
|
|
3649
|
-
}
|
|
3650
|
-
get disabled() {
|
|
3651
|
-
return this._disabled;
|
|
3652
|
-
}
|
|
3653
|
-
set disabled(value) {
|
|
3654
|
-
this._disabled = booleanAttribute(value);
|
|
3655
|
-
this._disabled ? this._unsubscribe() : this._subscribe();
|
|
3656
|
-
}
|
|
3657
|
-
get debounce() {
|
|
3658
|
-
return this._debounce;
|
|
3659
|
-
}
|
|
3660
|
-
set debounce(value) {
|
|
3661
|
-
this._debounce = numberAttribute(value) ?? null;
|
|
3662
|
-
this._subscribe();
|
|
3663
|
-
}
|
|
3664
|
-
ngAfterContentInit() {
|
|
3665
|
-
if (!this._currentSubscription && !this.disabled) {
|
|
3666
|
-
this._subscribe();
|
|
3667
|
-
}
|
|
3668
|
-
}
|
|
3669
|
-
ngOnDestroy() {
|
|
3670
|
-
this._unsubscribe();
|
|
3671
|
-
}
|
|
3672
|
-
_subscribe() {
|
|
3673
|
-
this._unsubscribe();
|
|
3674
|
-
const stream = this._resizeObserver.observe(this._elementRef);
|
|
3675
|
-
this._ngZone.runOutsideAngular(() => {
|
|
3676
|
-
this._currentSubscription = (this.debounce ? stream.pipe(debounceTime(this.debounce)) : stream).subscribe(this.valueChange);
|
|
3677
|
-
});
|
|
3678
|
-
}
|
|
3679
|
-
_unsubscribe() {
|
|
3680
|
-
this._currentSubscription?.unsubscribe();
|
|
3681
|
-
}
|
|
3682
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ObserveResizeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3683
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.1", type: ObserveResizeDirective, isStandalone: true, selector: "[etObserveResize]", inputs: { disabled: ["etObserveResizeDisabled", "disabled"], debounce: ["etObserveResizeDebounce", "debounce"] }, outputs: { valueChange: "etObserveResize" }, exportAs: ["etObserveResize"], ngImport: i0 }); }
|
|
3684
|
-
}
|
|
3685
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ObserveResizeDirective, decorators: [{
|
|
3686
|
-
type: Directive,
|
|
3687
|
-
args: [{
|
|
3688
|
-
selector: '[etObserveResize]',
|
|
3689
|
-
exportAs: 'etObserveResize',
|
|
3690
|
-
standalone: true,
|
|
3691
|
-
}]
|
|
3692
|
-
}], propDecorators: { valueChange: [{
|
|
3693
|
-
type: Output,
|
|
3694
|
-
args: ['etObserveResize']
|
|
3695
|
-
}], disabled: [{
|
|
3696
|
-
type: Input,
|
|
3697
|
-
args: ['etObserveResizeDisabled']
|
|
3698
|
-
}], debounce: [{
|
|
3699
|
-
type: Input,
|
|
3700
|
-
args: ['etObserveResizeDebounce']
|
|
3701
|
-
}] } });
|
|
3702
|
-
|
|
3703
3640
|
const ROOT_BOUNDARY_TOKEN = new InjectionToken('ROOT_BOUNDARY_TOKEN');
|
|
3704
3641
|
class RootBoundaryDirective {
|
|
3705
3642
|
constructor() {
|
|
@@ -3712,15 +3649,15 @@ class RootBoundaryDirective {
|
|
|
3712
3649
|
set boundaryElement(v) {
|
|
3713
3650
|
this._boundaryElement = v;
|
|
3714
3651
|
}
|
|
3715
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
3716
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.
|
|
3652
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: RootBoundaryDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3653
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: RootBoundaryDirective, isStandalone: true, selector: "[etRootBoundary]", providers: [
|
|
3717
3654
|
{
|
|
3718
3655
|
provide: ROOT_BOUNDARY_TOKEN,
|
|
3719
3656
|
useExisting: RootBoundaryDirective,
|
|
3720
3657
|
},
|
|
3721
3658
|
], ngImport: i0 }); }
|
|
3722
3659
|
}
|
|
3723
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
3660
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: RootBoundaryDirective, decorators: [{
|
|
3724
3661
|
type: Directive,
|
|
3725
3662
|
args: [{
|
|
3726
3663
|
selector: '[etRootBoundary]',
|
|
@@ -3742,7 +3679,7 @@ class AnimatedOverlayDirective {
|
|
|
3742
3679
|
this._viewContainerRef = inject(ViewContainerRef);
|
|
3743
3680
|
this._zone = inject(NgZone);
|
|
3744
3681
|
this._elementRef = inject(ElementRef);
|
|
3745
|
-
this.
|
|
3682
|
+
this._resizeObserverService = inject(ResizeObserverService);
|
|
3746
3683
|
this._rootBoundary = inject(RootBoundaryDirective, { optional: true });
|
|
3747
3684
|
this._portal = null;
|
|
3748
3685
|
this._overlayRef = null;
|
|
@@ -3797,6 +3734,11 @@ class AnimatedOverlayDirective {
|
|
|
3797
3734
|
* @default false
|
|
3798
3735
|
*/
|
|
3799
3736
|
this.autoCloseIfReferenceHidden = false;
|
|
3737
|
+
/**
|
|
3738
|
+
* The reference element for the animated overlay.
|
|
3739
|
+
* @default this._elementRef.nativeElement
|
|
3740
|
+
*/
|
|
3741
|
+
this.referenceElement = this._elementRef.nativeElement;
|
|
3800
3742
|
}
|
|
3801
3743
|
get isMounted() {
|
|
3802
3744
|
return this._isMounted$.value;
|
|
@@ -3867,7 +3809,8 @@ class AnimatedOverlayDirective {
|
|
|
3867
3809
|
this._overlayRef.updateSize({
|
|
3868
3810
|
width: this._elementRef.nativeElement.offsetWidth,
|
|
3869
3811
|
});
|
|
3870
|
-
this.
|
|
3812
|
+
this._resizeObserverService
|
|
3813
|
+
.observe(this.referenceElement)
|
|
3871
3814
|
.pipe(tap(() => {
|
|
3872
3815
|
this._overlayRef?.updateSize({
|
|
3873
3816
|
width: this._elementRef.nativeElement.offsetWidth,
|
|
@@ -3882,7 +3825,7 @@ class AnimatedOverlayDirective {
|
|
|
3882
3825
|
const floatingEl = this._componentRef.location.nativeElement;
|
|
3883
3826
|
const floatingElArrow = this._componentRef.instance._elementRef?.nativeElement.querySelector('[et-floating-arrow]');
|
|
3884
3827
|
floatingEl.classList.add('et-floating-element');
|
|
3885
|
-
const refEl = this.
|
|
3828
|
+
const refEl = this.referenceElement;
|
|
3886
3829
|
const boundary = this._rootBoundary?.boundaryElement ?? undefined;
|
|
3887
3830
|
this._floatingElCleanupFn = autoUpdate(refEl, floatingEl, () => {
|
|
3888
3831
|
if (!this._componentRef)
|
|
@@ -4026,14 +3969,13 @@ class AnimatedOverlayDirective {
|
|
|
4026
3969
|
this._isUnmounting$.next(false);
|
|
4027
3970
|
this._afterClosed?.next();
|
|
4028
3971
|
}
|
|
4029
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
4030
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
3972
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AnimatedOverlayDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3973
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.0", type: AnimatedOverlayDirective, isStandalone: true, inputs: { placement: "placement", fallbackPlacements: "fallbackPlacements", offset: "offset", arrowPadding: "arrowPadding", viewportPadding: "viewportPadding", autoResize: ["autoResize", "autoResize", booleanAttribute], shift: ["shift", "shift", booleanAttribute], autoHide: ["autoHide", "autoHide", booleanAttribute], autoCloseIfReferenceHidden: ["autoCloseIfReferenceHidden", "autoCloseIfReferenceHidden", booleanAttribute], referenceElement: "referenceElement" }, host: { classAttribute: "et-animated-overlay" }, ngImport: i0 }); }
|
|
4031
3974
|
}
|
|
4032
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
3975
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AnimatedOverlayDirective, decorators: [{
|
|
4033
3976
|
type: Directive,
|
|
4034
3977
|
args: [{
|
|
4035
3978
|
standalone: true,
|
|
4036
|
-
hostDirectives: [ObserveResizeDirective],
|
|
4037
3979
|
host: {
|
|
4038
3980
|
class: 'et-animated-overlay',
|
|
4039
3981
|
},
|
|
@@ -4049,12 +3991,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImpor
|
|
|
4049
3991
|
}], viewportPadding: [{
|
|
4050
3992
|
type: Input
|
|
4051
3993
|
}], autoResize: [{
|
|
4052
|
-
type: Input
|
|
3994
|
+
type: Input,
|
|
3995
|
+
args: [{ transform: booleanAttribute }]
|
|
4053
3996
|
}], shift: [{
|
|
4054
|
-
type: Input
|
|
3997
|
+
type: Input,
|
|
3998
|
+
args: [{ transform: booleanAttribute }]
|
|
4055
3999
|
}], autoHide: [{
|
|
4056
|
-
type: Input
|
|
4000
|
+
type: Input,
|
|
4001
|
+
args: [{ transform: booleanAttribute }]
|
|
4057
4002
|
}], autoCloseIfReferenceHidden: [{
|
|
4003
|
+
type: Input,
|
|
4004
|
+
args: [{ transform: booleanAttribute }]
|
|
4005
|
+
}], referenceElement: [{
|
|
4058
4006
|
type: Input
|
|
4059
4007
|
}] } });
|
|
4060
4008
|
|
|
@@ -4079,10 +4027,10 @@ class ClickOutsideDirective {
|
|
|
4079
4027
|
ngOnDestroy() {
|
|
4080
4028
|
this._subscription?.unsubscribe();
|
|
4081
4029
|
}
|
|
4082
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
4083
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.
|
|
4030
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ClickOutsideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4031
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: ClickOutsideDirective, isStandalone: true, selector: "[etClickOutside]", outputs: { etClickOutside: "etClickOutside" }, ngImport: i0 }); }
|
|
4084
4032
|
}
|
|
4085
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
4033
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ClickOutsideDirective, decorators: [{
|
|
4086
4034
|
type: Directive,
|
|
4087
4035
|
args: [{
|
|
4088
4036
|
selector: '[etClickOutside]',
|
|
@@ -4236,10 +4184,10 @@ class CursorDragScrollDirective {
|
|
|
4236
4184
|
this._elementRef.nativeElement.style.cursor = 'default';
|
|
4237
4185
|
}
|
|
4238
4186
|
}
|
|
4239
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
4240
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.
|
|
4187
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CursorDragScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4188
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: CursorDragScrollDirective, isStandalone: true, selector: "[etCursorDragScroll]", inputs: { enabled: ["etCursorDragScroll", "enabled"], allowedDirection: "allowedDirection" }, outputs: { cursorDragStart: "cursorDragStart", cursorDragMove: "cursorDragMove", cursorDragEnd: "cursorDragEnd" }, exportAs: ["etCursorDragScroll"], ngImport: i0 }); }
|
|
4241
4189
|
}
|
|
4242
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
4190
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CursorDragScrollDirective, decorators: [{
|
|
4243
4191
|
type: Directive,
|
|
4244
4192
|
args: [{
|
|
4245
4193
|
selector: '[etCursorDragScroll]',
|
|
@@ -4272,15 +4220,15 @@ class DebugDirective {
|
|
|
4272
4220
|
set sDebug(value) {
|
|
4273
4221
|
this._debug.set(value);
|
|
4274
4222
|
}
|
|
4275
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
4276
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.
|
|
4223
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: DebugDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4224
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.0", type: DebugDirective, isStandalone: true, selector: "[etDebug]", inputs: { sDebug: ["etDebug", "sDebug", booleanAttribute] }, providers: [
|
|
4277
4225
|
{
|
|
4278
4226
|
provide: DEBUG_TOKEN,
|
|
4279
4227
|
useExisting: DebugDirective,
|
|
4280
4228
|
},
|
|
4281
4229
|
], exportAs: ["etDebug"], ngImport: i0 }); }
|
|
4282
4230
|
}
|
|
4283
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
4231
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: DebugDirective, decorators: [{
|
|
4284
4232
|
type: Directive,
|
|
4285
4233
|
args: [{
|
|
4286
4234
|
selector: '[etDebug]',
|
|
@@ -4327,15 +4275,15 @@ class DelayableDirective {
|
|
|
4327
4275
|
}
|
|
4328
4276
|
this._isDelayed$.next(val);
|
|
4329
4277
|
}
|
|
4330
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
4331
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.
|
|
4278
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: DelayableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4279
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: DelayableDirective, isStandalone: true, selector: "[etDelayable]", providers: [
|
|
4332
4280
|
{
|
|
4333
4281
|
provide: DELAYABLE_TOKEN,
|
|
4334
4282
|
useExisting: DelayableDirective,
|
|
4335
4283
|
},
|
|
4336
4284
|
], exportAs: ["etDelayable"], ngImport: i0 }); }
|
|
4337
4285
|
}
|
|
4338
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
4286
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: DelayableDirective, decorators: [{
|
|
4339
4287
|
type: Directive,
|
|
4340
4288
|
args: [{
|
|
4341
4289
|
selector: '[etDelayable]',
|
|
@@ -4356,15 +4304,15 @@ class IsActiveElementDirective {
|
|
|
4356
4304
|
this.elementRef = inject(ElementRef);
|
|
4357
4305
|
this.isActiveElement = false;
|
|
4358
4306
|
}
|
|
4359
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
4360
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.
|
|
4307
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: IsActiveElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4308
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.0", type: IsActiveElementDirective, isStandalone: true, selector: "[etIsActiveElement]", inputs: { isActiveElement: ["etIsActiveElement", "isActiveElement", booleanAttribute] }, providers: [
|
|
4361
4309
|
{
|
|
4362
4310
|
provide: IS_ACTIVE_ELEMENT,
|
|
4363
4311
|
useExisting: IsActiveElementDirective,
|
|
4364
4312
|
},
|
|
4365
4313
|
], ngImport: i0 }); }
|
|
4366
4314
|
}
|
|
4367
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
4315
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: IsActiveElementDirective, decorators: [{
|
|
4368
4316
|
type: Directive,
|
|
4369
4317
|
args: [{
|
|
4370
4318
|
selector: '[etIsActiveElement]',
|
|
@@ -4387,15 +4335,15 @@ class IsElementDirective {
|
|
|
4387
4335
|
this.elementRef = inject(ElementRef);
|
|
4388
4336
|
this.isElement = false;
|
|
4389
4337
|
}
|
|
4390
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
4391
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.
|
|
4338
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: IsElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4339
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.0", type: IsElementDirective, isStandalone: true, selector: "[etIsElement]", inputs: { isElement: ["etIsElement", "isElement", booleanAttribute] }, providers: [
|
|
4392
4340
|
{
|
|
4393
4341
|
provide: IS_ELEMENT,
|
|
4394
4342
|
useExisting: IsElementDirective,
|
|
4395
4343
|
},
|
|
4396
4344
|
], ngImport: i0 }); }
|
|
4397
4345
|
}
|
|
4398
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
4346
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: IsElementDirective, decorators: [{
|
|
4399
4347
|
type: Directive,
|
|
4400
4348
|
args: [{
|
|
4401
4349
|
selector: '[etIsElement]',
|
|
@@ -4421,6 +4369,7 @@ class LetContext {
|
|
|
4421
4369
|
}
|
|
4422
4370
|
}
|
|
4423
4371
|
|
|
4372
|
+
/** @deprecated Use the let keyword provided by Angular instead. */
|
|
4424
4373
|
class LetDirective {
|
|
4425
4374
|
constructor() {
|
|
4426
4375
|
this._viewContainer = inject(ViewContainerRef);
|
|
@@ -4444,10 +4393,10 @@ class LetDirective {
|
|
|
4444
4393
|
}
|
|
4445
4394
|
}
|
|
4446
4395
|
}
|
|
4447
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
4448
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.
|
|
4396
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: LetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4397
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: LetDirective, isStandalone: true, selector: "[etLet]", inputs: { etLet: "etLet" }, ngImport: i0 }); }
|
|
4449
4398
|
}
|
|
4450
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
4399
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: LetDirective, decorators: [{
|
|
4451
4400
|
type: Directive,
|
|
4452
4401
|
args: [{
|
|
4453
4402
|
selector: '[etLet]',
|
|
@@ -4472,7 +4421,12 @@ class ObserveContentDirective {
|
|
|
4472
4421
|
}
|
|
4473
4422
|
set disabled(value) {
|
|
4474
4423
|
this._disabled = booleanAttribute(value);
|
|
4475
|
-
this._disabled
|
|
4424
|
+
if (this._disabled) {
|
|
4425
|
+
this._unsubscribe();
|
|
4426
|
+
}
|
|
4427
|
+
else {
|
|
4428
|
+
this._subscribe();
|
|
4429
|
+
}
|
|
4476
4430
|
}
|
|
4477
4431
|
get debounce() {
|
|
4478
4432
|
return this._debounce;
|
|
@@ -4499,10 +4453,10 @@ class ObserveContentDirective {
|
|
|
4499
4453
|
_unsubscribe() {
|
|
4500
4454
|
this._currentSubscription?.unsubscribe();
|
|
4501
4455
|
}
|
|
4502
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
4503
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.
|
|
4456
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ObserveContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4457
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: ObserveContentDirective, isStandalone: true, selector: "[etObserveContent]", inputs: { disabled: ["etObserveContentDisabled", "disabled"], debounce: ["etObserveContentDebounce", "debounce"] }, outputs: { valueChange: "etObserveContent" }, exportAs: ["etObserveContent"], ngImport: i0 }); }
|
|
4504
4458
|
}
|
|
4505
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
4459
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ObserveContentDirective, decorators: [{
|
|
4506
4460
|
type: Directive,
|
|
4507
4461
|
args: [{
|
|
4508
4462
|
selector: '[etObserveContent]',
|
|
@@ -4520,6 +4474,74 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImpor
|
|
|
4520
4474
|
args: ['etObserveContentDebounce']
|
|
4521
4475
|
}] } });
|
|
4522
4476
|
|
|
4477
|
+
class ObserveResizeDirective {
|
|
4478
|
+
constructor() {
|
|
4479
|
+
this._resizeObserver = inject(ResizeObserverService);
|
|
4480
|
+
this._elementRef = inject(ElementRef);
|
|
4481
|
+
this._ngZone = inject(NgZone);
|
|
4482
|
+
this.valueChange = new EventEmitter();
|
|
4483
|
+
this._disabled = false;
|
|
4484
|
+
this._debounce = null;
|
|
4485
|
+
this._currentSubscription = null;
|
|
4486
|
+
}
|
|
4487
|
+
get disabled() {
|
|
4488
|
+
return this._disabled;
|
|
4489
|
+
}
|
|
4490
|
+
set disabled(value) {
|
|
4491
|
+
this._disabled = booleanAttribute(value);
|
|
4492
|
+
if (this._disabled) {
|
|
4493
|
+
this._unsubscribe();
|
|
4494
|
+
}
|
|
4495
|
+
else {
|
|
4496
|
+
this._subscribe();
|
|
4497
|
+
}
|
|
4498
|
+
}
|
|
4499
|
+
get debounce() {
|
|
4500
|
+
return this._debounce;
|
|
4501
|
+
}
|
|
4502
|
+
set debounce(value) {
|
|
4503
|
+
this._debounce = numberAttribute(value) ?? null;
|
|
4504
|
+
this._subscribe();
|
|
4505
|
+
}
|
|
4506
|
+
ngAfterContentInit() {
|
|
4507
|
+
if (!this._currentSubscription && !this.disabled) {
|
|
4508
|
+
this._subscribe();
|
|
4509
|
+
}
|
|
4510
|
+
}
|
|
4511
|
+
ngOnDestroy() {
|
|
4512
|
+
this._unsubscribe();
|
|
4513
|
+
}
|
|
4514
|
+
_subscribe() {
|
|
4515
|
+
this._unsubscribe();
|
|
4516
|
+
const stream = this._resizeObserver.observe(this._elementRef);
|
|
4517
|
+
this._ngZone.runOutsideAngular(() => {
|
|
4518
|
+
this._currentSubscription = (this.debounce ? stream.pipe(debounceTime(this.debounce)) : stream).subscribe(this.valueChange);
|
|
4519
|
+
});
|
|
4520
|
+
}
|
|
4521
|
+
_unsubscribe() {
|
|
4522
|
+
this._currentSubscription?.unsubscribe();
|
|
4523
|
+
}
|
|
4524
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ObserveResizeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4525
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: ObserveResizeDirective, isStandalone: true, selector: "[etObserveResize]", inputs: { disabled: ["etObserveResizeDisabled", "disabled"], debounce: ["etObserveResizeDebounce", "debounce"] }, outputs: { valueChange: "etObserveResize" }, exportAs: ["etObserveResize"], ngImport: i0 }); }
|
|
4526
|
+
}
|
|
4527
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ObserveResizeDirective, decorators: [{
|
|
4528
|
+
type: Directive,
|
|
4529
|
+
args: [{
|
|
4530
|
+
selector: '[etObserveResize]',
|
|
4531
|
+
exportAs: 'etObserveResize',
|
|
4532
|
+
standalone: true,
|
|
4533
|
+
}]
|
|
4534
|
+
}], propDecorators: { valueChange: [{
|
|
4535
|
+
type: Output,
|
|
4536
|
+
args: ['etObserveResize']
|
|
4537
|
+
}], disabled: [{
|
|
4538
|
+
type: Input,
|
|
4539
|
+
args: ['etObserveResizeDisabled']
|
|
4540
|
+
}], debounce: [{
|
|
4541
|
+
type: Input,
|
|
4542
|
+
args: ['etObserveResizeDebounce']
|
|
4543
|
+
}] } });
|
|
4544
|
+
|
|
4523
4545
|
const OBSERVE_SCROLL_STATE = new InjectionToken('OBSERVE_SCROLL_STATE');
|
|
4524
4546
|
|
|
4525
4547
|
const SCROLL_OBSERVER_FIRST_ELEMENT_CLASS = 'et-scroll-observer-first-element';
|
|
@@ -4527,10 +4549,10 @@ class ScrollObserverFirstElementDirective {
|
|
|
4527
4549
|
constructor() {
|
|
4528
4550
|
this.isFirstElement = false;
|
|
4529
4551
|
}
|
|
4530
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
4531
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.
|
|
4552
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ScrollObserverFirstElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4553
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.0", type: ScrollObserverFirstElementDirective, isStandalone: true, selector: "[etScrollObserverFirstElement]", inputs: { isFirstElement: ["etScrollObserverFirstElement", "isFirstElement", booleanAttribute] }, host: { properties: { "class.et-scroll-observer-first-element": "this.isFirstElement" } }, ngImport: i0 }); }
|
|
4532
4554
|
}
|
|
4533
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
4555
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ScrollObserverFirstElementDirective, decorators: [{
|
|
4534
4556
|
type: Directive,
|
|
4535
4557
|
args: [{
|
|
4536
4558
|
selector: '[etScrollObserverFirstElement]',
|
|
@@ -4546,10 +4568,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImpor
|
|
|
4546
4568
|
|
|
4547
4569
|
const SCROLL_OBSERVER_IGNORE_TARGET_CLASS = 'et-scroll-observer-ignore-target';
|
|
4548
4570
|
class ScrollObserverIgnoreTargetDirective {
|
|
4549
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
4550
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.
|
|
4571
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4572
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: ScrollObserverIgnoreTargetDirective, isStandalone: true, selector: "[etScrollObserverIgnoreTarget]", host: { classAttribute: "et-scroll-observer-ignore-target" }, ngImport: i0 }); }
|
|
4551
4573
|
}
|
|
4552
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
4574
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, decorators: [{
|
|
4553
4575
|
type: Directive,
|
|
4554
4576
|
args: [{
|
|
4555
4577
|
selector: '[etScrollObserverIgnoreTarget]',
|
|
@@ -4565,10 +4587,10 @@ class ScrollObserverLastElementDirective {
|
|
|
4565
4587
|
constructor() {
|
|
4566
4588
|
this.isLastElement = false;
|
|
4567
4589
|
}
|
|
4568
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
4569
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.
|
|
4590
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ScrollObserverLastElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4591
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.0", 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 }); }
|
|
4570
4592
|
}
|
|
4571
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
4593
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ScrollObserverLastElementDirective, decorators: [{
|
|
4572
4594
|
type: Directive,
|
|
4573
4595
|
args: [{
|
|
4574
4596
|
selector: '[etScrollObserverLastElement]',
|
|
@@ -4725,15 +4747,15 @@ class ObserveScrollStateDirective {
|
|
|
4725
4747
|
}
|
|
4726
4748
|
return element;
|
|
4727
4749
|
}
|
|
4728
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
4729
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.
|
|
4750
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ObserveScrollStateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4751
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.0", type: ObserveScrollStateDirective, isStandalone: true, selector: "[etObserveScrollState]", inputs: { rootMargin: ["rootMargin", "rootMargin", numberAttribute], observerThreshold: "observerThreshold" }, outputs: { valueChange: "etObserveScrollState" }, providers: [
|
|
4730
4752
|
{
|
|
4731
4753
|
provide: OBSERVE_SCROLL_STATE,
|
|
4732
4754
|
useExisting: ObserveScrollStateDirective,
|
|
4733
4755
|
},
|
|
4734
4756
|
], exportAs: ["etObserveScrollState"], ngImport: i0 }); }
|
|
4735
4757
|
}
|
|
4736
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
4758
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ObserveScrollStateDirective, decorators: [{
|
|
4737
4759
|
type: Directive,
|
|
4738
4760
|
args: [{
|
|
4739
4761
|
selector: '[etObserveScrollState]',
|
|
@@ -4803,15 +4825,15 @@ class ObserveVisibilityDirective {
|
|
|
4803
4825
|
}))
|
|
4804
4826
|
.subscribe();
|
|
4805
4827
|
}
|
|
4806
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
4807
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.
|
|
4828
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ObserveVisibilityDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4829
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: ObserveVisibilityDirective, isStandalone: true, selector: "[etObserveVisibility]", outputs: { etObserveVisibility: "etObserveVisibility" }, host: { classAttribute: "et-observe-visibility" }, providers: [
|
|
4808
4830
|
{
|
|
4809
4831
|
provide: OBSERVE_VISIBILITY_TOKEN,
|
|
4810
4832
|
useExisting: ObserveVisibilityDirective,
|
|
4811
4833
|
},
|
|
4812
4834
|
], ngImport: i0 }); }
|
|
4813
4835
|
}
|
|
4814
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
4836
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ObserveVisibilityDirective, decorators: [{
|
|
4815
4837
|
type: Directive,
|
|
4816
4838
|
args: [{
|
|
4817
4839
|
selector: '[etObserveVisibility]',
|
|
@@ -4849,10 +4871,10 @@ class RepeatDirective {
|
|
|
4849
4871
|
this._viewContainerRef.createEmbeddedView(this._mainTemplateRef);
|
|
4850
4872
|
}
|
|
4851
4873
|
}
|
|
4852
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
4853
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.
|
|
4874
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: RepeatDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4875
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: RepeatDirective, isStandalone: true, selector: "[etRepeat]", inputs: { repeatCount: ["etRepeat", "repeatCount"] }, ngImport: i0 }); }
|
|
4854
4876
|
}
|
|
4855
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
4877
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: RepeatDirective, decorators: [{
|
|
4856
4878
|
type: Directive,
|
|
4857
4879
|
args: [{
|
|
4858
4880
|
selector: '[etRepeat]',
|
|
@@ -5021,10 +5043,10 @@ class SeoDirective {
|
|
|
5021
5043
|
}
|
|
5022
5044
|
}
|
|
5023
5045
|
}
|
|
5024
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
5025
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.
|
|
5046
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SeoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
5047
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: SeoDirective, isStandalone: true, providers: [{ provide: SEO_DIRECTIVE_TOKEN, useExisting: SeoDirective }], ngImport: i0 }); }
|
|
5026
5048
|
}
|
|
5027
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
5049
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SeoDirective, decorators: [{
|
|
5028
5050
|
type: Directive,
|
|
5029
5051
|
args: [{
|
|
5030
5052
|
standalone: true,
|
|
@@ -5200,10 +5222,10 @@ class InferMimeTypePipe {
|
|
|
5200
5222
|
constructor() {
|
|
5201
5223
|
this.transform = inferMimeType;
|
|
5202
5224
|
}
|
|
5203
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
5204
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.
|
|
5225
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: InferMimeTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5226
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.0", ngImport: i0, type: InferMimeTypePipe, isStandalone: true, name: "inferMimeType" }); }
|
|
5205
5227
|
}
|
|
5206
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
5228
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: InferMimeTypePipe, decorators: [{
|
|
5207
5229
|
type: Pipe,
|
|
5208
5230
|
args: [{
|
|
5209
5231
|
name: 'inferMimeType',
|
|
@@ -5249,10 +5271,10 @@ class NormalizeGameResultTypePipe {
|
|
|
5249
5271
|
constructor() {
|
|
5250
5272
|
this.transform = normalizeGameResultType;
|
|
5251
5273
|
}
|
|
5252
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
5253
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.
|
|
5274
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NormalizeGameResultTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5275
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.0", ngImport: i0, type: NormalizeGameResultTypePipe, isStandalone: true, name: "etNormalizeGameResultType" }); }
|
|
5254
5276
|
}
|
|
5255
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
5277
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NormalizeGameResultTypePipe, decorators: [{
|
|
5256
5278
|
type: Pipe,
|
|
5257
5279
|
args: [{ name: 'etNormalizeGameResultType', standalone: true }]
|
|
5258
5280
|
}] });
|
|
@@ -5280,10 +5302,10 @@ class NormalizeMatchStatePipe {
|
|
|
5280
5302
|
constructor() {
|
|
5281
5303
|
this.transform = normalizeMatchState;
|
|
5282
5304
|
}
|
|
5283
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
5284
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.
|
|
5305
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NormalizeMatchStatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5306
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.0", ngImport: i0, type: NormalizeMatchStatePipe, isStandalone: true, name: "etNormalizeMatchState" }); }
|
|
5285
5307
|
}
|
|
5286
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
5308
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NormalizeMatchStatePipe, decorators: [{
|
|
5287
5309
|
type: Pipe,
|
|
5288
5310
|
args: [{ name: 'etNormalizeMatchState', standalone: true }]
|
|
5289
5311
|
}] });
|
|
@@ -5338,10 +5360,10 @@ class NormalizeMatchParticipantsPipe {
|
|
|
5338
5360
|
constructor() {
|
|
5339
5361
|
this.transform = normalizeMatchParticipants;
|
|
5340
5362
|
}
|
|
5341
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
5342
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.
|
|
5363
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NormalizeMatchParticipantsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5364
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.0", ngImport: i0, type: NormalizeMatchParticipantsPipe, isStandalone: true, name: "etNormalizeMatchParticipants" }); }
|
|
5343
5365
|
}
|
|
5344
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
5366
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NormalizeMatchParticipantsPipe, decorators: [{
|
|
5345
5367
|
type: Pipe,
|
|
5346
5368
|
args: [{ name: 'etNormalizeMatchParticipants', standalone: true }]
|
|
5347
5369
|
}] });
|
|
@@ -5475,10 +5497,10 @@ class NormalizeMatchScorePipe {
|
|
|
5475
5497
|
constructor() {
|
|
5476
5498
|
this.transform = normalizeMatchScore;
|
|
5477
5499
|
}
|
|
5478
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
5479
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.
|
|
5500
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NormalizeMatchScorePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5501
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.0", ngImport: i0, type: NormalizeMatchScorePipe, isStandalone: true, name: "etNormalizeMatchScore" }); }
|
|
5480
5502
|
}
|
|
5481
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
5503
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NormalizeMatchScorePipe, decorators: [{
|
|
5482
5504
|
type: Pipe,
|
|
5483
5505
|
args: [{ name: 'etNormalizeMatchScore', standalone: true }]
|
|
5484
5506
|
}] });
|
|
@@ -5525,10 +5547,10 @@ class NormalizeMatchTypePipe {
|
|
|
5525
5547
|
constructor() {
|
|
5526
5548
|
this.transform = normalizeMatchType;
|
|
5527
5549
|
}
|
|
5528
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
5529
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.
|
|
5550
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NormalizeMatchTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5551
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.0", ngImport: i0, type: NormalizeMatchTypePipe, isStandalone: true, name: "etNormalizeMatchType" }); }
|
|
5530
5552
|
}
|
|
5531
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
5553
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NormalizeMatchTypePipe, decorators: [{
|
|
5532
5554
|
type: Pipe,
|
|
5533
5555
|
args: [{ name: 'etNormalizeMatchType', standalone: true }]
|
|
5534
5556
|
}] });
|
|
@@ -5542,10 +5564,10 @@ class ToArrayPipe {
|
|
|
5542
5564
|
constructor() {
|
|
5543
5565
|
this.transform = toArray;
|
|
5544
5566
|
}
|
|
5545
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
5546
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.
|
|
5567
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ToArrayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5568
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.0", ngImport: i0, type: ToArrayPipe, isStandalone: true, name: "toArray" }); }
|
|
5547
5569
|
}
|
|
5548
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
5570
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ToArrayPipe, decorators: [{
|
|
5549
5571
|
type: Pipe,
|
|
5550
5572
|
args: [{ name: 'toArray', standalone: true }]
|
|
5551
5573
|
}] });
|
|
@@ -5767,10 +5789,10 @@ class PropsDirective {
|
|
|
5767
5789
|
});
|
|
5768
5790
|
});
|
|
5769
5791
|
}
|
|
5770
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
5771
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.
|
|
5792
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: PropsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
5793
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.2.0", type: PropsDirective, isStandalone: true, selector: "[etProps]", inputs: { props: { classPropertyName: "props", publicName: "etProps", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 }); }
|
|
5772
5794
|
}
|
|
5773
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
5795
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: PropsDirective, decorators: [{
|
|
5774
5796
|
type: Directive,
|
|
5775
5797
|
args: [{
|
|
5776
5798
|
selector: '[etProps]',
|