@ethlete/cdk 5.0.0-next.5 → 5.0.0-next.7

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.
@@ -9,7 +9,7 @@ import { AnimationTriggerMetadata, AnimationEvent } from '@angular/animations';
9
9
  import { MatchListView, RoundStageStructureView, RoundStageStructureWithMatchesView, MatchListViewUnion, RoundType } from '@ethlete/types';
10
10
  import * as _angular_platform_browser from '@angular/platform-browser';
11
11
  import * as _ethlete_core from '@ethlete/core';
12
- import { IntersectionObserverEntryWithDetails, TypedQueryList, AnimatedOverlayComponentBase, ClickOutsideDirective, ProvideThemeDirective, AnimatedLifecycleDirective, NgClassType, AnimatedOverlayDirective, ScrollObserverDirective, Breakpoint, AngularRenderer, AnimatedLifecycleState, ScrollToElementOptions } from '@ethlete/core';
12
+ import { IntersectionObserverEntryWithDetails, TypedQueryList, AnimatedOverlayComponentBase, ClickOutsideDirective, ProvideThemeDirective, AnimatedLifecycleDirective, NgClassType, AnimatedOverlayDirective, ScrollObserverDirective, Breakpoint, AngularRenderer, AnimatedLifecycleState, ScrollToElementOptions, ConsentHandler } from '@ethlete/core';
13
13
  import { OffsetOptions, Placement, Padding } from '@floating-ui/dom';
14
14
  import * as _ethlete_query from '@ethlete/query';
15
15
  import { AnyV2Query, AnyLegacyQuery, AnyQueryCollection, EmptyObject, V2QueryState, QueryResponseOf, RequestError, SortDirection, Sort } from '@ethlete/query';
@@ -6878,45 +6878,9 @@ type OverlayBreakpointConfig = {
6878
6878
  declare const ET_OVERLAY_CONFIG_CLASS_KEYS: Set<string>;
6879
6879
  declare const mergeOverlayBreakpointConfigs: (...configs: OverlayBreakpointConfig[]) => OverlayBreakpointConfig;
6880
6880
 
6881
- type SwipeEndEvent = {
6882
- positivePixelPerSecondX: number;
6883
- positivePixelPerSecondY: number;
6884
- pixelPerSecondX: number;
6885
- pixelPerSecondY: number;
6886
- movementX: number;
6887
- movementY: number;
6888
- positiveMovementX: number;
6889
- positiveMovementY: number;
6890
- originClientX: number;
6891
- originClientY: number;
6892
- };
6893
- type SwipeUpdateEvent = {
6894
- originClientX: number;
6895
- originClientY: number;
6896
- timestamp: number;
6897
- movementX: number;
6898
- movementY: number;
6899
- positiveMovementX: number;
6900
- positiveMovementY: number;
6901
- isScrolling: boolean;
6902
- isSwiping: boolean;
6903
- };
6904
-
6905
- declare class SwipeHandlerService {
6906
- private _handlerMap;
6907
- startSwipe(event: TouchEvent | MouseEvent): number;
6908
- updateSwipe(handlerId: number, event: TouchEvent | MouseEvent): SwipeUpdateEvent | null;
6909
- endSwipe(handlerId: number): SwipeEndEvent | null;
6910
- cancelSwipe(handlerId: number): void;
6911
- private _getSwipeHandler;
6912
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<SwipeHandlerService, never>;
6913
- static ɵprov: _angular_core.ɵɵInjectableDeclaration<SwipeHandlerService>;
6914
- }
6915
-
6916
6881
  type DragToDismissContext<T, R> = {
6917
6882
  element: HTMLElement;
6918
6883
  overlayRef: OverlayRef<T, R>;
6919
- swipeHandlerService: SwipeHandlerService;
6920
6884
  config: OverlayDragToDismissConfig;
6921
6885
  };
6922
6886
  type DragToDismissRef = {
@@ -8657,6 +8621,707 @@ declare const provideSort: () => {
8657
8621
  useFactory: typeof _ethlete_cdk.SORT_HEADER_INTL_PROVIDER_FACTORY;
8658
8622
  }[];
8659
8623
 
8624
+ declare class StreamConsentAcceptDirective {
8625
+ protected consent: _ethlete_cdk.StreamConsentDirective;
8626
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<StreamConsentAcceptDirective, never>;
8627
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<StreamConsentAcceptDirective, "[etStreamConsentAccept]", never, {}, {}, never, never, true, never>;
8628
+ }
8629
+
8630
+ declare const STREAM_CONSENT_CONTENT_TOKEN: InjectionToken<StreamConsentContentDirective>;
8631
+ declare class StreamConsentContentDirective {
8632
+ templateRef: TemplateRef<any>;
8633
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<StreamConsentContentDirective, never>;
8634
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<StreamConsentContentDirective, "[etStreamConsentContent]", never, {}, {}, never, never, true, never>;
8635
+ }
8636
+
8637
+ declare const STREAM_CONSENT_PLACEHOLDER_TOKEN: InjectionToken<StreamConsentPlaceholderDirective>;
8638
+ declare class StreamConsentPlaceholderDirective {
8639
+ templateRef: TemplateRef<any>;
8640
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<StreamConsentPlaceholderDirective, never>;
8641
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<StreamConsentPlaceholderDirective, "[etStreamConsentPlaceholder]", never, {}, {}, never, never, true, never>;
8642
+ }
8643
+
8644
+ declare const STREAM_CONSENT_TOKEN: InjectionToken<StreamConsentDirective>;
8645
+ declare const STREAM_USER_CONSENT_PROVIDER_TOKEN: InjectionToken<ConsentHandler | null>;
8646
+ declare const injectStreamUserConsentProvider: () => ConsentHandler | null;
8647
+ declare class StreamConsentDirective {
8648
+ private readonly _handler;
8649
+ private readonly _localGranted;
8650
+ readonly isGranted: Signal<boolean>;
8651
+ grant(): void;
8652
+ revoke(): void;
8653
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<StreamConsentDirective, never>;
8654
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<StreamConsentDirective, never, never, {}, {}, never, never, true, never>;
8655
+ }
8656
+
8657
+ declare class StreamConsentComponent {
8658
+ protected consent: StreamConsentDirective;
8659
+ protected contentSlot: _angular_core.Signal<StreamConsentContentDirective | undefined>;
8660
+ protected placeholderSlot: _angular_core.Signal<StreamConsentPlaceholderDirective | undefined>;
8661
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<StreamConsentComponent, never>;
8662
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<StreamConsentComponent, "et-stream-consent", never, {}, {}, ["contentSlot", "placeholderSlot"], never, true, [{ directive: typeof StreamConsentDirective; inputs: {}; outputs: {}; }]>;
8663
+ }
8664
+
8665
+ type StreamPlayerCapabilities = {
8666
+ canPlay: boolean;
8667
+ canPause: boolean;
8668
+ canMute: boolean;
8669
+ canSeek: boolean;
8670
+ canGetDuration: boolean;
8671
+ isLiveCapable: boolean;
8672
+ };
8673
+ type StreamPlayerState = {
8674
+ isReady: boolean;
8675
+ isPlaying: boolean;
8676
+ isMuted: boolean;
8677
+ isEnded: boolean;
8678
+ /** null until the player is ready and duration is available */
8679
+ duration: number | null;
8680
+ /** null for live streams */
8681
+ currentTime: number | null;
8682
+ };
8683
+
8684
+ type StreamPlayer = {
8685
+ /** Capabilities of the player, e.g. whether it supports seeking. */
8686
+ readonly CAPABILITIES: StreamPlayerCapabilities;
8687
+ /**
8688
+ * Current state of the player, e.g. whether it's playing or paused.
8689
+ * Note that the state depends on the capabilities - e.g. a player that doesn't support seeking will always have currentTime = null.
8690
+ */
8691
+ state: Signal<StreamPlayerState>;
8692
+ /** Non-null when loading an external resource failed (e.g. SDK script blocked by an ad-blocker). */
8693
+ error: Signal<unknown>;
8694
+ /** Start playback. No-op if already playing or if canPlay capability is false. */
8695
+ play(): void;
8696
+ /** Pause playback. No-op if already paused or if canPause capability is false. */
8697
+ pause(): void;
8698
+ /** Mute playback. No-op if already muted or if canMute capability is false. */
8699
+ mute(): void;
8700
+ /** Unmute playback. No-op if already unmuted or if canMute capability is false. */
8701
+ unmute(): void;
8702
+ /** Seek to time in seconds. No-op if canSeek capability is false. */
8703
+ seek(seconds: number): void;
8704
+ /** Reload the player resource, e.g. after a script load failure. */
8705
+ retry(): void;
8706
+ };
8707
+ declare const STREAM_PLAYER_TOKEN: InjectionToken<StreamPlayer>;
8708
+
8709
+ declare const DAILYMOTION_PLAYER_TOKEN: InjectionToken<DailymotionPlayerDirective>;
8710
+ declare class DailymotionPlayerDirective implements StreamPlayer {
8711
+ private el;
8712
+ private platformId;
8713
+ readonly CAPABILITIES: StreamPlayerCapabilities;
8714
+ state: _angular_core.WritableSignal<StreamPlayerState>;
8715
+ videoId: _angular_core.InputSignal<string>;
8716
+ startTime: _angular_core.InputSignalWithTransform<number, unknown>;
8717
+ width: _angular_core.InputSignal<string | number>;
8718
+ height: _angular_core.InputSignal<string | number>;
8719
+ private playerResource;
8720
+ readonly error: _angular_core.Signal<Error | undefined>;
8721
+ play(): void;
8722
+ pause(): void;
8723
+ mute(): void;
8724
+ unmute(): void;
8725
+ seek(): void;
8726
+ retry(): void;
8727
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DailymotionPlayerDirective, never>;
8728
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<DailymotionPlayerDirective, never, never, { "videoId": { "alias": "videoId"; "required": true; "isSignal": true; }; "startTime": { "alias": "startTime"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
8729
+ }
8730
+
8731
+ declare class DailymotionPlayerComponent {
8732
+ private player;
8733
+ state: _angular_core.WritableSignal<_ethlete_cdk.StreamPlayerState>;
8734
+ error: _angular_core.Signal<Error | undefined>;
8735
+ retry(): void;
8736
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DailymotionPlayerComponent, never>;
8737
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DailymotionPlayerComponent, "et-dailymotion-player", never, {}, {}, never, never, true, [{ directive: typeof DailymotionPlayerDirective; inputs: { "videoId": "videoId"; "startTime": "startTime"; "width": "width"; "height": "height"; }; outputs: {}; }]>;
8738
+ }
8739
+
8740
+ declare const FACEBOOK_PLAYER_TOKEN: InjectionToken<FacebookPlayerDirective>;
8741
+ declare class FacebookPlayerDirective implements StreamPlayer {
8742
+ private el;
8743
+ private scriptLoader;
8744
+ private platformId;
8745
+ readonly CAPABILITIES: StreamPlayerCapabilities;
8746
+ state: _angular_core.WritableSignal<StreamPlayerState>;
8747
+ /** Numeric Facebook video ID from the video URL. */
8748
+ videoId: _angular_core.InputSignal<string>;
8749
+ width: _angular_core.InputSignal<string | number>;
8750
+ height: _angular_core.InputSignal<string | number>;
8751
+ private playerResource;
8752
+ readonly error: _angular_core.Signal<Error | undefined>;
8753
+ play(): void;
8754
+ pause(): void;
8755
+ mute(): void;
8756
+ unmute(): void;
8757
+ seek(seconds: number): void;
8758
+ retry(): void;
8759
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<FacebookPlayerDirective, never>;
8760
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<FacebookPlayerDirective, never, never, { "videoId": { "alias": "videoId"; "required": true; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
8761
+ }
8762
+
8763
+ declare class FacebookPlayerComponent {
8764
+ private player;
8765
+ state: _angular_core.WritableSignal<_ethlete_cdk.StreamPlayerState>;
8766
+ error: _angular_core.Signal<Error | undefined>;
8767
+ retry(): void;
8768
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<FacebookPlayerComponent, never>;
8769
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<FacebookPlayerComponent, "et-facebook-player", never, {}, {}, never, never, true, [{ directive: typeof FacebookPlayerDirective; inputs: { "videoId": "videoId"; "width": "width"; "height": "height"; }; outputs: {}; }]>;
8770
+ }
8771
+
8772
+ declare const KICK_PLAYER_TOKEN: InjectionToken<KickPlayerDirective>;
8773
+ declare class KickPlayerDirective implements StreamPlayer {
8774
+ private el;
8775
+ private platformId;
8776
+ readonly CAPABILITIES: StreamPlayerCapabilities;
8777
+ state: _angular_core.WritableSignal<StreamPlayerState>;
8778
+ channel: _angular_core.InputSignal<string>;
8779
+ width: _angular_core.InputSignal<string | number>;
8780
+ height: _angular_core.InputSignal<string | number>;
8781
+ muted: _angular_core.InputSignalWithTransform<boolean, unknown>;
8782
+ private playerResource;
8783
+ readonly error: _angular_core.Signal<Error | undefined>;
8784
+ play(): void;
8785
+ pause(): void;
8786
+ mute(): void;
8787
+ unmute(): void;
8788
+ seek(): void;
8789
+ retry(): void;
8790
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<KickPlayerDirective, never>;
8791
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<KickPlayerDirective, never, never, { "channel": { "alias": "channel"; "required": true; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "muted": { "alias": "muted"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
8792
+ }
8793
+
8794
+ declare class KickPlayerComponent {
8795
+ private player;
8796
+ state: _angular_core.WritableSignal<_ethlete_cdk.StreamPlayerState>;
8797
+ error: _angular_core.Signal<Error | undefined>;
8798
+ retry(): void;
8799
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<KickPlayerComponent, never>;
8800
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<KickPlayerComponent, "et-kick-player", never, {}, {}, never, never, true, [{ directive: typeof KickPlayerDirective; inputs: { "channel": "channel"; "width": "width"; "height": "height"; "muted": "muted"; }; outputs: {}; }]>;
8801
+ }
8802
+
8803
+ declare const SOOP_PLAYER_TOKEN: InjectionToken<SoopPlayerDirective>;
8804
+ declare class SoopPlayerDirective implements StreamPlayer {
8805
+ private el;
8806
+ private platformId;
8807
+ readonly CAPABILITIES: StreamPlayerCapabilities;
8808
+ state: _angular_core.WritableSignal<StreamPlayerState>;
8809
+ /** Streamer user ID — used for live streams (play.afreecatv.com/{userId}/embed). */
8810
+ userId: _angular_core.InputSignal<string | null>;
8811
+ /** VOD number — used for recorded broadcasts (vod.afreecatv.com/player/{videoId}). */
8812
+ videoId: _angular_core.InputSignal<string | null>;
8813
+ width: _angular_core.InputSignal<string | number>;
8814
+ height: _angular_core.InputSignal<string | number>;
8815
+ private playerResource;
8816
+ readonly error: _angular_core.Signal<Error | undefined>;
8817
+ play(): void;
8818
+ pause(): void;
8819
+ mute(): void;
8820
+ unmute(): void;
8821
+ seek(): void;
8822
+ retry(): void;
8823
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SoopPlayerDirective, never>;
8824
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SoopPlayerDirective, never, never, { "userId": { "alias": "userId"; "required": false; "isSignal": true; }; "videoId": { "alias": "videoId"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
8825
+ }
8826
+
8827
+ declare class SoopPlayerComponent {
8828
+ private player;
8829
+ state: _angular_core.WritableSignal<_ethlete_cdk.StreamPlayerState>;
8830
+ error: _angular_core.Signal<Error | undefined>;
8831
+ retry(): void;
8832
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SoopPlayerComponent, never>;
8833
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SoopPlayerComponent, "et-soop-player", never, {}, {}, never, never, true, [{ directive: typeof SoopPlayerDirective; inputs: { "userId": "userId"; "videoId": "videoId"; "width": "width"; "height": "height"; }; outputs: {}; }]>;
8834
+ }
8835
+
8836
+ declare const TIKTOK_PLAYER_TOKEN: InjectionToken<TikTokPlayerDirective>;
8837
+ declare class TikTokPlayerDirective implements StreamPlayer {
8838
+ private el;
8839
+ private platformId;
8840
+ readonly CAPABILITIES: StreamPlayerCapabilities;
8841
+ state: _angular_core.WritableSignal<StreamPlayerState>;
8842
+ /** Numeric TikTok video ID from the post URL. */
8843
+ videoId: _angular_core.InputSignal<string>;
8844
+ width: _angular_core.InputSignal<string | number>;
8845
+ height: _angular_core.InputSignal<string | number>;
8846
+ private playerResource;
8847
+ readonly error: _angular_core.Signal<Error | undefined>;
8848
+ play(): void;
8849
+ pause(): void;
8850
+ mute(): void;
8851
+ unmute(): void;
8852
+ seek(): void;
8853
+ retry(): void;
8854
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<TikTokPlayerDirective, never>;
8855
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<TikTokPlayerDirective, never, never, { "videoId": { "alias": "videoId"; "required": true; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
8856
+ }
8857
+
8858
+ declare class TikTokPlayerComponent {
8859
+ private player;
8860
+ state: _angular_core.WritableSignal<_ethlete_cdk.StreamPlayerState>;
8861
+ error: _angular_core.Signal<Error | undefined>;
8862
+ retry(): void;
8863
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<TikTokPlayerComponent, never>;
8864
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<TikTokPlayerComponent, "et-tiktok-player", never, {}, {}, never, never, true, [{ directive: typeof TikTokPlayerDirective; inputs: { "videoId": "videoId"; "width": "width"; "height": "height"; }; outputs: {}; }]>;
8865
+ }
8866
+
8867
+ declare const TWITCH_PLAYER_TOKEN: InjectionToken<TwitchPlayerDirective>;
8868
+ declare class TwitchPlayerDirective implements StreamPlayer {
8869
+ private el;
8870
+ private scriptLoader;
8871
+ private platformId;
8872
+ readonly CAPABILITIES: StreamPlayerCapabilities;
8873
+ state: _angular_core.WritableSignal<StreamPlayerState>;
8874
+ /** Live channel name. Use either `channel` (live) or `video` (VOD), not both. */
8875
+ channel: _angular_core.InputSignal<string | null>;
8876
+ /** VOD video ID. Use either `channel` (live) or `video` (VOD), not both. */
8877
+ video: _angular_core.InputSignal<string | null>;
8878
+ width: _angular_core.InputSignal<string | number>;
8879
+ height: _angular_core.InputSignal<string | number>;
8880
+ autoplay: _angular_core.InputSignalWithTransform<boolean, unknown>;
8881
+ startTime: _angular_core.InputSignalWithTransform<number, unknown>;
8882
+ private playerResource;
8883
+ readonly error: _angular_core.Signal<Error | undefined>;
8884
+ play(): void;
8885
+ pause(): void;
8886
+ mute(): void;
8887
+ unmute(): void;
8888
+ seek(seconds: number): void;
8889
+ retry(): void;
8890
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<TwitchPlayerDirective, never>;
8891
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<TwitchPlayerDirective, never, never, { "channel": { "alias": "channel"; "required": false; "isSignal": true; }; "video": { "alias": "video"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "autoplay": { "alias": "autoplay"; "required": false; "isSignal": true; }; "startTime": { "alias": "startTime"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
8892
+ }
8893
+
8894
+ declare class TwitchPlayerComponent {
8895
+ private player;
8896
+ state: _angular_core.WritableSignal<_ethlete_cdk.StreamPlayerState>;
8897
+ error: _angular_core.Signal<Error | undefined>;
8898
+ retry(): void;
8899
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<TwitchPlayerComponent, never>;
8900
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<TwitchPlayerComponent, "et-twitch-player", never, {}, {}, never, never, true, [{ directive: typeof TwitchPlayerDirective; inputs: { "channel": "channel"; "video": "video"; "width": "width"; "height": "height"; "autoplay": "autoplay"; "startTime": "startTime"; }; outputs: {}; }]>;
8901
+ }
8902
+
8903
+ type TwitchEmbedPlayer = {
8904
+ play(): void;
8905
+ pause(): void;
8906
+ setMuted(muted: boolean): void;
8907
+ getMuted(): boolean;
8908
+ seek(timestamp: number): void;
8909
+ getCurrentTime(): number;
8910
+ getDuration(): number;
8911
+ addEventListener(event: string, callback: () => void): void;
8912
+ };
8913
+ type TwitchEmbed = {
8914
+ getPlayer(): TwitchEmbedPlayer;
8915
+ addEventListener(event: string, callback: () => void): void;
8916
+ };
8917
+ type TwitchEmbedConstructor = {
8918
+ new (elementId: string | HTMLElement, options: {
8919
+ width: string | number;
8920
+ height: string | number;
8921
+ channel?: string;
8922
+ video?: string;
8923
+ parent?: string[];
8924
+ autoplay?: boolean;
8925
+ muted?: boolean;
8926
+ time?: string;
8927
+ }): TwitchEmbed;
8928
+ READY: string;
8929
+ PLAY: string;
8930
+ PAUSE: string;
8931
+ ENDED: string;
8932
+ };
8933
+ type TwitchWindow = Window & {
8934
+ Twitch?: {
8935
+ Embed: TwitchEmbedConstructor;
8936
+ };
8937
+ };
8938
+ type TwitchPlayerParams = {
8939
+ channel: string | null;
8940
+ video: string | null;
8941
+ };
8942
+
8943
+ declare const VIMEO_PLAYER_TOKEN: InjectionToken<VimeoPlayerDirective>;
8944
+ declare class VimeoPlayerDirective implements StreamPlayer {
8945
+ private el;
8946
+ private scriptLoader;
8947
+ private platformId;
8948
+ readonly CAPABILITIES: StreamPlayerCapabilities;
8949
+ state: _angular_core.WritableSignal<StreamPlayerState>;
8950
+ videoId: _angular_core.InputSignal<string | number>;
8951
+ startTime: _angular_core.InputSignalWithTransform<number, unknown>;
8952
+ width: _angular_core.InputSignal<string | number>;
8953
+ height: _angular_core.InputSignal<string | number>;
8954
+ private playerResource;
8955
+ readonly error: _angular_core.Signal<Error | undefined>;
8956
+ play(): void;
8957
+ pause(): void;
8958
+ mute(): void;
8959
+ unmute(): void;
8960
+ seek(seconds: number): void;
8961
+ retry(): void;
8962
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<VimeoPlayerDirective, never>;
8963
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<VimeoPlayerDirective, never, never, { "videoId": { "alias": "videoId"; "required": true; "isSignal": true; }; "startTime": { "alias": "startTime"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
8964
+ }
8965
+
8966
+ declare class VimeoPlayerComponent {
8967
+ private player;
8968
+ state: _angular_core.WritableSignal<_ethlete_cdk.StreamPlayerState>;
8969
+ error: _angular_core.Signal<Error | undefined>;
8970
+ retry(): void;
8971
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<VimeoPlayerComponent, never>;
8972
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<VimeoPlayerComponent, "et-vimeo-player", never, {}, {}, never, never, true, [{ directive: typeof VimeoPlayerDirective; inputs: { "videoId": "videoId"; "startTime": "startTime"; "width": "width"; "height": "height"; }; outputs: {}; }]>;
8973
+ }
8974
+
8975
+ type VimeoWindow = Window & {
8976
+ Vimeo: {
8977
+ Player: new (element: HTMLElement | string, options: VimeoPlayerOptions) => VimeoPlayer;
8978
+ };
8979
+ };
8980
+ type VimeoPlayerOptions = {
8981
+ id?: number | string;
8982
+ url?: string;
8983
+ width?: number | string;
8984
+ height?: number | string;
8985
+ responsive?: boolean;
8986
+ autopause?: boolean;
8987
+ autoplay?: boolean;
8988
+ muted?: boolean;
8989
+ loop?: boolean;
8990
+ controls?: boolean;
8991
+ };
8992
+ type VimeoPlayer = {
8993
+ play(): Promise<void>;
8994
+ pause(): Promise<void>;
8995
+ getMuted(): Promise<boolean>;
8996
+ setMuted(muted: boolean): Promise<boolean>;
8997
+ getCurrentTime(): Promise<number>;
8998
+ getDuration(): Promise<number>;
8999
+ setCurrentTime(seconds: number): Promise<number>;
9000
+ on(event: string, callback: (data: unknown) => void): void;
9001
+ off(event: string, callback?: (data: unknown) => void): void;
9002
+ destroy(): Promise<void>;
9003
+ ready(): Promise<void>;
9004
+ };
9005
+ type VimeoPlaybackEvent = {
9006
+ duration: number;
9007
+ percent: number;
9008
+ seconds: number;
9009
+ };
9010
+
9011
+ declare class YoutubePlayerParamsDirective {
9012
+ readonly videoId: _angular_core.InputSignal<string>;
9013
+ readonly startTime: _angular_core.InputSignalWithTransform<number, unknown>;
9014
+ readonly width: _angular_core.InputSignal<string | number>;
9015
+ readonly height: _angular_core.InputSignal<string | number>;
9016
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<YoutubePlayerParamsDirective, never>;
9017
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<YoutubePlayerParamsDirective, never, never, { "videoId": { "alias": "videoId"; "required": true; "isSignal": true; }; "startTime": { "alias": "startTime"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
9018
+ }
9019
+
9020
+ declare const YOUTUBE_PLAYER_SLOT_TOKEN: InjectionToken<YoutubePlayerSlotDirective>;
9021
+ declare class YoutubePlayerSlotDirective implements OnInit, OnDestroy {
9022
+ private manager;
9023
+ private el;
9024
+ private appRef;
9025
+ private envInjector;
9026
+ private params;
9027
+ streamSlotPriority: _angular_core.InputSignalWithTransform<boolean, unknown>;
9028
+ streamSlotOnPipBack: _angular_core.InputSignal<(() => void) | undefined>;
9029
+ private currentPlayerId;
9030
+ constructor();
9031
+ ngOnInit(): void;
9032
+ ngOnDestroy(): void;
9033
+ pipActivate(onBack?: () => void): void;
9034
+ pipDeactivate(): void;
9035
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<YoutubePlayerSlotDirective, never>;
9036
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<YoutubePlayerSlotDirective, never, never, { "streamSlotPriority": { "alias": "streamSlotPriority"; "required": false; "isSignal": true; }; "streamSlotOnPipBack": { "alias": "streamSlotOnPipBack"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
9037
+ }
9038
+
9039
+ declare class YoutubePlayerSlotComponent {
9040
+ private slot;
9041
+ pipActivate(onBack?: () => void): void;
9042
+ pipDeactivate(): void;
9043
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<YoutubePlayerSlotComponent, never>;
9044
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<YoutubePlayerSlotComponent, "et-youtube-player-slot", never, {}, {}, never, ["*"], true, [{ directive: typeof YoutubePlayerParamsDirective; inputs: { "videoId": "videoId"; "startTime": "startTime"; "width": "width"; "height": "height"; }; outputs: {}; }, { directive: typeof YoutubePlayerSlotDirective; inputs: { "streamSlotPriority": "streamSlotPriority"; "streamSlotOnPipBack": "streamSlotOnPipBack"; }; outputs: {}; }]>;
9045
+ }
9046
+
9047
+ declare const YOUTUBE_PLAYER_TOKEN: InjectionToken<YoutubePlayerDirective>;
9048
+ declare class YoutubePlayerDirective implements StreamPlayer {
9049
+ private el;
9050
+ private scriptLoader;
9051
+ private platformId;
9052
+ private renderer;
9053
+ private params;
9054
+ readonly CAPABILITIES: StreamPlayerCapabilities;
9055
+ state: _angular_core.WritableSignal<StreamPlayerState>;
9056
+ private playerResource;
9057
+ readonly error: _angular_core.Signal<Error | undefined>;
9058
+ play(): void;
9059
+ pause(): void;
9060
+ mute(): void;
9061
+ unmute(): void;
9062
+ seek(seconds: number): void;
9063
+ retry(): void;
9064
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<YoutubePlayerDirective, never>;
9065
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<YoutubePlayerDirective, never, never, {}, {}, never, never, true, never>;
9066
+ }
9067
+
9068
+ declare class YoutubePlayerComponent {
9069
+ private player;
9070
+ state: _angular_core.WritableSignal<_ethlete_cdk.StreamPlayerState>;
9071
+ error: _angular_core.Signal<Error | undefined>;
9072
+ retry(): void;
9073
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<YoutubePlayerComponent, never>;
9074
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<YoutubePlayerComponent, "et-youtube-player", never, {}, {}, never, never, true, [{ directive: typeof YoutubePlayerParamsDirective; inputs: { "videoId": "videoId"; "startTime": "startTime"; "width": "width"; "height": "height"; }; outputs: {}; }, { directive: typeof YoutubePlayerDirective; inputs: {}; outputs: {}; }]>;
9075
+ }
9076
+
9077
+ type YtWindow = Window & {
9078
+ YT: {
9079
+ Player: new (elementOrId: HTMLElement | string, config: YtPlayerConfig) => YtPlayer;
9080
+ PlayerState: {
9081
+ UNSTARTED: -1;
9082
+ ENDED: 0;
9083
+ PLAYING: 1;
9084
+ PAUSED: 2;
9085
+ BUFFERING: 3;
9086
+ CUED: 5;
9087
+ };
9088
+ ready(callback: () => void): void;
9089
+ };
9090
+ onYouTubeIframeAPIReady?: () => void;
9091
+ };
9092
+ type YtPlayerConfig = {
9093
+ width?: string | number;
9094
+ height?: string | number;
9095
+ videoId?: string;
9096
+ playerVars?: YtPlayerVars;
9097
+ events?: {
9098
+ onReady?: (event: YtPlayerEvent) => void;
9099
+ onStateChange?: (event: YtPlayerStateChangeEvent) => void;
9100
+ onError?: (event: YtPlayerErrorEvent) => void;
9101
+ };
9102
+ };
9103
+ type YtPlayerVars = {
9104
+ autoplay?: 0 | 1;
9105
+ controls?: 0 | 1 | 2;
9106
+ rel?: 0 | 1;
9107
+ modestbranding?: 0 | 1;
9108
+ start?: number;
9109
+ mute?: 0 | 1;
9110
+ enablejsapi?: 0 | 1;
9111
+ origin?: string;
9112
+ [key: string]: unknown;
9113
+ };
9114
+ type YtPlayer = {
9115
+ playVideo(): void;
9116
+ pauseVideo(): void;
9117
+ stopVideo(): void;
9118
+ seekTo(seconds: number, allowSeekAhead: boolean): void;
9119
+ mute(): void;
9120
+ unMute(): void;
9121
+ isMuted(): boolean;
9122
+ getPlayerState(): number;
9123
+ getCurrentTime(): number;
9124
+ getDuration(): number;
9125
+ cueVideoById(videoId: string, startSeconds?: number): void;
9126
+ loadVideoById(videoId: string, startSeconds?: number): void;
9127
+ destroy(): void;
9128
+ };
9129
+ type YtPlayerEvent = {
9130
+ target: YtPlayer;
9131
+ };
9132
+ type YtPlayerStateChangeEvent = {
9133
+ target: YtPlayer;
9134
+ data: number;
9135
+ };
9136
+ type YtPlayerErrorEvent = {
9137
+ target: YtPlayer;
9138
+ data: number;
9139
+ };
9140
+
9141
+ /**
9142
+ * Unique id for a stream player entry.
9143
+ * Convention: `'{platform}-{resourceId}'`, e.g. `'youtube-dQw4w9WgXcQ'`.
9144
+ */
9145
+ type StreamPlayerId = string;
9146
+ type StreamSlotEntry = {
9147
+ /**
9148
+ * The player id this slot wants to display (e.g. `'youtube-dQw4w9WgXcQ'`).
9149
+ * Multiple slots may share the same id — priority resolves which one is shown.
9150
+ */
9151
+ playerId: StreamPlayerId;
9152
+ /**
9153
+ * Whether this slot is considered high priority.
9154
+ * Among all slots registered for the same player id, `priority = true`
9155
+ * wins. If multiple high-priority slots exist, the last-registered wins.
9156
+ */
9157
+ priority: boolean;
9158
+ /**
9159
+ * The host element of the slot — used as the unique key in the manager.
9160
+ * The player element will be moved into this element when the slot is active.
9161
+ */
9162
+ element: HTMLElement;
9163
+ /**
9164
+ * Optional callback invoked when the user presses the "back" action inside the
9165
+ * PIP chrome while this slot's player is in PIP mode.
9166
+ */
9167
+ onPipBack?: () => void;
9168
+ };
9169
+ type StreamPlayerEntry = {
9170
+ /** The stream player id (e.g. `'youtube-dQw4w9WgXcQ'`). */
9171
+ id: StreamPlayerId;
9172
+ /** The live DOM element of the player (lives in the body container by default). */
9173
+ element: HTMLElement;
9174
+ /**
9175
+ * Called by the manager when the player is no longer needed (no slot claims it
9176
+ * and it is not in PIP mode). Use this to destroy the underlying component ref.
9177
+ */
9178
+ onDestroy?: () => void;
9179
+ };
9180
+ type StreamPipEntry = {
9181
+ /** The player that is currently in PIP mode. */
9182
+ playerId: StreamPlayerId;
9183
+ /**
9184
+ * Optional callback invoked when the user presses the "back" action inside
9185
+ * the PIP chrome for this PIP entry.
9186
+ */
9187
+ onBack?: () => void;
9188
+ };
9189
+ type StreamManager = {
9190
+ /** Currently active PIP entries (one per player in PIP mode). */
9191
+ readonly pips: Signal<StreamPipEntry[]>;
9192
+ /**
9193
+ * Registers a stream player element with the manager. The element is appended
9194
+ * to the body-level manager container. If a slot is already waiting for this
9195
+ * player id, the player is immediately moved into it (FLIP-animated).
9196
+ */
9197
+ registerPlayer(entry: StreamPlayerEntry): void;
9198
+ /**
9199
+ * Unregisters a player and removes its element from the DOM.
9200
+ */
9201
+ unregisterPlayer(playerId: StreamPlayerId): void;
9202
+ /**
9203
+ * Registers a slot. If a player with a matching id already exists, it is
9204
+ * immediately moved into the best available slot (FLIP-animated).
9205
+ */
9206
+ registerSlot(entry: StreamSlotEntry): void;
9207
+ /**
9208
+ * Unregisters the slot identified by `element`. If the player was in this
9209
+ * slot and is not currently in PIP mode, the player is moved back to the body
9210
+ * PIP container. If the player IS in PIP mode, it stays in PIP.
9211
+ */
9212
+ unregisterSlot(element: HTMLElement): void;
9213
+ /**
9214
+ * Moves the player currently in the slot identified by `element` into the
9215
+ * body PIP container, activating PIP mode.
9216
+ */
9217
+ pipActivate(element: HTMLElement, onBack?: () => void): void;
9218
+ /**
9219
+ * Deactivates PIP for `playerId` and moves the player back to the best
9220
+ * available slot (highest priority / last registered). If no slot exists, the
9221
+ * player stays in the body container.
9222
+ */
9223
+ pipDeactivate(playerId: StreamPlayerId): void;
9224
+ /**
9225
+ * Re-keys a player entry from `oldId` to `newId` without touching the DOM.
9226
+ * Use this when the video id changes on an existing slot (e.g. playlist navigation)
9227
+ * so the manager's internal tracking stays consistent.
9228
+ */
9229
+ transferPlayer(oldId: StreamPlayerId, newId: StreamPlayerId): void;
9230
+ /**
9231
+ * Returns the live DOM element for `playerId`, or `null` if the player is not
9232
+ * registered. Use this to move the element into a PIP chrome entry.
9233
+ */
9234
+ getPlayerElement(playerId: StreamPlayerId): HTMLElement | null;
9235
+ /**
9236
+ * Consumes and returns the rect captured just before `pipActivate` moved the player
9237
+ * to the body container. Returns `null` if no rect was stored.
9238
+ * Deleted on first read so the enter animation only fires once.
9239
+ */
9240
+ getInitialRect(playerId: StreamPlayerId): DOMRect | null;
9241
+ /**
9242
+ * Moves the player element back to the manager's body container without
9243
+ * changing PIP state. Call this before a pip-player component is destroyed so
9244
+ * the iframe remains connected to the document and `moveBefore` can preserve
9245
+ * its state when another pip-player picks it up immediately after.
9246
+ */
9247
+ parkPlayerElement(playerId: StreamPlayerId): void;
9248
+ };
9249
+
9250
+ declare const provideStreamManager: () => _angular_core.Provider[];
9251
+ declare const injectStreamManager: {
9252
+ (): StreamManager;
9253
+ (options: _angular_core.InjectOptions & {
9254
+ optional?: false;
9255
+ }): StreamManager;
9256
+ (options: _angular_core.InjectOptions): StreamManager | null;
9257
+ };
9258
+
9259
+ declare const pipMoveBefore: (newParent: HTMLElement, child: HTMLElement, before?: Node | null) => void;
9260
+ declare const animateWithFixedWrapper: (config: {
9261
+ playerEl: HTMLElement;
9262
+ fromRect: DOMRect;
9263
+ toRect: DOMRect;
9264
+ document: Document;
9265
+ onFinish: () => void;
9266
+ duration?: number;
9267
+ easing?: string;
9268
+ }) => void;
9269
+ type StreamPipManager = {
9270
+ /** Whether a PIP session is currently active. */
9271
+ isActive: Signal<boolean>;
9272
+ /**
9273
+ * Moves `element` into the body-level PIP container using `moveBefore`.
9274
+ * Records its original position so it can be restored by `deactivate()`.
9275
+ * No-op if a PIP session is already active.
9276
+ */
9277
+ activate: (element: HTMLElement) => void;
9278
+ /**
9279
+ * Moves the active PIP element back to its recorded original position.
9280
+ * If the original parent is no longer in the DOM (e.g. the route was destroyed),
9281
+ * the element is removed from the PIP container instead.
9282
+ * No-op if no PIP session is active.
9283
+ */
9284
+ deactivate: () => void;
9285
+ /** The body-level container element. Useful for custom positioning / styling. */
9286
+ container: HTMLElement;
9287
+ };
9288
+ declare const provideStreamPipManager: () => _angular_core.Provider[];
9289
+ declare const injectStreamPipManager: {
9290
+ (): StreamPipManager;
9291
+ (options: _angular_core.InjectOptions & {
9292
+ optional?: false;
9293
+ }): StreamPipManager;
9294
+ (options: _angular_core.InjectOptions): StreamPipManager | null;
9295
+ };
9296
+
9297
+ declare class StreamPipChromeComponent {
9298
+ private document;
9299
+ private pipEntries;
9300
+ protected manager: _ethlete_cdk.StreamManager;
9301
+ constructor();
9302
+ onBack(pip: StreamPipEntry): void;
9303
+ onClose(pip: StreamPipEntry): void;
9304
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<StreamPipChromeComponent, never>;
9305
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<StreamPipChromeComponent, "et-stream-pip-chrome", never, {}, {}, never, never, true, never>;
9306
+ }
9307
+
9308
+ declare const injectStreamScriptLoader: {
9309
+ (): {
9310
+ load: (src: string) => Observable<void>;
9311
+ };
9312
+ (options: _angular_core.InjectOptions & {
9313
+ optional?: false;
9314
+ }): {
9315
+ load: (src: string) => Observable<void>;
9316
+ };
9317
+ (options: _angular_core.InjectOptions): {
9318
+ load: (src: string) => Observable<void>;
9319
+ } | null;
9320
+ };
9321
+ type StreamScriptLoader = ReturnType<typeof injectStreamScriptLoader>;
9322
+
9323
+ declare const StreamImports: readonly [typeof StreamConsentComponent, typeof StreamConsentContentDirective, typeof StreamConsentPlaceholderDirective, typeof StreamConsentAcceptDirective, typeof YoutubePlayerComponent, typeof YoutubePlayerDirective, typeof YoutubePlayerParamsDirective, typeof YoutubePlayerSlotComponent, typeof YoutubePlayerSlotDirective, typeof TwitchPlayerComponent, typeof TwitchPlayerDirective, typeof VimeoPlayerComponent, typeof VimeoPlayerDirective, typeof DailymotionPlayerComponent, typeof DailymotionPlayerDirective, typeof KickPlayerComponent, typeof KickPlayerDirective, typeof FacebookPlayerComponent, typeof FacebookPlayerDirective, typeof TikTokPlayerComponent, typeof TikTokPlayerDirective, typeof SoopPlayerComponent, typeof SoopPlayerDirective, typeof StreamPipChromeComponent];
9324
+
8660
9325
  declare class TableBusyDirective {
8661
9326
  templateRef: TemplateRef<any>;
8662
9327
  _contentClassName: string;
@@ -9177,6 +9842,30 @@ type TabConfig = {
9177
9842
  };
9178
9843
  declare const TABS_CONFIG: InjectionToken<TabConfig>;
9179
9844
 
9845
+ type SwipeEndEvent = {
9846
+ positivePixelPerSecondX: number;
9847
+ positivePixelPerSecondY: number;
9848
+ pixelPerSecondX: number;
9849
+ pixelPerSecondY: number;
9850
+ movementX: number;
9851
+ movementY: number;
9852
+ positiveMovementX: number;
9853
+ positiveMovementY: number;
9854
+ originClientX: number;
9855
+ originClientY: number;
9856
+ };
9857
+ type SwipeUpdateEvent = {
9858
+ originClientX: number;
9859
+ originClientY: number;
9860
+ timestamp: number;
9861
+ movementX: number;
9862
+ movementY: number;
9863
+ positiveMovementX: number;
9864
+ positiveMovementY: number;
9865
+ isScrolling: boolean;
9866
+ isSwiping: boolean;
9867
+ };
9868
+
9180
9869
  declare const FLOATING_UI_PLACEMENTS: Placement[];
9181
9870
 
9182
9871
  type NavigationDismissCheckerRef<T> = {
@@ -9243,5 +9932,12 @@ declare const createNavigationDismissChecker: <T extends AbstractControl>(config
9243
9932
 
9244
9933
  declare const injectRouterNavigationState: <T>() => T | null;
9245
9934
 
9246
- export { ACCORDION_COMPONENT, ACCORDION_HINT_WRAPPER_DIRECTIVE, ACCORDION_LABEL_WRAPPER_DIRECTIVE, AccordionComponent, AccordionGroupComponent, AccordionHintDirective, AccordionHintWrapperDirective, AccordionImports, AccordionLabelDirective, AccordionLabelWrapperDirective, ActiveTabUnderlineBarManager, ActiveTabUnderlineDirective, AutosizeTextareaDirective, BRACKET_CONFIG_TOKEN, BRACKET_DEFAULT_CONFIG, BRACKET_MATCH_ID_TOKEN, BRACKET_ROUND_ID_TOKEN, BRACKET_TOKEN, Bracket, BracketComponent, BracketImports, BracketMatchComponent$1 as BracketMatchComponent, BracketMatchDirective, index_d as BracketNew, BracketRoundDirective, BracketRoundHeaderComponent$1 as BracketRoundHeaderComponent, BreadcrumbComponent, BreadcrumbImports, BreadcrumbItemDirective, BreadcrumbItemTemplateDirective, BreadcrumbOutletComponent, BreadcrumbTemplateDirective, 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, 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, CellDefDirective, CellDirective, CheckboxComponent, CheckboxDirective, CheckboxFieldComponent, CheckboxFieldDirective, CheckboxGroupComponent, CheckboxGroupControlDirective, CheckboxGroupDirective, CheckboxImports, ColorInputComponent, ColorInputDirective, ColumnDefDirective, ComboboxBodyComponent, ComboboxBodyEmptyTemplateDirective, ComboboxBodyErrorTemplateDirective, ComboboxBodyLoadingTemplateDirective, ComboboxBodyMoreItemsHintTemplateDirective, ComboboxComponent, ComboboxDirective, ComboboxImports, ComboboxOptionComponent, ComboboxOptionTemplateDirective, ComboboxSelectedOptionTemplateDirective, 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, DYNAMIC_FORM_FIELD_TOKEN, DYNAMIC_FORM_GROUP_TOKEN, DateInputComponent, DateInputDirective, DateTimeInputComponent, DateTimeInputDirective, DecoratedFormFieldBase, DecoratedInputBase, DefaultValidatorErrorsService, DynamicFormFieldDirective, DynamicFormGroupDirective, EMAIL_INPUT_TOKEN, ET_OVERLAY_CONFIG_CLASS_KEYS, EXPOSE_INPUT_VARS_TOKEN, EmailInputComponent, EmailInputDirective, ErrorComponent, ExposeInputVarsDirective, FILTER_OVERLAY_CONFIG, FLOATING_UI_PLACEMENTS, FilterOverlayService, 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_CHECKBOX_GROUP_TOKEN, MENU_CONTAINER, MENU_GROUP_TITLE_TOKEN, MENU_GROUP_TOKEN, MENU_ITEM_TOKEN, MENU_RADIO_GROUP_TOKEN, MENU_SEARCH_TEMPLATE_TOKEN, MENU_TEMPLATE, MENU_TRIGGER_TOKEN, MasonryComponent, MasonryImports, MasonryItemComponent, MenuCheckboxGroupDirective, MenuCheckboxItemComponent, MenuComponent, MenuContainerComponent, MenuGroupDirective, MenuGroupTitleDirective, MenuImports, MenuItemDirective, MenuRadioGroupDirective, MenuRadioItemComponent, MenuSearchTemplateDirective, 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_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_SHARED_ROUTE_TEMPLATE_TOKEN, OverlayBackOrCloseDirective, OverlayBodyComponent, OverlayCloseBlockerDirective, OverlayCloseDirective, OverlayContainerComponent, OverlayFooterDirective, OverlayHandlerLinkDirective, OverlayHeaderDirective, OverlayHeaderTemplateDirective, OverlayImports, OverlayMainDirective, OverlayOriginCloneComponent, OverlayRef, OverlayRouteHeaderTemplateOutletComponent, OverlayRouterLinkDirective, OverlayRouterOutletComponent, OverlayRouterOutletDisabledTemplateDirective, OverlayRouterService, OverlaySharedRouteTemplateDirective, OverlaySharedRouteTemplateOutletComponent, OverlaySidebarComponent, OverlaySidebarPageComponent, OverlayTitleDirective, OverlayWithRoutingImports, OverlayWithSidebarImports, PASSWORD_INPUT_TOKEN, PROGRESS_SPINNER_DEFAULT_OPTIONS, PROGRESS_SPINNER_DEFAULT_OPTIONS_FACTORY, PaginatedTabHeaderDirective, PaginationComponent, PaginationHeadService, PaginationImports, PaginationLinkDirective, PasswordInputComponent, PasswordInputDirective, PasswordInputToggleComponent, PictureComponent, 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, 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, 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, abortFullscreenAnimation, accordionAnimations, anchoredDialogOverlayStrategy, bottomSheetOverlayStrategy, cleanupFullscreenAnimation, cleanupFullscreenAnimationStyles, createBracketConfig, createComboboxConfig, createFormChangesTracker, createNavigationDismissChecker, createOverlayDismissChecker, createOverlayHandler, createOverlayHandlerWithQueryParamLifecycle, createToggletipConfig, createTooltipConfig, defaultSubmitButtonConfigFn, dialogOverlayStrategy, enableDragToDismiss, exactMatchOptions, extractFirstImageUrl, findNextRelevantHtmlElement, fullScreenDialogOverlayStrategy, getClosestOverlay, getOriginCoordinatesAndDimensions, injectAnchoredDialogStrategy, injectAnchoredDialogStrategyDefaults, injectBottomSheetStrategy, injectBottomSheetStrategyDefaults, injectBreadcrumbManager, injectDialogStrategy, injectDialogStrategyDefaults, injectFocusRegistry, injectFullscreenDialogStrategy, injectFullscreenDialogStrategyDefaults, injectLeftSheetStrategy, injectLeftSheetStrategyDefaults, injectOverlayManager, injectOverlayScrollBlocker, injectRightSheetStrategy, injectRightSheetStrategyDefaults, injectRouterNavigationState, injectTopSheetStrategy, injectTopSheetStrategyDefaults, isEmptyArray, isHtmlElement, isObjectArray, isPointerEvent, isPrimitiveArray, isScrollableChildActive, isScrollableChildIgnored, isTouchEvent, isUpperBracketMatch, leftSheetOverlayStrategy, mergeOverlayBreakpointConfigs, normalizePictureSizes, normalizePictureSource, normalizeRoundType, orderRounds, orderRoundsByRoundNumber, paginate, provideAnchoredDialogStrategy, provideAnchoredDialogStrategyDefaults, provideBottomSheetStrategy, provideBottomSheetStrategyDefaults, provideBracketConfig, provideBreadcrumbManager, provideComboboxConfig, provideDateFormat, provideDateTimeFormat, provideDialogStrategy, provideDialogStrategyDefaults, provideFilterOverlayConfig, provideFocusRegistry, provideFullscreenDialogStrategy, provideFullscreenDialogStrategyDefaults, provideIcons, provideImageConfig, provideLeftSheetStrategy, provideLeftSheetStrategyDefaults, provideOverlay, provideOverlayManager, provideOverlayRouterConfig, provideOverlayScrollBlocker, provideRightSheetStrategy, provideRightSheetStrategyDefaults, provideSidebarOverlayConfig, provideSort, provideTimeFormat, provideToggletipConfig, provideTooltipConfig, provideTopSheetStrategy, provideTopSheetStrategyDefaults, provideValidatorErrorsService, rightSheetOverlayStrategy, signalVisibilityChangeClasses, startFullscreenEnterAnimation, startFullscreenLeaveAnimation, subsetMatchOptions, tabAnimations, topSheetOverlayStrategy, transformingBottomSheetToDialogOverlayStrategy, transformingFullScreenDialogToDialogOverlayStrategy, transformingFullScreenDialogToRightSheetOverlayStrategy };
9247
- export type { AbstractComboboxBody, AbstractComboboxOption, ActiveTabUnderlineItem, ArrowViewState, ArrowViewStateTransition, BracketConfig, BracketMatch, BracketRound, CarouselTransitionDirection, CarouselTransitionType, ComboboxConfig, ConnectedMatches, CreateFormChangesTrackerConfig, CreateNavigationDismissCheckerConfig, CreateOverlayDismissCheckerConfig, CreateOverlayHandlerConfig, CreateOverlayHandlerInnerConfig, CreateOverlayHandlerWithQueryParamLifecycleConfig, DefaultSubmitButtonConfigFnConfig, DragToDismissContext, DragToDismissRef, ExposeInputVarsContext, FilterOverlayConfig, FilterOverlayResult, FilterOverlaySubmitButtonConfig, FocusElementRegistryEntry, FormChangesTrackerRef, FullscreenAnimationDeps, FullscreenAnimationState, IconDefinition, InlineTabBodyOriginState, InlineTabBodyPositionState, InputTouchedFn, InputValueChangeFn, InputValueUpdateType, MasonryDimensions, MaybeOverlayConsumerConfigWithData, NativeSelectOptionValue, NavigationDismissCheckerRef, OverlayAutoFocusTarget, OverlayBodyDividerType, OverlayBreakpointConfig, OverlayCloseCallEvent, OverlayConfig, OverlayConsumerConfig, OverlayDismissCheckerRef, OverlayDragToDismissConfig, OverlayHandler, OverlayHandlerWithQueryParamLifecycle, OverlayHeaderTemplates, OverlayLayout, OverlayPosition, OverlayRole, OverlayRoute, OverlayRouterConfig, OverlayRouterNavigateConfig, OverlayRouterNavigationDirection, OverlayRouterTransitionType, OverlayStrategy, OverlayStrategyBreakpoint, OverlayStrategyContext, PaginateOptions, PaginatedTabHeaderItem, PaginationHeadServiceConfig, PaginationItem, PictureConfig, PictureSource, Primitive, ProgressSpinnerDefaultOptions, ProgressSpinnerMode, QueryErrorItem, QueryErrorList, Reference, ScrollObserverScrollState, ScrollableButtonPosition, ScrollableDirection, ScrollableIntersectionChange, ScrollableItemSize, ScrollableLoadingTemplatePosition, ScrollableScrollMode, ScrollableScrollOrigin, SegmentedButtonGroupRenderAs, SidebarOverlayConfig, SortDefaultOptions, SortHeaderArrowPosition, SortHeaderColumnDef, Sortable, SwipeEndEvent, SwipeUpdateEvent, TabConfig, TabPaginationScrollDirection, TableDataSourcePageEvent, TableDataSourcePaginator, ToggletipConfig, TooltipConfig, ValidationErrorsServiceType, ValidatorErrors, ViewportTransformData, _ActiveTabUnderlinePositioner };
9935
+ type SwipeTracker = {
9936
+ update(event: TouchEvent | MouseEvent): SwipeUpdateEvent;
9937
+ end(): SwipeEndEvent;
9938
+ cancel(): void;
9939
+ };
9940
+ declare const createSwipeTracker: (startEvent: TouchEvent | MouseEvent) => SwipeTracker;
9941
+
9942
+ export { ACCORDION_COMPONENT, ACCORDION_HINT_WRAPPER_DIRECTIVE, ACCORDION_LABEL_WRAPPER_DIRECTIVE, AccordionComponent, AccordionGroupComponent, AccordionHintDirective, AccordionHintWrapperDirective, AccordionImports, AccordionLabelDirective, AccordionLabelWrapperDirective, ActiveTabUnderlineBarManager, ActiveTabUnderlineDirective, AutosizeTextareaDirective, BRACKET_CONFIG_TOKEN, BRACKET_DEFAULT_CONFIG, BRACKET_MATCH_ID_TOKEN, BRACKET_ROUND_ID_TOKEN, BRACKET_TOKEN, Bracket, BracketComponent, BracketImports, BracketMatchComponent$1 as BracketMatchComponent, BracketMatchDirective, index_d as BracketNew, BracketRoundDirective, BracketRoundHeaderComponent$1 as BracketRoundHeaderComponent, BreadcrumbComponent, BreadcrumbImports, BreadcrumbItemDirective, BreadcrumbItemTemplateDirective, BreadcrumbOutletComponent, BreadcrumbTemplateDirective, 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, 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, CellDefDirective, CellDirective, CheckboxComponent, CheckboxDirective, CheckboxFieldComponent, CheckboxFieldDirective, CheckboxGroupComponent, CheckboxGroupControlDirective, CheckboxGroupDirective, CheckboxImports, ColorInputComponent, ColorInputDirective, ColumnDefDirective, ComboboxBodyComponent, ComboboxBodyEmptyTemplateDirective, ComboboxBodyErrorTemplateDirective, ComboboxBodyLoadingTemplateDirective, ComboboxBodyMoreItemsHintTemplateDirective, ComboboxComponent, ComboboxDirective, ComboboxImports, ComboboxOptionComponent, ComboboxOptionTemplateDirective, ComboboxSelectedOptionTemplateDirective, DAILYMOTION_PLAYER_TOKEN, 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, DYNAMIC_FORM_FIELD_TOKEN, DYNAMIC_FORM_GROUP_TOKEN, DailymotionPlayerComponent, DailymotionPlayerDirective, DateInputComponent, DateInputDirective, DateTimeInputComponent, DateTimeInputDirective, DecoratedFormFieldBase, DecoratedInputBase, DefaultValidatorErrorsService, DynamicFormFieldDirective, DynamicFormGroupDirective, EMAIL_INPUT_TOKEN, ET_OVERLAY_CONFIG_CLASS_KEYS, EXPOSE_INPUT_VARS_TOKEN, EmailInputComponent, EmailInputDirective, ErrorComponent, ExposeInputVarsDirective, FACEBOOK_PLAYER_TOKEN, FILTER_OVERLAY_CONFIG, FLOATING_UI_PLACEMENTS, FacebookPlayerComponent, FacebookPlayerDirective, FilterOverlayService, 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, KICK_PLAYER_TOKEN, KickPlayerComponent, KickPlayerDirective, LABEL_TOKEN, LabelComponent, LabelImports, LabelSuffixDirective, MASONRY_ITEM_TOKEN, MAX_SAFE_INTEGER, MENU, 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_TEMPLATE, MENU_TRIGGER_TOKEN, MasonryComponent, MasonryImports, MasonryItemComponent, MenuCheckboxGroupDirective, MenuCheckboxItemComponent, MenuComponent, MenuContainerComponent, MenuGroupDirective, MenuGroupTitleDirective, MenuImports, MenuItemDirective, MenuRadioGroupDirective, MenuRadioItemComponent, MenuSearchTemplateDirective, 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_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_SHARED_ROUTE_TEMPLATE_TOKEN, OverlayBackOrCloseDirective, OverlayBodyComponent, OverlayCloseBlockerDirective, OverlayCloseDirective, OverlayContainerComponent, OverlayFooterDirective, OverlayHandlerLinkDirective, OverlayHeaderDirective, OverlayHeaderTemplateDirective, OverlayImports, OverlayMainDirective, OverlayOriginCloneComponent, OverlayRef, OverlayRouteHeaderTemplateOutletComponent, OverlayRouterLinkDirective, OverlayRouterOutletComponent, OverlayRouterOutletDisabledTemplateDirective, OverlayRouterService, OverlaySharedRouteTemplateDirective, OverlaySharedRouteTemplateOutletComponent, OverlaySidebarComponent, OverlaySidebarPageComponent, OverlayTitleDirective, OverlayWithRoutingImports, OverlayWithSidebarImports, PASSWORD_INPUT_TOKEN, PROGRESS_SPINNER_DEFAULT_OPTIONS, PROGRESS_SPINNER_DEFAULT_OPTIONS_FACTORY, PaginatedTabHeaderDirective, PaginationComponent, PaginationHeadService, PaginationImports, PaginationLinkDirective, PasswordInputComponent, PasswordInputDirective, PasswordInputToggleComponent, PictureComponent, 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, 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, SOOP_PLAYER_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, STREAM_CONSENT_CONTENT_TOKEN, STREAM_CONSENT_PLACEHOLDER_TOKEN, STREAM_CONSENT_TOKEN, STREAM_PLAYER_TOKEN, STREAM_USER_CONSENT_PROVIDER_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, SoopPlayerComponent, SoopPlayerDirective, SortDirective, SortHeaderComponent, SortHeaderIntl, SortImports, StaticFormFieldDirective, StaticFormGroupDirective, StreamConsentAcceptDirective, StreamConsentComponent, StreamConsentContentDirective, StreamConsentDirective, StreamConsentPlaceholderDirective, StreamImports, StreamPipChromeComponent, TAB, TABS_CONFIG, TAB_CONTENT, TAB_GROUP, TAB_LABEL, TEL_INPUT_TOKEN, TEXTAREA_INPUT_TOKEN, TEXT_INPUT_TOKEN, TIKTOK_PLAYER_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, TWITCH_PLAYER_TOKEN, TabImports, TableBusyDirective, TableBusyOutletDirective, TableComponent, TableDataSource, TableImports, TelInputComponent, TelInputDirective, TextColumnComponent, TextInputComponent, TextInputDirective, TextareaInputComponent, TextareaInputDirective, TikTokPlayerComponent, TikTokPlayerDirective, TimeInputComponent, TimeInputDirective, ToggletipCloseDirective, ToggletipComponent, ToggletipDirective, ToggletipImports, TooltipComponent, TooltipDirective, TooltipImports, TwitchPlayerComponent, TwitchPlayerDirective, VALIDATOR_ERROR_SERVICE_TOKEN, VIMEO_PLAYER_TOKEN, VimeoPlayerComponent, VimeoPlayerDirective, WRITEABLE_INPUT_TOKEN, WRITEABLE_INPUT_VALUE_ACCESSOR, WriteableInputDirective, YOUTUBE_PLAYER_SLOT_TOKEN, YOUTUBE_PLAYER_TOKEN, YoutubePlayerComponent, YoutubePlayerDirective, YoutubePlayerParamsDirective, YoutubePlayerSlotComponent, YoutubePlayerSlotDirective, _MAT_INK_BAR_POSITIONER, _MAT_INK_BAR_POSITIONER_FACTORY, abortFullscreenAnimation, accordionAnimations, anchoredDialogOverlayStrategy, animateWithFixedWrapper, bottomSheetOverlayStrategy, cleanupFullscreenAnimation, cleanupFullscreenAnimationStyles, createBracketConfig, createComboboxConfig, createFormChangesTracker, createNavigationDismissChecker, createOverlayDismissChecker, createOverlayHandler, createOverlayHandlerWithQueryParamLifecycle, createSwipeTracker, createToggletipConfig, createTooltipConfig, defaultSubmitButtonConfigFn, dialogOverlayStrategy, enableDragToDismiss, exactMatchOptions, extractFirstImageUrl, findNextRelevantHtmlElement, fullScreenDialogOverlayStrategy, getClosestOverlay, getOriginCoordinatesAndDimensions, injectAnchoredDialogStrategy, injectAnchoredDialogStrategyDefaults, injectBottomSheetStrategy, injectBottomSheetStrategyDefaults, injectBreadcrumbManager, injectDialogStrategy, injectDialogStrategyDefaults, injectFocusRegistry, injectFullscreenDialogStrategy, injectFullscreenDialogStrategyDefaults, injectLeftSheetStrategy, injectLeftSheetStrategyDefaults, injectOverlayManager, injectOverlayScrollBlocker, injectRightSheetStrategy, injectRightSheetStrategyDefaults, injectRouterNavigationState, injectStreamManager, injectStreamPipManager, injectStreamScriptLoader, injectStreamUserConsentProvider, injectTopSheetStrategy, injectTopSheetStrategyDefaults, isEmptyArray, isHtmlElement, isObjectArray, isPointerEvent, isPrimitiveArray, isScrollableChildActive, isScrollableChildIgnored, isTouchEvent, isUpperBracketMatch, leftSheetOverlayStrategy, mergeOverlayBreakpointConfigs, normalizePictureSizes, normalizePictureSource, normalizeRoundType, orderRounds, orderRoundsByRoundNumber, paginate, pipMoveBefore, provideAnchoredDialogStrategy, provideAnchoredDialogStrategyDefaults, provideBottomSheetStrategy, provideBottomSheetStrategyDefaults, provideBracketConfig, provideBreadcrumbManager, provideComboboxConfig, provideDateFormat, provideDateTimeFormat, provideDialogStrategy, provideDialogStrategyDefaults, provideFilterOverlayConfig, provideFocusRegistry, provideFullscreenDialogStrategy, provideFullscreenDialogStrategyDefaults, provideIcons, provideImageConfig, provideLeftSheetStrategy, provideLeftSheetStrategyDefaults, provideOverlay, provideOverlayManager, provideOverlayRouterConfig, provideOverlayScrollBlocker, provideRightSheetStrategy, provideRightSheetStrategyDefaults, provideSidebarOverlayConfig, provideSort, provideStreamManager, provideStreamPipManager, provideTimeFormat, provideToggletipConfig, provideTooltipConfig, provideTopSheetStrategy, provideTopSheetStrategyDefaults, provideValidatorErrorsService, rightSheetOverlayStrategy, signalVisibilityChangeClasses, startFullscreenEnterAnimation, startFullscreenLeaveAnimation, subsetMatchOptions, tabAnimations, topSheetOverlayStrategy, transformingBottomSheetToDialogOverlayStrategy, transformingFullScreenDialogToDialogOverlayStrategy, transformingFullScreenDialogToRightSheetOverlayStrategy };
9943
+ export type { AbstractComboboxBody, AbstractComboboxOption, ActiveTabUnderlineItem, ArrowViewState, ArrowViewStateTransition, BracketConfig, BracketMatch, BracketRound, CarouselTransitionDirection, CarouselTransitionType, ComboboxConfig, ConnectedMatches, CreateFormChangesTrackerConfig, CreateNavigationDismissCheckerConfig, CreateOverlayDismissCheckerConfig, CreateOverlayHandlerConfig, CreateOverlayHandlerInnerConfig, CreateOverlayHandlerWithQueryParamLifecycleConfig, DefaultSubmitButtonConfigFnConfig, DragToDismissContext, DragToDismissRef, ExposeInputVarsContext, FilterOverlayConfig, FilterOverlayResult, FilterOverlaySubmitButtonConfig, FocusElementRegistryEntry, FormChangesTrackerRef, FullscreenAnimationDeps, FullscreenAnimationState, IconDefinition, InlineTabBodyOriginState, InlineTabBodyPositionState, InputTouchedFn, InputValueChangeFn, InputValueUpdateType, MasonryDimensions, MaybeOverlayConsumerConfigWithData, NativeSelectOptionValue, NavigationDismissCheckerRef, OverlayAutoFocusTarget, OverlayBodyDividerType, OverlayBreakpointConfig, OverlayCloseCallEvent, OverlayConfig, OverlayConsumerConfig, OverlayDismissCheckerRef, OverlayDragToDismissConfig, OverlayHandler, OverlayHandlerWithQueryParamLifecycle, OverlayHeaderTemplates, OverlayLayout, OverlayPosition, OverlayRole, OverlayRoute, OverlayRouterConfig, OverlayRouterNavigateConfig, OverlayRouterNavigationDirection, OverlayRouterTransitionType, OverlayStrategy, OverlayStrategyBreakpoint, OverlayStrategyContext, PaginateOptions, PaginatedTabHeaderItem, PaginationHeadServiceConfig, PaginationItem, PictureConfig, PictureSource, Primitive, ProgressSpinnerDefaultOptions, ProgressSpinnerMode, QueryErrorItem, QueryErrorList, Reference, ScrollObserverScrollState, ScrollableButtonPosition, ScrollableDirection, ScrollableIntersectionChange, ScrollableItemSize, ScrollableLoadingTemplatePosition, ScrollableScrollMode, ScrollableScrollOrigin, SegmentedButtonGroupRenderAs, SidebarOverlayConfig, SortDefaultOptions, SortHeaderArrowPosition, SortHeaderColumnDef, Sortable, StreamManager, StreamPipEntry, StreamPipManager, StreamPlayer, StreamPlayerCapabilities, StreamPlayerEntry, StreamPlayerId, StreamPlayerState, StreamScriptLoader, StreamSlotEntry, SwipeEndEvent, SwipeTracker, SwipeUpdateEvent, TabConfig, TabPaginationScrollDirection, TableDataSourcePageEvent, TableDataSourcePaginator, ToggletipConfig, TooltipConfig, TwitchEmbed, TwitchEmbedConstructor, TwitchEmbedPlayer, TwitchPlayerParams, TwitchWindow, ValidationErrorsServiceType, ValidatorErrors, ViewportTransformData, VimeoPlaybackEvent, VimeoPlayer, VimeoPlayerOptions, VimeoWindow, YtPlayer, YtPlayerConfig, YtPlayerErrorEvent, YtPlayerEvent, YtPlayerStateChangeEvent, YtPlayerVars, YtWindow, _ActiveTabUnderlinePositioner };