ngx-sfc-common 0.0.7 → 0.0.8

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.
@@ -8,6 +8,7 @@ export declare class ButtonComponent {
8
8
  iconAfter?: IconDefinition;
9
9
  disabled: boolean;
10
10
  types: Array<ButtonType>;
11
+ get label(): string;
11
12
  get classes(): any;
12
13
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
13
14
  static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "sfc-button", never, { "text": "text"; "iconBefore": "iconBefore"; "iconAfter": "iconAfter"; "disabled": "disabled"; "types": "types"; }, {}, never, never, false, never>;
@@ -1,7 +1,7 @@
1
- import { ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
1
+ import { AfterViewInit, ElementRef, EventEmitter, OnDestroy } from '@angular/core';
2
2
  import { ClickOutsideEvent } from './click-outside.event';
3
3
  import * as i0 from "@angular/core";
4
- export declare class ClickOutsideDirective implements OnInit, OnDestroy {
4
+ export declare class ClickOutsideDirective implements AfterViewInit, OnDestroy {
5
5
  private elementRef;
6
6
  private document;
7
7
  /**
@@ -14,7 +14,7 @@ export declare class ClickOutsideDirective implements OnInit, OnDestroy {
14
14
  action: EventEmitter<ClickOutsideEvent>;
15
15
  private _clickSubscription?;
16
16
  constructor(elementRef: ElementRef, document: Document);
17
- ngOnInit(): void;
17
+ ngAfterViewInit(): void;
18
18
  ngOnDestroy(): void;
19
19
  private onClick;
20
20
  private isDescendant;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-sfc-common",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "Angular common(shared) library for SFC project",
5
5
  "keywords": [
6
6
  "Street Football Club",