@ethlete/core 4.27.1 → 4.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/fesm2022/ethlete-core.mjs +128 -127
- package/fesm2022/ethlete-core.mjs.map +1 -1
- package/index.d.ts +1973 -36
- package/package.json +9 -8
- package/lib/components/structured-data/index.d.ts +0 -1
- package/lib/components/structured-data/structured-data.component.d.ts +0 -11
- package/lib/constants/index.d.ts +0 -1
- package/lib/constants/viewport.constants.d.ts +0 -8
- package/lib/decorators/memo/index.d.ts +0 -1
- package/lib/decorators/memo/memo.decorator.d.ts +0 -13
- package/lib/directives/animatable/animatable.directive.d.ts +0 -24
- package/lib/directives/animatable/index.d.ts +0 -1
- package/lib/directives/animated-if/animated-if.directive.d.ts +0 -12
- package/lib/directives/animated-if/index.d.ts +0 -1
- package/lib/directives/animated-lifecycle/animated-lifecycle.directive.d.ts +0 -29
- package/lib/directives/animated-lifecycle/index.d.ts +0 -1
- package/lib/directives/animated-overlay/animated-overlay.directive.d.ts +0 -118
- package/lib/directives/animated-overlay/index.d.ts +0 -1
- package/lib/directives/click-outside/click-outside.directive.d.ts +0 -12
- package/lib/directives/click-outside/index.d.ts +0 -1
- package/lib/directives/cursor-drag-scroll/cursor-drag-scroll.constants.d.ts +0 -2
- package/lib/directives/cursor-drag-scroll/cursor-drag-scroll.directive.d.ts +0 -30
- package/lib/directives/cursor-drag-scroll/index.d.ts +0 -2
- package/lib/directives/debug/debug.directive.d.ts +0 -15
- package/lib/directives/debug/index.d.ts +0 -1
- package/lib/directives/delayable/delayable.directive.d.ts +0 -13
- package/lib/directives/delayable/index.d.ts +0 -1
- package/lib/directives/is-active-element/index.d.ts +0 -1
- package/lib/directives/is-active-element/is-active-element.directive.d.ts +0 -10
- package/lib/directives/is-element/index.d.ts +0 -1
- package/lib/directives/is-element/is-element.directive.d.ts +0 -10
- package/lib/directives/let/index.d.ts +0 -2
- package/lib/directives/let/let.directive.d.ts +0 -15
- package/lib/directives/let/let.types.d.ts +0 -4
- package/lib/directives/observe-content/index.d.ts +0 -1
- package/lib/directives/observe-content/observe-content.directive.d.ts +0 -21
- package/lib/directives/observe-resize/index.d.ts +0 -1
- package/lib/directives/observe-resize/observe-resize.directive.d.ts +0 -21
- package/lib/directives/observe-scroll-state/index.d.ts +0 -3
- package/lib/directives/observe-scroll-state/observe-scroll-state.constants.d.ts +0 -3
- package/lib/directives/observe-scroll-state/observe-scroll-state.directive.d.ts +0 -31
- package/lib/directives/observe-scroll-state/observe-scroll-state.types.d.ts +0 -6
- package/lib/directives/observe-visibility/index.d.ts +0 -1
- package/lib/directives/observe-visibility/observe-visibility.directive.d.ts +0 -30
- package/lib/directives/repeat/index.d.ts +0 -1
- package/lib/directives/repeat/repeat.directive.d.ts +0 -13
- package/lib/directives/root-boundary/index.d.ts +0 -1
- package/lib/directives/root-boundary/root-boundary.directive.d.ts +0 -11
- package/lib/directives/scroll-observer-first-element/index.d.ts +0 -1
- package/lib/directives/scroll-observer-first-element/scroll-observer-first-element.directive.d.ts +0 -8
- package/lib/directives/scroll-observer-ignore-target/index.d.ts +0 -1
- package/lib/directives/scroll-observer-ignore-target/scroll-observer-ignore-target.directive.d.ts +0 -6
- package/lib/directives/scroll-observer-last-element/index.d.ts +0 -1
- package/lib/directives/scroll-observer-last-element/scroll-observer-last-element.directive.d.ts +0 -8
- package/lib/directives/seo/index.d.ts +0 -4
- package/lib/directives/seo/seo.directive.constants.d.ts +0 -3
- package/lib/directives/seo/seo.directive.d.ts +0 -21
- package/lib/directives/seo/seo.directive.types.d.ts +0 -51
- package/lib/directives/seo/seo.directive.utils.d.ts +0 -2
- package/lib/pipes/infer-mime-type/index.d.ts +0 -2
- package/lib/pipes/infer-mime-type/infer-mime-type.pipe.d.ts +0 -7
- package/lib/pipes/infer-mime-type/infer-mime-type.util.d.ts +0 -6
- package/lib/pipes/normalize-game-result-type/index.d.ts +0 -3
- package/lib/pipes/normalize-game-result-type/normalize-game-result-type.pipe.d.ts +0 -7
- package/lib/pipes/normalize-game-result-type/normalize-game-result-type.types.d.ts +0 -4
- package/lib/pipes/normalize-game-result-type/normalize-game-result-type.util.d.ts +0 -2
- package/lib/pipes/normalize-match-participants/index.d.ts +0 -3
- package/lib/pipes/normalize-match-participants/normalize-match-participants.pipe.d.ts +0 -7
- package/lib/pipes/normalize-match-participants/normalize-match-participants.types.d.ts +0 -21
- package/lib/pipes/normalize-match-participants/normalize-match-participants.util.d.ts +0 -4
- package/lib/pipes/normalize-match-score/index.d.ts +0 -3
- package/lib/pipes/normalize-match-score/normalize-match-score.pipe.d.ts +0 -7
- package/lib/pipes/normalize-match-score/normalize-match-score.types.d.ts +0 -12
- package/lib/pipes/normalize-match-score/normalize-match-score.util.d.ts +0 -27
- package/lib/pipes/normalize-match-state/index.d.ts +0 -3
- package/lib/pipes/normalize-match-state/normalize-match-state.constants.d.ts +0 -7
- package/lib/pipes/normalize-match-state/normalize-match-state.pipe.d.ts +0 -7
- package/lib/pipes/normalize-match-state/normalize-match-state.util.d.ts +0 -3
- package/lib/pipes/normalize-match-type/index.d.ts +0 -2
- package/lib/pipes/normalize-match-type/normalize-match-type.pipe.d.ts +0 -7
- package/lib/pipes/normalize-match-type/normalize-match-type.util.d.ts +0 -3
- package/lib/pipes/to-array/index.d.ts +0 -2
- package/lib/pipes/to-array/to-array.pipe.d.ts +0 -7
- package/lib/pipes/to-array/to-array.util.d.ts +0 -3
- package/lib/props/create-prop-handlers.d.ts +0 -27
- package/lib/props/create-props.d.ts +0 -54
- package/lib/props/create-setup.d.ts +0 -4
- package/lib/props/dependency-stash.d.ts +0 -11
- package/lib/props/element-dictionary.d.ts +0 -11
- package/lib/props/index.d.ts +0 -8
- package/lib/props/props-binding.d.ts +0 -12
- package/lib/props/props.directive.d.ts +0 -38
- package/lib/props/template-input.d.ts +0 -30
- package/lib/services/click-observer.service.d.ts +0 -20
- package/lib/services/content-observer.service.d.ts +0 -20
- package/lib/services/focus-visible.service.d.ts +0 -11
- package/lib/services/index.d.ts +0 -8
- package/lib/services/intersection-observer.service.d.ts +0 -20
- package/lib/services/resize-observer.service.d.ts +0 -20
- package/lib/services/router-state.service.d.ts +0 -96
- package/lib/services/viewport.service.d.ts +0 -64
- package/lib/services/viewport.types.d.ts +0 -5
- package/lib/types/angular.types.d.ts +0 -13
- package/lib/types/i18n.types.d.ts +0 -4
- package/lib/types/index.d.ts +0 -4
- package/lib/types/value.types.d.ts +0 -2
- package/lib/types/viewport.types.d.ts +0 -12
- package/lib/utils/active-selection-model.utils.d.ts +0 -18
- package/lib/utils/angular.utils.d.ts +0 -3
- package/lib/utils/animation.utils.d.ts +0 -61
- package/lib/utils/clamp.util.d.ts +0 -1
- package/lib/utils/clone.util.d.ts +0 -15
- package/lib/utils/component-id.utils.d.ts +0 -1
- package/lib/utils/cookie.util.d.ts +0 -5
- package/lib/utils/destroy.utils.d.ts +0 -1
- package/lib/utils/equal.util.d.ts +0 -27
- package/lib/utils/form.utils.d.ts +0 -3
- package/lib/utils/index.d.ts +0 -27
- package/lib/utils/inject.utils.d.ts +0 -3
- package/lib/utils/intersection-observer.utils.d.ts +0 -40
- package/lib/utils/key-press-manager.utils.d.ts +0 -9
- package/lib/utils/logger.d.ts +0 -10
- package/lib/utils/media-query-observable.util.d.ts +0 -5
- package/lib/utils/mutation-observable.util.d.ts +0 -7
- package/lib/utils/object.utils.d.ts +0 -3
- package/lib/utils/reactive-binding.util.d.ts +0 -31
- package/lib/utils/resize-observable.util.d.ts +0 -5
- package/lib/utils/round.utils.d.ts +0 -1
- package/lib/utils/runtime-error.utils.d.ts +0 -8
- package/lib/utils/scrollable.utils.d.ts +0 -91
- package/lib/utils/selection-model.utils.d.ts +0 -108
- package/lib/utils/signal.utils.d.ts +0 -308
- package/lib/utils/smart-block-scroll-strategy.utils.d.ts +0 -17
- package/lib/utils/value.utils.d.ts +0 -4
- package/lib/utils/viewport.util.d.ts +0 -6
- package/lib/validators/at-least-one-required.validator.d.ts +0 -14
- package/lib/validators/index.d.ts +0 -12
- package/lib/validators/is-array-not-empty.validator.d.ts +0 -3
- package/lib/validators/is-email.validator.d.ts +0 -3
- package/lib/validators/must-match.validator.d.ts +0 -5
|
@@ -30,10 +30,10 @@ class StructuredDataComponent {
|
|
|
30
30
|
const html = `<script type="application/ld+json">${json}</script>`;
|
|
31
31
|
return this._sanitizer.bypassSecurityTrustHtml(html);
|
|
32
32
|
}
|
|
33
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
34
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
33
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: StructuredDataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
34
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.0", type: StructuredDataComponent, isStandalone: true, selector: "et-structured-data", inputs: { data: "data" }, host: { properties: { "innerHTML": "this.jsonLD" }, styleAttribute: "display: none" }, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
35
35
|
}
|
|
36
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
36
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: StructuredDataComponent, decorators: [{
|
|
37
37
|
type: Component,
|
|
38
38
|
args: [{
|
|
39
39
|
selector: 'et-structured-data',
|
|
@@ -734,10 +734,10 @@ class ClickObserverFactory {
|
|
|
734
734
|
create() {
|
|
735
735
|
return fromEvent(document, 'click');
|
|
736
736
|
}
|
|
737
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
738
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
737
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ClickObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
738
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ClickObserverFactory, providedIn: 'root' }); }
|
|
739
739
|
}
|
|
740
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
740
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ClickObserverFactory, decorators: [{
|
|
741
741
|
type: Injectable,
|
|
742
742
|
args: [{ providedIn: 'root' }]
|
|
743
743
|
}] });
|
|
@@ -790,10 +790,10 @@ class ClickObserverService {
|
|
|
790
790
|
this._observedElements.delete(element);
|
|
791
791
|
}
|
|
792
792
|
}
|
|
793
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
794
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
793
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ClickObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
794
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ClickObserverService, providedIn: 'root' }); }
|
|
795
795
|
}
|
|
796
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
796
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ClickObserverService, decorators: [{
|
|
797
797
|
type: Injectable,
|
|
798
798
|
args: [{ providedIn: 'root' }]
|
|
799
799
|
}] });
|
|
@@ -803,10 +803,10 @@ class MutationObserverFactory {
|
|
|
803
803
|
create(callback) {
|
|
804
804
|
return typeof MutationObserver === 'undefined' ? null : new MutationObserver(callback);
|
|
805
805
|
}
|
|
806
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
807
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
806
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: MutationObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
807
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: MutationObserverFactory, providedIn: 'root' }); }
|
|
808
808
|
}
|
|
809
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
809
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: MutationObserverFactory, decorators: [{
|
|
810
810
|
type: Injectable,
|
|
811
811
|
args: [{ providedIn: 'root' }]
|
|
812
812
|
}] });
|
|
@@ -865,10 +865,10 @@ class ContentObserverService {
|
|
|
865
865
|
this._observedElements.delete(element);
|
|
866
866
|
}
|
|
867
867
|
}
|
|
868
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
869
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
868
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ContentObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
869
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ContentObserverService, providedIn: 'root' }); }
|
|
870
870
|
}
|
|
871
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
871
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ContentObserverService, decorators: [{
|
|
872
872
|
type: Injectable,
|
|
873
873
|
args: [{ providedIn: 'root' }]
|
|
874
874
|
}] });
|
|
@@ -894,10 +894,10 @@ class FocusVisibleService {
|
|
|
894
894
|
onPointerDown() {
|
|
895
895
|
this._hadKeyboardEvent = false;
|
|
896
896
|
}
|
|
897
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
898
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
897
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: FocusVisibleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
898
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: FocusVisibleService, providedIn: 'root' }); }
|
|
899
899
|
}
|
|
900
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
900
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: FocusVisibleService, decorators: [{
|
|
901
901
|
type: Injectable,
|
|
902
902
|
args: [{
|
|
903
903
|
providedIn: 'root',
|
|
@@ -909,10 +909,10 @@ class IntersectionObserverFactory {
|
|
|
909
909
|
create(callback) {
|
|
910
910
|
return typeof IntersectionObserver === 'undefined' ? null : new IntersectionObserver(callback);
|
|
911
911
|
}
|
|
912
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
913
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
912
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: IntersectionObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
913
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: IntersectionObserverFactory, providedIn: 'root' }); }
|
|
914
914
|
}
|
|
915
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
915
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: IntersectionObserverFactory, decorators: [{
|
|
916
916
|
type: Injectable,
|
|
917
917
|
args: [{ providedIn: 'root' }]
|
|
918
918
|
}] });
|
|
@@ -967,10 +967,10 @@ class IntersectionObserverService {
|
|
|
967
967
|
this._observedElements.delete(element);
|
|
968
968
|
}
|
|
969
969
|
}
|
|
970
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
971
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
970
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: IntersectionObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
971
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: IntersectionObserverService, providedIn: 'root' }); }
|
|
972
972
|
}
|
|
973
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
973
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: IntersectionObserverService, decorators: [{
|
|
974
974
|
type: Injectable,
|
|
975
975
|
args: [{ providedIn: 'root' }]
|
|
976
976
|
}] });
|
|
@@ -980,10 +980,10 @@ class ResizeObserverFactory {
|
|
|
980
980
|
create(callback) {
|
|
981
981
|
return typeof ResizeObserver === 'undefined' ? null : new ResizeObserver(callback);
|
|
982
982
|
}
|
|
983
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
984
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
983
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ResizeObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
984
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ResizeObserverFactory, providedIn: 'root' }); }
|
|
985
985
|
}
|
|
986
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
986
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ResizeObserverFactory, decorators: [{
|
|
987
987
|
type: Injectable,
|
|
988
988
|
args: [{ providedIn: 'root' }]
|
|
989
989
|
}] });
|
|
@@ -1038,10 +1038,10 @@ class ResizeObserverService {
|
|
|
1038
1038
|
this._observedElements.delete(element);
|
|
1039
1039
|
}
|
|
1040
1040
|
}
|
|
1041
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1042
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1041
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ResizeObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1042
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ResizeObserverService, providedIn: 'root' }); }
|
|
1043
1043
|
}
|
|
1044
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1044
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ResizeObserverService, decorators: [{
|
|
1045
1045
|
type: Injectable,
|
|
1046
1046
|
args: [{ providedIn: 'root' }]
|
|
1047
1047
|
}] });
|
|
@@ -1236,10 +1236,10 @@ class RouterStateService {
|
|
|
1236
1236
|
fragment,
|
|
1237
1237
|
};
|
|
1238
1238
|
}
|
|
1239
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1240
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1239
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: RouterStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1240
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: RouterStateService, providedIn: 'root' }); }
|
|
1241
1241
|
}
|
|
1242
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1242
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: RouterStateService, decorators: [{
|
|
1243
1243
|
type: Injectable,
|
|
1244
1244
|
args: [{
|
|
1245
1245
|
providedIn: 'root',
|
|
@@ -1455,8 +1455,8 @@ class ViewportService {
|
|
|
1455
1455
|
}
|
|
1456
1456
|
return 'xs';
|
|
1457
1457
|
}
|
|
1458
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1459
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1458
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ViewportService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1459
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ViewportService, providedIn: 'root' }); }
|
|
1460
1460
|
}
|
|
1461
1461
|
__decorate([
|
|
1462
1462
|
Memo(),
|
|
@@ -1474,7 +1474,7 @@ __decorate([
|
|
|
1474
1474
|
__metadata("design:paramtypes", [Object]),
|
|
1475
1475
|
__metadata("design:returntype", void 0)
|
|
1476
1476
|
], ViewportService.prototype, "_buildMediaQuery", null);
|
|
1477
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1477
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ViewportService, decorators: [{
|
|
1478
1478
|
type: Injectable,
|
|
1479
1479
|
args: [{
|
|
1480
1480
|
providedIn: 'root',
|
|
@@ -2424,17 +2424,18 @@ const signalElementLastScrollDirection = (el) => {
|
|
|
2424
2424
|
}
|
|
2425
2425
|
return fromEvent(currentElement, 'scroll').pipe(tap(() => {
|
|
2426
2426
|
const { scrollTop, scrollLeft } = currentElement;
|
|
2427
|
+
const time = Date.now();
|
|
2427
2428
|
if (scrollTop > lastScrollTop) {
|
|
2428
|
-
lastScrollDirection.set('down');
|
|
2429
|
+
lastScrollDirection.set({ type: 'down', time });
|
|
2429
2430
|
}
|
|
2430
2431
|
else if (scrollTop < lastScrollTop) {
|
|
2431
|
-
lastScrollDirection.set('up');
|
|
2432
|
+
lastScrollDirection.set({ type: 'up', time });
|
|
2432
2433
|
}
|
|
2433
2434
|
else if (scrollLeft > lastScrollLeft) {
|
|
2434
|
-
lastScrollDirection.set('right');
|
|
2435
|
+
lastScrollDirection.set({ type: 'right', time });
|
|
2435
2436
|
}
|
|
2436
2437
|
else if (scrollLeft < lastScrollLeft) {
|
|
2437
|
-
lastScrollDirection.set('left');
|
|
2438
|
+
lastScrollDirection.set({ type: 'left', time });
|
|
2438
2439
|
}
|
|
2439
2440
|
lastScrollTop = scrollTop;
|
|
2440
2441
|
lastScrollLeft = scrollLeft;
|
|
@@ -3559,15 +3560,15 @@ class AnimatableDirective {
|
|
|
3559
3560
|
.subscribe();
|
|
3560
3561
|
}
|
|
3561
3562
|
}
|
|
3562
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3563
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3563
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: AnimatableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3564
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0", type: AnimatableDirective, isStandalone: true, selector: "[etAnimatable]", inputs: { animatedElement: ["etAnimatable", "animatedElement"] }, providers: [
|
|
3564
3565
|
{
|
|
3565
3566
|
provide: ANIMATABLE_TOKEN,
|
|
3566
3567
|
useExisting: AnimatableDirective,
|
|
3567
3568
|
},
|
|
3568
3569
|
], exportAs: ["etAnimatable"], ngImport: i0 }); }
|
|
3569
3570
|
}
|
|
3570
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3571
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: AnimatableDirective, decorators: [{
|
|
3571
3572
|
type: Directive,
|
|
3572
3573
|
args: [{
|
|
3573
3574
|
selector: '[etAnimatable]',
|
|
@@ -3698,15 +3699,15 @@ class AnimatedLifecycleDirective {
|
|
|
3698
3699
|
_forceState(state) {
|
|
3699
3700
|
this._state$.next(state);
|
|
3700
3701
|
}
|
|
3701
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3702
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "
|
|
3702
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: AnimatedLifecycleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3703
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0.0", type: AnimatedLifecycleDirective, isStandalone: true, selector: "[etAnimatedLifecycle]", inputs: { skipNextEnter: { classPropertyName: "skipNextEnter", publicName: "skipNextEnter", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { stateChange: "stateChange", skipNextEnter: "skipNextEnterChange" }, host: { classAttribute: "et-force-invisible" }, providers: [
|
|
3703
3704
|
{
|
|
3704
3705
|
provide: ANIMATED_LIFECYCLE_TOKEN,
|
|
3705
3706
|
useExisting: AnimatedLifecycleDirective,
|
|
3706
3707
|
},
|
|
3707
3708
|
], exportAs: ["etAnimatedLifecycle"], hostDirectives: [{ directive: AnimatableDirective }], ngImport: i0 }); }
|
|
3708
3709
|
}
|
|
3709
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3710
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: AnimatedLifecycleDirective, decorators: [{
|
|
3710
3711
|
type: Directive,
|
|
3711
3712
|
args: [{
|
|
3712
3713
|
selector: '[etAnimatedLifecycle]',
|
|
@@ -3746,15 +3747,15 @@ class AnimatedIfDirective {
|
|
|
3746
3747
|
.subscribe();
|
|
3747
3748
|
}
|
|
3748
3749
|
}
|
|
3749
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3750
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3750
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: AnimatedIfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3751
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0", type: AnimatedIfDirective, isStandalone: true, selector: "[etAnimatedIf]", inputs: { shouldRender: ["etAnimatedIf", "shouldRender"] }, providers: [
|
|
3751
3752
|
{
|
|
3752
3753
|
provide: ANIMATED_IF_TOKEN,
|
|
3753
3754
|
useExisting: AnimatedIfDirective,
|
|
3754
3755
|
},
|
|
3755
3756
|
], hostDirectives: [{ directive: i1.NgIf }], ngImport: i0 }); }
|
|
3756
3757
|
}
|
|
3757
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3758
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: AnimatedIfDirective, decorators: [{
|
|
3758
3759
|
type: Directive,
|
|
3759
3760
|
args: [{
|
|
3760
3761
|
selector: '[etAnimatedIf]',
|
|
@@ -3784,15 +3785,15 @@ class RootBoundaryDirective {
|
|
|
3784
3785
|
set boundaryElement(v) {
|
|
3785
3786
|
this._boundaryElement = v;
|
|
3786
3787
|
}
|
|
3787
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3788
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3788
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: RootBoundaryDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3789
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0", type: RootBoundaryDirective, isStandalone: true, selector: "[etRootBoundary]", providers: [
|
|
3789
3790
|
{
|
|
3790
3791
|
provide: ROOT_BOUNDARY_TOKEN,
|
|
3791
3792
|
useExisting: RootBoundaryDirective,
|
|
3792
3793
|
},
|
|
3793
3794
|
], ngImport: i0 }); }
|
|
3794
3795
|
}
|
|
3795
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3796
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: RootBoundaryDirective, decorators: [{
|
|
3796
3797
|
type: Directive,
|
|
3797
3798
|
args: [{
|
|
3798
3799
|
selector: '[etRootBoundary]',
|
|
@@ -4104,10 +4105,10 @@ class AnimatedOverlayDirective {
|
|
|
4104
4105
|
this._isUnmounting$.next(false);
|
|
4105
4106
|
this._afterClosed?.next();
|
|
4106
4107
|
}
|
|
4107
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4108
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "
|
|
4108
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: AnimatedOverlayDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4109
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "20.0.0", type: AnimatedOverlayDirective, isStandalone: true, inputs: { placement: "placement", fallbackPlacements: "fallbackPlacements", offset: "offset", arrowPadding: "arrowPadding", viewportPadding: "viewportPadding", autoResize: ["autoResize", "autoResize", booleanAttribute], shift: ["shift", "shift", booleanAttribute], autoHide: ["autoHide", "autoHide", booleanAttribute], autoCloseIfReferenceHidden: ["autoCloseIfReferenceHidden", "autoCloseIfReferenceHidden", booleanAttribute], referenceElement: "referenceElement" }, host: { classAttribute: "et-animated-overlay" }, ngImport: i0 }); }
|
|
4109
4110
|
}
|
|
4110
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4111
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: AnimatedOverlayDirective, decorators: [{
|
|
4111
4112
|
type: Directive,
|
|
4112
4113
|
args: [{
|
|
4113
4114
|
standalone: true,
|
|
@@ -4162,10 +4163,10 @@ class ClickOutsideDirective {
|
|
|
4162
4163
|
ngOnDestroy() {
|
|
4163
4164
|
this._subscription?.unsubscribe();
|
|
4164
4165
|
}
|
|
4165
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4166
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
4166
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ClickOutsideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4167
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0", type: ClickOutsideDirective, isStandalone: true, selector: "[etClickOutside]", outputs: { etClickOutside: "etClickOutside" }, ngImport: i0 }); }
|
|
4167
4168
|
}
|
|
4168
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4169
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ClickOutsideDirective, decorators: [{
|
|
4169
4170
|
type: Directive,
|
|
4170
4171
|
args: [{
|
|
4171
4172
|
selector: '[etClickOutside]',
|
|
@@ -4319,10 +4320,10 @@ class CursorDragScrollDirective {
|
|
|
4319
4320
|
this._elementRef.nativeElement.style.cursor = 'default';
|
|
4320
4321
|
}
|
|
4321
4322
|
}
|
|
4322
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4323
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
4323
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: CursorDragScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4324
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0", type: CursorDragScrollDirective, isStandalone: true, selector: "[etCursorDragScroll]", inputs: { enabled: ["etCursorDragScroll", "enabled"], allowedDirection: "allowedDirection" }, outputs: { cursorDragStart: "cursorDragStart", cursorDragMove: "cursorDragMove", cursorDragEnd: "cursorDragEnd" }, exportAs: ["etCursorDragScroll"], ngImport: i0 }); }
|
|
4324
4325
|
}
|
|
4325
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4326
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: CursorDragScrollDirective, decorators: [{
|
|
4326
4327
|
type: Directive,
|
|
4327
4328
|
args: [{
|
|
4328
4329
|
selector: '[etCursorDragScroll]',
|
|
@@ -4355,15 +4356,15 @@ class DebugDirective {
|
|
|
4355
4356
|
set sDebug(value) {
|
|
4356
4357
|
this._debug.set(value);
|
|
4357
4358
|
}
|
|
4358
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4359
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "
|
|
4359
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: DebugDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4360
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "20.0.0", type: DebugDirective, isStandalone: true, selector: "[etDebug]", inputs: { sDebug: ["etDebug", "sDebug", booleanAttribute] }, providers: [
|
|
4360
4361
|
{
|
|
4361
4362
|
provide: DEBUG_TOKEN,
|
|
4362
4363
|
useExisting: DebugDirective,
|
|
4363
4364
|
},
|
|
4364
4365
|
], exportAs: ["etDebug"], ngImport: i0 }); }
|
|
4365
4366
|
}
|
|
4366
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4367
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: DebugDirective, decorators: [{
|
|
4367
4368
|
type: Directive,
|
|
4368
4369
|
args: [{
|
|
4369
4370
|
selector: '[etDebug]',
|
|
@@ -4410,15 +4411,15 @@ class DelayableDirective {
|
|
|
4410
4411
|
}
|
|
4411
4412
|
this._isDelayed$.next(val);
|
|
4412
4413
|
}
|
|
4413
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4414
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
4414
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: DelayableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4415
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0", type: DelayableDirective, isStandalone: true, selector: "[etDelayable]", providers: [
|
|
4415
4416
|
{
|
|
4416
4417
|
provide: DELAYABLE_TOKEN,
|
|
4417
4418
|
useExisting: DelayableDirective,
|
|
4418
4419
|
},
|
|
4419
4420
|
], exportAs: ["etDelayable"], ngImport: i0 }); }
|
|
4420
4421
|
}
|
|
4421
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4422
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: DelayableDirective, decorators: [{
|
|
4422
4423
|
type: Directive,
|
|
4423
4424
|
args: [{
|
|
4424
4425
|
selector: '[etDelayable]',
|
|
@@ -4439,15 +4440,15 @@ class IsActiveElementDirective {
|
|
|
4439
4440
|
this.elementRef = inject(ElementRef);
|
|
4440
4441
|
this.isActiveElement = false;
|
|
4441
4442
|
}
|
|
4442
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4443
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "
|
|
4443
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: IsActiveElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4444
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "20.0.0", type: IsActiveElementDirective, isStandalone: true, selector: "[etIsActiveElement]", inputs: { isActiveElement: ["etIsActiveElement", "isActiveElement", booleanAttribute] }, providers: [
|
|
4444
4445
|
{
|
|
4445
4446
|
provide: IS_ACTIVE_ELEMENT,
|
|
4446
4447
|
useExisting: IsActiveElementDirective,
|
|
4447
4448
|
},
|
|
4448
4449
|
], ngImport: i0 }); }
|
|
4449
4450
|
}
|
|
4450
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4451
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: IsActiveElementDirective, decorators: [{
|
|
4451
4452
|
type: Directive,
|
|
4452
4453
|
args: [{
|
|
4453
4454
|
selector: '[etIsActiveElement]',
|
|
@@ -4470,15 +4471,15 @@ class IsElementDirective {
|
|
|
4470
4471
|
this.elementRef = inject(ElementRef);
|
|
4471
4472
|
this.isElement = false;
|
|
4472
4473
|
}
|
|
4473
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4474
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "
|
|
4474
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: IsElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4475
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "20.0.0", type: IsElementDirective, isStandalone: true, selector: "[etIsElement]", inputs: { isElement: ["etIsElement", "isElement", booleanAttribute] }, providers: [
|
|
4475
4476
|
{
|
|
4476
4477
|
provide: IS_ELEMENT,
|
|
4477
4478
|
useExisting: IsElementDirective,
|
|
4478
4479
|
},
|
|
4479
4480
|
], ngImport: i0 }); }
|
|
4480
4481
|
}
|
|
4481
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4482
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: IsElementDirective, decorators: [{
|
|
4482
4483
|
type: Directive,
|
|
4483
4484
|
args: [{
|
|
4484
4485
|
selector: '[etIsElement]',
|
|
@@ -4528,10 +4529,10 @@ class LetDirective {
|
|
|
4528
4529
|
}
|
|
4529
4530
|
}
|
|
4530
4531
|
}
|
|
4531
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4532
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
4532
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: LetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4533
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0", type: LetDirective, isStandalone: true, selector: "[etLet]", inputs: { etLet: "etLet" }, ngImport: i0 }); }
|
|
4533
4534
|
}
|
|
4534
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4535
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: LetDirective, decorators: [{
|
|
4535
4536
|
type: Directive,
|
|
4536
4537
|
args: [{
|
|
4537
4538
|
selector: '[etLet]',
|
|
@@ -4588,10 +4589,10 @@ class ObserveContentDirective {
|
|
|
4588
4589
|
_unsubscribe() {
|
|
4589
4590
|
this._currentSubscription?.unsubscribe();
|
|
4590
4591
|
}
|
|
4591
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4592
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
4592
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ObserveContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4593
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0", type: ObserveContentDirective, isStandalone: true, selector: "[etObserveContent]", inputs: { disabled: ["etObserveContentDisabled", "disabled"], debounce: ["etObserveContentDebounce", "debounce"] }, outputs: { valueChange: "etObserveContent" }, exportAs: ["etObserveContent"], ngImport: i0 }); }
|
|
4593
4594
|
}
|
|
4594
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4595
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ObserveContentDirective, decorators: [{
|
|
4595
4596
|
type: Directive,
|
|
4596
4597
|
args: [{
|
|
4597
4598
|
selector: '[etObserveContent]',
|
|
@@ -4656,10 +4657,10 @@ class ObserveResizeDirective {
|
|
|
4656
4657
|
_unsubscribe() {
|
|
4657
4658
|
this._currentSubscription?.unsubscribe();
|
|
4658
4659
|
}
|
|
4659
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4660
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
4660
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ObserveResizeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4661
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0", type: ObserveResizeDirective, isStandalone: true, selector: "[etObserveResize]", inputs: { disabled: ["etObserveResizeDisabled", "disabled"], debounce: ["etObserveResizeDebounce", "debounce"] }, outputs: { valueChange: "etObserveResize" }, exportAs: ["etObserveResize"], ngImport: i0 }); }
|
|
4661
4662
|
}
|
|
4662
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4663
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ObserveResizeDirective, decorators: [{
|
|
4663
4664
|
type: Directive,
|
|
4664
4665
|
args: [{
|
|
4665
4666
|
selector: '[etObserveResize]',
|
|
@@ -4684,10 +4685,10 @@ class ScrollObserverFirstElementDirective {
|
|
|
4684
4685
|
constructor() {
|
|
4685
4686
|
this.isFirstElement = false;
|
|
4686
4687
|
}
|
|
4687
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4688
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "
|
|
4688
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ScrollObserverFirstElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4689
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "20.0.0", type: ScrollObserverFirstElementDirective, isStandalone: true, selector: "[etScrollObserverFirstElement]", inputs: { isFirstElement: ["etScrollObserverFirstElement", "isFirstElement", booleanAttribute] }, host: { properties: { "class.et-scroll-observer-first-element": "this.isFirstElement" } }, ngImport: i0 }); }
|
|
4689
4690
|
}
|
|
4690
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4691
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ScrollObserverFirstElementDirective, decorators: [{
|
|
4691
4692
|
type: Directive,
|
|
4692
4693
|
args: [{
|
|
4693
4694
|
selector: '[etScrollObserverFirstElement]',
|
|
@@ -4703,10 +4704,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.2", ngImpor
|
|
|
4703
4704
|
|
|
4704
4705
|
const SCROLL_OBSERVER_IGNORE_TARGET_CLASS = 'et-scroll-observer-ignore-target';
|
|
4705
4706
|
class ScrollObserverIgnoreTargetDirective {
|
|
4706
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4707
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
4707
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4708
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0", type: ScrollObserverIgnoreTargetDirective, isStandalone: true, selector: "[etScrollObserverIgnoreTarget]", host: { classAttribute: "et-scroll-observer-ignore-target" }, ngImport: i0 }); }
|
|
4708
4709
|
}
|
|
4709
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4710
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, decorators: [{
|
|
4710
4711
|
type: Directive,
|
|
4711
4712
|
args: [{
|
|
4712
4713
|
selector: '[etScrollObserverIgnoreTarget]',
|
|
@@ -4722,10 +4723,10 @@ class ScrollObserverLastElementDirective {
|
|
|
4722
4723
|
constructor() {
|
|
4723
4724
|
this.isLastElement = false;
|
|
4724
4725
|
}
|
|
4725
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4726
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "
|
|
4726
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ScrollObserverLastElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4727
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "20.0.0", type: ScrollObserverLastElementDirective, isStandalone: true, selector: "[etScrollObserverLastElement]", inputs: { isLastElement: ["etScrollObserverLastElement", "isLastElement", booleanAttribute] }, host: { properties: { "class.et-scroll-observer-last-element": "this.isLastElement" }, classAttribute: "et-scroll-observer-last-element" }, ngImport: i0 }); }
|
|
4727
4728
|
}
|
|
4728
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4729
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ScrollObserverLastElementDirective, decorators: [{
|
|
4729
4730
|
type: Directive,
|
|
4730
4731
|
args: [{
|
|
4731
4732
|
selector: '[etScrollObserverLastElement]',
|
|
@@ -4882,15 +4883,15 @@ class ObserveScrollStateDirective {
|
|
|
4882
4883
|
}
|
|
4883
4884
|
return element;
|
|
4884
4885
|
}
|
|
4885
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4886
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "
|
|
4886
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ObserveScrollStateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4887
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "20.0.0", type: ObserveScrollStateDirective, isStandalone: true, selector: "[etObserveScrollState]", inputs: { rootMargin: ["rootMargin", "rootMargin", numberAttribute], observerThreshold: "observerThreshold" }, outputs: { valueChange: "etObserveScrollState" }, providers: [
|
|
4887
4888
|
{
|
|
4888
4889
|
provide: OBSERVE_SCROLL_STATE,
|
|
4889
4890
|
useExisting: ObserveScrollStateDirective,
|
|
4890
4891
|
},
|
|
4891
4892
|
], exportAs: ["etObserveScrollState"], ngImport: i0 }); }
|
|
4892
4893
|
}
|
|
4893
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4894
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ObserveScrollStateDirective, decorators: [{
|
|
4894
4895
|
type: Directive,
|
|
4895
4896
|
args: [{
|
|
4896
4897
|
selector: '[etObserveScrollState]',
|
|
@@ -4960,15 +4961,15 @@ class ObserveVisibilityDirective {
|
|
|
4960
4961
|
}))
|
|
4961
4962
|
.subscribe();
|
|
4962
4963
|
}
|
|
4963
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4964
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
4964
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ObserveVisibilityDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4965
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0", type: ObserveVisibilityDirective, isStandalone: true, selector: "[etObserveVisibility]", outputs: { etObserveVisibility: "etObserveVisibility" }, host: { classAttribute: "et-observe-visibility" }, providers: [
|
|
4965
4966
|
{
|
|
4966
4967
|
provide: OBSERVE_VISIBILITY_TOKEN,
|
|
4967
4968
|
useExisting: ObserveVisibilityDirective,
|
|
4968
4969
|
},
|
|
4969
4970
|
], ngImport: i0 }); }
|
|
4970
4971
|
}
|
|
4971
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4972
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ObserveVisibilityDirective, decorators: [{
|
|
4972
4973
|
type: Directive,
|
|
4973
4974
|
args: [{
|
|
4974
4975
|
selector: '[etObserveVisibility]',
|
|
@@ -5006,10 +5007,10 @@ class RepeatDirective {
|
|
|
5006
5007
|
this._viewContainerRef.createEmbeddedView(this._mainTemplateRef);
|
|
5007
5008
|
}
|
|
5008
5009
|
}
|
|
5009
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5010
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
5010
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: RepeatDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
5011
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0", type: RepeatDirective, isStandalone: true, selector: "[etRepeat]", inputs: { repeatCount: ["etRepeat", "repeatCount"] }, ngImport: i0 }); }
|
|
5011
5012
|
}
|
|
5012
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5013
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: RepeatDirective, decorators: [{
|
|
5013
5014
|
type: Directive,
|
|
5014
5015
|
args: [{
|
|
5015
5016
|
selector: '[etRepeat]',
|
|
@@ -5178,10 +5179,10 @@ class SeoDirective {
|
|
|
5178
5179
|
}
|
|
5179
5180
|
}
|
|
5180
5181
|
}
|
|
5181
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5182
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
5182
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: SeoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
5183
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0", type: SeoDirective, isStandalone: true, providers: [{ provide: SEO_DIRECTIVE_TOKEN, useExisting: SeoDirective }], ngImport: i0 }); }
|
|
5183
5184
|
}
|
|
5184
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5185
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: SeoDirective, decorators: [{
|
|
5185
5186
|
type: Directive,
|
|
5186
5187
|
args: [{
|
|
5187
5188
|
standalone: true,
|
|
@@ -5389,10 +5390,10 @@ class InferMimeTypePipe {
|
|
|
5389
5390
|
constructor() {
|
|
5390
5391
|
this.transform = inferMimeType;
|
|
5391
5392
|
}
|
|
5392
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5393
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
5393
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: InferMimeTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5394
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.0", ngImport: i0, type: InferMimeTypePipe, isStandalone: true, name: "inferMimeType" }); }
|
|
5394
5395
|
}
|
|
5395
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5396
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: InferMimeTypePipe, decorators: [{
|
|
5396
5397
|
type: Pipe,
|
|
5397
5398
|
args: [{
|
|
5398
5399
|
name: 'inferMimeType',
|
|
@@ -5438,10 +5439,10 @@ class NormalizeGameResultTypePipe {
|
|
|
5438
5439
|
constructor() {
|
|
5439
5440
|
this.transform = normalizeGameResultType;
|
|
5440
5441
|
}
|
|
5441
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5442
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
5442
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: NormalizeGameResultTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5443
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.0", ngImport: i0, type: NormalizeGameResultTypePipe, isStandalone: true, name: "etNormalizeGameResultType" }); }
|
|
5443
5444
|
}
|
|
5444
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5445
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: NormalizeGameResultTypePipe, decorators: [{
|
|
5445
5446
|
type: Pipe,
|
|
5446
5447
|
args: [{ name: 'etNormalizeGameResultType', standalone: true }]
|
|
5447
5448
|
}] });
|
|
@@ -5469,10 +5470,10 @@ class NormalizeMatchStatePipe {
|
|
|
5469
5470
|
constructor() {
|
|
5470
5471
|
this.transform = normalizeMatchState;
|
|
5471
5472
|
}
|
|
5472
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5473
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
5473
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: NormalizeMatchStatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5474
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.0", ngImport: i0, type: NormalizeMatchStatePipe, isStandalone: true, name: "etNormalizeMatchState" }); }
|
|
5474
5475
|
}
|
|
5475
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5476
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: NormalizeMatchStatePipe, decorators: [{
|
|
5476
5477
|
type: Pipe,
|
|
5477
5478
|
args: [{ name: 'etNormalizeMatchState', standalone: true }]
|
|
5478
5479
|
}] });
|
|
@@ -5527,10 +5528,10 @@ class NormalizeMatchParticipantsPipe {
|
|
|
5527
5528
|
constructor() {
|
|
5528
5529
|
this.transform = normalizeMatchParticipants;
|
|
5529
5530
|
}
|
|
5530
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5531
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
5531
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: NormalizeMatchParticipantsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5532
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.0", ngImport: i0, type: NormalizeMatchParticipantsPipe, isStandalone: true, name: "etNormalizeMatchParticipants" }); }
|
|
5532
5533
|
}
|
|
5533
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5534
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: NormalizeMatchParticipantsPipe, decorators: [{
|
|
5534
5535
|
type: Pipe,
|
|
5535
5536
|
args: [{ name: 'etNormalizeMatchParticipants', standalone: true }]
|
|
5536
5537
|
}] });
|
|
@@ -5664,10 +5665,10 @@ class NormalizeMatchScorePipe {
|
|
|
5664
5665
|
constructor() {
|
|
5665
5666
|
this.transform = normalizeMatchScore;
|
|
5666
5667
|
}
|
|
5667
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5668
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
5668
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: NormalizeMatchScorePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5669
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.0", ngImport: i0, type: NormalizeMatchScorePipe, isStandalone: true, name: "etNormalizeMatchScore" }); }
|
|
5669
5670
|
}
|
|
5670
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5671
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: NormalizeMatchScorePipe, decorators: [{
|
|
5671
5672
|
type: Pipe,
|
|
5672
5673
|
args: [{ name: 'etNormalizeMatchScore', standalone: true }]
|
|
5673
5674
|
}] });
|
|
@@ -5714,10 +5715,10 @@ class NormalizeMatchTypePipe {
|
|
|
5714
5715
|
constructor() {
|
|
5715
5716
|
this.transform = normalizeMatchType;
|
|
5716
5717
|
}
|
|
5717
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5718
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
5718
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: NormalizeMatchTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5719
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.0", ngImport: i0, type: NormalizeMatchTypePipe, isStandalone: true, name: "etNormalizeMatchType" }); }
|
|
5719
5720
|
}
|
|
5720
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5721
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: NormalizeMatchTypePipe, decorators: [{
|
|
5721
5722
|
type: Pipe,
|
|
5722
5723
|
args: [{ name: 'etNormalizeMatchType', standalone: true }]
|
|
5723
5724
|
}] });
|
|
@@ -5731,10 +5732,10 @@ class ToArrayPipe {
|
|
|
5731
5732
|
constructor() {
|
|
5732
5733
|
this.transform = toArray;
|
|
5733
5734
|
}
|
|
5734
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5735
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
5735
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ToArrayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5736
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.0", ngImport: i0, type: ToArrayPipe, isStandalone: true, name: "toArray" }); }
|
|
5736
5737
|
}
|
|
5737
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5738
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ToArrayPipe, decorators: [{
|
|
5738
5739
|
type: Pipe,
|
|
5739
5740
|
args: [{ name: 'toArray', standalone: true }]
|
|
5740
5741
|
}] });
|
|
@@ -5956,10 +5957,10 @@ class PropsDirective {
|
|
|
5956
5957
|
});
|
|
5957
5958
|
});
|
|
5958
5959
|
}
|
|
5959
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5960
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "
|
|
5960
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: PropsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
5961
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0.0", type: PropsDirective, isStandalone: true, selector: "[etProps]", inputs: { props: { classPropertyName: "props", publicName: "etProps", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 }); }
|
|
5961
5962
|
}
|
|
5962
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5963
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: PropsDirective, decorators: [{
|
|
5963
5964
|
type: Directive,
|
|
5964
5965
|
args: [{
|
|
5965
5966
|
selector: '[etProps]',
|