@ethlete/core 4.29.8 → 4.30.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.
@@ -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: "20.2.2", ngImport: i0, type: StructuredDataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
34
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.2.2", 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 }); }
33
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: StructuredDataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
34
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.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: "20.2.2", ngImport: i0, type: StructuredDataComponent, decorators: [{
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.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: "20.2.2", ngImport: i0, type: ClickObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
738
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: ClickObserverFactory, providedIn: 'root' }); }
737
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ClickObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
738
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ClickObserverFactory, providedIn: 'root' }); }
739
739
  }
740
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: ClickObserverFactory, decorators: [{
740
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.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: "20.2.2", ngImport: i0, type: ClickObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
794
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: ClickObserverService, providedIn: 'root' }); }
793
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ClickObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
794
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ClickObserverService, providedIn: 'root' }); }
795
795
  }
796
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: ClickObserverService, decorators: [{
796
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.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: "20.2.2", ngImport: i0, type: MutationObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
807
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: MutationObserverFactory, providedIn: 'root' }); }
806
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MutationObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
807
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MutationObserverFactory, providedIn: 'root' }); }
808
808
  }
809
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: MutationObserverFactory, decorators: [{
809
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.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: "20.2.2", ngImport: i0, type: ContentObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
869
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: ContentObserverService, providedIn: 'root' }); }
868
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ContentObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
869
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ContentObserverService, providedIn: 'root' }); }
870
870
  }
871
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: ContentObserverService, decorators: [{
871
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.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: "20.2.2", ngImport: i0, type: FocusVisibleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
898
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: FocusVisibleService, providedIn: 'root' }); }
897
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: FocusVisibleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
898
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: FocusVisibleService, providedIn: 'root' }); }
899
899
  }
900
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: FocusVisibleService, decorators: [{
900
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.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: "20.2.2", ngImport: i0, type: IntersectionObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
913
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: IntersectionObserverFactory, providedIn: 'root' }); }
912
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: IntersectionObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
913
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: IntersectionObserverFactory, providedIn: 'root' }); }
914
914
  }
915
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: IntersectionObserverFactory, decorators: [{
915
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.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: "20.2.2", ngImport: i0, type: IntersectionObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
971
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: IntersectionObserverService, providedIn: 'root' }); }
970
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: IntersectionObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
971
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: IntersectionObserverService, providedIn: 'root' }); }
972
972
  }
973
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: IntersectionObserverService, decorators: [{
973
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.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: "20.2.2", ngImport: i0, type: ResizeObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
984
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: ResizeObserverFactory, providedIn: 'root' }); }
983
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ResizeObserverFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
984
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ResizeObserverFactory, providedIn: 'root' }); }
985
985
  }
986
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: ResizeObserverFactory, decorators: [{
986
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.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: "20.2.2", ngImport: i0, type: ResizeObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1042
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: ResizeObserverService, providedIn: 'root' }); }
1041
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ResizeObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1042
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ResizeObserverService, providedIn: 'root' }); }
1043
1043
  }
1044
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: ResizeObserverService, decorators: [{
1044
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ResizeObserverService, decorators: [{
1045
1045
  type: Injectable,
1046
1046
  args: [{ providedIn: 'root' }]
1047
1047
  }] });
@@ -1237,10 +1237,10 @@ class RouterStateService {
1237
1237
  fragment,
1238
1238
  };
1239
1239
  }
1240
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: RouterStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1241
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: RouterStateService, providedIn: 'root' }); }
1240
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: RouterStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1241
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: RouterStateService, providedIn: 'root' }); }
1242
1242
  }
1243
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: RouterStateService, decorators: [{
1243
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: RouterStateService, decorators: [{
1244
1244
  type: Injectable,
1245
1245
  args: [{
1246
1246
  providedIn: 'root',
@@ -1456,8 +1456,8 @@ class ViewportService {
1456
1456
  }
1457
1457
  return 'xs';
1458
1458
  }
1459
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: ViewportService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1460
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: ViewportService, providedIn: 'root' }); }
1459
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ViewportService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1460
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ViewportService, providedIn: 'root' }); }
1461
1461
  }
1462
1462
  __decorate([
1463
1463
  Memo(),
@@ -1475,7 +1475,7 @@ __decorate([
1475
1475
  __metadata("design:paramtypes", [Object]),
1476
1476
  __metadata("design:returntype", void 0)
1477
1477
  ], ViewportService.prototype, "_buildMediaQuery", null);
1478
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: ViewportService, decorators: [{
1478
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ViewportService, decorators: [{
1479
1479
  type: Injectable,
1480
1480
  args: [{
1481
1481
  providedIn: 'root',
@@ -2238,16 +2238,20 @@ const transformOrReturn = (src, config) => {
2238
2238
  }
2239
2239
  return src;
2240
2240
  };
2241
- /** Inject the current router event */
2242
- const injectRouterEvent = () => {
2243
- const routerStateService = inject(RouterStateService);
2241
+ const createInitialRoute = () => {
2244
2242
  const isBrowser = isPlatformBrowser(inject(PLATFORM_ID));
2243
+ const router = inject(Router);
2245
2244
  if (!isBrowser) {
2246
- return routerStateService.latestEvent.asReadonly();
2245
+ return router.url;
2247
2246
  }
2248
- const route = window.location.pathname + window.location.search + window.location.hash;
2247
+ return window.location.pathname + window.location.search + window.location.hash;
2248
+ };
2249
+ /** Inject the current router event */
2250
+ const injectRouterEvent = () => {
2251
+ const routerStateService = inject(RouterStateService);
2252
+ const initialRoute = createInitialRoute();
2249
2253
  return linkedSignal({
2250
- source: () => new NavigationEnd(-1, route, route),
2254
+ source: () => new NavigationEnd(-1, initialRoute, initialRoute),
2251
2255
  computation: () => routerStateService.latestEvent(),
2252
2256
  }).asReadonly();
2253
2257
  };
@@ -2258,8 +2262,7 @@ const injectRouterEvent = () => {
2258
2262
  */
2259
2263
  const injectUrl = () => {
2260
2264
  const event = injectRouterEvent();
2261
- const router = inject(Router);
2262
- const url = signal(router.url, ...(ngDevMode ? [{ debugName: "url" }] : []));
2265
+ const url = signal(createInitialRoute(), ...(ngDevMode ? [{ debugName: "url" }] : []));
2263
2266
  effect(() => {
2264
2267
  const currentEvent = event();
2265
2268
  untracked(() => {
@@ -3590,15 +3593,15 @@ class AnimatableDirective {
3590
3593
  .subscribe();
3591
3594
  }
3592
3595
  }
3593
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: AnimatableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3594
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.2.2", type: AnimatableDirective, isStandalone: true, selector: "[etAnimatable]", inputs: { animatedElement: ["etAnimatable", "animatedElement"] }, providers: [
3596
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: AnimatableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3597
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.0", type: AnimatableDirective, isStandalone: true, selector: "[etAnimatable]", inputs: { animatedElement: ["etAnimatable", "animatedElement"] }, providers: [
3595
3598
  {
3596
3599
  provide: ANIMATABLE_TOKEN,
3597
3600
  useExisting: AnimatableDirective,
3598
3601
  },
3599
3602
  ], exportAs: ["etAnimatable"], ngImport: i0 }); }
3600
3603
  }
3601
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: AnimatableDirective, decorators: [{
3604
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: AnimatableDirective, decorators: [{
3602
3605
  type: Directive,
3603
3606
  args: [{
3604
3607
  selector: '[etAnimatable]',
@@ -3621,9 +3624,11 @@ const ANIMATION_CLASSES = {
3621
3624
  enterFrom: 'et-animation-enter-from',
3622
3625
  enterActive: 'et-animation-enter-active',
3623
3626
  enterTo: 'et-animation-enter-to',
3627
+ enterDone: 'et-animation-enter-done',
3624
3628
  leaveFrom: 'et-animation-leave-from',
3625
3629
  leaveActive: 'et-animation-leave-active',
3626
3630
  leaveTo: 'et-animation-leave-to',
3631
+ leaveDone: 'et-animation-leave-done',
3627
3632
  };
3628
3633
  class AnimatedLifecycleDirective {
3629
3634
  get state() {
@@ -3654,13 +3659,14 @@ class AnimatedLifecycleDirective {
3654
3659
  ngAfterViewInit() {
3655
3660
  this._isConstructed = true;
3656
3661
  }
3657
- enter(config) {
3662
+ enter() {
3658
3663
  if (this.state === 'entering')
3659
3664
  return;
3660
3665
  if ((this.state === 'init' && !this._isConstructed) || this.skipNextEnter()) {
3661
3666
  // Force the state to entered so that the element is not animated when it is first rendered.
3662
3667
  this._forceState('entered');
3663
3668
  this.skipNextEnter.set(false);
3669
+ this._classList.add(ANIMATION_CLASSES.enterDone);
3664
3670
  return;
3665
3671
  }
3666
3672
  if (this.state === 'leaving') {
@@ -3669,14 +3675,13 @@ class AnimatedLifecycleDirective {
3669
3675
  this._classList.remove(ANIMATION_CLASSES.leaveTo);
3670
3676
  }
3671
3677
  this._state$.next('entering');
3672
- if (!config?.onlyTransition) {
3673
- this._classList.add(ANIMATION_CLASSES.enterFrom);
3674
- }
3678
+ this._classList.remove(ANIMATION_CLASSES.leaveDone);
3679
+ this._classList.add(ANIMATION_CLASSES.enterFrom);
3675
3680
  forceReflow();
3676
3681
  this._classList.add(ANIMATION_CLASSES.enterActive);
3677
3682
  fromNextFrame()
3678
3683
  .pipe(tap(() => {
3679
- if (!config?.onlyTransition && this.state === 'entering') {
3684
+ if (this.state === 'entering') {
3680
3685
  this._classList.remove(ANIMATION_CLASSES.enterFrom);
3681
3686
  this._classList.add(ANIMATION_CLASSES.enterTo);
3682
3687
  }
@@ -3684,34 +3689,30 @@ class AnimatedLifecycleDirective {
3684
3689
  if (this.state !== 'entering')
3685
3690
  return;
3686
3691
  this._state$.next('entered');
3687
- this._classList.remove(ANIMATION_CLASSES.enterActive);
3688
- if (!config?.onlyTransition) {
3689
- this._classList.remove(ANIMATION_CLASSES.enterTo);
3690
- }
3692
+ this._classList.remove(ANIMATION_CLASSES.enterActive, ANIMATION_CLASSES.enterTo);
3693
+ this._classList.add(ANIMATION_CLASSES.enterDone);
3691
3694
  }), takeUntil(this._destroy$), take(1))
3692
3695
  .subscribe();
3693
3696
  }
3694
- leave(config) {
3697
+ leave() {
3695
3698
  if (this.state === 'leaving')
3696
3699
  return;
3697
3700
  if (this.state === 'init') {
3698
3701
  this._state$.next('left');
3702
+ this._classList.add(ANIMATION_CLASSES.leaveDone);
3699
3703
  return;
3700
3704
  }
3701
3705
  if (this.state === 'entering') {
3702
- this._classList.remove(ANIMATION_CLASSES.enterFrom);
3703
- this._classList.remove(ANIMATION_CLASSES.enterActive);
3704
- this._classList.remove(ANIMATION_CLASSES.enterTo);
3706
+ this._classList.remove(ANIMATION_CLASSES.enterFrom, ANIMATION_CLASSES.enterActive, ANIMATION_CLASSES.enterTo);
3705
3707
  }
3706
3708
  this._state$.next('leaving');
3707
- if (!config?.onlyTransition) {
3708
- this._classList.add(ANIMATION_CLASSES.leaveFrom);
3709
- }
3709
+ this._classList.remove(ANIMATION_CLASSES.enterDone);
3710
+ this._classList.add(ANIMATION_CLASSES.leaveFrom);
3710
3711
  forceReflow();
3711
3712
  this._classList.add(ANIMATION_CLASSES.leaveActive);
3712
3713
  fromNextFrame()
3713
3714
  .pipe(tap(() => {
3714
- if (!config?.onlyTransition && this.state === 'leaving') {
3715
+ if (this.state === 'leaving') {
3715
3716
  this._classList.remove(ANIMATION_CLASSES.leaveFrom);
3716
3717
  this._classList.add(ANIMATION_CLASSES.leaveTo);
3717
3718
  }
@@ -3719,25 +3720,23 @@ class AnimatedLifecycleDirective {
3719
3720
  if (this.state !== 'leaving')
3720
3721
  return;
3721
3722
  this._state$.next('left');
3722
- this._classList.remove(ANIMATION_CLASSES.leaveActive);
3723
- if (!config?.onlyTransition) {
3724
- this._classList.remove(ANIMATION_CLASSES.leaveTo);
3725
- }
3723
+ this._classList.remove(ANIMATION_CLASSES.leaveActive, ANIMATION_CLASSES.leaveTo);
3724
+ this._classList.add(ANIMATION_CLASSES.leaveDone);
3726
3725
  }), takeUntil(this._destroy$), take(1))
3727
3726
  .subscribe();
3728
3727
  }
3729
3728
  _forceState(state) {
3730
3729
  this._state$.next(state);
3731
3730
  }
3732
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: AnimatedLifecycleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3733
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.2.2", 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: [
3731
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: AnimatedLifecycleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3732
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.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: [
3734
3733
  {
3735
3734
  provide: ANIMATED_LIFECYCLE_TOKEN,
3736
3735
  useExisting: AnimatedLifecycleDirective,
3737
3736
  },
3738
3737
  ], exportAs: ["etAnimatedLifecycle"], hostDirectives: [{ directive: AnimatableDirective }], ngImport: i0 }); }
3739
3738
  }
3740
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: AnimatedLifecycleDirective, decorators: [{
3739
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: AnimatedLifecycleDirective, decorators: [{
3741
3740
  type: Directive,
3742
3741
  args: [{
3743
3742
  selector: '[etAnimatedLifecycle]',
@@ -3777,15 +3776,15 @@ class AnimatedIfDirective {
3777
3776
  .subscribe();
3778
3777
  }
3779
3778
  }
3780
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: AnimatedIfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3781
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.2.2", type: AnimatedIfDirective, isStandalone: true, selector: "[etAnimatedIf]", inputs: { shouldRender: ["etAnimatedIf", "shouldRender"] }, providers: [
3779
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: AnimatedIfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3780
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.0", type: AnimatedIfDirective, isStandalone: true, selector: "[etAnimatedIf]", inputs: { shouldRender: ["etAnimatedIf", "shouldRender"] }, providers: [
3782
3781
  {
3783
3782
  provide: ANIMATED_IF_TOKEN,
3784
3783
  useExisting: AnimatedIfDirective,
3785
3784
  },
3786
3785
  ], hostDirectives: [{ directive: i1.NgIf }], ngImport: i0 }); }
3787
3786
  }
3788
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: AnimatedIfDirective, decorators: [{
3787
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: AnimatedIfDirective, decorators: [{
3789
3788
  type: Directive,
3790
3789
  args: [{
3791
3790
  selector: '[etAnimatedIf]',
@@ -3815,15 +3814,15 @@ class RootBoundaryDirective {
3815
3814
  set boundaryElement(v) {
3816
3815
  this._boundaryElement = v;
3817
3816
  }
3818
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: RootBoundaryDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3819
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.2.2", type: RootBoundaryDirective, isStandalone: true, selector: "[etRootBoundary]", providers: [
3817
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: RootBoundaryDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3818
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.0", type: RootBoundaryDirective, isStandalone: true, selector: "[etRootBoundary]", providers: [
3820
3819
  {
3821
3820
  provide: ROOT_BOUNDARY_TOKEN,
3822
3821
  useExisting: RootBoundaryDirective,
3823
3822
  },
3824
3823
  ], ngImport: i0 }); }
3825
3824
  }
3826
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: RootBoundaryDirective, decorators: [{
3825
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: RootBoundaryDirective, decorators: [{
3827
3826
  type: Directive,
3828
3827
  args: [{
3829
3828
  selector: '[etRootBoundary]',
@@ -4135,10 +4134,10 @@ class AnimatedOverlayDirective {
4135
4134
  this._isUnmounting$.next(false);
4136
4135
  this._afterClosed?.next();
4137
4136
  }
4138
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: AnimatedOverlayDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4139
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "20.2.2", 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 }); }
4137
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: AnimatedOverlayDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4138
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "20.3.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 }); }
4140
4139
  }
4141
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: AnimatedOverlayDirective, decorators: [{
4140
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: AnimatedOverlayDirective, decorators: [{
4142
4141
  type: Directive,
4143
4142
  args: [{
4144
4143
  standalone: true,
@@ -4193,10 +4192,10 @@ class ClickOutsideDirective {
4193
4192
  ngOnDestroy() {
4194
4193
  this._subscription?.unsubscribe();
4195
4194
  }
4196
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: ClickOutsideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4197
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.2.2", type: ClickOutsideDirective, isStandalone: true, selector: "[etClickOutside]", outputs: { etClickOutside: "etClickOutside" }, ngImport: i0 }); }
4195
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ClickOutsideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4196
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.0", type: ClickOutsideDirective, isStandalone: true, selector: "[etClickOutside]", outputs: { etClickOutside: "etClickOutside" }, ngImport: i0 }); }
4198
4197
  }
4199
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: ClickOutsideDirective, decorators: [{
4198
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ClickOutsideDirective, decorators: [{
4200
4199
  type: Directive,
4201
4200
  args: [{
4202
4201
  selector: '[etClickOutside]',
@@ -4350,10 +4349,10 @@ class CursorDragScrollDirective {
4350
4349
  this._elementRef.nativeElement.style.cursor = 'default';
4351
4350
  }
4352
4351
  }
4353
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: CursorDragScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4354
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.2.2", type: CursorDragScrollDirective, isStandalone: true, selector: "[etCursorDragScroll]", inputs: { enabled: ["etCursorDragScroll", "enabled"], allowedDirection: "allowedDirection" }, outputs: { cursorDragStart: "cursorDragStart", cursorDragMove: "cursorDragMove", cursorDragEnd: "cursorDragEnd" }, exportAs: ["etCursorDragScroll"], ngImport: i0 }); }
4352
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: CursorDragScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4353
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.0", type: CursorDragScrollDirective, isStandalone: true, selector: "[etCursorDragScroll]", inputs: { enabled: ["etCursorDragScroll", "enabled"], allowedDirection: "allowedDirection" }, outputs: { cursorDragStart: "cursorDragStart", cursorDragMove: "cursorDragMove", cursorDragEnd: "cursorDragEnd" }, exportAs: ["etCursorDragScroll"], ngImport: i0 }); }
4355
4354
  }
4356
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: CursorDragScrollDirective, decorators: [{
4355
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: CursorDragScrollDirective, decorators: [{
4357
4356
  type: Directive,
4358
4357
  args: [{
4359
4358
  selector: '[etCursorDragScroll]',
@@ -4386,15 +4385,15 @@ class DebugDirective {
4386
4385
  set sDebug(value) {
4387
4386
  this._debug.set(value);
4388
4387
  }
4389
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: DebugDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4390
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "20.2.2", type: DebugDirective, isStandalone: true, selector: "[etDebug]", inputs: { sDebug: ["etDebug", "sDebug", booleanAttribute] }, providers: [
4388
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: DebugDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4389
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "20.3.0", type: DebugDirective, isStandalone: true, selector: "[etDebug]", inputs: { sDebug: ["etDebug", "sDebug", booleanAttribute] }, providers: [
4391
4390
  {
4392
4391
  provide: DEBUG_TOKEN,
4393
4392
  useExisting: DebugDirective,
4394
4393
  },
4395
4394
  ], exportAs: ["etDebug"], ngImport: i0 }); }
4396
4395
  }
4397
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: DebugDirective, decorators: [{
4396
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: DebugDirective, decorators: [{
4398
4397
  type: Directive,
4399
4398
  args: [{
4400
4399
  selector: '[etDebug]',
@@ -4441,15 +4440,15 @@ class DelayableDirective {
4441
4440
  }
4442
4441
  this._isDelayed$.next(val);
4443
4442
  }
4444
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: DelayableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4445
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.2.2", type: DelayableDirective, isStandalone: true, selector: "[etDelayable]", providers: [
4443
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: DelayableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4444
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.0", type: DelayableDirective, isStandalone: true, selector: "[etDelayable]", providers: [
4446
4445
  {
4447
4446
  provide: DELAYABLE_TOKEN,
4448
4447
  useExisting: DelayableDirective,
4449
4448
  },
4450
4449
  ], exportAs: ["etDelayable"], ngImport: i0 }); }
4451
4450
  }
4452
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: DelayableDirective, decorators: [{
4451
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: DelayableDirective, decorators: [{
4453
4452
  type: Directive,
4454
4453
  args: [{
4455
4454
  selector: '[etDelayable]',
@@ -4470,15 +4469,15 @@ class IsActiveElementDirective {
4470
4469
  this.elementRef = inject(ElementRef);
4471
4470
  this.isActiveElement = false;
4472
4471
  }
4473
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: IsActiveElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4474
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "20.2.2", type: IsActiveElementDirective, isStandalone: true, selector: "[etIsActiveElement]", inputs: { isActiveElement: ["etIsActiveElement", "isActiveElement", booleanAttribute] }, providers: [
4472
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: IsActiveElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4473
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "20.3.0", type: IsActiveElementDirective, isStandalone: true, selector: "[etIsActiveElement]", inputs: { isActiveElement: ["etIsActiveElement", "isActiveElement", booleanAttribute] }, providers: [
4475
4474
  {
4476
4475
  provide: IS_ACTIVE_ELEMENT,
4477
4476
  useExisting: IsActiveElementDirective,
4478
4477
  },
4479
4478
  ], ngImport: i0 }); }
4480
4479
  }
4481
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: IsActiveElementDirective, decorators: [{
4480
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: IsActiveElementDirective, decorators: [{
4482
4481
  type: Directive,
4483
4482
  args: [{
4484
4483
  selector: '[etIsActiveElement]',
@@ -4501,15 +4500,15 @@ class IsElementDirective {
4501
4500
  this.elementRef = inject(ElementRef);
4502
4501
  this.isElement = false;
4503
4502
  }
4504
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: IsElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4505
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "20.2.2", type: IsElementDirective, isStandalone: true, selector: "[etIsElement]", inputs: { isElement: ["etIsElement", "isElement", booleanAttribute] }, providers: [
4503
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: IsElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4504
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "20.3.0", type: IsElementDirective, isStandalone: true, selector: "[etIsElement]", inputs: { isElement: ["etIsElement", "isElement", booleanAttribute] }, providers: [
4506
4505
  {
4507
4506
  provide: IS_ELEMENT,
4508
4507
  useExisting: IsElementDirective,
4509
4508
  },
4510
4509
  ], ngImport: i0 }); }
4511
4510
  }
4512
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: IsElementDirective, decorators: [{
4511
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: IsElementDirective, decorators: [{
4513
4512
  type: Directive,
4514
4513
  args: [{
4515
4514
  selector: '[etIsElement]',
@@ -4559,10 +4558,10 @@ class LetDirective {
4559
4558
  }
4560
4559
  }
4561
4560
  }
4562
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: LetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4563
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.2.2", type: LetDirective, isStandalone: true, selector: "[etLet]", inputs: { etLet: "etLet" }, ngImport: i0 }); }
4561
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: LetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4562
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.0", type: LetDirective, isStandalone: true, selector: "[etLet]", inputs: { etLet: "etLet" }, ngImport: i0 }); }
4564
4563
  }
4565
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: LetDirective, decorators: [{
4564
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: LetDirective, decorators: [{
4566
4565
  type: Directive,
4567
4566
  args: [{
4568
4567
  selector: '[etLet]',
@@ -4619,10 +4618,10 @@ class ObserveContentDirective {
4619
4618
  _unsubscribe() {
4620
4619
  this._currentSubscription?.unsubscribe();
4621
4620
  }
4622
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: ObserveContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4623
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.2.2", type: ObserveContentDirective, isStandalone: true, selector: "[etObserveContent]", inputs: { disabled: ["etObserveContentDisabled", "disabled"], debounce: ["etObserveContentDebounce", "debounce"] }, outputs: { valueChange: "etObserveContent" }, exportAs: ["etObserveContent"], ngImport: i0 }); }
4621
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ObserveContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4622
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.0", type: ObserveContentDirective, isStandalone: true, selector: "[etObserveContent]", inputs: { disabled: ["etObserveContentDisabled", "disabled"], debounce: ["etObserveContentDebounce", "debounce"] }, outputs: { valueChange: "etObserveContent" }, exportAs: ["etObserveContent"], ngImport: i0 }); }
4624
4623
  }
4625
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: ObserveContentDirective, decorators: [{
4624
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ObserveContentDirective, decorators: [{
4626
4625
  type: Directive,
4627
4626
  args: [{
4628
4627
  selector: '[etObserveContent]',
@@ -4687,10 +4686,10 @@ class ObserveResizeDirective {
4687
4686
  _unsubscribe() {
4688
4687
  this._currentSubscription?.unsubscribe();
4689
4688
  }
4690
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: ObserveResizeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4691
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.2.2", type: ObserveResizeDirective, isStandalone: true, selector: "[etObserveResize]", inputs: { disabled: ["etObserveResizeDisabled", "disabled"], debounce: ["etObserveResizeDebounce", "debounce"] }, outputs: { valueChange: "etObserveResize" }, exportAs: ["etObserveResize"], ngImport: i0 }); }
4689
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ObserveResizeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4690
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.0", type: ObserveResizeDirective, isStandalone: true, selector: "[etObserveResize]", inputs: { disabled: ["etObserveResizeDisabled", "disabled"], debounce: ["etObserveResizeDebounce", "debounce"] }, outputs: { valueChange: "etObserveResize" }, exportAs: ["etObserveResize"], ngImport: i0 }); }
4692
4691
  }
4693
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: ObserveResizeDirective, decorators: [{
4692
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ObserveResizeDirective, decorators: [{
4694
4693
  type: Directive,
4695
4694
  args: [{
4696
4695
  selector: '[etObserveResize]',
@@ -4715,10 +4714,10 @@ class ScrollObserverFirstElementDirective {
4715
4714
  constructor() {
4716
4715
  this.isFirstElement = false;
4717
4716
  }
4718
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: ScrollObserverFirstElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4719
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "20.2.2", type: ScrollObserverFirstElementDirective, isStandalone: true, selector: "[etScrollObserverFirstElement]", inputs: { isFirstElement: ["etScrollObserverFirstElement", "isFirstElement", booleanAttribute] }, host: { properties: { "class.et-scroll-observer-first-element": "this.isFirstElement" } }, ngImport: i0 }); }
4717
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ScrollObserverFirstElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4718
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "20.3.0", type: ScrollObserverFirstElementDirective, isStandalone: true, selector: "[etScrollObserverFirstElement]", inputs: { isFirstElement: ["etScrollObserverFirstElement", "isFirstElement", booleanAttribute] }, host: { properties: { "class.et-scroll-observer-first-element": "this.isFirstElement" } }, ngImport: i0 }); }
4720
4719
  }
4721
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: ScrollObserverFirstElementDirective, decorators: [{
4720
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ScrollObserverFirstElementDirective, decorators: [{
4722
4721
  type: Directive,
4723
4722
  args: [{
4724
4723
  selector: '[etScrollObserverFirstElement]',
@@ -4734,10 +4733,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImpor
4734
4733
 
4735
4734
  const SCROLL_OBSERVER_IGNORE_TARGET_CLASS = 'et-scroll-observer-ignore-target';
4736
4735
  class ScrollObserverIgnoreTargetDirective {
4737
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4738
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.2.2", type: ScrollObserverIgnoreTargetDirective, isStandalone: true, selector: "[etScrollObserverIgnoreTarget]", host: { classAttribute: "et-scroll-observer-ignore-target" }, ngImport: i0 }); }
4736
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4737
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.0", type: ScrollObserverIgnoreTargetDirective, isStandalone: true, selector: "[etScrollObserverIgnoreTarget]", host: { classAttribute: "et-scroll-observer-ignore-target" }, ngImport: i0 }); }
4739
4738
  }
4740
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, decorators: [{
4739
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ScrollObserverIgnoreTargetDirective, decorators: [{
4741
4740
  type: Directive,
4742
4741
  args: [{
4743
4742
  selector: '[etScrollObserverIgnoreTarget]',
@@ -4753,10 +4752,10 @@ class ScrollObserverLastElementDirective {
4753
4752
  constructor() {
4754
4753
  this.isLastElement = false;
4755
4754
  }
4756
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: ScrollObserverLastElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4757
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "20.2.2", 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 }); }
4755
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ScrollObserverLastElementDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4756
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "20.3.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 }); }
4758
4757
  }
4759
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: ScrollObserverLastElementDirective, decorators: [{
4758
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ScrollObserverLastElementDirective, decorators: [{
4760
4759
  type: Directive,
4761
4760
  args: [{
4762
4761
  selector: '[etScrollObserverLastElement]',
@@ -4913,15 +4912,15 @@ class ObserveScrollStateDirective {
4913
4912
  }
4914
4913
  return element;
4915
4914
  }
4916
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: ObserveScrollStateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4917
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "20.2.2", type: ObserveScrollStateDirective, isStandalone: true, selector: "[etObserveScrollState]", inputs: { rootMargin: ["rootMargin", "rootMargin", numberAttribute], observerThreshold: "observerThreshold" }, outputs: { valueChange: "etObserveScrollState" }, providers: [
4915
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ObserveScrollStateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4916
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "20.3.0", type: ObserveScrollStateDirective, isStandalone: true, selector: "[etObserveScrollState]", inputs: { rootMargin: ["rootMargin", "rootMargin", numberAttribute], observerThreshold: "observerThreshold" }, outputs: { valueChange: "etObserveScrollState" }, providers: [
4918
4917
  {
4919
4918
  provide: OBSERVE_SCROLL_STATE,
4920
4919
  useExisting: ObserveScrollStateDirective,
4921
4920
  },
4922
4921
  ], exportAs: ["etObserveScrollState"], ngImport: i0 }); }
4923
4922
  }
4924
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: ObserveScrollStateDirective, decorators: [{
4923
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ObserveScrollStateDirective, decorators: [{
4925
4924
  type: Directive,
4926
4925
  args: [{
4927
4926
  selector: '[etObserveScrollState]',
@@ -4991,15 +4990,15 @@ class ObserveVisibilityDirective {
4991
4990
  }))
4992
4991
  .subscribe();
4993
4992
  }
4994
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: ObserveVisibilityDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4995
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.2.2", type: ObserveVisibilityDirective, isStandalone: true, selector: "[etObserveVisibility]", outputs: { etObserveVisibility: "etObserveVisibility" }, host: { classAttribute: "et-observe-visibility" }, providers: [
4993
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ObserveVisibilityDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4994
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.0", type: ObserveVisibilityDirective, isStandalone: true, selector: "[etObserveVisibility]", outputs: { etObserveVisibility: "etObserveVisibility" }, host: { classAttribute: "et-observe-visibility" }, providers: [
4996
4995
  {
4997
4996
  provide: OBSERVE_VISIBILITY_TOKEN,
4998
4997
  useExisting: ObserveVisibilityDirective,
4999
4998
  },
5000
4999
  ], ngImport: i0 }); }
5001
5000
  }
5002
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: ObserveVisibilityDirective, decorators: [{
5001
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ObserveVisibilityDirective, decorators: [{
5003
5002
  type: Directive,
5004
5003
  args: [{
5005
5004
  selector: '[etObserveVisibility]',
@@ -5037,10 +5036,10 @@ class RepeatDirective {
5037
5036
  this._viewContainerRef.createEmbeddedView(this._mainTemplateRef);
5038
5037
  }
5039
5038
  }
5040
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: RepeatDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5041
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.2.2", type: RepeatDirective, isStandalone: true, selector: "[etRepeat]", inputs: { repeatCount: ["etRepeat", "repeatCount"] }, ngImport: i0 }); }
5039
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: RepeatDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5040
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.0", type: RepeatDirective, isStandalone: true, selector: "[etRepeat]", inputs: { repeatCount: ["etRepeat", "repeatCount"] }, ngImport: i0 }); }
5042
5041
  }
5043
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: RepeatDirective, decorators: [{
5042
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: RepeatDirective, decorators: [{
5044
5043
  type: Directive,
5045
5044
  args: [{
5046
5045
  selector: '[etRepeat]',
@@ -5209,10 +5208,10 @@ class SeoDirective {
5209
5208
  }
5210
5209
  }
5211
5210
  }
5212
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: SeoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5213
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.2.2", type: SeoDirective, isStandalone: true, providers: [{ provide: SEO_DIRECTIVE_TOKEN, useExisting: SeoDirective }], ngImport: i0 }); }
5211
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SeoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5212
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.0", type: SeoDirective, isStandalone: true, providers: [{ provide: SEO_DIRECTIVE_TOKEN, useExisting: SeoDirective }], ngImport: i0 }); }
5214
5213
  }
5215
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: SeoDirective, decorators: [{
5214
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SeoDirective, decorators: [{
5216
5215
  type: Directive,
5217
5216
  args: [{
5218
5217
  standalone: true,
@@ -5420,10 +5419,10 @@ class InferMimeTypePipe {
5420
5419
  constructor() {
5421
5420
  this.transform = inferMimeType;
5422
5421
  }
5423
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: InferMimeTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5424
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.2.2", ngImport: i0, type: InferMimeTypePipe, isStandalone: true, name: "inferMimeType" }); }
5422
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: InferMimeTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5423
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: InferMimeTypePipe, isStandalone: true, name: "inferMimeType" }); }
5425
5424
  }
5426
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: InferMimeTypePipe, decorators: [{
5425
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: InferMimeTypePipe, decorators: [{
5427
5426
  type: Pipe,
5428
5427
  args: [{
5429
5428
  name: 'inferMimeType',
@@ -5469,10 +5468,10 @@ class NormalizeGameResultTypePipe {
5469
5468
  constructor() {
5470
5469
  this.transform = normalizeGameResultType;
5471
5470
  }
5472
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: NormalizeGameResultTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5473
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.2.2", ngImport: i0, type: NormalizeGameResultTypePipe, isStandalone: true, name: "etNormalizeGameResultType" }); }
5471
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: NormalizeGameResultTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5472
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: NormalizeGameResultTypePipe, isStandalone: true, name: "etNormalizeGameResultType" }); }
5474
5473
  }
5475
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: NormalizeGameResultTypePipe, decorators: [{
5474
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: NormalizeGameResultTypePipe, decorators: [{
5476
5475
  type: Pipe,
5477
5476
  args: [{ name: 'etNormalizeGameResultType', standalone: true }]
5478
5477
  }] });
@@ -5500,10 +5499,10 @@ class NormalizeMatchStatePipe {
5500
5499
  constructor() {
5501
5500
  this.transform = normalizeMatchState;
5502
5501
  }
5503
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: NormalizeMatchStatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5504
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.2.2", ngImport: i0, type: NormalizeMatchStatePipe, isStandalone: true, name: "etNormalizeMatchState" }); }
5502
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: NormalizeMatchStatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5503
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: NormalizeMatchStatePipe, isStandalone: true, name: "etNormalizeMatchState" }); }
5505
5504
  }
5506
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: NormalizeMatchStatePipe, decorators: [{
5505
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: NormalizeMatchStatePipe, decorators: [{
5507
5506
  type: Pipe,
5508
5507
  args: [{ name: 'etNormalizeMatchState', standalone: true }]
5509
5508
  }] });
@@ -5558,10 +5557,10 @@ class NormalizeMatchParticipantsPipe {
5558
5557
  constructor() {
5559
5558
  this.transform = normalizeMatchParticipants;
5560
5559
  }
5561
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: NormalizeMatchParticipantsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5562
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.2.2", ngImport: i0, type: NormalizeMatchParticipantsPipe, isStandalone: true, name: "etNormalizeMatchParticipants" }); }
5560
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: NormalizeMatchParticipantsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5561
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: NormalizeMatchParticipantsPipe, isStandalone: true, name: "etNormalizeMatchParticipants" }); }
5563
5562
  }
5564
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: NormalizeMatchParticipantsPipe, decorators: [{
5563
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: NormalizeMatchParticipantsPipe, decorators: [{
5565
5564
  type: Pipe,
5566
5565
  args: [{ name: 'etNormalizeMatchParticipants', standalone: true }]
5567
5566
  }] });
@@ -5695,10 +5694,10 @@ class NormalizeMatchScorePipe {
5695
5694
  constructor() {
5696
5695
  this.transform = normalizeMatchScore;
5697
5696
  }
5698
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: NormalizeMatchScorePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5699
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.2.2", ngImport: i0, type: NormalizeMatchScorePipe, isStandalone: true, name: "etNormalizeMatchScore" }); }
5697
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: NormalizeMatchScorePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5698
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: NormalizeMatchScorePipe, isStandalone: true, name: "etNormalizeMatchScore" }); }
5700
5699
  }
5701
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: NormalizeMatchScorePipe, decorators: [{
5700
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: NormalizeMatchScorePipe, decorators: [{
5702
5701
  type: Pipe,
5703
5702
  args: [{ name: 'etNormalizeMatchScore', standalone: true }]
5704
5703
  }] });
@@ -5745,10 +5744,10 @@ class NormalizeMatchTypePipe {
5745
5744
  constructor() {
5746
5745
  this.transform = normalizeMatchType;
5747
5746
  }
5748
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: NormalizeMatchTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5749
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.2.2", ngImport: i0, type: NormalizeMatchTypePipe, isStandalone: true, name: "etNormalizeMatchType" }); }
5747
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: NormalizeMatchTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5748
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: NormalizeMatchTypePipe, isStandalone: true, name: "etNormalizeMatchType" }); }
5750
5749
  }
5751
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: NormalizeMatchTypePipe, decorators: [{
5750
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: NormalizeMatchTypePipe, decorators: [{
5752
5751
  type: Pipe,
5753
5752
  args: [{ name: 'etNormalizeMatchType', standalone: true }]
5754
5753
  }] });
@@ -5762,10 +5761,10 @@ class ToArrayPipe {
5762
5761
  constructor() {
5763
5762
  this.transform = toArray;
5764
5763
  }
5765
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: ToArrayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5766
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.2.2", ngImport: i0, type: ToArrayPipe, isStandalone: true, name: "toArray" }); }
5764
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ToArrayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5765
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: ToArrayPipe, isStandalone: true, name: "toArray" }); }
5767
5766
  }
5768
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: ToArrayPipe, decorators: [{
5767
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ToArrayPipe, decorators: [{
5769
5768
  type: Pipe,
5770
5769
  args: [{ name: 'toArray', standalone: true }]
5771
5770
  }] });
@@ -5987,10 +5986,10 @@ class PropsDirective {
5987
5986
  });
5988
5987
  });
5989
5988
  }
5990
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: PropsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5991
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.2.2", type: PropsDirective, isStandalone: true, selector: "[etProps]", inputs: { props: { classPropertyName: "props", publicName: "etProps", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 }); }
5989
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: PropsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5990
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.0", type: PropsDirective, isStandalone: true, selector: "[etProps]", inputs: { props: { classPropertyName: "props", publicName: "etProps", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 }); }
5992
5991
  }
5993
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.2", ngImport: i0, type: PropsDirective, decorators: [{
5992
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: PropsDirective, decorators: [{
5994
5993
  type: Directive,
5995
5994
  args: [{
5996
5995
  selector: '[etProps]',