@ethlete/core 3.13.2 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/components/structured-data/structured-data.component.mjs +3 -3
- package/esm2022/lib/directives/animatable/animatable.directive.mjs +3 -3
- package/esm2022/lib/directives/animated-if/animated-if.directive.mjs +3 -3
- package/esm2022/lib/directives/animated-lifecycle/animated-lifecycle.directive.mjs +3 -3
- package/esm2022/lib/directives/animated-overlay/animated-overlay.directive.mjs +3 -3
- package/esm2022/lib/directives/click-outside/click-outside.directive.mjs +3 -3
- package/esm2022/lib/directives/cursor-drag-scroll/cursor-drag-scroll.directive.mjs +3 -3
- package/esm2022/lib/directives/debug/debug.directive.mjs +3 -3
- package/esm2022/lib/directives/delayable/delayable.directive.mjs +3 -3
- package/esm2022/lib/directives/is-active-element/is-active-element.directive.mjs +3 -3
- package/esm2022/lib/directives/is-element/is-element.directive.mjs +3 -3
- package/esm2022/lib/directives/let/let.directive.mjs +3 -3
- package/esm2022/lib/directives/observe-content/observe-content.directive.mjs +3 -3
- package/esm2022/lib/directives/observe-resize/observe-resize.directive.mjs +3 -3
- package/esm2022/lib/directives/observe-scroll-state/observe-scroll-state.directive.mjs +3 -3
- package/esm2022/lib/directives/observe-visibility/observe-visibility.directive.mjs +3 -3
- package/esm2022/lib/directives/repeat/repeat.directive.mjs +3 -3
- package/esm2022/lib/directives/root-boundary/root-boundary.directive.mjs +3 -3
- package/esm2022/lib/directives/scroll-observer-first-element/scroll-observer-first-element.directive.mjs +3 -3
- package/esm2022/lib/directives/scroll-observer-ignore-target/scroll-observer-ignore-target.directive.mjs +3 -3
- package/esm2022/lib/directives/scroll-observer-last-element/scroll-observer-last-element.directive.mjs +3 -3
- package/esm2022/lib/directives/seo/seo.directive.mjs +3 -3
- package/esm2022/lib/pipes/infer-mime-type/infer-mime-type.pipe.mjs +3 -3
- package/esm2022/lib/pipes/normalize-game-result-type/normalize-game-result-type.pipe.mjs +3 -3
- package/esm2022/lib/pipes/normalize-match-participants/normalize-match-participants.pipe.mjs +3 -3
- package/esm2022/lib/pipes/normalize-match-score/normalize-match-score.pipe.mjs +3 -3
- package/esm2022/lib/pipes/normalize-match-state/normalize-match-state.pipe.mjs +3 -3
- package/esm2022/lib/pipes/normalize-match-type/normalize-match-type.pipe.mjs +3 -3
- package/esm2022/lib/pipes/to-array/to-array.pipe.mjs +3 -3
- package/esm2022/lib/services/click-observer.service.mjs +6 -6
- package/esm2022/lib/services/content-observer.service.mjs +6 -6
- package/esm2022/lib/services/focus-visible.service.mjs +3 -3
- package/esm2022/lib/services/intersection-observer.service.mjs +6 -6
- package/esm2022/lib/services/resize-observer.service.mjs +6 -6
- package/esm2022/lib/services/router-state.service.mjs +45 -18
- package/esm2022/lib/services/viewport.service.mjs +3 -3
- package/esm2022/lib/utils/reactive-binding.util.mjs +2 -2
- package/fesm2022/ethlete-core.mjs +161 -134
- package/fesm2022/ethlete-core.mjs.map +1 -1
- package/lib/services/router-state.service.d.ts +12 -14
- package/lib/utils/reactive-binding.util.d.ts +1 -1
- package/package.json +9 -9
|
@@ -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.11", ngImport: i0, type: StructuredDataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
33
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.11", 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.11", ngImport: i0, type: StructuredDataComponent, decorators: [{
|
|
36
36
|
type: Component,
|
|
37
37
|
args: [{
|
|
38
38
|
selector: 'et-structured-data',
|
|
@@ -723,7 +723,7 @@ const isAttributeValueBinding = (value) => typeof value === 'object';
|
|
|
723
723
|
* - `signalClasses`
|
|
724
724
|
* - `signalStyles`
|
|
725
725
|
*
|
|
726
|
-
* Will be removed in
|
|
726
|
+
* Will be removed in v5.
|
|
727
727
|
*/
|
|
728
728
|
const createReactiveBindings = (...values) => {
|
|
729
729
|
assertInInjectionContext(createReactiveBindings);
|
|
@@ -1668,15 +1668,15 @@ class AnimatableDirective {
|
|
|
1668
1668
|
.subscribe();
|
|
1669
1669
|
}
|
|
1670
1670
|
}
|
|
1671
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
1672
|
-
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.11", ngImport: i0, type: AnimatableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1672
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.11", type: AnimatableDirective, isStandalone: true, selector: "[etAnimatable]", inputs: { animatedElement: ["etAnimatable", "animatedElement"] }, providers: [
|
|
1673
1673
|
{
|
|
1674
1674
|
provide: ANIMATABLE_TOKEN,
|
|
1675
1675
|
useExisting: AnimatableDirective,
|
|
1676
1676
|
},
|
|
1677
1677
|
], exportAs: ["etAnimatable"], ngImport: i0 }); }
|
|
1678
1678
|
}
|
|
1679
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
1679
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: AnimatableDirective, decorators: [{
|
|
1680
1680
|
type: Directive,
|
|
1681
1681
|
args: [{
|
|
1682
1682
|
selector: '[etAnimatable]',
|
|
@@ -1796,15 +1796,15 @@ class AnimatedLifecycleDirective {
|
|
|
1796
1796
|
_forceState(state) {
|
|
1797
1797
|
this._state$.next(state);
|
|
1798
1798
|
}
|
|
1799
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
1800
|
-
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.11", ngImport: i0, type: AnimatedLifecycleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1800
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.11", type: AnimatedLifecycleDirective, isStandalone: true, selector: "[etAnimatedLifecycle]", providers: [
|
|
1801
1801
|
{
|
|
1802
1802
|
provide: ANIMATED_LIFECYCLE_TOKEN,
|
|
1803
1803
|
useExisting: AnimatedLifecycleDirective,
|
|
1804
1804
|
},
|
|
1805
1805
|
], exportAs: ["etAnimatedLifecycle"], hostDirectives: [{ directive: AnimatableDirective }], ngImport: i0 }); }
|
|
1806
1806
|
}
|
|
1807
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
1807
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: AnimatedLifecycleDirective, decorators: [{
|
|
1808
1808
|
type: Directive,
|
|
1809
1809
|
args: [{
|
|
1810
1810
|
selector: '[etAnimatedLifecycle]',
|
|
@@ -1841,15 +1841,15 @@ class AnimatedIfDirective {
|
|
|
1841
1841
|
.subscribe();
|
|
1842
1842
|
}
|
|
1843
1843
|
}
|
|
1844
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
1845
|
-
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.11", ngImport: i0, type: AnimatedIfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1845
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.11", type: AnimatedIfDirective, isStandalone: true, selector: "[etAnimatedIf]", inputs: { shouldRender: ["etAnimatedIf", "shouldRender"] }, providers: [
|
|
1846
1846
|
{
|
|
1847
1847
|
provide: ANIMATED_IF_TOKEN,
|
|
1848
1848
|
useExisting: AnimatedIfDirective,
|
|
1849
1849
|
},
|
|
1850
1850
|
], hostDirectives: [{ directive: i1.NgIf }], ngImport: i0 }); }
|
|
1851
1851
|
}
|
|
1852
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
1852
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: AnimatedIfDirective, decorators: [{
|
|
1853
1853
|
type: Directive,
|
|
1854
1854
|
args: [{
|
|
1855
1855
|
selector: '[etAnimatedIf]',
|
|
@@ -1872,10 +1872,10 @@ class ClickObserverFactory {
|
|
|
1872
1872
|
create() {
|
|
1873
1873
|
return fromEvent(document, 'click');
|
|
1874
1874
|
}
|
|
1875
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
1876
|
-
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.11", ngImport: i0, type: ClickObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1876
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: ClickObserverFactory, providedIn: 'root' }); }
|
|
1877
1877
|
}
|
|
1878
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
1878
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: ClickObserverFactory, decorators: [{
|
|
1879
1879
|
type: Injectable,
|
|
1880
1880
|
args: [{ providedIn: 'root' }]
|
|
1881
1881
|
}] });
|
|
@@ -1928,10 +1928,10 @@ class ClickObserverService {
|
|
|
1928
1928
|
this._observedElements.delete(element);
|
|
1929
1929
|
}
|
|
1930
1930
|
}
|
|
1931
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
1932
|
-
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.11", ngImport: i0, type: ClickObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1932
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: ClickObserverService, providedIn: 'root' }); }
|
|
1933
1933
|
}
|
|
1934
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
1934
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: ClickObserverService, decorators: [{
|
|
1935
1935
|
type: Injectable,
|
|
1936
1936
|
args: [{ providedIn: 'root' }]
|
|
1937
1937
|
}] });
|
|
@@ -1941,10 +1941,10 @@ class MutationObserverFactory {
|
|
|
1941
1941
|
create(callback) {
|
|
1942
1942
|
return typeof MutationObserver === 'undefined' ? null : new MutationObserver(callback);
|
|
1943
1943
|
}
|
|
1944
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
1945
|
-
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.11", ngImport: i0, type: MutationObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1945
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: MutationObserverFactory, providedIn: 'root' }); }
|
|
1946
1946
|
}
|
|
1947
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
1947
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: MutationObserverFactory, decorators: [{
|
|
1948
1948
|
type: Injectable,
|
|
1949
1949
|
args: [{ providedIn: 'root' }]
|
|
1950
1950
|
}] });
|
|
@@ -2003,10 +2003,10 @@ class ContentObserverService {
|
|
|
2003
2003
|
this._observedElements.delete(element);
|
|
2004
2004
|
}
|
|
2005
2005
|
}
|
|
2006
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
2007
|
-
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.11", ngImport: i0, type: ContentObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2007
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: ContentObserverService, providedIn: 'root' }); }
|
|
2008
2008
|
}
|
|
2009
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
2009
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: ContentObserverService, decorators: [{
|
|
2010
2010
|
type: Injectable,
|
|
2011
2011
|
args: [{ providedIn: 'root' }]
|
|
2012
2012
|
}] });
|
|
@@ -2032,10 +2032,10 @@ class FocusVisibleService {
|
|
|
2032
2032
|
onPointerDown() {
|
|
2033
2033
|
this._hadKeyboardEvent = false;
|
|
2034
2034
|
}
|
|
2035
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
2036
|
-
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.11", ngImport: i0, type: FocusVisibleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2036
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: FocusVisibleService, providedIn: 'root' }); }
|
|
2037
2037
|
}
|
|
2038
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
2038
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: FocusVisibleService, decorators: [{
|
|
2039
2039
|
type: Injectable,
|
|
2040
2040
|
args: [{
|
|
2041
2041
|
providedIn: 'root',
|
|
@@ -2047,10 +2047,10 @@ class IntersectionObserverFactory {
|
|
|
2047
2047
|
create(callback) {
|
|
2048
2048
|
return typeof IntersectionObserver === 'undefined' ? null : new IntersectionObserver(callback);
|
|
2049
2049
|
}
|
|
2050
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
2051
|
-
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.11", ngImport: i0, type: IntersectionObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2051
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: IntersectionObserverFactory, providedIn: 'root' }); }
|
|
2052
2052
|
}
|
|
2053
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
2053
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: IntersectionObserverFactory, decorators: [{
|
|
2054
2054
|
type: Injectable,
|
|
2055
2055
|
args: [{ providedIn: 'root' }]
|
|
2056
2056
|
}] });
|
|
@@ -2105,10 +2105,10 @@ class IntersectionObserverService {
|
|
|
2105
2105
|
this._observedElements.delete(element);
|
|
2106
2106
|
}
|
|
2107
2107
|
}
|
|
2108
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
2109
|
-
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.11", ngImport: i0, type: IntersectionObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2109
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: IntersectionObserverService, providedIn: 'root' }); }
|
|
2110
2110
|
}
|
|
2111
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
2111
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: IntersectionObserverService, decorators: [{
|
|
2112
2112
|
type: Injectable,
|
|
2113
2113
|
args: [{ providedIn: 'root' }]
|
|
2114
2114
|
}] });
|
|
@@ -2118,10 +2118,10 @@ class ResizeObserverFactory {
|
|
|
2118
2118
|
create(callback) {
|
|
2119
2119
|
return typeof ResizeObserver === 'undefined' ? null : new ResizeObserver(callback);
|
|
2120
2120
|
}
|
|
2121
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
2122
|
-
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.11", ngImport: i0, type: ResizeObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2122
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: ResizeObserverFactory, providedIn: 'root' }); }
|
|
2123
2123
|
}
|
|
2124
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
2124
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: ResizeObserverFactory, decorators: [{
|
|
2125
2125
|
type: Injectable,
|
|
2126
2126
|
args: [{ providedIn: 'root' }]
|
|
2127
2127
|
}] });
|
|
@@ -2176,10 +2176,10 @@ class ResizeObserverService {
|
|
|
2176
2176
|
this._observedElements.delete(element);
|
|
2177
2177
|
}
|
|
2178
2178
|
}
|
|
2179
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
2180
|
-
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.11", ngImport: i0, type: ResizeObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2180
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: ResizeObserverService, providedIn: 'root' }); }
|
|
2181
2181
|
}
|
|
2182
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
2182
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: ResizeObserverService, decorators: [{
|
|
2183
2183
|
type: Injectable,
|
|
2184
2184
|
args: [{ providedIn: 'root' }]
|
|
2185
2185
|
}] });
|
|
@@ -2249,38 +2249,40 @@ class RouterStateService {
|
|
|
2249
2249
|
constructor() {
|
|
2250
2250
|
this._isScrollTopOnNavigationEnabled = false;
|
|
2251
2251
|
this._router = inject(Router);
|
|
2252
|
-
this._route$ = new BehaviorSubject(
|
|
2253
|
-
this._state$ = new BehaviorSubject(
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
data: {},
|
|
2257
|
-
pathParams: {},
|
|
2258
|
-
queryParams: {},
|
|
2259
|
-
});
|
|
2252
|
+
this._route$ = new BehaviorSubject(window.location.pathname);
|
|
2253
|
+
this._state$ = new BehaviorSubject(this._getInitialState());
|
|
2254
|
+
this._afterInitialize$ = new BehaviorSubject(false);
|
|
2255
|
+
this.afterInitialize$ = this._afterInitialize$.pipe(filter((v) => v));
|
|
2260
2256
|
this._router.events
|
|
2261
2257
|
.pipe(filter((event) => event instanceof NavigationEnd), distinctUntilChanged((a, b) => a.url === b.url), map((event) => {
|
|
2262
2258
|
const { url } = event;
|
|
2263
2259
|
const urlWithoutQueryParams = url.split('?')[0] ?? '';
|
|
2264
2260
|
const withoutFragment = urlWithoutQueryParams.split('#')[0] ?? '';
|
|
2265
2261
|
return withoutFragment;
|
|
2262
|
+
}), tap(() => {
|
|
2263
|
+
if (!this._afterInitialize$.getValue()) {
|
|
2264
|
+
this._afterInitialize$.next(true);
|
|
2265
|
+
}
|
|
2266
2266
|
}))
|
|
2267
2267
|
.subscribe(this._route$);
|
|
2268
|
-
this._route$
|
|
2269
|
-
.pipe(
|
|
2268
|
+
combineLatest([this._route$, this._afterInitialize$])
|
|
2269
|
+
.pipe(tap(([, afterInitialize]) => {
|
|
2270
|
+
if (!afterInitialize)
|
|
2271
|
+
return;
|
|
2270
2272
|
let route = this._router.routerState.snapshot.root;
|
|
2271
2273
|
while (route.firstChild) {
|
|
2272
2274
|
route = route.firstChild;
|
|
2273
2275
|
}
|
|
2274
2276
|
const { data, params, queryParams, title, fragment } = route;
|
|
2275
|
-
|
|
2277
|
+
this._state$.next({
|
|
2276
2278
|
data,
|
|
2277
2279
|
pathParams: params,
|
|
2278
2280
|
queryParams,
|
|
2279
2281
|
title: title ?? null,
|
|
2280
2282
|
fragment,
|
|
2281
|
-
};
|
|
2283
|
+
});
|
|
2282
2284
|
}))
|
|
2283
|
-
.subscribe(
|
|
2285
|
+
.subscribe();
|
|
2284
2286
|
}
|
|
2285
2287
|
enableScrollEnhancements(config = {}) {
|
|
2286
2288
|
if (this._isScrollTopOnNavigationEnabled) {
|
|
@@ -2347,10 +2349,35 @@ class RouterStateService {
|
|
|
2347
2349
|
}
|
|
2348
2350
|
return changes;
|
|
2349
2351
|
}
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
+
_getInitialState() {
|
|
2353
|
+
const data = {};
|
|
2354
|
+
const pathParams = {};
|
|
2355
|
+
const queryParams = {};
|
|
2356
|
+
const title = null;
|
|
2357
|
+
let fragment = null;
|
|
2358
|
+
const currentQueryParams = window.location.search;
|
|
2359
|
+
const currentFragment = window.location.hash;
|
|
2360
|
+
if (currentQueryParams) {
|
|
2361
|
+
const params = new URLSearchParams(currentQueryParams);
|
|
2362
|
+
params.forEach((value, key) => {
|
|
2363
|
+
queryParams[key] = value;
|
|
2364
|
+
});
|
|
2365
|
+
}
|
|
2366
|
+
if (currentFragment) {
|
|
2367
|
+
fragment = currentFragment.slice(1);
|
|
2368
|
+
}
|
|
2369
|
+
return {
|
|
2370
|
+
data,
|
|
2371
|
+
pathParams,
|
|
2372
|
+
queryParams,
|
|
2373
|
+
title,
|
|
2374
|
+
fragment,
|
|
2375
|
+
};
|
|
2376
|
+
}
|
|
2377
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: RouterStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2378
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: RouterStateService, providedIn: 'root' }); }
|
|
2352
2379
|
}
|
|
2353
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
2380
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: RouterStateService, decorators: [{
|
|
2354
2381
|
type: Injectable,
|
|
2355
2382
|
args: [{
|
|
2356
2383
|
providedIn: 'root',
|
|
@@ -2566,8 +2593,8 @@ class ViewportService {
|
|
|
2566
2593
|
}
|
|
2567
2594
|
return 'xs';
|
|
2568
2595
|
}
|
|
2569
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
2570
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.
|
|
2596
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: ViewportService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2597
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: ViewportService, providedIn: 'root' }); }
|
|
2571
2598
|
}
|
|
2572
2599
|
__decorate([
|
|
2573
2600
|
Memo(),
|
|
@@ -2585,7 +2612,7 @@ __decorate([
|
|
|
2585
2612
|
__metadata("design:paramtypes", [Object]),
|
|
2586
2613
|
__metadata("design:returntype", void 0)
|
|
2587
2614
|
], ViewportService.prototype, "_buildMediaQuery", null);
|
|
2588
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
2615
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: ViewportService, decorators: [{
|
|
2589
2616
|
type: Injectable,
|
|
2590
2617
|
args: [{
|
|
2591
2618
|
providedIn: 'root',
|
|
@@ -2634,10 +2661,10 @@ class ObserveResizeDirective {
|
|
|
2634
2661
|
_unsubscribe() {
|
|
2635
2662
|
this._currentSubscription?.unsubscribe();
|
|
2636
2663
|
}
|
|
2637
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
2638
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.
|
|
2664
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: ObserveResizeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2665
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.11", type: ObserveResizeDirective, isStandalone: true, selector: "[etObserveResize]", inputs: { disabled: ["etObserveResizeDisabled", "disabled"], debounce: ["etObserveResizeDebounce", "debounce"] }, outputs: { valueChange: "etObserveResize" }, exportAs: ["etObserveResize"], ngImport: i0 }); }
|
|
2639
2666
|
}
|
|
2640
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
2667
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: ObserveResizeDirective, decorators: [{
|
|
2641
2668
|
type: Directive,
|
|
2642
2669
|
args: [{
|
|
2643
2670
|
selector: '[etObserveResize]',
|
|
@@ -2667,15 +2694,15 @@ class RootBoundaryDirective {
|
|
|
2667
2694
|
set boundaryElement(v) {
|
|
2668
2695
|
this._boundaryElement = v;
|
|
2669
2696
|
}
|
|
2670
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
2671
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.
|
|
2697
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: RootBoundaryDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2698
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.11", type: RootBoundaryDirective, isStandalone: true, selector: "[etRootBoundary]", providers: [
|
|
2672
2699
|
{
|
|
2673
2700
|
provide: ROOT_BOUNDARY_TOKEN,
|
|
2674
2701
|
useExisting: RootBoundaryDirective,
|
|
2675
2702
|
},
|
|
2676
2703
|
], ngImport: i0 }); }
|
|
2677
2704
|
}
|
|
2678
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
2705
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: RootBoundaryDirective, decorators: [{
|
|
2679
2706
|
type: Directive,
|
|
2680
2707
|
args: [{
|
|
2681
2708
|
selector: '[etRootBoundary]',
|
|
@@ -2943,10 +2970,10 @@ class AnimatedOverlayDirective {
|
|
|
2943
2970
|
this._isUnmounting$.next(false);
|
|
2944
2971
|
this._afterClosed?.next();
|
|
2945
2972
|
}
|
|
2946
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
2947
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.
|
|
2973
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: AnimatedOverlayDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2974
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.11", 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 }); }
|
|
2948
2975
|
}
|
|
2949
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
2976
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: AnimatedOverlayDirective, decorators: [{
|
|
2950
2977
|
type: Directive,
|
|
2951
2978
|
args: [{
|
|
2952
2979
|
standalone: true,
|
|
@@ -2992,10 +3019,10 @@ class ClickOutsideDirective {
|
|
|
2992
3019
|
ngOnDestroy() {
|
|
2993
3020
|
this._subscription?.unsubscribe();
|
|
2994
3021
|
}
|
|
2995
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
2996
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.
|
|
3022
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: ClickOutsideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3023
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.11", type: ClickOutsideDirective, isStandalone: true, selector: "[etClickOutside]", outputs: { etClickOutside: "etClickOutside" }, ngImport: i0 }); }
|
|
2997
3024
|
}
|
|
2998
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
3025
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: ClickOutsideDirective, decorators: [{
|
|
2999
3026
|
type: Directive,
|
|
3000
3027
|
args: [{
|
|
3001
3028
|
selector: '[etClickOutside]',
|
|
@@ -3149,10 +3176,10 @@ class CursorDragScrollDirective {
|
|
|
3149
3176
|
this._elementRef.nativeElement.style.cursor = 'default';
|
|
3150
3177
|
}
|
|
3151
3178
|
}
|
|
3152
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
3153
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.
|
|
3179
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: CursorDragScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3180
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.11", type: CursorDragScrollDirective, isStandalone: true, selector: "[etCursorDragScroll]", inputs: { enabled: ["etCursorDragScroll", "enabled"], allowedDirection: "allowedDirection" }, outputs: { cursorDragStart: "cursorDragStart", cursorDragMove: "cursorDragMove", cursorDragEnd: "cursorDragEnd" }, exportAs: ["etCursorDragScroll"], ngImport: i0 }); }
|
|
3154
3181
|
}
|
|
3155
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
3182
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: CursorDragScrollDirective, decorators: [{
|
|
3156
3183
|
type: Directive,
|
|
3157
3184
|
args: [{
|
|
3158
3185
|
selector: '[etCursorDragScroll]',
|
|
@@ -3185,15 +3212,15 @@ class DebugDirective {
|
|
|
3185
3212
|
set sDebug(value) {
|
|
3186
3213
|
this._debug.set(value);
|
|
3187
3214
|
}
|
|
3188
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
3189
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "16.2.
|
|
3215
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: DebugDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3216
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "16.2.11", type: DebugDirective, isStandalone: true, selector: "[etDebug]", inputs: { sDebug: ["etDebug", "sDebug", booleanAttribute] }, providers: [
|
|
3190
3217
|
{
|
|
3191
3218
|
provide: DEBUG_TOKEN,
|
|
3192
3219
|
useExisting: DebugDirective,
|
|
3193
3220
|
},
|
|
3194
3221
|
], exportAs: ["etDebug"], ngImport: i0 }); }
|
|
3195
3222
|
}
|
|
3196
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
3223
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: DebugDirective, decorators: [{
|
|
3197
3224
|
type: Directive,
|
|
3198
3225
|
args: [{
|
|
3199
3226
|
selector: '[etDebug]',
|
|
@@ -3240,15 +3267,15 @@ class DelayableDirective {
|
|
|
3240
3267
|
}
|
|
3241
3268
|
this._isDelayed$.next(val);
|
|
3242
3269
|
}
|
|
3243
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
3244
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.
|
|
3270
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: DelayableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3271
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.11", type: DelayableDirective, isStandalone: true, selector: "[etDelayable]", providers: [
|
|
3245
3272
|
{
|
|
3246
3273
|
provide: DELAYABLE_TOKEN,
|
|
3247
3274
|
useExisting: DelayableDirective,
|
|
3248
3275
|
},
|
|
3249
3276
|
], exportAs: ["etDelayable"], ngImport: i0 }); }
|
|
3250
3277
|
}
|
|
3251
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
3278
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: DelayableDirective, decorators: [{
|
|
3252
3279
|
type: Directive,
|
|
3253
3280
|
args: [{
|
|
3254
3281
|
selector: '[etDelayable]',
|
|
@@ -3269,15 +3296,15 @@ class IsActiveElementDirective {
|
|
|
3269
3296
|
this.elementRef = inject(ElementRef);
|
|
3270
3297
|
this.isActiveElement = false;
|
|
3271
3298
|
}
|
|
3272
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
3273
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "16.2.
|
|
3299
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: IsActiveElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3300
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "16.2.11", type: IsActiveElementDirective, isStandalone: true, selector: "[etIsActiveElement]", inputs: { isActiveElement: ["etIsActiveElement", "isActiveElement", booleanAttribute] }, providers: [
|
|
3274
3301
|
{
|
|
3275
3302
|
provide: IS_ACTIVE_ELEMENT,
|
|
3276
3303
|
useExisting: IsActiveElementDirective,
|
|
3277
3304
|
},
|
|
3278
3305
|
], ngImport: i0 }); }
|
|
3279
3306
|
}
|
|
3280
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
3307
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: IsActiveElementDirective, decorators: [{
|
|
3281
3308
|
type: Directive,
|
|
3282
3309
|
args: [{
|
|
3283
3310
|
selector: '[etIsActiveElement]',
|
|
@@ -3300,15 +3327,15 @@ class IsElementDirective {
|
|
|
3300
3327
|
this.elementRef = inject(ElementRef);
|
|
3301
3328
|
this.isElement = false;
|
|
3302
3329
|
}
|
|
3303
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
3304
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "16.2.
|
|
3330
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: IsElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3331
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "16.2.11", type: IsElementDirective, isStandalone: true, selector: "[etIsElement]", inputs: { isElement: ["etIsElement", "isElement", booleanAttribute] }, providers: [
|
|
3305
3332
|
{
|
|
3306
3333
|
provide: IS_ELEMENT,
|
|
3307
3334
|
useExisting: IsElementDirective,
|
|
3308
3335
|
},
|
|
3309
3336
|
], ngImport: i0 }); }
|
|
3310
3337
|
}
|
|
3311
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
3338
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: IsElementDirective, decorators: [{
|
|
3312
3339
|
type: Directive,
|
|
3313
3340
|
args: [{
|
|
3314
3341
|
selector: '[etIsElement]',
|
|
@@ -3357,10 +3384,10 @@ class LetDirective {
|
|
|
3357
3384
|
}
|
|
3358
3385
|
}
|
|
3359
3386
|
}
|
|
3360
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
3361
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.
|
|
3387
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: LetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3388
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.11", type: LetDirective, isStandalone: true, selector: "[etLet]", inputs: { etLet: "etLet" }, ngImport: i0 }); }
|
|
3362
3389
|
}
|
|
3363
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
3390
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: LetDirective, decorators: [{
|
|
3364
3391
|
type: Directive,
|
|
3365
3392
|
args: [{
|
|
3366
3393
|
selector: '[etLet]',
|
|
@@ -3412,10 +3439,10 @@ class ObserveContentDirective {
|
|
|
3412
3439
|
_unsubscribe() {
|
|
3413
3440
|
this._currentSubscription?.unsubscribe();
|
|
3414
3441
|
}
|
|
3415
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
3416
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.
|
|
3442
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: ObserveContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3443
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.11", type: ObserveContentDirective, isStandalone: true, selector: "[etObserveContent]", inputs: { disabled: ["etObserveContentDisabled", "disabled"], debounce: ["etObserveContentDebounce", "debounce"] }, outputs: { valueChange: "etObserveContent" }, exportAs: ["etObserveContent"], ngImport: i0 }); }
|
|
3417
3444
|
}
|
|
3418
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
3445
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: ObserveContentDirective, decorators: [{
|
|
3419
3446
|
type: Directive,
|
|
3420
3447
|
args: [{
|
|
3421
3448
|
selector: '[etObserveContent]',
|
|
@@ -3438,10 +3465,10 @@ class ScrollObserverFirstElementDirective {
|
|
|
3438
3465
|
constructor() {
|
|
3439
3466
|
this.isFirstElement = false;
|
|
3440
3467
|
}
|
|
3441
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
3442
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "16.2.
|
|
3468
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: ScrollObserverFirstElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3469
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "16.2.11", type: ScrollObserverFirstElementDirective, isStandalone: true, selector: "[etScrollObserverFirstElement]", inputs: { isFirstElement: ["etScrollObserverFirstElement", "isFirstElement", booleanAttribute] }, host: { properties: { "class.et-scroll-observer-first-element": "this.isFirstElement" } }, ngImport: i0 }); }
|
|
3443
3470
|
}
|
|
3444
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
3471
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: ScrollObserverFirstElementDirective, decorators: [{
|
|
3445
3472
|
type: Directive,
|
|
3446
3473
|
args: [{
|
|
3447
3474
|
selector: '[etScrollObserverFirstElement]',
|
|
@@ -3457,10 +3484,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.10", ngImpo
|
|
|
3457
3484
|
|
|
3458
3485
|
const SCROLL_OBSERVER_IGNORE_TARGET_CLASS = 'et-scroll-observer-ignore-target';
|
|
3459
3486
|
class ScrollObserverIgnoreTargetDirective {
|
|
3460
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
3461
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.
|
|
3487
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3488
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.11", type: ScrollObserverIgnoreTargetDirective, isStandalone: true, selector: "[etScrollObserverIgnoreTarget]", host: { classAttribute: "et-scroll-observer-ignore-target" }, ngImport: i0 }); }
|
|
3462
3489
|
}
|
|
3463
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
3490
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, decorators: [{
|
|
3464
3491
|
type: Directive,
|
|
3465
3492
|
args: [{
|
|
3466
3493
|
selector: '[etScrollObserverIgnoreTarget]',
|
|
@@ -3476,10 +3503,10 @@ class ScrollObserverLastElementDirective {
|
|
|
3476
3503
|
constructor() {
|
|
3477
3504
|
this.isLastElement = false;
|
|
3478
3505
|
}
|
|
3479
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
3480
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "16.2.
|
|
3506
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: ScrollObserverLastElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3507
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "16.2.11", 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 }); }
|
|
3481
3508
|
}
|
|
3482
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
3509
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: ScrollObserverLastElementDirective, decorators: [{
|
|
3483
3510
|
type: Directive,
|
|
3484
3511
|
args: [{
|
|
3485
3512
|
selector: '[etScrollObserverLastElement]',
|
|
@@ -3638,15 +3665,15 @@ class ObserveScrollStateDirective {
|
|
|
3638
3665
|
}
|
|
3639
3666
|
return element;
|
|
3640
3667
|
}
|
|
3641
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
3642
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "16.2.
|
|
3668
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: ObserveScrollStateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3669
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "16.2.11", type: ObserveScrollStateDirective, isStandalone: true, selector: "[etObserveScrollState]", inputs: { rootMargin: ["rootMargin", "rootMargin", numberAttribute], observerThreshold: "observerThreshold" }, outputs: { valueChange: "etObserveScrollState" }, providers: [
|
|
3643
3670
|
{
|
|
3644
3671
|
provide: OBSERVE_SCROLL_STATE,
|
|
3645
3672
|
useExisting: ObserveScrollStateDirective,
|
|
3646
3673
|
},
|
|
3647
3674
|
], exportAs: ["etObserveScrollState"], ngImport: i0 }); }
|
|
3648
3675
|
}
|
|
3649
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
3676
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: ObserveScrollStateDirective, decorators: [{
|
|
3650
3677
|
type: Directive,
|
|
3651
3678
|
args: [{
|
|
3652
3679
|
selector: '[etObserveScrollState]',
|
|
@@ -3716,15 +3743,15 @@ class ObserveVisibilityDirective {
|
|
|
3716
3743
|
}))
|
|
3717
3744
|
.subscribe();
|
|
3718
3745
|
}
|
|
3719
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
3720
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.
|
|
3746
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: ObserveVisibilityDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3747
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.11", type: ObserveVisibilityDirective, isStandalone: true, selector: "[etObserveVisibility]", outputs: { etObserveVisibility: "etObserveVisibility" }, host: { classAttribute: "et-observe-visibility" }, providers: [
|
|
3721
3748
|
{
|
|
3722
3749
|
provide: OBSERVE_VISIBILITY_TOKEN,
|
|
3723
3750
|
useExisting: ObserveVisibilityDirective,
|
|
3724
3751
|
},
|
|
3725
3752
|
], ngImport: i0 }); }
|
|
3726
3753
|
}
|
|
3727
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
3754
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: ObserveVisibilityDirective, decorators: [{
|
|
3728
3755
|
type: Directive,
|
|
3729
3756
|
args: [{
|
|
3730
3757
|
selector: '[etObserveVisibility]',
|
|
@@ -3762,10 +3789,10 @@ class RepeatDirective {
|
|
|
3762
3789
|
this._viewContainerRef.createEmbeddedView(this._mainTemplateRef);
|
|
3763
3790
|
}
|
|
3764
3791
|
}
|
|
3765
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
3766
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.
|
|
3792
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: RepeatDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3793
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.11", type: RepeatDirective, isStandalone: true, selector: "[etRepeat]", inputs: { repeatCount: ["etRepeat", "repeatCount"] }, ngImport: i0 }); }
|
|
3767
3794
|
}
|
|
3768
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
3795
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: RepeatDirective, decorators: [{
|
|
3769
3796
|
type: Directive,
|
|
3770
3797
|
args: [{
|
|
3771
3798
|
selector: '[etRepeat]',
|
|
@@ -3934,10 +3961,10 @@ class SeoDirective {
|
|
|
3934
3961
|
}
|
|
3935
3962
|
}
|
|
3936
3963
|
}
|
|
3937
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
3938
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.
|
|
3964
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: SeoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3965
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.11", type: SeoDirective, isStandalone: true, providers: [{ provide: SEO_DIRECTIVE_TOKEN, useExisting: SeoDirective }], ngImport: i0 }); }
|
|
3939
3966
|
}
|
|
3940
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
3967
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: SeoDirective, decorators: [{
|
|
3941
3968
|
type: Directive,
|
|
3942
3969
|
args: [{
|
|
3943
3970
|
standalone: true,
|
|
@@ -4113,10 +4140,10 @@ class InferMimeTypePipe {
|
|
|
4113
4140
|
constructor() {
|
|
4114
4141
|
this.transform = inferMimeType;
|
|
4115
4142
|
}
|
|
4116
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
4117
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.
|
|
4143
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: InferMimeTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4144
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.11", ngImport: i0, type: InferMimeTypePipe, isStandalone: true, name: "inferMimeType" }); }
|
|
4118
4145
|
}
|
|
4119
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
4146
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: InferMimeTypePipe, decorators: [{
|
|
4120
4147
|
type: Pipe,
|
|
4121
4148
|
args: [{
|
|
4122
4149
|
name: 'inferMimeType',
|
|
@@ -4162,10 +4189,10 @@ class NormalizeGameResultTypePipe {
|
|
|
4162
4189
|
constructor() {
|
|
4163
4190
|
this.transform = normalizeGameResultType;
|
|
4164
4191
|
}
|
|
4165
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
4166
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.
|
|
4192
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: NormalizeGameResultTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4193
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.11", ngImport: i0, type: NormalizeGameResultTypePipe, isStandalone: true, name: "etNormalizeGameResultType" }); }
|
|
4167
4194
|
}
|
|
4168
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
4195
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: NormalizeGameResultTypePipe, decorators: [{
|
|
4169
4196
|
type: Pipe,
|
|
4170
4197
|
args: [{ name: 'etNormalizeGameResultType', standalone: true }]
|
|
4171
4198
|
}] });
|
|
@@ -4193,10 +4220,10 @@ class NormalizeMatchStatePipe {
|
|
|
4193
4220
|
constructor() {
|
|
4194
4221
|
this.transform = normalizeMatchState;
|
|
4195
4222
|
}
|
|
4196
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
4197
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.
|
|
4223
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: NormalizeMatchStatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4224
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.11", ngImport: i0, type: NormalizeMatchStatePipe, isStandalone: true, name: "etNormalizeMatchState" }); }
|
|
4198
4225
|
}
|
|
4199
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
4226
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: NormalizeMatchStatePipe, decorators: [{
|
|
4200
4227
|
type: Pipe,
|
|
4201
4228
|
args: [{ name: 'etNormalizeMatchState', standalone: true }]
|
|
4202
4229
|
}] });
|
|
@@ -4251,10 +4278,10 @@ class NormalizeMatchParticipantsPipe {
|
|
|
4251
4278
|
constructor() {
|
|
4252
4279
|
this.transform = normalizeMatchParticipants;
|
|
4253
4280
|
}
|
|
4254
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
4255
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.
|
|
4281
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: NormalizeMatchParticipantsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4282
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.11", ngImport: i0, type: NormalizeMatchParticipantsPipe, isStandalone: true, name: "etNormalizeMatchParticipants" }); }
|
|
4256
4283
|
}
|
|
4257
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
4284
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: NormalizeMatchParticipantsPipe, decorators: [{
|
|
4258
4285
|
type: Pipe,
|
|
4259
4286
|
args: [{ name: 'etNormalizeMatchParticipants', standalone: true }]
|
|
4260
4287
|
}] });
|
|
@@ -4388,10 +4415,10 @@ class NormalizeMatchScorePipe {
|
|
|
4388
4415
|
constructor() {
|
|
4389
4416
|
this.transform = normalizeMatchScore;
|
|
4390
4417
|
}
|
|
4391
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
4392
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.
|
|
4418
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: NormalizeMatchScorePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4419
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.11", ngImport: i0, type: NormalizeMatchScorePipe, isStandalone: true, name: "etNormalizeMatchScore" }); }
|
|
4393
4420
|
}
|
|
4394
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
4421
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: NormalizeMatchScorePipe, decorators: [{
|
|
4395
4422
|
type: Pipe,
|
|
4396
4423
|
args: [{ name: 'etNormalizeMatchScore', standalone: true }]
|
|
4397
4424
|
}] });
|
|
@@ -4438,10 +4465,10 @@ class NormalizeMatchTypePipe {
|
|
|
4438
4465
|
constructor() {
|
|
4439
4466
|
this.transform = normalizeMatchType;
|
|
4440
4467
|
}
|
|
4441
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
4442
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.
|
|
4468
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: NormalizeMatchTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4469
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.11", ngImport: i0, type: NormalizeMatchTypePipe, isStandalone: true, name: "etNormalizeMatchType" }); }
|
|
4443
4470
|
}
|
|
4444
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
4471
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: NormalizeMatchTypePipe, decorators: [{
|
|
4445
4472
|
type: Pipe,
|
|
4446
4473
|
args: [{ name: 'etNormalizeMatchType', standalone: true }]
|
|
4447
4474
|
}] });
|
|
@@ -4455,10 +4482,10 @@ class ToArrayPipe {
|
|
|
4455
4482
|
constructor() {
|
|
4456
4483
|
this.transform = toArray;
|
|
4457
4484
|
}
|
|
4458
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
4459
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.
|
|
4485
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: ToArrayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4486
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.11", ngImport: i0, type: ToArrayPipe, isStandalone: true, name: "toArray" }); }
|
|
4460
4487
|
}
|
|
4461
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
4488
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: ToArrayPipe, decorators: [{
|
|
4462
4489
|
type: Pipe,
|
|
4463
4490
|
args: [{ name: 'toArray', standalone: true }]
|
|
4464
4491
|
}] });
|