@ethlete/core 4.2.0 → 4.2.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/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 +5 -7
- 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/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 +6 -12
- package/fesm2022/ethlete-core.mjs +126 -133
- package/fesm2022/ethlete-core.mjs.map +1 -1
- package/lib/directives/animated-if/animated-if.directive.d.ts +1 -2
- package/lib/utils/signal.utils.d.ts +2 -5
- package/package.json +6 -6
|
@@ -7,7 +7,6 @@ import { FormGroup, FormArray, FormControl } from '@angular/forms';
|
|
|
7
7
|
import { toSignal, takeUntilDestroyed, toObservable } from '@angular/core/rxjs-interop';
|
|
8
8
|
import { coerceElement, coerceCssPixelValue } from '@angular/cdk/coercion';
|
|
9
9
|
import { supportsScrollBehavior } from '@angular/cdk/platform';
|
|
10
|
-
import * as i1 from '@angular/common';
|
|
11
10
|
import { NgIf, DOCUMENT } from '@angular/common';
|
|
12
11
|
import { Overlay } from '@angular/cdk/overlay';
|
|
13
12
|
import { ComponentPortal } from '@angular/cdk/portal';
|
|
@@ -29,10 +28,10 @@ class StructuredDataComponent {
|
|
|
29
28
|
const html = `<script type="application/ld+json">${json}</script>`;
|
|
30
29
|
return this._sanitizer.bypassSecurityTrustHtml(html);
|
|
31
30
|
}
|
|
32
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
33
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.
|
|
31
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: StructuredDataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
32
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.2", type: StructuredDataComponent, isStandalone: true, selector: "et-structured-data", inputs: { data: "data" }, host: { properties: { "innerHTML": "this.jsonLD" }, styleAttribute: "display: none" }, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
34
33
|
}
|
|
35
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
34
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: StructuredDataComponent, decorators: [{
|
|
36
35
|
type: Component,
|
|
37
36
|
args: [{
|
|
38
37
|
selector: 'et-structured-data',
|
|
@@ -1616,17 +1615,12 @@ const signalElementScrollState = (el) => {
|
|
|
1616
1615
|
});
|
|
1617
1616
|
};
|
|
1618
1617
|
const signalHostElementScrollState = () => signalElementScrollState(inject(ElementRef));
|
|
1619
|
-
const signalElementIntersection = (el,
|
|
1618
|
+
const signalElementIntersection = (el, options) => {
|
|
1620
1619
|
const destroyRef = inject(DestroyRef);
|
|
1621
1620
|
const elements = buildElementSignal(el);
|
|
1622
|
-
const containerElements = buildElementSignal(container);
|
|
1623
1621
|
const zone = inject(NgZone);
|
|
1624
1622
|
const isRendered = signalIsRendered();
|
|
1625
|
-
const
|
|
1626
|
-
isIntersecting: isElementVisible({ element: elements().currentElement, container: containerElements().currentElement })?.inline ??
|
|
1627
|
-
false,
|
|
1628
|
-
});
|
|
1629
|
-
const elementIntersectionSignal = signal(initialValue());
|
|
1623
|
+
const elementIntersectionSignal = signal(null);
|
|
1630
1624
|
const observer = new IntersectionObserver((e) => {
|
|
1631
1625
|
if (!isRendered())
|
|
1632
1626
|
return;
|
|
@@ -1637,7 +1631,7 @@ const signalElementIntersection = (el, container, options) => {
|
|
|
1637
1631
|
}, options);
|
|
1638
1632
|
effect(() => {
|
|
1639
1633
|
const els = elements();
|
|
1640
|
-
elementIntersectionSignal.set(
|
|
1634
|
+
elementIntersectionSignal.set(null);
|
|
1641
1635
|
if (els.previousElement) {
|
|
1642
1636
|
observer.disconnect();
|
|
1643
1637
|
}
|
|
@@ -1646,9 +1640,9 @@ const signalElementIntersection = (el, container, options) => {
|
|
|
1646
1640
|
}
|
|
1647
1641
|
}, { allowSignalWrites: true });
|
|
1648
1642
|
destroyRef.onDestroy(() => observer.disconnect());
|
|
1649
|
-
return elementIntersectionSignal
|
|
1643
|
+
return elementIntersectionSignal;
|
|
1650
1644
|
};
|
|
1651
|
-
const signalHostElementIntersection = (
|
|
1645
|
+
const signalHostElementIntersection = (options) => signalElementIntersection(inject(ElementRef), options);
|
|
1652
1646
|
|
|
1653
1647
|
const scrollBehaviorSupported = supportsScrollBehavior();
|
|
1654
1648
|
let _uniqueIdCounter = 0;
|
|
@@ -1850,15 +1844,15 @@ class AnimatableDirective {
|
|
|
1850
1844
|
.subscribe();
|
|
1851
1845
|
}
|
|
1852
1846
|
}
|
|
1853
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
1854
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
1847
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AnimatableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1848
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: AnimatableDirective, isStandalone: true, selector: "[etAnimatable]", inputs: { animatedElement: ["etAnimatable", "animatedElement"] }, providers: [
|
|
1855
1849
|
{
|
|
1856
1850
|
provide: ANIMATABLE_TOKEN,
|
|
1857
1851
|
useExisting: AnimatableDirective,
|
|
1858
1852
|
},
|
|
1859
1853
|
], exportAs: ["etAnimatable"], ngImport: i0 }); }
|
|
1860
1854
|
}
|
|
1861
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
1855
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AnimatableDirective, decorators: [{
|
|
1862
1856
|
type: Directive,
|
|
1863
1857
|
args: [{
|
|
1864
1858
|
selector: '[etAnimatable]',
|
|
@@ -1978,15 +1972,15 @@ class AnimatedLifecycleDirective {
|
|
|
1978
1972
|
_forceState(state) {
|
|
1979
1973
|
this._state$.next(state);
|
|
1980
1974
|
}
|
|
1981
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
1982
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
1975
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AnimatedLifecycleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1976
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: AnimatedLifecycleDirective, isStandalone: true, selector: "[etAnimatedLifecycle]", providers: [
|
|
1983
1977
|
{
|
|
1984
1978
|
provide: ANIMATED_LIFECYCLE_TOKEN,
|
|
1985
1979
|
useExisting: AnimatedLifecycleDirective,
|
|
1986
1980
|
},
|
|
1987
1981
|
], exportAs: ["etAnimatedLifecycle"], hostDirectives: [{ directive: AnimatableDirective }], ngImport: i0 }); }
|
|
1988
1982
|
}
|
|
1989
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
1983
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AnimatedLifecycleDirective, decorators: [{
|
|
1990
1984
|
type: Directive,
|
|
1991
1985
|
args: [{
|
|
1992
1986
|
selector: '[etAnimatedLifecycle]',
|
|
@@ -2023,15 +2017,15 @@ class AnimatedIfDirective {
|
|
|
2023
2017
|
.subscribe();
|
|
2024
2018
|
}
|
|
2025
2019
|
}
|
|
2026
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
2027
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
2020
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AnimatedIfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2021
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: AnimatedIfDirective, isStandalone: true, selector: "[etAnimatedIf]", inputs: { shouldRender: ["etAnimatedIf", "shouldRender"] }, providers: [
|
|
2028
2022
|
{
|
|
2029
2023
|
provide: ANIMATED_IF_TOKEN,
|
|
2030
2024
|
useExisting: AnimatedIfDirective,
|
|
2031
2025
|
},
|
|
2032
|
-
],
|
|
2026
|
+
], ngImport: i0 }); }
|
|
2033
2027
|
}
|
|
2034
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
2028
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AnimatedIfDirective, decorators: [{
|
|
2035
2029
|
type: Directive,
|
|
2036
2030
|
args: [{
|
|
2037
2031
|
selector: '[etAnimatedIf]',
|
|
@@ -2042,7 +2036,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.1", ngImpor
|
|
|
2042
2036
|
useExisting: AnimatedIfDirective,
|
|
2043
2037
|
},
|
|
2044
2038
|
],
|
|
2045
|
-
hostDirectives: [NgIf],
|
|
2046
2039
|
}]
|
|
2047
2040
|
}], propDecorators: { shouldRender: [{
|
|
2048
2041
|
type: Input,
|
|
@@ -2054,10 +2047,10 @@ class ClickObserverFactory {
|
|
|
2054
2047
|
create() {
|
|
2055
2048
|
return fromEvent(document, 'click');
|
|
2056
2049
|
}
|
|
2057
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
2058
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.
|
|
2050
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ClickObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2051
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ClickObserverFactory, providedIn: 'root' }); }
|
|
2059
2052
|
}
|
|
2060
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
2053
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ClickObserverFactory, decorators: [{
|
|
2061
2054
|
type: Injectable,
|
|
2062
2055
|
args: [{ providedIn: 'root' }]
|
|
2063
2056
|
}] });
|
|
@@ -2110,10 +2103,10 @@ class ClickObserverService {
|
|
|
2110
2103
|
this._observedElements.delete(element);
|
|
2111
2104
|
}
|
|
2112
2105
|
}
|
|
2113
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
2114
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.
|
|
2106
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ClickObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2107
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ClickObserverService, providedIn: 'root' }); }
|
|
2115
2108
|
}
|
|
2116
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
2109
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ClickObserverService, decorators: [{
|
|
2117
2110
|
type: Injectable,
|
|
2118
2111
|
args: [{ providedIn: 'root' }]
|
|
2119
2112
|
}] });
|
|
@@ -2123,10 +2116,10 @@ class MutationObserverFactory {
|
|
|
2123
2116
|
create(callback) {
|
|
2124
2117
|
return typeof MutationObserver === 'undefined' ? null : new MutationObserver(callback);
|
|
2125
2118
|
}
|
|
2126
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
2127
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.
|
|
2119
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: MutationObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2120
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: MutationObserverFactory, providedIn: 'root' }); }
|
|
2128
2121
|
}
|
|
2129
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
2122
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: MutationObserverFactory, decorators: [{
|
|
2130
2123
|
type: Injectable,
|
|
2131
2124
|
args: [{ providedIn: 'root' }]
|
|
2132
2125
|
}] });
|
|
@@ -2185,10 +2178,10 @@ class ContentObserverService {
|
|
|
2185
2178
|
this._observedElements.delete(element);
|
|
2186
2179
|
}
|
|
2187
2180
|
}
|
|
2188
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
2189
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.
|
|
2181
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ContentObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2182
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ContentObserverService, providedIn: 'root' }); }
|
|
2190
2183
|
}
|
|
2191
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
2184
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ContentObserverService, decorators: [{
|
|
2192
2185
|
type: Injectable,
|
|
2193
2186
|
args: [{ providedIn: 'root' }]
|
|
2194
2187
|
}] });
|
|
@@ -2214,10 +2207,10 @@ class FocusVisibleService {
|
|
|
2214
2207
|
onPointerDown() {
|
|
2215
2208
|
this._hadKeyboardEvent = false;
|
|
2216
2209
|
}
|
|
2217
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
2218
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.
|
|
2210
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: FocusVisibleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2211
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: FocusVisibleService, providedIn: 'root' }); }
|
|
2219
2212
|
}
|
|
2220
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
2213
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: FocusVisibleService, decorators: [{
|
|
2221
2214
|
type: Injectable,
|
|
2222
2215
|
args: [{
|
|
2223
2216
|
providedIn: 'root',
|
|
@@ -2229,10 +2222,10 @@ class IntersectionObserverFactory {
|
|
|
2229
2222
|
create(callback) {
|
|
2230
2223
|
return typeof IntersectionObserver === 'undefined' ? null : new IntersectionObserver(callback);
|
|
2231
2224
|
}
|
|
2232
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
2233
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.
|
|
2225
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: IntersectionObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2226
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: IntersectionObserverFactory, providedIn: 'root' }); }
|
|
2234
2227
|
}
|
|
2235
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
2228
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: IntersectionObserverFactory, decorators: [{
|
|
2236
2229
|
type: Injectable,
|
|
2237
2230
|
args: [{ providedIn: 'root' }]
|
|
2238
2231
|
}] });
|
|
@@ -2287,10 +2280,10 @@ class IntersectionObserverService {
|
|
|
2287
2280
|
this._observedElements.delete(element);
|
|
2288
2281
|
}
|
|
2289
2282
|
}
|
|
2290
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
2291
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.
|
|
2283
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: IntersectionObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2284
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: IntersectionObserverService, providedIn: 'root' }); }
|
|
2292
2285
|
}
|
|
2293
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
2286
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: IntersectionObserverService, decorators: [{
|
|
2294
2287
|
type: Injectable,
|
|
2295
2288
|
args: [{ providedIn: 'root' }]
|
|
2296
2289
|
}] });
|
|
@@ -2300,10 +2293,10 @@ class ResizeObserverFactory {
|
|
|
2300
2293
|
create(callback) {
|
|
2301
2294
|
return typeof ResizeObserver === 'undefined' ? null : new ResizeObserver(callback);
|
|
2302
2295
|
}
|
|
2303
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
2304
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.
|
|
2296
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ResizeObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2297
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ResizeObserverFactory, providedIn: 'root' }); }
|
|
2305
2298
|
}
|
|
2306
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
2299
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ResizeObserverFactory, decorators: [{
|
|
2307
2300
|
type: Injectable,
|
|
2308
2301
|
args: [{ providedIn: 'root' }]
|
|
2309
2302
|
}] });
|
|
@@ -2358,10 +2351,10 @@ class ResizeObserverService {
|
|
|
2358
2351
|
this._observedElements.delete(element);
|
|
2359
2352
|
}
|
|
2360
2353
|
}
|
|
2361
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
2362
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.
|
|
2354
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ResizeObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2355
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ResizeObserverService, providedIn: 'root' }); }
|
|
2363
2356
|
}
|
|
2364
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
2357
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ResizeObserverService, decorators: [{
|
|
2365
2358
|
type: Injectable,
|
|
2366
2359
|
args: [{ providedIn: 'root' }]
|
|
2367
2360
|
}] });
|
|
@@ -2556,10 +2549,10 @@ class RouterStateService {
|
|
|
2556
2549
|
fragment,
|
|
2557
2550
|
};
|
|
2558
2551
|
}
|
|
2559
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
2560
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.
|
|
2552
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: RouterStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2553
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: RouterStateService, providedIn: 'root' }); }
|
|
2561
2554
|
}
|
|
2562
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
2555
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: RouterStateService, decorators: [{
|
|
2563
2556
|
type: Injectable,
|
|
2564
2557
|
args: [{
|
|
2565
2558
|
providedIn: 'root',
|
|
@@ -2775,8 +2768,8 @@ class ViewportService {
|
|
|
2775
2768
|
}
|
|
2776
2769
|
return 'xs';
|
|
2777
2770
|
}
|
|
2778
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
2779
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.
|
|
2771
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ViewportService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2772
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ViewportService, providedIn: 'root' }); }
|
|
2780
2773
|
}
|
|
2781
2774
|
__decorate([
|
|
2782
2775
|
Memo(),
|
|
@@ -2794,7 +2787,7 @@ __decorate([
|
|
|
2794
2787
|
__metadata("design:paramtypes", [Object]),
|
|
2795
2788
|
__metadata("design:returntype", void 0)
|
|
2796
2789
|
], ViewportService.prototype, "_buildMediaQuery", null);
|
|
2797
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
2790
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ViewportService, decorators: [{
|
|
2798
2791
|
type: Injectable,
|
|
2799
2792
|
args: [{
|
|
2800
2793
|
providedIn: 'root',
|
|
@@ -2843,10 +2836,10 @@ class ObserveResizeDirective {
|
|
|
2843
2836
|
_unsubscribe() {
|
|
2844
2837
|
this._currentSubscription?.unsubscribe();
|
|
2845
2838
|
}
|
|
2846
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
2847
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
2839
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ObserveResizeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2840
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: ObserveResizeDirective, isStandalone: true, selector: "[etObserveResize]", inputs: { disabled: ["etObserveResizeDisabled", "disabled"], debounce: ["etObserveResizeDebounce", "debounce"] }, outputs: { valueChange: "etObserveResize" }, exportAs: ["etObserveResize"], ngImport: i0 }); }
|
|
2848
2841
|
}
|
|
2849
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
2842
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ObserveResizeDirective, decorators: [{
|
|
2850
2843
|
type: Directive,
|
|
2851
2844
|
args: [{
|
|
2852
2845
|
selector: '[etObserveResize]',
|
|
@@ -2876,15 +2869,15 @@ class RootBoundaryDirective {
|
|
|
2876
2869
|
set boundaryElement(v) {
|
|
2877
2870
|
this._boundaryElement = v;
|
|
2878
2871
|
}
|
|
2879
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
2880
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
2872
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: RootBoundaryDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2873
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: RootBoundaryDirective, isStandalone: true, selector: "[etRootBoundary]", providers: [
|
|
2881
2874
|
{
|
|
2882
2875
|
provide: ROOT_BOUNDARY_TOKEN,
|
|
2883
2876
|
useExisting: RootBoundaryDirective,
|
|
2884
2877
|
},
|
|
2885
2878
|
], ngImport: i0 }); }
|
|
2886
2879
|
}
|
|
2887
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
2880
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: RootBoundaryDirective, decorators: [{
|
|
2888
2881
|
type: Directive,
|
|
2889
2882
|
args: [{
|
|
2890
2883
|
selector: '[etRootBoundary]',
|
|
@@ -3152,10 +3145,10 @@ class AnimatedOverlayDirective {
|
|
|
3152
3145
|
this._isUnmounting$.next(false);
|
|
3153
3146
|
this._afterClosed?.next();
|
|
3154
3147
|
}
|
|
3155
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
3156
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
3148
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AnimatedOverlayDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3149
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: AnimatedOverlayDirective, isStandalone: true, inputs: { placement: "placement", fallbackPlacements: "fallbackPlacements", offset: "offset", arrowPadding: "arrowPadding", viewportPadding: "viewportPadding", autoResize: "autoResize", autoHide: "autoHide" }, host: { classAttribute: "et-animated-overlay" }, hostDirectives: [{ directive: ObserveResizeDirective }], ngImport: i0 }); }
|
|
3157
3150
|
}
|
|
3158
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
3151
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AnimatedOverlayDirective, decorators: [{
|
|
3159
3152
|
type: Directive,
|
|
3160
3153
|
args: [{
|
|
3161
3154
|
standalone: true,
|
|
@@ -3201,10 +3194,10 @@ class ClickOutsideDirective {
|
|
|
3201
3194
|
ngOnDestroy() {
|
|
3202
3195
|
this._subscription?.unsubscribe();
|
|
3203
3196
|
}
|
|
3204
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
3205
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
3197
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ClickOutsideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3198
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: ClickOutsideDirective, isStandalone: true, selector: "[etClickOutside]", outputs: { etClickOutside: "etClickOutside" }, ngImport: i0 }); }
|
|
3206
3199
|
}
|
|
3207
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
3200
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ClickOutsideDirective, decorators: [{
|
|
3208
3201
|
type: Directive,
|
|
3209
3202
|
args: [{
|
|
3210
3203
|
selector: '[etClickOutside]',
|
|
@@ -3358,10 +3351,10 @@ class CursorDragScrollDirective {
|
|
|
3358
3351
|
this._elementRef.nativeElement.style.cursor = 'default';
|
|
3359
3352
|
}
|
|
3360
3353
|
}
|
|
3361
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
3362
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
3354
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: CursorDragScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3355
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: CursorDragScrollDirective, isStandalone: true, selector: "[etCursorDragScroll]", inputs: { enabled: ["etCursorDragScroll", "enabled"], allowedDirection: "allowedDirection" }, outputs: { cursorDragStart: "cursorDragStart", cursorDragMove: "cursorDragMove", cursorDragEnd: "cursorDragEnd" }, exportAs: ["etCursorDragScroll"], ngImport: i0 }); }
|
|
3363
3356
|
}
|
|
3364
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
3357
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: CursorDragScrollDirective, decorators: [{
|
|
3365
3358
|
type: Directive,
|
|
3366
3359
|
args: [{
|
|
3367
3360
|
selector: '[etCursorDragScroll]',
|
|
@@ -3394,15 +3387,15 @@ class DebugDirective {
|
|
|
3394
3387
|
set sDebug(value) {
|
|
3395
3388
|
this._debug.set(value);
|
|
3396
3389
|
}
|
|
3397
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
3398
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.
|
|
3390
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: DebugDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3391
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.2", type: DebugDirective, isStandalone: true, selector: "[etDebug]", inputs: { sDebug: ["etDebug", "sDebug", booleanAttribute] }, providers: [
|
|
3399
3392
|
{
|
|
3400
3393
|
provide: DEBUG_TOKEN,
|
|
3401
3394
|
useExisting: DebugDirective,
|
|
3402
3395
|
},
|
|
3403
3396
|
], exportAs: ["etDebug"], ngImport: i0 }); }
|
|
3404
3397
|
}
|
|
3405
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
3398
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: DebugDirective, decorators: [{
|
|
3406
3399
|
type: Directive,
|
|
3407
3400
|
args: [{
|
|
3408
3401
|
selector: '[etDebug]',
|
|
@@ -3449,15 +3442,15 @@ class DelayableDirective {
|
|
|
3449
3442
|
}
|
|
3450
3443
|
this._isDelayed$.next(val);
|
|
3451
3444
|
}
|
|
3452
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
3453
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
3445
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: DelayableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3446
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: DelayableDirective, isStandalone: true, selector: "[etDelayable]", providers: [
|
|
3454
3447
|
{
|
|
3455
3448
|
provide: DELAYABLE_TOKEN,
|
|
3456
3449
|
useExisting: DelayableDirective,
|
|
3457
3450
|
},
|
|
3458
3451
|
], exportAs: ["etDelayable"], ngImport: i0 }); }
|
|
3459
3452
|
}
|
|
3460
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
3453
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: DelayableDirective, decorators: [{
|
|
3461
3454
|
type: Directive,
|
|
3462
3455
|
args: [{
|
|
3463
3456
|
selector: '[etDelayable]',
|
|
@@ -3478,15 +3471,15 @@ class IsActiveElementDirective {
|
|
|
3478
3471
|
this.elementRef = inject(ElementRef);
|
|
3479
3472
|
this.isActiveElement = false;
|
|
3480
3473
|
}
|
|
3481
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
3482
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.
|
|
3474
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: IsActiveElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3475
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.2", type: IsActiveElementDirective, isStandalone: true, selector: "[etIsActiveElement]", inputs: { isActiveElement: ["etIsActiveElement", "isActiveElement", booleanAttribute] }, providers: [
|
|
3483
3476
|
{
|
|
3484
3477
|
provide: IS_ACTIVE_ELEMENT,
|
|
3485
3478
|
useExisting: IsActiveElementDirective,
|
|
3486
3479
|
},
|
|
3487
3480
|
], ngImport: i0 }); }
|
|
3488
3481
|
}
|
|
3489
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
3482
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: IsActiveElementDirective, decorators: [{
|
|
3490
3483
|
type: Directive,
|
|
3491
3484
|
args: [{
|
|
3492
3485
|
selector: '[etIsActiveElement]',
|
|
@@ -3509,15 +3502,15 @@ class IsElementDirective {
|
|
|
3509
3502
|
this.elementRef = inject(ElementRef);
|
|
3510
3503
|
this.isElement = false;
|
|
3511
3504
|
}
|
|
3512
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
3513
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.
|
|
3505
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: IsElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3506
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.2", type: IsElementDirective, isStandalone: true, selector: "[etIsElement]", inputs: { isElement: ["etIsElement", "isElement", booleanAttribute] }, providers: [
|
|
3514
3507
|
{
|
|
3515
3508
|
provide: IS_ELEMENT,
|
|
3516
3509
|
useExisting: IsElementDirective,
|
|
3517
3510
|
},
|
|
3518
3511
|
], ngImport: i0 }); }
|
|
3519
3512
|
}
|
|
3520
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
3513
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: IsElementDirective, decorators: [{
|
|
3521
3514
|
type: Directive,
|
|
3522
3515
|
args: [{
|
|
3523
3516
|
selector: '[etIsElement]',
|
|
@@ -3566,10 +3559,10 @@ class LetDirective {
|
|
|
3566
3559
|
}
|
|
3567
3560
|
}
|
|
3568
3561
|
}
|
|
3569
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
3570
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
3562
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: LetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3563
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: LetDirective, isStandalone: true, selector: "[etLet]", inputs: { etLet: "etLet" }, ngImport: i0 }); }
|
|
3571
3564
|
}
|
|
3572
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
3565
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: LetDirective, decorators: [{
|
|
3573
3566
|
type: Directive,
|
|
3574
3567
|
args: [{
|
|
3575
3568
|
selector: '[etLet]',
|
|
@@ -3621,10 +3614,10 @@ class ObserveContentDirective {
|
|
|
3621
3614
|
_unsubscribe() {
|
|
3622
3615
|
this._currentSubscription?.unsubscribe();
|
|
3623
3616
|
}
|
|
3624
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
3625
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
3617
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ObserveContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3618
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: ObserveContentDirective, isStandalone: true, selector: "[etObserveContent]", inputs: { disabled: ["etObserveContentDisabled", "disabled"], debounce: ["etObserveContentDebounce", "debounce"] }, outputs: { valueChange: "etObserveContent" }, exportAs: ["etObserveContent"], ngImport: i0 }); }
|
|
3626
3619
|
}
|
|
3627
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
3620
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ObserveContentDirective, decorators: [{
|
|
3628
3621
|
type: Directive,
|
|
3629
3622
|
args: [{
|
|
3630
3623
|
selector: '[etObserveContent]',
|
|
@@ -3647,10 +3640,10 @@ class ScrollObserverFirstElementDirective {
|
|
|
3647
3640
|
constructor() {
|
|
3648
3641
|
this.isFirstElement = false;
|
|
3649
3642
|
}
|
|
3650
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
3651
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.
|
|
3643
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ScrollObserverFirstElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3644
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.2", type: ScrollObserverFirstElementDirective, isStandalone: true, selector: "[etScrollObserverFirstElement]", inputs: { isFirstElement: ["etScrollObserverFirstElement", "isFirstElement", booleanAttribute] }, host: { properties: { "class.et-scroll-observer-first-element": "this.isFirstElement" } }, ngImport: i0 }); }
|
|
3652
3645
|
}
|
|
3653
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
3646
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ScrollObserverFirstElementDirective, decorators: [{
|
|
3654
3647
|
type: Directive,
|
|
3655
3648
|
args: [{
|
|
3656
3649
|
selector: '[etScrollObserverFirstElement]',
|
|
@@ -3666,10 +3659,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.1", ngImpor
|
|
|
3666
3659
|
|
|
3667
3660
|
const SCROLL_OBSERVER_IGNORE_TARGET_CLASS = 'et-scroll-observer-ignore-target';
|
|
3668
3661
|
class ScrollObserverIgnoreTargetDirective {
|
|
3669
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
3670
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
3662
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3663
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: ScrollObserverIgnoreTargetDirective, isStandalone: true, selector: "[etScrollObserverIgnoreTarget]", host: { classAttribute: "et-scroll-observer-ignore-target" }, ngImport: i0 }); }
|
|
3671
3664
|
}
|
|
3672
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
3665
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, decorators: [{
|
|
3673
3666
|
type: Directive,
|
|
3674
3667
|
args: [{
|
|
3675
3668
|
selector: '[etScrollObserverIgnoreTarget]',
|
|
@@ -3685,10 +3678,10 @@ class ScrollObserverLastElementDirective {
|
|
|
3685
3678
|
constructor() {
|
|
3686
3679
|
this.isLastElement = false;
|
|
3687
3680
|
}
|
|
3688
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
3689
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.
|
|
3681
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ScrollObserverLastElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3682
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.2", type: ScrollObserverLastElementDirective, isStandalone: true, selector: "[etScrollObserverLastElement]", inputs: { isLastElement: ["etScrollObserverLastElement", "isLastElement", booleanAttribute] }, host: { properties: { "class.et-scroll-observer-last-element": "this.isLastElement" }, classAttribute: "et-scroll-observer-last-element" }, ngImport: i0 }); }
|
|
3690
3683
|
}
|
|
3691
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
3684
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ScrollObserverLastElementDirective, decorators: [{
|
|
3692
3685
|
type: Directive,
|
|
3693
3686
|
args: [{
|
|
3694
3687
|
selector: '[etScrollObserverLastElement]',
|
|
@@ -3847,15 +3840,15 @@ class ObserveScrollStateDirective {
|
|
|
3847
3840
|
}
|
|
3848
3841
|
return element;
|
|
3849
3842
|
}
|
|
3850
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
3851
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.
|
|
3843
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ObserveScrollStateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3844
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.2", type: ObserveScrollStateDirective, isStandalone: true, selector: "[etObserveScrollState]", inputs: { rootMargin: ["rootMargin", "rootMargin", numberAttribute], observerThreshold: "observerThreshold" }, outputs: { valueChange: "etObserveScrollState" }, providers: [
|
|
3852
3845
|
{
|
|
3853
3846
|
provide: OBSERVE_SCROLL_STATE,
|
|
3854
3847
|
useExisting: ObserveScrollStateDirective,
|
|
3855
3848
|
},
|
|
3856
3849
|
], exportAs: ["etObserveScrollState"], ngImport: i0 }); }
|
|
3857
3850
|
}
|
|
3858
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
3851
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ObserveScrollStateDirective, decorators: [{
|
|
3859
3852
|
type: Directive,
|
|
3860
3853
|
args: [{
|
|
3861
3854
|
selector: '[etObserveScrollState]',
|
|
@@ -3925,15 +3918,15 @@ class ObserveVisibilityDirective {
|
|
|
3925
3918
|
}))
|
|
3926
3919
|
.subscribe();
|
|
3927
3920
|
}
|
|
3928
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
3929
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
3921
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ObserveVisibilityDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3922
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: ObserveVisibilityDirective, isStandalone: true, selector: "[etObserveVisibility]", outputs: { etObserveVisibility: "etObserveVisibility" }, host: { classAttribute: "et-observe-visibility" }, providers: [
|
|
3930
3923
|
{
|
|
3931
3924
|
provide: OBSERVE_VISIBILITY_TOKEN,
|
|
3932
3925
|
useExisting: ObserveVisibilityDirective,
|
|
3933
3926
|
},
|
|
3934
3927
|
], ngImport: i0 }); }
|
|
3935
3928
|
}
|
|
3936
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
3929
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ObserveVisibilityDirective, decorators: [{
|
|
3937
3930
|
type: Directive,
|
|
3938
3931
|
args: [{
|
|
3939
3932
|
selector: '[etObserveVisibility]',
|
|
@@ -3971,10 +3964,10 @@ class RepeatDirective {
|
|
|
3971
3964
|
this._viewContainerRef.createEmbeddedView(this._mainTemplateRef);
|
|
3972
3965
|
}
|
|
3973
3966
|
}
|
|
3974
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
3975
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
3967
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: RepeatDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3968
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: RepeatDirective, isStandalone: true, selector: "[etRepeat]", inputs: { repeatCount: ["etRepeat", "repeatCount"] }, ngImport: i0 }); }
|
|
3976
3969
|
}
|
|
3977
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
3970
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: RepeatDirective, decorators: [{
|
|
3978
3971
|
type: Directive,
|
|
3979
3972
|
args: [{
|
|
3980
3973
|
selector: '[etRepeat]',
|
|
@@ -4143,10 +4136,10 @@ class SeoDirective {
|
|
|
4143
4136
|
}
|
|
4144
4137
|
}
|
|
4145
4138
|
}
|
|
4146
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
4147
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
4139
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: SeoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4140
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: SeoDirective, isStandalone: true, providers: [{ provide: SEO_DIRECTIVE_TOKEN, useExisting: SeoDirective }], ngImport: i0 }); }
|
|
4148
4141
|
}
|
|
4149
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
4142
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: SeoDirective, decorators: [{
|
|
4150
4143
|
type: Directive,
|
|
4151
4144
|
args: [{
|
|
4152
4145
|
standalone: true,
|
|
@@ -4322,10 +4315,10 @@ class InferMimeTypePipe {
|
|
|
4322
4315
|
constructor() {
|
|
4323
4316
|
this.transform = inferMimeType;
|
|
4324
4317
|
}
|
|
4325
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
4326
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.
|
|
4318
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: InferMimeTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4319
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.2", ngImport: i0, type: InferMimeTypePipe, isStandalone: true, name: "inferMimeType" }); }
|
|
4327
4320
|
}
|
|
4328
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
4321
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: InferMimeTypePipe, decorators: [{
|
|
4329
4322
|
type: Pipe,
|
|
4330
4323
|
args: [{
|
|
4331
4324
|
name: 'inferMimeType',
|
|
@@ -4371,10 +4364,10 @@ class NormalizeGameResultTypePipe {
|
|
|
4371
4364
|
constructor() {
|
|
4372
4365
|
this.transform = normalizeGameResultType;
|
|
4373
4366
|
}
|
|
4374
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
4375
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.
|
|
4367
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: NormalizeGameResultTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4368
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.2", ngImport: i0, type: NormalizeGameResultTypePipe, isStandalone: true, name: "etNormalizeGameResultType" }); }
|
|
4376
4369
|
}
|
|
4377
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
4370
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: NormalizeGameResultTypePipe, decorators: [{
|
|
4378
4371
|
type: Pipe,
|
|
4379
4372
|
args: [{ name: 'etNormalizeGameResultType', standalone: true }]
|
|
4380
4373
|
}] });
|
|
@@ -4402,10 +4395,10 @@ class NormalizeMatchStatePipe {
|
|
|
4402
4395
|
constructor() {
|
|
4403
4396
|
this.transform = normalizeMatchState;
|
|
4404
4397
|
}
|
|
4405
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
4406
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.
|
|
4398
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: NormalizeMatchStatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4399
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.2", ngImport: i0, type: NormalizeMatchStatePipe, isStandalone: true, name: "etNormalizeMatchState" }); }
|
|
4407
4400
|
}
|
|
4408
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
4401
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: NormalizeMatchStatePipe, decorators: [{
|
|
4409
4402
|
type: Pipe,
|
|
4410
4403
|
args: [{ name: 'etNormalizeMatchState', standalone: true }]
|
|
4411
4404
|
}] });
|
|
@@ -4460,10 +4453,10 @@ class NormalizeMatchParticipantsPipe {
|
|
|
4460
4453
|
constructor() {
|
|
4461
4454
|
this.transform = normalizeMatchParticipants;
|
|
4462
4455
|
}
|
|
4463
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
4464
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.
|
|
4456
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: NormalizeMatchParticipantsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4457
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.2", ngImport: i0, type: NormalizeMatchParticipantsPipe, isStandalone: true, name: "etNormalizeMatchParticipants" }); }
|
|
4465
4458
|
}
|
|
4466
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
4459
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: NormalizeMatchParticipantsPipe, decorators: [{
|
|
4467
4460
|
type: Pipe,
|
|
4468
4461
|
args: [{ name: 'etNormalizeMatchParticipants', standalone: true }]
|
|
4469
4462
|
}] });
|
|
@@ -4597,10 +4590,10 @@ class NormalizeMatchScorePipe {
|
|
|
4597
4590
|
constructor() {
|
|
4598
4591
|
this.transform = normalizeMatchScore;
|
|
4599
4592
|
}
|
|
4600
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
4601
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.
|
|
4593
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: NormalizeMatchScorePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4594
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.2", ngImport: i0, type: NormalizeMatchScorePipe, isStandalone: true, name: "etNormalizeMatchScore" }); }
|
|
4602
4595
|
}
|
|
4603
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
4596
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: NormalizeMatchScorePipe, decorators: [{
|
|
4604
4597
|
type: Pipe,
|
|
4605
4598
|
args: [{ name: 'etNormalizeMatchScore', standalone: true }]
|
|
4606
4599
|
}] });
|
|
@@ -4647,10 +4640,10 @@ class NormalizeMatchTypePipe {
|
|
|
4647
4640
|
constructor() {
|
|
4648
4641
|
this.transform = normalizeMatchType;
|
|
4649
4642
|
}
|
|
4650
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
4651
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.
|
|
4643
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: NormalizeMatchTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4644
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.2", ngImport: i0, type: NormalizeMatchTypePipe, isStandalone: true, name: "etNormalizeMatchType" }); }
|
|
4652
4645
|
}
|
|
4653
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
4646
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: NormalizeMatchTypePipe, decorators: [{
|
|
4654
4647
|
type: Pipe,
|
|
4655
4648
|
args: [{ name: 'etNormalizeMatchType', standalone: true }]
|
|
4656
4649
|
}] });
|
|
@@ -4664,10 +4657,10 @@ class ToArrayPipe {
|
|
|
4664
4657
|
constructor() {
|
|
4665
4658
|
this.transform = toArray;
|
|
4666
4659
|
}
|
|
4667
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
4668
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.
|
|
4660
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ToArrayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4661
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.2", ngImport: i0, type: ToArrayPipe, isStandalone: true, name: "toArray" }); }
|
|
4669
4662
|
}
|
|
4670
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
4663
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ToArrayPipe, decorators: [{
|
|
4671
4664
|
type: Pipe,
|
|
4672
4665
|
args: [{ name: 'toArray', standalone: true }]
|
|
4673
4666
|
}] });
|