@ethlete/cdk 4.58.0 → 4.58.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -1,37 +1,37 @@
1
1
  import * as i0 from '@angular/core';
2
- import { InjectionToken, TemplateRef, ViewContainerRef, TrackByFunction, InputSignal, Injector, ElementRef, OnInit, OnDestroy, Signal, AfterContentInit, EventEmitter, AfterViewInit, NgZone, OnChanges, SimpleChanges, Type, Optional, QueryList, StaticProvider, ComponentRef, Provider, IterableDiffers, AfterContentChecked, ChangeDetectorRef, ComponentFactoryResolver } from '@angular/core';
2
+ import { InjectionToken, TrackByFunction, InputSignal, Injector, ElementRef, OnInit, OnDestroy, Signal, AfterContentInit, TemplateRef, ViewContainerRef, EventEmitter, AfterViewInit, NgZone, OnChanges, SimpleChanges, Type, Optional, QueryList, StaticProvider, ComponentRef, Provider, AfterContentChecked, ChangeDetectorRef } from '@angular/core';
3
3
  import { CdkPortal, ComponentType, ComponentPortal, TemplatePortal, CdkPortalOutlet } from '@angular/cdk/portal';
4
4
  import * as rxjs from 'rxjs';
5
5
  import { BehaviorSubject, Observable, Subject, Subscriber, Subscription } from 'rxjs';
6
6
  import * as _angular_animations from '@angular/animations';
7
7
  import { AnimationTriggerMetadata, AnimationEvent } from '@angular/animations';
8
- import { RoundStageStructureView, MatchListView, RoundStageStructureWithMatchesView, OpponentSide, RoundType, MatchListViewUnion } from '@ethlete/types';
8
+ import { MatchListView, RoundStageStructureView, RoundStageStructureWithMatchesView, OpponentSide, RoundType, MatchListViewUnion } from '@ethlete/types';
9
9
  import * as _ethlete_cdk from '@ethlete/cdk';
10
10
  import * as _angular_platform_browser from '@angular/platform-browser';
11
11
  import * as _angular_common_module_d_yNBsZ8gb from '@angular/common/module.d-yNBsZ8gb';
12
12
  import * as _ethlete_query from '@ethlete/query';
13
13
  import { AnyQuery, AnyQueryCollection, EmptyObject, QueryResponseOf, QueryState, RequestError, ExperimentalQuery, SortDirection, Sort } from '@ethlete/query';
14
14
  import * as i1 from '@ethlete/core';
15
- import { ObserveVisibilityDirective, TypedQueryList, Primitive, AnimatedOverlayComponentBase, SelectionModelBinding, SelectionModel, ActiveSelectionModel, ClickOutsideDirective, AnimatedLifecycleDirective, AnimatedOverlayDirective, NgClassType, Breakpoint, RouterStateService, ViewportService, RootBoundaryDirective, AnimatedLifecycleState, ScrollObserverScrollState, ScrollToElementOptions } from '@ethlete/core';
15
+ import { ObserveVisibilityDirective, TypedQueryList, Primitive, SelectionModelBinding, SelectionModel, ActiveSelectionModel, AnimatedOverlayComponentBase, ClickOutsideDirective, AnimatedLifecycleDirective, AnimatedOverlayDirective, NgClassType, Breakpoint, RouterStateService, ViewportService, RootBoundaryDirective, AnimatedLifecycleState, ScrollObserverScrollState, ScrollToElementOptions } from '@ethlete/core';
16
16
  import { FocusOrigin, FocusTrapFactory, InteractivityChecker, FocusMonitor, FocusableOption, FocusKeyManager } from '@angular/cdk/a11y';
17
17
  import { AbstractControl, ControlValueAccessor, ValidationErrors, FormGroup, FormControl } from '@angular/forms';
18
18
  import { Platform } from '@angular/cdk/platform';
19
19
  import * as _angular_cdk_overlay from '@angular/cdk/overlay';
20
20
  import { ComponentType as ComponentType$1, ScrollStrategy, OverlayRef as OverlayRef$1, Overlay, PositionStrategy, ConnectedPosition } from '@angular/cdk/overlay';
21
21
  import { Direction, Directionality } from '@angular/cdk/bidi';
22
- import * as _angular_cdk_overlay_module_d_CVO_IcaN from '@angular/cdk/overlay-module.d-CVO-IcaN';
22
+ import * as _angular_cdk_overlay_module_d_C2CxnwqT from '@angular/cdk/overlay-module.d-C2CxnwqT';
23
23
  import { CdkDialogContainer, DialogRef as DialogRef$1, Dialog } from '@angular/cdk/dialog';
24
24
  import { BooleanInput } from '@angular/cdk/coercion';
25
25
  import { Location } from '@angular/common';
26
26
  import * as i1$1 from '@angular/router';
27
27
  import { Router, RouterLink, RouterLinkActive } from '@angular/router';
28
28
  import { Placement, OffsetOptions, Padding } from '@floating-ui/dom';
29
- import { RowOutlet, CdkTable, CdkCell, CdkCellDef, CdkColumnDef, CdkFooterCell, CdkFooterCellDef, CdkHeaderCell, CdkHeaderCellDef, CdkTextColumn, TextColumnOptions, CdkFooterRow, CdkFooterRowDef, CdkHeaderRow, CdkHeaderRowDef, CdkNoDataRow, CdkRow, CdkRowDef } from '@angular/cdk/table';
29
+ import { RowOutlet, CdkTable, CdkCell, CdkCellDef, CdkColumnDef, CdkFooterCell, CdkFooterCellDef, CdkHeaderCell, CdkHeaderCellDef, CdkTextColumn, CdkFooterRow, CdkFooterRowDef, CdkHeaderRow, CdkHeaderRowDef, CdkNoDataRow, CdkRow, CdkRowDef } from '@angular/cdk/table';
30
30
  import { DataSource } from '@angular/cdk/collections';
31
31
 
32
32
  declare const ACCORDION_HINT_WRAPPER_DIRECTIVE: InjectionToken<AccordionHintWrapperDirective>;
33
33
  declare class AccordionHintWrapperDirective extends CdkPortal {
34
- constructor(templateRef: TemplateRef<unknown>, viewContainerRef: ViewContainerRef);
34
+ constructor();
35
35
  static ɵfac: i0.ɵɵFactoryDeclaration<AccordionHintWrapperDirective, never>;
36
36
  static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionHintWrapperDirective, "ng-template[et-accordion-hint-wrapper]", never, {}, {}, never, never, true, never>;
37
37
  }
@@ -43,7 +43,7 @@ declare class AccordionHintDirective {
43
43
 
44
44
  declare const ACCORDION_LABEL_WRAPPER_DIRECTIVE: InjectionToken<AccordionLabelWrapperDirective>;
45
45
  declare class AccordionLabelWrapperDirective extends CdkPortal {
46
- constructor(templateRef: TemplateRef<unknown>, viewContainerRef: ViewContainerRef);
46
+ constructor();
47
47
  static ɵfac: i0.ɵɵFactoryDeclaration<AccordionLabelWrapperDirective, never>;
48
48
  static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionLabelWrapperDirective, "ng-template[et-accordion-label-wrapper]", never, {}, {}, never, never, true, never>;
49
49
  }
@@ -6904,9 +6904,9 @@ declare abstract class BottomSheetContainerBaseComponent extends CdkDialogContai
6904
6904
  declare class BottomSheetContainerComponent extends BottomSheetContainerBaseComponent {
6905
6905
  overlayRef: OverlayRef$1;
6906
6906
  get _ariaLabelledByHack(): any;
6907
- constructor(elementRef: ElementRef<HTMLElement>, focusTrapFactory: FocusTrapFactory, document: Document, bottomSheetConfig: BottomSheetConfig, checker: InteractivityChecker, ngZone: NgZone, overlayRef: OverlayRef$1, focusMonitor?: FocusMonitor);
6907
+ constructor();
6908
6908
  protected _contentAttached(): void;
6909
- static ɵfac: i0.ɵɵFactoryDeclaration<BottomSheetContainerComponent, [null, null, { optional: true; }, null, null, null, null, null]>;
6909
+ static ɵfac: i0.ɵɵFactoryDeclaration<BottomSheetContainerComponent, never>;
6910
6910
  static ɵcmp: i0.ɵɵComponentDeclaration<BottomSheetContainerComponent, "et-bottom-sheet-container", never, {}, {}, never, never, true, [{ directive: typeof i1.AnimatedLifecycleDirective; inputs: {}; outputs: {}; }]>;
6911
6911
  }
6912
6912
 
@@ -7045,8 +7045,8 @@ declare class BottomSheetSwipeHandlerService {
7045
7045
  * @deprecated Use `OverlayService` instead. Will be removed in v5.
7046
7046
  */
7047
7047
  declare class BottomSheetService extends BottomSheetServiceBase<BottomSheetContainerComponent> {
7048
- constructor(overlay: Overlay, injector: Injector, defaultOptions: BottomSheetConfig, scrollStrategy: () => ScrollStrategy, parentBottomSheetService: BottomSheetService);
7049
- static ɵfac: i0.ɵɵFactoryDeclaration<BottomSheetService, [null, null, { optional: true; }, null, { optional: true; skipSelf: true; }]>;
7048
+ constructor();
7049
+ static ɵfac: i0.ɵɵFactoryDeclaration<BottomSheetService, never>;
7050
7050
  static ɵprov: i0.ɵɵInjectableDeclaration<BottomSheetService>;
7051
7051
  }
7052
7052
 
@@ -7058,7 +7058,7 @@ declare const BottomSheetImports: readonly [typeof BottomSheetContainerComponent
7058
7058
  * @deprecated Will be removed in v5.
7059
7059
  */
7060
7060
  declare const provideBottomSheet: () => (typeof Dialog | {
7061
- provide: i0.InjectionToken<() => _angular_cdk_overlay_module_d_CVO_IcaN.S>;
7061
+ provide: i0.InjectionToken<() => _angular_cdk_overlay_module_d_C2CxnwqT.S>;
7062
7062
  deps: typeof i0.Injector[];
7063
7063
  useFactory: typeof BOTTOM_SHEET_SCROLL_STRATEGY_PROVIDER_FACTORY;
7064
7064
  } | typeof BottomSheetService)[];
@@ -7238,9 +7238,9 @@ declare abstract class DialogContainerBaseComponent extends CdkDialogContainer<D
7238
7238
  declare class DialogContainerComponent extends DialogContainerBaseComponent {
7239
7239
  overlayRef: OverlayRef$1;
7240
7240
  get _ariaLabelledByHack(): any;
7241
- constructor(elementRef: ElementRef<HTMLElement>, focusTrapFactory: FocusTrapFactory, document: Document, dialogConfig: DialogConfig, checker: InteractivityChecker, ngZone: NgZone, overlayRef: OverlayRef$1, focusMonitor?: FocusMonitor);
7241
+ constructor();
7242
7242
  protected _contentAttached(): void;
7243
- static ɵfac: i0.ɵɵFactoryDeclaration<DialogContainerComponent, [null, null, { optional: true; }, null, null, null, null, null]>;
7243
+ static ɵfac: i0.ɵɵFactoryDeclaration<DialogContainerComponent, never>;
7244
7244
  static ɵcmp: i0.ɵɵComponentDeclaration<DialogContainerComponent, "et-dialog-container", never, {}, {}, never, never, true, [{ directive: typeof i1.AnimatedLifecycleDirective; inputs: {}; outputs: {}; }]>;
7245
7245
  }
7246
7246
 
@@ -7394,8 +7394,8 @@ declare abstract class DialogServiceBase<C extends DialogContainerBaseComponent>
7394
7394
  * @deprecated Use `OverlayService` instead. Will be removed in v5.
7395
7395
  */
7396
7396
  declare class DialogService extends DialogServiceBase<DialogContainerComponent> {
7397
- constructor(overlay: Overlay, injector: Injector, defaultOptions: DialogConfig, scrollStrategy: () => ScrollStrategy, parentDialogService: DialogService);
7398
- static ɵfac: i0.ɵɵFactoryDeclaration<DialogService, [null, null, { optional: true; }, null, { optional: true; skipSelf: true; }]>;
7397
+ constructor();
7398
+ static ɵfac: i0.ɵɵFactoryDeclaration<DialogService, never>;
7399
7399
  static ɵprov: i0.ɵɵInjectableDeclaration<DialogService>;
7400
7400
  }
7401
7401
 
@@ -7407,7 +7407,7 @@ declare const DialogImports: readonly [typeof DialogContainerComponent, typeof D
7407
7407
  * @deprecated Will be removed in v5.
7408
7408
  */
7409
7409
  declare const provideDialog: () => (typeof Dialog | {
7410
- provide: i0.InjectionToken<() => _angular_cdk_overlay_module_d_CVO_IcaN.S>;
7410
+ provide: i0.InjectionToken<() => _angular_cdk_overlay_module_d_C2CxnwqT.S>;
7411
7411
  deps: typeof i0.Injector[];
7412
7412
  useFactory: typeof DIALOG_SCROLL_STRATEGY_PROVIDER_FACTORY;
7413
7413
  } | typeof DialogService)[];
@@ -8438,7 +8438,7 @@ declare class OverlayPositionBuilder {
8438
8438
  minHeight: undefined;
8439
8439
  minWidth: undefined;
8440
8440
  containerClass: string;
8441
- positionStrategy: (origin?: HTMLElement) => _angular_cdk_overlay_module_d_CVO_IcaN.b;
8441
+ positionStrategy: (origin?: HTMLElement) => _angular_cdk_overlay_module_d_C2CxnwqT.b;
8442
8442
  };
8443
8443
  };
8444
8444
  transformingBottomSheetToDialog(customConfig?: {
@@ -9920,9 +9920,9 @@ declare const SORT_HEADER_COLUMN_DEF: InjectionToken<ColumnDefDirective>;
9920
9920
  declare class ColumnDefDirective extends CdkColumnDef {
9921
9921
  get name(): string;
9922
9922
  set name(name: string);
9923
- constructor(_table?: unknown);
9923
+ constructor();
9924
9924
  protected _updateColumnCssClassName(): void;
9925
- static ɵfac: i0.ɵɵFactoryDeclaration<ColumnDefDirective, [{ optional: true; }]>;
9925
+ static ɵfac: i0.ɵɵFactoryDeclaration<ColumnDefDirective, never>;
9926
9926
  static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnDefDirective, "[etColumnDef]", never, { "name": { "alias": "etColumnDef"; "required": false; }; }, {}, never, never, true, never>;
9927
9927
  }
9928
9928
 
@@ -9947,8 +9947,8 @@ declare class HeaderCellDefDirective extends CdkHeaderCellDef {
9947
9947
  }
9948
9948
 
9949
9949
  declare class TextColumnComponent<T> extends CdkTextColumn<T> {
9950
- constructor(_table: CdkTable<T>, _options: TextColumnOptions<T>);
9951
- static ɵfac: i0.ɵɵFactoryDeclaration<TextColumnComponent<any>, [{ optional: true; }, { optional: true; }]>;
9950
+ constructor();
9951
+ static ɵfac: i0.ɵɵFactoryDeclaration<TextColumnComponent<any>, never>;
9952
9952
  static ɵcmp: i0.ɵɵComponentDeclaration<TextColumnComponent<any>, "et-text-column", never, {}, {}, never, never, true, never>;
9953
9953
  }
9954
9954
 
@@ -9958,8 +9958,8 @@ declare class FooterRowComponent extends CdkFooterRow {
9958
9958
  }
9959
9959
 
9960
9960
  declare class FooterRowDefDirective extends CdkFooterRowDef {
9961
- constructor(template: TemplateRef<unknown>, _differs: IterableDiffers, _table?: unknown);
9962
- static ɵfac: i0.ɵɵFactoryDeclaration<FooterRowDefDirective, [null, null, { optional: true; }]>;
9961
+ constructor();
9962
+ static ɵfac: i0.ɵɵFactoryDeclaration<FooterRowDefDirective, never>;
9963
9963
  static ɵdir: i0.ɵɵDirectiveDeclaration<FooterRowDefDirective, "[etFooterRowDef]", never, { "columns": { "alias": "etFooterRowDef"; "required": false; }; "sticky": { "alias": "etFooterRowDefSticky"; "required": false; }; }, {}, never, never, true, never>;
9964
9964
  }
9965
9965
 
@@ -9969,8 +9969,8 @@ declare class HeaderRowComponent extends CdkHeaderRow {
9969
9969
  }
9970
9970
 
9971
9971
  declare class HeaderRowDefDirective extends CdkHeaderRowDef {
9972
- constructor(template: TemplateRef<unknown>, _differs: IterableDiffers, _table?: unknown);
9973
- static ɵfac: i0.ɵɵFactoryDeclaration<HeaderRowDefDirective, [null, null, { optional: true; }]>;
9972
+ constructor();
9973
+ static ɵfac: i0.ɵɵFactoryDeclaration<HeaderRowDefDirective, never>;
9974
9974
  static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderRowDefDirective, "[etHeaderRowDef]", never, { "columns": { "alias": "etHeaderRowDef"; "required": false; }; "sticky": { "alias": "etHeaderRowDefSticky"; "required": false; }; }, {}, never, never, true, never>;
9975
9975
  }
9976
9976
 
@@ -9991,8 +9991,8 @@ declare class RowComponent extends CdkRow {
9991
9991
  }
9992
9992
 
9993
9993
  declare class RowDefDirective<T> extends CdkRowDef<T> {
9994
- constructor(template: TemplateRef<unknown>, _differs: IterableDiffers, _table?: unknown);
9995
- static ɵfac: i0.ɵɵFactoryDeclaration<RowDefDirective<any>, [null, null, { optional: true; }]>;
9994
+ constructor();
9995
+ static ɵfac: i0.ɵɵFactoryDeclaration<RowDefDirective<any>, never>;
9996
9996
  static ɵdir: i0.ɵɵDirectiveDeclaration<RowDefDirective<any>, "[etRowDef]", never, { "columns": { "alias": "etRowDefColumns"; "required": false; }; "when": { "alias": "etRowDefWhen"; "required": false; }; }, {}, never, never, true, never>;
9997
9997
  }
9998
9998
 
@@ -10051,8 +10051,8 @@ declare const TAB_LABEL: InjectionToken<InlineTabLabelDirective>;
10051
10051
  declare const TAB: InjectionToken<unknown>;
10052
10052
  declare class InlineTabLabelDirective extends CdkPortal {
10053
10053
  _closestTab: unknown;
10054
- constructor(templateRef: TemplateRef<unknown>, viewContainerRef: ViewContainerRef, _closestTab: unknown);
10055
- static ɵfac: i0.ɵɵFactoryDeclaration<InlineTabLabelDirective, [null, null, { optional: true; }]>;
10054
+ constructor();
10055
+ static ɵfac: i0.ɵɵFactoryDeclaration<InlineTabLabelDirective, never>;
10056
10056
  static ɵdir: i0.ɵɵDirectiveDeclaration<InlineTabLabelDirective, "[et-inline-tab-label]", never, {}, {}, never, never, true, never>;
10057
10057
  }
10058
10058
 
@@ -10078,12 +10078,11 @@ declare class InlineTabComponent implements OnInit, OnChanges, OnDestroy {
10078
10078
  position: number | null;
10079
10079
  origin: number | null;
10080
10080
  isActive: boolean;
10081
- constructor(_viewContainerRef: ViewContainerRef, _closestTabGroup: unknown);
10082
10081
  ngOnInit(): void;
10083
10082
  ngOnChanges(changes: SimpleChanges): void;
10084
10083
  ngOnDestroy(): void;
10085
10084
  protected _setTemplateLabelInput(value: InlineTabLabelDirective | undefined): void;
10086
- static ɵfac: i0.ɵɵFactoryDeclaration<InlineTabComponent, [null, { optional: true; }]>;
10085
+ static ɵfac: i0.ɵɵFactoryDeclaration<InlineTabComponent, never>;
10087
10086
  static ɵcmp: i0.ɵɵComponentDeclaration<InlineTabComponent, "et-inline-tab", never, { "fitUnderlineToContent": { "alias": "fitUnderlineToContent"; "required": false; }; "textLabel": { "alias": "label"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; }; "labelClass": { "alias": "labelClass"; "required": false; }; "bodyClass": { "alias": "bodyClass"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, ["templateLabel", "_explicitContent"], ["*"], true, never>;
10088
10087
  static ngAcceptInputType_fitUnderlineToContent: unknown;
10089
10088
  static ngAcceptInputType_disabled: unknown;
@@ -10207,7 +10206,7 @@ declare class NavTabLinkComponent implements OnInit, AfterViewInit, OnDestroy, F
10207
10206
  get _attrAriaSelected(): string | null;
10208
10207
  get _attrTabIndex(): number;
10209
10208
  get _attrRole(): string | null;
10210
- constructor(tabIndex: string);
10209
+ constructor();
10211
10210
  ngOnInit(): void;
10212
10211
  ngAfterViewInit(): void;
10213
10212
  ngOnDestroy(): void;
@@ -10221,7 +10220,7 @@ declare class NavTabLinkComponent implements OnInit, AfterViewInit, OnDestroy, F
10221
10220
  _getTabIndex(): number;
10222
10221
  _markForCheck(): void;
10223
10222
  private _haltDisabledEvents;
10224
- static ɵfac: i0.ɵɵFactoryDeclaration<NavTabLinkComponent, [{ attribute: "tabindex"; }]>;
10223
+ static ɵfac: i0.ɵɵFactoryDeclaration<NavTabLinkComponent, never>;
10225
10224
  static ɵcmp: i0.ɵɵComponentDeclaration<NavTabLinkComponent, "[et-nav-tab-link]", never, { "tabIndex": { "alias": "tabIndex"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], true, [{ directive: typeof ActiveTabUnderlineDirective; inputs: { "fitUnderlineToContent": "fitUnderlineToContent"; }; outputs: {}; }]>;
10226
10225
  static ngAcceptInputType_tabIndex: unknown;
10227
10226
  static ngAcceptInputType_disabled: unknown;
@@ -10324,7 +10323,7 @@ declare class NavTabsComponent extends PaginatedTabHeaderDirective implements On
10324
10323
  }
10325
10324
 
10326
10325
  declare class InlineTabBodyHostDirective extends CdkPortalOutlet implements OnInit, OnDestroy {
10327
- constructor(componentFactoryResolver: ComponentFactoryResolver, viewContainerRef: ViewContainerRef, _document: Document);
10326
+ constructor();
10328
10327
  static ɵfac: i0.ɵɵFactoryDeclaration<InlineTabBodyHostDirective, never>;
10329
10328
  static ɵdir: i0.ɵɵDirectiveDeclaration<InlineTabBodyHostDirective, "[etInlineTabBodyHost]", never, {}, {}, never, never, true, never>;
10330
10329
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethlete/cdk",
3
- "version": "4.58.0",
3
+ "version": "4.58.1",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "exports": {
@@ -14,17 +14,17 @@
14
14
  }
15
15
  },
16
16
  "peerDependencies": {
17
- "@angular/animations": "20.0.0",
18
- "@angular/cdk": "20.0.1",
19
- "@angular/common": "20.0.0",
20
- "@angular/core": "20.0.0",
21
- "@angular/forms": "20.0.0",
22
- "@angular/platform-browser": "20.0.0",
23
- "@angular/router": "20.0.0",
17
+ "@angular/animations": "20.0.3",
18
+ "@angular/cdk": "20.0.3",
19
+ "@angular/common": "20.0.3",
20
+ "@angular/core": "20.0.3",
21
+ "@angular/forms": "20.0.3",
22
+ "@angular/platform-browser": "20.0.3",
23
+ "@angular/router": "20.0.3",
24
24
  "@ethlete/core": "^4.0.3",
25
25
  "@ethlete/query": "^5.0.3",
26
26
  "@ethlete/types": "^1.6.2",
27
- "@floating-ui/dom": "1.7.0",
27
+ "@floating-ui/dom": "1.7.1",
28
28
  "date-fns": "4.1.0",
29
29
  "rxjs": "7.8.2"
30
30
  },