@ethlete/core 1.0.0 → 1.1.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.
@@ -9,6 +9,8 @@ export declare class AnimatableDirective implements OnInit {
9
9
  private readonly _elementRef;
10
10
  private readonly _animationStart$;
11
11
  private readonly _animationEnd$;
12
+ set animatedElement(value: string | HTMLElement | null | undefined);
13
+ private _animatedElement$;
12
14
  readonly animationStart$: Observable<void>;
13
15
  readonly animationEnd$: Observable<void>;
14
16
  private readonly _hostActiveAnimationCount$;
@@ -16,5 +18,5 @@ export declare class AnimatableDirective implements OnInit {
16
18
  readonly isAnimating$: Observable<boolean>;
17
19
  ngOnInit(): void;
18
20
  static ɵfac: i0.ɵɵFactoryDeclaration<AnimatableDirective, never>;
19
- static ɵdir: i0.ɵɵDirectiveDeclaration<AnimatableDirective, "[etAnimatable]", ["etAnimatable"], {}, {}, never, never, true, never>;
21
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AnimatableDirective, "[etAnimatable]", ["etAnimatable"], { "animatedElement": "etAnimatable"; }, {}, never, never, true, never>;
20
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethlete/core",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "dependencies": {
5
5
  "tslib": "2.5.0"
6
6
  },