@ethlete/core 4.2.3 → 4.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/components/structured-data/structured-data.component.mjs +3 -3
- package/esm2022/lib/directives/animatable/animatable.directive.mjs +3 -3
- package/esm2022/lib/directives/animated-if/animated-if.directive.mjs +3 -3
- package/esm2022/lib/directives/animated-lifecycle/animated-lifecycle.directive.mjs +3 -3
- package/esm2022/lib/directives/animated-overlay/animated-overlay.directive.mjs +3 -3
- package/esm2022/lib/directives/click-outside/click-outside.directive.mjs +3 -3
- package/esm2022/lib/directives/cursor-drag-scroll/cursor-drag-scroll.directive.mjs +3 -3
- package/esm2022/lib/directives/debug/debug.directive.mjs +3 -3
- package/esm2022/lib/directives/delayable/delayable.directive.mjs +3 -3
- package/esm2022/lib/directives/is-active-element/is-active-element.directive.mjs +3 -3
- package/esm2022/lib/directives/is-element/is-element.directive.mjs +3 -3
- package/esm2022/lib/directives/let/let.directive.mjs +3 -3
- package/esm2022/lib/directives/observe-content/observe-content.directive.mjs +3 -3
- package/esm2022/lib/directives/observe-resize/observe-resize.directive.mjs +3 -3
- package/esm2022/lib/directives/observe-scroll-state/observe-scroll-state.directive.mjs +3 -3
- package/esm2022/lib/directives/observe-visibility/observe-visibility.directive.mjs +3 -3
- package/esm2022/lib/directives/repeat/repeat.directive.mjs +3 -3
- package/esm2022/lib/directives/root-boundary/root-boundary.directive.mjs +3 -3
- package/esm2022/lib/directives/scroll-observer-first-element/scroll-observer-first-element.directive.mjs +3 -3
- package/esm2022/lib/directives/scroll-observer-ignore-target/scroll-observer-ignore-target.directive.mjs +3 -3
- package/esm2022/lib/directives/scroll-observer-last-element/scroll-observer-last-element.directive.mjs +3 -3
- package/esm2022/lib/directives/seo/seo.directive.mjs +3 -3
- package/esm2022/lib/pipes/infer-mime-type/infer-mime-type.pipe.mjs +3 -3
- package/esm2022/lib/pipes/normalize-game-result-type/normalize-game-result-type.pipe.mjs +3 -3
- package/esm2022/lib/pipes/normalize-match-participants/normalize-match-participants.pipe.mjs +3 -3
- package/esm2022/lib/pipes/normalize-match-score/normalize-match-score.pipe.mjs +3 -3
- package/esm2022/lib/pipes/normalize-match-state/normalize-match-state.pipe.mjs +3 -3
- package/esm2022/lib/pipes/normalize-match-type/normalize-match-type.pipe.mjs +3 -3
- package/esm2022/lib/pipes/to-array/to-array.pipe.mjs +3 -3
- package/esm2022/lib/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/intersection-observer.utils.mjs +27 -0
- package/esm2022/lib/utils/public-api.mjs +2 -1
- package/esm2022/lib/utils/signal.utils.mjs +65 -21
- package/fesm2022/ethlete-core.mjs +213 -142
- package/fesm2022/ethlete-core.mjs.map +1 -1
- package/lib/utils/intersection-observer.utils.d.ts +14 -0
- package/lib/utils/public-api.d.ts +1 -0
- package/lib/utils/signal.utils.d.ts +7 -3
- package/package.json +6 -6
|
@@ -28,10 +28,10 @@ class StructuredDataComponent {
|
|
|
28
28
|
const html = `<script type="application/ld+json">${json}</script>`;
|
|
29
29
|
return this._sanitizer.bypassSecurityTrustHtml(html);
|
|
30
30
|
}
|
|
31
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
32
|
-
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.3", ngImport: i0, type: StructuredDataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
32
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.3", type: StructuredDataComponent, isStandalone: true, selector: "et-structured-data", inputs: { data: "data" }, host: { properties: { "innerHTML": "this.jsonLD" }, styleAttribute: "display: none" }, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
33
33
|
}
|
|
34
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
34
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: StructuredDataComponent, decorators: [{
|
|
35
35
|
type: Component,
|
|
36
36
|
args: [{
|
|
37
37
|
selector: 'et-structured-data',
|
|
@@ -624,6 +624,33 @@ const getFormGroupValue = (formGroup) => {
|
|
|
624
624
|
return value;
|
|
625
625
|
};
|
|
626
626
|
|
|
627
|
+
const getFirstAndLastPartialIntersection = (intersections) => {
|
|
628
|
+
const firstIntersecting = intersections.find((i) => i.intersectionRatio > 0);
|
|
629
|
+
const lastIntersecting = [...intersections].reverse().find((i) => i.intersectionRatio > 0);
|
|
630
|
+
const firstIntersectingIndex = intersections.findIndex((i) => i === firstIntersecting);
|
|
631
|
+
const lastIntersectingIndex = intersections.findIndex((i) => i === lastIntersecting);
|
|
632
|
+
if (!firstIntersecting || !lastIntersecting)
|
|
633
|
+
return null;
|
|
634
|
+
const greaterIntersecting = firstIntersecting.intersectionRatio > lastIntersecting.intersectionRatio ? firstIntersecting : lastIntersecting;
|
|
635
|
+
const greaterIntersectingIndex = firstIntersecting.intersectionRatio > lastIntersecting.intersectionRatio
|
|
636
|
+
? firstIntersectingIndex
|
|
637
|
+
: lastIntersectingIndex;
|
|
638
|
+
return {
|
|
639
|
+
first: {
|
|
640
|
+
intersection: firstIntersecting,
|
|
641
|
+
index: firstIntersectingIndex,
|
|
642
|
+
},
|
|
643
|
+
last: {
|
|
644
|
+
intersection: lastIntersecting,
|
|
645
|
+
index: lastIntersectingIndex,
|
|
646
|
+
},
|
|
647
|
+
biggest: {
|
|
648
|
+
intersection: greaterIntersecting,
|
|
649
|
+
index: greaterIntersectingIndex,
|
|
650
|
+
},
|
|
651
|
+
};
|
|
652
|
+
};
|
|
653
|
+
|
|
627
654
|
class KeyPressManager {
|
|
628
655
|
constructor(key) {
|
|
629
656
|
this.key = key;
|
|
@@ -1412,10 +1439,15 @@ function isElementSignal(el) {
|
|
|
1412
1439
|
}
|
|
1413
1440
|
return false;
|
|
1414
1441
|
}
|
|
1415
|
-
const documentElementSignal = () => signal({
|
|
1442
|
+
const documentElementSignal = () => signal({
|
|
1443
|
+
currentElement: document.documentElement,
|
|
1444
|
+
previousElement: null,
|
|
1445
|
+
currentElements: [document.documentElement],
|
|
1446
|
+
previousElements: [],
|
|
1447
|
+
});
|
|
1416
1448
|
const buildElementSignal = (el) => {
|
|
1417
1449
|
if (el === null || el === undefined) {
|
|
1418
|
-
return signal({ currentElement: null, previousElement: null });
|
|
1450
|
+
return signal({ currentElement: null, previousElement: null, currentElements: [], previousElements: [] });
|
|
1419
1451
|
}
|
|
1420
1452
|
if (isElementSignal(el)) {
|
|
1421
1453
|
return el;
|
|
@@ -1423,28 +1455,34 @@ const buildElementSignal = (el) => {
|
|
|
1423
1455
|
let mElSignal = null;
|
|
1424
1456
|
const switchElement = () => switchMap((elOrRef) => {
|
|
1425
1457
|
if (elOrRef instanceof QueryList) {
|
|
1426
|
-
return elOrRef.changes.pipe(startWith(elOrRef), map(() =>
|
|
1458
|
+
return elOrRef.changes.pipe(startWith(elOrRef), map(() => elOrRef.toArray().map((r) => coerceElement(r))));
|
|
1459
|
+
}
|
|
1460
|
+
else if (Array.isArray(elOrRef)) {
|
|
1461
|
+
return of(elOrRef.map((r) => coerceElement(r)));
|
|
1427
1462
|
}
|
|
1428
1463
|
else {
|
|
1429
|
-
|
|
1464
|
+
const coercedEl = coerceElement(elOrRef);
|
|
1465
|
+
return of(coercedEl ? [coercedEl] : null);
|
|
1430
1466
|
}
|
|
1431
1467
|
});
|
|
1432
1468
|
if (el instanceof Observable) {
|
|
1433
1469
|
mElSignal = toSignal(el.pipe(switchElement()), { initialValue: null });
|
|
1434
1470
|
}
|
|
1435
1471
|
else if (isSignal(el)) {
|
|
1436
|
-
mElSignal = toSignal(toObservable(el).pipe(switchElement()));
|
|
1472
|
+
mElSignal = toSignal(toObservable(el).pipe(switchElement()), { initialValue: null });
|
|
1437
1473
|
}
|
|
1438
1474
|
else if (el instanceof QueryList) {
|
|
1439
|
-
mElSignal = toSignal(el.changes.pipe(startWith(el), map(() =>
|
|
1475
|
+
mElSignal = toSignal(el.changes.pipe(startWith(el), map(() => el.toArray().map((r) => coerceElement(r)))), { initialValue: null });
|
|
1440
1476
|
}
|
|
1441
1477
|
else {
|
|
1442
|
-
mElSignal = signal(coerceElement(el));
|
|
1443
|
-
}
|
|
1444
|
-
return toSignal(toObservable(mElSignal).pipe(startWith(null), pairwise(), map(([
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1478
|
+
mElSignal = signal([coerceElement(el)]);
|
|
1479
|
+
}
|
|
1480
|
+
return toSignal(toObservable(mElSignal).pipe(startWith(null), pairwise(), map(([previousElements, currentElements]) => ({
|
|
1481
|
+
previousElements: previousElements ?? [],
|
|
1482
|
+
currentElements: currentElements ?? [],
|
|
1483
|
+
currentElement: currentElements?.[0] ?? null,
|
|
1484
|
+
previousElement: previousElements?.[0] ?? null,
|
|
1485
|
+
}))), { initialValue: { currentElement: null, previousElement: null, previousElements: [], currentElements: [] } });
|
|
1448
1486
|
};
|
|
1449
1487
|
const buildSignalEffects = (config) => {
|
|
1450
1488
|
const { map, eachItemFn, cleanupFn } = config;
|
|
@@ -1653,36 +1691,69 @@ const signalElementIntersection = (el, options) => {
|
|
|
1653
1691
|
const root = options?.root ? buildElementSignal(options?.root) : documentElementSignal();
|
|
1654
1692
|
const zone = inject(NgZone);
|
|
1655
1693
|
const isRendered = signalIsRendered();
|
|
1656
|
-
const
|
|
1694
|
+
const isEnabled = options?.enabled ?? signal(true);
|
|
1695
|
+
const elementIntersectionSignal = signal([]);
|
|
1657
1696
|
const observer = signal(null);
|
|
1658
1697
|
effect(() => {
|
|
1659
1698
|
const rootEl = root().currentElement;
|
|
1660
1699
|
untracked(() => observer()?.disconnect());
|
|
1661
|
-
const newObserver = new IntersectionObserver((
|
|
1700
|
+
const newObserver = new IntersectionObserver((entries) => {
|
|
1662
1701
|
if (!isRendered())
|
|
1663
1702
|
return;
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1703
|
+
let currentValues = untracked(() => [...elementIntersectionSignal()]);
|
|
1704
|
+
for (const entry of entries) {
|
|
1705
|
+
const existingEntryIndex = currentValues.findIndex((v) => v.target === entry.target);
|
|
1706
|
+
if (existingEntryIndex !== -1) {
|
|
1707
|
+
currentValues = [
|
|
1708
|
+
...currentValues.slice(0, existingEntryIndex),
|
|
1709
|
+
entry,
|
|
1710
|
+
...currentValues.slice(existingEntryIndex + 1),
|
|
1711
|
+
];
|
|
1712
|
+
}
|
|
1713
|
+
else {
|
|
1714
|
+
currentValues = [...currentValues, entry];
|
|
1715
|
+
}
|
|
1667
1716
|
}
|
|
1717
|
+
zone.run(() => elementIntersectionSignal.set(currentValues));
|
|
1668
1718
|
}, { ...options, root: rootEl });
|
|
1669
1719
|
observer.set(newObserver);
|
|
1670
1720
|
}, { allowSignalWrites: true });
|
|
1671
1721
|
effect(() => {
|
|
1672
1722
|
const els = elements();
|
|
1673
1723
|
const obs = observer();
|
|
1674
|
-
|
|
1675
|
-
|
|
1724
|
+
const enabled = isEnabled();
|
|
1725
|
+
elementIntersectionSignal.set([]);
|
|
1726
|
+
if (els.previousElements.length) {
|
|
1676
1727
|
obs?.disconnect();
|
|
1677
1728
|
}
|
|
1678
|
-
if (els.
|
|
1679
|
-
|
|
1729
|
+
if (els.currentElements.length && !!enabled) {
|
|
1730
|
+
for (const el of els.currentElements) {
|
|
1731
|
+
obs?.observe(el);
|
|
1732
|
+
}
|
|
1680
1733
|
}
|
|
1681
1734
|
}, { allowSignalWrites: true });
|
|
1682
1735
|
destroyRef.onDestroy(() => observer()?.disconnect());
|
|
1683
1736
|
return elementIntersectionSignal;
|
|
1684
1737
|
};
|
|
1685
1738
|
const signalHostElementIntersection = (options) => signalElementIntersection(inject(ElementRef), options);
|
|
1739
|
+
const signalElementChildren = (el) => {
|
|
1740
|
+
const elements = buildElementSignal(el);
|
|
1741
|
+
const mutations = signalElementMutations(elements, { childList: true, subtree: true, attributes: true });
|
|
1742
|
+
return computed(() => {
|
|
1743
|
+
const els = elements();
|
|
1744
|
+
mutations();
|
|
1745
|
+
if (!els.currentElement)
|
|
1746
|
+
return [];
|
|
1747
|
+
const children = [];
|
|
1748
|
+
for (let index = 0; index < els.currentElement.children.length; index++) {
|
|
1749
|
+
const element = els.currentElement.children[index];
|
|
1750
|
+
if (element instanceof HTMLElement) {
|
|
1751
|
+
children.push(element);
|
|
1752
|
+
}
|
|
1753
|
+
}
|
|
1754
|
+
return children;
|
|
1755
|
+
});
|
|
1756
|
+
};
|
|
1686
1757
|
|
|
1687
1758
|
const scrollBehaviorSupported = supportsScrollBehavior();
|
|
1688
1759
|
let _uniqueIdCounter = 0;
|
|
@@ -1884,15 +1955,15 @@ class AnimatableDirective {
|
|
|
1884
1955
|
.subscribe();
|
|
1885
1956
|
}
|
|
1886
1957
|
}
|
|
1887
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
1888
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
1958
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: AnimatableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1959
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.3", type: AnimatableDirective, isStandalone: true, selector: "[etAnimatable]", inputs: { animatedElement: ["etAnimatable", "animatedElement"] }, providers: [
|
|
1889
1960
|
{
|
|
1890
1961
|
provide: ANIMATABLE_TOKEN,
|
|
1891
1962
|
useExisting: AnimatableDirective,
|
|
1892
1963
|
},
|
|
1893
1964
|
], exportAs: ["etAnimatable"], ngImport: i0 }); }
|
|
1894
1965
|
}
|
|
1895
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
1966
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: AnimatableDirective, decorators: [{
|
|
1896
1967
|
type: Directive,
|
|
1897
1968
|
args: [{
|
|
1898
1969
|
selector: '[etAnimatable]',
|
|
@@ -2012,15 +2083,15 @@ class AnimatedLifecycleDirective {
|
|
|
2012
2083
|
_forceState(state) {
|
|
2013
2084
|
this._state$.next(state);
|
|
2014
2085
|
}
|
|
2015
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
2016
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
2086
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: AnimatedLifecycleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2087
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.3", type: AnimatedLifecycleDirective, isStandalone: true, selector: "[etAnimatedLifecycle]", providers: [
|
|
2017
2088
|
{
|
|
2018
2089
|
provide: ANIMATED_LIFECYCLE_TOKEN,
|
|
2019
2090
|
useExisting: AnimatedLifecycleDirective,
|
|
2020
2091
|
},
|
|
2021
2092
|
], exportAs: ["etAnimatedLifecycle"], hostDirectives: [{ directive: AnimatableDirective }], ngImport: i0 }); }
|
|
2022
2093
|
}
|
|
2023
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
2094
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: AnimatedLifecycleDirective, decorators: [{
|
|
2024
2095
|
type: Directive,
|
|
2025
2096
|
args: [{
|
|
2026
2097
|
selector: '[etAnimatedLifecycle]',
|
|
@@ -2057,15 +2128,15 @@ class AnimatedIfDirective {
|
|
|
2057
2128
|
.subscribe();
|
|
2058
2129
|
}
|
|
2059
2130
|
}
|
|
2060
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
2061
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
2131
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: AnimatedIfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2132
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.3", type: AnimatedIfDirective, isStandalone: true, selector: "[etAnimatedIf]", inputs: { shouldRender: ["etAnimatedIf", "shouldRender"] }, providers: [
|
|
2062
2133
|
{
|
|
2063
2134
|
provide: ANIMATED_IF_TOKEN,
|
|
2064
2135
|
useExisting: AnimatedIfDirective,
|
|
2065
2136
|
},
|
|
2066
2137
|
], ngImport: i0 }); }
|
|
2067
2138
|
}
|
|
2068
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
2139
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: AnimatedIfDirective, decorators: [{
|
|
2069
2140
|
type: Directive,
|
|
2070
2141
|
args: [{
|
|
2071
2142
|
selector: '[etAnimatedIf]',
|
|
@@ -2087,10 +2158,10 @@ class ClickObserverFactory {
|
|
|
2087
2158
|
create() {
|
|
2088
2159
|
return fromEvent(document, 'click');
|
|
2089
2160
|
}
|
|
2090
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
2091
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.
|
|
2161
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ClickObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2162
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ClickObserverFactory, providedIn: 'root' }); }
|
|
2092
2163
|
}
|
|
2093
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
2164
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ClickObserverFactory, decorators: [{
|
|
2094
2165
|
type: Injectable,
|
|
2095
2166
|
args: [{ providedIn: 'root' }]
|
|
2096
2167
|
}] });
|
|
@@ -2143,10 +2214,10 @@ class ClickObserverService {
|
|
|
2143
2214
|
this._observedElements.delete(element);
|
|
2144
2215
|
}
|
|
2145
2216
|
}
|
|
2146
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
2147
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.
|
|
2217
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ClickObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2218
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ClickObserverService, providedIn: 'root' }); }
|
|
2148
2219
|
}
|
|
2149
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
2220
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ClickObserverService, decorators: [{
|
|
2150
2221
|
type: Injectable,
|
|
2151
2222
|
args: [{ providedIn: 'root' }]
|
|
2152
2223
|
}] });
|
|
@@ -2156,10 +2227,10 @@ class MutationObserverFactory {
|
|
|
2156
2227
|
create(callback) {
|
|
2157
2228
|
return typeof MutationObserver === 'undefined' ? null : new MutationObserver(callback);
|
|
2158
2229
|
}
|
|
2159
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
2160
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.
|
|
2230
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: MutationObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2231
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: MutationObserverFactory, providedIn: 'root' }); }
|
|
2161
2232
|
}
|
|
2162
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
2233
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: MutationObserverFactory, decorators: [{
|
|
2163
2234
|
type: Injectable,
|
|
2164
2235
|
args: [{ providedIn: 'root' }]
|
|
2165
2236
|
}] });
|
|
@@ -2218,10 +2289,10 @@ class ContentObserverService {
|
|
|
2218
2289
|
this._observedElements.delete(element);
|
|
2219
2290
|
}
|
|
2220
2291
|
}
|
|
2221
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
2222
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.
|
|
2292
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ContentObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2293
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ContentObserverService, providedIn: 'root' }); }
|
|
2223
2294
|
}
|
|
2224
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
2295
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ContentObserverService, decorators: [{
|
|
2225
2296
|
type: Injectable,
|
|
2226
2297
|
args: [{ providedIn: 'root' }]
|
|
2227
2298
|
}] });
|
|
@@ -2247,10 +2318,10 @@ class FocusVisibleService {
|
|
|
2247
2318
|
onPointerDown() {
|
|
2248
2319
|
this._hadKeyboardEvent = false;
|
|
2249
2320
|
}
|
|
2250
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
2251
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.
|
|
2321
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: FocusVisibleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2322
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: FocusVisibleService, providedIn: 'root' }); }
|
|
2252
2323
|
}
|
|
2253
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
2324
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: FocusVisibleService, decorators: [{
|
|
2254
2325
|
type: Injectable,
|
|
2255
2326
|
args: [{
|
|
2256
2327
|
providedIn: 'root',
|
|
@@ -2262,10 +2333,10 @@ class IntersectionObserverFactory {
|
|
|
2262
2333
|
create(callback) {
|
|
2263
2334
|
return typeof IntersectionObserver === 'undefined' ? null : new IntersectionObserver(callback);
|
|
2264
2335
|
}
|
|
2265
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
2266
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.
|
|
2336
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: IntersectionObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2337
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: IntersectionObserverFactory, providedIn: 'root' }); }
|
|
2267
2338
|
}
|
|
2268
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
2339
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: IntersectionObserverFactory, decorators: [{
|
|
2269
2340
|
type: Injectable,
|
|
2270
2341
|
args: [{ providedIn: 'root' }]
|
|
2271
2342
|
}] });
|
|
@@ -2320,10 +2391,10 @@ class IntersectionObserverService {
|
|
|
2320
2391
|
this._observedElements.delete(element);
|
|
2321
2392
|
}
|
|
2322
2393
|
}
|
|
2323
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
2324
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.
|
|
2394
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: IntersectionObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2395
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: IntersectionObserverService, providedIn: 'root' }); }
|
|
2325
2396
|
}
|
|
2326
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
2397
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: IntersectionObserverService, decorators: [{
|
|
2327
2398
|
type: Injectable,
|
|
2328
2399
|
args: [{ providedIn: 'root' }]
|
|
2329
2400
|
}] });
|
|
@@ -2333,10 +2404,10 @@ class ResizeObserverFactory {
|
|
|
2333
2404
|
create(callback) {
|
|
2334
2405
|
return typeof ResizeObserver === 'undefined' ? null : new ResizeObserver(callback);
|
|
2335
2406
|
}
|
|
2336
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
2337
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.
|
|
2407
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ResizeObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2408
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ResizeObserverFactory, providedIn: 'root' }); }
|
|
2338
2409
|
}
|
|
2339
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
2410
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ResizeObserverFactory, decorators: [{
|
|
2340
2411
|
type: Injectable,
|
|
2341
2412
|
args: [{ providedIn: 'root' }]
|
|
2342
2413
|
}] });
|
|
@@ -2391,10 +2462,10 @@ class ResizeObserverService {
|
|
|
2391
2462
|
this._observedElements.delete(element);
|
|
2392
2463
|
}
|
|
2393
2464
|
}
|
|
2394
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
2395
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.
|
|
2465
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ResizeObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2466
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ResizeObserverService, providedIn: 'root' }); }
|
|
2396
2467
|
}
|
|
2397
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
2468
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ResizeObserverService, decorators: [{
|
|
2398
2469
|
type: Injectable,
|
|
2399
2470
|
args: [{ providedIn: 'root' }]
|
|
2400
2471
|
}] });
|
|
@@ -2589,10 +2660,10 @@ class RouterStateService {
|
|
|
2589
2660
|
fragment,
|
|
2590
2661
|
};
|
|
2591
2662
|
}
|
|
2592
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
2593
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.
|
|
2663
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: RouterStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2664
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: RouterStateService, providedIn: 'root' }); }
|
|
2594
2665
|
}
|
|
2595
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
2666
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: RouterStateService, decorators: [{
|
|
2596
2667
|
type: Injectable,
|
|
2597
2668
|
args: [{
|
|
2598
2669
|
providedIn: 'root',
|
|
@@ -2808,8 +2879,8 @@ class ViewportService {
|
|
|
2808
2879
|
}
|
|
2809
2880
|
return 'xs';
|
|
2810
2881
|
}
|
|
2811
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
2812
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.
|
|
2882
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ViewportService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2883
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ViewportService, providedIn: 'root' }); }
|
|
2813
2884
|
}
|
|
2814
2885
|
__decorate([
|
|
2815
2886
|
Memo(),
|
|
@@ -2827,7 +2898,7 @@ __decorate([
|
|
|
2827
2898
|
__metadata("design:paramtypes", [Object]),
|
|
2828
2899
|
__metadata("design:returntype", void 0)
|
|
2829
2900
|
], ViewportService.prototype, "_buildMediaQuery", null);
|
|
2830
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
2901
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ViewportService, decorators: [{
|
|
2831
2902
|
type: Injectable,
|
|
2832
2903
|
args: [{
|
|
2833
2904
|
providedIn: 'root',
|
|
@@ -2876,10 +2947,10 @@ class ObserveResizeDirective {
|
|
|
2876
2947
|
_unsubscribe() {
|
|
2877
2948
|
this._currentSubscription?.unsubscribe();
|
|
2878
2949
|
}
|
|
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.
|
|
2950
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ObserveResizeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2951
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.3", type: ObserveResizeDirective, isStandalone: true, selector: "[etObserveResize]", inputs: { disabled: ["etObserveResizeDisabled", "disabled"], debounce: ["etObserveResizeDebounce", "debounce"] }, outputs: { valueChange: "etObserveResize" }, exportAs: ["etObserveResize"], ngImport: i0 }); }
|
|
2881
2952
|
}
|
|
2882
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
2953
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ObserveResizeDirective, decorators: [{
|
|
2883
2954
|
type: Directive,
|
|
2884
2955
|
args: [{
|
|
2885
2956
|
selector: '[etObserveResize]',
|
|
@@ -2909,15 +2980,15 @@ class RootBoundaryDirective {
|
|
|
2909
2980
|
set boundaryElement(v) {
|
|
2910
2981
|
this._boundaryElement = v;
|
|
2911
2982
|
}
|
|
2912
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
2913
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
2983
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: RootBoundaryDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2984
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.3", type: RootBoundaryDirective, isStandalone: true, selector: "[etRootBoundary]", providers: [
|
|
2914
2985
|
{
|
|
2915
2986
|
provide: ROOT_BOUNDARY_TOKEN,
|
|
2916
2987
|
useExisting: RootBoundaryDirective,
|
|
2917
2988
|
},
|
|
2918
2989
|
], ngImport: i0 }); }
|
|
2919
2990
|
}
|
|
2920
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
2991
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: RootBoundaryDirective, decorators: [{
|
|
2921
2992
|
type: Directive,
|
|
2922
2993
|
args: [{
|
|
2923
2994
|
selector: '[etRootBoundary]',
|
|
@@ -3185,10 +3256,10 @@ class AnimatedOverlayDirective {
|
|
|
3185
3256
|
this._isUnmounting$.next(false);
|
|
3186
3257
|
this._afterClosed?.next();
|
|
3187
3258
|
}
|
|
3188
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
3189
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
3259
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: AnimatedOverlayDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3260
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.3", 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 }); }
|
|
3190
3261
|
}
|
|
3191
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
3262
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: AnimatedOverlayDirective, decorators: [{
|
|
3192
3263
|
type: Directive,
|
|
3193
3264
|
args: [{
|
|
3194
3265
|
standalone: true,
|
|
@@ -3234,10 +3305,10 @@ class ClickOutsideDirective {
|
|
|
3234
3305
|
ngOnDestroy() {
|
|
3235
3306
|
this._subscription?.unsubscribe();
|
|
3236
3307
|
}
|
|
3237
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
3238
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
3308
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ClickOutsideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3309
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.3", type: ClickOutsideDirective, isStandalone: true, selector: "[etClickOutside]", outputs: { etClickOutside: "etClickOutside" }, ngImport: i0 }); }
|
|
3239
3310
|
}
|
|
3240
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
3311
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ClickOutsideDirective, decorators: [{
|
|
3241
3312
|
type: Directive,
|
|
3242
3313
|
args: [{
|
|
3243
3314
|
selector: '[etClickOutside]',
|
|
@@ -3391,10 +3462,10 @@ class CursorDragScrollDirective {
|
|
|
3391
3462
|
this._elementRef.nativeElement.style.cursor = 'default';
|
|
3392
3463
|
}
|
|
3393
3464
|
}
|
|
3394
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
3395
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
3465
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: CursorDragScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3466
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.3", type: CursorDragScrollDirective, isStandalone: true, selector: "[etCursorDragScroll]", inputs: { enabled: ["etCursorDragScroll", "enabled"], allowedDirection: "allowedDirection" }, outputs: { cursorDragStart: "cursorDragStart", cursorDragMove: "cursorDragMove", cursorDragEnd: "cursorDragEnd" }, exportAs: ["etCursorDragScroll"], ngImport: i0 }); }
|
|
3396
3467
|
}
|
|
3397
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
3468
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: CursorDragScrollDirective, decorators: [{
|
|
3398
3469
|
type: Directive,
|
|
3399
3470
|
args: [{
|
|
3400
3471
|
selector: '[etCursorDragScroll]',
|
|
@@ -3427,15 +3498,15 @@ class DebugDirective {
|
|
|
3427
3498
|
set sDebug(value) {
|
|
3428
3499
|
this._debug.set(value);
|
|
3429
3500
|
}
|
|
3430
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
3431
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.
|
|
3501
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: DebugDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3502
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.3", type: DebugDirective, isStandalone: true, selector: "[etDebug]", inputs: { sDebug: ["etDebug", "sDebug", booleanAttribute] }, providers: [
|
|
3432
3503
|
{
|
|
3433
3504
|
provide: DEBUG_TOKEN,
|
|
3434
3505
|
useExisting: DebugDirective,
|
|
3435
3506
|
},
|
|
3436
3507
|
], exportAs: ["etDebug"], ngImport: i0 }); }
|
|
3437
3508
|
}
|
|
3438
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
3509
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: DebugDirective, decorators: [{
|
|
3439
3510
|
type: Directive,
|
|
3440
3511
|
args: [{
|
|
3441
3512
|
selector: '[etDebug]',
|
|
@@ -3482,15 +3553,15 @@ class DelayableDirective {
|
|
|
3482
3553
|
}
|
|
3483
3554
|
this._isDelayed$.next(val);
|
|
3484
3555
|
}
|
|
3485
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
3486
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
3556
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: DelayableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3557
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.3", type: DelayableDirective, isStandalone: true, selector: "[etDelayable]", providers: [
|
|
3487
3558
|
{
|
|
3488
3559
|
provide: DELAYABLE_TOKEN,
|
|
3489
3560
|
useExisting: DelayableDirective,
|
|
3490
3561
|
},
|
|
3491
3562
|
], exportAs: ["etDelayable"], ngImport: i0 }); }
|
|
3492
3563
|
}
|
|
3493
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
3564
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: DelayableDirective, decorators: [{
|
|
3494
3565
|
type: Directive,
|
|
3495
3566
|
args: [{
|
|
3496
3567
|
selector: '[etDelayable]',
|
|
@@ -3511,15 +3582,15 @@ class IsActiveElementDirective {
|
|
|
3511
3582
|
this.elementRef = inject(ElementRef);
|
|
3512
3583
|
this.isActiveElement = false;
|
|
3513
3584
|
}
|
|
3514
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
3515
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.
|
|
3585
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: IsActiveElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3586
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.3", type: IsActiveElementDirective, isStandalone: true, selector: "[etIsActiveElement]", inputs: { isActiveElement: ["etIsActiveElement", "isActiveElement", booleanAttribute] }, providers: [
|
|
3516
3587
|
{
|
|
3517
3588
|
provide: IS_ACTIVE_ELEMENT,
|
|
3518
3589
|
useExisting: IsActiveElementDirective,
|
|
3519
3590
|
},
|
|
3520
3591
|
], ngImport: i0 }); }
|
|
3521
3592
|
}
|
|
3522
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
3593
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: IsActiveElementDirective, decorators: [{
|
|
3523
3594
|
type: Directive,
|
|
3524
3595
|
args: [{
|
|
3525
3596
|
selector: '[etIsActiveElement]',
|
|
@@ -3542,15 +3613,15 @@ class IsElementDirective {
|
|
|
3542
3613
|
this.elementRef = inject(ElementRef);
|
|
3543
3614
|
this.isElement = false;
|
|
3544
3615
|
}
|
|
3545
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
3546
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.
|
|
3616
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: IsElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3617
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.3", type: IsElementDirective, isStandalone: true, selector: "[etIsElement]", inputs: { isElement: ["etIsElement", "isElement", booleanAttribute] }, providers: [
|
|
3547
3618
|
{
|
|
3548
3619
|
provide: IS_ELEMENT,
|
|
3549
3620
|
useExisting: IsElementDirective,
|
|
3550
3621
|
},
|
|
3551
3622
|
], ngImport: i0 }); }
|
|
3552
3623
|
}
|
|
3553
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
3624
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: IsElementDirective, decorators: [{
|
|
3554
3625
|
type: Directive,
|
|
3555
3626
|
args: [{
|
|
3556
3627
|
selector: '[etIsElement]',
|
|
@@ -3599,10 +3670,10 @@ class LetDirective {
|
|
|
3599
3670
|
}
|
|
3600
3671
|
}
|
|
3601
3672
|
}
|
|
3602
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
3603
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
3673
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: LetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3674
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.3", type: LetDirective, isStandalone: true, selector: "[etLet]", inputs: { etLet: "etLet" }, ngImport: i0 }); }
|
|
3604
3675
|
}
|
|
3605
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
3676
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: LetDirective, decorators: [{
|
|
3606
3677
|
type: Directive,
|
|
3607
3678
|
args: [{
|
|
3608
3679
|
selector: '[etLet]',
|
|
@@ -3654,10 +3725,10 @@ class ObserveContentDirective {
|
|
|
3654
3725
|
_unsubscribe() {
|
|
3655
3726
|
this._currentSubscription?.unsubscribe();
|
|
3656
3727
|
}
|
|
3657
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
3658
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
3728
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ObserveContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3729
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.3", type: ObserveContentDirective, isStandalone: true, selector: "[etObserveContent]", inputs: { disabled: ["etObserveContentDisabled", "disabled"], debounce: ["etObserveContentDebounce", "debounce"] }, outputs: { valueChange: "etObserveContent" }, exportAs: ["etObserveContent"], ngImport: i0 }); }
|
|
3659
3730
|
}
|
|
3660
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
3731
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ObserveContentDirective, decorators: [{
|
|
3661
3732
|
type: Directive,
|
|
3662
3733
|
args: [{
|
|
3663
3734
|
selector: '[etObserveContent]',
|
|
@@ -3680,10 +3751,10 @@ class ScrollObserverFirstElementDirective {
|
|
|
3680
3751
|
constructor() {
|
|
3681
3752
|
this.isFirstElement = false;
|
|
3682
3753
|
}
|
|
3683
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
3684
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.
|
|
3754
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ScrollObserverFirstElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3755
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.3", type: ScrollObserverFirstElementDirective, isStandalone: true, selector: "[etScrollObserverFirstElement]", inputs: { isFirstElement: ["etScrollObserverFirstElement", "isFirstElement", booleanAttribute] }, host: { properties: { "class.et-scroll-observer-first-element": "this.isFirstElement" } }, ngImport: i0 }); }
|
|
3685
3756
|
}
|
|
3686
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
3757
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ScrollObserverFirstElementDirective, decorators: [{
|
|
3687
3758
|
type: Directive,
|
|
3688
3759
|
args: [{
|
|
3689
3760
|
selector: '[etScrollObserverFirstElement]',
|
|
@@ -3699,10 +3770,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImpor
|
|
|
3699
3770
|
|
|
3700
3771
|
const SCROLL_OBSERVER_IGNORE_TARGET_CLASS = 'et-scroll-observer-ignore-target';
|
|
3701
3772
|
class ScrollObserverIgnoreTargetDirective {
|
|
3702
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
3703
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
3773
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3774
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.3", type: ScrollObserverIgnoreTargetDirective, isStandalone: true, selector: "[etScrollObserverIgnoreTarget]", host: { classAttribute: "et-scroll-observer-ignore-target" }, ngImport: i0 }); }
|
|
3704
3775
|
}
|
|
3705
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
3776
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, decorators: [{
|
|
3706
3777
|
type: Directive,
|
|
3707
3778
|
args: [{
|
|
3708
3779
|
selector: '[etScrollObserverIgnoreTarget]',
|
|
@@ -3718,10 +3789,10 @@ class ScrollObserverLastElementDirective {
|
|
|
3718
3789
|
constructor() {
|
|
3719
3790
|
this.isLastElement = false;
|
|
3720
3791
|
}
|
|
3721
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
3722
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.
|
|
3792
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ScrollObserverLastElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3793
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.3", type: ScrollObserverLastElementDirective, isStandalone: true, selector: "[etScrollObserverLastElement]", inputs: { isLastElement: ["etScrollObserverLastElement", "isLastElement", booleanAttribute] }, host: { properties: { "class.et-scroll-observer-last-element": "this.isLastElement" }, classAttribute: "et-scroll-observer-last-element" }, ngImport: i0 }); }
|
|
3723
3794
|
}
|
|
3724
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
3795
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ScrollObserverLastElementDirective, decorators: [{
|
|
3725
3796
|
type: Directive,
|
|
3726
3797
|
args: [{
|
|
3727
3798
|
selector: '[etScrollObserverLastElement]',
|
|
@@ -3880,15 +3951,15 @@ class ObserveScrollStateDirective {
|
|
|
3880
3951
|
}
|
|
3881
3952
|
return element;
|
|
3882
3953
|
}
|
|
3883
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
3884
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.
|
|
3954
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ObserveScrollStateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3955
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.3", type: ObserveScrollStateDirective, isStandalone: true, selector: "[etObserveScrollState]", inputs: { rootMargin: ["rootMargin", "rootMargin", numberAttribute], observerThreshold: "observerThreshold" }, outputs: { valueChange: "etObserveScrollState" }, providers: [
|
|
3885
3956
|
{
|
|
3886
3957
|
provide: OBSERVE_SCROLL_STATE,
|
|
3887
3958
|
useExisting: ObserveScrollStateDirective,
|
|
3888
3959
|
},
|
|
3889
3960
|
], exportAs: ["etObserveScrollState"], ngImport: i0 }); }
|
|
3890
3961
|
}
|
|
3891
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
3962
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ObserveScrollStateDirective, decorators: [{
|
|
3892
3963
|
type: Directive,
|
|
3893
3964
|
args: [{
|
|
3894
3965
|
selector: '[etObserveScrollState]',
|
|
@@ -3958,15 +4029,15 @@ class ObserveVisibilityDirective {
|
|
|
3958
4029
|
}))
|
|
3959
4030
|
.subscribe();
|
|
3960
4031
|
}
|
|
3961
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
3962
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
4032
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ObserveVisibilityDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4033
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.3", type: ObserveVisibilityDirective, isStandalone: true, selector: "[etObserveVisibility]", outputs: { etObserveVisibility: "etObserveVisibility" }, host: { classAttribute: "et-observe-visibility" }, providers: [
|
|
3963
4034
|
{
|
|
3964
4035
|
provide: OBSERVE_VISIBILITY_TOKEN,
|
|
3965
4036
|
useExisting: ObserveVisibilityDirective,
|
|
3966
4037
|
},
|
|
3967
4038
|
], ngImport: i0 }); }
|
|
3968
4039
|
}
|
|
3969
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
4040
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ObserveVisibilityDirective, decorators: [{
|
|
3970
4041
|
type: Directive,
|
|
3971
4042
|
args: [{
|
|
3972
4043
|
selector: '[etObserveVisibility]',
|
|
@@ -4004,10 +4075,10 @@ class RepeatDirective {
|
|
|
4004
4075
|
this._viewContainerRef.createEmbeddedView(this._mainTemplateRef);
|
|
4005
4076
|
}
|
|
4006
4077
|
}
|
|
4007
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
4008
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
4078
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: RepeatDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4079
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.3", type: RepeatDirective, isStandalone: true, selector: "[etRepeat]", inputs: { repeatCount: ["etRepeat", "repeatCount"] }, ngImport: i0 }); }
|
|
4009
4080
|
}
|
|
4010
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
4081
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: RepeatDirective, decorators: [{
|
|
4011
4082
|
type: Directive,
|
|
4012
4083
|
args: [{
|
|
4013
4084
|
selector: '[etRepeat]',
|
|
@@ -4176,10 +4247,10 @@ class SeoDirective {
|
|
|
4176
4247
|
}
|
|
4177
4248
|
}
|
|
4178
4249
|
}
|
|
4179
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
4180
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
4250
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: SeoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4251
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.3", type: SeoDirective, isStandalone: true, providers: [{ provide: SEO_DIRECTIVE_TOKEN, useExisting: SeoDirective }], ngImport: i0 }); }
|
|
4181
4252
|
}
|
|
4182
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
4253
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: SeoDirective, decorators: [{
|
|
4183
4254
|
type: Directive,
|
|
4184
4255
|
args: [{
|
|
4185
4256
|
standalone: true,
|
|
@@ -4355,10 +4426,10 @@ class InferMimeTypePipe {
|
|
|
4355
4426
|
constructor() {
|
|
4356
4427
|
this.transform = inferMimeType;
|
|
4357
4428
|
}
|
|
4358
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
4359
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.
|
|
4429
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: InferMimeTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4430
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.3", ngImport: i0, type: InferMimeTypePipe, isStandalone: true, name: "inferMimeType" }); }
|
|
4360
4431
|
}
|
|
4361
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
4432
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: InferMimeTypePipe, decorators: [{
|
|
4362
4433
|
type: Pipe,
|
|
4363
4434
|
args: [{
|
|
4364
4435
|
name: 'inferMimeType',
|
|
@@ -4404,10 +4475,10 @@ class NormalizeGameResultTypePipe {
|
|
|
4404
4475
|
constructor() {
|
|
4405
4476
|
this.transform = normalizeGameResultType;
|
|
4406
4477
|
}
|
|
4407
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
4408
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.
|
|
4478
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: NormalizeGameResultTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4479
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.3", ngImport: i0, type: NormalizeGameResultTypePipe, isStandalone: true, name: "etNormalizeGameResultType" }); }
|
|
4409
4480
|
}
|
|
4410
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
4481
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: NormalizeGameResultTypePipe, decorators: [{
|
|
4411
4482
|
type: Pipe,
|
|
4412
4483
|
args: [{ name: 'etNormalizeGameResultType', standalone: true }]
|
|
4413
4484
|
}] });
|
|
@@ -4435,10 +4506,10 @@ class NormalizeMatchStatePipe {
|
|
|
4435
4506
|
constructor() {
|
|
4436
4507
|
this.transform = normalizeMatchState;
|
|
4437
4508
|
}
|
|
4438
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
4439
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.
|
|
4509
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: NormalizeMatchStatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4510
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.3", ngImport: i0, type: NormalizeMatchStatePipe, isStandalone: true, name: "etNormalizeMatchState" }); }
|
|
4440
4511
|
}
|
|
4441
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
4512
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: NormalizeMatchStatePipe, decorators: [{
|
|
4442
4513
|
type: Pipe,
|
|
4443
4514
|
args: [{ name: 'etNormalizeMatchState', standalone: true }]
|
|
4444
4515
|
}] });
|
|
@@ -4493,10 +4564,10 @@ class NormalizeMatchParticipantsPipe {
|
|
|
4493
4564
|
constructor() {
|
|
4494
4565
|
this.transform = normalizeMatchParticipants;
|
|
4495
4566
|
}
|
|
4496
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
4497
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.
|
|
4567
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: NormalizeMatchParticipantsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4568
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.3", ngImport: i0, type: NormalizeMatchParticipantsPipe, isStandalone: true, name: "etNormalizeMatchParticipants" }); }
|
|
4498
4569
|
}
|
|
4499
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
4570
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: NormalizeMatchParticipantsPipe, decorators: [{
|
|
4500
4571
|
type: Pipe,
|
|
4501
4572
|
args: [{ name: 'etNormalizeMatchParticipants', standalone: true }]
|
|
4502
4573
|
}] });
|
|
@@ -4630,10 +4701,10 @@ class NormalizeMatchScorePipe {
|
|
|
4630
4701
|
constructor() {
|
|
4631
4702
|
this.transform = normalizeMatchScore;
|
|
4632
4703
|
}
|
|
4633
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
4634
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.
|
|
4704
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: NormalizeMatchScorePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4705
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.3", ngImport: i0, type: NormalizeMatchScorePipe, isStandalone: true, name: "etNormalizeMatchScore" }); }
|
|
4635
4706
|
}
|
|
4636
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
4707
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: NormalizeMatchScorePipe, decorators: [{
|
|
4637
4708
|
type: Pipe,
|
|
4638
4709
|
args: [{ name: 'etNormalizeMatchScore', standalone: true }]
|
|
4639
4710
|
}] });
|
|
@@ -4680,10 +4751,10 @@ class NormalizeMatchTypePipe {
|
|
|
4680
4751
|
constructor() {
|
|
4681
4752
|
this.transform = normalizeMatchType;
|
|
4682
4753
|
}
|
|
4683
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
4684
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.
|
|
4754
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: NormalizeMatchTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4755
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.3", ngImport: i0, type: NormalizeMatchTypePipe, isStandalone: true, name: "etNormalizeMatchType" }); }
|
|
4685
4756
|
}
|
|
4686
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
4757
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: NormalizeMatchTypePipe, decorators: [{
|
|
4687
4758
|
type: Pipe,
|
|
4688
4759
|
args: [{ name: 'etNormalizeMatchType', standalone: true }]
|
|
4689
4760
|
}] });
|
|
@@ -4697,10 +4768,10 @@ class ToArrayPipe {
|
|
|
4697
4768
|
constructor() {
|
|
4698
4769
|
this.transform = toArray;
|
|
4699
4770
|
}
|
|
4700
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
4701
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.
|
|
4771
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ToArrayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4772
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.3", ngImport: i0, type: ToArrayPipe, isStandalone: true, name: "toArray" }); }
|
|
4702
4773
|
}
|
|
4703
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
4774
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ToArrayPipe, decorators: [{
|
|
4704
4775
|
type: Pipe,
|
|
4705
4776
|
args: [{ name: 'toArray', standalone: true }]
|
|
4706
4777
|
}] });
|
|
@@ -4788,5 +4859,5 @@ const Validators = {
|
|
|
4788
4859
|
* Generated bundle index. Do not edit.
|
|
4789
4860
|
*/
|
|
4790
4861
|
|
|
4791
|
-
export { ANIMATABLE_TOKEN, ANIMATED_IF_TOKEN, ANIMATED_LIFECYCLE_TOKEN, AT_LEAST_ONE_REQUIRED, ActiveSelectionModel, AnimatableDirective, AnimatedIfDirective, AnimatedLifecycleDirective, AnimatedOverlayDirective, ClickObserverFactory, ClickObserverService, ClickOutsideDirective, ContentObserverService, CursorDragScrollDirective, DEBUG_TOKEN, DEFAULT_VIEWPORT_CONFIG, DELAYABLE_TOKEN, DebugDirective, DelayableDirective, ET_PROPERTY_REMOVED, FocusVisibleService, IS_ACTIVE_ELEMENT, IS_ARRAY_NOT_EMPTY, IS_ELEMENT, IS_EMAIL, InferMimeTypePipe, IntersectionObserverFactory, IntersectionObserverService, IsActiveElementDirective, IsArrayNotEmpty, IsElementDirective, IsEmail, KeyPressManager, LetContext, LetDirective, MUST_MATCH, Memo, MustMatch, MutationObserverFactory, NormalizeGameResultTypePipe, NormalizeMatchParticipantsPipe, NormalizeMatchScorePipe, NormalizeMatchStatePipe, NormalizeMatchTypePipe, OBSERVE_SCROLL_STATE, OBSERVE_VISIBILITY_TOKEN, ObserveContentDirective, ObserveResizeDirective, ObserveScrollStateDirective, ObserveVisibilityDirective, ROOT_BOUNDARY_TOKEN, RUNTIME_ERROR_NO_DATA, RepeatDirective, ResizeObserverFactory, ResizeObserverService, RootBoundaryDirective, RouterStateService, RuntimeError, SCROLL_OBSERVER_FIRST_ELEMENT_CLASS, SCROLL_OBSERVER_IGNORE_TARGET_CLASS, SCROLL_OBSERVER_LAST_ELEMENT_CLASS, SCROLL_OBSERVER_OBSERVING_FIRST_ELEMENT_CLASS, SCROLL_OBSERVER_OBSERVING_LAST_ELEMENT_CLASS, SEO_DIRECTIVE_TOKEN, ScrollObserverFirstElementDirective, ScrollObserverIgnoreTargetDirective, ScrollObserverLastElementDirective, SelectionModel, SeoDirective, SmartBlockScrollStrategy, StructuredDataComponent, ToArrayPipe, TypedQueryList, VIEWPORT_CONFIG, ValidateAtLeastOneRequired, Validators, ViewportService, buildSignalEffects, clamp, clone, cloneFormGroup, createDestroy, createFlipAnimation, createFlipAnimationGroup, createMediaQueryObservable, createMutationObservable, createReactiveBindings, createResizeObservable, deleteCookie, elementCanScroll, equal, forceReflow, formatRuntimeError, fromNextFrame, getCookie, getDomain, getElementVisibleStates, getFormGroupValue, getGroupMatchPoints, getGroupMatchScore, getKnockoutMatchScore, getMatchScoreSubLine, hasCookie, inferMimeType, isElementVisible, isEmptyArray, isGroupMatch, isKnockoutMatch, isObjectArray, isPrimitiveArray, mergeSeoConfig, nextFrame, normalizeGameResultType, normalizeMatchParticipant, normalizeMatchParticipants, normalizeMatchScore, normalizeMatchState, normalizeMatchType, provideViewportConfig, round, routerDisableScrollTop, scrollToElement, setCookie, signalAttributes, signalClasses, signalElementDimensions, signalElementIntersection, signalElementMutations, signalElementScrollState, signalHostAttributes, signalHostClasses, signalHostElementDimensions, signalHostElementIntersection, signalHostElementMutations, signalHostElementScrollState, signalHostStyles, signalIsRendered, signalStyles, signalVisibilityChangeClasses, switchQueryListChanges, toArray, toArrayTrackByFn };
|
|
4862
|
+
export { ANIMATABLE_TOKEN, ANIMATED_IF_TOKEN, ANIMATED_LIFECYCLE_TOKEN, AT_LEAST_ONE_REQUIRED, ActiveSelectionModel, AnimatableDirective, AnimatedIfDirective, AnimatedLifecycleDirective, AnimatedOverlayDirective, ClickObserverFactory, ClickObserverService, ClickOutsideDirective, ContentObserverService, CursorDragScrollDirective, DEBUG_TOKEN, DEFAULT_VIEWPORT_CONFIG, DELAYABLE_TOKEN, DebugDirective, DelayableDirective, ET_PROPERTY_REMOVED, FocusVisibleService, IS_ACTIVE_ELEMENT, IS_ARRAY_NOT_EMPTY, IS_ELEMENT, IS_EMAIL, InferMimeTypePipe, IntersectionObserverFactory, IntersectionObserverService, IsActiveElementDirective, IsArrayNotEmpty, IsElementDirective, IsEmail, KeyPressManager, LetContext, LetDirective, MUST_MATCH, Memo, MustMatch, MutationObserverFactory, NormalizeGameResultTypePipe, NormalizeMatchParticipantsPipe, NormalizeMatchScorePipe, NormalizeMatchStatePipe, NormalizeMatchTypePipe, OBSERVE_SCROLL_STATE, OBSERVE_VISIBILITY_TOKEN, ObserveContentDirective, ObserveResizeDirective, ObserveScrollStateDirective, ObserveVisibilityDirective, ROOT_BOUNDARY_TOKEN, RUNTIME_ERROR_NO_DATA, RepeatDirective, ResizeObserverFactory, ResizeObserverService, RootBoundaryDirective, RouterStateService, RuntimeError, SCROLL_OBSERVER_FIRST_ELEMENT_CLASS, SCROLL_OBSERVER_IGNORE_TARGET_CLASS, SCROLL_OBSERVER_LAST_ELEMENT_CLASS, SCROLL_OBSERVER_OBSERVING_FIRST_ELEMENT_CLASS, SCROLL_OBSERVER_OBSERVING_LAST_ELEMENT_CLASS, SEO_DIRECTIVE_TOKEN, ScrollObserverFirstElementDirective, ScrollObserverIgnoreTargetDirective, ScrollObserverLastElementDirective, SelectionModel, SeoDirective, SmartBlockScrollStrategy, StructuredDataComponent, ToArrayPipe, TypedQueryList, VIEWPORT_CONFIG, ValidateAtLeastOneRequired, Validators, ViewportService, buildSignalEffects, clamp, clone, cloneFormGroup, createDestroy, createFlipAnimation, createFlipAnimationGroup, createMediaQueryObservable, createMutationObservable, createReactiveBindings, createResizeObservable, deleteCookie, elementCanScroll, equal, forceReflow, formatRuntimeError, fromNextFrame, getCookie, getDomain, getElementVisibleStates, getFirstAndLastPartialIntersection, getFormGroupValue, getGroupMatchPoints, getGroupMatchScore, getKnockoutMatchScore, getMatchScoreSubLine, hasCookie, inferMimeType, isElementVisible, isEmptyArray, isGroupMatch, isKnockoutMatch, isObjectArray, isPrimitiveArray, mergeSeoConfig, nextFrame, normalizeGameResultType, normalizeMatchParticipant, normalizeMatchParticipants, normalizeMatchScore, normalizeMatchState, normalizeMatchType, provideViewportConfig, round, routerDisableScrollTop, scrollToElement, setCookie, signalAttributes, signalClasses, signalElementChildren, signalElementDimensions, signalElementIntersection, signalElementMutations, signalElementScrollState, signalHostAttributes, signalHostClasses, signalHostElementDimensions, signalHostElementIntersection, signalHostElementMutations, signalHostElementScrollState, signalHostStyles, signalIsRendered, signalStyles, signalVisibilityChangeClasses, switchQueryListChanges, toArray, toArrayTrackByFn };
|
|
4792
4863
|
//# sourceMappingURL=ethlete-core.mjs.map
|