@ethlete/core 4.28.0 → 4.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/fesm2022/ethlete-core.mjs +123 -123
- package/fesm2022/ethlete-core.mjs.map +1 -1
- package/index.d.ts +1973 -36
- package/package.json +9 -8
- package/lib/components/structured-data/index.d.ts +0 -1
- package/lib/components/structured-data/structured-data.component.d.ts +0 -11
- package/lib/constants/index.d.ts +0 -1
- package/lib/constants/viewport.constants.d.ts +0 -8
- package/lib/decorators/memo/index.d.ts +0 -1
- package/lib/decorators/memo/memo.decorator.d.ts +0 -13
- package/lib/directives/animatable/animatable.directive.d.ts +0 -24
- package/lib/directives/animatable/index.d.ts +0 -1
- package/lib/directives/animated-if/animated-if.directive.d.ts +0 -12
- package/lib/directives/animated-if/index.d.ts +0 -1
- package/lib/directives/animated-lifecycle/animated-lifecycle.directive.d.ts +0 -29
- package/lib/directives/animated-lifecycle/index.d.ts +0 -1
- package/lib/directives/animated-overlay/animated-overlay.directive.d.ts +0 -118
- package/lib/directives/animated-overlay/index.d.ts +0 -1
- package/lib/directives/click-outside/click-outside.directive.d.ts +0 -12
- package/lib/directives/click-outside/index.d.ts +0 -1
- package/lib/directives/cursor-drag-scroll/cursor-drag-scroll.constants.d.ts +0 -2
- package/lib/directives/cursor-drag-scroll/cursor-drag-scroll.directive.d.ts +0 -30
- package/lib/directives/cursor-drag-scroll/index.d.ts +0 -2
- package/lib/directives/debug/debug.directive.d.ts +0 -15
- package/lib/directives/debug/index.d.ts +0 -1
- package/lib/directives/delayable/delayable.directive.d.ts +0 -13
- package/lib/directives/delayable/index.d.ts +0 -1
- package/lib/directives/is-active-element/index.d.ts +0 -1
- package/lib/directives/is-active-element/is-active-element.directive.d.ts +0 -10
- package/lib/directives/is-element/index.d.ts +0 -1
- package/lib/directives/is-element/is-element.directive.d.ts +0 -10
- package/lib/directives/let/index.d.ts +0 -2
- package/lib/directives/let/let.directive.d.ts +0 -15
- package/lib/directives/let/let.types.d.ts +0 -4
- package/lib/directives/observe-content/index.d.ts +0 -1
- package/lib/directives/observe-content/observe-content.directive.d.ts +0 -21
- package/lib/directives/observe-resize/index.d.ts +0 -1
- package/lib/directives/observe-resize/observe-resize.directive.d.ts +0 -21
- package/lib/directives/observe-scroll-state/index.d.ts +0 -3
- package/lib/directives/observe-scroll-state/observe-scroll-state.constants.d.ts +0 -3
- package/lib/directives/observe-scroll-state/observe-scroll-state.directive.d.ts +0 -31
- package/lib/directives/observe-scroll-state/observe-scroll-state.types.d.ts +0 -6
- package/lib/directives/observe-visibility/index.d.ts +0 -1
- package/lib/directives/observe-visibility/observe-visibility.directive.d.ts +0 -30
- package/lib/directives/repeat/index.d.ts +0 -1
- package/lib/directives/repeat/repeat.directive.d.ts +0 -13
- package/lib/directives/root-boundary/index.d.ts +0 -1
- package/lib/directives/root-boundary/root-boundary.directive.d.ts +0 -11
- package/lib/directives/scroll-observer-first-element/index.d.ts +0 -1
- package/lib/directives/scroll-observer-first-element/scroll-observer-first-element.directive.d.ts +0 -8
- package/lib/directives/scroll-observer-ignore-target/index.d.ts +0 -1
- package/lib/directives/scroll-observer-ignore-target/scroll-observer-ignore-target.directive.d.ts +0 -6
- package/lib/directives/scroll-observer-last-element/index.d.ts +0 -1
- package/lib/directives/scroll-observer-last-element/scroll-observer-last-element.directive.d.ts +0 -8
- package/lib/directives/seo/index.d.ts +0 -4
- package/lib/directives/seo/seo.directive.constants.d.ts +0 -3
- package/lib/directives/seo/seo.directive.d.ts +0 -21
- package/lib/directives/seo/seo.directive.types.d.ts +0 -51
- package/lib/directives/seo/seo.directive.utils.d.ts +0 -2
- package/lib/pipes/infer-mime-type/index.d.ts +0 -2
- package/lib/pipes/infer-mime-type/infer-mime-type.pipe.d.ts +0 -7
- package/lib/pipes/infer-mime-type/infer-mime-type.util.d.ts +0 -6
- package/lib/pipes/normalize-game-result-type/index.d.ts +0 -3
- package/lib/pipes/normalize-game-result-type/normalize-game-result-type.pipe.d.ts +0 -7
- package/lib/pipes/normalize-game-result-type/normalize-game-result-type.types.d.ts +0 -4
- package/lib/pipes/normalize-game-result-type/normalize-game-result-type.util.d.ts +0 -2
- package/lib/pipes/normalize-match-participants/index.d.ts +0 -3
- package/lib/pipes/normalize-match-participants/normalize-match-participants.pipe.d.ts +0 -7
- package/lib/pipes/normalize-match-participants/normalize-match-participants.types.d.ts +0 -21
- package/lib/pipes/normalize-match-participants/normalize-match-participants.util.d.ts +0 -4
- package/lib/pipes/normalize-match-score/index.d.ts +0 -3
- package/lib/pipes/normalize-match-score/normalize-match-score.pipe.d.ts +0 -7
- package/lib/pipes/normalize-match-score/normalize-match-score.types.d.ts +0 -12
- package/lib/pipes/normalize-match-score/normalize-match-score.util.d.ts +0 -27
- package/lib/pipes/normalize-match-state/index.d.ts +0 -3
- package/lib/pipes/normalize-match-state/normalize-match-state.constants.d.ts +0 -7
- package/lib/pipes/normalize-match-state/normalize-match-state.pipe.d.ts +0 -7
- package/lib/pipes/normalize-match-state/normalize-match-state.util.d.ts +0 -3
- package/lib/pipes/normalize-match-type/index.d.ts +0 -2
- package/lib/pipes/normalize-match-type/normalize-match-type.pipe.d.ts +0 -7
- package/lib/pipes/normalize-match-type/normalize-match-type.util.d.ts +0 -3
- package/lib/pipes/to-array/index.d.ts +0 -2
- package/lib/pipes/to-array/to-array.pipe.d.ts +0 -7
- package/lib/pipes/to-array/to-array.util.d.ts +0 -3
- package/lib/props/create-prop-handlers.d.ts +0 -27
- package/lib/props/create-props.d.ts +0 -54
- package/lib/props/create-setup.d.ts +0 -4
- package/lib/props/dependency-stash.d.ts +0 -11
- package/lib/props/element-dictionary.d.ts +0 -11
- package/lib/props/index.d.ts +0 -8
- package/lib/props/props-binding.d.ts +0 -12
- package/lib/props/props.directive.d.ts +0 -38
- package/lib/props/template-input.d.ts +0 -30
- package/lib/services/click-observer.service.d.ts +0 -20
- package/lib/services/content-observer.service.d.ts +0 -20
- package/lib/services/focus-visible.service.d.ts +0 -11
- package/lib/services/index.d.ts +0 -8
- package/lib/services/intersection-observer.service.d.ts +0 -20
- package/lib/services/resize-observer.service.d.ts +0 -20
- package/lib/services/router-state.service.d.ts +0 -96
- package/lib/services/viewport.service.d.ts +0 -64
- package/lib/services/viewport.types.d.ts +0 -5
- package/lib/types/angular.types.d.ts +0 -13
- package/lib/types/i18n.types.d.ts +0 -4
- package/lib/types/index.d.ts +0 -4
- package/lib/types/value.types.d.ts +0 -2
- package/lib/types/viewport.types.d.ts +0 -12
- package/lib/utils/active-selection-model.utils.d.ts +0 -18
- package/lib/utils/angular.utils.d.ts +0 -3
- package/lib/utils/animation.utils.d.ts +0 -61
- package/lib/utils/clamp.util.d.ts +0 -1
- package/lib/utils/clone.util.d.ts +0 -15
- package/lib/utils/component-id.utils.d.ts +0 -1
- package/lib/utils/cookie.util.d.ts +0 -5
- package/lib/utils/destroy.utils.d.ts +0 -1
- package/lib/utils/equal.util.d.ts +0 -27
- package/lib/utils/form.utils.d.ts +0 -3
- package/lib/utils/index.d.ts +0 -27
- package/lib/utils/inject.utils.d.ts +0 -3
- package/lib/utils/intersection-observer.utils.d.ts +0 -40
- package/lib/utils/key-press-manager.utils.d.ts +0 -9
- package/lib/utils/logger.d.ts +0 -10
- package/lib/utils/media-query-observable.util.d.ts +0 -5
- package/lib/utils/mutation-observable.util.d.ts +0 -7
- package/lib/utils/object.utils.d.ts +0 -3
- package/lib/utils/reactive-binding.util.d.ts +0 -31
- package/lib/utils/resize-observable.util.d.ts +0 -5
- package/lib/utils/round.utils.d.ts +0 -1
- package/lib/utils/runtime-error.utils.d.ts +0 -8
- package/lib/utils/scrollable.utils.d.ts +0 -91
- package/lib/utils/selection-model.utils.d.ts +0 -108
- package/lib/utils/signal.utils.d.ts +0 -312
- package/lib/utils/smart-block-scroll-strategy.utils.d.ts +0 -17
- package/lib/utils/value.utils.d.ts +0 -4
- package/lib/utils/viewport.util.d.ts +0 -6
- package/lib/validators/at-least-one-required.validator.d.ts +0 -14
- package/lib/validators/index.d.ts +0 -12
- package/lib/validators/is-array-not-empty.validator.d.ts +0 -3
- package/lib/validators/is-email.validator.d.ts +0 -3
- package/lib/validators/must-match.validator.d.ts +0 -5
package/package.json
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ethlete/core",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.29.0",
|
|
4
|
+
"license": "MIT",
|
|
4
5
|
"sideEffects": false,
|
|
5
6
|
"peerDependencies": {
|
|
6
|
-
"@angular/cdk": "
|
|
7
|
-
"@angular/common": "
|
|
8
|
-
"@angular/core": "
|
|
9
|
-
"@angular/forms": "
|
|
10
|
-
"@angular/platform-browser": "
|
|
11
|
-
"@angular/router": "
|
|
7
|
+
"@angular/cdk": "20.0.1",
|
|
8
|
+
"@angular/common": "20.0.0",
|
|
9
|
+
"@angular/core": "20.0.0",
|
|
10
|
+
"@angular/forms": "20.0.0",
|
|
11
|
+
"@angular/platform-browser": "20.0.0",
|
|
12
|
+
"@angular/router": "20.0.0",
|
|
12
13
|
"@ethlete/theming": "^2.3.1",
|
|
13
14
|
"@ethlete/types": "^1.6.2",
|
|
14
|
-
"@floating-ui/dom": "1.
|
|
15
|
+
"@floating-ui/dom": "1.7.0",
|
|
15
16
|
"rxjs": "7.8.2"
|
|
16
17
|
},
|
|
17
18
|
"module": "fesm2022/ethlete-core.mjs",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './structured-data.component';
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { SafeHtml } from '@angular/platform-browser';
|
|
2
|
-
import { JsonLD } from '@ethlete/types';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class StructuredDataComponent {
|
|
5
|
-
private readonly _sanitizer;
|
|
6
|
-
set data(currentValue: JsonLD.WithContext<JsonLD.Thing> | JsonLD.Graph | null | undefined);
|
|
7
|
-
jsonLD?: SafeHtml;
|
|
8
|
-
getSafeHTML(value: JsonLD.WithContext<JsonLD.Thing> | JsonLD.Graph | null | undefined): SafeHtml;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StructuredDataComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StructuredDataComponent, "et-structured-data", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
|
|
11
|
-
}
|
package/lib/constants/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './viewport.constants';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
import { ViewportConfig } from '../types';
|
|
3
|
-
export declare const VIEWPORT_CONFIG: InjectionToken<ViewportConfig>;
|
|
4
|
-
/**
|
|
5
|
-
* Default viewport config based on Tailwind CSS.
|
|
6
|
-
* @see https://tailwindcss.com/docs/screens
|
|
7
|
-
*/
|
|
8
|
-
export declare const DEFAULT_VIEWPORT_CONFIG: ViewportConfig;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './memo.decorator';
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export interface MemoResolver {
|
|
2
|
-
(...args: any[]): any;
|
|
3
|
-
}
|
|
4
|
-
export interface MapLike<K = unknown, V = unknown> {
|
|
5
|
-
set(key: K, v: V): MapLike<K, V>;
|
|
6
|
-
get(key: K): V;
|
|
7
|
-
has(key: K): boolean;
|
|
8
|
-
}
|
|
9
|
-
export interface MemoConfig {
|
|
10
|
-
resolver?: MemoResolver;
|
|
11
|
-
cache?: MapLike;
|
|
12
|
-
}
|
|
13
|
-
export declare const Memo: (config?: MemoConfig) => (_: unknown, __: string, descriptor: PropertyDescriptor) => PropertyDescriptor;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { InjectionToken, OnInit } from '@angular/core';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare const ANIMATABLE_TOKEN: InjectionToken<AnimatableDirective>;
|
|
5
|
-
export declare class AnimatableDirective implements OnInit {
|
|
6
|
-
private _didEmitStart;
|
|
7
|
-
private readonly _parent;
|
|
8
|
-
private readonly _destroy$;
|
|
9
|
-
private readonly _elementRef;
|
|
10
|
-
private readonly _animationStart$;
|
|
11
|
-
private readonly _animationEnd$;
|
|
12
|
-
private readonly _animationCancelled$;
|
|
13
|
-
set animatedElement(value: string | HTMLElement | null | undefined);
|
|
14
|
-
private _animatedElement$;
|
|
15
|
-
readonly animationStart$: Observable<void>;
|
|
16
|
-
readonly animationEnd$: Observable<void>;
|
|
17
|
-
readonly animationCancelled$: Observable<void>;
|
|
18
|
-
private readonly _hostActiveAnimationCount$;
|
|
19
|
-
private readonly _totalActiveAnimationCount$;
|
|
20
|
-
readonly isAnimating$: Observable<boolean>;
|
|
21
|
-
ngOnInit(): void;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AnimatableDirective, never>;
|
|
23
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AnimatableDirective, "[etAnimatable]", ["etAnimatable"], { "animatedElement": { "alias": "etAnimatable"; "required": false; }; }, {}, never, never, true, never>;
|
|
24
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './animatable.directive';
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
export declare const ANIMATED_IF_TOKEN: InjectionToken<AnimatedIfDirective>;
|
|
5
|
-
export declare class AnimatedIfDirective {
|
|
6
|
-
private readonly _destroy$;
|
|
7
|
-
private readonly _ngIf;
|
|
8
|
-
private readonly _animatedLifecycle;
|
|
9
|
-
set shouldRender(value: unknown);
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AnimatedIfDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AnimatedIfDirective, "[etAnimatedIf]", never, { "shouldRender": { "alias": "etAnimatedIf"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.NgIf; inputs: {}; outputs: {}; }]>;
|
|
12
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './animated-if.directive';
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, InjectionToken } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "../animatable/animatable.directive";
|
|
4
|
-
export declare const ANIMATED_LIFECYCLE_TOKEN: InjectionToken<AnimatedLifecycleDirective>;
|
|
5
|
-
export type AnimatedLifecycleState = 'entering' | 'entered' | 'leaving' | 'left' | 'init';
|
|
6
|
-
export declare class AnimatedLifecycleDirective implements AfterViewInit {
|
|
7
|
-
private readonly _destroy$;
|
|
8
|
-
private readonly _elementRef;
|
|
9
|
-
private readonly _animatable;
|
|
10
|
-
private readonly _classList;
|
|
11
|
-
private _isConstructed;
|
|
12
|
-
private _state$;
|
|
13
|
-
readonly state$: import("rxjs").Observable<AnimatedLifecycleState>;
|
|
14
|
-
get state(): AnimatedLifecycleState;
|
|
15
|
-
stateSignal: import("@angular/core").Signal<AnimatedLifecycleState>;
|
|
16
|
-
stateChange: import("@angular/core").OutputRef<AnimatedLifecycleState>;
|
|
17
|
-
skipNextEnter: import("@angular/core").ModelSignal<boolean>;
|
|
18
|
-
constructor();
|
|
19
|
-
ngAfterViewInit(): void;
|
|
20
|
-
enter(config?: {
|
|
21
|
-
onlyTransition?: boolean;
|
|
22
|
-
}): void;
|
|
23
|
-
leave(config?: {
|
|
24
|
-
onlyTransition?: boolean;
|
|
25
|
-
}): void;
|
|
26
|
-
_forceState(state: AnimatedLifecycleState): void;
|
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AnimatedLifecycleDirective, never>;
|
|
28
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AnimatedLifecycleDirective, "[etAnimatedLifecycle]", ["etAnimatedLifecycle"], { "skipNextEnter": { "alias": "skipNextEnter"; "required": false; "isSignal": true; }; }, { "stateChange": "stateChange"; "skipNextEnter": "skipNextEnterChange"; }, never, never, true, [{ directive: typeof i1.AnimatableDirective; inputs: {}; outputs: {}; }]>;
|
|
29
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './animated-lifecycle.directive';
|
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
import { OverlayRef } from '@angular/cdk/overlay';
|
|
2
|
-
import { ComponentPortal, ComponentType } from '@angular/cdk/portal';
|
|
3
|
-
import { ComponentRef, ElementRef, StaticProvider } from '@angular/core';
|
|
4
|
-
import { ProvideThemeDirective } from '@ethlete/theming';
|
|
5
|
-
import { OffsetOptions, Padding, Placement } from '@floating-ui/dom';
|
|
6
|
-
import { Subject } from 'rxjs';
|
|
7
|
-
import { AnimatedLifecycleDirective } from '../animated-lifecycle';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export interface AnimatedOverlayComponentBase {
|
|
10
|
-
_elementRef?: ElementRef<HTMLElement>;
|
|
11
|
-
_animatedLifecycle?: AnimatedLifecycleDirective;
|
|
12
|
-
_markForCheck?: () => void;
|
|
13
|
-
_setThemeFromProvider?: (provider: ProvideThemeDirective) => void;
|
|
14
|
-
}
|
|
15
|
-
export declare class AnimatedOverlayDirective<T extends AnimatedOverlayComponentBase> {
|
|
16
|
-
private readonly _destroy$;
|
|
17
|
-
private readonly _overlayService;
|
|
18
|
-
private readonly _injector;
|
|
19
|
-
private readonly _viewContainerRef;
|
|
20
|
-
private readonly _zone;
|
|
21
|
-
private readonly _elementRef;
|
|
22
|
-
private readonly _resizeObserverService;
|
|
23
|
-
private readonly _rootBoundary;
|
|
24
|
-
private _portal;
|
|
25
|
-
private _overlayRef;
|
|
26
|
-
private _componentRef;
|
|
27
|
-
private _floatingElCleanupFn;
|
|
28
|
-
private _beforeOpened;
|
|
29
|
-
private _afterOpened;
|
|
30
|
-
private _beforeClosed;
|
|
31
|
-
private _afterClosed;
|
|
32
|
-
private readonly _isMounted$;
|
|
33
|
-
private readonly _isMounting$;
|
|
34
|
-
private readonly _isUnmounting$;
|
|
35
|
-
private readonly _isHidden$;
|
|
36
|
-
/**
|
|
37
|
-
* The placement of the animated overlay.
|
|
38
|
-
* @default undefined
|
|
39
|
-
*/
|
|
40
|
-
placement?: Placement;
|
|
41
|
-
/**
|
|
42
|
-
* The allowed auto placements of the animated overlay.
|
|
43
|
-
* @see https://floating-ui.com/docs/flip#fallbackplacements
|
|
44
|
-
*/
|
|
45
|
-
fallbackPlacements?: Placement[];
|
|
46
|
-
/**
|
|
47
|
-
* The offset of the animated overlay.
|
|
48
|
-
* @see https://floating-ui.com/docs/offset
|
|
49
|
-
*/
|
|
50
|
-
offset: OffsetOptions | null;
|
|
51
|
-
/**
|
|
52
|
-
* The arrow padding.
|
|
53
|
-
* @see https://floating-ui.com/docs/arrow#padding
|
|
54
|
-
* @default 4
|
|
55
|
-
*/
|
|
56
|
-
arrowPadding: Padding | null;
|
|
57
|
-
/**
|
|
58
|
-
* The viewport padding.
|
|
59
|
-
* @default 8
|
|
60
|
-
*/
|
|
61
|
-
viewportPadding: Padding | null;
|
|
62
|
-
/**
|
|
63
|
-
* Whether the animated overlay should auto resize to fit the available space.
|
|
64
|
-
* Useful for things like selects where the list of options might be longer than the available space.
|
|
65
|
-
* @default false
|
|
66
|
-
*/
|
|
67
|
-
autoResize: boolean;
|
|
68
|
-
/**
|
|
69
|
-
* Whether the animated overlay should shift when it is near the viewport boundary.
|
|
70
|
-
*/
|
|
71
|
-
shift: boolean;
|
|
72
|
-
/**
|
|
73
|
-
* Whether the animated overlay should auto hide when the reference element is hidden.
|
|
74
|
-
* @default false
|
|
75
|
-
*/
|
|
76
|
-
autoHide: boolean;
|
|
77
|
-
/**
|
|
78
|
-
* Whether the animated overlay should auto close if the reference element is hidden.
|
|
79
|
-
* @default false
|
|
80
|
-
*/
|
|
81
|
-
autoCloseIfReferenceHidden: boolean;
|
|
82
|
-
/**
|
|
83
|
-
* The reference element for the animated overlay.
|
|
84
|
-
* @default this._elementRef.nativeElement
|
|
85
|
-
*/
|
|
86
|
-
referenceElement: HTMLElement;
|
|
87
|
-
get isMounted(): boolean;
|
|
88
|
-
get isMounted$(): import("rxjs").Observable<boolean>;
|
|
89
|
-
get isMounting(): boolean;
|
|
90
|
-
get isMounting$(): import("rxjs").Observable<boolean>;
|
|
91
|
-
get isUnmounting(): boolean;
|
|
92
|
-
get isHidden$(): import("rxjs").Observable<boolean>;
|
|
93
|
-
get isHidden(): boolean;
|
|
94
|
-
get canMount(): boolean;
|
|
95
|
-
get canUnmount(): boolean;
|
|
96
|
-
get portal(): ComponentPortal<T> | null;
|
|
97
|
-
get overlayRef(): OverlayRef | null;
|
|
98
|
-
get componentRef(): ComponentRef<T> | null;
|
|
99
|
-
mount(config: {
|
|
100
|
-
component: ComponentType<T>;
|
|
101
|
-
providers?: StaticProvider[];
|
|
102
|
-
data?: Partial<T>;
|
|
103
|
-
mirrorWidth?: boolean;
|
|
104
|
-
themeProvider?: ProvideThemeDirective | null;
|
|
105
|
-
}): T | undefined;
|
|
106
|
-
unmount(): void;
|
|
107
|
-
beforeOpened(): Subject<void>;
|
|
108
|
-
afterOpened(): Subject<void>;
|
|
109
|
-
beforeClosed(): Subject<void>;
|
|
110
|
-
afterClosed(): Subject<void>;
|
|
111
|
-
_destroy(): void;
|
|
112
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AnimatedOverlayDirective<any>, never>;
|
|
113
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AnimatedOverlayDirective<any>, never, never, { "placement": { "alias": "placement"; "required": false; }; "fallbackPlacements": { "alias": "fallbackPlacements"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "arrowPadding": { "alias": "arrowPadding"; "required": false; }; "viewportPadding": { "alias": "viewportPadding"; "required": false; }; "autoResize": { "alias": "autoResize"; "required": false; }; "shift": { "alias": "shift"; "required": false; }; "autoHide": { "alias": "autoHide"; "required": false; }; "autoCloseIfReferenceHidden": { "alias": "autoCloseIfReferenceHidden"; "required": false; }; "referenceElement": { "alias": "referenceElement"; "required": false; }; }, {}, never, never, true, never>;
|
|
114
|
-
static ngAcceptInputType_autoResize: unknown;
|
|
115
|
-
static ngAcceptInputType_shift: unknown;
|
|
116
|
-
static ngAcceptInputType_autoHide: unknown;
|
|
117
|
-
static ngAcceptInputType_autoCloseIfReferenceHidden: unknown;
|
|
118
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './animated-overlay.directive';
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ClickOutsideDirective implements OnInit, OnDestroy {
|
|
4
|
-
private _elementRef;
|
|
5
|
-
private _clickObserverService;
|
|
6
|
-
private _subscription;
|
|
7
|
-
etClickOutside: EventEmitter<MouseEvent>;
|
|
8
|
-
ngOnInit(): void;
|
|
9
|
-
ngOnDestroy(): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ClickOutsideDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ClickOutsideDirective, "[etClickOutside]", never, {}, { "etClickOutside": "etClickOutside"; }, never, never, true, never>;
|
|
12
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './click-outside.directive';
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CursorDragScrollDirective implements AfterViewInit {
|
|
4
|
-
private readonly _subscriptions;
|
|
5
|
-
private readonly _destroy$;
|
|
6
|
-
private readonly _elementRef;
|
|
7
|
-
private readonly _contentObserverService;
|
|
8
|
-
private readonly _resizeObserverService;
|
|
9
|
-
private readonly _bufferUntilScroll;
|
|
10
|
-
private readonly _mouseUp$;
|
|
11
|
-
private _isScrolling;
|
|
12
|
-
private _canScroll;
|
|
13
|
-
private _currentScrollState;
|
|
14
|
-
get enabled(): boolean;
|
|
15
|
-
set enabled(value: unknown);
|
|
16
|
-
private _enabled;
|
|
17
|
-
allowedDirection: 'horizontal' | 'vertical' | 'both';
|
|
18
|
-
readonly cursorDragStart: EventEmitter<void>;
|
|
19
|
-
readonly cursorDragMove: EventEmitter<void>;
|
|
20
|
-
readonly cursorDragEnd: EventEmitter<void>;
|
|
21
|
-
ngAfterViewInit(): void;
|
|
22
|
-
private _enableCursorDragScroll;
|
|
23
|
-
private _disableCursorDragScroll;
|
|
24
|
-
private _onMouseDown;
|
|
25
|
-
private _mouseMoveHandler;
|
|
26
|
-
private _mouseUpHandler;
|
|
27
|
-
private _updateCanScrollState;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CursorDragScrollDirective, never>;
|
|
29
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CursorDragScrollDirective, "[etCursorDragScroll]", ["etCursorDragScroll"], { "enabled": { "alias": "etCursorDragScroll"; "required": false; }; "allowedDirection": { "alias": "allowedDirection"; "required": false; }; }, { "cursorDragStart": "cursorDragStart"; "cursorDragMove": "cursorDragMove"; "cursorDragEnd": "cursorDragEnd"; }, never, never, true, never>;
|
|
30
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare const DEBUG_TOKEN: InjectionToken<DebugDirective>;
|
|
4
|
-
export declare class DebugDirective {
|
|
5
|
-
private readonly _destroy$;
|
|
6
|
-
private set sDebug(value);
|
|
7
|
-
private _debug;
|
|
8
|
-
readonly debug: import("@angular/core").Signal<boolean>;
|
|
9
|
-
readonly debug$: import("rxjs").Observable<boolean>;
|
|
10
|
-
readonly startDebug$: import("rxjs").Observable<boolean>;
|
|
11
|
-
readonly stopDebug$: import("rxjs").Observable<boolean>;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DebugDirective, never>;
|
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DebugDirective, "[etDebug]", ["etDebug"], { "sDebug": { "alias": "etDebug"; "required": false; }; }, {}, never, never, true, never>;
|
|
14
|
-
static ngAcceptInputType_sDebug: unknown;
|
|
15
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './debug.directive';
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare const DELAYABLE_TOKEN: InjectionToken<DelayableDirective>;
|
|
4
|
-
export declare class DelayableDirective {
|
|
5
|
-
private readonly _isDelayed$;
|
|
6
|
-
get isDelayed$(): import("rxjs").Observable<boolean>;
|
|
7
|
-
get isDelayed(): boolean;
|
|
8
|
-
enableDelayed(): void;
|
|
9
|
-
disableDelayed(): void;
|
|
10
|
-
setDelayed(val: boolean): void;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DelayableDirective, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DelayableDirective, "[etDelayable]", ["etDelayable"], {}, {}, never, never, true, never>;
|
|
13
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './delayable.directive';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './is-active-element.directive';
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ElementRef, InjectionToken } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare const IS_ACTIVE_ELEMENT: InjectionToken<IsActiveElementDirective>;
|
|
4
|
-
export declare class IsActiveElementDirective {
|
|
5
|
-
readonly elementRef: ElementRef<HTMLElement>;
|
|
6
|
-
isActiveElement: boolean;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IsActiveElementDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<IsActiveElementDirective, "[etIsActiveElement]", never, { "isActiveElement": { "alias": "etIsActiveElement"; "required": false; }; }, {}, never, never, true, never>;
|
|
9
|
-
static ngAcceptInputType_isActiveElement: unknown;
|
|
10
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './is-element.directive';
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ElementRef, InjectionToken } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare const IS_ELEMENT: InjectionToken<IsElementDirective>;
|
|
4
|
-
export declare class IsElementDirective {
|
|
5
|
-
readonly elementRef: ElementRef<HTMLElement>;
|
|
6
|
-
isElement: boolean;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IsElementDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<IsElementDirective, "[etIsElement]", never, { "isElement": { "alias": "etIsElement"; "required": false; }; }, {}, never, never, true, never>;
|
|
9
|
-
static ngAcceptInputType_isElement: unknown;
|
|
10
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { LetContext } from './let.types';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/** @deprecated Use the let keyword provided by Angular instead. */
|
|
4
|
-
export declare class LetDirective<T = unknown> {
|
|
5
|
-
private _viewContainer;
|
|
6
|
-
set etLet(value: T);
|
|
7
|
-
static ngTemplateGuard_ngLet: 'binding';
|
|
8
|
-
private _context;
|
|
9
|
-
private _templateRef;
|
|
10
|
-
private _viewRef;
|
|
11
|
-
static ngTemplateContextGuard<T>(dir: LetDirective<T>, ctx: any): ctx is LetContext<T>;
|
|
12
|
-
private _updateView;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LetDirective<any>, never>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LetDirective<any>, "[etLet]", never, { "etLet": { "alias": "etLet"; "required": false; }; }, {}, never, never, true, never>;
|
|
15
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './observe-content.directive';
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ObserveContentDirective implements AfterContentInit, OnDestroy {
|
|
4
|
-
private _contentObserver;
|
|
5
|
-
private _elementRef;
|
|
6
|
-
private _ngZone;
|
|
7
|
-
readonly valueChange: EventEmitter<MutationRecord[]>;
|
|
8
|
-
get disabled(): boolean;
|
|
9
|
-
set disabled(value: unknown);
|
|
10
|
-
private _disabled;
|
|
11
|
-
get debounce(): number | null;
|
|
12
|
-
set debounce(value: unknown);
|
|
13
|
-
private _debounce;
|
|
14
|
-
private _currentSubscription;
|
|
15
|
-
ngAfterContentInit(): void;
|
|
16
|
-
ngOnDestroy(): void;
|
|
17
|
-
private _subscribe;
|
|
18
|
-
private _unsubscribe;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ObserveContentDirective, never>;
|
|
20
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ObserveContentDirective, "[etObserveContent]", ["etObserveContent"], { "disabled": { "alias": "etObserveContentDisabled"; "required": false; }; "debounce": { "alias": "etObserveContentDebounce"; "required": false; }; }, { "valueChange": "etObserveContent"; }, never, never, true, never>;
|
|
21
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './observe-resize.directive';
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ObserveResizeDirective implements AfterContentInit, OnDestroy {
|
|
4
|
-
private _resizeObserver;
|
|
5
|
-
private _elementRef;
|
|
6
|
-
private _ngZone;
|
|
7
|
-
readonly valueChange: EventEmitter<ResizeObserverEntry[]>;
|
|
8
|
-
get disabled(): boolean;
|
|
9
|
-
set disabled(value: unknown);
|
|
10
|
-
private _disabled;
|
|
11
|
-
get debounce(): number | null;
|
|
12
|
-
set debounce(value: unknown);
|
|
13
|
-
private _debounce;
|
|
14
|
-
private _currentSubscription;
|
|
15
|
-
ngAfterContentInit(): void;
|
|
16
|
-
ngOnDestroy(): void;
|
|
17
|
-
private _subscribe;
|
|
18
|
-
private _unsubscribe;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ObserveResizeDirective, never>;
|
|
20
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ObserveResizeDirective, "[etObserveResize]", ["etObserveResize"], { "disabled": { "alias": "etObserveResizeDisabled"; "required": false; }; "debounce": { "alias": "etObserveResizeDebounce"; "required": false; }; }, { "valueChange": "etObserveResize"; }, never, never, true, never>;
|
|
21
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { ScrollObserverScrollState } from './observe-scroll-state.types';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare const SCROLL_OBSERVER_OBSERVING_FIRST_ELEMENT_CLASS = "et-scroll-observer-observing-first-element";
|
|
5
|
-
export declare const SCROLL_OBSERVER_OBSERVING_LAST_ELEMENT_CLASS = "et-scroll-observer-observing-last-element";
|
|
6
|
-
export declare class ObserveScrollStateDirective implements OnInit, OnDestroy {
|
|
7
|
-
private readonly _destroy$;
|
|
8
|
-
private readonly _elementRef;
|
|
9
|
-
private readonly _contentObserverService;
|
|
10
|
-
private readonly _resizeObserverService;
|
|
11
|
-
private get _firstCurrentChild();
|
|
12
|
-
private get _lastCurrentChild();
|
|
13
|
-
rootMargin: number;
|
|
14
|
-
get observerThreshold(): number | number[];
|
|
15
|
-
set observerThreshold(value: unknown);
|
|
16
|
-
private _threshold;
|
|
17
|
-
private _intersectionObserver;
|
|
18
|
-
private get _observerElements();
|
|
19
|
-
valueChange: EventEmitter<ScrollObserverScrollState>;
|
|
20
|
-
ngOnInit(): void;
|
|
21
|
-
ngOnDestroy(): void;
|
|
22
|
-
private _checkChildren;
|
|
23
|
-
private _initiateIntersectionObserver;
|
|
24
|
-
private _observe;
|
|
25
|
-
private _unobserve;
|
|
26
|
-
private _clearIntersectionObserver;
|
|
27
|
-
private _getNonIgnoredChild;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ObserveScrollStateDirective, never>;
|
|
29
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ObserveScrollStateDirective, "[etObserveScrollState]", ["etObserveScrollState"], { "rootMargin": { "alias": "rootMargin"; "required": false; }; "observerThreshold": { "alias": "observerThreshold"; "required": false; }; }, { "valueChange": "etObserveScrollState"; }, never, never, true, never>;
|
|
30
|
-
static ngAcceptInputType_rootMargin: unknown;
|
|
31
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './observe-visibility.directive';
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, EventEmitter, InjectionToken, Signal } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare const OBSERVE_VISIBILITY_TOKEN: InjectionToken<ObserveVisibilityDirective>;
|
|
4
|
-
export interface ObserveVisibilityChange {
|
|
5
|
-
visible: boolean;
|
|
6
|
-
isAbove: boolean;
|
|
7
|
-
isBelow: boolean;
|
|
8
|
-
isLeft: boolean;
|
|
9
|
-
isRight: boolean;
|
|
10
|
-
entry: IntersectionObserverEntry;
|
|
11
|
-
}
|
|
12
|
-
export declare const signalVisibilityChangeClasses: (cfg: {
|
|
13
|
-
name: string;
|
|
14
|
-
signal: Signal<ObserveVisibilityChange | null | undefined>;
|
|
15
|
-
}) => {
|
|
16
|
-
[x: string]: Signal<boolean | undefined>;
|
|
17
|
-
};
|
|
18
|
-
export declare class ObserveVisibilityDirective implements AfterViewInit {
|
|
19
|
-
private readonly _destroy$;
|
|
20
|
-
private readonly _elementRef;
|
|
21
|
-
private readonly _intersectionObserverService;
|
|
22
|
-
protected readonly visibilityChange: import("@angular/core").WritableSignal<ObserveVisibilityChange | null>;
|
|
23
|
-
readonly currentVisibility: Signal<ObserveVisibilityChange | null>;
|
|
24
|
-
readonly currentVisibility$: import("rxjs").Observable<ObserveVisibilityChange | null>;
|
|
25
|
-
readonly etObserveVisibility: EventEmitter<ObserveVisibilityChange>;
|
|
26
|
-
constructor();
|
|
27
|
-
ngAfterViewInit(): void;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ObserveVisibilityDirective, never>;
|
|
29
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ObserveVisibilityDirective, "[etObserveVisibility]", never, {}, { "etObserveVisibility": "etObserveVisibility"; }, never, never, true, never>;
|
|
30
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './repeat.directive';
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { TemplateRef, ViewContainerRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class RepeatDirective {
|
|
4
|
-
private _mainTemplateRef;
|
|
5
|
-
private _viewContainerRef;
|
|
6
|
-
get repeatCount(): number;
|
|
7
|
-
set repeatCount(value: unknown);
|
|
8
|
-
private _repeatCount;
|
|
9
|
-
constructor(_mainTemplateRef: TemplateRef<unknown>, _viewContainerRef: ViewContainerRef);
|
|
10
|
-
private _render;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RepeatDirective, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RepeatDirective, "[etRepeat]", never, { "repeatCount": { "alias": "etRepeat"; "required": false; }; }, {}, never, never, true, never>;
|
|
13
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './root-boundary.directive';
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare const ROOT_BOUNDARY_TOKEN: InjectionToken<RootBoundaryDirective>;
|
|
4
|
-
export declare class RootBoundaryDirective {
|
|
5
|
-
private readonly _elementRef;
|
|
6
|
-
get boundaryElement(): HTMLElement | null;
|
|
7
|
-
set boundaryElement(v: HTMLElement | null);
|
|
8
|
-
private _boundaryElement;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RootBoundaryDirective, never>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RootBoundaryDirective, "[etRootBoundary]", never, {}, {}, never, never, true, never>;
|
|
11
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './scroll-observer-first-element.directive';
|
package/lib/directives/scroll-observer-first-element/scroll-observer-first-element.directive.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare const SCROLL_OBSERVER_FIRST_ELEMENT_CLASS = "et-scroll-observer-first-element";
|
|
3
|
-
export declare class ScrollObserverFirstElementDirective {
|
|
4
|
-
isFirstElement: boolean;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ScrollObserverFirstElementDirective, never>;
|
|
6
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ScrollObserverFirstElementDirective, "[etScrollObserverFirstElement]", never, { "isFirstElement": { "alias": "etScrollObserverFirstElement"; "required": false; }; }, {}, never, never, true, never>;
|
|
7
|
-
static ngAcceptInputType_isFirstElement: unknown;
|
|
8
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './scroll-observer-ignore-target.directive';
|
package/lib/directives/scroll-observer-ignore-target/scroll-observer-ignore-target.directive.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare const SCROLL_OBSERVER_IGNORE_TARGET_CLASS = "et-scroll-observer-ignore-target";
|
|
3
|
-
export declare class ScrollObserverIgnoreTargetDirective {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ScrollObserverIgnoreTargetDirective, never>;
|
|
5
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ScrollObserverIgnoreTargetDirective, "[etScrollObserverIgnoreTarget]", never, {}, {}, never, never, true, never>;
|
|
6
|
-
}
|