@ethlete/core 4.4.1 → 4.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/components/structured-data/structured-data.component.mjs +3 -3
- package/esm2022/lib/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 +4 -4
- 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/props/create-prop-handlers.mjs +17 -0
- package/esm2022/lib/props/create-props.mjs +51 -0
- package/esm2022/lib/props/create-setup.mjs +19 -0
- package/esm2022/lib/props/dependency-stash.mjs +20 -0
- package/esm2022/lib/props/element-dictionary.mjs +44 -0
- package/esm2022/lib/props/index.mjs +9 -0
- package/esm2022/lib/props/props-binding.mjs +53 -0
- package/esm2022/lib/props/props.directive.mjs +33 -0
- package/esm2022/lib/props/template-input.mjs +41 -0
- package/esm2022/lib/public-api.mjs +2 -1
- 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 +421 -132
- package/fesm2022/ethlete-core.mjs.map +1 -1
- package/lib/directives/animated-lifecycle/animated-lifecycle.directive.d.ts +3 -0
- package/lib/props/create-prop-handlers.d.ts +27 -0
- package/lib/props/create-props.d.ts +54 -0
- package/lib/props/create-setup.d.ts +4 -0
- package/lib/props/dependency-stash.d.ts +11 -0
- package/lib/props/element-dictionary.d.ts +11 -0
- package/lib/props/index.d.ts +8 -0
- package/lib/props/props-binding.d.ts +12 -0
- package/lib/props/props.directive.d.ts +38 -0
- package/lib/props/template-input.d.ts +30 -0
- package/lib/public-api.d.ts +1 -0
- package/lib/services/viewport.service.d.ts +1 -2
- 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, AfterRenderPhase, input } 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';
|
|
@@ -29,10 +29,10 @@ class StructuredDataComponent {
|
|
|
29
29
|
const html = `<script type="application/ld+json">${json}</script>`;
|
|
30
30
|
return this._sanitizer.bypassSecurityTrustHtml(html);
|
|
31
31
|
}
|
|
32
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
33
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
32
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: StructuredDataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
33
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.1", type: StructuredDataComponent, isStandalone: true, selector: "et-structured-data", inputs: { data: "data" }, host: { properties: { "innerHTML": "this.jsonLD" }, styleAttribute: "display: none" }, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
34
34
|
}
|
|
35
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
35
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: StructuredDataComponent, decorators: [{
|
|
36
36
|
type: Component,
|
|
37
37
|
args: [{
|
|
38
38
|
selector: 'et-structured-data',
|
|
@@ -391,6 +391,13 @@ const clone = (original) => {
|
|
|
391
391
|
return tmp || _og;
|
|
392
392
|
};
|
|
393
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
|
+
|
|
394
401
|
const hasCookie = (name) => {
|
|
395
402
|
if (typeof document === 'undefined') {
|
|
396
403
|
return false;
|
|
@@ -406,13 +413,14 @@ const getCookie = (name) => {
|
|
|
406
413
|
// From https://stackoverflow.com/questions/10730362/get-cookie-by-name
|
|
407
414
|
return ('; ' + document.cookie).split(`; ${name}=`).pop()?.split(';')[0];
|
|
408
415
|
};
|
|
409
|
-
const setCookie = (name, data, expiresInDays = 30, domain = getDomain(), path = '/') => {
|
|
416
|
+
const setCookie = (name, data, expiresInDays = 30, domain = getDomain(), path = '/', sameSite = 'lax') => {
|
|
410
417
|
if (typeof document === 'undefined') {
|
|
411
418
|
return;
|
|
412
419
|
}
|
|
420
|
+
const sameSiteUpper = sameSite.toUpperCase();
|
|
413
421
|
const date = new Date();
|
|
414
422
|
date.setTime(date.getTime() + expiresInDays * 24 * 60 * 60 * 1000);
|
|
415
|
-
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};`;
|
|
416
424
|
};
|
|
417
425
|
const deleteCookie = (name, path = '/', domain = getDomain()) => {
|
|
418
426
|
if (hasCookie(name)) {
|
|
@@ -1139,6 +1147,7 @@ class SelectionModel {
|
|
|
1139
1147
|
}));
|
|
1140
1148
|
this.filteredOptions$ = combineLatest([this.options$, this.filter$, this.labelBinding$]).pipe(map(([options, filter]) => this.getFilteredOptions(filter, options)), shareReplay({ bufferSize: 1, refCount: true }));
|
|
1141
1149
|
this._optionsAndSelection$ = combineLatest([this._options$, this._selection$]);
|
|
1150
|
+
this.trackByOptionKey = (index, option) => this.getKey(option);
|
|
1142
1151
|
this.allowMultiple$
|
|
1143
1152
|
.pipe(tap(() => {
|
|
1144
1153
|
if (this.allowMultiple)
|
|
@@ -1486,19 +1495,29 @@ const buildElementSignal = (el) => {
|
|
|
1486
1495
|
}))), { initialValue: { currentElement: null, previousElement: null, previousElements: [], currentElements: [] } });
|
|
1487
1496
|
};
|
|
1488
1497
|
const buildSignalEffects = (config) => {
|
|
1498
|
+
const injector = inject(Injector);
|
|
1489
1499
|
const { map, eachItemFn, cleanupFn } = config;
|
|
1490
1500
|
const effectRefMap = {};
|
|
1491
|
-
|
|
1501
|
+
const has = (token) => token in effectRefMap;
|
|
1502
|
+
const push = (tokenString, signal) => {
|
|
1503
|
+
if (has(tokenString))
|
|
1504
|
+
return;
|
|
1492
1505
|
const tokenArray = tokenString.split(' ').filter((token) => !!token);
|
|
1493
1506
|
for (const token of tokenArray) {
|
|
1494
|
-
|
|
1495
|
-
const
|
|
1496
|
-
|
|
1507
|
+
runInInjectionContext(injector, () => {
|
|
1508
|
+
const ref = effect(() => {
|
|
1509
|
+
const value = signal();
|
|
1510
|
+
eachItemFn({ key: token, value });
|
|
1511
|
+
});
|
|
1512
|
+
effectRefMap[token] = ref;
|
|
1497
1513
|
});
|
|
1498
|
-
effectRefMap[token] = ref;
|
|
1499
1514
|
}
|
|
1500
|
-
}
|
|
1501
|
-
const
|
|
1515
|
+
};
|
|
1516
|
+
const pushMany = (map) => {
|
|
1517
|
+
for (const [tokenString, signal] of Object.entries(map)) {
|
|
1518
|
+
push(tokenString, signal);
|
|
1519
|
+
}
|
|
1520
|
+
};
|
|
1502
1521
|
const remove = (...tokens) => {
|
|
1503
1522
|
for (const tokenString of tokens) {
|
|
1504
1523
|
effectRefMap[tokenString]?.destroy();
|
|
@@ -1506,7 +1525,13 @@ const buildSignalEffects = (config) => {
|
|
|
1506
1525
|
delete effectRefMap[tokenString];
|
|
1507
1526
|
}
|
|
1508
1527
|
};
|
|
1509
|
-
|
|
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 };
|
|
1510
1535
|
};
|
|
1511
1536
|
const signalIsRendered = () => {
|
|
1512
1537
|
const isRendered = signal(false);
|
|
@@ -1961,15 +1986,15 @@ class AnimatableDirective {
|
|
|
1961
1986
|
.subscribe();
|
|
1962
1987
|
}
|
|
1963
1988
|
}
|
|
1964
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
1965
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
1989
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AnimatableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1990
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: AnimatableDirective, isStandalone: true, selector: "[etAnimatable]", inputs: { animatedElement: ["etAnimatable", "animatedElement"] }, providers: [
|
|
1966
1991
|
{
|
|
1967
1992
|
provide: ANIMATABLE_TOKEN,
|
|
1968
1993
|
useExisting: AnimatableDirective,
|
|
1969
1994
|
},
|
|
1970
1995
|
], exportAs: ["etAnimatable"], ngImport: i0 }); }
|
|
1971
1996
|
}
|
|
1972
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
1997
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AnimatableDirective, decorators: [{
|
|
1973
1998
|
type: Directive,
|
|
1974
1999
|
args: [{
|
|
1975
2000
|
selector: '[etAnimatable]',
|
|
@@ -2089,15 +2114,15 @@ class AnimatedLifecycleDirective {
|
|
|
2089
2114
|
_forceState(state) {
|
|
2090
2115
|
this._state$.next(state);
|
|
2091
2116
|
}
|
|
2092
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2093
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
2117
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AnimatedLifecycleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2118
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: AnimatedLifecycleDirective, isStandalone: true, selector: "[etAnimatedLifecycle]", providers: [
|
|
2094
2119
|
{
|
|
2095
2120
|
provide: ANIMATED_LIFECYCLE_TOKEN,
|
|
2096
2121
|
useExisting: AnimatedLifecycleDirective,
|
|
2097
2122
|
},
|
|
2098
2123
|
], exportAs: ["etAnimatedLifecycle"], hostDirectives: [{ directive: AnimatableDirective }], ngImport: i0 }); }
|
|
2099
2124
|
}
|
|
2100
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2125
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AnimatedLifecycleDirective, decorators: [{
|
|
2101
2126
|
type: Directive,
|
|
2102
2127
|
args: [{
|
|
2103
2128
|
selector: '[etAnimatedLifecycle]',
|
|
@@ -2134,15 +2159,15 @@ class AnimatedIfDirective {
|
|
|
2134
2159
|
.subscribe();
|
|
2135
2160
|
}
|
|
2136
2161
|
}
|
|
2137
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2138
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
2162
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AnimatedIfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2163
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: AnimatedIfDirective, isStandalone: true, selector: "[etAnimatedIf]", inputs: { shouldRender: ["etAnimatedIf", "shouldRender"] }, providers: [
|
|
2139
2164
|
{
|
|
2140
2165
|
provide: ANIMATED_IF_TOKEN,
|
|
2141
2166
|
useExisting: AnimatedIfDirective,
|
|
2142
2167
|
},
|
|
2143
2168
|
], hostDirectives: [{ directive: i1.NgIf }], ngImport: i0 }); }
|
|
2144
2169
|
}
|
|
2145
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2170
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AnimatedIfDirective, decorators: [{
|
|
2146
2171
|
type: Directive,
|
|
2147
2172
|
args: [{
|
|
2148
2173
|
selector: '[etAnimatedIf]',
|
|
@@ -2165,10 +2190,10 @@ class ClickObserverFactory {
|
|
|
2165
2190
|
create() {
|
|
2166
2191
|
return fromEvent(document, 'click');
|
|
2167
2192
|
}
|
|
2168
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2169
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
2193
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ClickObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2194
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ClickObserverFactory, providedIn: 'root' }); }
|
|
2170
2195
|
}
|
|
2171
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2196
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ClickObserverFactory, decorators: [{
|
|
2172
2197
|
type: Injectable,
|
|
2173
2198
|
args: [{ providedIn: 'root' }]
|
|
2174
2199
|
}] });
|
|
@@ -2221,10 +2246,10 @@ class ClickObserverService {
|
|
|
2221
2246
|
this._observedElements.delete(element);
|
|
2222
2247
|
}
|
|
2223
2248
|
}
|
|
2224
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2225
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
2249
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ClickObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2250
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ClickObserverService, providedIn: 'root' }); }
|
|
2226
2251
|
}
|
|
2227
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2252
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ClickObserverService, decorators: [{
|
|
2228
2253
|
type: Injectable,
|
|
2229
2254
|
args: [{ providedIn: 'root' }]
|
|
2230
2255
|
}] });
|
|
@@ -2234,10 +2259,10 @@ class MutationObserverFactory {
|
|
|
2234
2259
|
create(callback) {
|
|
2235
2260
|
return typeof MutationObserver === 'undefined' ? null : new MutationObserver(callback);
|
|
2236
2261
|
}
|
|
2237
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2238
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
2262
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MutationObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2263
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MutationObserverFactory, providedIn: 'root' }); }
|
|
2239
2264
|
}
|
|
2240
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2265
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MutationObserverFactory, decorators: [{
|
|
2241
2266
|
type: Injectable,
|
|
2242
2267
|
args: [{ providedIn: 'root' }]
|
|
2243
2268
|
}] });
|
|
@@ -2296,10 +2321,10 @@ class ContentObserverService {
|
|
|
2296
2321
|
this._observedElements.delete(element);
|
|
2297
2322
|
}
|
|
2298
2323
|
}
|
|
2299
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2300
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
2324
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ContentObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2325
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ContentObserverService, providedIn: 'root' }); }
|
|
2301
2326
|
}
|
|
2302
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2327
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ContentObserverService, decorators: [{
|
|
2303
2328
|
type: Injectable,
|
|
2304
2329
|
args: [{ providedIn: 'root' }]
|
|
2305
2330
|
}] });
|
|
@@ -2325,10 +2350,10 @@ class FocusVisibleService {
|
|
|
2325
2350
|
onPointerDown() {
|
|
2326
2351
|
this._hadKeyboardEvent = false;
|
|
2327
2352
|
}
|
|
2328
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2329
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
2353
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: FocusVisibleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2354
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: FocusVisibleService, providedIn: 'root' }); }
|
|
2330
2355
|
}
|
|
2331
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2356
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: FocusVisibleService, decorators: [{
|
|
2332
2357
|
type: Injectable,
|
|
2333
2358
|
args: [{
|
|
2334
2359
|
providedIn: 'root',
|
|
@@ -2340,10 +2365,10 @@ class IntersectionObserverFactory {
|
|
|
2340
2365
|
create(callback) {
|
|
2341
2366
|
return typeof IntersectionObserver === 'undefined' ? null : new IntersectionObserver(callback);
|
|
2342
2367
|
}
|
|
2343
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2344
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
2368
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: IntersectionObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2369
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: IntersectionObserverFactory, providedIn: 'root' }); }
|
|
2345
2370
|
}
|
|
2346
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2371
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: IntersectionObserverFactory, decorators: [{
|
|
2347
2372
|
type: Injectable,
|
|
2348
2373
|
args: [{ providedIn: 'root' }]
|
|
2349
2374
|
}] });
|
|
@@ -2398,10 +2423,10 @@ class IntersectionObserverService {
|
|
|
2398
2423
|
this._observedElements.delete(element);
|
|
2399
2424
|
}
|
|
2400
2425
|
}
|
|
2401
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2402
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
2426
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: IntersectionObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2427
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: IntersectionObserverService, providedIn: 'root' }); }
|
|
2403
2428
|
}
|
|
2404
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2429
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: IntersectionObserverService, decorators: [{
|
|
2405
2430
|
type: Injectable,
|
|
2406
2431
|
args: [{ providedIn: 'root' }]
|
|
2407
2432
|
}] });
|
|
@@ -2411,10 +2436,10 @@ class ResizeObserverFactory {
|
|
|
2411
2436
|
create(callback) {
|
|
2412
2437
|
return typeof ResizeObserver === 'undefined' ? null : new ResizeObserver(callback);
|
|
2413
2438
|
}
|
|
2414
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2415
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
2439
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ResizeObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2440
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ResizeObserverFactory, providedIn: 'root' }); }
|
|
2416
2441
|
}
|
|
2417
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2442
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ResizeObserverFactory, decorators: [{
|
|
2418
2443
|
type: Injectable,
|
|
2419
2444
|
args: [{ providedIn: 'root' }]
|
|
2420
2445
|
}] });
|
|
@@ -2469,10 +2494,10 @@ class ResizeObserverService {
|
|
|
2469
2494
|
this._observedElements.delete(element);
|
|
2470
2495
|
}
|
|
2471
2496
|
}
|
|
2472
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2473
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
2497
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ResizeObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2498
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ResizeObserverService, providedIn: 'root' }); }
|
|
2474
2499
|
}
|
|
2475
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2500
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ResizeObserverService, decorators: [{
|
|
2476
2501
|
type: Injectable,
|
|
2477
2502
|
args: [{ providedIn: 'root' }]
|
|
2478
2503
|
}] });
|
|
@@ -2667,10 +2692,10 @@ class RouterStateService {
|
|
|
2667
2692
|
fragment,
|
|
2668
2693
|
};
|
|
2669
2694
|
}
|
|
2670
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2671
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
2695
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: RouterStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2696
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: RouterStateService, providedIn: 'root' }); }
|
|
2672
2697
|
}
|
|
2673
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2698
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: RouterStateService, decorators: [{
|
|
2674
2699
|
type: Injectable,
|
|
2675
2700
|
args: [{
|
|
2676
2701
|
providedIn: 'root',
|
|
@@ -2886,8 +2911,8 @@ class ViewportService {
|
|
|
2886
2911
|
}
|
|
2887
2912
|
return 'xs';
|
|
2888
2913
|
}
|
|
2889
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2890
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
|
2914
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ViewportService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2915
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ViewportService, providedIn: 'root' }); }
|
|
2891
2916
|
}
|
|
2892
2917
|
__decorate([
|
|
2893
2918
|
Memo(),
|
|
@@ -2905,7 +2930,7 @@ __decorate([
|
|
|
2905
2930
|
__metadata("design:paramtypes", [Object]),
|
|
2906
2931
|
__metadata("design:returntype", void 0)
|
|
2907
2932
|
], ViewportService.prototype, "_buildMediaQuery", null);
|
|
2908
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2933
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ViewportService, decorators: [{
|
|
2909
2934
|
type: Injectable,
|
|
2910
2935
|
args: [{
|
|
2911
2936
|
providedIn: 'root',
|
|
@@ -2954,10 +2979,10 @@ class ObserveResizeDirective {
|
|
|
2954
2979
|
_unsubscribe() {
|
|
2955
2980
|
this._currentSubscription?.unsubscribe();
|
|
2956
2981
|
}
|
|
2957
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2958
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
2982
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ObserveResizeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2983
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: ObserveResizeDirective, isStandalone: true, selector: "[etObserveResize]", inputs: { disabled: ["etObserveResizeDisabled", "disabled"], debounce: ["etObserveResizeDebounce", "debounce"] }, outputs: { valueChange: "etObserveResize" }, exportAs: ["etObserveResize"], ngImport: i0 }); }
|
|
2959
2984
|
}
|
|
2960
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
2985
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ObserveResizeDirective, decorators: [{
|
|
2961
2986
|
type: Directive,
|
|
2962
2987
|
args: [{
|
|
2963
2988
|
selector: '[etObserveResize]',
|
|
@@ -2987,15 +3012,15 @@ class RootBoundaryDirective {
|
|
|
2987
3012
|
set boundaryElement(v) {
|
|
2988
3013
|
this._boundaryElement = v;
|
|
2989
3014
|
}
|
|
2990
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
2991
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
3015
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: RootBoundaryDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3016
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: RootBoundaryDirective, isStandalone: true, selector: "[etRootBoundary]", providers: [
|
|
2992
3017
|
{
|
|
2993
3018
|
provide: ROOT_BOUNDARY_TOKEN,
|
|
2994
3019
|
useExisting: RootBoundaryDirective,
|
|
2995
3020
|
},
|
|
2996
3021
|
], ngImport: i0 }); }
|
|
2997
3022
|
}
|
|
2998
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3023
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: RootBoundaryDirective, decorators: [{
|
|
2999
3024
|
type: Directive,
|
|
3000
3025
|
args: [{
|
|
3001
3026
|
selector: '[etRootBoundary]',
|
|
@@ -3287,10 +3312,10 @@ class AnimatedOverlayDirective {
|
|
|
3287
3312
|
this._isUnmounting$.next(false);
|
|
3288
3313
|
this._afterClosed?.next();
|
|
3289
3314
|
}
|
|
3290
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3291
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
3315
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AnimatedOverlayDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3316
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", 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 }); }
|
|
3292
3317
|
}
|
|
3293
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3318
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AnimatedOverlayDirective, decorators: [{
|
|
3294
3319
|
type: Directive,
|
|
3295
3320
|
args: [{
|
|
3296
3321
|
standalone: true,
|
|
@@ -3338,10 +3363,10 @@ class ClickOutsideDirective {
|
|
|
3338
3363
|
ngOnDestroy() {
|
|
3339
3364
|
this._subscription?.unsubscribe();
|
|
3340
3365
|
}
|
|
3341
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3342
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
3366
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ClickOutsideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3367
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: ClickOutsideDirective, isStandalone: true, selector: "[etClickOutside]", outputs: { etClickOutside: "etClickOutside" }, ngImport: i0 }); }
|
|
3343
3368
|
}
|
|
3344
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3369
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ClickOutsideDirective, decorators: [{
|
|
3345
3370
|
type: Directive,
|
|
3346
3371
|
args: [{
|
|
3347
3372
|
selector: '[etClickOutside]',
|
|
@@ -3495,10 +3520,10 @@ class CursorDragScrollDirective {
|
|
|
3495
3520
|
this._elementRef.nativeElement.style.cursor = 'default';
|
|
3496
3521
|
}
|
|
3497
3522
|
}
|
|
3498
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3499
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
3523
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: CursorDragScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3524
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: CursorDragScrollDirective, isStandalone: true, selector: "[etCursorDragScroll]", inputs: { enabled: ["etCursorDragScroll", "enabled"], allowedDirection: "allowedDirection" }, outputs: { cursorDragStart: "cursorDragStart", cursorDragMove: "cursorDragMove", cursorDragEnd: "cursorDragEnd" }, exportAs: ["etCursorDragScroll"], ngImport: i0 }); }
|
|
3500
3525
|
}
|
|
3501
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3526
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: CursorDragScrollDirective, decorators: [{
|
|
3502
3527
|
type: Directive,
|
|
3503
3528
|
args: [{
|
|
3504
3529
|
selector: '[etCursorDragScroll]',
|
|
@@ -3531,15 +3556,15 @@ class DebugDirective {
|
|
|
3531
3556
|
set sDebug(value) {
|
|
3532
3557
|
this._debug.set(value);
|
|
3533
3558
|
}
|
|
3534
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3535
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.
|
|
3559
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: DebugDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3560
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.1.1", type: DebugDirective, isStandalone: true, selector: "[etDebug]", inputs: { sDebug: ["etDebug", "sDebug", booleanAttribute] }, providers: [
|
|
3536
3561
|
{
|
|
3537
3562
|
provide: DEBUG_TOKEN,
|
|
3538
3563
|
useExisting: DebugDirective,
|
|
3539
3564
|
},
|
|
3540
3565
|
], exportAs: ["etDebug"], ngImport: i0 }); }
|
|
3541
3566
|
}
|
|
3542
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3567
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: DebugDirective, decorators: [{
|
|
3543
3568
|
type: Directive,
|
|
3544
3569
|
args: [{
|
|
3545
3570
|
selector: '[etDebug]',
|
|
@@ -3586,15 +3611,15 @@ class DelayableDirective {
|
|
|
3586
3611
|
}
|
|
3587
3612
|
this._isDelayed$.next(val);
|
|
3588
3613
|
}
|
|
3589
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3590
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
3614
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: DelayableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3615
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: DelayableDirective, isStandalone: true, selector: "[etDelayable]", providers: [
|
|
3591
3616
|
{
|
|
3592
3617
|
provide: DELAYABLE_TOKEN,
|
|
3593
3618
|
useExisting: DelayableDirective,
|
|
3594
3619
|
},
|
|
3595
3620
|
], exportAs: ["etDelayable"], ngImport: i0 }); }
|
|
3596
3621
|
}
|
|
3597
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3622
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: DelayableDirective, decorators: [{
|
|
3598
3623
|
type: Directive,
|
|
3599
3624
|
args: [{
|
|
3600
3625
|
selector: '[etDelayable]',
|
|
@@ -3615,15 +3640,15 @@ class IsActiveElementDirective {
|
|
|
3615
3640
|
this.elementRef = inject(ElementRef);
|
|
3616
3641
|
this.isActiveElement = false;
|
|
3617
3642
|
}
|
|
3618
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3619
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.
|
|
3643
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: IsActiveElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3644
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.1.1", type: IsActiveElementDirective, isStandalone: true, selector: "[etIsActiveElement]", inputs: { isActiveElement: ["etIsActiveElement", "isActiveElement", booleanAttribute] }, providers: [
|
|
3620
3645
|
{
|
|
3621
3646
|
provide: IS_ACTIVE_ELEMENT,
|
|
3622
3647
|
useExisting: IsActiveElementDirective,
|
|
3623
3648
|
},
|
|
3624
3649
|
], ngImport: i0 }); }
|
|
3625
3650
|
}
|
|
3626
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3651
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: IsActiveElementDirective, decorators: [{
|
|
3627
3652
|
type: Directive,
|
|
3628
3653
|
args: [{
|
|
3629
3654
|
selector: '[etIsActiveElement]',
|
|
@@ -3646,15 +3671,15 @@ class IsElementDirective {
|
|
|
3646
3671
|
this.elementRef = inject(ElementRef);
|
|
3647
3672
|
this.isElement = false;
|
|
3648
3673
|
}
|
|
3649
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3650
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.
|
|
3674
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: IsElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3675
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.1.1", type: IsElementDirective, isStandalone: true, selector: "[etIsElement]", inputs: { isElement: ["etIsElement", "isElement", booleanAttribute] }, providers: [
|
|
3651
3676
|
{
|
|
3652
3677
|
provide: IS_ELEMENT,
|
|
3653
3678
|
useExisting: IsElementDirective,
|
|
3654
3679
|
},
|
|
3655
3680
|
], ngImport: i0 }); }
|
|
3656
3681
|
}
|
|
3657
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3682
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: IsElementDirective, decorators: [{
|
|
3658
3683
|
type: Directive,
|
|
3659
3684
|
args: [{
|
|
3660
3685
|
selector: '[etIsElement]',
|
|
@@ -3703,10 +3728,10 @@ class LetDirective {
|
|
|
3703
3728
|
}
|
|
3704
3729
|
}
|
|
3705
3730
|
}
|
|
3706
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3707
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
3731
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: LetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3732
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: LetDirective, isStandalone: true, selector: "[etLet]", inputs: { etLet: "etLet" }, ngImport: i0 }); }
|
|
3708
3733
|
}
|
|
3709
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3734
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: LetDirective, decorators: [{
|
|
3710
3735
|
type: Directive,
|
|
3711
3736
|
args: [{
|
|
3712
3737
|
selector: '[etLet]',
|
|
@@ -3758,10 +3783,10 @@ class ObserveContentDirective {
|
|
|
3758
3783
|
_unsubscribe() {
|
|
3759
3784
|
this._currentSubscription?.unsubscribe();
|
|
3760
3785
|
}
|
|
3761
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3762
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
3786
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ObserveContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3787
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: ObserveContentDirective, isStandalone: true, selector: "[etObserveContent]", inputs: { disabled: ["etObserveContentDisabled", "disabled"], debounce: ["etObserveContentDebounce", "debounce"] }, outputs: { valueChange: "etObserveContent" }, exportAs: ["etObserveContent"], ngImport: i0 }); }
|
|
3763
3788
|
}
|
|
3764
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3789
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ObserveContentDirective, decorators: [{
|
|
3765
3790
|
type: Directive,
|
|
3766
3791
|
args: [{
|
|
3767
3792
|
selector: '[etObserveContent]',
|
|
@@ -3784,10 +3809,10 @@ class ScrollObserverFirstElementDirective {
|
|
|
3784
3809
|
constructor() {
|
|
3785
3810
|
this.isFirstElement = false;
|
|
3786
3811
|
}
|
|
3787
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3788
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.
|
|
3812
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ScrollObserverFirstElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3813
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.1.1", type: ScrollObserverFirstElementDirective, isStandalone: true, selector: "[etScrollObserverFirstElement]", inputs: { isFirstElement: ["etScrollObserverFirstElement", "isFirstElement", booleanAttribute] }, host: { properties: { "class.et-scroll-observer-first-element": "this.isFirstElement" } }, ngImport: i0 }); }
|
|
3789
3814
|
}
|
|
3790
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3815
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ScrollObserverFirstElementDirective, decorators: [{
|
|
3791
3816
|
type: Directive,
|
|
3792
3817
|
args: [{
|
|
3793
3818
|
selector: '[etScrollObserverFirstElement]',
|
|
@@ -3803,10 +3828,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImpor
|
|
|
3803
3828
|
|
|
3804
3829
|
const SCROLL_OBSERVER_IGNORE_TARGET_CLASS = 'et-scroll-observer-ignore-target';
|
|
3805
3830
|
class ScrollObserverIgnoreTargetDirective {
|
|
3806
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3807
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
3831
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3832
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: ScrollObserverIgnoreTargetDirective, isStandalone: true, selector: "[etScrollObserverIgnoreTarget]", host: { classAttribute: "et-scroll-observer-ignore-target" }, ngImport: i0 }); }
|
|
3808
3833
|
}
|
|
3809
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3834
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, decorators: [{
|
|
3810
3835
|
type: Directive,
|
|
3811
3836
|
args: [{
|
|
3812
3837
|
selector: '[etScrollObserverIgnoreTarget]',
|
|
@@ -3822,10 +3847,10 @@ class ScrollObserverLastElementDirective {
|
|
|
3822
3847
|
constructor() {
|
|
3823
3848
|
this.isLastElement = false;
|
|
3824
3849
|
}
|
|
3825
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3826
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.
|
|
3850
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ScrollObserverLastElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3851
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.1.1", 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 }); }
|
|
3827
3852
|
}
|
|
3828
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
3853
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ScrollObserverLastElementDirective, decorators: [{
|
|
3829
3854
|
type: Directive,
|
|
3830
3855
|
args: [{
|
|
3831
3856
|
selector: '[etScrollObserverLastElement]',
|
|
@@ -3984,15 +4009,15 @@ class ObserveScrollStateDirective {
|
|
|
3984
4009
|
}
|
|
3985
4010
|
return element;
|
|
3986
4011
|
}
|
|
3987
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
3988
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.
|
|
4012
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ObserveScrollStateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4013
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.1.1", type: ObserveScrollStateDirective, isStandalone: true, selector: "[etObserveScrollState]", inputs: { rootMargin: ["rootMargin", "rootMargin", numberAttribute], observerThreshold: "observerThreshold" }, outputs: { valueChange: "etObserveScrollState" }, providers: [
|
|
3989
4014
|
{
|
|
3990
4015
|
provide: OBSERVE_SCROLL_STATE,
|
|
3991
4016
|
useExisting: ObserveScrollStateDirective,
|
|
3992
4017
|
},
|
|
3993
4018
|
], exportAs: ["etObserveScrollState"], ngImport: i0 }); }
|
|
3994
4019
|
}
|
|
3995
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4020
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ObserveScrollStateDirective, decorators: [{
|
|
3996
4021
|
type: Directive,
|
|
3997
4022
|
args: [{
|
|
3998
4023
|
selector: '[etObserveScrollState]',
|
|
@@ -4062,15 +4087,15 @@ class ObserveVisibilityDirective {
|
|
|
4062
4087
|
}))
|
|
4063
4088
|
.subscribe();
|
|
4064
4089
|
}
|
|
4065
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4066
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
4090
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ObserveVisibilityDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4091
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: ObserveVisibilityDirective, isStandalone: true, selector: "[etObserveVisibility]", outputs: { etObserveVisibility: "etObserveVisibility" }, host: { classAttribute: "et-observe-visibility" }, providers: [
|
|
4067
4092
|
{
|
|
4068
4093
|
provide: OBSERVE_VISIBILITY_TOKEN,
|
|
4069
4094
|
useExisting: ObserveVisibilityDirective,
|
|
4070
4095
|
},
|
|
4071
4096
|
], ngImport: i0 }); }
|
|
4072
4097
|
}
|
|
4073
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4098
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ObserveVisibilityDirective, decorators: [{
|
|
4074
4099
|
type: Directive,
|
|
4075
4100
|
args: [{
|
|
4076
4101
|
selector: '[etObserveVisibility]',
|
|
@@ -4108,10 +4133,10 @@ class RepeatDirective {
|
|
|
4108
4133
|
this._viewContainerRef.createEmbeddedView(this._mainTemplateRef);
|
|
4109
4134
|
}
|
|
4110
4135
|
}
|
|
4111
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4112
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
4136
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", 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.1", type: RepeatDirective, isStandalone: true, selector: "[etRepeat]", inputs: { repeatCount: ["etRepeat", "repeatCount"] }, ngImport: i0 }); }
|
|
4113
4138
|
}
|
|
4114
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4139
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: RepeatDirective, decorators: [{
|
|
4115
4140
|
type: Directive,
|
|
4116
4141
|
args: [{
|
|
4117
4142
|
selector: '[etRepeat]',
|
|
@@ -4280,10 +4305,10 @@ class SeoDirective {
|
|
|
4280
4305
|
}
|
|
4281
4306
|
}
|
|
4282
4307
|
}
|
|
4283
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4284
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
4308
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: SeoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4309
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: SeoDirective, isStandalone: true, providers: [{ provide: SEO_DIRECTIVE_TOKEN, useExisting: SeoDirective }], ngImport: i0 }); }
|
|
4285
4310
|
}
|
|
4286
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4311
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: SeoDirective, decorators: [{
|
|
4287
4312
|
type: Directive,
|
|
4288
4313
|
args: [{
|
|
4289
4314
|
standalone: true,
|
|
@@ -4459,10 +4484,10 @@ class InferMimeTypePipe {
|
|
|
4459
4484
|
constructor() {
|
|
4460
4485
|
this.transform = inferMimeType;
|
|
4461
4486
|
}
|
|
4462
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4463
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
4487
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: InferMimeTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4488
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.1", ngImport: i0, type: InferMimeTypePipe, isStandalone: true, name: "inferMimeType" }); }
|
|
4464
4489
|
}
|
|
4465
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4490
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: InferMimeTypePipe, decorators: [{
|
|
4466
4491
|
type: Pipe,
|
|
4467
4492
|
args: [{
|
|
4468
4493
|
name: 'inferMimeType',
|
|
@@ -4508,10 +4533,10 @@ class NormalizeGameResultTypePipe {
|
|
|
4508
4533
|
constructor() {
|
|
4509
4534
|
this.transform = normalizeGameResultType;
|
|
4510
4535
|
}
|
|
4511
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4512
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
4536
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: NormalizeGameResultTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4537
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.1", ngImport: i0, type: NormalizeGameResultTypePipe, isStandalone: true, name: "etNormalizeGameResultType" }); }
|
|
4513
4538
|
}
|
|
4514
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4539
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: NormalizeGameResultTypePipe, decorators: [{
|
|
4515
4540
|
type: Pipe,
|
|
4516
4541
|
args: [{ name: 'etNormalizeGameResultType', standalone: true }]
|
|
4517
4542
|
}] });
|
|
@@ -4539,10 +4564,10 @@ class NormalizeMatchStatePipe {
|
|
|
4539
4564
|
constructor() {
|
|
4540
4565
|
this.transform = normalizeMatchState;
|
|
4541
4566
|
}
|
|
4542
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4543
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
4567
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: NormalizeMatchStatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4568
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.1", ngImport: i0, type: NormalizeMatchStatePipe, isStandalone: true, name: "etNormalizeMatchState" }); }
|
|
4544
4569
|
}
|
|
4545
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4570
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: NormalizeMatchStatePipe, decorators: [{
|
|
4546
4571
|
type: Pipe,
|
|
4547
4572
|
args: [{ name: 'etNormalizeMatchState', standalone: true }]
|
|
4548
4573
|
}] });
|
|
@@ -4597,10 +4622,10 @@ class NormalizeMatchParticipantsPipe {
|
|
|
4597
4622
|
constructor() {
|
|
4598
4623
|
this.transform = normalizeMatchParticipants;
|
|
4599
4624
|
}
|
|
4600
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4601
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
4625
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: NormalizeMatchParticipantsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4626
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.1", ngImport: i0, type: NormalizeMatchParticipantsPipe, isStandalone: true, name: "etNormalizeMatchParticipants" }); }
|
|
4602
4627
|
}
|
|
4603
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4628
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: NormalizeMatchParticipantsPipe, decorators: [{
|
|
4604
4629
|
type: Pipe,
|
|
4605
4630
|
args: [{ name: 'etNormalizeMatchParticipants', standalone: true }]
|
|
4606
4631
|
}] });
|
|
@@ -4734,10 +4759,10 @@ class NormalizeMatchScorePipe {
|
|
|
4734
4759
|
constructor() {
|
|
4735
4760
|
this.transform = normalizeMatchScore;
|
|
4736
4761
|
}
|
|
4737
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4738
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
4762
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: NormalizeMatchScorePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4763
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.1", ngImport: i0, type: NormalizeMatchScorePipe, isStandalone: true, name: "etNormalizeMatchScore" }); }
|
|
4739
4764
|
}
|
|
4740
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4765
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: NormalizeMatchScorePipe, decorators: [{
|
|
4741
4766
|
type: Pipe,
|
|
4742
4767
|
args: [{ name: 'etNormalizeMatchScore', standalone: true }]
|
|
4743
4768
|
}] });
|
|
@@ -4784,10 +4809,10 @@ class NormalizeMatchTypePipe {
|
|
|
4784
4809
|
constructor() {
|
|
4785
4810
|
this.transform = normalizeMatchType;
|
|
4786
4811
|
}
|
|
4787
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4788
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
4812
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: NormalizeMatchTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4813
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.1", ngImport: i0, type: NormalizeMatchTypePipe, isStandalone: true, name: "etNormalizeMatchType" }); }
|
|
4789
4814
|
}
|
|
4790
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4815
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: NormalizeMatchTypePipe, decorators: [{
|
|
4791
4816
|
type: Pipe,
|
|
4792
4817
|
args: [{ name: 'etNormalizeMatchType', standalone: true }]
|
|
4793
4818
|
}] });
|
|
@@ -4801,14 +4826,278 @@ class ToArrayPipe {
|
|
|
4801
4826
|
constructor() {
|
|
4802
4827
|
this.transform = toArray;
|
|
4803
4828
|
}
|
|
4804
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
4805
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
4829
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ToArrayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4830
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.1", ngImport: i0, type: ToArrayPipe, isStandalone: true, name: "toArray" }); }
|
|
4806
4831
|
}
|
|
4807
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
4832
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: ToArrayPipe, decorators: [{
|
|
4808
4833
|
type: Pipe,
|
|
4809
4834
|
args: [{ name: 'toArray', standalone: true }]
|
|
4810
4835
|
}] });
|
|
4811
4836
|
|
|
4837
|
+
const createPropHandlers = () => {
|
|
4838
|
+
const id = createComponentId('et-props');
|
|
4839
|
+
const elementRef = inject(ElementRef);
|
|
4840
|
+
const classes = signalHostClasses({});
|
|
4841
|
+
const attributes = signalHostAttributes({});
|
|
4842
|
+
const styles = signalHostStyles({});
|
|
4843
|
+
return {
|
|
4844
|
+
classes,
|
|
4845
|
+
attributes,
|
|
4846
|
+
styles,
|
|
4847
|
+
id,
|
|
4848
|
+
elementRef,
|
|
4849
|
+
};
|
|
4850
|
+
};
|
|
4851
|
+
|
|
4852
|
+
const createElementDictionary = () => {
|
|
4853
|
+
const dictionary = {
|
|
4854
|
+
ids: signal([]),
|
|
4855
|
+
elements: signal({}),
|
|
4856
|
+
};
|
|
4857
|
+
const firstElement = computed(() => {
|
|
4858
|
+
const id = dictionary.ids()[0];
|
|
4859
|
+
return id ? dictionary.elements()[id] ?? null : null;
|
|
4860
|
+
});
|
|
4861
|
+
const firstId = computed(() => {
|
|
4862
|
+
const id = dictionary.ids()[0];
|
|
4863
|
+
return id ?? null;
|
|
4864
|
+
});
|
|
4865
|
+
const ids = computed(() => dictionary.ids());
|
|
4866
|
+
const elements = computed(() => ids().map((id) => dictionary.elements()[id]));
|
|
4867
|
+
const isEmpty = computed(() => dictionary.ids().length === 0);
|
|
4868
|
+
const has = (id) => {
|
|
4869
|
+
return dictionary.ids().includes(id);
|
|
4870
|
+
};
|
|
4871
|
+
const push = (id, element) => {
|
|
4872
|
+
dictionary.ids.set([...dictionary.ids(), id]);
|
|
4873
|
+
dictionary.elements.set({ ...dictionary.elements(), [id]: element });
|
|
4874
|
+
};
|
|
4875
|
+
const remove = (id) => {
|
|
4876
|
+
dictionary.ids.set(dictionary.ids().filter((i) => i !== id));
|
|
4877
|
+
dictionary.elements.set(Object.fromEntries(Object.entries(dictionary.elements()).filter(([k]) => k !== id)));
|
|
4878
|
+
};
|
|
4879
|
+
const get = (id) => {
|
|
4880
|
+
return dictionary.elements()[id] ?? null;
|
|
4881
|
+
};
|
|
4882
|
+
return {
|
|
4883
|
+
ids,
|
|
4884
|
+
elements,
|
|
4885
|
+
has,
|
|
4886
|
+
get,
|
|
4887
|
+
push,
|
|
4888
|
+
remove,
|
|
4889
|
+
isEmpty,
|
|
4890
|
+
firstElement,
|
|
4891
|
+
firstId,
|
|
4892
|
+
};
|
|
4893
|
+
};
|
|
4894
|
+
|
|
4895
|
+
const bindProps = (config) => {
|
|
4896
|
+
const props = config.props;
|
|
4897
|
+
const { attachEventListeners, classBindings, attributeBindings, styleBindings, staticAttributeBindings, staticClassBindings, staticStyleBindings, attached, single, name, bindId, attachedElements, } = props;
|
|
4898
|
+
const { attributes, classes, elementRef, id, styles } = config.handlers;
|
|
4899
|
+
const el = elementRef.nativeElement;
|
|
4900
|
+
if (attached()) {
|
|
4901
|
+
if (attachedElements.has(id)) {
|
|
4902
|
+
return;
|
|
4903
|
+
}
|
|
4904
|
+
else if (single) {
|
|
4905
|
+
const firstAttachedRefElement = attachedElements.first();
|
|
4906
|
+
console.error(`[${name}] These props can only be attached to a single element at a time.\n\n Already attached to \n`, firstAttachedRefElement, '\n Trying to attach to \n', el);
|
|
4907
|
+
return;
|
|
4908
|
+
}
|
|
4909
|
+
}
|
|
4910
|
+
attachedElements.push(id, el);
|
|
4911
|
+
if (bindId) {
|
|
4912
|
+
el.id = id;
|
|
4913
|
+
}
|
|
4914
|
+
if (classBindings) {
|
|
4915
|
+
classes.pushMany(classBindings);
|
|
4916
|
+
}
|
|
4917
|
+
if (attributeBindings) {
|
|
4918
|
+
attributes.pushMany(attributeBindings);
|
|
4919
|
+
}
|
|
4920
|
+
if (styleBindings) {
|
|
4921
|
+
styles.pushMany(styleBindings);
|
|
4922
|
+
}
|
|
4923
|
+
if (staticAttributeBindings) {
|
|
4924
|
+
for (const key in staticAttributeBindings) {
|
|
4925
|
+
el.setAttribute(key, `${staticAttributeBindings[key]}`);
|
|
4926
|
+
}
|
|
4927
|
+
}
|
|
4928
|
+
if (staticClassBindings) {
|
|
4929
|
+
el.classList.add(...staticClassBindings);
|
|
4930
|
+
}
|
|
4931
|
+
if (staticStyleBindings) {
|
|
4932
|
+
for (const key in staticStyleBindings) {
|
|
4933
|
+
el.style.setProperty(key, `${staticStyleBindings[key]}`);
|
|
4934
|
+
}
|
|
4935
|
+
}
|
|
4936
|
+
if (attachEventListeners) {
|
|
4937
|
+
attachEventListeners({
|
|
4938
|
+
on: el.addEventListener.bind(el),
|
|
4939
|
+
element: el,
|
|
4940
|
+
});
|
|
4941
|
+
}
|
|
4942
|
+
};
|
|
4943
|
+
const unbindProps = (config) => {
|
|
4944
|
+
const props = config.props;
|
|
4945
|
+
props.attachedElements.remove(config.handlers.id);
|
|
4946
|
+
};
|
|
4947
|
+
|
|
4948
|
+
const createProps = (props) => {
|
|
4949
|
+
const { bindId = false, single = true, classes: classBindings, attributes: attributeBindings, styles: styleBindings, staticAttributes: staticAttributeBindings = null, staticClasses: staticClassBindings = null, staticStyles: staticStyleBindings = null, listeners, name, } = props;
|
|
4950
|
+
const dictionary = createElementDictionary();
|
|
4951
|
+
const attached = computed(() => !dictionary.isEmpty());
|
|
4952
|
+
const attachedElements = {
|
|
4953
|
+
first: dictionary.firstElement,
|
|
4954
|
+
firstId: dictionary.firstId,
|
|
4955
|
+
has: dictionary.has,
|
|
4956
|
+
push: dictionary.push,
|
|
4957
|
+
remove: dictionary.remove,
|
|
4958
|
+
get: dictionary.get,
|
|
4959
|
+
};
|
|
4960
|
+
const data = {
|
|
4961
|
+
name,
|
|
4962
|
+
single,
|
|
4963
|
+
bindId,
|
|
4964
|
+
attached,
|
|
4965
|
+
attachedElements,
|
|
4966
|
+
classBindings: classBindings ?? null,
|
|
4967
|
+
attributeBindings: attributeBindings ?? null,
|
|
4968
|
+
styleBindings: styleBindings ?? null,
|
|
4969
|
+
staticAttributeBindings,
|
|
4970
|
+
staticClassBindings,
|
|
4971
|
+
staticStyleBindings,
|
|
4972
|
+
attachEventListeners: listeners ?? null,
|
|
4973
|
+
};
|
|
4974
|
+
return data;
|
|
4975
|
+
};
|
|
4976
|
+
const createHostProps = (props) => {
|
|
4977
|
+
const data = createProps(props);
|
|
4978
|
+
const handlers = createPropHandlers();
|
|
4979
|
+
afterNextRender(() => {
|
|
4980
|
+
bindProps({
|
|
4981
|
+
handlers,
|
|
4982
|
+
props: data,
|
|
4983
|
+
});
|
|
4984
|
+
}, { phase: AfterRenderPhase.Write });
|
|
4985
|
+
const destroyRef = inject(DestroyRef);
|
|
4986
|
+
destroyRef.onDestroy(() => {
|
|
4987
|
+
unbindProps({
|
|
4988
|
+
handlers,
|
|
4989
|
+
props: data,
|
|
4990
|
+
});
|
|
4991
|
+
});
|
|
4992
|
+
return { props: data, handlers };
|
|
4993
|
+
};
|
|
4994
|
+
|
|
4995
|
+
const createSetup = (config) => {
|
|
4996
|
+
let didCallSetup = false;
|
|
4997
|
+
afterNextRender(() => {
|
|
4998
|
+
if (!didCallSetup) {
|
|
4999
|
+
console.error('The setup() function was not called. Please call it inside your constructor.', config.this);
|
|
5000
|
+
return;
|
|
5001
|
+
}
|
|
5002
|
+
});
|
|
5003
|
+
return (params) => {
|
|
5004
|
+
if (didCallSetup) {
|
|
5005
|
+
console.error('The setup() function was already called. Please call it only once. \n\n', 'Instance containing the setup() call \n', config.this, '\n\n Setup was called with\n', params);
|
|
5006
|
+
return;
|
|
5007
|
+
}
|
|
5008
|
+
didCallSetup = true;
|
|
5009
|
+
config.setupFn(params);
|
|
5010
|
+
};
|
|
5011
|
+
};
|
|
5012
|
+
|
|
5013
|
+
const createDependencyStash = (stash) => {
|
|
5014
|
+
const injector = inject(Injector);
|
|
5015
|
+
const provideSignal = (data) => {
|
|
5016
|
+
runInInjectionContext(injector, () => {
|
|
5017
|
+
effect(() => {
|
|
5018
|
+
stash[data.for].set(data.signal());
|
|
5019
|
+
}, { allowSignalWrites: true });
|
|
5020
|
+
});
|
|
5021
|
+
};
|
|
5022
|
+
const provideValue = (data) => {
|
|
5023
|
+
stash[data.for].set(data.value);
|
|
5024
|
+
};
|
|
5025
|
+
return {
|
|
5026
|
+
...stash,
|
|
5027
|
+
provideSignal,
|
|
5028
|
+
provideValue,
|
|
5029
|
+
};
|
|
5030
|
+
};
|
|
5031
|
+
|
|
5032
|
+
class PropsDirective {
|
|
5033
|
+
constructor() {
|
|
5034
|
+
this.destroyRef = inject(DestroyRef);
|
|
5035
|
+
this.props = input.required({ alias: 'etProps', transform: (d) => d });
|
|
5036
|
+
this.propHandlers = createPropHandlers();
|
|
5037
|
+
afterNextRender(() => {
|
|
5038
|
+
bindProps({
|
|
5039
|
+
handlers: this.propHandlers,
|
|
5040
|
+
props: this.props(),
|
|
5041
|
+
});
|
|
5042
|
+
}, { phase: AfterRenderPhase.Write });
|
|
5043
|
+
this.destroyRef.onDestroy(() => {
|
|
5044
|
+
unbindProps({
|
|
5045
|
+
handlers: this.propHandlers,
|
|
5046
|
+
props: this.props(),
|
|
5047
|
+
});
|
|
5048
|
+
});
|
|
5049
|
+
}
|
|
5050
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: PropsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
5051
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "17.1.1", type: PropsDirective, isStandalone: true, selector: "[etProps]", inputs: { props: { classPropertyName: "props", publicName: "etProps", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 }); }
|
|
5052
|
+
}
|
|
5053
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: PropsDirective, decorators: [{
|
|
5054
|
+
type: Directive,
|
|
5055
|
+
args: [{
|
|
5056
|
+
selector: '[etProps]',
|
|
5057
|
+
standalone: true,
|
|
5058
|
+
}]
|
|
5059
|
+
}], ctorParameters: () => [] });
|
|
5060
|
+
|
|
5061
|
+
const templateComputed = (templateSignal) => computed(() => {
|
|
5062
|
+
const content = templateSignal();
|
|
5063
|
+
if (!content)
|
|
5064
|
+
return null;
|
|
5065
|
+
if (typeof content === 'string') {
|
|
5066
|
+
return {
|
|
5067
|
+
type: 'string',
|
|
5068
|
+
value: content,
|
|
5069
|
+
};
|
|
5070
|
+
}
|
|
5071
|
+
if (content instanceof TemplateRef) {
|
|
5072
|
+
return {
|
|
5073
|
+
type: 'template',
|
|
5074
|
+
value: content,
|
|
5075
|
+
injector: null,
|
|
5076
|
+
};
|
|
5077
|
+
}
|
|
5078
|
+
if ('component' in content) {
|
|
5079
|
+
return {
|
|
5080
|
+
type: 'component',
|
|
5081
|
+
value: content.component,
|
|
5082
|
+
inputs: content.inputs,
|
|
5083
|
+
injector: content.injector ?? null,
|
|
5084
|
+
};
|
|
5085
|
+
}
|
|
5086
|
+
if ('template' in content) {
|
|
5087
|
+
return {
|
|
5088
|
+
type: 'template',
|
|
5089
|
+
value: content.template,
|
|
5090
|
+
context: content.context,
|
|
5091
|
+
injector: content.injector ?? null,
|
|
5092
|
+
};
|
|
5093
|
+
}
|
|
5094
|
+
return {
|
|
5095
|
+
type: 'component',
|
|
5096
|
+
value: content,
|
|
5097
|
+
injector: null,
|
|
5098
|
+
};
|
|
5099
|
+
});
|
|
5100
|
+
|
|
4812
5101
|
var _a;
|
|
4813
5102
|
class TypedQueryList extends QueryList {
|
|
4814
5103
|
constructor() {
|
|
@@ -4892,5 +5181,5 @@ const Validators = {
|
|
|
4892
5181
|
* Generated bundle index. Do not edit.
|
|
4893
5182
|
*/
|
|
4894
5183
|
|
|
4895
|
-
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 };
|
|
5184
|
+
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, PropsDirective, ROOT_BOUNDARY_TOKEN, RUNTIME_ERROR_NO_DATA, RepeatDirective, ResizeObserverFactory, ResizeObserverService, RootBoundaryDirective, RouterStateService, RuntimeError, SCROLL_OBSERVER_FIRST_ELEMENT_CLASS, SCROLL_OBSERVER_IGNORE_TARGET_CLASS, SCROLL_OBSERVER_LAST_ELEMENT_CLASS, SCROLL_OBSERVER_OBSERVING_FIRST_ELEMENT_CLASS, SCROLL_OBSERVER_OBSERVING_LAST_ELEMENT_CLASS, SEO_DIRECTIVE_TOKEN, ScrollObserverFirstElementDirective, ScrollObserverIgnoreTargetDirective, ScrollObserverLastElementDirective, SelectionModel, SeoDirective, SmartBlockScrollStrategy, StructuredDataComponent, ToArrayPipe, TypedQueryList, VIEWPORT_CONFIG, ValidateAtLeastOneRequired, Validators, ViewportService, bindProps, buildSignalEffects, clamp, clone, cloneFormGroup, createComponentId, createDependencyStash, createDestroy, createElementDictionary, createFlipAnimation, createFlipAnimationGroup, createHostProps, createMediaQueryObservable, createMutationObservable, createPropHandlers, createProps, createReactiveBindings, createResizeObservable, createSetup, 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, templateComputed, toArray, toArrayTrackByFn, unbindProps };
|
|
4896
5185
|
//# sourceMappingURL=ethlete-core.mjs.map
|