@ethlete/core 4.28.0 → 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 +6 -0
- package/fesm2022/ethlete-core.mjs +123 -123
- 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 -312
- 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',
|
|
@@ -3560,15 +3560,15 @@ class AnimatableDirective {
|
|
|
3560
3560
|
.subscribe();
|
|
3561
3561
|
}
|
|
3562
3562
|
}
|
|
3563
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3564
|
-
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: [
|
|
3565
3565
|
{
|
|
3566
3566
|
provide: ANIMATABLE_TOKEN,
|
|
3567
3567
|
useExisting: AnimatableDirective,
|
|
3568
3568
|
},
|
|
3569
3569
|
], exportAs: ["etAnimatable"], ngImport: i0 }); }
|
|
3570
3570
|
}
|
|
3571
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3571
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: AnimatableDirective, decorators: [{
|
|
3572
3572
|
type: Directive,
|
|
3573
3573
|
args: [{
|
|
3574
3574
|
selector: '[etAnimatable]',
|
|
@@ -3699,15 +3699,15 @@ class AnimatedLifecycleDirective {
|
|
|
3699
3699
|
_forceState(state) {
|
|
3700
3700
|
this._state$.next(state);
|
|
3701
3701
|
}
|
|
3702
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3703
|
-
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: [
|
|
3704
3704
|
{
|
|
3705
3705
|
provide: ANIMATED_LIFECYCLE_TOKEN,
|
|
3706
3706
|
useExisting: AnimatedLifecycleDirective,
|
|
3707
3707
|
},
|
|
3708
3708
|
], exportAs: ["etAnimatedLifecycle"], hostDirectives: [{ directive: AnimatableDirective }], ngImport: i0 }); }
|
|
3709
3709
|
}
|
|
3710
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3710
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: AnimatedLifecycleDirective, decorators: [{
|
|
3711
3711
|
type: Directive,
|
|
3712
3712
|
args: [{
|
|
3713
3713
|
selector: '[etAnimatedLifecycle]',
|
|
@@ -3747,15 +3747,15 @@ class AnimatedIfDirective {
|
|
|
3747
3747
|
.subscribe();
|
|
3748
3748
|
}
|
|
3749
3749
|
}
|
|
3750
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3751
|
-
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: [
|
|
3752
3752
|
{
|
|
3753
3753
|
provide: ANIMATED_IF_TOKEN,
|
|
3754
3754
|
useExisting: AnimatedIfDirective,
|
|
3755
3755
|
},
|
|
3756
3756
|
], hostDirectives: [{ directive: i1.NgIf }], ngImport: i0 }); }
|
|
3757
3757
|
}
|
|
3758
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3758
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: AnimatedIfDirective, decorators: [{
|
|
3759
3759
|
type: Directive,
|
|
3760
3760
|
args: [{
|
|
3761
3761
|
selector: '[etAnimatedIf]',
|
|
@@ -3785,15 +3785,15 @@ class RootBoundaryDirective {
|
|
|
3785
3785
|
set boundaryElement(v) {
|
|
3786
3786
|
this._boundaryElement = v;
|
|
3787
3787
|
}
|
|
3788
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3789
|
-
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: [
|
|
3790
3790
|
{
|
|
3791
3791
|
provide: ROOT_BOUNDARY_TOKEN,
|
|
3792
3792
|
useExisting: RootBoundaryDirective,
|
|
3793
3793
|
},
|
|
3794
3794
|
], ngImport: i0 }); }
|
|
3795
3795
|
}
|
|
3796
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3796
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: RootBoundaryDirective, decorators: [{
|
|
3797
3797
|
type: Directive,
|
|
3798
3798
|
args: [{
|
|
3799
3799
|
selector: '[etRootBoundary]',
|
|
@@ -4105,10 +4105,10 @@ class AnimatedOverlayDirective {
|
|
|
4105
4105
|
this._isUnmounting$.next(false);
|
|
4106
4106
|
this._afterClosed?.next();
|
|
4107
4107
|
}
|
|
4108
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4109
|
-
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 }); }
|
|
4110
4110
|
}
|
|
4111
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4111
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: AnimatedOverlayDirective, decorators: [{
|
|
4112
4112
|
type: Directive,
|
|
4113
4113
|
args: [{
|
|
4114
4114
|
standalone: true,
|
|
@@ -4163,10 +4163,10 @@ class ClickOutsideDirective {
|
|
|
4163
4163
|
ngOnDestroy() {
|
|
4164
4164
|
this._subscription?.unsubscribe();
|
|
4165
4165
|
}
|
|
4166
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4167
|
-
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 }); }
|
|
4168
4168
|
}
|
|
4169
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4169
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ClickOutsideDirective, decorators: [{
|
|
4170
4170
|
type: Directive,
|
|
4171
4171
|
args: [{
|
|
4172
4172
|
selector: '[etClickOutside]',
|
|
@@ -4320,10 +4320,10 @@ class CursorDragScrollDirective {
|
|
|
4320
4320
|
this._elementRef.nativeElement.style.cursor = 'default';
|
|
4321
4321
|
}
|
|
4322
4322
|
}
|
|
4323
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4324
|
-
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 }); }
|
|
4325
4325
|
}
|
|
4326
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4326
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: CursorDragScrollDirective, decorators: [{
|
|
4327
4327
|
type: Directive,
|
|
4328
4328
|
args: [{
|
|
4329
4329
|
selector: '[etCursorDragScroll]',
|
|
@@ -4356,15 +4356,15 @@ class DebugDirective {
|
|
|
4356
4356
|
set sDebug(value) {
|
|
4357
4357
|
this._debug.set(value);
|
|
4358
4358
|
}
|
|
4359
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4360
|
-
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: [
|
|
4361
4361
|
{
|
|
4362
4362
|
provide: DEBUG_TOKEN,
|
|
4363
4363
|
useExisting: DebugDirective,
|
|
4364
4364
|
},
|
|
4365
4365
|
], exportAs: ["etDebug"], ngImport: i0 }); }
|
|
4366
4366
|
}
|
|
4367
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4367
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: DebugDirective, decorators: [{
|
|
4368
4368
|
type: Directive,
|
|
4369
4369
|
args: [{
|
|
4370
4370
|
selector: '[etDebug]',
|
|
@@ -4411,15 +4411,15 @@ class DelayableDirective {
|
|
|
4411
4411
|
}
|
|
4412
4412
|
this._isDelayed$.next(val);
|
|
4413
4413
|
}
|
|
4414
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4415
|
-
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: [
|
|
4416
4416
|
{
|
|
4417
4417
|
provide: DELAYABLE_TOKEN,
|
|
4418
4418
|
useExisting: DelayableDirective,
|
|
4419
4419
|
},
|
|
4420
4420
|
], exportAs: ["etDelayable"], ngImport: i0 }); }
|
|
4421
4421
|
}
|
|
4422
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4422
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: DelayableDirective, decorators: [{
|
|
4423
4423
|
type: Directive,
|
|
4424
4424
|
args: [{
|
|
4425
4425
|
selector: '[etDelayable]',
|
|
@@ -4440,15 +4440,15 @@ class IsActiveElementDirective {
|
|
|
4440
4440
|
this.elementRef = inject(ElementRef);
|
|
4441
4441
|
this.isActiveElement = false;
|
|
4442
4442
|
}
|
|
4443
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4444
|
-
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: [
|
|
4445
4445
|
{
|
|
4446
4446
|
provide: IS_ACTIVE_ELEMENT,
|
|
4447
4447
|
useExisting: IsActiveElementDirective,
|
|
4448
4448
|
},
|
|
4449
4449
|
], ngImport: i0 }); }
|
|
4450
4450
|
}
|
|
4451
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4451
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: IsActiveElementDirective, decorators: [{
|
|
4452
4452
|
type: Directive,
|
|
4453
4453
|
args: [{
|
|
4454
4454
|
selector: '[etIsActiveElement]',
|
|
@@ -4471,15 +4471,15 @@ class IsElementDirective {
|
|
|
4471
4471
|
this.elementRef = inject(ElementRef);
|
|
4472
4472
|
this.isElement = false;
|
|
4473
4473
|
}
|
|
4474
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4475
|
-
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: [
|
|
4476
4476
|
{
|
|
4477
4477
|
provide: IS_ELEMENT,
|
|
4478
4478
|
useExisting: IsElementDirective,
|
|
4479
4479
|
},
|
|
4480
4480
|
], ngImport: i0 }); }
|
|
4481
4481
|
}
|
|
4482
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4482
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: IsElementDirective, decorators: [{
|
|
4483
4483
|
type: Directive,
|
|
4484
4484
|
args: [{
|
|
4485
4485
|
selector: '[etIsElement]',
|
|
@@ -4529,10 +4529,10 @@ class LetDirective {
|
|
|
4529
4529
|
}
|
|
4530
4530
|
}
|
|
4531
4531
|
}
|
|
4532
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4533
|
-
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 }); }
|
|
4534
4534
|
}
|
|
4535
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4535
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: LetDirective, decorators: [{
|
|
4536
4536
|
type: Directive,
|
|
4537
4537
|
args: [{
|
|
4538
4538
|
selector: '[etLet]',
|
|
@@ -4589,10 +4589,10 @@ class ObserveContentDirective {
|
|
|
4589
4589
|
_unsubscribe() {
|
|
4590
4590
|
this._currentSubscription?.unsubscribe();
|
|
4591
4591
|
}
|
|
4592
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4593
|
-
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 }); }
|
|
4594
4594
|
}
|
|
4595
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4595
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ObserveContentDirective, decorators: [{
|
|
4596
4596
|
type: Directive,
|
|
4597
4597
|
args: [{
|
|
4598
4598
|
selector: '[etObserveContent]',
|
|
@@ -4657,10 +4657,10 @@ class ObserveResizeDirective {
|
|
|
4657
4657
|
_unsubscribe() {
|
|
4658
4658
|
this._currentSubscription?.unsubscribe();
|
|
4659
4659
|
}
|
|
4660
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4661
|
-
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 }); }
|
|
4662
4662
|
}
|
|
4663
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4663
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ObserveResizeDirective, decorators: [{
|
|
4664
4664
|
type: Directive,
|
|
4665
4665
|
args: [{
|
|
4666
4666
|
selector: '[etObserveResize]',
|
|
@@ -4685,10 +4685,10 @@ class ScrollObserverFirstElementDirective {
|
|
|
4685
4685
|
constructor() {
|
|
4686
4686
|
this.isFirstElement = false;
|
|
4687
4687
|
}
|
|
4688
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4689
|
-
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 }); }
|
|
4690
4690
|
}
|
|
4691
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4691
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ScrollObserverFirstElementDirective, decorators: [{
|
|
4692
4692
|
type: Directive,
|
|
4693
4693
|
args: [{
|
|
4694
4694
|
selector: '[etScrollObserverFirstElement]',
|
|
@@ -4704,10 +4704,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImpor
|
|
|
4704
4704
|
|
|
4705
4705
|
const SCROLL_OBSERVER_IGNORE_TARGET_CLASS = 'et-scroll-observer-ignore-target';
|
|
4706
4706
|
class ScrollObserverIgnoreTargetDirective {
|
|
4707
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4708
|
-
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 }); }
|
|
4709
4709
|
}
|
|
4710
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4710
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, decorators: [{
|
|
4711
4711
|
type: Directive,
|
|
4712
4712
|
args: [{
|
|
4713
4713
|
selector: '[etScrollObserverIgnoreTarget]',
|
|
@@ -4723,10 +4723,10 @@ class ScrollObserverLastElementDirective {
|
|
|
4723
4723
|
constructor() {
|
|
4724
4724
|
this.isLastElement = false;
|
|
4725
4725
|
}
|
|
4726
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4727
|
-
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 }); }
|
|
4728
4728
|
}
|
|
4729
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4729
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ScrollObserverLastElementDirective, decorators: [{
|
|
4730
4730
|
type: Directive,
|
|
4731
4731
|
args: [{
|
|
4732
4732
|
selector: '[etScrollObserverLastElement]',
|
|
@@ -4883,15 +4883,15 @@ class ObserveScrollStateDirective {
|
|
|
4883
4883
|
}
|
|
4884
4884
|
return element;
|
|
4885
4885
|
}
|
|
4886
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4887
|
-
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: [
|
|
4888
4888
|
{
|
|
4889
4889
|
provide: OBSERVE_SCROLL_STATE,
|
|
4890
4890
|
useExisting: ObserveScrollStateDirective,
|
|
4891
4891
|
},
|
|
4892
4892
|
], exportAs: ["etObserveScrollState"], ngImport: i0 }); }
|
|
4893
4893
|
}
|
|
4894
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4894
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ObserveScrollStateDirective, decorators: [{
|
|
4895
4895
|
type: Directive,
|
|
4896
4896
|
args: [{
|
|
4897
4897
|
selector: '[etObserveScrollState]',
|
|
@@ -4961,15 +4961,15 @@ class ObserveVisibilityDirective {
|
|
|
4961
4961
|
}))
|
|
4962
4962
|
.subscribe();
|
|
4963
4963
|
}
|
|
4964
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4965
|
-
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: [
|
|
4966
4966
|
{
|
|
4967
4967
|
provide: OBSERVE_VISIBILITY_TOKEN,
|
|
4968
4968
|
useExisting: ObserveVisibilityDirective,
|
|
4969
4969
|
},
|
|
4970
4970
|
], ngImport: i0 }); }
|
|
4971
4971
|
}
|
|
4972
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4972
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ObserveVisibilityDirective, decorators: [{
|
|
4973
4973
|
type: Directive,
|
|
4974
4974
|
args: [{
|
|
4975
4975
|
selector: '[etObserveVisibility]',
|
|
@@ -5007,10 +5007,10 @@ class RepeatDirective {
|
|
|
5007
5007
|
this._viewContainerRef.createEmbeddedView(this._mainTemplateRef);
|
|
5008
5008
|
}
|
|
5009
5009
|
}
|
|
5010
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5011
|
-
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 }); }
|
|
5012
5012
|
}
|
|
5013
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5013
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: RepeatDirective, decorators: [{
|
|
5014
5014
|
type: Directive,
|
|
5015
5015
|
args: [{
|
|
5016
5016
|
selector: '[etRepeat]',
|
|
@@ -5179,10 +5179,10 @@ class SeoDirective {
|
|
|
5179
5179
|
}
|
|
5180
5180
|
}
|
|
5181
5181
|
}
|
|
5182
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5183
|
-
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 }); }
|
|
5184
5184
|
}
|
|
5185
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5185
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: SeoDirective, decorators: [{
|
|
5186
5186
|
type: Directive,
|
|
5187
5187
|
args: [{
|
|
5188
5188
|
standalone: true,
|
|
@@ -5390,10 +5390,10 @@ class InferMimeTypePipe {
|
|
|
5390
5390
|
constructor() {
|
|
5391
5391
|
this.transform = inferMimeType;
|
|
5392
5392
|
}
|
|
5393
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5394
|
-
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" }); }
|
|
5395
5395
|
}
|
|
5396
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5396
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: InferMimeTypePipe, decorators: [{
|
|
5397
5397
|
type: Pipe,
|
|
5398
5398
|
args: [{
|
|
5399
5399
|
name: 'inferMimeType',
|
|
@@ -5439,10 +5439,10 @@ class NormalizeGameResultTypePipe {
|
|
|
5439
5439
|
constructor() {
|
|
5440
5440
|
this.transform = normalizeGameResultType;
|
|
5441
5441
|
}
|
|
5442
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5443
|
-
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" }); }
|
|
5444
5444
|
}
|
|
5445
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5445
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: NormalizeGameResultTypePipe, decorators: [{
|
|
5446
5446
|
type: Pipe,
|
|
5447
5447
|
args: [{ name: 'etNormalizeGameResultType', standalone: true }]
|
|
5448
5448
|
}] });
|
|
@@ -5470,10 +5470,10 @@ class NormalizeMatchStatePipe {
|
|
|
5470
5470
|
constructor() {
|
|
5471
5471
|
this.transform = normalizeMatchState;
|
|
5472
5472
|
}
|
|
5473
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5474
|
-
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" }); }
|
|
5475
5475
|
}
|
|
5476
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5476
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: NormalizeMatchStatePipe, decorators: [{
|
|
5477
5477
|
type: Pipe,
|
|
5478
5478
|
args: [{ name: 'etNormalizeMatchState', standalone: true }]
|
|
5479
5479
|
}] });
|
|
@@ -5528,10 +5528,10 @@ class NormalizeMatchParticipantsPipe {
|
|
|
5528
5528
|
constructor() {
|
|
5529
5529
|
this.transform = normalizeMatchParticipants;
|
|
5530
5530
|
}
|
|
5531
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5532
|
-
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" }); }
|
|
5533
5533
|
}
|
|
5534
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5534
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: NormalizeMatchParticipantsPipe, decorators: [{
|
|
5535
5535
|
type: Pipe,
|
|
5536
5536
|
args: [{ name: 'etNormalizeMatchParticipants', standalone: true }]
|
|
5537
5537
|
}] });
|
|
@@ -5665,10 +5665,10 @@ class NormalizeMatchScorePipe {
|
|
|
5665
5665
|
constructor() {
|
|
5666
5666
|
this.transform = normalizeMatchScore;
|
|
5667
5667
|
}
|
|
5668
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5669
|
-
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" }); }
|
|
5670
5670
|
}
|
|
5671
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5671
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: NormalizeMatchScorePipe, decorators: [{
|
|
5672
5672
|
type: Pipe,
|
|
5673
5673
|
args: [{ name: 'etNormalizeMatchScore', standalone: true }]
|
|
5674
5674
|
}] });
|
|
@@ -5715,10 +5715,10 @@ class NormalizeMatchTypePipe {
|
|
|
5715
5715
|
constructor() {
|
|
5716
5716
|
this.transform = normalizeMatchType;
|
|
5717
5717
|
}
|
|
5718
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5719
|
-
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" }); }
|
|
5720
5720
|
}
|
|
5721
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5721
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: NormalizeMatchTypePipe, decorators: [{
|
|
5722
5722
|
type: Pipe,
|
|
5723
5723
|
args: [{ name: 'etNormalizeMatchType', standalone: true }]
|
|
5724
5724
|
}] });
|
|
@@ -5732,10 +5732,10 @@ class ToArrayPipe {
|
|
|
5732
5732
|
constructor() {
|
|
5733
5733
|
this.transform = toArray;
|
|
5734
5734
|
}
|
|
5735
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5736
|
-
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" }); }
|
|
5737
5737
|
}
|
|
5738
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5738
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: ToArrayPipe, decorators: [{
|
|
5739
5739
|
type: Pipe,
|
|
5740
5740
|
args: [{ name: 'toArray', standalone: true }]
|
|
5741
5741
|
}] });
|
|
@@ -5957,10 +5957,10 @@ class PropsDirective {
|
|
|
5957
5957
|
});
|
|
5958
5958
|
});
|
|
5959
5959
|
}
|
|
5960
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5961
|
-
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 }); }
|
|
5962
5962
|
}
|
|
5963
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5963
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0", ngImport: i0, type: PropsDirective, decorators: [{
|
|
5964
5964
|
type: Directive,
|
|
5965
5965
|
args: [{
|
|
5966
5966
|
selector: '[etProps]',
|