ngx-sfc-common 0.0.5 → 0.0.6

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.
Files changed (79) hide show
  1. package/esm2020/lib/components/button/button.component.mjs +5 -5
  2. package/esm2020/lib/components/checkmark/checkmark.component.mjs +5 -5
  3. package/esm2020/lib/components/close/close.component.mjs +3 -3
  4. package/esm2020/lib/components/delimeter/delimeter.component.mjs +3 -3
  5. package/esm2020/lib/components/dots/dots.component.mjs +3 -3
  6. package/esm2020/lib/components/hamburger/hamburger.component.mjs +3 -3
  7. package/esm2020/lib/components/load-container/load-container.component.mjs +9 -9
  8. package/esm2020/lib/components/load-container/service/load-more.service.mjs +3 -3
  9. package/esm2020/lib/components/load-more-button/load-more-button.component.mjs +6 -6
  10. package/esm2020/lib/components/loader/bounce/bounce-loader.component.mjs +3 -3
  11. package/esm2020/lib/components/loader/circle/circle-loader.component.mjs +3 -3
  12. package/esm2020/lib/components/loader/loader-base.component.mjs +3 -3
  13. package/esm2020/lib/components/loader/service/loader.service.mjs +3 -3
  14. package/esm2020/lib/components/modal/directive/click/modal-open-on-click.directive.mjs +3 -3
  15. package/esm2020/lib/components/modal/directive/open/modal-open.directive.mjs +3 -3
  16. package/esm2020/lib/components/modal/footer/default/default-modal-footer.component.mjs +6 -6
  17. package/esm2020/lib/components/modal/header/default/default-modal-header.component.mjs +6 -6
  18. package/esm2020/lib/components/modal/modal.component.mjs +4 -4
  19. package/esm2020/lib/components/modal/service/modal.service.mjs +3 -3
  20. package/esm2020/lib/components/pagination/pagination.component.mjs +7 -7
  21. package/esm2020/lib/components/pagination/service/pagination.service.mjs +3 -3
  22. package/esm2020/lib/components/sorting/service/sorting.service.mjs +3 -3
  23. package/esm2020/lib/components/sorting/sorting.component.mjs +5 -5
  24. package/esm2020/lib/components/template-content/template-content.component.mjs +5 -5
  25. package/esm2020/lib/components/toggle-switcher/toggle-switcher.component.mjs +5 -5
  26. package/esm2020/lib/components/tooltip/tooltip.component.mjs +4 -4
  27. package/esm2020/lib/directives/click-outside/click-outside.directive.mjs +4 -4
  28. package/esm2020/lib/directives/component-size/component-size.directive.mjs +3 -3
  29. package/esm2020/lib/directives/destroy-parent/destroy-parent.directive.mjs +3 -3
  30. package/esm2020/lib/directives/dom-changes/dom-changes.directive.mjs +3 -3
  31. package/esm2020/lib/directives/mouse-down/mouse-down.directive.mjs +3 -3
  32. package/esm2020/lib/directives/scroll-into-view/scroll-into-view.directive.mjs +3 -3
  33. package/esm2020/lib/directives/scroll-tracker/scroll-tracker.directive.mjs +3 -3
  34. package/esm2020/lib/directives/show-hide-element/show-hide-element.directive.mjs +3 -3
  35. package/esm2020/lib/directives/template-reference/template-reference.directive.mjs +3 -3
  36. package/esm2020/lib/directives/throw-element-on-hover/throw-element-on-hover.directive.mjs +3 -3
  37. package/esm2020/lib/ngx-sfc-common.module.mjs +7 -9
  38. package/esm2020/lib/pipes/switch-multi-case/switch-multi-case.pipe.mjs +3 -3
  39. package/esm2020/lib/services/document-ref.service.mjs +3 -3
  40. package/esm2020/lib/services/resize.service.mjs +3 -3
  41. package/esm2020/lib/services/window-ref.service.mjs +3 -3
  42. package/fesm2015/ngx-sfc-common.mjs +131 -132
  43. package/fesm2015/ngx-sfc-common.mjs.map +1 -1
  44. package/fesm2020/ngx-sfc-common.mjs +131 -132
  45. package/fesm2020/ngx-sfc-common.mjs.map +1 -1
  46. package/{ngx-sfc-common.d.ts → index.d.ts} +0 -0
  47. package/lib/components/button/button.component.d.ts +1 -1
  48. package/lib/components/checkmark/checkmark.component.d.ts +1 -1
  49. package/lib/components/close/close.component.d.ts +1 -1
  50. package/lib/components/delimeter/delimeter.component.d.ts +1 -1
  51. package/lib/components/dots/dots.component.d.ts +1 -1
  52. package/lib/components/hamburger/hamburger.component.d.ts +1 -1
  53. package/lib/components/load-container/load-container.component.d.ts +1 -1
  54. package/lib/components/load-more-button/load-more-button.component.d.ts +1 -1
  55. package/lib/components/loader/bounce/bounce-loader.component.d.ts +1 -1
  56. package/lib/components/loader/circle/circle-loader.component.d.ts +1 -1
  57. package/lib/components/loader/loader-base.component.d.ts +1 -1
  58. package/lib/components/modal/directive/click/modal-open-on-click.directive.d.ts +1 -1
  59. package/lib/components/modal/directive/open/modal-open.directive.d.ts +1 -1
  60. package/lib/components/modal/footer/default/default-modal-footer.component.d.ts +1 -1
  61. package/lib/components/modal/header/default/default-modal-header.component.d.ts +1 -1
  62. package/lib/components/modal/modal.component.d.ts +1 -1
  63. package/lib/components/pagination/pagination.component.d.ts +1 -1
  64. package/lib/components/sorting/sorting.component.d.ts +1 -1
  65. package/lib/components/template-content/template-content.component.d.ts +1 -1
  66. package/lib/components/toggle-switcher/toggle-switcher.component.d.ts +1 -1
  67. package/lib/components/tooltip/tooltip.component.d.ts +1 -1
  68. package/lib/directives/click-outside/click-outside.directive.d.ts +1 -1
  69. package/lib/directives/component-size/component-size.directive.d.ts +1 -1
  70. package/lib/directives/destroy-parent/destroy-parent.directive.d.ts +1 -1
  71. package/lib/directives/dom-changes/dom-changes.directive.d.ts +1 -1
  72. package/lib/directives/mouse-down/mouse-down.directive.d.ts +1 -1
  73. package/lib/directives/scroll-into-view/scroll-into-view.directive.d.ts +1 -1
  74. package/lib/directives/scroll-tracker/scroll-tracker.directive.d.ts +1 -1
  75. package/lib/directives/show-hide-element/show-hide-element.directive.d.ts +1 -1
  76. package/lib/directives/template-reference/template-reference.directive.d.ts +1 -1
  77. package/lib/directives/throw-element-on-hover/throw-element-on-hover.directive.d.ts +1 -1
  78. package/lib/pipes/switch-multi-case/switch-multi-case.pipe.d.ts +1 -1
  79. package/package.json +5 -5
File without changes
@@ -10,5 +10,5 @@ export declare class ButtonComponent {
10
10
  types: Array<ButtonType>;
11
11
  get classes(): any;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "sfc-button", never, { "text": "text"; "iconBefore": "iconBefore"; "iconAfter": "iconAfter"; "disabled": "disabled"; "types": "types"; }, {}, never, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "sfc-button", never, { "text": "text"; "iconBefore": "iconBefore"; "iconAfter": "iconAfter"; "disabled": "disabled"; "types": "types"; }, {}, never, never, false, never>;
14
14
  }
@@ -8,5 +8,5 @@ export declare class CheckmarkComponent {
8
8
  type: CheckmarkType;
9
9
  showNotActive: boolean;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<CheckmarkComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<CheckmarkComponent, "sfc-checkmark", never, { "active": "active"; "disabled": "disabled"; "icon": "icon"; "type": "type"; "showNotActive": "showNotActive"; }, {}, never, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<CheckmarkComponent, "sfc-checkmark", never, { "active": "active"; "disabled": "disabled"; "icon": "icon"; "type": "type"; "showNotActive": "showNotActive"; }, {}, never, never, false, never>;
12
12
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class CloseComponent {
3
3
  faTimes: import("@fortawesome/fontawesome-common-types").IconDefinition;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<CloseComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<CloseComponent, "sfc-close", never, {}, {}, never, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<CloseComponent, "sfc-close", never, {}, {}, never, never, false, never>;
6
6
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class DelimeterComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<DelimeterComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<DelimeterComponent, "sfc-delimeter", never, {}, {}, never, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<DelimeterComponent, "sfc-delimeter", never, {}, {}, never, never, false, never>;
5
5
  }
@@ -5,5 +5,5 @@ export declare class DotsComponent {
5
5
  direction: Direction;
6
6
  onClick: () => boolean;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<DotsComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<DotsComponent, "sfc-dots", never, { "open": "open"; "direction": "direction"; }, {}, never, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<DotsComponent, "sfc-dots", never, { "open": "open"; "direction": "direction"; }, {}, never, never, false, never>;
9
9
  }
@@ -3,5 +3,5 @@ export declare class HamburgerComponent {
3
3
  open: boolean;
4
4
  onClick: () => boolean;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<HamburgerComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<HamburgerComponent, "sfc-hamburger", never, { "open": "open"; }, {}, never, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<HamburgerComponent, "sfc-hamburger", never, { "open": "open"; }, {}, never, never, false, never>;
7
7
  }
@@ -45,5 +45,5 @@ export declare class LoadContainerComponent implements OnDestroy {
45
45
  private buildDynamic;
46
46
  private buildStatic;
47
47
  static ɵfac: i0.ɵɵFactoryDeclaration<LoadContainerComponent, never>;
48
- static ɵcmp: i0.ɵɵComponentDeclaration<LoadContainerComponent, "sfc-load-container", never, { "id": "id"; "type": "type"; "open": "open"; "size": "size"; "loadMore": "loadMore"; "showEmpty": "showEmpty"; "showLoadMoreButton": "showLoadMoreButton"; "loadMoreLabel": "loadMoreLabel"; "notFoundLabel": "notFoundLabel"; "model": "model"; "scrollTarget": "scrollTarget"; }, { "handleError": "handleError"; "handleSuccess": "handleSuccess"; "handleLoading": "handleLoading"; }, never, ["*"]>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<LoadContainerComponent, "sfc-load-container", never, { "id": "id"; "type": "type"; "open": "open"; "size": "size"; "loadMore": "loadMore"; "showEmpty": "showEmpty"; "showLoadMoreButton": "showLoadMoreButton"; "loadMoreLabel": "loadMoreLabel"; "notFoundLabel": "notFoundLabel"; "model": "model"; "scrollTarget": "scrollTarget"; }, { "handleError": "handleError"; "handleSuccess": "handleSuccess"; "handleLoading": "handleLoading"; }, never, ["*"], false, never>;
49
49
  }
@@ -8,5 +8,5 @@ export declare class LoadMoreButtonComponent implements OnInit {
8
8
  more: EventEmitter<MouseEvent>;
9
9
  ngOnInit(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<LoadMoreButtonComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<LoadMoreButtonComponent, "sfc-load-more-button", never, { "label": "label"; "icon": "icon"; }, { "more": "more"; }, never, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<LoadMoreButtonComponent, "sfc-load-more-button", never, { "label": "label"; "icon": "icon"; }, { "more": "more"; }, never, never, false, never>;
12
12
  }
@@ -2,5 +2,5 @@ import { LoaderBaseComponent } from '../loader-base.component';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class BounceLoaderComponent extends LoaderBaseComponent {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<BounceLoaderComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<BounceLoaderComponent, "sfc-bounce-loader", never, {}, {}, never, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<BounceLoaderComponent, "sfc-bounce-loader", never, {}, {}, never, never, false, never>;
6
6
  }
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  export declare class CircleLoaderComponent extends LoaderBaseComponent {
5
5
  type: CircleLoaderType;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<CircleLoaderComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<CircleLoaderComponent, "sfc-circle-loader", never, { "type": "type"; }, {}, never, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<CircleLoaderComponent, "sfc-circle-loader", never, { "type": "type"; }, {}, never, never, false, never>;
8
8
  }
@@ -23,5 +23,5 @@ export declare abstract class LoaderBaseComponent implements OnInit {
23
23
  ngOnInit(): void;
24
24
  get preLoaderClasses(): any;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<LoaderBaseComponent, never>;
26
- static ɵdir: i0.ɵɵDirectiveDeclaration<LoaderBaseComponent, never, never, { "id": "id"; "start": "start"; "background": "background"; }, {}, never>;
26
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LoaderBaseComponent, never, never, { "id": "id"; "start": "start"; "background": "background"; }, {}, never, never, false, never>;
27
27
  }
@@ -13,5 +13,5 @@ export declare class ModalOpenOnClickDirective implements OnInit, OnDestroy {
13
13
  ngOnInit(): void;
14
14
  ngOnDestroy(): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalOpenOnClickDirective, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<ModalOpenOnClickDirective, "[sfcModalOpenOnClick]", never, { "modalOpenOnClick": "sfcModalOpenOnClick"; }, {}, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ModalOpenOnClickDirective, "[sfcModalOpenOnClick]", never, { "modalOpenOnClick": "sfcModalOpenOnClick"; }, {}, never, never, false, never>;
17
17
  }
@@ -10,5 +10,5 @@ export declare class ModalOpenDirective implements OnDestroy {
10
10
  constructor(templateRef: TemplateRef<any>, viewContainer: ViewContainerRef, modalService: ModalService);
11
11
  ngOnDestroy(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalOpenDirective, never>;
13
- static ɵdir: i0.ɵɵDirectiveDeclaration<ModalOpenDirective, "[sfcModalOpen]", never, {}, {}, never>;
13
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ModalOpenDirective, "[sfcModalOpen]", never, {}, {}, never, never, false, never>;
14
14
  }
@@ -15,5 +15,5 @@ export declare class DefaultModalFooterComponent implements OnInit {
15
15
  ngOnInit(): void;
16
16
  onButtonClick(isCancelButton?: boolean): void;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<DefaultModalFooterComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<DefaultModalFooterComponent, "sfc-default-modal-footer", never, { "model": "model"; }, {}, never, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<DefaultModalFooterComponent, "sfc-default-modal-footer", never, { "model": "model"; }, {}, never, never, false, never>;
19
19
  }
@@ -12,5 +12,5 @@ export declare class DefaultModalHeaderComponent implements OnInit {
12
12
  ngOnInit(): void;
13
13
  onClose(): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<DefaultModalHeaderComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<DefaultModalHeaderComponent, "sfc-default-modal-header", never, { "model": "model"; }, {}, never, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<DefaultModalHeaderComponent, "sfc-default-modal-header", never, { "model": "model"; }, {}, never, never, false, never>;
16
16
  }
@@ -20,5 +20,5 @@ export declare class ModalComponent {
20
20
  constructor(modalService: ModalService);
21
21
  close(): void;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "sfc-modal", never, { "body": "body"; "header": "header"; "footer": "footer"; "defaultHeaderModel": "defaultHeaderModel"; "defaultFooterModel": "defaultFooterModel"; "hideOnEsc": "hideOnEsc"; "hideOnClickOutside": "hideOnClickOutside"; }, {}, ["templates"], never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "sfc-modal", never, { "body": "body"; "header": "header"; "footer": "footer"; "defaultHeaderModel": "defaultHeaderModel"; "defaultFooterModel": "defaultFooterModel"; "hideOnEsc": "hideOnEsc"; "hideOnClickOutside": "hideOnClickOutside"; }, {}, ["templates"], never, false, never>;
24
24
  }
@@ -27,5 +27,5 @@ export declare class PaginationComponent implements OnInit {
27
27
  private initRange;
28
28
  private range;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<PaginationComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<PaginationComponent, "sfc-pagination", never, { "count": "count"; "full": "full"; "limits": "limits"; "data$": "data$"; }, {}, never, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<PaginationComponent, "sfc-pagination", never, { "count": "count"; "full": "full"; "limits": "limits"; "data$": "data$"; }, {}, never, never, false, never>;
31
31
  }
@@ -18,5 +18,5 @@ export declare class SortingComponent implements OnInit, OnDestroy {
18
18
  ngOnInit(): void;
19
19
  ngOnDestroy(): void;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<SortingComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<SortingComponent, "sfc-sorting", never, { "id": "id"; "model": "model"; }, {}, never, ["*"]>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<SortingComponent, "sfc-sorting", never, { "id": "id"; "model": "model"; }, {}, never, ["*"], false, never>;
22
22
  }
@@ -10,5 +10,5 @@ export declare class TemplateContentComponent {
10
10
  get showDefault(): boolean;
11
11
  get templateContent(): TemplateRef<any> | null;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<TemplateContentComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<TemplateContentComponent, "sfc-template-content", never, { "contextData": "contextData"; "referenceContent": "referenceContent"; "templateType": "templateType"; "templatesContent": "templatesContent"; "defaultContent": "defaultContent"; }, {}, never, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<TemplateContentComponent, "sfc-template-content", never, { "contextData": "contextData"; "referenceContent": "referenceContent"; "templateType": "templateType"; "templatesContent": "templatesContent"; "defaultContent": "defaultContent"; }, {}, never, never, false, never>;
14
14
  }
@@ -8,5 +8,5 @@ export declare class ToggleSwitcherComponent {
8
8
  onClick: () => boolean;
9
9
  constructor();
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<ToggleSwitcherComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<ToggleSwitcherComponent, "sfc-toggle-switcher", never, { "active": "active"; "disabled": "disabled"; "leftModel": "leftModel"; "rightModel": "rightModel"; }, {}, never, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToggleSwitcherComponent, "sfc-toggle-switcher", never, { "active": "active"; "disabled": "disabled"; "leftModel": "leftModel"; "rightModel": "rightModel"; }, {}, never, never, false, never>;
12
12
  }
@@ -18,5 +18,5 @@ export declare class TooltipComponent implements OnInit, OnDestroy, AfterContent
18
18
  ngAfterContentInit(): void;
19
19
  ngOnDestroy(): void;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "[sfc-tooltip]", never, { "value": "sfc-tooltip"; "tooltipType": "tooltipType"; "tooltipPosition": "tooltipPosition"; "tooltipShow": "tooltipShow"; }, {}, never, ["*"]>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "[sfc-tooltip]", never, { "value": "sfc-tooltip"; "tooltipType": "tooltipType"; "tooltipPosition": "tooltipPosition"; "tooltipShow": "tooltipShow"; }, {}, never, ["*"], false, never>;
22
22
  }
@@ -19,5 +19,5 @@ export declare class ClickOutsideDirective implements OnInit, OnDestroy {
19
19
  private onClick;
20
20
  private isDescendant;
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<ClickOutsideDirective, never>;
22
- static ɵdir: i0.ɵɵDirectiveDeclaration<ClickOutsideDirective, "[sfcClickOutside]", never, { "listening": "sfcClickOutside"; }, { "action": "action"; }, never>;
22
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ClickOutsideDirective, "[sfcClickOutside]", never, { "listening": "sfcClickOutside"; }, { "action": "action"; }, never, never, false, never>;
23
23
  }
@@ -14,5 +14,5 @@ export declare class ComponentSizeDirective {
14
14
  constructor(el: ElementRef);
15
15
  private getSizeProportion;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<ComponentSizeDirective, never>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<ComponentSizeDirective, "[sfcComponentSize]", never, { "size": "sfcComponentSize"; "customSize": "customSize"; }, {}, never>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ComponentSizeDirective, "[sfcComponentSize]", never, { "size": "sfcComponentSize"; "customSize": "customSize"; }, {}, never, never, false, never>;
18
18
  }
@@ -6,5 +6,5 @@ export declare class DestroyParentDirective {
6
6
  delay: number;
7
7
  constructor(el: ElementRef);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<DestroyParentDirective, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<DestroyParentDirective, "[sfcDestroyParent]", never, { "destroyParent": "sfcDestroyParent"; "delay": "delay"; }, {}, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DestroyParentDirective, "[sfcDestroyParent]", never, { "destroyParent": "sfcDestroyParent"; "delay": "delay"; }, {}, never, never, false, never>;
10
10
  }
@@ -8,5 +8,5 @@ export declare class DomChangesDirective implements OnDestroy {
8
8
  constructor(elementRef: ElementRef);
9
9
  ngOnDestroy(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<DomChangesDirective, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<DomChangesDirective, "[sfcDomChanges]", never, { "options": "options"; }, { "sfcDomChanges": "sfcDomChanges"; }, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DomChangesDirective, "[sfcDomChanges]", never, { "options": "options"; }, { "sfcDomChanges": "sfcDomChanges"; }, never, never, false, never>;
12
12
  }
@@ -8,5 +8,5 @@ export declare class MouseDownDirective {
8
8
  action: EventEmitter<MouseEvent>;
9
9
  onMouseDown($event: MouseEvent): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<MouseDownDirective, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<MouseDownDirective, "[sfcMouseDown]", never, { "button": "button"; }, { "action": "sfcMouseDown"; }, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MouseDownDirective, "[sfcMouseDown]", never, { "button": "button"; }, { "action": "sfcMouseDown"; }, never, never, false, never>;
12
12
  }
@@ -3,5 +3,5 @@ export declare class ScrollIntoViewDirective {
3
3
  set sfcScrollIntoView(value: HTMLElement);
4
4
  options: ScrollIntoViewOptions;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<ScrollIntoViewDirective, never>;
6
- static ɵdir: i0.ɵɵDirectiveDeclaration<ScrollIntoViewDirective, "[sfcScrollIntoView]", never, { "sfcScrollIntoView": "sfcScrollIntoView"; "options": "options"; }, {}, never>;
6
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ScrollIntoViewDirective, "[sfcScrollIntoView]", never, { "sfcScrollIntoView": "sfcScrollIntoView"; "options": "options"; }, {}, never, never, false, never>;
7
7
  }
@@ -7,5 +7,5 @@ export declare class ScrollTrackerDirective {
7
7
  private onScroll;
8
8
  private getPosition;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ScrollTrackerDirective, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<ScrollTrackerDirective, "[sfcScrollTracker]", never, { "positions": "positions"; }, { "sfcScrollTracker": "sfcScrollTracker"; }, never>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ScrollTrackerDirective, "[sfcScrollTracker]", never, { "positions": "positions"; }, { "sfcScrollTracker": "sfcScrollTracker"; }, never, never, false, never>;
11
11
  }
@@ -9,5 +9,5 @@ export declare class ShowHideElementDirective {
9
9
  constructor(el: ElementRef);
10
10
  private getTransitionValue;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<ShowHideElementDirective, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<ShowHideElementDirective, "[sfcShowHideElement]", never, { "showHideElement": "sfcShowHideElement"; "delay": "delay"; }, {}, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ShowHideElementDirective, "[sfcShowHideElement]", never, { "showHideElement": "sfcShowHideElement"; "delay": "delay"; }, {}, never, never, false, never>;
13
13
  }
@@ -6,5 +6,5 @@ export declare class TemplateReferenceDirective {
6
6
  data: any;
7
7
  constructor(template: TemplateRef<any>);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<TemplateReferenceDirective, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<TemplateReferenceDirective, "[sfcTemplateReference]", never, { "templateName": "sfcTemplateReference"; "data": "data"; }, {}, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TemplateReferenceDirective, "[sfcTemplateReference]", never, { "templateName": "sfcTemplateReference"; "data": "data"; }, {}, never, never, false, never>;
10
10
  }
@@ -9,5 +9,5 @@ export declare class ThrowElementOnHoverDirective {
9
9
  constructor(el: ElementRef);
10
10
  private throw;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<ThrowElementOnHoverDirective, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<ThrowElementOnHoverDirective, "[sfcThrowElementOnHover]", never, { "throwValue": "sfcThrowElementOnHover"; }, {}, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ThrowElementOnHoverDirective, "[sfcThrowElementOnHover]", never, { "throwValue": "sfcThrowElementOnHover"; }, {}, never, never, false, never>;
13
13
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class SwitchMultiCasePipe implements PipeTransform {
4
4
  transform(cases: any[], switchOption: any): any;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<SwitchMultiCasePipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<SwitchMultiCasePipe, "sfcSwitchMultiCase">;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<SwitchMultiCasePipe, "sfcSwitchMultiCase", false>;
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-sfc-common",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "Angular common(shared) library for SFC project",
5
5
  "keywords": [
6
6
  "Street Football Club",
@@ -24,8 +24,8 @@
24
24
  },
25
25
  "license": "MIT",
26
26
  "peerDependencies": {
27
- "@angular/common": "^13.2.0",
28
- "@angular/core": "^13.2.0",
27
+ "@angular/common": "^15.0.4",
28
+ "@angular/core": "^15.0.4",
29
29
  "@fortawesome/angular-fontawesome": "0.10.2",
30
30
  "@fortawesome/fontawesome-svg-core": "^6.1.1",
31
31
  "@fortawesome/free-solid-svg-icons": "^6.1.1"
@@ -38,13 +38,13 @@
38
38
  "esm2020": "esm2020/ngx-sfc-common.mjs",
39
39
  "fesm2020": "fesm2020/ngx-sfc-common.mjs",
40
40
  "fesm2015": "fesm2015/ngx-sfc-common.mjs",
41
- "typings": "ngx-sfc-common.d.ts",
41
+ "typings": "index.d.ts",
42
42
  "exports": {
43
43
  "./package.json": {
44
44
  "default": "./package.json"
45
45
  },
46
46
  ".": {
47
- "types": "./ngx-sfc-common.d.ts",
47
+ "types": "./index.d.ts",
48
48
  "esm2020": "./esm2020/ngx-sfc-common.mjs",
49
49
  "es2020": "./fesm2020/ngx-sfc-common.mjs",
50
50
  "es2015": "./fesm2015/ngx-sfc-common.mjs",