@festo-ui/angular 5.0.0-dev.77 → 5.0.0-dev.85

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 (153) hide show
  1. package/esm2020/lib/components/accordion/accordion-header/accordion-header.component.mjs +5 -5
  2. package/esm2020/lib/components/accordion/accordion-item/accordion-item-body/accordion-item-body.component.mjs +5 -5
  3. package/esm2020/lib/components/accordion/accordion-item/accordion-item-header/accordion-item-header.component.mjs +10 -10
  4. package/esm2020/lib/components/accordion/accordion-item/accordion-item.component.mjs +15 -15
  5. package/esm2020/lib/components/accordion/accordion.component.mjs +16 -16
  6. package/esm2020/lib/components/breadcrumb/breadcrumb.component.mjs +5 -5
  7. package/esm2020/lib/components/buttons/button/button.component.mjs +5 -5
  8. package/esm2020/lib/components/buttons/link-button/link-button.component.mjs +5 -5
  9. package/esm2020/lib/components/chips/chip/chip.component.mjs +5 -5
  10. package/esm2020/lib/components/chips/chip-container/chip-container.component.mjs +5 -5
  11. package/esm2020/lib/components/components.module.mjs +198 -201
  12. package/esm2020/lib/components/loading-indicator/loading-indicator.component.mjs +5 -5
  13. package/esm2020/lib/components/mobile-flyout/mobile-flyout-item/mobile-flyout-item.component.mjs +5 -5
  14. package/esm2020/lib/components/mobile-flyout/mobile-flyout-page/mobile-flyout-page.component.mjs +7 -7
  15. package/esm2020/lib/components/mobile-flyout/mobile-flyout.component.mjs +7 -7
  16. package/esm2020/lib/components/pagination/pagination.component.mjs +12 -12
  17. package/esm2020/lib/components/popovers/legend/legend.component.mjs +6 -6
  18. package/esm2020/lib/components/popovers/legend/legend.directive.mjs +5 -5
  19. package/esm2020/lib/components/popovers/popover/popover.component.mjs +9 -9
  20. package/esm2020/lib/components/popovers/popover-content/popover-content.component.mjs +6 -6
  21. package/esm2020/lib/components/popovers/popover-content/popover-content.directive.mjs +5 -5
  22. package/esm2020/lib/components/popovers/popover-menu/popover-menu.component.mjs +6 -6
  23. package/esm2020/lib/components/popovers/popover-ref.mjs +1 -1
  24. package/esm2020/lib/components/popovers/popover.models.mjs +7 -7
  25. package/esm2020/lib/components/popovers/popover.service.mjs +7 -7
  26. package/esm2020/lib/components/popovers/tooltip/tooltip.directive.mjs +8 -7
  27. package/esm2020/lib/components/progress/progress.component.mjs +5 -5
  28. package/esm2020/lib/components/scroll/scrollable.directive.mjs +5 -5
  29. package/esm2020/lib/components/search-input/search-input.component.mjs +8 -8
  30. package/esm2020/lib/components/snackbar/snackbar-container.component.mjs +7 -7
  31. package/esm2020/lib/components/snackbar/snackbar-container.directive.mjs +8 -8
  32. package/esm2020/lib/components/snackbar/snackbar.component.mjs +5 -5
  33. package/esm2020/lib/components/snackbar/snackbar.models.mjs +1 -1
  34. package/esm2020/lib/components/snackbar/snackbar.module.mjs +9 -10
  35. package/esm2020/lib/components/snackbar/snackbar.service.mjs +5 -5
  36. package/esm2020/lib/components/stepper-horizontal/step-horizontal/step-horizontal.component.mjs +5 -5
  37. package/esm2020/lib/components/stepper-horizontal/stepper-horizontal.component.mjs +7 -7
  38. package/esm2020/lib/components/stepper-vertical/step-vertical/step-vertical.component.mjs +5 -5
  39. package/esm2020/lib/components/stepper-vertical/stepper-vertical.component.mjs +7 -7
  40. package/esm2020/lib/components/table-header-cell/table-header-cell.directive.mjs +5 -5
  41. package/esm2020/lib/components/tabs/tab-pane/tab-pane.component.mjs +7 -7
  42. package/esm2020/lib/components/tabs/tabs.component.mjs +9 -9
  43. package/esm2020/lib/directives/click-outside.directive.mjs +5 -5
  44. package/esm2020/lib/festo-angular.module.mjs +5 -5
  45. package/esm2020/lib/forms/checkbox/checkbox.component.mjs +7 -7
  46. package/esm2020/lib/forms/color-indicator/color-indicator.component.mjs +5 -5
  47. package/esm2020/lib/forms/color-picker/color-picker.component.mjs +7 -7
  48. package/esm2020/lib/forms/date-picker/date-picker.component.mjs +10 -10
  49. package/esm2020/lib/forms/date-range-picker/date-range-picker.component.mjs +9 -9
  50. package/esm2020/lib/forms/flatpickr/flatpickr.component.mjs +5 -5
  51. package/esm2020/lib/forms/forms.module.mjs +107 -127
  52. package/esm2020/lib/forms/radio/radio.component.mjs +18 -18
  53. package/esm2020/lib/forms/segment/segment-control/segment-control.component.mjs +13 -8
  54. package/esm2020/lib/forms/segment/segment.component.mjs +39 -14
  55. package/esm2020/lib/forms/select/chip-text.pipe.mjs +5 -5
  56. package/esm2020/lib/forms/select/select-option/select-option.component.mjs +5 -5
  57. package/esm2020/lib/forms/select/select.component.mjs +14 -14
  58. package/esm2020/lib/forms/slider/slider.component.mjs +7 -7
  59. package/esm2020/lib/forms/switch/switch.component.mjs +7 -7
  60. package/esm2020/lib/forms/text-area/text-area.component.mjs +7 -7
  61. package/esm2020/lib/forms/text-editor/text-editor.component.mjs +8 -8
  62. package/esm2020/lib/forms/text-input/text-input.component.mjs +7 -7
  63. package/esm2020/lib/forms/time-picker/time-picker-dropdown/time-picker-dropdown.component.mjs +5 -5
  64. package/esm2020/lib/forms/time-picker/time-picker.component.mjs +9 -9
  65. package/esm2020/lib/forms/unique-selection-dispatcher.mjs +5 -5
  66. package/esm2020/lib/forms/value-accessor-base.mjs +5 -5
  67. package/esm2020/lib/modals/alert/alert.component.mjs +5 -5
  68. package/esm2020/lib/modals/confirm/confirm.component.mjs +5 -5
  69. package/esm2020/lib/modals/custom-modal/custom-modal.component.mjs +5 -5
  70. package/esm2020/lib/modals/image-gallery/image-gallery.component.mjs +7 -7
  71. package/esm2020/lib/modals/modal.service.mjs +13 -13
  72. package/esm2020/lib/modals/modals.module.mjs +9 -12
  73. package/esm2020/lib/modals/prompt/prompt.component.mjs +5 -5
  74. package/esm2020/lib/pipes/safe-html.pipe.mjs +5 -5
  75. package/fesm2015/festo-ui-angular.mjs +741 -726
  76. package/fesm2015/festo-ui-angular.mjs.map +1 -1
  77. package/fesm2020/festo-ui-angular.mjs +741 -726
  78. package/fesm2020/festo-ui-angular.mjs.map +1 -1
  79. package/lib/components/accordion/accordion-header/accordion-header.component.d.ts +3 -3
  80. package/lib/components/accordion/accordion-item/accordion-item-body/accordion-item-body.component.d.ts +3 -3
  81. package/lib/components/accordion/accordion-item/accordion-item-header/accordion-item-header.component.d.ts +5 -5
  82. package/lib/components/accordion/accordion-item/accordion-item.component.d.ts +7 -7
  83. package/lib/components/accordion/accordion.component.d.ts +7 -7
  84. package/lib/components/breadcrumb/breadcrumb.component.d.ts +3 -3
  85. package/lib/components/buttons/button/button.component.d.ts +3 -3
  86. package/lib/components/buttons/link-button/link-button.component.d.ts +3 -3
  87. package/lib/components/chips/chip/chip.component.d.ts +3 -3
  88. package/lib/components/chips/chip-container/chip-container.component.d.ts +3 -3
  89. package/lib/components/components.module.d.ts +35 -36
  90. package/lib/components/loading-indicator/loading-indicator.component.d.ts +3 -3
  91. package/lib/components/mobile-flyout/mobile-flyout-item/mobile-flyout-item.component.d.ts +3 -3
  92. package/lib/components/mobile-flyout/mobile-flyout-page/mobile-flyout-page.component.d.ts +5 -5
  93. package/lib/components/mobile-flyout/mobile-flyout.component.d.ts +5 -5
  94. package/lib/components/pagination/pagination.component.d.ts +6 -6
  95. package/lib/components/popovers/legend/legend.component.d.ts +9 -9
  96. package/lib/components/popovers/legend/legend.directive.d.ts +5 -5
  97. package/lib/components/popovers/popover/popover.component.d.ts +5 -5
  98. package/lib/components/popovers/popover-content/popover-content.component.d.ts +12 -12
  99. package/lib/components/popovers/popover-content/popover-content.directive.d.ts +5 -5
  100. package/lib/components/popovers/popover-menu/popover-menu.component.d.ts +11 -11
  101. package/lib/components/popovers/popover-ref.d.ts +4 -4
  102. package/lib/components/popovers/popover.models.d.ts +15 -15
  103. package/lib/components/popovers/popover.service.d.ts +7 -7
  104. package/lib/components/popovers/tooltip/tooltip.directive.d.ts +9 -9
  105. package/lib/components/progress/progress.component.d.ts +3 -3
  106. package/lib/components/scroll/scrollable.directive.d.ts +4 -4
  107. package/lib/components/search-input/search-input.component.d.ts +9 -9
  108. package/lib/components/snackbar/snackbar-container.component.d.ts +5 -5
  109. package/lib/components/snackbar/snackbar-container.directive.d.ts +7 -7
  110. package/lib/components/snackbar/snackbar.component.d.ts +5 -5
  111. package/lib/components/snackbar/snackbar.models.d.ts +2 -2
  112. package/lib/components/snackbar/snackbar.module.d.ts +4 -5
  113. package/lib/components/snackbar/snackbar.service.d.ts +8 -8
  114. package/lib/components/stepper-horizontal/step-horizontal/step-horizontal.component.d.ts +3 -3
  115. package/lib/components/stepper-horizontal/stepper-horizontal.component.d.ts +5 -5
  116. package/lib/components/stepper-vertical/step-vertical/step-vertical.component.d.ts +3 -3
  117. package/lib/components/stepper-vertical/stepper-vertical.component.d.ts +5 -5
  118. package/lib/components/table-header-cell/table-header-cell.directive.d.ts +5 -5
  119. package/lib/components/tabs/tab-pane/tab-pane.component.d.ts +3 -3
  120. package/lib/components/tabs/tabs.component.d.ts +18 -18
  121. package/lib/directives/click-outside.directive.d.ts +3 -3
  122. package/lib/festo-angular.module.d.ts +1 -1
  123. package/lib/forms/checkbox/checkbox.component.d.ts +3 -3
  124. package/lib/forms/color-indicator/color-indicator.component.d.ts +3 -3
  125. package/lib/forms/color-picker/color-picker.component.d.ts +3 -3
  126. package/lib/forms/date-picker/date-picker.component.d.ts +5 -5
  127. package/lib/forms/date-range-picker/date-range-picker.component.d.ts +5 -5
  128. package/lib/forms/flatpickr/flatpickr.component.d.ts +3 -3
  129. package/lib/forms/forms.module.d.ts +18 -23
  130. package/lib/forms/radio/radio.component.d.ts +15 -15
  131. package/lib/forms/segment/segment-control/segment-control.component.d.ts +5 -4
  132. package/lib/forms/segment/segment.component.d.ts +19 -10
  133. package/lib/forms/select/chip-text.pipe.d.ts +3 -3
  134. package/lib/forms/select/select-option/select-option.component.d.ts +3 -3
  135. package/lib/forms/select/select.component.d.ts +6 -6
  136. package/lib/forms/slider/slider.component.d.ts +3 -3
  137. package/lib/forms/switch/switch.component.d.ts +3 -3
  138. package/lib/forms/text-area/text-area.component.d.ts +3 -3
  139. package/lib/forms/text-editor/text-editor.component.d.ts +7 -7
  140. package/lib/forms/text-input/text-input.component.d.ts +3 -3
  141. package/lib/forms/time-picker/time-picker-dropdown/time-picker-dropdown.component.d.ts +3 -3
  142. package/lib/forms/time-picker/time-picker.component.d.ts +5 -5
  143. package/lib/forms/unique-selection-dispatcher.d.ts +3 -3
  144. package/lib/forms/value-accessor-base.d.ts +3 -3
  145. package/lib/modals/alert/alert.component.d.ts +5 -5
  146. package/lib/modals/confirm/confirm.component.d.ts +5 -5
  147. package/lib/modals/custom-modal/custom-modal.component.d.ts +3 -3
  148. package/lib/modals/image-gallery/image-gallery.component.d.ts +7 -7
  149. package/lib/modals/modal.service.d.ts +11 -11
  150. package/lib/modals/modals.module.d.ts +5 -8
  151. package/lib/modals/prompt/prompt.component.d.ts +5 -5
  152. package/lib/pipes/safe-html.pipe.d.ts +3 -3
  153. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
- export declare class AccordionHeaderComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<AccordionHeaderComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<AccordionHeaderComponent, "fng-accordion-header", never, {}, {}, never, ["*"], true, never>;
2
+ export declare class FngAccordionHeaderComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<FngAccordionHeaderComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngAccordionHeaderComponent, "fng-accordion-header", never, {}, {}, never, ["*"], true, never>;
5
5
  }
@@ -1,6 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
- export declare class AccordionItemBodyComponent {
2
+ export declare class FngAccordionItemBodyComponent {
3
3
  id: string;
4
- static ɵfac: i0.ɵɵFactoryDeclaration<AccordionItemBodyComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<AccordionItemBodyComponent, "fng-accordion-item-body", never, {}, {}, never, ["*"], true, never>;
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<FngAccordionItemBodyComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngAccordionItemBodyComponent, "fng-accordion-item-body", never, {}, {}, never, ["*"], true, never>;
6
6
  }
@@ -1,15 +1,15 @@
1
1
  import { OnDestroy } from '@angular/core';
2
2
  import { Observable } from 'rxjs';
3
3
  import * as i0 from "@angular/core";
4
- export declare enum AccordionHeaderActions {
4
+ export declare enum FngAccordionHeaderActions {
5
5
  Toggle = "toggle"
6
6
  }
7
- export declare class AccordionItemHeaderComponent implements OnDestroy {
7
+ export declare class FngAccordionItemHeaderComponent implements OnDestroy {
8
8
  id: string;
9
9
  private actions;
10
- actions$: Observable<AccordionHeaderActions>;
10
+ actions$: Observable<FngAccordionHeaderActions>;
11
11
  ngOnDestroy(): void;
12
12
  toggle(): void;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<AccordionItemHeaderComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<AccordionItemHeaderComponent, "fng-accordion-item-header", never, {}, {}, never, ["*"], true, never>;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<FngAccordionItemHeaderComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngAccordionItemHeaderComponent, "fng-accordion-item-header", never, {}, {}, never, ["*"], true, never>;
15
15
  }
@@ -1,8 +1,8 @@
1
1
  import { OnChanges, SimpleChanges, ElementRef, Renderer2, AfterViewInit, ChangeDetectorRef, AfterContentInit } from '@angular/core';
2
- import { AccordionItemBodyComponent } from './accordion-item-body/accordion-item-body.component';
3
- import { AccordionItemHeaderComponent } from './accordion-item-header/accordion-item-header.component';
2
+ import { FngAccordionItemBodyComponent } from './accordion-item-body/accordion-item-body.component';
3
+ import { FngAccordionItemHeaderComponent } from './accordion-item-header/accordion-item-header.component';
4
4
  import * as i0 from "@angular/core";
5
- export declare class AccordionItemComponent implements OnChanges, AfterViewInit, AfterContentInit {
5
+ export declare class FngAccordionItemComponent implements OnChanges, AfterViewInit, AfterContentInit {
6
6
  private elementRef;
7
7
  private renderer;
8
8
  private cd;
@@ -11,8 +11,8 @@ export declare class AccordionItemComponent implements OnChanges, AfterViewInit,
11
11
  expanded: boolean;
12
12
  _linkText: string;
13
13
  get linkText(): string;
14
- header: AccordionItemHeaderComponent | undefined;
15
- body: AccordionItemBodyComponent | undefined;
14
+ header: FngAccordionItemHeaderComponent | undefined;
15
+ body: FngAccordionItemBodyComponent | undefined;
16
16
  id: string;
17
17
  parentId: string;
18
18
  private accordion;
@@ -30,6 +30,6 @@ export declare class AccordionItemComponent implements OnChanges, AfterViewInit,
30
30
  private handleAction;
31
31
  private subscribeToAccordionActions;
32
32
  private subscribeToAccordionItemHeaderActions;
33
- static ɵfac: i0.ɵɵFactoryDeclaration<AccordionItemComponent, never>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<AccordionItemComponent, "fng-accordion-item", never, {}, {}, ["header", "body"], ["*"], true, never>;
33
+ static ɵfac: i0.ɵɵFactoryDeclaration<FngAccordionItemComponent, never>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngAccordionItemComponent, "fng-accordion-item", never, {}, {}, ["header", "body"], ["*"], true, never>;
35
35
  }
@@ -1,24 +1,24 @@
1
1
  import { QueryList, AfterViewInit, OnDestroy } from '@angular/core';
2
2
  import { Observable } from 'rxjs';
3
- import { AccordionItemComponent } from './accordion-item/accordion-item.component';
3
+ import { FngAccordionItemComponent } from './accordion-item/accordion-item.component';
4
4
  import * as i0 from "@angular/core";
5
- export declare enum AccordionActions {
5
+ export declare enum FngAccordionActions {
6
6
  OpenAll = "openAll",
7
7
  CloseAll = "closeAll"
8
8
  }
9
- export declare class AccordionComponent implements AfterViewInit, OnDestroy {
9
+ export declare class FngAccordionComponent implements AfterViewInit, OnDestroy {
10
10
  static nextId: number;
11
11
  readonly componentId: string;
12
12
  private actions;
13
- actions$: Observable<AccordionActions>;
13
+ actions$: Observable<FngAccordionActions>;
14
14
  multi: boolean;
15
15
  showMore: string;
16
16
  showLess: string;
17
- items: QueryList<AccordionItemComponent> | undefined;
17
+ items: QueryList<FngAccordionItemComponent> | undefined;
18
18
  ngAfterViewInit(): void;
19
19
  ngOnDestroy(): void;
20
20
  openAll(): void;
21
21
  closeAll(): void;
22
- static ɵfac: i0.ɵɵFactoryDeclaration<AccordionComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "fng-accordion", never, { "multi": "fngAccordionKeepItemsOpen"; "showMore": "fngAccordionShowMoreText"; "showLess": "fngAccordionShowLessText"; }, {}, ["items"], ["*"], true, never>;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<FngAccordionComponent, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngAccordionComponent, "fng-accordion", never, { "multi": "fngAccordionKeepItemsOpen"; "showMore": "fngAccordionShowMoreText"; "showLess": "fngAccordionShowLessText"; }, {}, ["items"], ["*"], true, never>;
24
24
  }
@@ -1,12 +1,12 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare class BreadcrumbComponent {
3
+ export declare class FngBreadcrumbComponent {
4
4
  useRouterLink: boolean;
5
5
  locations: {
6
6
  label: string;
7
7
  url: string;
8
8
  }[];
9
9
  navigate: EventEmitter<string>;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "fng-breadcrumb", never, { "useRouterLink": "useRouterLink"; "locations": "locations"; }, { "navigate": "navigate"; }, never, never, true, never>;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<FngBreadcrumbComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngBreadcrumbComponent, "fng-breadcrumb", never, { "useRouterLink": "useRouterLink"; "locations": "locations"; }, { "navigate": "navigate"; }, never, never, true, never>;
12
12
  }
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter, ElementRef } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare class ButtonComponent {
3
+ export declare class FngButtonComponent {
4
4
  text: string | undefined;
5
5
  icon: string | undefined;
6
6
  disabled: boolean;
@@ -10,6 +10,6 @@ export declare class ButtonComponent {
10
10
  fngClick: EventEmitter<any>;
11
11
  content: ElementRef | undefined;
12
12
  onClick(event: any): void;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "fng-button", never, { "text": "text"; "icon": "icon"; "disabled": "disabled"; "primary": "primary"; "iconOnly": "iconOnly"; "large": "large"; }, { "fngClick": "fngClick"; }, ["content"], ["*"], true, never>;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<FngButtonComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngButtonComponent, "fng-button", never, { "text": "text"; "icon": "icon"; "disabled": "disabled"; "primary": "primary"; "iconOnly": "iconOnly"; "large": "large"; }, { "fngClick": "fngClick"; }, ["content"], ["*"], true, never>;
15
15
  }
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter, ElementRef } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare class LinkButtonComponent {
3
+ export declare class FngLinkButtonComponent {
4
4
  text: string | undefined;
5
5
  icon: string | undefined;
6
6
  disabled: boolean;
@@ -8,6 +8,6 @@ export declare class LinkButtonComponent {
8
8
  fngClick: EventEmitter<any>;
9
9
  content: ElementRef | undefined;
10
10
  onClick(event: any): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<LinkButtonComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<LinkButtonComponent, "fng-link-button", never, { "text": "text"; "icon": "icon"; "disabled": "disabled"; "iconOnly": "iconOnly"; }, { "fngClick": "fngClick"; }, ["content"], ["*"], true, never>;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<FngLinkButtonComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngLinkButtonComponent, "fng-link-button", never, { "text": "text"; "icon": "icon"; "disabled": "disabled"; "iconOnly": "iconOnly"; }, { "fngClick": "fngClick"; }, ["content"], ["*"], true, never>;
13
13
  }
@@ -6,13 +6,13 @@ export declare enum ChipType {
6
6
  Action = "ACTION",
7
7
  Readonly = "READONLY"
8
8
  }
9
- export declare class ChipComponent {
9
+ export declare class FngChipComponent {
10
10
  ChipType: typeof ChipType;
11
11
  type: ChipType;
12
12
  selected: boolean;
13
13
  disabled: boolean;
14
14
  icon: string | undefined;
15
15
  large: boolean;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<ChipComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<ChipComponent, "fng-chip", never, { "type": "type"; "selected": "selected"; "disabled": "disabled"; "icon": "icon"; "large": "large"; }, {}, never, ["*"], true, never>;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<FngChipComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngChipComponent, "fng-chip", never, { "type": "type"; "selected": "selected"; "disabled": "disabled"; "icon": "icon"; "large": "large"; }, {}, never, ["*"], true, never>;
18
18
  }
@@ -1,6 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
- export declare class ChipContainerComponent {
2
+ export declare class FngChipContainerComponent {
3
3
  large: boolean;
4
- static ɵfac: i0.ɵɵFactoryDeclaration<ChipContainerComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<ChipContainerComponent, "fng-chip-container", never, { "large": "large"; }, {}, never, ["*"], true, never>;
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<FngChipContainerComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngChipContainerComponent, "fng-chip-container", never, { "large": "large"; }, {}, never, ["*"], true, never>;
6
6
  }
@@ -1,41 +1,40 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./pagination/pagination.component";
3
- import * as i2 from "./mobile-flyout/mobile-flyout-page/mobile-flyout-page.component";
4
- import * as i3 from "./mobile-flyout/mobile-flyout-item/mobile-flyout-item.component";
5
- import * as i4 from "./mobile-flyout/mobile-flyout.component";
6
- import * as i5 from "./loading-indicator/loading-indicator.component";
7
- import * as i6 from "./chips/chip/chip.component";
8
- import * as i7 from "./chips/chip-container/chip-container.component";
9
- import * as i8 from "./tabs/tabs.component";
10
- import * as i9 from "./tabs/tab-pane/tab-pane.component";
11
- import * as i10 from "@angular/router";
12
- import * as i11 from "@angular/common";
13
- import * as i12 from "./breadcrumb/breadcrumb.component";
14
- import * as i13 from "./accordion/accordion.component";
15
- import * as i14 from "./accordion/accordion-header/accordion-header.component";
16
- import * as i15 from "./accordion/accordion-item/accordion-item.component";
17
- import * as i16 from "./accordion/accordion-item/accordion-item-body/accordion-item-body.component";
18
- import * as i17 from "./accordion/accordion-item/accordion-item-header/accordion-item-header.component";
19
- import * as i18 from "./buttons/button/button.component";
20
- import * as i19 from "./buttons/link-button/link-button.component";
21
- import * as i20 from "./search-input/search-input.component";
22
- import * as i21 from "./snackbar/snackbar-container.component";
23
- import * as i22 from "./stepper-horizontal/step-horizontal/step-horizontal.component";
24
- import * as i23 from "./stepper-horizontal/stepper-horizontal.component";
25
- import * as i24 from "./stepper-vertical/stepper-vertical.component";
26
- import * as i25 from "./stepper-vertical/step-vertical/step-vertical.component";
27
- import * as i26 from "./table-header-cell/table-header-cell.directive";
28
- import * as i27 from "./scroll/scrollable.directive";
29
- import * as i28 from "./progress/progress.component";
30
- import * as i29 from "./popovers/legend/legend.directive";
31
- import * as i30 from "./popovers/popover/popover.component";
32
- import * as i31 from "./popovers/popover-content/popover-content.directive";
33
- import * as i32 from "./popovers/popover-content/popover-content.component";
34
- import * as i33 from "./popovers/popover-menu/popover-menu.component";
35
- import * as i34 from "./popovers/tooltip/tooltip.directive";
36
- import * as i35 from "./popovers/legend/legend.component";
2
+ import * as i1 from "../directives/click-outside.directive";
3
+ import * as i2 from "./pagination/pagination.component";
4
+ import * as i3 from "./mobile-flyout/mobile-flyout-page/mobile-flyout-page.component";
5
+ import * as i4 from "./mobile-flyout/mobile-flyout-item/mobile-flyout-item.component";
6
+ import * as i5 from "./mobile-flyout/mobile-flyout.component";
7
+ import * as i6 from "./loading-indicator/loading-indicator.component";
8
+ import * as i7 from "./chips/chip/chip.component";
9
+ import * as i8 from "./chips/chip-container/chip-container.component";
10
+ import * as i9 from "./tabs/tabs.component";
11
+ import * as i10 from "./tabs/tab-pane/tab-pane.component";
12
+ import * as i11 from "./breadcrumb/breadcrumb.component";
13
+ import * as i12 from "./accordion/accordion.component";
14
+ import * as i13 from "./accordion/accordion-header/accordion-header.component";
15
+ import * as i14 from "./accordion/accordion-item/accordion-item.component";
16
+ import * as i15 from "./accordion/accordion-item/accordion-item-body/accordion-item-body.component";
17
+ import * as i16 from "./accordion/accordion-item/accordion-item-header/accordion-item-header.component";
18
+ import * as i17 from "./buttons/button/button.component";
19
+ import * as i18 from "./buttons/link-button/link-button.component";
20
+ import * as i19 from "./search-input/search-input.component";
21
+ import * as i20 from "./snackbar/snackbar-container.component";
22
+ import * as i21 from "./stepper-horizontal/step-horizontal/step-horizontal.component";
23
+ import * as i22 from "./stepper-horizontal/stepper-horizontal.component";
24
+ import * as i23 from "./stepper-vertical/stepper-vertical.component";
25
+ import * as i24 from "./stepper-vertical/step-vertical/step-vertical.component";
26
+ import * as i25 from "./table-header-cell/table-header-cell.directive";
27
+ import * as i26 from "./scroll/scrollable.directive";
28
+ import * as i27 from "./progress/progress.component";
29
+ import * as i28 from "./popovers/legend/legend.directive";
30
+ import * as i29 from "./popovers/popover/popover.component";
31
+ import * as i30 from "./popovers/popover-content/popover-content.directive";
32
+ import * as i31 from "./popovers/popover-content/popover-content.component";
33
+ import * as i32 from "./popovers/popover-menu/popover-menu.component";
34
+ import * as i33 from "./popovers/tooltip/tooltip.directive";
35
+ import * as i34 from "./popovers/legend/legend.component";
37
36
  export declare class FestoAngularComponentsModule {
38
37
  static ɵfac: i0.ɵɵFactoryDeclaration<FestoAngularComponentsModule, never>;
39
- static ɵmod: i0.ɵɵNgModuleDeclaration<FestoAngularComponentsModule, never, [typeof i1.PaginationComponent, typeof i2.MobileFlyoutPageComponent, typeof i3.MobileFlyoutItemComponent, typeof i4.MobileFlyoutComponent, typeof i5.LoadingIndicatorComponent, typeof i6.ChipComponent, typeof i7.ChipContainerComponent, typeof i8.TabsComponent, typeof i9.TabPaneComponent, typeof i10.RouterModule, typeof i11.CommonModule, typeof i12.BreadcrumbComponent, typeof i13.AccordionComponent, typeof i14.AccordionHeaderComponent, typeof i15.AccordionItemComponent, typeof i16.AccordionItemBodyComponent, typeof i17.AccordionItemHeaderComponent, typeof i18.ButtonComponent, typeof i19.LinkButtonComponent, typeof i20.SearchInputComponent, typeof i21.SnackbarContainerComponent, typeof i22.StepHorizontalComponent, typeof i23.StepperHorizontalComponent, typeof i24.StepperVerticalComponent, typeof i25.StepVerticalComponent, typeof i26.TableHeaderCellDirective, typeof i27.ScrollableDirective, typeof i28.ProgressComponent, typeof i29.LegendDirective, typeof i30.PopoverComponent, typeof i31.PopoverContentDirective, typeof i32.PopoverContentComponent, typeof i33.PopoverMenuComponent, typeof i34.TooltipDirective, typeof i29.LegendDirective, typeof i35.LegendComponent], [typeof i12.BreadcrumbComponent, typeof i13.AccordionComponent, typeof i14.AccordionHeaderComponent, typeof i15.AccordionItemComponent, typeof i16.AccordionItemBodyComponent, typeof i17.AccordionItemHeaderComponent, typeof i18.ButtonComponent, typeof i19.LinkButtonComponent, typeof i7.ChipContainerComponent, typeof i6.ChipComponent, typeof i5.LoadingIndicatorComponent, typeof i4.MobileFlyoutComponent, typeof i3.MobileFlyoutItemComponent, typeof i2.MobileFlyoutPageComponent, typeof i1.PaginationComponent, typeof i20.SearchInputComponent, typeof i21.SnackbarContainerComponent, typeof i22.StepHorizontalComponent, typeof i23.StepperHorizontalComponent, typeof i24.StepperVerticalComponent, typeof i25.StepVerticalComponent, typeof i26.TableHeaderCellDirective, typeof i27.ScrollableDirective, typeof i28.ProgressComponent, typeof i8.TabsComponent, typeof i9.TabPaneComponent, typeof i29.LegendDirective, typeof i30.PopoverComponent, typeof i31.PopoverContentDirective, typeof i32.PopoverContentComponent, typeof i33.PopoverMenuComponent, typeof i34.TooltipDirective, typeof i29.LegendDirective, typeof i35.LegendComponent]>;
38
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FestoAngularComponentsModule, never, [typeof i1.FngClickOutsideDirective, typeof i2.FngPaginationComponent, typeof i3.FngMobileFlyoutPageComponent, typeof i4.FngMobileFlyoutItemComponent, typeof i5.FngMobileFlyoutComponent, typeof i6.FngLoadingIndicatorComponent, typeof i7.FngChipComponent, typeof i8.FngChipContainerComponent, typeof i9.FngTabsComponent, typeof i10.FngTabPaneComponent, typeof i11.FngBreadcrumbComponent, typeof i12.FngAccordionComponent, typeof i13.FngAccordionHeaderComponent, typeof i14.FngAccordionItemComponent, typeof i15.FngAccordionItemBodyComponent, typeof i16.FngAccordionItemHeaderComponent, typeof i17.FngButtonComponent, typeof i18.FngLinkButtonComponent, typeof i19.FngSearchInputComponent, typeof i20.FngSnackbarContainerComponent, typeof i21.FngStepHorizontalComponent, typeof i22.FngStepperHorizontalComponent, typeof i23.FngStepperVerticalComponent, typeof i24.FngStepVerticalComponent, typeof i25.FngTableHeaderCellDirective, typeof i26.FngScrollableDirective, typeof i27.FngProgressComponent, typeof i28.FngLegendDirective, typeof i29.FngPopoverComponent, typeof i30.FngPopoverContentDirective, typeof i31.FngPopoverContentComponent, typeof i32.FngPopoverMenuComponent, typeof i33.FngTooltipDirective, typeof i28.FngLegendDirective, typeof i34.FngLegendComponent], [typeof i1.FngClickOutsideDirective, typeof i11.FngBreadcrumbComponent, typeof i12.FngAccordionComponent, typeof i13.FngAccordionHeaderComponent, typeof i14.FngAccordionItemComponent, typeof i15.FngAccordionItemBodyComponent, typeof i16.FngAccordionItemHeaderComponent, typeof i17.FngButtonComponent, typeof i18.FngLinkButtonComponent, typeof i8.FngChipContainerComponent, typeof i7.FngChipComponent, typeof i6.FngLoadingIndicatorComponent, typeof i5.FngMobileFlyoutComponent, typeof i4.FngMobileFlyoutItemComponent, typeof i3.FngMobileFlyoutPageComponent, typeof i2.FngPaginationComponent, typeof i19.FngSearchInputComponent, typeof i20.FngSnackbarContainerComponent, typeof i21.FngStepHorizontalComponent, typeof i22.FngStepperHorizontalComponent, typeof i23.FngStepperVerticalComponent, typeof i24.FngStepVerticalComponent, typeof i25.FngTableHeaderCellDirective, typeof i26.FngScrollableDirective, typeof i27.FngProgressComponent, typeof i9.FngTabsComponent, typeof i10.FngTabPaneComponent, typeof i28.FngLegendDirective, typeof i29.FngPopoverComponent, typeof i30.FngPopoverContentDirective, typeof i31.FngPopoverContentComponent, typeof i32.FngPopoverMenuComponent, typeof i33.FngTooltipDirective, typeof i28.FngLegendDirective, typeof i34.FngLegendComponent]>;
40
39
  static ɵinj: i0.ɵɵInjectorDeclaration<FestoAngularComponentsModule>;
41
40
  }
@@ -1,6 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
- export declare class LoadingIndicatorComponent {
2
+ export declare class FngLoadingIndicatorComponent {
3
3
  size: 'large' | 'medium' | 'small';
4
- static ɵfac: i0.ɵɵFactoryDeclaration<LoadingIndicatorComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<LoadingIndicatorComponent, "fng-loading-indicator", never, { "size": "size"; }, {}, never, ["*"], true, never>;
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<FngLoadingIndicatorComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngLoadingIndicatorComponent, "fng-loading-indicator", never, { "size": "size"; }, {}, never, ["*"], true, never>;
6
6
  }
@@ -1,7 +1,7 @@
1
1
  import { OnChanges, SimpleChanges } from '@angular/core';
2
2
  import { RouterLinkActive } from '@angular/router';
3
3
  import * as i0 from "@angular/core";
4
- export declare class MobileFlyoutItemComponent implements OnChanges {
4
+ export declare class FngMobileFlyoutItemComponent implements OnChanges {
5
5
  rla: RouterLinkActive;
6
6
  icon: string;
7
7
  pageLink: string;
@@ -10,6 +10,6 @@ export declare class MobileFlyoutItemComponent implements OnChanges {
10
10
  constructor(rla: RouterLinkActive);
11
11
  ngOnChanges(_: SimpleChanges): void;
12
12
  onClick(): void;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<MobileFlyoutItemComponent, [{ optional: true; }]>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<MobileFlyoutItemComponent, "fng-mobile-flyout-item", never, { "icon": "icon"; "pageLink": "pageLink"; "lastElement": "lastElement"; }, {}, never, ["*"], true, never>;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<FngMobileFlyoutItemComponent, [{ optional: true; }]>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngMobileFlyoutItemComponent, "fng-mobile-flyout-item", never, { "icon": "icon"; "pageLink": "pageLink"; "lastElement": "lastElement"; }, {}, never, ["*"], true, never>;
15
15
  }
@@ -1,8 +1,8 @@
1
1
  import { AfterContentInit, QueryList, OnDestroy } from '@angular/core';
2
- import { MobileFlyoutItemComponent } from '../mobile-flyout-item/mobile-flyout-item.component';
2
+ import { FngMobileFlyoutItemComponent } from '../mobile-flyout-item/mobile-flyout-item.component';
3
3
  import * as i0 from "@angular/core";
4
- export declare class MobileFlyoutPageComponent implements AfterContentInit, OnDestroy {
5
- itemComponents: QueryList<MobileFlyoutItemComponent>;
4
+ export declare class FngMobileFlyoutPageComponent implements AfterContentInit, OnDestroy {
5
+ itemComponents: QueryList<FngMobileFlyoutItemComponent>;
6
6
  name: string;
7
7
  back: string;
8
8
  isfirstelement: boolean;
@@ -14,6 +14,6 @@ export declare class MobileFlyoutPageComponent implements AfterContentInit, OnDe
14
14
  onNavigate(pageName: string): void;
15
15
  onBack(): void;
16
16
  private initItemComponents;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<MobileFlyoutPageComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<MobileFlyoutPageComponent, "fng-mobile-flyout-page", never, { "name": "name"; "back": "back"; }, {}, ["itemComponents"], ["*"], true, never>;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<FngMobileFlyoutPageComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngMobileFlyoutPageComponent, "fng-mobile-flyout-page", never, { "name": "name"; "back": "back"; }, {}, ["itemComponents"], ["*"], true, never>;
19
19
  }
@@ -1,9 +1,9 @@
1
1
  import { AfterContentInit, OnDestroy, QueryList, EventEmitter } from '@angular/core';
2
- import { MobileFlyoutPageComponent } from './mobile-flyout-page/mobile-flyout-page.component';
2
+ import { FngMobileFlyoutPageComponent } from './mobile-flyout-page/mobile-flyout-page.component';
3
3
  import * as i0 from "@angular/core";
4
- export declare class MobileFlyoutComponent implements AfterContentInit, OnDestroy {
4
+ export declare class FngMobileFlyoutComponent implements AfterContentInit, OnDestroy {
5
5
  flyoutOpenChange: EventEmitter<boolean>;
6
- pageComponents: QueryList<MobileFlyoutPageComponent>;
6
+ pageComponents: QueryList<FngMobileFlyoutPageComponent>;
7
7
  isOpen: boolean;
8
8
  private complete;
9
9
  ngAfterContentInit(): void;
@@ -12,6 +12,6 @@ export declare class MobileFlyoutComponent implements AfterContentInit, OnDestro
12
12
  toggle(): void;
13
13
  onClickOutside(): void;
14
14
  private initPageComponents;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<MobileFlyoutComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<MobileFlyoutComponent, "fng-mobile-flyout", never, {}, { "flyoutOpenChange": "flyoutOpenChange"; }, ["pageComponents"], ["*"], true, never>;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<FngMobileFlyoutComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngMobileFlyoutComponent, "fng-mobile-flyout", never, {}, { "flyoutOpenChange": "flyoutOpenChange"; }, ["pageComponents"], ["*"], true, never>;
17
17
  }
@@ -1,12 +1,12 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare enum PaginationType {
3
+ export declare enum FngPaginationType {
4
4
  Numeric = "NUMERIC",
5
5
  Dots = "DOTS"
6
6
  }
7
- export declare class PaginationComponent {
8
- PaginationType: typeof PaginationType;
9
- type: PaginationType;
7
+ export declare class FngPaginationComponent {
8
+ PaginationType: typeof FngPaginationType;
9
+ type: FngPaginationType;
10
10
  pageCurrent: number;
11
11
  set pageMax(value: number);
12
12
  get pageMax(): number;
@@ -16,6 +16,6 @@ export declare class PaginationComponent {
16
16
  onBtnDown(): void;
17
17
  onBtnUp(): void;
18
18
  onDotClick(index: number): void;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<PaginationComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<PaginationComponent, "fng-pagination", never, { "type": "type"; "pageCurrent": "pageCurrent"; "pageMax": "pageMax"; }, { "changePage": "changePage"; }, never, never, true, never>;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<FngPaginationComponent, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngPaginationComponent, "fng-pagination", never, { "type": "type"; "pageCurrent": "pageCurrent"; "pageMax": "pageMax"; }, { "changePage": "changePage"; }, never, never, true, never>;
21
21
  }
@@ -1,22 +1,22 @@
1
1
  import { TemplateRef } from '@angular/core';
2
- import { PopoverService } from '../popover.service';
2
+ import { FngPopoverService } from '../popover.service';
3
3
  import * as i0 from "@angular/core";
4
- export interface PopoverLegendOptions {
4
+ export interface FngPopoverLegendOptions {
5
5
  maxWidth?: string | number;
6
6
  }
7
- export interface LegendItem {
7
+ export interface FngLegendItem {
8
8
  name: string;
9
9
  text: string;
10
10
  }
11
- export declare class LegendComponent {
11
+ export declare class FngLegendComponent {
12
12
  private popoverService;
13
- items: LegendItem[];
14
- options: PopoverLegendOptions;
13
+ items: FngLegendItem[];
14
+ options: FngPopoverLegendOptions;
15
15
  templateRef: TemplateRef<any> | undefined;
16
16
  private popoverRef;
17
- constructor(popoverService: PopoverService);
17
+ constructor(popoverService: FngPopoverService);
18
18
  show(origin: HTMLElement): void;
19
19
  hide(): void;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<LegendComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<LegendComponent, "fng-legend", never, { "items": "items"; "options": "options"; }, {}, never, never, true, never>;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<FngLegendComponent, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngLegendComponent, "fng-legend", never, { "items": "items"; "options": "options"; }, {}, never, never, true, never>;
22
22
  }
@@ -1,13 +1,13 @@
1
1
  import { ElementRef, OnInit } from '@angular/core';
2
- import { PopoverContentComponent } from '../popover-content/popover-content.component';
2
+ import { FngPopoverContentComponent } from '../popover-content/popover-content.component';
3
3
  import * as i0 from "@angular/core";
4
- export declare class LegendDirective implements OnInit {
4
+ export declare class FngLegendDirective implements OnInit {
5
5
  private elmenetRef;
6
- ref: PopoverContentComponent | undefined;
6
+ ref: FngPopoverContentComponent | undefined;
7
7
  private origin;
8
8
  constructor(elmenetRef: ElementRef);
9
9
  ngOnInit(): void;
10
10
  show(): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<LegendDirective, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<LegendDirective, "[fngLegend]", never, {}, {}, ["ref"], never, true, never>;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<FngLegendDirective, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FngLegendDirective, "[fngLegend]", never, {}, {}, ["ref"], never, true, never>;
13
13
  }
@@ -1,14 +1,14 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { PopoverRef } from '../popover-ref';
3
- import { PopoverContentTypes } from '../popover.models';
3
+ import { FngPopoverContentTypes } from '../popover.models';
4
4
  import * as i0 from "@angular/core";
5
- export declare class PopoverComponent implements OnInit {
5
+ export declare class FngPopoverComponent implements OnInit {
6
6
  private popoverRef;
7
- type: PopoverContentTypes | null;
7
+ type: FngPopoverContentTypes | null;
8
8
  content: any;
9
9
  context: any;
10
10
  constructor(popoverRef: PopoverRef);
11
11
  ngOnInit(): void;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<PopoverComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<PopoverComponent, "fng-popover", never, {}, {}, never, never, true, never>;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<FngPopoverComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngPopoverComponent, "fng-popover", never, {}, {}, never, never, true, never>;
14
14
  }
@@ -1,20 +1,20 @@
1
1
  import { TemplateRef, EventEmitter, OnDestroy, AfterViewInit, ElementRef } from '@angular/core';
2
- import { PopoverService } from '../popover.service';
3
- import { PopoverCloseEvent, PopoverPosition } from '../popover.models';
2
+ import { FngPopoverService } from '../popover.service';
3
+ import { FngPopoverCloseEvent, FngPopoverPosition } from '../popover.models';
4
4
  import * as i0 from "@angular/core";
5
- export interface PopoverContentOptions {
6
- positions?: PopoverPosition[];
5
+ export interface FngPopoverContentOptions {
6
+ positions?: FngPopoverPosition[];
7
7
  maxWidth?: string | number;
8
8
  minHeight?: string | number;
9
9
  }
10
- export interface PopoverContentActions {
10
+ export interface FngPopoverContentActions {
11
11
  close: () => void;
12
12
  }
13
- export declare class PopoverContentComponent implements AfterViewInit, OnDestroy {
13
+ export declare class FngPopoverContentComponent implements AfterViewInit, OnDestroy {
14
14
  private popoverService;
15
- options: PopoverContentOptions;
16
- close: EventEmitter<PopoverCloseEvent>;
17
- actions: EventEmitter<PopoverContentActions>;
15
+ options: FngPopoverContentOptions;
16
+ close: EventEmitter<FngPopoverCloseEvent>;
17
+ actions: EventEmitter<FngPopoverContentActions>;
18
18
  templateRef: TemplateRef<any>;
19
19
  contentRef: ElementRef | undefined;
20
20
  showDefault: boolean;
@@ -23,11 +23,11 @@ export declare class PopoverContentComponent implements AfterViewInit, OnDestroy
23
23
  width: number;
24
24
  private closeSub;
25
25
  private popoverRef;
26
- constructor(popoverService: PopoverService);
26
+ constructor(popoverService: FngPopoverService);
27
27
  ngOnDestroy(): void;
28
28
  ngAfterViewInit(): void;
29
29
  show(origin: HTMLElement): void;
30
30
  hide(): void;
31
- static ɵfac: i0.ɵɵFactoryDeclaration<PopoverContentComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<PopoverContentComponent, "fng-popover-content", never, { "options": "options"; }, { "close": "close"; "actions": "actions"; }, never, ["*"], true, never>;
31
+ static ɵfac: i0.ɵɵFactoryDeclaration<FngPopoverContentComponent, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngPopoverContentComponent, "fng-popover-content", never, { "options": "options"; }, { "close": "close"; "actions": "actions"; }, never, ["*"], true, never>;
33
33
  }
@@ -1,14 +1,14 @@
1
1
  import { ElementRef, OnInit } from '@angular/core';
2
- import { PopoverContentComponent } from './popover-content.component';
2
+ import { FngPopoverContentComponent } from './popover-content.component';
3
3
  import * as i0 from "@angular/core";
4
- export declare class PopoverContentDirective implements OnInit {
4
+ export declare class FngPopoverContentDirective implements OnInit {
5
5
  private elmenetRef;
6
- component: PopoverContentComponent | undefined;
6
+ component: FngPopoverContentComponent | undefined;
7
7
  private origin;
8
8
  constructor(elmenetRef: ElementRef);
9
9
  ngOnInit(): void;
10
10
  show(): void;
11
11
  hide(): void;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<PopoverContentDirective, never>;
13
- static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverContentDirective, "[fngPopoverContent]", never, {}, {}, ["component"], never, true, never>;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<FngPopoverContentDirective, never>;
13
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FngPopoverContentDirective, "[fngPopoverContent]", never, {}, {}, ["component"], never, true, never>;
14
14
  }
@@ -1,24 +1,24 @@
1
1
  import { ElementRef, EventEmitter, TemplateRef } from '@angular/core';
2
- import { PopoverMenu, PopoverMenuAction, PopoverPosition } from '../popover.models';
3
- import { PopoverService } from '../popover.service';
2
+ import { FngPopoverMenu, FngPopoverMenuAction, FngPopoverPosition } from '../popover.models';
3
+ import { FngPopoverService } from '../popover.service';
4
4
  import * as i0 from "@angular/core";
5
- export interface PopoverMenuOptions {
6
- positions?: PopoverPosition[];
5
+ export interface FngPopoverMenuOptions {
6
+ positions?: FngPopoverPosition[];
7
7
  }
8
- export declare class PopoverMenuComponent {
8
+ export declare class FngPopoverMenuComponent {
9
9
  private popoverService;
10
10
  icon: string;
11
- menu: PopoverMenu[];
12
- options: PopoverMenuOptions;
13
- menuAction: EventEmitter<PopoverMenuAction>;
11
+ menu: FngPopoverMenu[];
12
+ options: FngPopoverMenuOptions;
13
+ menuAction: EventEmitter<FngPopoverMenuAction>;
14
14
  menuTpl: TemplateRef<any> | undefined;
15
15
  origin: ElementRef | undefined;
16
16
  private popoverRef;
17
17
  private itemHeight;
18
- constructor(popoverService: PopoverService);
18
+ constructor(popoverService: FngPopoverService);
19
19
  show(event: Event, content: TemplateRef<any> | undefined, origin: HTMLElement): void;
20
20
  action(action: string, payload: any): void;
21
21
  hide(): void;
22
- static ɵfac: i0.ɵɵFactoryDeclaration<PopoverMenuComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<PopoverMenuComponent, "fng-popover-menu", never, { "icon": "icon"; "menu": "menu"; "options": "options"; }, { "menuAction": "menuAction"; }, never, never, true, never>;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<FngPopoverMenuComponent, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngPopoverMenuComponent, "fng-popover-menu", never, { "icon": "icon"; "menu": "menu"; "options": "options"; }, { "menuAction": "menuAction"; }, never, never, true, never>;
24
24
  }
@@ -1,12 +1,12 @@
1
1
  import { OverlayRef } from '@angular/cdk/overlay';
2
- import { PopoverContent, PopoverCloseEvent } from './popover.models';
2
+ import { FngPopoverContent, FngPopoverCloseEvent } from './popover.models';
3
3
  export declare class PopoverRef<T = any> {
4
4
  overlay: OverlayRef;
5
- content: PopoverContent | undefined;
5
+ content: FngPopoverContent | undefined;
6
6
  data: T;
7
7
  private afterClosed;
8
- afterClosed$: import("rxjs").Observable<PopoverCloseEvent<T>>;
9
- constructor(overlay: OverlayRef, content: PopoverContent | undefined, data: T);
8
+ afterClosed$: import("rxjs").Observable<FngPopoverCloseEvent<T>>;
9
+ constructor(overlay: OverlayRef, content: FngPopoverContent | undefined, data: T);
10
10
  close(data?: T): void;
11
11
  private _close;
12
12
  }