@ethlete/core 4.4.0 → 4.5.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/decorators/memo/memo.decorator.mjs +1 -1
- package/esm2022/lib/directives/animatable/animatable.directive.mjs +4 -4
- package/esm2022/lib/directives/animated-if/animated-if.directive.mjs +7 -5
- package/esm2022/lib/directives/animated-lifecycle/animated-lifecycle.directive.mjs +4 -4
- package/esm2022/lib/directives/animated-overlay/animated-overlay.directive.mjs +4 -4
- package/esm2022/lib/directives/click-outside/click-outside.directive.mjs +4 -4
- package/esm2022/lib/directives/cursor-drag-scroll/cursor-drag-scroll.directive.mjs +4 -4
- package/esm2022/lib/directives/debug/debug.directive.mjs +3 -3
- package/esm2022/lib/directives/delayable/delayable.directive.mjs +4 -4
- 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 +4 -4
- package/esm2022/lib/directives/observe-content/observe-content.directive.mjs +4 -4
- package/esm2022/lib/directives/observe-resize/observe-resize.directive.mjs +4 -4
- package/esm2022/lib/directives/observe-scroll-state/observe-scroll-state.directive.mjs +4 -4
- package/esm2022/lib/directives/observe-visibility/observe-visibility.directive.mjs +4 -4
- package/esm2022/lib/directives/repeat/repeat.directive.mjs +4 -4
- 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 +4 -4
- package/esm2022/lib/pipes/infer-mime-type/infer-mime-type.pipe.mjs +3 -3
- package/esm2022/lib/pipes/infer-mime-type/infer-mime-type.util.mjs +1 -1
- package/esm2022/lib/pipes/normalize-game-result-type/normalize-game-result-type.pipe.mjs +3 -3
- package/esm2022/lib/pipes/normalize-game-result-type/normalize-game-result-type.util.mjs +1 -1
- package/esm2022/lib/pipes/normalize-match-participants/normalize-match-participants.pipe.mjs +3 -3
- package/esm2022/lib/pipes/normalize-match-participants/normalize-match-participants.util.mjs +1 -1
- package/esm2022/lib/pipes/normalize-match-score/normalize-match-score.pipe.mjs +3 -3
- package/esm2022/lib/pipes/normalize-match-score/normalize-match-score.util.mjs +1 -1
- package/esm2022/lib/pipes/normalize-match-state/normalize-match-state.pipe.mjs +3 -3
- package/esm2022/lib/pipes/normalize-match-state/normalize-match-state.util.mjs +1 -1
- package/esm2022/lib/pipes/normalize-match-type/normalize-match-type.pipe.mjs +3 -3
- package/esm2022/lib/pipes/normalize-match-type/normalize-match-type.util.mjs +1 -1
- package/esm2022/lib/pipes/to-array/to-array.pipe.mjs +3 -3
- package/esm2022/lib/services/click-observer.service.mjs +7 -7
- package/esm2022/lib/services/content-observer.service.mjs +7 -7
- package/esm2022/lib/services/focus-visible.service.mjs +4 -4
- package/esm2022/lib/services/intersection-observer.service.mjs +7 -7
- package/esm2022/lib/services/resize-observer.service.mjs +7 -7
- package/esm2022/lib/services/router-state.service.mjs +4 -4
- package/esm2022/lib/services/viewport.service.mjs +4 -4
- package/esm2022/lib/utils/active-selection-model.utils.mjs +1 -1
- package/esm2022/lib/utils/animation.utils.mjs +1 -1
- package/esm2022/lib/utils/clone.util.mjs +1 -1
- package/esm2022/lib/utils/component-id.utils.mjs +7 -0
- package/esm2022/lib/utils/cookie.util.mjs +4 -3
- package/esm2022/lib/utils/equal.util.mjs +1 -1
- package/esm2022/lib/utils/form.utils.mjs +1 -1
- package/esm2022/lib/utils/key-press-manager.utils.mjs +1 -1
- package/esm2022/lib/utils/mutation-observable.util.mjs +1 -1
- package/esm2022/lib/utils/public-api.mjs +2 -1
- package/esm2022/lib/utils/reactive-binding.util.mjs +1 -1
- package/esm2022/lib/utils/resize-observable.util.mjs +1 -1
- package/esm2022/lib/utils/runtime-error.utils.mjs +1 -1
- package/esm2022/lib/utils/scrollable.utils.mjs +1 -1
- package/esm2022/lib/utils/selection-model.utils.mjs +2 -1
- package/esm2022/lib/utils/signal.utils.mjs +26 -10
- package/esm2022/lib/utils/smart-block-scroll-strategy.utils.mjs +1 -1
- package/esm2022/lib/validators/at-least-one-required.validator.mjs +1 -1
- package/esm2022/lib/validators/is-array-not-empty.validator.mjs +1 -1
- package/esm2022/lib/validators/is-email.validator.mjs +1 -1
- package/esm2022/lib/validators/must-match.validator.mjs +1 -1
- package/fesm2022/ethlete-core.mjs +160 -133
- package/fesm2022/ethlete-core.mjs.map +1 -1
- package/lib/directives/animated-if/animated-if.directive.d.ts +2 -1
- package/lib/directives/animated-lifecycle/animated-lifecycle.directive.d.ts +3 -0
- package/lib/utils/component-id.utils.d.ts +1 -0
- package/lib/utils/cookie.util.d.ts +1 -1
- package/lib/utils/public-api.d.ts +1 -0
- package/lib/utils/selection-model.utils.d.ts +2 -0
- package/lib/utils/signal.utils.d.ts +21 -0
- package/package.json +7 -7
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { inject, Component, ChangeDetectionStrategy, ViewEncapsulation, Input, HostBinding, InjectionToken, assertInInjectionContext, DestroyRef, ElementRef, isSignal, signal, QueryList, effect, afterNextRender, NgZone, isDevMode, computed, untracked, Directive, Injectable, EventEmitter, booleanAttribute, numberAttribute, Output,
|
|
2
|
+
import { inject, Component, ChangeDetectionStrategy, ViewEncapsulation, Input, HostBinding, InjectionToken, assertInInjectionContext, DestroyRef, ElementRef, isSignal, signal, QueryList, Injector, effect, runInInjectionContext, afterNextRender, NgZone, isDevMode, computed, untracked, Directive, Injectable, EventEmitter, booleanAttribute, numberAttribute, Output, ViewContainerRef, TemplateRef, Pipe } from '@angular/core';
|
|
3
3
|
import { DomSanitizer, Meta, Title } from '@angular/platform-browser';
|
|
4
4
|
import { Subject, BehaviorSubject, takeUntil, of, switchMap, tap, map, startWith, Observable, combineLatest, timer, distinctUntilChanged, shareReplay, filter, take, pairwise, skip, debounceTime, fromEvent, merge, takeWhile, finalize } from 'rxjs';
|
|
5
5
|
import { END, HOME, PAGE_DOWN, PAGE_UP, UP_ARROW, DOWN_ARROW } from '@angular/cdk/keycodes';
|
|
@@ -7,6 +7,7 @@ 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';
|
|
10
11
|
import { NgIf, DOCUMENT } from '@angular/common';
|
|
11
12
|
import { Overlay } from '@angular/cdk/overlay';
|
|
12
13
|
import { ComponentPortal } from '@angular/cdk/portal';
|
|
@@ -28,10 +29,10 @@ class StructuredDataComponent {
|
|
|
28
29
|
const html = `<script type="application/ld+json">${json}</script>`;
|
|
29
30
|
return this._sanitizer.bypassSecurityTrustHtml(html);
|
|
30
31
|
}
|
|
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
|
|
32
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: StructuredDataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
33
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.0", type: StructuredDataComponent, isStandalone: true, selector: "et-structured-data", inputs: { data: "data" }, host: { properties: { "innerHTML": "this.jsonLD" }, styleAttribute: "display: none" }, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
33
34
|
}
|
|
34
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
35
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: StructuredDataComponent, decorators: [{
|
|
35
36
|
type: Component,
|
|
36
37
|
args: [{
|
|
37
38
|
selector: 'et-structured-data',
|
|
@@ -390,6 +391,13 @@ const clone = (original) => {
|
|
|
390
391
|
return tmp || _og;
|
|
391
392
|
};
|
|
392
393
|
|
|
394
|
+
const componentIds = new Map();
|
|
395
|
+
const createComponentId = (prefix) => {
|
|
396
|
+
const id = componentIds.get(prefix) ?? 0;
|
|
397
|
+
componentIds.set(prefix, id + 1);
|
|
398
|
+
return `${prefix}-${id}`;
|
|
399
|
+
};
|
|
400
|
+
|
|
393
401
|
const hasCookie = (name) => {
|
|
394
402
|
if (typeof document === 'undefined') {
|
|
395
403
|
return false;
|
|
@@ -405,13 +413,14 @@ const getCookie = (name) => {
|
|
|
405
413
|
// From https://stackoverflow.com/questions/10730362/get-cookie-by-name
|
|
406
414
|
return ('; ' + document.cookie).split(`; ${name}=`).pop()?.split(';')[0];
|
|
407
415
|
};
|
|
408
|
-
const setCookie = (name, data, expiresInDays = 30, domain = getDomain(), path = '/') => {
|
|
416
|
+
const setCookie = (name, data, expiresInDays = 30, domain = getDomain(), path = '/', sameSite = 'lax') => {
|
|
409
417
|
if (typeof document === 'undefined') {
|
|
410
418
|
return;
|
|
411
419
|
}
|
|
420
|
+
const sameSiteUpper = sameSite.toUpperCase();
|
|
412
421
|
const date = new Date();
|
|
413
422
|
date.setTime(date.getTime() + expiresInDays * 24 * 60 * 60 * 1000);
|
|
414
|
-
document.cookie = `${name}=${data}; path=${path}; expires=${date.toUTCString()}; domain=${domain}; SameSite
|
|
423
|
+
document.cookie = `${name}=${data}; path=${path}; expires=${date.toUTCString()}; domain=${domain}; SameSite=${sameSiteUpper};`;
|
|
415
424
|
};
|
|
416
425
|
const deleteCookie = (name, path = '/', domain = getDomain()) => {
|
|
417
426
|
if (hasCookie(name)) {
|
|
@@ -1138,6 +1147,7 @@ class SelectionModel {
|
|
|
1138
1147
|
}));
|
|
1139
1148
|
this.filteredOptions$ = combineLatest([this.options$, this.filter$, this.labelBinding$]).pipe(map(([options, filter]) => this.getFilteredOptions(filter, options)), shareReplay({ bufferSize: 1, refCount: true }));
|
|
1140
1149
|
this._optionsAndSelection$ = combineLatest([this._options$, this._selection$]);
|
|
1150
|
+
this.trackByOptionKey = (index, option) => this.getKey(option);
|
|
1141
1151
|
this.allowMultiple$
|
|
1142
1152
|
.pipe(tap(() => {
|
|
1143
1153
|
if (this.allowMultiple)
|
|
@@ -1485,19 +1495,29 @@ const buildElementSignal = (el) => {
|
|
|
1485
1495
|
}))), { initialValue: { currentElement: null, previousElement: null, previousElements: [], currentElements: [] } });
|
|
1486
1496
|
};
|
|
1487
1497
|
const buildSignalEffects = (config) => {
|
|
1498
|
+
const injector = inject(Injector);
|
|
1488
1499
|
const { map, eachItemFn, cleanupFn } = config;
|
|
1489
1500
|
const effectRefMap = {};
|
|
1490
|
-
|
|
1501
|
+
const has = (token) => token in effectRefMap;
|
|
1502
|
+
const push = (tokenString, signal) => {
|
|
1503
|
+
if (has(tokenString))
|
|
1504
|
+
return;
|
|
1491
1505
|
const tokenArray = tokenString.split(' ').filter((token) => !!token);
|
|
1492
1506
|
for (const token of tokenArray) {
|
|
1493
|
-
|
|
1494
|
-
const
|
|
1495
|
-
|
|
1507
|
+
runInInjectionContext(injector, () => {
|
|
1508
|
+
const ref = effect(() => {
|
|
1509
|
+
const value = signal();
|
|
1510
|
+
eachItemFn({ key: token, value });
|
|
1511
|
+
});
|
|
1512
|
+
effectRefMap[token] = ref;
|
|
1496
1513
|
});
|
|
1497
|
-
effectRefMap[token] = ref;
|
|
1498
1514
|
}
|
|
1499
|
-
}
|
|
1500
|
-
const
|
|
1515
|
+
};
|
|
1516
|
+
const pushMany = (map) => {
|
|
1517
|
+
for (const [tokenString, signal] of Object.entries(map)) {
|
|
1518
|
+
push(tokenString, signal);
|
|
1519
|
+
}
|
|
1520
|
+
};
|
|
1501
1521
|
const remove = (...tokens) => {
|
|
1502
1522
|
for (const tokenString of tokens) {
|
|
1503
1523
|
effectRefMap[tokenString]?.destroy();
|
|
@@ -1505,7 +1525,13 @@ const buildSignalEffects = (config) => {
|
|
|
1505
1525
|
delete effectRefMap[tokenString];
|
|
1506
1526
|
}
|
|
1507
1527
|
};
|
|
1508
|
-
|
|
1528
|
+
const removeMany = (tokens) => {
|
|
1529
|
+
for (const token of tokens) {
|
|
1530
|
+
remove(token);
|
|
1531
|
+
}
|
|
1532
|
+
};
|
|
1533
|
+
pushMany(map);
|
|
1534
|
+
return { remove, removeMany, has, push, pushMany };
|
|
1509
1535
|
};
|
|
1510
1536
|
const signalIsRendered = () => {
|
|
1511
1537
|
const isRendered = signal(false);
|
|
@@ -1960,15 +1986,15 @@ class AnimatableDirective {
|
|
|
1960
1986
|
.subscribe();
|
|
1961
1987
|
}
|
|
1962
1988
|
}
|
|
1963
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
1964
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0
|
|
1989
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AnimatableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1990
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: AnimatableDirective, isStandalone: true, selector: "[etAnimatable]", inputs: { animatedElement: ["etAnimatable", "animatedElement"] }, providers: [
|
|
1965
1991
|
{
|
|
1966
1992
|
provide: ANIMATABLE_TOKEN,
|
|
1967
1993
|
useExisting: AnimatableDirective,
|
|
1968
1994
|
},
|
|
1969
1995
|
], exportAs: ["etAnimatable"], ngImport: i0 }); }
|
|
1970
1996
|
}
|
|
1971
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
1997
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AnimatableDirective, decorators: [{
|
|
1972
1998
|
type: Directive,
|
|
1973
1999
|
args: [{
|
|
1974
2000
|
selector: '[etAnimatable]',
|
|
@@ -2088,15 +2114,15 @@ class AnimatedLifecycleDirective {
|
|
|
2088
2114
|
_forceState(state) {
|
|
2089
2115
|
this._state$.next(state);
|
|
2090
2116
|
}
|
|
2091
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
2092
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0
|
|
2117
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AnimatedLifecycleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2118
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: AnimatedLifecycleDirective, isStandalone: true, selector: "[etAnimatedLifecycle]", providers: [
|
|
2093
2119
|
{
|
|
2094
2120
|
provide: ANIMATED_LIFECYCLE_TOKEN,
|
|
2095
2121
|
useExisting: AnimatedLifecycleDirective,
|
|
2096
2122
|
},
|
|
2097
2123
|
], exportAs: ["etAnimatedLifecycle"], hostDirectives: [{ directive: AnimatableDirective }], ngImport: i0 }); }
|
|
2098
2124
|
}
|
|
2099
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
2125
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AnimatedLifecycleDirective, decorators: [{
|
|
2100
2126
|
type: Directive,
|
|
2101
2127
|
args: [{
|
|
2102
2128
|
selector: '[etAnimatedLifecycle]',
|
|
@@ -2133,15 +2159,15 @@ class AnimatedIfDirective {
|
|
|
2133
2159
|
.subscribe();
|
|
2134
2160
|
}
|
|
2135
2161
|
}
|
|
2136
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
2137
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0
|
|
2162
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AnimatedIfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2163
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: AnimatedIfDirective, isStandalone: true, selector: "[etAnimatedIf]", inputs: { shouldRender: ["etAnimatedIf", "shouldRender"] }, providers: [
|
|
2138
2164
|
{
|
|
2139
2165
|
provide: ANIMATED_IF_TOKEN,
|
|
2140
2166
|
useExisting: AnimatedIfDirective,
|
|
2141
2167
|
},
|
|
2142
|
-
], ngImport: i0 }); }
|
|
2168
|
+
], hostDirectives: [{ directive: i1.NgIf }], ngImport: i0 }); }
|
|
2143
2169
|
}
|
|
2144
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
2170
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AnimatedIfDirective, decorators: [{
|
|
2145
2171
|
type: Directive,
|
|
2146
2172
|
args: [{
|
|
2147
2173
|
selector: '[etAnimatedIf]',
|
|
@@ -2152,6 +2178,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImpor
|
|
|
2152
2178
|
useExisting: AnimatedIfDirective,
|
|
2153
2179
|
},
|
|
2154
2180
|
],
|
|
2181
|
+
hostDirectives: [NgIf],
|
|
2155
2182
|
}]
|
|
2156
2183
|
}], propDecorators: { shouldRender: [{
|
|
2157
2184
|
type: Input,
|
|
@@ -2163,10 +2190,10 @@ class ClickObserverFactory {
|
|
|
2163
2190
|
create() {
|
|
2164
2191
|
return fromEvent(document, 'click');
|
|
2165
2192
|
}
|
|
2166
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
2167
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0
|
|
2193
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ClickObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2194
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ClickObserverFactory, providedIn: 'root' }); }
|
|
2168
2195
|
}
|
|
2169
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
2196
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ClickObserverFactory, decorators: [{
|
|
2170
2197
|
type: Injectable,
|
|
2171
2198
|
args: [{ providedIn: 'root' }]
|
|
2172
2199
|
}] });
|
|
@@ -2219,10 +2246,10 @@ class ClickObserverService {
|
|
|
2219
2246
|
this._observedElements.delete(element);
|
|
2220
2247
|
}
|
|
2221
2248
|
}
|
|
2222
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
2223
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0
|
|
2249
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ClickObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2250
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ClickObserverService, providedIn: 'root' }); }
|
|
2224
2251
|
}
|
|
2225
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
2252
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ClickObserverService, decorators: [{
|
|
2226
2253
|
type: Injectable,
|
|
2227
2254
|
args: [{ providedIn: 'root' }]
|
|
2228
2255
|
}] });
|
|
@@ -2232,10 +2259,10 @@ class MutationObserverFactory {
|
|
|
2232
2259
|
create(callback) {
|
|
2233
2260
|
return typeof MutationObserver === 'undefined' ? null : new MutationObserver(callback);
|
|
2234
2261
|
}
|
|
2235
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
2236
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0
|
|
2262
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MutationObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2263
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MutationObserverFactory, providedIn: 'root' }); }
|
|
2237
2264
|
}
|
|
2238
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
2265
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MutationObserverFactory, decorators: [{
|
|
2239
2266
|
type: Injectable,
|
|
2240
2267
|
args: [{ providedIn: 'root' }]
|
|
2241
2268
|
}] });
|
|
@@ -2294,10 +2321,10 @@ class ContentObserverService {
|
|
|
2294
2321
|
this._observedElements.delete(element);
|
|
2295
2322
|
}
|
|
2296
2323
|
}
|
|
2297
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
2298
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0
|
|
2324
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ContentObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2325
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ContentObserverService, providedIn: 'root' }); }
|
|
2299
2326
|
}
|
|
2300
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
2327
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ContentObserverService, decorators: [{
|
|
2301
2328
|
type: Injectable,
|
|
2302
2329
|
args: [{ providedIn: 'root' }]
|
|
2303
2330
|
}] });
|
|
@@ -2323,10 +2350,10 @@ class FocusVisibleService {
|
|
|
2323
2350
|
onPointerDown() {
|
|
2324
2351
|
this._hadKeyboardEvent = false;
|
|
2325
2352
|
}
|
|
2326
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
2327
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0
|
|
2353
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: FocusVisibleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2354
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: FocusVisibleService, providedIn: 'root' }); }
|
|
2328
2355
|
}
|
|
2329
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
2356
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: FocusVisibleService, decorators: [{
|
|
2330
2357
|
type: Injectable,
|
|
2331
2358
|
args: [{
|
|
2332
2359
|
providedIn: 'root',
|
|
@@ -2338,10 +2365,10 @@ class IntersectionObserverFactory {
|
|
|
2338
2365
|
create(callback) {
|
|
2339
2366
|
return typeof IntersectionObserver === 'undefined' ? null : new IntersectionObserver(callback);
|
|
2340
2367
|
}
|
|
2341
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
2342
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0
|
|
2368
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: IntersectionObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2369
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: IntersectionObserverFactory, providedIn: 'root' }); }
|
|
2343
2370
|
}
|
|
2344
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
2371
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: IntersectionObserverFactory, decorators: [{
|
|
2345
2372
|
type: Injectable,
|
|
2346
2373
|
args: [{ providedIn: 'root' }]
|
|
2347
2374
|
}] });
|
|
@@ -2396,10 +2423,10 @@ class IntersectionObserverService {
|
|
|
2396
2423
|
this._observedElements.delete(element);
|
|
2397
2424
|
}
|
|
2398
2425
|
}
|
|
2399
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
2400
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0
|
|
2426
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: IntersectionObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2427
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: IntersectionObserverService, providedIn: 'root' }); }
|
|
2401
2428
|
}
|
|
2402
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
2429
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: IntersectionObserverService, decorators: [{
|
|
2403
2430
|
type: Injectable,
|
|
2404
2431
|
args: [{ providedIn: 'root' }]
|
|
2405
2432
|
}] });
|
|
@@ -2409,10 +2436,10 @@ class ResizeObserverFactory {
|
|
|
2409
2436
|
create(callback) {
|
|
2410
2437
|
return typeof ResizeObserver === 'undefined' ? null : new ResizeObserver(callback);
|
|
2411
2438
|
}
|
|
2412
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
2413
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0
|
|
2439
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ResizeObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2440
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ResizeObserverFactory, providedIn: 'root' }); }
|
|
2414
2441
|
}
|
|
2415
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
2442
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ResizeObserverFactory, decorators: [{
|
|
2416
2443
|
type: Injectable,
|
|
2417
2444
|
args: [{ providedIn: 'root' }]
|
|
2418
2445
|
}] });
|
|
@@ -2467,10 +2494,10 @@ class ResizeObserverService {
|
|
|
2467
2494
|
this._observedElements.delete(element);
|
|
2468
2495
|
}
|
|
2469
2496
|
}
|
|
2470
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
2471
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0
|
|
2497
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ResizeObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2498
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ResizeObserverService, providedIn: 'root' }); }
|
|
2472
2499
|
}
|
|
2473
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
2500
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ResizeObserverService, decorators: [{
|
|
2474
2501
|
type: Injectable,
|
|
2475
2502
|
args: [{ providedIn: 'root' }]
|
|
2476
2503
|
}] });
|
|
@@ -2665,10 +2692,10 @@ class RouterStateService {
|
|
|
2665
2692
|
fragment,
|
|
2666
2693
|
};
|
|
2667
2694
|
}
|
|
2668
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
2669
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0
|
|
2695
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: RouterStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2696
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: RouterStateService, providedIn: 'root' }); }
|
|
2670
2697
|
}
|
|
2671
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
2698
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: RouterStateService, decorators: [{
|
|
2672
2699
|
type: Injectable,
|
|
2673
2700
|
args: [{
|
|
2674
2701
|
providedIn: 'root',
|
|
@@ -2884,8 +2911,8 @@ class ViewportService {
|
|
|
2884
2911
|
}
|
|
2885
2912
|
return 'xs';
|
|
2886
2913
|
}
|
|
2887
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
2888
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0
|
|
2914
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ViewportService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2915
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ViewportService, providedIn: 'root' }); }
|
|
2889
2916
|
}
|
|
2890
2917
|
__decorate([
|
|
2891
2918
|
Memo(),
|
|
@@ -2903,7 +2930,7 @@ __decorate([
|
|
|
2903
2930
|
__metadata("design:paramtypes", [Object]),
|
|
2904
2931
|
__metadata("design:returntype", void 0)
|
|
2905
2932
|
], ViewportService.prototype, "_buildMediaQuery", null);
|
|
2906
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
2933
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ViewportService, decorators: [{
|
|
2907
2934
|
type: Injectable,
|
|
2908
2935
|
args: [{
|
|
2909
2936
|
providedIn: 'root',
|
|
@@ -2952,10 +2979,10 @@ class ObserveResizeDirective {
|
|
|
2952
2979
|
_unsubscribe() {
|
|
2953
2980
|
this._currentSubscription?.unsubscribe();
|
|
2954
2981
|
}
|
|
2955
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
2956
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0
|
|
2982
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ObserveResizeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2983
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: ObserveResizeDirective, isStandalone: true, selector: "[etObserveResize]", inputs: { disabled: ["etObserveResizeDisabled", "disabled"], debounce: ["etObserveResizeDebounce", "debounce"] }, outputs: { valueChange: "etObserveResize" }, exportAs: ["etObserveResize"], ngImport: i0 }); }
|
|
2957
2984
|
}
|
|
2958
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
2985
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ObserveResizeDirective, decorators: [{
|
|
2959
2986
|
type: Directive,
|
|
2960
2987
|
args: [{
|
|
2961
2988
|
selector: '[etObserveResize]',
|
|
@@ -2985,15 +3012,15 @@ class RootBoundaryDirective {
|
|
|
2985
3012
|
set boundaryElement(v) {
|
|
2986
3013
|
this._boundaryElement = v;
|
|
2987
3014
|
}
|
|
2988
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
2989
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0
|
|
3015
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: RootBoundaryDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3016
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: RootBoundaryDirective, isStandalone: true, selector: "[etRootBoundary]", providers: [
|
|
2990
3017
|
{
|
|
2991
3018
|
provide: ROOT_BOUNDARY_TOKEN,
|
|
2992
3019
|
useExisting: RootBoundaryDirective,
|
|
2993
3020
|
},
|
|
2994
3021
|
], ngImport: i0 }); }
|
|
2995
3022
|
}
|
|
2996
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
3023
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: RootBoundaryDirective, decorators: [{
|
|
2997
3024
|
type: Directive,
|
|
2998
3025
|
args: [{
|
|
2999
3026
|
selector: '[etRootBoundary]',
|
|
@@ -3285,10 +3312,10 @@ class AnimatedOverlayDirective {
|
|
|
3285
3312
|
this._isUnmounting$.next(false);
|
|
3286
3313
|
this._afterClosed?.next();
|
|
3287
3314
|
}
|
|
3288
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
3289
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0
|
|
3315
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AnimatedOverlayDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3316
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: AnimatedOverlayDirective, isStandalone: true, inputs: { placement: "placement", fallbackPlacements: "fallbackPlacements", offset: "offset", arrowPadding: "arrowPadding", viewportPadding: "viewportPadding", autoResize: "autoResize", shift: "shift", autoHide: "autoHide" }, host: { classAttribute: "et-animated-overlay" }, hostDirectives: [{ directive: ObserveResizeDirective }], ngImport: i0 }); }
|
|
3290
3317
|
}
|
|
3291
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
3318
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AnimatedOverlayDirective, decorators: [{
|
|
3292
3319
|
type: Directive,
|
|
3293
3320
|
args: [{
|
|
3294
3321
|
standalone: true,
|
|
@@ -3336,10 +3363,10 @@ class ClickOutsideDirective {
|
|
|
3336
3363
|
ngOnDestroy() {
|
|
3337
3364
|
this._subscription?.unsubscribe();
|
|
3338
3365
|
}
|
|
3339
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
3340
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0
|
|
3366
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ClickOutsideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3367
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: ClickOutsideDirective, isStandalone: true, selector: "[etClickOutside]", outputs: { etClickOutside: "etClickOutside" }, ngImport: i0 }); }
|
|
3341
3368
|
}
|
|
3342
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
3369
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ClickOutsideDirective, decorators: [{
|
|
3343
3370
|
type: Directive,
|
|
3344
3371
|
args: [{
|
|
3345
3372
|
selector: '[etClickOutside]',
|
|
@@ -3493,10 +3520,10 @@ class CursorDragScrollDirective {
|
|
|
3493
3520
|
this._elementRef.nativeElement.style.cursor = 'default';
|
|
3494
3521
|
}
|
|
3495
3522
|
}
|
|
3496
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
3497
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0
|
|
3523
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: CursorDragScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3524
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: CursorDragScrollDirective, isStandalone: true, selector: "[etCursorDragScroll]", inputs: { enabled: ["etCursorDragScroll", "enabled"], allowedDirection: "allowedDirection" }, outputs: { cursorDragStart: "cursorDragStart", cursorDragMove: "cursorDragMove", cursorDragEnd: "cursorDragEnd" }, exportAs: ["etCursorDragScroll"], ngImport: i0 }); }
|
|
3498
3525
|
}
|
|
3499
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
3526
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: CursorDragScrollDirective, decorators: [{
|
|
3500
3527
|
type: Directive,
|
|
3501
3528
|
args: [{
|
|
3502
3529
|
selector: '[etCursorDragScroll]',
|
|
@@ -3529,15 +3556,15 @@ class DebugDirective {
|
|
|
3529
3556
|
set sDebug(value) {
|
|
3530
3557
|
this._debug.set(value);
|
|
3531
3558
|
}
|
|
3532
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
3533
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0
|
|
3559
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: DebugDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3560
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.1.0", type: DebugDirective, isStandalone: true, selector: "[etDebug]", inputs: { sDebug: ["etDebug", "sDebug", booleanAttribute] }, providers: [
|
|
3534
3561
|
{
|
|
3535
3562
|
provide: DEBUG_TOKEN,
|
|
3536
3563
|
useExisting: DebugDirective,
|
|
3537
3564
|
},
|
|
3538
3565
|
], exportAs: ["etDebug"], ngImport: i0 }); }
|
|
3539
3566
|
}
|
|
3540
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
3567
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: DebugDirective, decorators: [{
|
|
3541
3568
|
type: Directive,
|
|
3542
3569
|
args: [{
|
|
3543
3570
|
selector: '[etDebug]',
|
|
@@ -3584,15 +3611,15 @@ class DelayableDirective {
|
|
|
3584
3611
|
}
|
|
3585
3612
|
this._isDelayed$.next(val);
|
|
3586
3613
|
}
|
|
3587
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
3588
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0
|
|
3614
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: DelayableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3615
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: DelayableDirective, isStandalone: true, selector: "[etDelayable]", providers: [
|
|
3589
3616
|
{
|
|
3590
3617
|
provide: DELAYABLE_TOKEN,
|
|
3591
3618
|
useExisting: DelayableDirective,
|
|
3592
3619
|
},
|
|
3593
3620
|
], exportAs: ["etDelayable"], ngImport: i0 }); }
|
|
3594
3621
|
}
|
|
3595
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
3622
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: DelayableDirective, decorators: [{
|
|
3596
3623
|
type: Directive,
|
|
3597
3624
|
args: [{
|
|
3598
3625
|
selector: '[etDelayable]',
|
|
@@ -3613,15 +3640,15 @@ class IsActiveElementDirective {
|
|
|
3613
3640
|
this.elementRef = inject(ElementRef);
|
|
3614
3641
|
this.isActiveElement = false;
|
|
3615
3642
|
}
|
|
3616
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
3617
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0
|
|
3643
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: IsActiveElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3644
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.1.0", type: IsActiveElementDirective, isStandalone: true, selector: "[etIsActiveElement]", inputs: { isActiveElement: ["etIsActiveElement", "isActiveElement", booleanAttribute] }, providers: [
|
|
3618
3645
|
{
|
|
3619
3646
|
provide: IS_ACTIVE_ELEMENT,
|
|
3620
3647
|
useExisting: IsActiveElementDirective,
|
|
3621
3648
|
},
|
|
3622
3649
|
], ngImport: i0 }); }
|
|
3623
3650
|
}
|
|
3624
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
3651
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: IsActiveElementDirective, decorators: [{
|
|
3625
3652
|
type: Directive,
|
|
3626
3653
|
args: [{
|
|
3627
3654
|
selector: '[etIsActiveElement]',
|
|
@@ -3644,15 +3671,15 @@ class IsElementDirective {
|
|
|
3644
3671
|
this.elementRef = inject(ElementRef);
|
|
3645
3672
|
this.isElement = false;
|
|
3646
3673
|
}
|
|
3647
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
3648
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0
|
|
3674
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: IsElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3675
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.1.0", type: IsElementDirective, isStandalone: true, selector: "[etIsElement]", inputs: { isElement: ["etIsElement", "isElement", booleanAttribute] }, providers: [
|
|
3649
3676
|
{
|
|
3650
3677
|
provide: IS_ELEMENT,
|
|
3651
3678
|
useExisting: IsElementDirective,
|
|
3652
3679
|
},
|
|
3653
3680
|
], ngImport: i0 }); }
|
|
3654
3681
|
}
|
|
3655
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
3682
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: IsElementDirective, decorators: [{
|
|
3656
3683
|
type: Directive,
|
|
3657
3684
|
args: [{
|
|
3658
3685
|
selector: '[etIsElement]',
|
|
@@ -3701,10 +3728,10 @@ class LetDirective {
|
|
|
3701
3728
|
}
|
|
3702
3729
|
}
|
|
3703
3730
|
}
|
|
3704
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
3705
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0
|
|
3731
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: LetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3732
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: LetDirective, isStandalone: true, selector: "[etLet]", inputs: { etLet: "etLet" }, ngImport: i0 }); }
|
|
3706
3733
|
}
|
|
3707
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
3734
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: LetDirective, decorators: [{
|
|
3708
3735
|
type: Directive,
|
|
3709
3736
|
args: [{
|
|
3710
3737
|
selector: '[etLet]',
|
|
@@ -3756,10 +3783,10 @@ class ObserveContentDirective {
|
|
|
3756
3783
|
_unsubscribe() {
|
|
3757
3784
|
this._currentSubscription?.unsubscribe();
|
|
3758
3785
|
}
|
|
3759
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
3760
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0
|
|
3786
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ObserveContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3787
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: ObserveContentDirective, isStandalone: true, selector: "[etObserveContent]", inputs: { disabled: ["etObserveContentDisabled", "disabled"], debounce: ["etObserveContentDebounce", "debounce"] }, outputs: { valueChange: "etObserveContent" }, exportAs: ["etObserveContent"], ngImport: i0 }); }
|
|
3761
3788
|
}
|
|
3762
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
3789
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ObserveContentDirective, decorators: [{
|
|
3763
3790
|
type: Directive,
|
|
3764
3791
|
args: [{
|
|
3765
3792
|
selector: '[etObserveContent]',
|
|
@@ -3782,10 +3809,10 @@ class ScrollObserverFirstElementDirective {
|
|
|
3782
3809
|
constructor() {
|
|
3783
3810
|
this.isFirstElement = false;
|
|
3784
3811
|
}
|
|
3785
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
3786
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0
|
|
3812
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ScrollObserverFirstElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3813
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.1.0", type: ScrollObserverFirstElementDirective, isStandalone: true, selector: "[etScrollObserverFirstElement]", inputs: { isFirstElement: ["etScrollObserverFirstElement", "isFirstElement", booleanAttribute] }, host: { properties: { "class.et-scroll-observer-first-element": "this.isFirstElement" } }, ngImport: i0 }); }
|
|
3787
3814
|
}
|
|
3788
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
3815
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ScrollObserverFirstElementDirective, decorators: [{
|
|
3789
3816
|
type: Directive,
|
|
3790
3817
|
args: [{
|
|
3791
3818
|
selector: '[etScrollObserverFirstElement]',
|
|
@@ -3801,10 +3828,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImpor
|
|
|
3801
3828
|
|
|
3802
3829
|
const SCROLL_OBSERVER_IGNORE_TARGET_CLASS = 'et-scroll-observer-ignore-target';
|
|
3803
3830
|
class ScrollObserverIgnoreTargetDirective {
|
|
3804
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
3805
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0
|
|
3831
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3832
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: ScrollObserverIgnoreTargetDirective, isStandalone: true, selector: "[etScrollObserverIgnoreTarget]", host: { classAttribute: "et-scroll-observer-ignore-target" }, ngImport: i0 }); }
|
|
3806
3833
|
}
|
|
3807
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
3834
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, decorators: [{
|
|
3808
3835
|
type: Directive,
|
|
3809
3836
|
args: [{
|
|
3810
3837
|
selector: '[etScrollObserverIgnoreTarget]',
|
|
@@ -3820,10 +3847,10 @@ class ScrollObserverLastElementDirective {
|
|
|
3820
3847
|
constructor() {
|
|
3821
3848
|
this.isLastElement = false;
|
|
3822
3849
|
}
|
|
3823
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
3824
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0
|
|
3850
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ScrollObserverLastElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3851
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.1.0", type: ScrollObserverLastElementDirective, isStandalone: true, selector: "[etScrollObserverLastElement]", inputs: { isLastElement: ["etScrollObserverLastElement", "isLastElement", booleanAttribute] }, host: { properties: { "class.et-scroll-observer-last-element": "this.isLastElement" }, classAttribute: "et-scroll-observer-last-element" }, ngImport: i0 }); }
|
|
3825
3852
|
}
|
|
3826
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
3853
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ScrollObserverLastElementDirective, decorators: [{
|
|
3827
3854
|
type: Directive,
|
|
3828
3855
|
args: [{
|
|
3829
3856
|
selector: '[etScrollObserverLastElement]',
|
|
@@ -3982,15 +4009,15 @@ class ObserveScrollStateDirective {
|
|
|
3982
4009
|
}
|
|
3983
4010
|
return element;
|
|
3984
4011
|
}
|
|
3985
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
3986
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0
|
|
4012
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ObserveScrollStateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4013
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.1.0", type: ObserveScrollStateDirective, isStandalone: true, selector: "[etObserveScrollState]", inputs: { rootMargin: ["rootMargin", "rootMargin", numberAttribute], observerThreshold: "observerThreshold" }, outputs: { valueChange: "etObserveScrollState" }, providers: [
|
|
3987
4014
|
{
|
|
3988
4015
|
provide: OBSERVE_SCROLL_STATE,
|
|
3989
4016
|
useExisting: ObserveScrollStateDirective,
|
|
3990
4017
|
},
|
|
3991
4018
|
], exportAs: ["etObserveScrollState"], ngImport: i0 }); }
|
|
3992
4019
|
}
|
|
3993
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
4020
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ObserveScrollStateDirective, decorators: [{
|
|
3994
4021
|
type: Directive,
|
|
3995
4022
|
args: [{
|
|
3996
4023
|
selector: '[etObserveScrollState]',
|
|
@@ -4060,15 +4087,15 @@ class ObserveVisibilityDirective {
|
|
|
4060
4087
|
}))
|
|
4061
4088
|
.subscribe();
|
|
4062
4089
|
}
|
|
4063
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
4064
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0
|
|
4090
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ObserveVisibilityDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4091
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: ObserveVisibilityDirective, isStandalone: true, selector: "[etObserveVisibility]", outputs: { etObserveVisibility: "etObserveVisibility" }, host: { classAttribute: "et-observe-visibility" }, providers: [
|
|
4065
4092
|
{
|
|
4066
4093
|
provide: OBSERVE_VISIBILITY_TOKEN,
|
|
4067
4094
|
useExisting: ObserveVisibilityDirective,
|
|
4068
4095
|
},
|
|
4069
4096
|
], ngImport: i0 }); }
|
|
4070
4097
|
}
|
|
4071
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
4098
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ObserveVisibilityDirective, decorators: [{
|
|
4072
4099
|
type: Directive,
|
|
4073
4100
|
args: [{
|
|
4074
4101
|
selector: '[etObserveVisibility]',
|
|
@@ -4106,10 +4133,10 @@ class RepeatDirective {
|
|
|
4106
4133
|
this._viewContainerRef.createEmbeddedView(this._mainTemplateRef);
|
|
4107
4134
|
}
|
|
4108
4135
|
}
|
|
4109
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
4110
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0
|
|
4136
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: RepeatDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4137
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: RepeatDirective, isStandalone: true, selector: "[etRepeat]", inputs: { repeatCount: ["etRepeat", "repeatCount"] }, ngImport: i0 }); }
|
|
4111
4138
|
}
|
|
4112
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
4139
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: RepeatDirective, decorators: [{
|
|
4113
4140
|
type: Directive,
|
|
4114
4141
|
args: [{
|
|
4115
4142
|
selector: '[etRepeat]',
|
|
@@ -4278,10 +4305,10 @@ class SeoDirective {
|
|
|
4278
4305
|
}
|
|
4279
4306
|
}
|
|
4280
4307
|
}
|
|
4281
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
4282
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0
|
|
4308
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: SeoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4309
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: SeoDirective, isStandalone: true, providers: [{ provide: SEO_DIRECTIVE_TOKEN, useExisting: SeoDirective }], ngImport: i0 }); }
|
|
4283
4310
|
}
|
|
4284
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
4311
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: SeoDirective, decorators: [{
|
|
4285
4312
|
type: Directive,
|
|
4286
4313
|
args: [{
|
|
4287
4314
|
standalone: true,
|
|
@@ -4457,10 +4484,10 @@ class InferMimeTypePipe {
|
|
|
4457
4484
|
constructor() {
|
|
4458
4485
|
this.transform = inferMimeType;
|
|
4459
4486
|
}
|
|
4460
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
4461
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0
|
|
4487
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: InferMimeTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4488
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.0", ngImport: i0, type: InferMimeTypePipe, isStandalone: true, name: "inferMimeType" }); }
|
|
4462
4489
|
}
|
|
4463
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
4490
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: InferMimeTypePipe, decorators: [{
|
|
4464
4491
|
type: Pipe,
|
|
4465
4492
|
args: [{
|
|
4466
4493
|
name: 'inferMimeType',
|
|
@@ -4506,10 +4533,10 @@ class NormalizeGameResultTypePipe {
|
|
|
4506
4533
|
constructor() {
|
|
4507
4534
|
this.transform = normalizeGameResultType;
|
|
4508
4535
|
}
|
|
4509
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
4510
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0
|
|
4536
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: NormalizeGameResultTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4537
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.0", ngImport: i0, type: NormalizeGameResultTypePipe, isStandalone: true, name: "etNormalizeGameResultType" }); }
|
|
4511
4538
|
}
|
|
4512
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
4539
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: NormalizeGameResultTypePipe, decorators: [{
|
|
4513
4540
|
type: Pipe,
|
|
4514
4541
|
args: [{ name: 'etNormalizeGameResultType', standalone: true }]
|
|
4515
4542
|
}] });
|
|
@@ -4537,10 +4564,10 @@ class NormalizeMatchStatePipe {
|
|
|
4537
4564
|
constructor() {
|
|
4538
4565
|
this.transform = normalizeMatchState;
|
|
4539
4566
|
}
|
|
4540
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
4541
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0
|
|
4567
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: NormalizeMatchStatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4568
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.0", ngImport: i0, type: NormalizeMatchStatePipe, isStandalone: true, name: "etNormalizeMatchState" }); }
|
|
4542
4569
|
}
|
|
4543
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
4570
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: NormalizeMatchStatePipe, decorators: [{
|
|
4544
4571
|
type: Pipe,
|
|
4545
4572
|
args: [{ name: 'etNormalizeMatchState', standalone: true }]
|
|
4546
4573
|
}] });
|
|
@@ -4595,10 +4622,10 @@ class NormalizeMatchParticipantsPipe {
|
|
|
4595
4622
|
constructor() {
|
|
4596
4623
|
this.transform = normalizeMatchParticipants;
|
|
4597
4624
|
}
|
|
4598
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
4599
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0
|
|
4625
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: NormalizeMatchParticipantsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4626
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.0", ngImport: i0, type: NormalizeMatchParticipantsPipe, isStandalone: true, name: "etNormalizeMatchParticipants" }); }
|
|
4600
4627
|
}
|
|
4601
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
4628
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: NormalizeMatchParticipantsPipe, decorators: [{
|
|
4602
4629
|
type: Pipe,
|
|
4603
4630
|
args: [{ name: 'etNormalizeMatchParticipants', standalone: true }]
|
|
4604
4631
|
}] });
|
|
@@ -4732,10 +4759,10 @@ class NormalizeMatchScorePipe {
|
|
|
4732
4759
|
constructor() {
|
|
4733
4760
|
this.transform = normalizeMatchScore;
|
|
4734
4761
|
}
|
|
4735
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
4736
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0
|
|
4762
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: NormalizeMatchScorePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4763
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.0", ngImport: i0, type: NormalizeMatchScorePipe, isStandalone: true, name: "etNormalizeMatchScore" }); }
|
|
4737
4764
|
}
|
|
4738
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
4765
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: NormalizeMatchScorePipe, decorators: [{
|
|
4739
4766
|
type: Pipe,
|
|
4740
4767
|
args: [{ name: 'etNormalizeMatchScore', standalone: true }]
|
|
4741
4768
|
}] });
|
|
@@ -4782,10 +4809,10 @@ class NormalizeMatchTypePipe {
|
|
|
4782
4809
|
constructor() {
|
|
4783
4810
|
this.transform = normalizeMatchType;
|
|
4784
4811
|
}
|
|
4785
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
4786
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0
|
|
4812
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: NormalizeMatchTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4813
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.0", ngImport: i0, type: NormalizeMatchTypePipe, isStandalone: true, name: "etNormalizeMatchType" }); }
|
|
4787
4814
|
}
|
|
4788
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
4815
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: NormalizeMatchTypePipe, decorators: [{
|
|
4789
4816
|
type: Pipe,
|
|
4790
4817
|
args: [{ name: 'etNormalizeMatchType', standalone: true }]
|
|
4791
4818
|
}] });
|
|
@@ -4799,10 +4826,10 @@ class ToArrayPipe {
|
|
|
4799
4826
|
constructor() {
|
|
4800
4827
|
this.transform = toArray;
|
|
4801
4828
|
}
|
|
4802
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0
|
|
4803
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0
|
|
4829
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ToArrayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4830
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.0", ngImport: i0, type: ToArrayPipe, isStandalone: true, name: "toArray" }); }
|
|
4804
4831
|
}
|
|
4805
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0
|
|
4832
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: ToArrayPipe, decorators: [{
|
|
4806
4833
|
type: Pipe,
|
|
4807
4834
|
args: [{ name: 'toArray', standalone: true }]
|
|
4808
4835
|
}] });
|
|
@@ -4890,5 +4917,5 @@ const Validators = {
|
|
|
4890
4917
|
* Generated bundle index. Do not edit.
|
|
4891
4918
|
*/
|
|
4892
4919
|
|
|
4893
|
-
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 };
|
|
4920
|
+
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, createComponentId, 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 };
|
|
4894
4921
|
//# sourceMappingURL=ethlete-core.mjs.map
|