@ethlete/cdk 4.57.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,39 +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
- import * as i2 from '@ethlete/theming';
22
- import { ProvideThemeDirective } from '@ethlete/theming';
23
21
  import { Direction, Directionality } from '@angular/cdk/bidi';
24
- 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';
25
23
  import { CdkDialogContainer, DialogRef as DialogRef$1, Dialog } from '@angular/cdk/dialog';
26
24
  import { BooleanInput } from '@angular/cdk/coercion';
27
25
  import { Location } from '@angular/common';
28
26
  import * as i1$1 from '@angular/router';
29
27
  import { Router, RouterLink, RouterLinkActive } from '@angular/router';
30
28
  import { Placement, OffsetOptions, Padding } from '@floating-ui/dom';
31
- 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';
32
30
  import { DataSource } from '@angular/cdk/collections';
33
31
 
34
32
  declare const ACCORDION_HINT_WRAPPER_DIRECTIVE: InjectionToken<AccordionHintWrapperDirective>;
35
33
  declare class AccordionHintWrapperDirective extends CdkPortal {
36
- constructor(templateRef: TemplateRef<unknown>, viewContainerRef: ViewContainerRef);
34
+ constructor();
37
35
  static ɵfac: i0.ɵɵFactoryDeclaration<AccordionHintWrapperDirective, never>;
38
36
  static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionHintWrapperDirective, "ng-template[et-accordion-hint-wrapper]", never, {}, {}, never, never, true, never>;
39
37
  }
@@ -45,7 +43,7 @@ declare class AccordionHintDirective {
45
43
 
46
44
  declare const ACCORDION_LABEL_WRAPPER_DIRECTIVE: InjectionToken<AccordionLabelWrapperDirective>;
47
45
  declare class AccordionLabelWrapperDirective extends CdkPortal {
48
- constructor(templateRef: TemplateRef<unknown>, viewContainerRef: ViewContainerRef);
46
+ constructor();
49
47
  static ɵfac: i0.ɵɵFactoryDeclaration<AccordionLabelWrapperDirective, never>;
50
48
  static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionLabelWrapperDirective, "ng-template[et-accordion-label-wrapper]", never, {}, {}, never, never, true, never>;
51
49
  }
@@ -6093,6 +6091,82 @@ declare class ComboboxBodyMoreItemsHintTemplateDirective {
6093
6091
  static ɵdir: i0.ɵɵDirectiveDeclaration<ComboboxBodyMoreItemsHintTemplateDirective, "ng-template[etComboboxBodyMoreItemsHintTemplate]", ["etComboboxBodyMoreItemsHintTemplate"], {}, {}, never, never, true, never>;
6094
6092
  }
6095
6093
 
6094
+ declare const THEMES_TOKEN: InjectionToken<string[]>;
6095
+
6096
+ declare const THEME_PROVIDER: InjectionToken<ProvideThemeDirective>;
6097
+ declare class ProvideThemeDirective {
6098
+ private readonly _themes;
6099
+ private readonly _injector;
6100
+ private _currentProviderSync;
6101
+ get theme(): string | null;
6102
+ set theme(value: string | null);
6103
+ readonly _theme: i0.WritableSignal<string | null>;
6104
+ get altTheme(): string | null;
6105
+ set altTheme(value: string | null);
6106
+ readonly _altTheme: i0.WritableSignal<string | null>;
6107
+ protected themeClass: i0.Signal<string>;
6108
+ syncWithProvider(provider: ProvideThemeDirective): void;
6109
+ stopSyncWithProvider(): void;
6110
+ static ɵfac: i0.ɵɵFactoryDeclaration<ProvideThemeDirective, never>;
6111
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ProvideThemeDirective, "[etProvideTheme]", never, { "theme": { "alias": "etProvideTheme"; "required": false; }; "altTheme": { "alias": "etProvideAltTheme"; "required": false; }; }, {}, never, never, true, never>;
6112
+ }
6113
+
6114
+ type ThemeRGBColor = `${number} ${number} ${number}`;
6115
+ type ThemeHSLColor = `${number} ${number}% ${number}%`;
6116
+ type ThemeColor = ThemeRGBColor | ThemeHSLColor;
6117
+ interface ThemeColorMap {
6118
+ default: ThemeColor;
6119
+ hover: ThemeColor;
6120
+ focus?: ThemeColor;
6121
+ active: ThemeColor;
6122
+ disabled: ThemeColor;
6123
+ }
6124
+ interface OnThemeColorMap {
6125
+ default: ThemeColor;
6126
+ hover?: ThemeColor;
6127
+ focus?: ThemeColor;
6128
+ active?: ThemeColor;
6129
+ disabled?: ThemeColor;
6130
+ }
6131
+ interface ThemeSwatch {
6132
+ color: ThemeColorMap;
6133
+ onColor: OnThemeColorMap;
6134
+ }
6135
+ interface Theme {
6136
+ name: string;
6137
+ isDefault?: boolean;
6138
+ isDefaultAlt?: boolean;
6139
+ primary: ThemeSwatch;
6140
+ secondary?: ThemeSwatch;
6141
+ tertiary?: ThemeSwatch;
6142
+ }
6143
+
6144
+ declare const createCssThemeName: (name: string) => string;
6145
+ declare const createSwatchCss: (swatch: string, isAlt: boolean, data: ThemeSwatch) => string;
6146
+ declare const createRootThemeCss: (themes: Theme[]) => void;
6147
+ declare const createThemeStyle: (theme: Theme, isAlt: boolean) => void;
6148
+ declare const createTailwindCssVar: (name: string | undefined) => string | null;
6149
+ declare const createTailwindRgbVar: (val: string | undefined) => string | null;
6150
+ declare const createTailwindColorThemes: (themes: Theme[], prefix?: string) => Record<string, {
6151
+ DEFAULT: string;
6152
+ hover: string;
6153
+ focus: string;
6154
+ active: string;
6155
+ disabled: string;
6156
+ }>;
6157
+ declare const provideColorThemes: (themes: Theme[]) => {
6158
+ provide: i0.InjectionToken<string[]>;
6159
+ useValue: string[];
6160
+ };
6161
+ /**
6162
+ * @deprecated Use `provideColorThemes()` instead
6163
+ */
6164
+ declare const provideThemes: (themes: Theme[]) => {
6165
+ provide: i0.InjectionToken<string[]>;
6166
+ useValue: string[];
6167
+ };
6168
+ declare const provideSurfaceThemes: (themes: Theme[]) => void;
6169
+
6096
6170
  declare const COMBOBOX_OPTION_TOKEN: InjectionToken<ComboboxOptionComponent>;
6097
6171
  declare class ComboboxOptionComponent implements AbstractComboboxOption {
6098
6172
  combobox: ComboboxDirective;
@@ -6158,7 +6232,7 @@ declare class ComboboxBodyComponent implements AbstractComboboxBody {
6158
6232
  constructor();
6159
6233
  _setThemeFromProvider(provider: ProvideThemeDirective): void;
6160
6234
  static ɵfac: i0.ɵɵFactoryDeclaration<ComboboxBodyComponent, never>;
6161
- static ɵcmp: i0.ɵɵComponentDeclaration<ComboboxBodyComponent, "et-combobox-body", never, {}, {}, never, never, true, [{ directive: typeof i1.ClickOutsideDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.ProvideThemeDirective; inputs: {}; outputs: {}; }]>;
6235
+ static ɵcmp: i0.ɵɵComponentDeclaration<ComboboxBodyComponent, "et-combobox-body", never, {}, {}, never, never, true, [{ directive: typeof i1.ClickOutsideDirective; inputs: {}; outputs: {}; }, { directive: typeof ProvideThemeDirective; inputs: {}; outputs: {}; }]>;
6162
6236
  }
6163
6237
 
6164
6238
  declare const createComboboxConfig: (globalConfig?: Partial<ComboboxConfig> | null | undefined, localConfig?: Partial<ComboboxConfig> | null | undefined) => ComboboxConfig;
@@ -6354,7 +6428,7 @@ declare class SelectBodyComponent {
6354
6428
  _bodyTemplate: TemplateRef<unknown> | null;
6355
6429
  _setThemeFromProvider(provider: ProvideThemeDirective): void;
6356
6430
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectBodyComponent, never>;
6357
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectBodyComponent, "et-select-body", never, {}, {}, never, never, true, [{ directive: typeof SelectBodyDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.ProvideThemeDirective; inputs: {}; outputs: {}; }]>;
6431
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectBodyComponent, "et-select-body", never, {}, {}, never, never, true, [{ directive: typeof SelectBodyDirective; inputs: {}; outputs: {}; }, { directive: typeof ProvideThemeDirective; inputs: {}; outputs: {}; }]>;
6358
6432
  }
6359
6433
 
6360
6434
  declare class SelectComponent extends DecoratedInputBase implements AfterViewInit {
@@ -6830,9 +6904,9 @@ declare abstract class BottomSheetContainerBaseComponent extends CdkDialogContai
6830
6904
  declare class BottomSheetContainerComponent extends BottomSheetContainerBaseComponent {
6831
6905
  overlayRef: OverlayRef$1;
6832
6906
  get _ariaLabelledByHack(): any;
6833
- constructor(elementRef: ElementRef<HTMLElement>, focusTrapFactory: FocusTrapFactory, document: Document, bottomSheetConfig: BottomSheetConfig, checker: InteractivityChecker, ngZone: NgZone, overlayRef: OverlayRef$1, focusMonitor?: FocusMonitor);
6907
+ constructor();
6834
6908
  protected _contentAttached(): void;
6835
- static ɵfac: i0.ɵɵFactoryDeclaration<BottomSheetContainerComponent, [null, null, { optional: true; }, null, null, null, null, null]>;
6909
+ static ɵfac: i0.ɵɵFactoryDeclaration<BottomSheetContainerComponent, never>;
6836
6910
  static ɵcmp: i0.ɵɵComponentDeclaration<BottomSheetContainerComponent, "et-bottom-sheet-container", never, {}, {}, never, never, true, [{ directive: typeof i1.AnimatedLifecycleDirective; inputs: {}; outputs: {}; }]>;
6837
6911
  }
6838
6912
 
@@ -6971,8 +7045,8 @@ declare class BottomSheetSwipeHandlerService {
6971
7045
  * @deprecated Use `OverlayService` instead. Will be removed in v5.
6972
7046
  */
6973
7047
  declare class BottomSheetService extends BottomSheetServiceBase<BottomSheetContainerComponent> {
6974
- constructor(overlay: Overlay, injector: Injector, defaultOptions: BottomSheetConfig, scrollStrategy: () => ScrollStrategy, parentBottomSheetService: BottomSheetService);
6975
- static ɵfac: i0.ɵɵFactoryDeclaration<BottomSheetService, [null, null, { optional: true; }, null, { optional: true; skipSelf: true; }]>;
7048
+ constructor();
7049
+ static ɵfac: i0.ɵɵFactoryDeclaration<BottomSheetService, never>;
6976
7050
  static ɵprov: i0.ɵɵInjectableDeclaration<BottomSheetService>;
6977
7051
  }
6978
7052
 
@@ -6984,7 +7058,7 @@ declare const BottomSheetImports: readonly [typeof BottomSheetContainerComponent
6984
7058
  * @deprecated Will be removed in v5.
6985
7059
  */
6986
7060
  declare const provideBottomSheet: () => (typeof Dialog | {
6987
- provide: i0.InjectionToken<() => _angular_cdk_overlay_module_d_CVO_IcaN.S>;
7061
+ provide: i0.InjectionToken<() => _angular_cdk_overlay_module_d_C2CxnwqT.S>;
6988
7062
  deps: typeof i0.Injector[];
6989
7063
  useFactory: typeof BOTTOM_SHEET_SCROLL_STRATEGY_PROVIDER_FACTORY;
6990
7064
  } | typeof BottomSheetService)[];
@@ -7164,9 +7238,9 @@ declare abstract class DialogContainerBaseComponent extends CdkDialogContainer<D
7164
7238
  declare class DialogContainerComponent extends DialogContainerBaseComponent {
7165
7239
  overlayRef: OverlayRef$1;
7166
7240
  get _ariaLabelledByHack(): any;
7167
- constructor(elementRef: ElementRef<HTMLElement>, focusTrapFactory: FocusTrapFactory, document: Document, dialogConfig: DialogConfig, checker: InteractivityChecker, ngZone: NgZone, overlayRef: OverlayRef$1, focusMonitor?: FocusMonitor);
7241
+ constructor();
7168
7242
  protected _contentAttached(): void;
7169
- static ɵfac: i0.ɵɵFactoryDeclaration<DialogContainerComponent, [null, null, { optional: true; }, null, null, null, null, null]>;
7243
+ static ɵfac: i0.ɵɵFactoryDeclaration<DialogContainerComponent, never>;
7170
7244
  static ɵcmp: i0.ɵɵComponentDeclaration<DialogContainerComponent, "et-dialog-container", never, {}, {}, never, never, true, [{ directive: typeof i1.AnimatedLifecycleDirective; inputs: {}; outputs: {}; }]>;
7171
7245
  }
7172
7246
 
@@ -7320,8 +7394,8 @@ declare abstract class DialogServiceBase<C extends DialogContainerBaseComponent>
7320
7394
  * @deprecated Use `OverlayService` instead. Will be removed in v5.
7321
7395
  */
7322
7396
  declare class DialogService extends DialogServiceBase<DialogContainerComponent> {
7323
- constructor(overlay: Overlay, injector: Injector, defaultOptions: DialogConfig, scrollStrategy: () => ScrollStrategy, parentDialogService: DialogService);
7324
- static ɵfac: i0.ɵɵFactoryDeclaration<DialogService, [null, null, { optional: true; }, null, { optional: true; skipSelf: true; }]>;
7397
+ constructor();
7398
+ static ɵfac: i0.ɵɵFactoryDeclaration<DialogService, never>;
7325
7399
  static ɵprov: i0.ɵɵInjectableDeclaration<DialogService>;
7326
7400
  }
7327
7401
 
@@ -7333,7 +7407,7 @@ declare const DialogImports: readonly [typeof DialogContainerComponent, typeof D
7333
7407
  * @deprecated Will be removed in v5.
7334
7408
  */
7335
7409
  declare const provideDialog: () => (typeof Dialog | {
7336
- provide: i0.InjectionToken<() => _angular_cdk_overlay_module_d_CVO_IcaN.S>;
7410
+ provide: i0.InjectionToken<() => _angular_cdk_overlay_module_d_C2CxnwqT.S>;
7337
7411
  deps: typeof i0.Injector[];
7338
7412
  useFactory: typeof DIALOG_SCROLL_STRATEGY_PROVIDER_FACTORY;
7339
7413
  } | typeof DialogService)[];
@@ -7358,7 +7432,7 @@ declare class MenuContainerComponent {
7358
7432
  _markForCheck(): void;
7359
7433
  _setThemeFromProvider(provider: ProvideThemeDirective): void;
7360
7434
  static ɵfac: i0.ɵɵFactoryDeclaration<MenuContainerComponent, never>;
7361
- static ɵcmp: i0.ɵɵComponentDeclaration<MenuContainerComponent, "et-menu-container", never, {}, {}, never, never, true, [{ directive: typeof i2.ProvideThemeDirective; inputs: {}; outputs: {}; }]>;
7435
+ static ɵcmp: i0.ɵɵComponentDeclaration<MenuContainerComponent, "et-menu-container", never, {}, {}, never, never, true, [{ directive: typeof ProvideThemeDirective; inputs: {}; outputs: {}; }]>;
7362
7436
  }
7363
7437
 
7364
7438
  declare const MENU_TRIGGER_TOKEN: InjectionToken<MenuTriggerDirective>;
@@ -8364,7 +8438,7 @@ declare class OverlayPositionBuilder {
8364
8438
  minHeight: undefined;
8365
8439
  minWidth: undefined;
8366
8440
  containerClass: string;
8367
- positionStrategy: (origin?: HTMLElement) => _angular_cdk_overlay_module_d_CVO_IcaN.b;
8441
+ positionStrategy: (origin?: HTMLElement) => _angular_cdk_overlay_module_d_C2CxnwqT.b;
8368
8442
  };
8369
8443
  };
8370
8444
  transformingBottomSheetToDialog(customConfig?: {
@@ -8657,7 +8731,7 @@ declare class OverlayContainerComponent extends CdkDialogContainer<OverlayConfig
8657
8731
  private _defaultSwipeMoveStyleInterpolator;
8658
8732
  private _defaultSwipeEndStyleInterpolator;
8659
8733
  static ɵfac: i0.ɵɵFactoryDeclaration<OverlayContainerComponent, never>;
8660
- static ɵcmp: i0.ɵɵComponentDeclaration<OverlayContainerComponent, "et-overlay-container", never, {}, {}, never, never, true, [{ directive: typeof i1.RootBoundaryDirective; inputs: {}; outputs: {}; }, { directive: typeof i1.AnimatedLifecycleDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.ProvideThemeDirective; inputs: {}; outputs: {}; }]>;
8734
+ static ɵcmp: i0.ɵɵComponentDeclaration<OverlayContainerComponent, "et-overlay-container", never, {}, {}, never, never, true, [{ directive: typeof i1.RootBoundaryDirective; inputs: {}; outputs: {}; }, { directive: typeof i1.AnimatedLifecycleDirective; inputs: {}; outputs: {}; }, { directive: typeof ProvideThemeDirective; inputs: {}; outputs: {}; }]>;
8661
8735
  }
8662
8736
 
8663
8737
  declare const OVERLAY_DATA: InjectionToken<unknown>;
@@ -8905,7 +8979,7 @@ declare class ToggletipComponent {
8905
8979
  _markForCheck(): void;
8906
8980
  _setThemeFromProvider(provider: ProvideThemeDirective): void;
8907
8981
  static ɵfac: i0.ɵɵFactoryDeclaration<ToggletipComponent, never>;
8908
- static ɵcmp: i0.ɵɵComponentDeclaration<ToggletipComponent, "et-toggletip", never, {}, {}, never, never, true, [{ directive: typeof i2.ProvideThemeDirective; inputs: {}; outputs: {}; }]>;
8982
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToggletipComponent, "et-toggletip", never, {}, {}, never, never, true, [{ directive: typeof ProvideThemeDirective; inputs: {}; outputs: {}; }]>;
8909
8983
  }
8910
8984
 
8911
8985
  interface ToggletipConfig {
@@ -9011,7 +9085,7 @@ declare class TooltipComponent {
9011
9085
  _markForCheck(): void;
9012
9086
  _setThemeFromProvider(provider: ProvideThemeDirective): void;
9013
9087
  static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, never>;
9014
- static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "et-tooltip", never, {}, {}, never, never, true, [{ directive: typeof i2.ProvideThemeDirective; inputs: {}; outputs: {}; }]>;
9088
+ static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "et-tooltip", never, {}, {}, never, never, true, [{ directive: typeof ProvideThemeDirective; inputs: {}; outputs: {}; }]>;
9015
9089
  }
9016
9090
 
9017
9091
  interface TooltipConfig {
@@ -9846,9 +9920,9 @@ declare const SORT_HEADER_COLUMN_DEF: InjectionToken<ColumnDefDirective>;
9846
9920
  declare class ColumnDefDirective extends CdkColumnDef {
9847
9921
  get name(): string;
9848
9922
  set name(name: string);
9849
- constructor(_table?: unknown);
9923
+ constructor();
9850
9924
  protected _updateColumnCssClassName(): void;
9851
- static ɵfac: i0.ɵɵFactoryDeclaration<ColumnDefDirective, [{ optional: true; }]>;
9925
+ static ɵfac: i0.ɵɵFactoryDeclaration<ColumnDefDirective, never>;
9852
9926
  static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnDefDirective, "[etColumnDef]", never, { "name": { "alias": "etColumnDef"; "required": false; }; }, {}, never, never, true, never>;
9853
9927
  }
9854
9928
 
@@ -9873,8 +9947,8 @@ declare class HeaderCellDefDirective extends CdkHeaderCellDef {
9873
9947
  }
9874
9948
 
9875
9949
  declare class TextColumnComponent<T> extends CdkTextColumn<T> {
9876
- constructor(_table: CdkTable<T>, _options: TextColumnOptions<T>);
9877
- static ɵfac: i0.ɵɵFactoryDeclaration<TextColumnComponent<any>, [{ optional: true; }, { optional: true; }]>;
9950
+ constructor();
9951
+ static ɵfac: i0.ɵɵFactoryDeclaration<TextColumnComponent<any>, never>;
9878
9952
  static ɵcmp: i0.ɵɵComponentDeclaration<TextColumnComponent<any>, "et-text-column", never, {}, {}, never, never, true, never>;
9879
9953
  }
9880
9954
 
@@ -9884,8 +9958,8 @@ declare class FooterRowComponent extends CdkFooterRow {
9884
9958
  }
9885
9959
 
9886
9960
  declare class FooterRowDefDirective extends CdkFooterRowDef {
9887
- constructor(template: TemplateRef<unknown>, _differs: IterableDiffers, _table?: unknown);
9888
- static ɵfac: i0.ɵɵFactoryDeclaration<FooterRowDefDirective, [null, null, { optional: true; }]>;
9961
+ constructor();
9962
+ static ɵfac: i0.ɵɵFactoryDeclaration<FooterRowDefDirective, never>;
9889
9963
  static ɵdir: i0.ɵɵDirectiveDeclaration<FooterRowDefDirective, "[etFooterRowDef]", never, { "columns": { "alias": "etFooterRowDef"; "required": false; }; "sticky": { "alias": "etFooterRowDefSticky"; "required": false; }; }, {}, never, never, true, never>;
9890
9964
  }
9891
9965
 
@@ -9895,8 +9969,8 @@ declare class HeaderRowComponent extends CdkHeaderRow {
9895
9969
  }
9896
9970
 
9897
9971
  declare class HeaderRowDefDirective extends CdkHeaderRowDef {
9898
- constructor(template: TemplateRef<unknown>, _differs: IterableDiffers, _table?: unknown);
9899
- static ɵfac: i0.ɵɵFactoryDeclaration<HeaderRowDefDirective, [null, null, { optional: true; }]>;
9972
+ constructor();
9973
+ static ɵfac: i0.ɵɵFactoryDeclaration<HeaderRowDefDirective, never>;
9900
9974
  static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderRowDefDirective, "[etHeaderRowDef]", never, { "columns": { "alias": "etHeaderRowDef"; "required": false; }; "sticky": { "alias": "etHeaderRowDefSticky"; "required": false; }; }, {}, never, never, true, never>;
9901
9975
  }
9902
9976
 
@@ -9917,8 +9991,8 @@ declare class RowComponent extends CdkRow {
9917
9991
  }
9918
9992
 
9919
9993
  declare class RowDefDirective<T> extends CdkRowDef<T> {
9920
- constructor(template: TemplateRef<unknown>, _differs: IterableDiffers, _table?: unknown);
9921
- static ɵfac: i0.ɵɵFactoryDeclaration<RowDefDirective<any>, [null, null, { optional: true; }]>;
9994
+ constructor();
9995
+ static ɵfac: i0.ɵɵFactoryDeclaration<RowDefDirective<any>, never>;
9922
9996
  static ɵdir: i0.ɵɵDirectiveDeclaration<RowDefDirective<any>, "[etRowDef]", never, { "columns": { "alias": "etRowDefColumns"; "required": false; }; "when": { "alias": "etRowDefWhen"; "required": false; }; }, {}, never, never, true, never>;
9923
9997
  }
9924
9998
 
@@ -9977,8 +10051,8 @@ declare const TAB_LABEL: InjectionToken<InlineTabLabelDirective>;
9977
10051
  declare const TAB: InjectionToken<unknown>;
9978
10052
  declare class InlineTabLabelDirective extends CdkPortal {
9979
10053
  _closestTab: unknown;
9980
- constructor(templateRef: TemplateRef<unknown>, viewContainerRef: ViewContainerRef, _closestTab: unknown);
9981
- static ɵfac: i0.ɵɵFactoryDeclaration<InlineTabLabelDirective, [null, null, { optional: true; }]>;
10054
+ constructor();
10055
+ static ɵfac: i0.ɵɵFactoryDeclaration<InlineTabLabelDirective, never>;
9982
10056
  static ɵdir: i0.ɵɵDirectiveDeclaration<InlineTabLabelDirective, "[et-inline-tab-label]", never, {}, {}, never, never, true, never>;
9983
10057
  }
9984
10058
 
@@ -10004,12 +10078,11 @@ declare class InlineTabComponent implements OnInit, OnChanges, OnDestroy {
10004
10078
  position: number | null;
10005
10079
  origin: number | null;
10006
10080
  isActive: boolean;
10007
- constructor(_viewContainerRef: ViewContainerRef, _closestTabGroup: unknown);
10008
10081
  ngOnInit(): void;
10009
10082
  ngOnChanges(changes: SimpleChanges): void;
10010
10083
  ngOnDestroy(): void;
10011
10084
  protected _setTemplateLabelInput(value: InlineTabLabelDirective | undefined): void;
10012
- static ɵfac: i0.ɵɵFactoryDeclaration<InlineTabComponent, [null, { optional: true; }]>;
10085
+ static ɵfac: i0.ɵɵFactoryDeclaration<InlineTabComponent, never>;
10013
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>;
10014
10087
  static ngAcceptInputType_fitUnderlineToContent: unknown;
10015
10088
  static ngAcceptInputType_disabled: unknown;
@@ -10133,7 +10206,7 @@ declare class NavTabLinkComponent implements OnInit, AfterViewInit, OnDestroy, F
10133
10206
  get _attrAriaSelected(): string | null;
10134
10207
  get _attrTabIndex(): number;
10135
10208
  get _attrRole(): string | null;
10136
- constructor(tabIndex: string);
10209
+ constructor();
10137
10210
  ngOnInit(): void;
10138
10211
  ngAfterViewInit(): void;
10139
10212
  ngOnDestroy(): void;
@@ -10147,7 +10220,7 @@ declare class NavTabLinkComponent implements OnInit, AfterViewInit, OnDestroy, F
10147
10220
  _getTabIndex(): number;
10148
10221
  _markForCheck(): void;
10149
10222
  private _haltDisabledEvents;
10150
- static ɵfac: i0.ɵɵFactoryDeclaration<NavTabLinkComponent, [{ attribute: "tabindex"; }]>;
10223
+ static ɵfac: i0.ɵɵFactoryDeclaration<NavTabLinkComponent, never>;
10151
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: {}; }]>;
10152
10225
  static ngAcceptInputType_tabIndex: unknown;
10153
10226
  static ngAcceptInputType_disabled: unknown;
@@ -10250,7 +10323,7 @@ declare class NavTabsComponent extends PaginatedTabHeaderDirective implements On
10250
10323
  }
10251
10324
 
10252
10325
  declare class InlineTabBodyHostDirective extends CdkPortalOutlet implements OnInit, OnDestroy {
10253
- constructor(componentFactoryResolver: ComponentFactoryResolver, viewContainerRef: ViewContainerRef, _document: Document);
10326
+ constructor();
10254
10327
  static ɵfac: i0.ɵɵFactoryDeclaration<InlineTabBodyHostDirective, never>;
10255
10328
  static ɵdir: i0.ɵɵDirectiveDeclaration<InlineTabBodyHostDirective, "[etInlineTabBodyHost]", never, {}, {}, never, never, true, never>;
10256
10329
  }
@@ -10366,5 +10439,5 @@ declare class SwipeHandlerService {
10366
10439
 
10367
10440
  declare const FLOATING_UI_PLACEMENTS: Placement[];
10368
10441
 
10369
- export { ACCORDION_COMPONENT, ACCORDION_HINT_WRAPPER_DIRECTIVE, ACCORDION_LABEL_WRAPPER_DIRECTIVE, AccordionComponent, AccordionGroupComponent, AccordionHintDirective, AccordionHintWrapperDirective, AccordionImports, AccordionLabelDirective, AccordionLabelWrapperDirective, ActiveTabUnderlineBarManager, ActiveTabUnderlineDirective, AutosizeTextareaDirective, BOTTOM_SHEET_CONFIG, BOTTOM_SHEET_DATA, BOTTOM_SHEET_DEFAULT_CONFIG, BOTTOM_SHEET_DEFAULT_OPTIONS, BOTTOM_SHEET_MIN_SWIPE_TO_CLOSE_LENGTH, BOTTOM_SHEET_MIN_VELOCITY_TO_CLOSE, BOTTOM_SHEET_SCROLL_STRATEGY, BOTTOM_SHEET_SCROLL_STRATEGY_PROVIDER, BOTTOM_SHEET_SCROLL_STRATEGY_PROVIDER_FACTORY, BRACKET_CONFIG_TOKEN, BRACKET_DEFAULT_CONFIG, BRACKET_MATCH_ID_TOKEN, BRACKET_ROUND_ID_TOKEN, BRACKET_TOKEN, BottomSheetContainerBaseComponent, BottomSheetContainerComponent, BottomSheetDragHandleComponent, BottomSheetImports, BottomSheetRef, BottomSheetService, BottomSheetServiceBase, BottomSheetState, BottomSheetSwipeHandlerService, BottomSheetTitleDirective, Bracket, BracketComponent, BracketImports, BracketMatchComponent$1 as BracketMatchComponent, BracketMatchDirective, index_d as BracketNew, BracketRoundDirective, BracketRoundHeaderComponent$1 as BracketRoundHeaderComponent, ButtonComponent, ButtonDirective, ButtonImports, CAROUSEL_ITEM_NAV_TOKEN, CAROUSEL_ITEM_TOKEN, CAROUSEL_NEXT_BUTTON_TOKEN, CAROUSEL_PREVIOUS_BUTTON_TOKEN, CAROUSEL_TOGGLE_AUTO_PLAY_BUTTON_TOKEN, CAROUSEL_TOKEN, CDK_MENU, CHECKBOX_FIELD_TOKEN, CHECKBOX_GROUP_CONTROL_TOKEN, CHECKBOX_GROUP_TOKEN, CHECKBOX_TOKEN, CHEVRON_ICON, COLOR_INPUT_TOKEN, COMBOBOX_BODY_EMPTY_TEMPLATE_TOKEN, COMBOBOX_BODY_ERROR_TEMPLATE_TOKEN, COMBOBOX_BODY_LOADING_TEMPLATE_TOKEN, COMBOBOX_BODY_MORE_ITEMS_HINT_TEMPLATE_TOKEN, COMBOBOX_BODY_TOKEN, COMBOBOX_CONFIG_TOKEN, COMBOBOX_DEFAULT_CONFIG, COMBOBOX_OPTION_TEMPLATE_TOKEN, COMBOBOX_OPTION_TOKEN, COMBOBOX_SELECTED_OPTION_TEMPLATE_TOKEN, COMBOBOX_TOKEN, CarouselComponent, CarouselDirective, CarouselImports, CarouselItemComponent, CarouselItemDirective, CarouselItemNavComponent, CarouselItemNavDirective, CarouselNextButtonDirective, CarouselPreviousButtonDirective, CarouselToggleAutoPlayButtonDirective, CdkContextMenuTrigger, CdkMenu, CdkMenuBar, CdkMenuBase, CdkMenuGroup, CdkMenuItem, CdkMenuItemCheckbox, CdkMenuItemRadio, CdkMenuItemSelectable, CdkMenuModule, CdkMenuTrigger, CdkMenuTriggerBase, CdkTargetMenuAim, CellDefDirective, CellDirective, CheckboxComponent, CheckboxDirective, CheckboxFieldComponent, CheckboxFieldDirective, CheckboxGroupComponent, CheckboxGroupControlDirective, CheckboxGroupDirective, CheckboxImports, ColorInputComponent, ColorInputDirective, ColumnDefDirective, ComboboxBodyComponent, ComboboxBodyEmptyTemplateDirective, ComboboxBodyErrorTemplateDirective, ComboboxBodyLoadingTemplateDirective, ComboboxBodyMoreItemsHintTemplateDirective, ComboboxComponent, ComboboxDirective, ComboboxImports, ComboboxOptionComponent, ComboboxOptionTemplateDirective, ComboboxSelectedOptionTemplateDirective, ContextMenuTracker, DATE_INPUT_FORMAT_TOKEN, DATE_INPUT_TOKEN, DATE_TIME_INPUT_FORMAT_TOKEN, DATE_TIME_INPUT_TOKEN, DEFAULT_DATE_INPUT_FORMAT, DEFAULT_DATE_TIME_INPUT_FORMAT, DEFAULT_TIME_INPUT_FORMAT, DIALOG_CONFIG, DIALOG_DATA, DIALOG_DEFAULT_CONFIG, DIALOG_DEFAULT_OPTIONS, DIALOG_SCROLL_STRATEGY, DIALOG_SCROLL_STRATEGY_PROVIDER, DIALOG_SCROLL_STRATEGY_PROVIDER_FACTORY, DYNAMIC_FORM_FIELD_TOKEN, DYNAMIC_FORM_GROUP_TOKEN, DateInputComponent, DateInputDirective, DateTimeInputComponent, DateTimeInputDirective, DecoratedFormFieldBase, DecoratedInputBase, DefaultValidatorErrorsService, DialogCloseDirective, DialogContainerBaseComponent, DialogContainerComponent, DialogImports, DialogRef, DialogService, DialogServiceBase, DialogState, DialogTitleDirective, DynamicFormFieldDirective, DynamicFormGroupDirective, DynamicOverlayService, DynamicOverlayTitleDirective, EMAIL_INPUT_TOKEN, ET_OVERLAY_ANCHORED_DIALOG_CLASS, ET_OVERLAY_BOTTOM_SHEET_CLASS, ET_OVERLAY_CONFIG_CLASS_KEYS, ET_OVERLAY_DIALOG_CLASS, ET_OVERLAY_FULL_SCREEN_DIALOG_CLASS, ET_OVERLAY_LAYOUT_CLASSES, ET_OVERLAY_LEFT_SHEET_CLASS, ET_OVERLAY_RIGHT_SHEET_CLASS, ET_OVERLAY_TOP_SHEET_CLASS, EXPOSE_INPUT_VARS_TOKEN, EmailInputComponent, EmailInputDirective, ErrorComponent, ExposeInputVarsDirective, FILTER_OVERLAY_CONFIG, FLOATING_UI_PLACEMENTS, FilterOverlayService, FocusNext, FooterCellDefDirective, FooterCellDirective, FooterRowComponent, FooterRowDefDirective, FormFieldStateService, FormGroupStateService, HeaderCellDefDirective, HeaderCellDirective, HeaderRowComponent, HeaderRowDefDirective, ICONS_TOKEN, ICON_DIRECTIVE_TOKEN, IMAGE_CONFIG_TOKEN, INPUT_PREFIX_TOKEN, INPUT_SUFFIX_TOKEN, INPUT_TOKEN, IconDirective, IconImports, IfInputEmptyDirective, IfInputFilledDirective, IfSupportsShowPickerDirective, InlineTabBodyComponent, InlineTabBodyHostDirective, InlineTabChangeEvent, InlineTabComponent, InlineTabContentDirective, InlineTabHeaderComponent, InlineTabLabelDirective, InlineTabLabelWrapperDirective, InlineTabsComponent, InputBase, InputDirective, InputFieldComponent, InputImports, InputPrefixDirective, InputStateService, InputSuffixDirective, LABEL_TOKEN, LabelComponent, LabelImports, LabelSuffixDirective, MASONRY_ITEM_TOKEN, MAX_SAFE_INTEGER, MENU, MENU_AIM, MENU_CHECKBOX_GROUP_TOKEN, MENU_CONTAINER, MENU_GROUP_TITLE_TOKEN, MENU_GROUP_TOKEN, MENU_ITEM_TOKEN, MENU_RADIO_GROUP_TOKEN, MENU_SEARCH_TEMPLATE_TOKEN, MENU_STACK, MENU_TEMPLATE, MENU_TRIGGER, MENU_TRIGGER_TOKEN, MasonryComponent, MasonryImports, MasonryItemComponent, MenuCheckboxGroupDirective, MenuCheckboxItemComponent, MenuComponent, MenuContainerComponent, MenuGroupDirective, MenuGroupTitleDirective, MenuImports, MenuItemDirective, MenuRadioGroupDirective, MenuRadioItemComponent, MenuSearchTemplateDirective, MenuStack, MenuTriggerDirective, NATIVE_INPUT_REF_TOKEN, NATIVE_SELECT_INPUT_TOKEN, NATIVE_SELECT_OPTION_TOKEN, NUMBER_INPUT_TOKEN, NativeInputRefDirective, NativeSelectImports, NativeSelectInputComponent, NativeSelectInputDirective, NativeSelectOptionComponent, NativeSelectOptionDirective, NavTabLinkComponent, NavTabsComponent, NavTabsOutletComponent, NewBracketComponent, NewBracketDefaultMatchComponent, NewBracketDefaultRoundHeaderComponent, NoDataRowDirective, NumberInputComponent, NumberInputDirective, OVERLAY_BACK_OR_CLOSE_TOKEN, OVERLAY_BODY_TOKEN, OVERLAY_CLOSE_BLOCKER_TOKEN, OVERLAY_CONFIG, OVERLAY_DATA, OVERLAY_DEFAULT_CONFIG, OVERLAY_DEFAULT_OPTIONS, OVERLAY_FOOTER_TOKEN, OVERLAY_HEADER_TEMPLATE_TOKEN, OVERLAY_HEADER_TOKEN, OVERLAY_MAIN_TOKEN, OVERLAY_QUERY_PARAM_INPUT_NAME, OVERLAY_ROUTER_CONFIG_TOKEN, OVERLAY_ROUTER_LINK_TOKEN, OVERLAY_ROUTER_OUTLET_DISABLED_TEMPLATE_TOKEN, OVERLAY_ROUTER_OUTLET_TOKEN, OVERLAY_SCROLL_STRATEGY, OVERLAY_SHARED_ROUTE_TEMPLATE_TOKEN, OVERLAY_STATE, OverlayBackOrCloseDirective, OverlayBodyComponent, OverlayCloseBlockerDirective, OverlayCloseDirective, OverlayContainerComponent, OverlayFooterDirective, OverlayHandlerLinkDirective, OverlayHeaderDirective, OverlayHeaderTemplateDirective, OverlayImports, OverlayMainDirective, OverlayPositionBuilder, OverlayRef, OverlayRouteHeaderTemplateOutletComponent, OverlayRouterLinkDirective, OverlayRouterOutletComponent, OverlayRouterOutletDisabledTemplateDirective, OverlayRouterService, OverlayService, OverlaySharedRouteTemplateDirective, OverlaySharedRouteTemplateOutletComponent, OverlaySidebarComponent, OverlaySidebarPageComponent, OverlayTitleDirective, OverlayWithRoutingImports, OverlayWithSidebarImports, PARENT_OR_NEW_INLINE_MENU_STACK_PROVIDER, PARENT_OR_NEW_MENU_STACK_PROVIDER, PASSWORD_INPUT_TOKEN, PROGRESS_SPINNER_DEFAULT_OPTIONS, PROGRESS_SPINNER_DEFAULT_OPTIONS_FACTORY, PaginatedTabHeaderDirective, PaginationComponent, PaginationHeadService, PaginationImports, PaginationLinkDirective, PasswordInputComponent, PasswordInputDirective, PasswordInputToggleComponent, PictureComponent, PointerFocusTracker, ProgressSpinnerComponent, QUERY_ERROR_TOKEN, QueryButtonComponent, QueryButtonDirective, QueryErrorComponent, QueryErrorDirective, RADIO_FIELD_TOKEN, RADIO_GROUP_TOKEN, RADIO_TOKEN, RICH_FILTER_BUTTON_SLOT_TOKEN, RICH_FILTER_BUTTON_TOKEN, RICH_FILTER_CONTENT_TOKEN, RICH_FILTER_TOP_TOKEN, RadioComponent, RadioDirective, RadioFieldComponent, RadioFieldDirective, RadioGroupComponent, RadioGroupDirective, RadioImports, RecycleRowsDirective, RichFilterButtonDirective, RichFilterButtonSlotDirective, RichFilterContentDirective, RichFilterHostComponent, RichFilterImports, RichFilterTopDirective, RowComponent, RowDefDirective, SCROLLABLE_IGNORE_CHILD_ATTRIBUTE, SCROLLABLE_IGNORE_CHILD_TOKEN, SCROLLABLE_IS_ACTIVE_CHILD_ATTRIBUTE, SCROLLABLE_IS_ACTIVE_CHILD_TOKEN, SCROLLABLE_LOADING_TEMPLATE_TOKEN, SCROLLABLE_PLACEHOLDER_ITEM_TEMPLATE_TOKEN, SCROLLABLE_PLACEHOLDER_OVERLAY_TEMPLATE_TOKEN, SEARCH_INPUT_TOKEN, SEGMENTED_BUTTON_FIELD_TOKEN, SEGMENTED_BUTTON_GROUP_TOKEN, SEGMENTED_BUTTON_TOKEN, SELECTION_LIST_FIELD, SELECTION_LIST_OPTION, SELECT_BODY_TOKEN, SELECT_FIELD_TOKEN, SELECT_OPTION_TOKEN, SELECT_TOKEN, SHOW_PICKER_TRIGGER_TOKEN, SIDEBAR_OVERLAY_CONFIG, SLIDER_THUMB_CONTENT_TEMPLATE_TOKEN, SLIDE_TOGGLE_TOKEN, SORT_DEFAULT_OPTIONS, SORT_HEADER_COLUMN_DEF, SORT_HEADER_INTL_PROVIDER, SORT_HEADER_INTL_PROVIDER_FACTORY, STATIC_FORM_FIELD_TOKEN, STATIC_FORM_GROUP_TOKEN, ScrollableComponent, ScrollableIgnoreChildDirective, ScrollableImports, ScrollableIsActiveChildDirective, ScrollableLoadingTemplateDirective, ScrollablePlaceholderComponent, ScrollablePlaceholderItemTemplateDirective, ScrollablePlaceholderOverlayTemplateDirective, SearchInputClearComponent, SearchInputComponent, SearchInputDirective, SegmentedButtonComponent, SegmentedButtonDirective, SegmentedButtonFieldComponent, SegmentedButtonFieldDirective, SegmentedButtonGroupComponent, SegmentedButtonGroupDirective, SegmentedButtonImports, SelectBodyComponent, SelectBodyDirective, SelectComponent, SelectDirective, SelectFieldComponent, SelectFieldDirective, SelectImports, SelectOptionComponent, SelectOptionDirective, SelectionListFieldComponent, SelectionListFieldDirective, SelectionListImports, SelectionListOptionComponent, SelectionListOptionDirective, ShowPickerTriggerDirective, SidebarOverlayService, SkeletonComponent, SkeletonImports, SkeletonItemComponent, SlideToggleComponent, SlideToggleDirective, SlideToggleFieldComponent, SlideToggleImports, SliderComponent, SliderFieldComponent, SliderImports, SliderThumbContentTemplateDirective, SortDirective, SortHeaderComponent, SortHeaderIntl, SortImports, StaticFormFieldDirective, StaticFormGroupDirective, SwipeHandlerService, TAB, TABS_CONFIG, TAB_CONTENT, TAB_GROUP, TAB_LABEL, TEL_INPUT_TOKEN, TEXTAREA_INPUT_TOKEN, TEXT_INPUT_TOKEN, TIMES_ICON, TIME_INPUT_FORMAT_TOKEN, TIME_INPUT_TOKEN, TOGGLETIP, TOGGLETIP_CONFIG, TOGGLETIP_DEFAULT_CONFIG, TOGGLETIP_DIRECTIVE, TOGGLETIP_TEMPLATE, TOGGLETIP_TEXT, TOOLTIP, TOOLTIP_CONFIG, TOOLTIP_DEFAULT_CONFIG, TOOLTIP_DIRECTIVE, TOOLTIP_TEMPLATE, TOOLTIP_TEXT, TabImports, TableBusyDirective, TableBusyOutletDirective, TableComponent, TableDataSource, TableImports, TargetMenuAim, TelInputComponent, TelInputDirective, TextColumnComponent, TextInputComponent, TextInputDirective, TextareaInputComponent, TextareaInputDirective, TimeInputComponent, TimeInputDirective, ToggletipCloseDirective, ToggletipComponent, ToggletipDirective, ToggletipImports, TooltipComponent, TooltipDirective, TooltipImports, VALIDATOR_ERROR_SERVICE_TOKEN, WRITEABLE_INPUT_TOKEN, WRITEABLE_INPUT_VALUE_ACCESSOR, WriteableInputDirective, _MAT_INK_BAR_POSITIONER, _MAT_INK_BAR_POSITIONER_FACTORY, accordionAnimations, createBottomSheetConfig, createBracketConfig, createComboboxConfig, createDialogConfig, createFormChangesTracker, createOverlayConfig, createOverlayDismissChecker, createOverlayHandler, createOverlayHandlerWithQueryParamLifecycle, createToggletipConfig, createTooltipConfig, defaultSubmitButtonConfigFn, getClosestBottomSheet, getClosestDialog, getClosestOverlay, isScrollableChildActive, isScrollableChildIgnored, isUpperBracketMatch, normalizePictureSizes, normalizePictureSource, normalizeRoundType, orderRounds, orderRoundsByRoundNumber, paginate, provideBottomSheet, provideBottomSheetDefaultConfig, provideBracketConfig, provideComboboxConfig, provideDateFormat, provideDateTimeFormat, provideDialog, provideDialogDefaultConfig, provideFilterOverlayConfig, provideIcons, provideImageConfig, provideOverlay, provideOverlayDefaultConfig, provideOverlayRouterConfig, provideSidebarOverlayConfig, provideSort, provideTimeFormat, provideToggletipConfig, provideTooltipConfig, provideValidatorErrorsService, tabAnimations };
10370
- export type { AbstractComboboxBody, AbstractComboboxOption, ActiveTabUnderlineItem, ArrowViewState, ArrowViewStateTransition, BottomSheetAutoFocusTarget, BottomSheetConfig, BracketConfig, BracketMatch$1 as BracketMatch, BracketRound$1 as BracketRound, CarouselTransitionDirection, CarouselTransitionType, CloseOptions, ComboboxConfig, ConnectedMatches, ContextMenuCoordinates, CreateFormChangesTrackerConfig, CreateOverlayDismissCheckerConfig, CreateOverlayHandlerConfig, CreateOverlayHandlerInnerConfig, CreateOverlayHandlerWithQueryParamLifecycleConfig, DefaultSubmitButtonConfigFnConfig, DialogAutoFocusTarget, DialogConfig, DialogPosition, DialogRole, DynamicOverlayConfig, DynamicOverlayRed, ExposeInputVarsContext, FilterOverlayConfig, FilterOverlayResult, FilterOverlaySubmitButtonConfig, FocusableElement, FormChangesTrackerRef, IconDefinition, InlineTabBodyOriginState, InlineTabBodyPositionState, InputTouchedFn, InputValueChangeFn, InputValueUpdateType, LegacyBottomSheetAnimationEvent, LegacyDialogAnimationEvent, MasonryDimensions, MaybeOverlayConsumerConfigWithData, Menu, MenuAim, MenuStackCloseEvent, MenuStackItem, NativeSelectOptionValue, OverlayAutoFocusTarget, OverlayBodyDividerType, OverlayBreakpointConfig, OverlayBreakpointConfigEntry, OverlayCloseCallEvent, OverlayConfig, OverlayConsumerConfig, OverlayDismissCheckerRef, OverlayDragToDismissConfig, OverlayHandler, OverlayHandlerWithQueryParamLifecycle, OverlayHeaderTemplates, OverlayLayout, OverlayPosition, OverlayRole, OverlayRoute, OverlayRouterConfig, OverlayRouterNavigateConfig, OverlayRouterNavigationDirection, OverlayRouterTransitionType, OverlayState, PaginateOptions, PaginatedTabHeaderItem, PaginationHeadServiceConfig, PaginationItem, PictureConfig, PictureSource, ProgressSpinnerDefaultOptions, ProgressSpinnerMode, QueryErrorItem, QueryErrorList, RadioValue, ScrollableButtonPosition, ScrollableDirection, ScrollableIntersectionChange, ScrollableItemSize, ScrollableLoadingTemplatePosition, ScrollableScrollMode, ScrollableScrollOrigin, SegmentedButtonGroupRenderAs, SidebarOverlayConfig, SortDefaultOptions, SortHeaderArrowPosition, SortHeaderColumnDef, Sortable, SwipeEndEvent, SwipeUpdateEvent, TabConfig, TabPaginationScrollDirection, TableDataSourcePageEvent, TableDataSourcePaginator, Toggler, ToggletipConfig, TooltipConfig, ValidationErrorsServiceType, ValidatorErrors, _ActiveTabUnderlinePositioner };
10442
+ export { ACCORDION_COMPONENT, ACCORDION_HINT_WRAPPER_DIRECTIVE, ACCORDION_LABEL_WRAPPER_DIRECTIVE, AccordionComponent, AccordionGroupComponent, AccordionHintDirective, AccordionHintWrapperDirective, AccordionImports, AccordionLabelDirective, AccordionLabelWrapperDirective, ActiveTabUnderlineBarManager, ActiveTabUnderlineDirective, AutosizeTextareaDirective, BOTTOM_SHEET_CONFIG, BOTTOM_SHEET_DATA, BOTTOM_SHEET_DEFAULT_CONFIG, BOTTOM_SHEET_DEFAULT_OPTIONS, BOTTOM_SHEET_MIN_SWIPE_TO_CLOSE_LENGTH, BOTTOM_SHEET_MIN_VELOCITY_TO_CLOSE, BOTTOM_SHEET_SCROLL_STRATEGY, BOTTOM_SHEET_SCROLL_STRATEGY_PROVIDER, BOTTOM_SHEET_SCROLL_STRATEGY_PROVIDER_FACTORY, BRACKET_CONFIG_TOKEN, BRACKET_DEFAULT_CONFIG, BRACKET_MATCH_ID_TOKEN, BRACKET_ROUND_ID_TOKEN, BRACKET_TOKEN, BottomSheetContainerBaseComponent, BottomSheetContainerComponent, BottomSheetDragHandleComponent, BottomSheetImports, BottomSheetRef, BottomSheetService, BottomSheetServiceBase, BottomSheetState, BottomSheetSwipeHandlerService, BottomSheetTitleDirective, Bracket, BracketComponent, BracketImports, BracketMatchComponent$1 as BracketMatchComponent, BracketMatchDirective, index_d as BracketNew, BracketRoundDirective, BracketRoundHeaderComponent$1 as BracketRoundHeaderComponent, ButtonComponent, ButtonDirective, ButtonImports, CAROUSEL_ITEM_NAV_TOKEN, CAROUSEL_ITEM_TOKEN, CAROUSEL_NEXT_BUTTON_TOKEN, CAROUSEL_PREVIOUS_BUTTON_TOKEN, CAROUSEL_TOGGLE_AUTO_PLAY_BUTTON_TOKEN, CAROUSEL_TOKEN, CDK_MENU, CHECKBOX_FIELD_TOKEN, CHECKBOX_GROUP_CONTROL_TOKEN, CHECKBOX_GROUP_TOKEN, CHECKBOX_TOKEN, CHEVRON_ICON, COLOR_INPUT_TOKEN, COMBOBOX_BODY_EMPTY_TEMPLATE_TOKEN, COMBOBOX_BODY_ERROR_TEMPLATE_TOKEN, COMBOBOX_BODY_LOADING_TEMPLATE_TOKEN, COMBOBOX_BODY_MORE_ITEMS_HINT_TEMPLATE_TOKEN, COMBOBOX_BODY_TOKEN, COMBOBOX_CONFIG_TOKEN, COMBOBOX_DEFAULT_CONFIG, COMBOBOX_OPTION_TEMPLATE_TOKEN, COMBOBOX_OPTION_TOKEN, COMBOBOX_SELECTED_OPTION_TEMPLATE_TOKEN, COMBOBOX_TOKEN, CarouselComponent, CarouselDirective, CarouselImports, CarouselItemComponent, CarouselItemDirective, CarouselItemNavComponent, CarouselItemNavDirective, CarouselNextButtonDirective, CarouselPreviousButtonDirective, CarouselToggleAutoPlayButtonDirective, CdkContextMenuTrigger, CdkMenu, CdkMenuBar, CdkMenuBase, CdkMenuGroup, CdkMenuItem, CdkMenuItemCheckbox, CdkMenuItemRadio, CdkMenuItemSelectable, CdkMenuModule, CdkMenuTrigger, CdkMenuTriggerBase, CdkTargetMenuAim, CellDefDirective, CellDirective, CheckboxComponent, CheckboxDirective, CheckboxFieldComponent, CheckboxFieldDirective, CheckboxGroupComponent, CheckboxGroupControlDirective, CheckboxGroupDirective, CheckboxImports, ColorInputComponent, ColorInputDirective, ColumnDefDirective, ComboboxBodyComponent, ComboboxBodyEmptyTemplateDirective, ComboboxBodyErrorTemplateDirective, ComboboxBodyLoadingTemplateDirective, ComboboxBodyMoreItemsHintTemplateDirective, ComboboxComponent, ComboboxDirective, ComboboxImports, ComboboxOptionComponent, ComboboxOptionTemplateDirective, ComboboxSelectedOptionTemplateDirective, ContextMenuTracker, DATE_INPUT_FORMAT_TOKEN, DATE_INPUT_TOKEN, DATE_TIME_INPUT_FORMAT_TOKEN, DATE_TIME_INPUT_TOKEN, DEFAULT_DATE_INPUT_FORMAT, DEFAULT_DATE_TIME_INPUT_FORMAT, DEFAULT_TIME_INPUT_FORMAT, DIALOG_CONFIG, DIALOG_DATA, DIALOG_DEFAULT_CONFIG, DIALOG_DEFAULT_OPTIONS, DIALOG_SCROLL_STRATEGY, DIALOG_SCROLL_STRATEGY_PROVIDER, DIALOG_SCROLL_STRATEGY_PROVIDER_FACTORY, DYNAMIC_FORM_FIELD_TOKEN, DYNAMIC_FORM_GROUP_TOKEN, DateInputComponent, DateInputDirective, DateTimeInputComponent, DateTimeInputDirective, DecoratedFormFieldBase, DecoratedInputBase, DefaultValidatorErrorsService, DialogCloseDirective, DialogContainerBaseComponent, DialogContainerComponent, DialogImports, DialogRef, DialogService, DialogServiceBase, DialogState, DialogTitleDirective, DynamicFormFieldDirective, DynamicFormGroupDirective, DynamicOverlayService, DynamicOverlayTitleDirective, EMAIL_INPUT_TOKEN, ET_OVERLAY_ANCHORED_DIALOG_CLASS, ET_OVERLAY_BOTTOM_SHEET_CLASS, ET_OVERLAY_CONFIG_CLASS_KEYS, ET_OVERLAY_DIALOG_CLASS, ET_OVERLAY_FULL_SCREEN_DIALOG_CLASS, ET_OVERLAY_LAYOUT_CLASSES, ET_OVERLAY_LEFT_SHEET_CLASS, ET_OVERLAY_RIGHT_SHEET_CLASS, ET_OVERLAY_TOP_SHEET_CLASS, EXPOSE_INPUT_VARS_TOKEN, EmailInputComponent, EmailInputDirective, ErrorComponent, ExposeInputVarsDirective, FILTER_OVERLAY_CONFIG, FLOATING_UI_PLACEMENTS, FilterOverlayService, FocusNext, FooterCellDefDirective, FooterCellDirective, FooterRowComponent, FooterRowDefDirective, FormFieldStateService, FormGroupStateService, HeaderCellDefDirective, HeaderCellDirective, HeaderRowComponent, HeaderRowDefDirective, ICONS_TOKEN, ICON_DIRECTIVE_TOKEN, IMAGE_CONFIG_TOKEN, INPUT_PREFIX_TOKEN, INPUT_SUFFIX_TOKEN, INPUT_TOKEN, IconDirective, IconImports, IfInputEmptyDirective, IfInputFilledDirective, IfSupportsShowPickerDirective, InlineTabBodyComponent, InlineTabBodyHostDirective, InlineTabChangeEvent, InlineTabComponent, InlineTabContentDirective, InlineTabHeaderComponent, InlineTabLabelDirective, InlineTabLabelWrapperDirective, InlineTabsComponent, InputBase, InputDirective, InputFieldComponent, InputImports, InputPrefixDirective, InputStateService, InputSuffixDirective, LABEL_TOKEN, LabelComponent, LabelImports, LabelSuffixDirective, MASONRY_ITEM_TOKEN, MAX_SAFE_INTEGER, MENU, MENU_AIM, MENU_CHECKBOX_GROUP_TOKEN, MENU_CONTAINER, MENU_GROUP_TITLE_TOKEN, MENU_GROUP_TOKEN, MENU_ITEM_TOKEN, MENU_RADIO_GROUP_TOKEN, MENU_SEARCH_TEMPLATE_TOKEN, MENU_STACK, MENU_TEMPLATE, MENU_TRIGGER, MENU_TRIGGER_TOKEN, MasonryComponent, MasonryImports, MasonryItemComponent, MenuCheckboxGroupDirective, MenuCheckboxItemComponent, MenuComponent, MenuContainerComponent, MenuGroupDirective, MenuGroupTitleDirective, MenuImports, MenuItemDirective, MenuRadioGroupDirective, MenuRadioItemComponent, MenuSearchTemplateDirective, MenuStack, MenuTriggerDirective, NATIVE_INPUT_REF_TOKEN, NATIVE_SELECT_INPUT_TOKEN, NATIVE_SELECT_OPTION_TOKEN, NUMBER_INPUT_TOKEN, NativeInputRefDirective, NativeSelectImports, NativeSelectInputComponent, NativeSelectInputDirective, NativeSelectOptionComponent, NativeSelectOptionDirective, NavTabLinkComponent, NavTabsComponent, NavTabsOutletComponent, NewBracketComponent, NewBracketDefaultMatchComponent, NewBracketDefaultRoundHeaderComponent, NoDataRowDirective, NumberInputComponent, NumberInputDirective, OVERLAY_BACK_OR_CLOSE_TOKEN, OVERLAY_BODY_TOKEN, OVERLAY_CLOSE_BLOCKER_TOKEN, OVERLAY_CONFIG, OVERLAY_DATA, OVERLAY_DEFAULT_CONFIG, OVERLAY_DEFAULT_OPTIONS, OVERLAY_FOOTER_TOKEN, OVERLAY_HEADER_TEMPLATE_TOKEN, OVERLAY_HEADER_TOKEN, OVERLAY_MAIN_TOKEN, OVERLAY_QUERY_PARAM_INPUT_NAME, OVERLAY_ROUTER_CONFIG_TOKEN, OVERLAY_ROUTER_LINK_TOKEN, OVERLAY_ROUTER_OUTLET_DISABLED_TEMPLATE_TOKEN, OVERLAY_ROUTER_OUTLET_TOKEN, OVERLAY_SCROLL_STRATEGY, OVERLAY_SHARED_ROUTE_TEMPLATE_TOKEN, OVERLAY_STATE, OverlayBackOrCloseDirective, OverlayBodyComponent, OverlayCloseBlockerDirective, OverlayCloseDirective, OverlayContainerComponent, OverlayFooterDirective, OverlayHandlerLinkDirective, OverlayHeaderDirective, OverlayHeaderTemplateDirective, OverlayImports, OverlayMainDirective, OverlayPositionBuilder, OverlayRef, OverlayRouteHeaderTemplateOutletComponent, OverlayRouterLinkDirective, OverlayRouterOutletComponent, OverlayRouterOutletDisabledTemplateDirective, OverlayRouterService, OverlayService, OverlaySharedRouteTemplateDirective, OverlaySharedRouteTemplateOutletComponent, OverlaySidebarComponent, OverlaySidebarPageComponent, OverlayTitleDirective, OverlayWithRoutingImports, OverlayWithSidebarImports, PARENT_OR_NEW_INLINE_MENU_STACK_PROVIDER, PARENT_OR_NEW_MENU_STACK_PROVIDER, PASSWORD_INPUT_TOKEN, PROGRESS_SPINNER_DEFAULT_OPTIONS, PROGRESS_SPINNER_DEFAULT_OPTIONS_FACTORY, PaginatedTabHeaderDirective, PaginationComponent, PaginationHeadService, PaginationImports, PaginationLinkDirective, PasswordInputComponent, PasswordInputDirective, PasswordInputToggleComponent, PictureComponent, PointerFocusTracker, ProgressSpinnerComponent, ProvideThemeDirective, QUERY_ERROR_TOKEN, QueryButtonComponent, QueryButtonDirective, QueryErrorComponent, QueryErrorDirective, RADIO_FIELD_TOKEN, RADIO_GROUP_TOKEN, RADIO_TOKEN, RICH_FILTER_BUTTON_SLOT_TOKEN, RICH_FILTER_BUTTON_TOKEN, RICH_FILTER_CONTENT_TOKEN, RICH_FILTER_TOP_TOKEN, RadioComponent, RadioDirective, RadioFieldComponent, RadioFieldDirective, RadioGroupComponent, RadioGroupDirective, RadioImports, RecycleRowsDirective, RichFilterButtonDirective, RichFilterButtonSlotDirective, RichFilterContentDirective, RichFilterHostComponent, RichFilterImports, RichFilterTopDirective, RowComponent, RowDefDirective, SCROLLABLE_IGNORE_CHILD_ATTRIBUTE, SCROLLABLE_IGNORE_CHILD_TOKEN, SCROLLABLE_IS_ACTIVE_CHILD_ATTRIBUTE, SCROLLABLE_IS_ACTIVE_CHILD_TOKEN, SCROLLABLE_LOADING_TEMPLATE_TOKEN, SCROLLABLE_PLACEHOLDER_ITEM_TEMPLATE_TOKEN, SCROLLABLE_PLACEHOLDER_OVERLAY_TEMPLATE_TOKEN, SEARCH_INPUT_TOKEN, SEGMENTED_BUTTON_FIELD_TOKEN, SEGMENTED_BUTTON_GROUP_TOKEN, SEGMENTED_BUTTON_TOKEN, SELECTION_LIST_FIELD, SELECTION_LIST_OPTION, SELECT_BODY_TOKEN, SELECT_FIELD_TOKEN, SELECT_OPTION_TOKEN, SELECT_TOKEN, SHOW_PICKER_TRIGGER_TOKEN, SIDEBAR_OVERLAY_CONFIG, SLIDER_THUMB_CONTENT_TEMPLATE_TOKEN, SLIDE_TOGGLE_TOKEN, SORT_DEFAULT_OPTIONS, SORT_HEADER_COLUMN_DEF, SORT_HEADER_INTL_PROVIDER, SORT_HEADER_INTL_PROVIDER_FACTORY, STATIC_FORM_FIELD_TOKEN, STATIC_FORM_GROUP_TOKEN, ScrollableComponent, ScrollableIgnoreChildDirective, ScrollableImports, ScrollableIsActiveChildDirective, ScrollableLoadingTemplateDirective, ScrollablePlaceholderComponent, ScrollablePlaceholderItemTemplateDirective, ScrollablePlaceholderOverlayTemplateDirective, SearchInputClearComponent, SearchInputComponent, SearchInputDirective, SegmentedButtonComponent, SegmentedButtonDirective, SegmentedButtonFieldComponent, SegmentedButtonFieldDirective, SegmentedButtonGroupComponent, SegmentedButtonGroupDirective, SegmentedButtonImports, SelectBodyComponent, SelectBodyDirective, SelectComponent, SelectDirective, SelectFieldComponent, SelectFieldDirective, SelectImports, SelectOptionComponent, SelectOptionDirective, SelectionListFieldComponent, SelectionListFieldDirective, SelectionListImports, SelectionListOptionComponent, SelectionListOptionDirective, ShowPickerTriggerDirective, SidebarOverlayService, SkeletonComponent, SkeletonImports, SkeletonItemComponent, SlideToggleComponent, SlideToggleDirective, SlideToggleFieldComponent, SlideToggleImports, SliderComponent, SliderFieldComponent, SliderImports, SliderThumbContentTemplateDirective, SortDirective, SortHeaderComponent, SortHeaderIntl, SortImports, StaticFormFieldDirective, StaticFormGroupDirective, SwipeHandlerService, TAB, TABS_CONFIG, TAB_CONTENT, TAB_GROUP, TAB_LABEL, TEL_INPUT_TOKEN, TEXTAREA_INPUT_TOKEN, TEXT_INPUT_TOKEN, THEMES_TOKEN, THEME_PROVIDER, TIMES_ICON, TIME_INPUT_FORMAT_TOKEN, TIME_INPUT_TOKEN, TOGGLETIP, TOGGLETIP_CONFIG, TOGGLETIP_DEFAULT_CONFIG, TOGGLETIP_DIRECTIVE, TOGGLETIP_TEMPLATE, TOGGLETIP_TEXT, TOOLTIP, TOOLTIP_CONFIG, TOOLTIP_DEFAULT_CONFIG, TOOLTIP_DIRECTIVE, TOOLTIP_TEMPLATE, TOOLTIP_TEXT, TabImports, TableBusyDirective, TableBusyOutletDirective, TableComponent, TableDataSource, TableImports, TargetMenuAim, TelInputComponent, TelInputDirective, TextColumnComponent, TextInputComponent, TextInputDirective, TextareaInputComponent, TextareaInputDirective, TimeInputComponent, TimeInputDirective, ToggletipCloseDirective, ToggletipComponent, ToggletipDirective, ToggletipImports, TooltipComponent, TooltipDirective, TooltipImports, VALIDATOR_ERROR_SERVICE_TOKEN, WRITEABLE_INPUT_TOKEN, WRITEABLE_INPUT_VALUE_ACCESSOR, WriteableInputDirective, _MAT_INK_BAR_POSITIONER, _MAT_INK_BAR_POSITIONER_FACTORY, accordionAnimations, createBottomSheetConfig, createBracketConfig, createComboboxConfig, createCssThemeName, createDialogConfig, createFormChangesTracker, createOverlayConfig, createOverlayDismissChecker, createOverlayHandler, createOverlayHandlerWithQueryParamLifecycle, createRootThemeCss, createSwatchCss, createTailwindColorThemes, createTailwindCssVar, createTailwindRgbVar, createThemeStyle, createToggletipConfig, createTooltipConfig, defaultSubmitButtonConfigFn, getClosestBottomSheet, getClosestDialog, getClosestOverlay, isScrollableChildActive, isScrollableChildIgnored, isUpperBracketMatch, normalizePictureSizes, normalizePictureSource, normalizeRoundType, orderRounds, orderRoundsByRoundNumber, paginate, provideBottomSheet, provideBottomSheetDefaultConfig, provideBracketConfig, provideColorThemes, provideComboboxConfig, provideDateFormat, provideDateTimeFormat, provideDialog, provideDialogDefaultConfig, provideFilterOverlayConfig, provideIcons, provideImageConfig, provideOverlay, provideOverlayDefaultConfig, provideOverlayRouterConfig, provideSidebarOverlayConfig, provideSort, provideSurfaceThemes, provideThemes, provideTimeFormat, provideToggletipConfig, provideTooltipConfig, provideValidatorErrorsService, tabAnimations };
10443
+ export type { AbstractComboboxBody, AbstractComboboxOption, ActiveTabUnderlineItem, ArrowViewState, ArrowViewStateTransition, BottomSheetAutoFocusTarget, BottomSheetConfig, BracketConfig, BracketMatch$1 as BracketMatch, BracketRound$1 as BracketRound, CarouselTransitionDirection, CarouselTransitionType, CloseOptions, ComboboxConfig, ConnectedMatches, ContextMenuCoordinates, CreateFormChangesTrackerConfig, CreateOverlayDismissCheckerConfig, CreateOverlayHandlerConfig, CreateOverlayHandlerInnerConfig, CreateOverlayHandlerWithQueryParamLifecycleConfig, DefaultSubmitButtonConfigFnConfig, DialogAutoFocusTarget, DialogConfig, DialogPosition, DialogRole, DynamicOverlayConfig, DynamicOverlayRed, ExposeInputVarsContext, FilterOverlayConfig, FilterOverlayResult, FilterOverlaySubmitButtonConfig, FocusableElement, FormChangesTrackerRef, IconDefinition, InlineTabBodyOriginState, InlineTabBodyPositionState, InputTouchedFn, InputValueChangeFn, InputValueUpdateType, LegacyBottomSheetAnimationEvent, LegacyDialogAnimationEvent, MasonryDimensions, MaybeOverlayConsumerConfigWithData, Menu, MenuAim, MenuStackCloseEvent, MenuStackItem, NativeSelectOptionValue, OnThemeColorMap, OverlayAutoFocusTarget, OverlayBodyDividerType, OverlayBreakpointConfig, OverlayBreakpointConfigEntry, OverlayCloseCallEvent, OverlayConfig, OverlayConsumerConfig, OverlayDismissCheckerRef, OverlayDragToDismissConfig, OverlayHandler, OverlayHandlerWithQueryParamLifecycle, OverlayHeaderTemplates, OverlayLayout, OverlayPosition, OverlayRole, OverlayRoute, OverlayRouterConfig, OverlayRouterNavigateConfig, OverlayRouterNavigationDirection, OverlayRouterTransitionType, OverlayState, PaginateOptions, PaginatedTabHeaderItem, PaginationHeadServiceConfig, PaginationItem, PictureConfig, PictureSource, ProgressSpinnerDefaultOptions, ProgressSpinnerMode, QueryErrorItem, QueryErrorList, RadioValue, ScrollableButtonPosition, ScrollableDirection, ScrollableIntersectionChange, ScrollableItemSize, ScrollableLoadingTemplatePosition, ScrollableScrollMode, ScrollableScrollOrigin, SegmentedButtonGroupRenderAs, SidebarOverlayConfig, SortDefaultOptions, SortHeaderArrowPosition, SortHeaderColumnDef, Sortable, SwipeEndEvent, SwipeUpdateEvent, TabConfig, TabPaginationScrollDirection, TableDataSourcePageEvent, TableDataSourcePaginator, Theme, ThemeColor, ThemeColorMap, ThemeHSLColor, ThemeRGBColor, ThemeSwatch, Toggler, ToggletipConfig, TooltipConfig, ValidationErrorsServiceType, ValidatorErrors, _ActiveTabUnderlinePositioner };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethlete/cdk",
3
- "version": "4.57.0",
3
+ "version": "4.58.1",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "exports": {
@@ -14,18 +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
- "@ethlete/theming": "^2.3.1",
27
26
  "@ethlete/types": "^1.6.2",
28
- "@floating-ui/dom": "1.7.0",
27
+ "@floating-ui/dom": "1.7.1",
29
28
  "date-fns": "4.1.0",
30
29
  "rxjs": "7.8.2"
31
30
  },