@ethlete/core 3.13.0 → 3.13.2
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 +4 -4
- 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 +4 -4
- package/esm2022/lib/directives/delayable/delayable.directive.mjs +4 -4
- package/esm2022/lib/directives/is-active-element/is-active-element.directive.mjs +4 -4
- package/esm2022/lib/directives/is-element/is-element.directive.mjs +4 -4
- 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 +4 -4
- package/esm2022/lib/directives/scroll-observer-first-element/scroll-observer-first-element.directive.mjs +4 -4
- package/esm2022/lib/directives/scroll-observer-ignore-target/scroll-observer-ignore-target.directive.mjs +4 -4
- package/esm2022/lib/directives/scroll-observer-last-element/scroll-observer-last-element.directive.mjs +4 -4
- package/esm2022/lib/directives/seo/seo.directive.mjs +4 -4
- package/esm2022/lib/pipes/infer-mime-type/infer-mime-type.pipe.mjs +4 -4
- package/esm2022/lib/pipes/normalize-game-result-type/normalize-game-result-type.pipe.mjs +4 -4
- package/esm2022/lib/pipes/normalize-match-participants/normalize-match-participants.pipe.mjs +4 -4
- package/esm2022/lib/pipes/normalize-match-score/normalize-match-score.pipe.mjs +4 -4
- package/esm2022/lib/pipes/normalize-match-state/normalize-match-state.pipe.mjs +4 -4
- package/esm2022/lib/pipes/normalize-match-type/normalize-match-type.pipe.mjs +4 -4
- package/esm2022/lib/pipes/to-array/to-array.pipe.mjs +4 -4
- 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/selection-model.utils.mjs +8 -7
- package/fesm2022/ethlete-core.mjs +127 -126
- package/fesm2022/ethlete-core.mjs.map +1 -1
- package/lib/utils/selection-model.utils.d.ts +1 -0
- package/package.json +15 -15
|
@@ -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: "16.2.
|
|
33
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.
|
|
32
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: StructuredDataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
33
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.10", 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: "16.2.
|
|
35
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: StructuredDataComponent, decorators: [{
|
|
36
36
|
type: Component,
|
|
37
37
|
args: [{
|
|
38
38
|
selector: 'et-structured-data',
|
|
@@ -1164,6 +1164,7 @@ class SelectionModel {
|
|
|
1164
1164
|
this._options$.next([]);
|
|
1165
1165
|
this._valueBinding$.next(null);
|
|
1166
1166
|
this._keyBinding$.next(null);
|
|
1167
|
+
this._disabledBinding$.next(null);
|
|
1167
1168
|
this._labelBinding$.next(null);
|
|
1168
1169
|
this._allowMultiple$.next(false);
|
|
1169
1170
|
}
|
|
@@ -1300,6 +1301,11 @@ class SelectionModel {
|
|
|
1300
1301
|
}
|
|
1301
1302
|
return getObjectProperty(option, fnOrPropertyPath);
|
|
1302
1303
|
}
|
|
1304
|
+
execFnOrGetOptionPropertyNullable(option, fnOrPropertyPath) {
|
|
1305
|
+
if (!fnOrPropertyPath || !isObject(option))
|
|
1306
|
+
return null;
|
|
1307
|
+
return this.execFnOrGetOptionProperty(option, fnOrPropertyPath);
|
|
1308
|
+
}
|
|
1303
1309
|
getOptionProperty(option, propertyPath) {
|
|
1304
1310
|
if (!propertyPath || !isObject(option))
|
|
1305
1311
|
return option;
|
|
@@ -1310,12 +1316,7 @@ class SelectionModel {
|
|
|
1310
1316
|
return this.getOption(optionKey, this.keyBinding, this.selection) !== undefined;
|
|
1311
1317
|
}
|
|
1312
1318
|
isDisabled(option) {
|
|
1313
|
-
|
|
1314
|
-
return false;
|
|
1315
|
-
const result = this.execFnOrGetOptionProperty(option, this.disabledBinding);
|
|
1316
|
-
if (result === option)
|
|
1317
|
-
return false;
|
|
1318
|
-
return !!result;
|
|
1319
|
+
return !!this.execFnOrGetOptionPropertyNullable(option, this.disabledBinding);
|
|
1319
1320
|
}
|
|
1320
1321
|
getFilteredOptions(filter = this.filter, options = this.options) {
|
|
1321
1322
|
if (!filter)
|
|
@@ -1667,15 +1668,15 @@ class AnimatableDirective {
|
|
|
1667
1668
|
.subscribe();
|
|
1668
1669
|
}
|
|
1669
1670
|
}
|
|
1670
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
1671
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.
|
|
1671
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: AnimatableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1672
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.10", type: AnimatableDirective, isStandalone: true, selector: "[etAnimatable]", inputs: { animatedElement: ["etAnimatable", "animatedElement"] }, providers: [
|
|
1672
1673
|
{
|
|
1673
1674
|
provide: ANIMATABLE_TOKEN,
|
|
1674
1675
|
useExisting: AnimatableDirective,
|
|
1675
1676
|
},
|
|
1676
1677
|
], exportAs: ["etAnimatable"], ngImport: i0 }); }
|
|
1677
1678
|
}
|
|
1678
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
1679
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: AnimatableDirective, decorators: [{
|
|
1679
1680
|
type: Directive,
|
|
1680
1681
|
args: [{
|
|
1681
1682
|
selector: '[etAnimatable]',
|
|
@@ -1795,15 +1796,15 @@ class AnimatedLifecycleDirective {
|
|
|
1795
1796
|
_forceState(state) {
|
|
1796
1797
|
this._state$.next(state);
|
|
1797
1798
|
}
|
|
1798
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
1799
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.
|
|
1799
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: AnimatedLifecycleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1800
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.10", type: AnimatedLifecycleDirective, isStandalone: true, selector: "[etAnimatedLifecycle]", providers: [
|
|
1800
1801
|
{
|
|
1801
1802
|
provide: ANIMATED_LIFECYCLE_TOKEN,
|
|
1802
1803
|
useExisting: AnimatedLifecycleDirective,
|
|
1803
1804
|
},
|
|
1804
1805
|
], exportAs: ["etAnimatedLifecycle"], hostDirectives: [{ directive: AnimatableDirective }], ngImport: i0 }); }
|
|
1805
1806
|
}
|
|
1806
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
1807
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: AnimatedLifecycleDirective, decorators: [{
|
|
1807
1808
|
type: Directive,
|
|
1808
1809
|
args: [{
|
|
1809
1810
|
selector: '[etAnimatedLifecycle]',
|
|
@@ -1840,15 +1841,15 @@ class AnimatedIfDirective {
|
|
|
1840
1841
|
.subscribe();
|
|
1841
1842
|
}
|
|
1842
1843
|
}
|
|
1843
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
1844
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.
|
|
1844
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: AnimatedIfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1845
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.10", type: AnimatedIfDirective, isStandalone: true, selector: "[etAnimatedIf]", inputs: { shouldRender: ["etAnimatedIf", "shouldRender"] }, providers: [
|
|
1845
1846
|
{
|
|
1846
1847
|
provide: ANIMATED_IF_TOKEN,
|
|
1847
1848
|
useExisting: AnimatedIfDirective,
|
|
1848
1849
|
},
|
|
1849
1850
|
], hostDirectives: [{ directive: i1.NgIf }], ngImport: i0 }); }
|
|
1850
1851
|
}
|
|
1851
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
1852
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: AnimatedIfDirective, decorators: [{
|
|
1852
1853
|
type: Directive,
|
|
1853
1854
|
args: [{
|
|
1854
1855
|
selector: '[etAnimatedIf]',
|
|
@@ -1871,10 +1872,10 @@ class ClickObserverFactory {
|
|
|
1871
1872
|
create() {
|
|
1872
1873
|
return fromEvent(document, 'click');
|
|
1873
1874
|
}
|
|
1874
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
1875
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.
|
|
1875
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ClickObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1876
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ClickObserverFactory, providedIn: 'root' }); }
|
|
1876
1877
|
}
|
|
1877
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
1878
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ClickObserverFactory, decorators: [{
|
|
1878
1879
|
type: Injectable,
|
|
1879
1880
|
args: [{ providedIn: 'root' }]
|
|
1880
1881
|
}] });
|
|
@@ -1927,10 +1928,10 @@ class ClickObserverService {
|
|
|
1927
1928
|
this._observedElements.delete(element);
|
|
1928
1929
|
}
|
|
1929
1930
|
}
|
|
1930
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
1931
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.
|
|
1931
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ClickObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1932
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ClickObserverService, providedIn: 'root' }); }
|
|
1932
1933
|
}
|
|
1933
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
1934
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ClickObserverService, decorators: [{
|
|
1934
1935
|
type: Injectable,
|
|
1935
1936
|
args: [{ providedIn: 'root' }]
|
|
1936
1937
|
}] });
|
|
@@ -1940,10 +1941,10 @@ class MutationObserverFactory {
|
|
|
1940
1941
|
create(callback) {
|
|
1941
1942
|
return typeof MutationObserver === 'undefined' ? null : new MutationObserver(callback);
|
|
1942
1943
|
}
|
|
1943
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
1944
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.
|
|
1944
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: MutationObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1945
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: MutationObserverFactory, providedIn: 'root' }); }
|
|
1945
1946
|
}
|
|
1946
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
1947
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: MutationObserverFactory, decorators: [{
|
|
1947
1948
|
type: Injectable,
|
|
1948
1949
|
args: [{ providedIn: 'root' }]
|
|
1949
1950
|
}] });
|
|
@@ -2002,10 +2003,10 @@ class ContentObserverService {
|
|
|
2002
2003
|
this._observedElements.delete(element);
|
|
2003
2004
|
}
|
|
2004
2005
|
}
|
|
2005
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
2006
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.
|
|
2006
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ContentObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2007
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ContentObserverService, providedIn: 'root' }); }
|
|
2007
2008
|
}
|
|
2008
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
2009
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ContentObserverService, decorators: [{
|
|
2009
2010
|
type: Injectable,
|
|
2010
2011
|
args: [{ providedIn: 'root' }]
|
|
2011
2012
|
}] });
|
|
@@ -2031,10 +2032,10 @@ class FocusVisibleService {
|
|
|
2031
2032
|
onPointerDown() {
|
|
2032
2033
|
this._hadKeyboardEvent = false;
|
|
2033
2034
|
}
|
|
2034
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
2035
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.
|
|
2035
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: FocusVisibleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2036
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: FocusVisibleService, providedIn: 'root' }); }
|
|
2036
2037
|
}
|
|
2037
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
2038
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: FocusVisibleService, decorators: [{
|
|
2038
2039
|
type: Injectable,
|
|
2039
2040
|
args: [{
|
|
2040
2041
|
providedIn: 'root',
|
|
@@ -2046,10 +2047,10 @@ class IntersectionObserverFactory {
|
|
|
2046
2047
|
create(callback) {
|
|
2047
2048
|
return typeof IntersectionObserver === 'undefined' ? null : new IntersectionObserver(callback);
|
|
2048
2049
|
}
|
|
2049
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
2050
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.
|
|
2050
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: IntersectionObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2051
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: IntersectionObserverFactory, providedIn: 'root' }); }
|
|
2051
2052
|
}
|
|
2052
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
2053
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: IntersectionObserverFactory, decorators: [{
|
|
2053
2054
|
type: Injectable,
|
|
2054
2055
|
args: [{ providedIn: 'root' }]
|
|
2055
2056
|
}] });
|
|
@@ -2104,10 +2105,10 @@ class IntersectionObserverService {
|
|
|
2104
2105
|
this._observedElements.delete(element);
|
|
2105
2106
|
}
|
|
2106
2107
|
}
|
|
2107
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
2108
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.
|
|
2108
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: IntersectionObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2109
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: IntersectionObserverService, providedIn: 'root' }); }
|
|
2109
2110
|
}
|
|
2110
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
2111
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: IntersectionObserverService, decorators: [{
|
|
2111
2112
|
type: Injectable,
|
|
2112
2113
|
args: [{ providedIn: 'root' }]
|
|
2113
2114
|
}] });
|
|
@@ -2117,10 +2118,10 @@ class ResizeObserverFactory {
|
|
|
2117
2118
|
create(callback) {
|
|
2118
2119
|
return typeof ResizeObserver === 'undefined' ? null : new ResizeObserver(callback);
|
|
2119
2120
|
}
|
|
2120
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
2121
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.
|
|
2121
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ResizeObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2122
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ResizeObserverFactory, providedIn: 'root' }); }
|
|
2122
2123
|
}
|
|
2123
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
2124
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ResizeObserverFactory, decorators: [{
|
|
2124
2125
|
type: Injectable,
|
|
2125
2126
|
args: [{ providedIn: 'root' }]
|
|
2126
2127
|
}] });
|
|
@@ -2175,10 +2176,10 @@ class ResizeObserverService {
|
|
|
2175
2176
|
this._observedElements.delete(element);
|
|
2176
2177
|
}
|
|
2177
2178
|
}
|
|
2178
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
2179
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.
|
|
2179
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ResizeObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2180
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ResizeObserverService, providedIn: 'root' }); }
|
|
2180
2181
|
}
|
|
2181
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
2182
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ResizeObserverService, decorators: [{
|
|
2182
2183
|
type: Injectable,
|
|
2183
2184
|
args: [{ providedIn: 'root' }]
|
|
2184
2185
|
}] });
|
|
@@ -2346,10 +2347,10 @@ class RouterStateService {
|
|
|
2346
2347
|
}
|
|
2347
2348
|
return changes;
|
|
2348
2349
|
}
|
|
2349
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
2350
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.
|
|
2350
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: RouterStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2351
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: RouterStateService, providedIn: 'root' }); }
|
|
2351
2352
|
}
|
|
2352
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
2353
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: RouterStateService, decorators: [{
|
|
2353
2354
|
type: Injectable,
|
|
2354
2355
|
args: [{
|
|
2355
2356
|
providedIn: 'root',
|
|
@@ -2565,8 +2566,8 @@ class ViewportService {
|
|
|
2565
2566
|
}
|
|
2566
2567
|
return 'xs';
|
|
2567
2568
|
}
|
|
2568
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
2569
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.
|
|
2569
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ViewportService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2570
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ViewportService, providedIn: 'root' }); }
|
|
2570
2571
|
}
|
|
2571
2572
|
__decorate([
|
|
2572
2573
|
Memo(),
|
|
@@ -2584,7 +2585,7 @@ __decorate([
|
|
|
2584
2585
|
__metadata("design:paramtypes", [Object]),
|
|
2585
2586
|
__metadata("design:returntype", void 0)
|
|
2586
2587
|
], ViewportService.prototype, "_buildMediaQuery", null);
|
|
2587
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
2588
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ViewportService, decorators: [{
|
|
2588
2589
|
type: Injectable,
|
|
2589
2590
|
args: [{
|
|
2590
2591
|
providedIn: 'root',
|
|
@@ -2633,10 +2634,10 @@ class ObserveResizeDirective {
|
|
|
2633
2634
|
_unsubscribe() {
|
|
2634
2635
|
this._currentSubscription?.unsubscribe();
|
|
2635
2636
|
}
|
|
2636
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
2637
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.
|
|
2637
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ObserveResizeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2638
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.10", type: ObserveResizeDirective, isStandalone: true, selector: "[etObserveResize]", inputs: { disabled: ["etObserveResizeDisabled", "disabled"], debounce: ["etObserveResizeDebounce", "debounce"] }, outputs: { valueChange: "etObserveResize" }, exportAs: ["etObserveResize"], ngImport: i0 }); }
|
|
2638
2639
|
}
|
|
2639
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
2640
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ObserveResizeDirective, decorators: [{
|
|
2640
2641
|
type: Directive,
|
|
2641
2642
|
args: [{
|
|
2642
2643
|
selector: '[etObserveResize]',
|
|
@@ -2666,15 +2667,15 @@ class RootBoundaryDirective {
|
|
|
2666
2667
|
set boundaryElement(v) {
|
|
2667
2668
|
this._boundaryElement = v;
|
|
2668
2669
|
}
|
|
2669
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
2670
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.
|
|
2670
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: RootBoundaryDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2671
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.10", type: RootBoundaryDirective, isStandalone: true, selector: "[etRootBoundary]", providers: [
|
|
2671
2672
|
{
|
|
2672
2673
|
provide: ROOT_BOUNDARY_TOKEN,
|
|
2673
2674
|
useExisting: RootBoundaryDirective,
|
|
2674
2675
|
},
|
|
2675
2676
|
], ngImport: i0 }); }
|
|
2676
2677
|
}
|
|
2677
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
2678
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: RootBoundaryDirective, decorators: [{
|
|
2678
2679
|
type: Directive,
|
|
2679
2680
|
args: [{
|
|
2680
2681
|
selector: '[etRootBoundary]',
|
|
@@ -2942,10 +2943,10 @@ class AnimatedOverlayDirective {
|
|
|
2942
2943
|
this._isUnmounting$.next(false);
|
|
2943
2944
|
this._afterClosed?.next();
|
|
2944
2945
|
}
|
|
2945
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
2946
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.
|
|
2946
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: AnimatedOverlayDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2947
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.10", type: AnimatedOverlayDirective, isStandalone: true, inputs: { placement: "placement", fallbackPlacements: "fallbackPlacements", offset: "offset", arrowPadding: "arrowPadding", viewportPadding: "viewportPadding", autoResize: "autoResize", autoHide: "autoHide" }, host: { classAttribute: "et-animated-overlay" }, hostDirectives: [{ directive: ObserveResizeDirective }], ngImport: i0 }); }
|
|
2947
2948
|
}
|
|
2948
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
2949
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: AnimatedOverlayDirective, decorators: [{
|
|
2949
2950
|
type: Directive,
|
|
2950
2951
|
args: [{
|
|
2951
2952
|
standalone: true,
|
|
@@ -2991,10 +2992,10 @@ class ClickOutsideDirective {
|
|
|
2991
2992
|
ngOnDestroy() {
|
|
2992
2993
|
this._subscription?.unsubscribe();
|
|
2993
2994
|
}
|
|
2994
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
2995
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.
|
|
2995
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ClickOutsideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2996
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.10", type: ClickOutsideDirective, isStandalone: true, selector: "[etClickOutside]", outputs: { etClickOutside: "etClickOutside" }, ngImport: i0 }); }
|
|
2996
2997
|
}
|
|
2997
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
2998
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ClickOutsideDirective, decorators: [{
|
|
2998
2999
|
type: Directive,
|
|
2999
3000
|
args: [{
|
|
3000
3001
|
selector: '[etClickOutside]',
|
|
@@ -3148,10 +3149,10 @@ class CursorDragScrollDirective {
|
|
|
3148
3149
|
this._elementRef.nativeElement.style.cursor = 'default';
|
|
3149
3150
|
}
|
|
3150
3151
|
}
|
|
3151
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
3152
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.
|
|
3152
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: CursorDragScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3153
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.10", type: CursorDragScrollDirective, isStandalone: true, selector: "[etCursorDragScroll]", inputs: { enabled: ["etCursorDragScroll", "enabled"], allowedDirection: "allowedDirection" }, outputs: { cursorDragStart: "cursorDragStart", cursorDragMove: "cursorDragMove", cursorDragEnd: "cursorDragEnd" }, exportAs: ["etCursorDragScroll"], ngImport: i0 }); }
|
|
3153
3154
|
}
|
|
3154
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
3155
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: CursorDragScrollDirective, decorators: [{
|
|
3155
3156
|
type: Directive,
|
|
3156
3157
|
args: [{
|
|
3157
3158
|
selector: '[etCursorDragScroll]',
|
|
@@ -3184,15 +3185,15 @@ class DebugDirective {
|
|
|
3184
3185
|
set sDebug(value) {
|
|
3185
3186
|
this._debug.set(value);
|
|
3186
3187
|
}
|
|
3187
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
3188
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "16.2.
|
|
3188
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: DebugDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3189
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "16.2.10", type: DebugDirective, isStandalone: true, selector: "[etDebug]", inputs: { sDebug: ["etDebug", "sDebug", booleanAttribute] }, providers: [
|
|
3189
3190
|
{
|
|
3190
3191
|
provide: DEBUG_TOKEN,
|
|
3191
3192
|
useExisting: DebugDirective,
|
|
3192
3193
|
},
|
|
3193
3194
|
], exportAs: ["etDebug"], ngImport: i0 }); }
|
|
3194
3195
|
}
|
|
3195
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
3196
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: DebugDirective, decorators: [{
|
|
3196
3197
|
type: Directive,
|
|
3197
3198
|
args: [{
|
|
3198
3199
|
selector: '[etDebug]',
|
|
@@ -3239,15 +3240,15 @@ class DelayableDirective {
|
|
|
3239
3240
|
}
|
|
3240
3241
|
this._isDelayed$.next(val);
|
|
3241
3242
|
}
|
|
3242
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
3243
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.
|
|
3243
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: DelayableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3244
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.10", type: DelayableDirective, isStandalone: true, selector: "[etDelayable]", providers: [
|
|
3244
3245
|
{
|
|
3245
3246
|
provide: DELAYABLE_TOKEN,
|
|
3246
3247
|
useExisting: DelayableDirective,
|
|
3247
3248
|
},
|
|
3248
3249
|
], exportAs: ["etDelayable"], ngImport: i0 }); }
|
|
3249
3250
|
}
|
|
3250
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
3251
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: DelayableDirective, decorators: [{
|
|
3251
3252
|
type: Directive,
|
|
3252
3253
|
args: [{
|
|
3253
3254
|
selector: '[etDelayable]',
|
|
@@ -3268,15 +3269,15 @@ class IsActiveElementDirective {
|
|
|
3268
3269
|
this.elementRef = inject(ElementRef);
|
|
3269
3270
|
this.isActiveElement = false;
|
|
3270
3271
|
}
|
|
3271
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
3272
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "16.2.
|
|
3272
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: IsActiveElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3273
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "16.2.10", type: IsActiveElementDirective, isStandalone: true, selector: "[etIsActiveElement]", inputs: { isActiveElement: ["etIsActiveElement", "isActiveElement", booleanAttribute] }, providers: [
|
|
3273
3274
|
{
|
|
3274
3275
|
provide: IS_ACTIVE_ELEMENT,
|
|
3275
3276
|
useExisting: IsActiveElementDirective,
|
|
3276
3277
|
},
|
|
3277
3278
|
], ngImport: i0 }); }
|
|
3278
3279
|
}
|
|
3279
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
3280
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: IsActiveElementDirective, decorators: [{
|
|
3280
3281
|
type: Directive,
|
|
3281
3282
|
args: [{
|
|
3282
3283
|
selector: '[etIsActiveElement]',
|
|
@@ -3299,15 +3300,15 @@ class IsElementDirective {
|
|
|
3299
3300
|
this.elementRef = inject(ElementRef);
|
|
3300
3301
|
this.isElement = false;
|
|
3301
3302
|
}
|
|
3302
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
3303
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "16.2.
|
|
3303
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: IsElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3304
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "16.2.10", type: IsElementDirective, isStandalone: true, selector: "[etIsElement]", inputs: { isElement: ["etIsElement", "isElement", booleanAttribute] }, providers: [
|
|
3304
3305
|
{
|
|
3305
3306
|
provide: IS_ELEMENT,
|
|
3306
3307
|
useExisting: IsElementDirective,
|
|
3307
3308
|
},
|
|
3308
3309
|
], ngImport: i0 }); }
|
|
3309
3310
|
}
|
|
3310
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
3311
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: IsElementDirective, decorators: [{
|
|
3311
3312
|
type: Directive,
|
|
3312
3313
|
args: [{
|
|
3313
3314
|
selector: '[etIsElement]',
|
|
@@ -3356,10 +3357,10 @@ class LetDirective {
|
|
|
3356
3357
|
}
|
|
3357
3358
|
}
|
|
3358
3359
|
}
|
|
3359
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
3360
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.
|
|
3360
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: LetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3361
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.10", type: LetDirective, isStandalone: true, selector: "[etLet]", inputs: { etLet: "etLet" }, ngImport: i0 }); }
|
|
3361
3362
|
}
|
|
3362
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
3363
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: LetDirective, decorators: [{
|
|
3363
3364
|
type: Directive,
|
|
3364
3365
|
args: [{
|
|
3365
3366
|
selector: '[etLet]',
|
|
@@ -3411,10 +3412,10 @@ class ObserveContentDirective {
|
|
|
3411
3412
|
_unsubscribe() {
|
|
3412
3413
|
this._currentSubscription?.unsubscribe();
|
|
3413
3414
|
}
|
|
3414
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
3415
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.
|
|
3415
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ObserveContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3416
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.10", type: ObserveContentDirective, isStandalone: true, selector: "[etObserveContent]", inputs: { disabled: ["etObserveContentDisabled", "disabled"], debounce: ["etObserveContentDebounce", "debounce"] }, outputs: { valueChange: "etObserveContent" }, exportAs: ["etObserveContent"], ngImport: i0 }); }
|
|
3416
3417
|
}
|
|
3417
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
3418
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ObserveContentDirective, decorators: [{
|
|
3418
3419
|
type: Directive,
|
|
3419
3420
|
args: [{
|
|
3420
3421
|
selector: '[etObserveContent]',
|
|
@@ -3437,10 +3438,10 @@ class ScrollObserverFirstElementDirective {
|
|
|
3437
3438
|
constructor() {
|
|
3438
3439
|
this.isFirstElement = false;
|
|
3439
3440
|
}
|
|
3440
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
3441
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "16.2.
|
|
3441
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ScrollObserverFirstElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3442
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "16.2.10", type: ScrollObserverFirstElementDirective, isStandalone: true, selector: "[etScrollObserverFirstElement]", inputs: { isFirstElement: ["etScrollObserverFirstElement", "isFirstElement", booleanAttribute] }, host: { properties: { "class.et-scroll-observer-first-element": "this.isFirstElement" } }, ngImport: i0 }); }
|
|
3442
3443
|
}
|
|
3443
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
3444
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ScrollObserverFirstElementDirective, decorators: [{
|
|
3444
3445
|
type: Directive,
|
|
3445
3446
|
args: [{
|
|
3446
3447
|
selector: '[etScrollObserverFirstElement]',
|
|
@@ -3456,10 +3457,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.5", ngImpor
|
|
|
3456
3457
|
|
|
3457
3458
|
const SCROLL_OBSERVER_IGNORE_TARGET_CLASS = 'et-scroll-observer-ignore-target';
|
|
3458
3459
|
class ScrollObserverIgnoreTargetDirective {
|
|
3459
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
3460
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.
|
|
3460
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3461
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.10", type: ScrollObserverIgnoreTargetDirective, isStandalone: true, selector: "[etScrollObserverIgnoreTarget]", host: { classAttribute: "et-scroll-observer-ignore-target" }, ngImport: i0 }); }
|
|
3461
3462
|
}
|
|
3462
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
3463
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, decorators: [{
|
|
3463
3464
|
type: Directive,
|
|
3464
3465
|
args: [{
|
|
3465
3466
|
selector: '[etScrollObserverIgnoreTarget]',
|
|
@@ -3475,10 +3476,10 @@ class ScrollObserverLastElementDirective {
|
|
|
3475
3476
|
constructor() {
|
|
3476
3477
|
this.isLastElement = false;
|
|
3477
3478
|
}
|
|
3478
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
3479
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "16.2.
|
|
3479
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ScrollObserverLastElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3480
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "16.2.10", 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 }); }
|
|
3480
3481
|
}
|
|
3481
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
3482
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ScrollObserverLastElementDirective, decorators: [{
|
|
3482
3483
|
type: Directive,
|
|
3483
3484
|
args: [{
|
|
3484
3485
|
selector: '[etScrollObserverLastElement]',
|
|
@@ -3637,15 +3638,15 @@ class ObserveScrollStateDirective {
|
|
|
3637
3638
|
}
|
|
3638
3639
|
return element;
|
|
3639
3640
|
}
|
|
3640
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
3641
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "16.2.
|
|
3641
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ObserveScrollStateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3642
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "16.2.10", type: ObserveScrollStateDirective, isStandalone: true, selector: "[etObserveScrollState]", inputs: { rootMargin: ["rootMargin", "rootMargin", numberAttribute], observerThreshold: "observerThreshold" }, outputs: { valueChange: "etObserveScrollState" }, providers: [
|
|
3642
3643
|
{
|
|
3643
3644
|
provide: OBSERVE_SCROLL_STATE,
|
|
3644
3645
|
useExisting: ObserveScrollStateDirective,
|
|
3645
3646
|
},
|
|
3646
3647
|
], exportAs: ["etObserveScrollState"], ngImport: i0 }); }
|
|
3647
3648
|
}
|
|
3648
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
3649
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ObserveScrollStateDirective, decorators: [{
|
|
3649
3650
|
type: Directive,
|
|
3650
3651
|
args: [{
|
|
3651
3652
|
selector: '[etObserveScrollState]',
|
|
@@ -3715,15 +3716,15 @@ class ObserveVisibilityDirective {
|
|
|
3715
3716
|
}))
|
|
3716
3717
|
.subscribe();
|
|
3717
3718
|
}
|
|
3718
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
3719
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.
|
|
3719
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ObserveVisibilityDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3720
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.10", type: ObserveVisibilityDirective, isStandalone: true, selector: "[etObserveVisibility]", outputs: { etObserveVisibility: "etObserveVisibility" }, host: { classAttribute: "et-observe-visibility" }, providers: [
|
|
3720
3721
|
{
|
|
3721
3722
|
provide: OBSERVE_VISIBILITY_TOKEN,
|
|
3722
3723
|
useExisting: ObserveVisibilityDirective,
|
|
3723
3724
|
},
|
|
3724
3725
|
], ngImport: i0 }); }
|
|
3725
3726
|
}
|
|
3726
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
3727
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ObserveVisibilityDirective, decorators: [{
|
|
3727
3728
|
type: Directive,
|
|
3728
3729
|
args: [{
|
|
3729
3730
|
selector: '[etObserveVisibility]',
|
|
@@ -3761,10 +3762,10 @@ class RepeatDirective {
|
|
|
3761
3762
|
this._viewContainerRef.createEmbeddedView(this._mainTemplateRef);
|
|
3762
3763
|
}
|
|
3763
3764
|
}
|
|
3764
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
3765
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.
|
|
3765
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: RepeatDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3766
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.10", type: RepeatDirective, isStandalone: true, selector: "[etRepeat]", inputs: { repeatCount: ["etRepeat", "repeatCount"] }, ngImport: i0 }); }
|
|
3766
3767
|
}
|
|
3767
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
3768
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: RepeatDirective, decorators: [{
|
|
3768
3769
|
type: Directive,
|
|
3769
3770
|
args: [{
|
|
3770
3771
|
selector: '[etRepeat]',
|
|
@@ -3933,10 +3934,10 @@ class SeoDirective {
|
|
|
3933
3934
|
}
|
|
3934
3935
|
}
|
|
3935
3936
|
}
|
|
3936
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
3937
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.
|
|
3937
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: SeoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3938
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.10", type: SeoDirective, isStandalone: true, providers: [{ provide: SEO_DIRECTIVE_TOKEN, useExisting: SeoDirective }], ngImport: i0 }); }
|
|
3938
3939
|
}
|
|
3939
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
3940
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: SeoDirective, decorators: [{
|
|
3940
3941
|
type: Directive,
|
|
3941
3942
|
args: [{
|
|
3942
3943
|
standalone: true,
|
|
@@ -4112,10 +4113,10 @@ class InferMimeTypePipe {
|
|
|
4112
4113
|
constructor() {
|
|
4113
4114
|
this.transform = inferMimeType;
|
|
4114
4115
|
}
|
|
4115
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
4116
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.
|
|
4116
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: InferMimeTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4117
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.10", ngImport: i0, type: InferMimeTypePipe, isStandalone: true, name: "inferMimeType" }); }
|
|
4117
4118
|
}
|
|
4118
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
4119
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: InferMimeTypePipe, decorators: [{
|
|
4119
4120
|
type: Pipe,
|
|
4120
4121
|
args: [{
|
|
4121
4122
|
name: 'inferMimeType',
|
|
@@ -4161,10 +4162,10 @@ class NormalizeGameResultTypePipe {
|
|
|
4161
4162
|
constructor() {
|
|
4162
4163
|
this.transform = normalizeGameResultType;
|
|
4163
4164
|
}
|
|
4164
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
4165
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.
|
|
4165
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: NormalizeGameResultTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4166
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.10", ngImport: i0, type: NormalizeGameResultTypePipe, isStandalone: true, name: "etNormalizeGameResultType" }); }
|
|
4166
4167
|
}
|
|
4167
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
4168
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: NormalizeGameResultTypePipe, decorators: [{
|
|
4168
4169
|
type: Pipe,
|
|
4169
4170
|
args: [{ name: 'etNormalizeGameResultType', standalone: true }]
|
|
4170
4171
|
}] });
|
|
@@ -4192,10 +4193,10 @@ class NormalizeMatchStatePipe {
|
|
|
4192
4193
|
constructor() {
|
|
4193
4194
|
this.transform = normalizeMatchState;
|
|
4194
4195
|
}
|
|
4195
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
4196
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.
|
|
4196
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: NormalizeMatchStatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4197
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.10", ngImport: i0, type: NormalizeMatchStatePipe, isStandalone: true, name: "etNormalizeMatchState" }); }
|
|
4197
4198
|
}
|
|
4198
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
4199
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: NormalizeMatchStatePipe, decorators: [{
|
|
4199
4200
|
type: Pipe,
|
|
4200
4201
|
args: [{ name: 'etNormalizeMatchState', standalone: true }]
|
|
4201
4202
|
}] });
|
|
@@ -4250,10 +4251,10 @@ class NormalizeMatchParticipantsPipe {
|
|
|
4250
4251
|
constructor() {
|
|
4251
4252
|
this.transform = normalizeMatchParticipants;
|
|
4252
4253
|
}
|
|
4253
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
4254
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.
|
|
4254
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: NormalizeMatchParticipantsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4255
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.10", ngImport: i0, type: NormalizeMatchParticipantsPipe, isStandalone: true, name: "etNormalizeMatchParticipants" }); }
|
|
4255
4256
|
}
|
|
4256
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
4257
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: NormalizeMatchParticipantsPipe, decorators: [{
|
|
4257
4258
|
type: Pipe,
|
|
4258
4259
|
args: [{ name: 'etNormalizeMatchParticipants', standalone: true }]
|
|
4259
4260
|
}] });
|
|
@@ -4387,10 +4388,10 @@ class NormalizeMatchScorePipe {
|
|
|
4387
4388
|
constructor() {
|
|
4388
4389
|
this.transform = normalizeMatchScore;
|
|
4389
4390
|
}
|
|
4390
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
4391
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.
|
|
4391
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: NormalizeMatchScorePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4392
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.10", ngImport: i0, type: NormalizeMatchScorePipe, isStandalone: true, name: "etNormalizeMatchScore" }); }
|
|
4392
4393
|
}
|
|
4393
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
4394
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: NormalizeMatchScorePipe, decorators: [{
|
|
4394
4395
|
type: Pipe,
|
|
4395
4396
|
args: [{ name: 'etNormalizeMatchScore', standalone: true }]
|
|
4396
4397
|
}] });
|
|
@@ -4437,10 +4438,10 @@ class NormalizeMatchTypePipe {
|
|
|
4437
4438
|
constructor() {
|
|
4438
4439
|
this.transform = normalizeMatchType;
|
|
4439
4440
|
}
|
|
4440
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
4441
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.
|
|
4441
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: NormalizeMatchTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4442
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.10", ngImport: i0, type: NormalizeMatchTypePipe, isStandalone: true, name: "etNormalizeMatchType" }); }
|
|
4442
4443
|
}
|
|
4443
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
4444
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: NormalizeMatchTypePipe, decorators: [{
|
|
4444
4445
|
type: Pipe,
|
|
4445
4446
|
args: [{ name: 'etNormalizeMatchType', standalone: true }]
|
|
4446
4447
|
}] });
|
|
@@ -4454,10 +4455,10 @@ class ToArrayPipe {
|
|
|
4454
4455
|
constructor() {
|
|
4455
4456
|
this.transform = toArray;
|
|
4456
4457
|
}
|
|
4457
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
4458
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.
|
|
4458
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ToArrayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4459
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.10", ngImport: i0, type: ToArrayPipe, isStandalone: true, name: "toArray" }); }
|
|
4459
4460
|
}
|
|
4460
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
4461
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImport: i0, type: ToArrayPipe, decorators: [{
|
|
4461
4462
|
type: Pipe,
|
|
4462
4463
|
args: [{ name: 'toArray', standalone: true }]
|
|
4463
4464
|
}] });
|