ngx-sfc-common 0.0.7 → 0.0.9

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;
@@ -33,10 +33,9 @@ import * as i31 from "./components/modal/header/default/default-modal-header.com
33
33
  import * as i32 from "./components/modal/footer/default/default-modal-footer.component";
34
34
  import * as i33 from "./pipes/switch-multi-case/switch-multi-case.pipe";
35
35
  import * as i34 from "@angular/common";
36
- import * as i35 from "@angular/platform-browser/animations";
37
- import * as i36 from "@fortawesome/angular-fontawesome";
36
+ import * as i35 from "@fortawesome/angular-fontawesome";
38
37
  export declare class NgxSfcCommonModule {
39
38
  static ɵfac: i0.ɵɵFactoryDeclaration<NgxSfcCommonModule, never>;
40
- static ɵmod: i0.ɵɵNgModuleDeclaration<NgxSfcCommonModule, [typeof i1.ClickOutsideDirective, typeof i2.ShowHideElementDirective, typeof i3.ThrowElementOnHoverDirective, typeof i4.TemplateReferenceDirective, typeof i5.MouseDownDirective, typeof i6.ComponentSizeDirective, typeof i7.DestroyParentDirective, typeof i8.DomChangesDirective, typeof i9.ScrollTrackerDirective, typeof i10.ScrollIntoViewDirective, typeof i11.ButtonComponent, typeof i12.TooltipComponent, typeof i13.DelimeterComponent, typeof i14.ToggleSwitcherComponent, typeof i15.CheckmarkComponent, typeof i16.TemplateContentComponent, typeof i17.CloseComponent, typeof i18.HamburgerComponent, typeof i19.HamburgerMenuComponent, typeof i20.DotsComponent, typeof i21.PaginationComponent, typeof i22.SortingComponent, typeof i23.LoadMoreButtonComponent, typeof i24.LoadContainerComponent, typeof i25.IconComponent, typeof i26.BounceLoaderComponent, typeof i27.CircleLoaderComponent, typeof i28.ModalComponent, typeof i29.ModalOpenDirective, typeof i30.ModalOpenOnClickDirective, typeof i31.DefaultModalHeaderComponent, typeof i32.DefaultModalFooterComponent, typeof i33.SwitchMultiCasePipe], [typeof i34.CommonModule, typeof i35.BrowserAnimationsModule, typeof i36.FontAwesomeModule], [typeof i1.ClickOutsideDirective, typeof i2.ShowHideElementDirective, typeof i3.ThrowElementOnHoverDirective, typeof i4.TemplateReferenceDirective, typeof i5.MouseDownDirective, typeof i6.ComponentSizeDirective, typeof i7.DestroyParentDirective, typeof i8.DomChangesDirective, typeof i9.ScrollTrackerDirective, typeof i10.ScrollIntoViewDirective, typeof i11.ButtonComponent, typeof i12.TooltipComponent, typeof i13.DelimeterComponent, typeof i17.CloseComponent, typeof i15.CheckmarkComponent, typeof i16.TemplateContentComponent, typeof i14.ToggleSwitcherComponent, typeof i20.DotsComponent, typeof i18.HamburgerComponent, typeof i19.HamburgerMenuComponent, typeof i21.PaginationComponent, typeof i22.SortingComponent, typeof i23.LoadMoreButtonComponent, typeof i24.LoadContainerComponent, typeof i25.IconComponent, typeof i26.BounceLoaderComponent, typeof i27.CircleLoaderComponent, typeof i28.ModalComponent, typeof i29.ModalOpenDirective, typeof i30.ModalOpenOnClickDirective, typeof i31.DefaultModalHeaderComponent, typeof i32.DefaultModalFooterComponent, typeof i33.SwitchMultiCasePipe]>;
39
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NgxSfcCommonModule, [typeof i1.ClickOutsideDirective, typeof i2.ShowHideElementDirective, typeof i3.ThrowElementOnHoverDirective, typeof i4.TemplateReferenceDirective, typeof i5.MouseDownDirective, typeof i6.ComponentSizeDirective, typeof i7.DestroyParentDirective, typeof i8.DomChangesDirective, typeof i9.ScrollTrackerDirective, typeof i10.ScrollIntoViewDirective, typeof i11.ButtonComponent, typeof i12.TooltipComponent, typeof i13.DelimeterComponent, typeof i14.ToggleSwitcherComponent, typeof i15.CheckmarkComponent, typeof i16.TemplateContentComponent, typeof i17.CloseComponent, typeof i18.HamburgerComponent, typeof i19.HamburgerMenuComponent, typeof i20.DotsComponent, typeof i21.PaginationComponent, typeof i22.SortingComponent, typeof i23.LoadMoreButtonComponent, typeof i24.LoadContainerComponent, typeof i25.IconComponent, typeof i26.BounceLoaderComponent, typeof i27.CircleLoaderComponent, typeof i28.ModalComponent, typeof i29.ModalOpenDirective, typeof i30.ModalOpenOnClickDirective, typeof i31.DefaultModalHeaderComponent, typeof i32.DefaultModalFooterComponent, typeof i33.SwitchMultiCasePipe], [typeof i34.CommonModule, typeof i35.FontAwesomeModule], [typeof i1.ClickOutsideDirective, typeof i2.ShowHideElementDirective, typeof i3.ThrowElementOnHoverDirective, typeof i4.TemplateReferenceDirective, typeof i5.MouseDownDirective, typeof i6.ComponentSizeDirective, typeof i7.DestroyParentDirective, typeof i8.DomChangesDirective, typeof i9.ScrollTrackerDirective, typeof i10.ScrollIntoViewDirective, typeof i11.ButtonComponent, typeof i12.TooltipComponent, typeof i13.DelimeterComponent, typeof i17.CloseComponent, typeof i15.CheckmarkComponent, typeof i16.TemplateContentComponent, typeof i14.ToggleSwitcherComponent, typeof i20.DotsComponent, typeof i18.HamburgerComponent, typeof i19.HamburgerMenuComponent, typeof i21.PaginationComponent, typeof i22.SortingComponent, typeof i23.LoadMoreButtonComponent, typeof i24.LoadContainerComponent, typeof i25.IconComponent, typeof i26.BounceLoaderComponent, typeof i27.CircleLoaderComponent, typeof i28.ModalComponent, typeof i29.ModalOpenDirective, typeof i30.ModalOpenOnClickDirective, typeof i31.DefaultModalHeaderComponent, typeof i32.DefaultModalFooterComponent, typeof i33.SwitchMultiCasePipe]>;
41
40
  static ɵinj: i0.ɵɵInjectorDeclaration<NgxSfcCommonModule>;
42
41
  }
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.9",
4
4
  "description": "Angular common(shared) library for SFC project",
5
5
  "keywords": [
6
6
  "Street Football Club",