@mtna/web-form-angular 1.0.6-SNAPSHOT.12 → 1.0.6-SNAPSHOT.14

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.
@@ -11,11 +11,13 @@ declare const _StepCardMixinBase: import("@angular/material/core/common-behavior
11
11
  export declare class MtnaWfStepCardComponent extends _StepCardMixinBase implements CanColor {
12
12
  get active(): boolean;
13
13
  handleMouseEnter(event: MouseEvent): void;
14
+ handleMouseLeave(event: MouseEvent): void;
14
15
  get step(): FormStep | null | undefined;
15
16
  set step(step: FormStep | null | undefined);
16
17
  private _step;
17
18
  subtitle: string | null | undefined;
18
19
  focused: EventEmitter<FormStep>;
20
+ private mouseFocused;
19
21
  constructor(elementRef: ElementRef);
20
22
  handleFocusChange(event: FocusOrigin): void;
21
23
  static ɵfac: i0.ɵɵFactoryDeclaration<MtnaWfStepCardComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mtna/web-form-angular",
3
- "version": "1.0.6-SNAPSHOT.12",
3
+ "version": "1.0.6-SNAPSHOT.14",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://bitbucket.org/mtnaus/web-form-angular"