@festo-ui/angular 3.2.1-pre-20220915.3 → 4.0.0-pre-20220920.1

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 (150) hide show
  1. package/css/bundle.css +1 -1
  2. package/css/popover.css +1 -1
  3. package/esm2020/lib/components/accordion/accordion-header/accordion-header.component.mjs +3 -3
  4. package/esm2020/lib/components/accordion/accordion-item/accordion-item-body/accordion-item-body.component.mjs +3 -3
  5. package/esm2020/lib/components/accordion/accordion-item/accordion-item-header/accordion-item-header.component.mjs +3 -3
  6. package/esm2020/lib/components/accordion/accordion-item/accordion-item.component.mjs +3 -3
  7. package/esm2020/lib/components/accordion/accordion.component.mjs +3 -3
  8. package/esm2020/lib/components/breadcrumb/breadcrumb.component.mjs +5 -5
  9. package/esm2020/lib/components/buttons/button/button.component.mjs +3 -3
  10. package/esm2020/lib/components/buttons/link-button/link-button.component.mjs +4 -4
  11. package/esm2020/lib/components/chips/chip/chip.component.mjs +4 -4
  12. package/esm2020/lib/components/chips/chip-container/chip-container.component.mjs +4 -4
  13. package/esm2020/lib/components/click-outside.directive.mjs +3 -3
  14. package/esm2020/lib/components/components.module.mjs +5 -5
  15. package/esm2020/lib/components/image-gallery/image-gallery.component.mjs +6 -6
  16. package/esm2020/lib/components/image-gallery/image-gallery.module.mjs +5 -5
  17. package/esm2020/lib/components/loading-indicator/loading-indicator.component.mjs +3 -3
  18. package/esm2020/lib/components/mobile-flyout/mobile-flyout-item/mobile-flyout-item.component.mjs +3 -3
  19. package/esm2020/lib/components/mobile-flyout/mobile-flyout-page/mobile-flyout-page.component.mjs +3 -3
  20. package/esm2020/lib/components/mobile-flyout/mobile-flyout.component.mjs +3 -3
  21. package/esm2020/lib/components/modals/alert/alert.component.mjs +4 -4
  22. package/esm2020/lib/components/modals/confirm/confirm.component.mjs +4 -4
  23. package/esm2020/lib/components/modals/custom-modal/custom-modal.component.mjs +5 -5
  24. package/esm2020/lib/components/modals/modal.service.mjs +3 -3
  25. package/esm2020/lib/components/modals/modals.module.mjs +5 -5
  26. package/esm2020/lib/components/modals/prompt/prompt.component.mjs +9 -9
  27. package/esm2020/lib/components/pagination/pagination.component.mjs +4 -4
  28. package/esm2020/lib/components/popovers/legend/legend.component.mjs +3 -3
  29. package/esm2020/lib/components/popovers/legend/legend.directive.mjs +3 -3
  30. package/esm2020/lib/components/popovers/popover/popover.component.mjs +4 -4
  31. package/esm2020/lib/components/popovers/popover-content/popover-content.component.mjs +3 -3
  32. package/esm2020/lib/components/popovers/popover-content/popover-content.directive.mjs +3 -3
  33. package/esm2020/lib/components/popovers/popover-menu/popover-menu.component.mjs +4 -4
  34. package/esm2020/lib/components/popovers/popover.service.mjs +3 -3
  35. package/esm2020/lib/components/popovers/tooltip/tooltip.directive.mjs +3 -3
  36. package/esm2020/lib/components/progress/progress.component.mjs +3 -3
  37. package/esm2020/lib/components/scroll/scrollable.directive.mjs +3 -3
  38. package/esm2020/lib/components/search-input/safe-html.pipe.mjs +3 -3
  39. package/esm2020/lib/components/search-input/search-input.component.mjs +5 -5
  40. package/esm2020/lib/components/snackbar/snackbar-container.component.mjs +3 -3
  41. package/esm2020/lib/components/snackbar/snackbar-container.directive.mjs +3 -3
  42. package/esm2020/lib/components/snackbar/snackbar.component.mjs +4 -4
  43. package/esm2020/lib/components/snackbar/snackbar.module.mjs +5 -5
  44. package/esm2020/lib/components/snackbar/snackbar.service.mjs +3 -3
  45. package/esm2020/lib/components/stepper-horizontal/step-horizontal/step-horizontal.component.mjs +3 -3
  46. package/esm2020/lib/components/stepper-horizontal/stepper-horizontal.component.mjs +3 -3
  47. package/esm2020/lib/components/stepper-vertical/step-vertical/step-vertical.component.mjs +3 -3
  48. package/esm2020/lib/components/stepper-vertical/stepper-vertical.component.mjs +3 -3
  49. package/esm2020/lib/components/table-header-cell/table-header-cell.directive.mjs +3 -3
  50. package/esm2020/lib/components/tabs/tab-pane/tab-pane.component.mjs +3 -3
  51. package/esm2020/lib/components/tabs/tabs.component.mjs +3 -3
  52. package/esm2020/lib/content/content.module.mjs +5 -5
  53. package/esm2020/lib/content/icon/icon.component.mjs +4 -4
  54. package/esm2020/lib/festo-angular.module.mjs +13 -15
  55. package/esm2020/lib/forms/checkbox/checkbox.component.mjs +4 -4
  56. package/esm2020/lib/forms/color-indicator/color-indicator.component.mjs +5 -5
  57. package/esm2020/lib/forms/color-picker/color-picker.component.mjs +7 -7
  58. package/esm2020/lib/forms/container-host.mjs +3 -3
  59. package/esm2020/lib/forms/date-picker/date-picker.component.mjs +4 -4
  60. package/esm2020/lib/forms/date-picker.module.mjs +5 -5
  61. package/esm2020/lib/forms/date-range-picker/date-range-picker.component.mjs +4 -4
  62. package/esm2020/lib/forms/forms.module.mjs +5 -5
  63. package/esm2020/lib/forms/radio/radio.component.mjs +6 -6
  64. package/esm2020/lib/forms/segment/segment-control/segment-control.component.mjs +4 -4
  65. package/esm2020/lib/forms/segment/segment.component.mjs +5 -5
  66. package/esm2020/lib/forms/select/chip-text.pipe.mjs +3 -3
  67. package/esm2020/lib/forms/select/select-option/select-option.component.mjs +4 -4
  68. package/esm2020/lib/forms/select/select.component.mjs +6 -6
  69. package/esm2020/lib/forms/slider/slider.component.mjs +4 -4
  70. package/esm2020/lib/forms/switch/switch.component.mjs +4 -4
  71. package/esm2020/lib/forms/text-area/text-area.component.mjs +4 -4
  72. package/esm2020/lib/forms/text-editor/text-editor.component.mjs +4 -4
  73. package/esm2020/lib/forms/text-editor/text-editor.module.mjs +5 -5
  74. package/esm2020/lib/forms/text-input/text-input.component.mjs +4 -4
  75. package/esm2020/lib/forms/time-picker/time-picker-dropdown/time-picker-dropdown.component.mjs +3 -3
  76. package/esm2020/lib/forms/time-picker/time-picker.component.mjs +4 -4
  77. package/esm2020/lib/forms/unique-selection-dispatcher.mjs +3 -3
  78. package/esm2020/lib/forms/value-accessor-base.mjs +3 -3
  79. package/esm2020/lib/layout/layout.module.mjs +5 -5
  80. package/esm2020/lib/wrappers/flatpickr/flatpickr.component.mjs +3 -3
  81. package/fesm2015/festo-ui-angular.mjs +284 -286
  82. package/fesm2015/festo-ui-angular.mjs.map +1 -1
  83. package/fesm2020/festo-ui-angular.mjs +284 -286
  84. package/fesm2020/festo-ui-angular.mjs.map +1 -1
  85. package/lib/components/accordion/accordion-header/accordion-header.component.d.ts +1 -1
  86. package/lib/components/accordion/accordion-item/accordion-item-body/accordion-item-body.component.d.ts +1 -1
  87. package/lib/components/accordion/accordion-item/accordion-item-header/accordion-item-header.component.d.ts +1 -1
  88. package/lib/components/accordion/accordion-item/accordion-item.component.d.ts +1 -1
  89. package/lib/components/accordion/accordion.component.d.ts +1 -1
  90. package/lib/components/breadcrumb/breadcrumb.component.d.ts +1 -1
  91. package/lib/components/buttons/button/button.component.d.ts +1 -1
  92. package/lib/components/buttons/link-button/link-button.component.d.ts +1 -1
  93. package/lib/components/chips/chip/chip.component.d.ts +1 -1
  94. package/lib/components/chips/chip-container/chip-container.component.d.ts +1 -1
  95. package/lib/components/click-outside.directive.d.ts +1 -1
  96. package/lib/components/image-gallery/image-gallery.component.d.ts +1 -1
  97. package/lib/components/loading-indicator/loading-indicator.component.d.ts +1 -1
  98. package/lib/components/mobile-flyout/mobile-flyout-item/mobile-flyout-item.component.d.ts +1 -1
  99. package/lib/components/mobile-flyout/mobile-flyout-page/mobile-flyout-page.component.d.ts +1 -1
  100. package/lib/components/mobile-flyout/mobile-flyout.component.d.ts +1 -1
  101. package/lib/components/modals/alert/alert.component.d.ts +1 -1
  102. package/lib/components/modals/confirm/confirm.component.d.ts +1 -1
  103. package/lib/components/modals/custom-modal/custom-modal.component.d.ts +1 -1
  104. package/lib/components/modals/prompt/prompt.component.d.ts +4 -4
  105. package/lib/components/pagination/pagination.component.d.ts +1 -1
  106. package/lib/components/popovers/legend/legend.component.d.ts +1 -1
  107. package/lib/components/popovers/legend/legend.directive.d.ts +1 -1
  108. package/lib/components/popovers/popover/popover.component.d.ts +1 -1
  109. package/lib/components/popovers/popover-content/popover-content.component.d.ts +1 -1
  110. package/lib/components/popovers/popover-content/popover-content.directive.d.ts +1 -1
  111. package/lib/components/popovers/popover-menu/popover-menu.component.d.ts +1 -1
  112. package/lib/components/popovers/tooltip/tooltip.directive.d.ts +1 -1
  113. package/lib/components/progress/progress.component.d.ts +1 -1
  114. package/lib/components/scroll/scrollable.directive.d.ts +1 -1
  115. package/lib/components/search-input/safe-html.pipe.d.ts +1 -1
  116. package/lib/components/search-input/search-input.component.d.ts +1 -1
  117. package/lib/components/snackbar/snackbar-container.component.d.ts +1 -1
  118. package/lib/components/snackbar/snackbar-container.directive.d.ts +1 -1
  119. package/lib/components/snackbar/snackbar.component.d.ts +1 -1
  120. package/lib/components/stepper-horizontal/step-horizontal/step-horizontal.component.d.ts +1 -1
  121. package/lib/components/stepper-horizontal/stepper-horizontal.component.d.ts +1 -1
  122. package/lib/components/stepper-vertical/step-vertical/step-vertical.component.d.ts +1 -1
  123. package/lib/components/stepper-vertical/stepper-vertical.component.d.ts +1 -1
  124. package/lib/components/table-header-cell/table-header-cell.directive.d.ts +1 -1
  125. package/lib/components/tabs/tab-pane/tab-pane.component.d.ts +1 -1
  126. package/lib/components/tabs/tabs.component.d.ts +1 -1
  127. package/lib/content/icon/icon.component.d.ts +1 -1
  128. package/lib/forms/checkbox/checkbox.component.d.ts +1 -1
  129. package/lib/forms/color-indicator/color-indicator.component.d.ts +1 -1
  130. package/lib/forms/color-picker/color-picker.component.d.ts +1 -1
  131. package/lib/forms/container-host.d.ts +1 -1
  132. package/lib/forms/date-picker/date-picker.component.d.ts +1 -1
  133. package/lib/forms/date-range-picker/date-range-picker.component.d.ts +1 -1
  134. package/lib/forms/radio/radio.component.d.ts +2 -2
  135. package/lib/forms/segment/segment-control/segment-control.component.d.ts +1 -1
  136. package/lib/forms/segment/segment.component.d.ts +1 -1
  137. package/lib/forms/select/chip-text.pipe.d.ts +1 -1
  138. package/lib/forms/select/select-option/select-option.component.d.ts +1 -1
  139. package/lib/forms/select/select.component.d.ts +1 -1
  140. package/lib/forms/slider/slider.component.d.ts +1 -1
  141. package/lib/forms/switch/switch.component.d.ts +1 -1
  142. package/lib/forms/text-area/text-area.component.d.ts +1 -1
  143. package/lib/forms/text-editor/text-editor.component.d.ts +1 -1
  144. package/lib/forms/text-input/text-input.component.d.ts +1 -1
  145. package/lib/forms/time-picker/time-picker-dropdown/time-picker-dropdown.component.d.ts +1 -1
  146. package/lib/forms/time-picker/time-picker.component.d.ts +1 -1
  147. package/lib/forms/value-accessor-base.d.ts +1 -1
  148. package/lib/wrappers/flatpickr/flatpickr.component.d.ts +1 -1
  149. package/package.json +3 -3
  150. package/festo-ui-angular.d.ts +0 -5
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class AccordionHeaderComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<AccordionHeaderComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<AccordionHeaderComponent, "fng-accordion-header", never, {}, {}, never, ["*"]>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<AccordionHeaderComponent, "fng-accordion-header", never, {}, {}, never, ["*"], false>;
5
5
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class AccordionItemBodyComponent {
3
3
  id: string;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<AccordionItemBodyComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<AccordionItemBodyComponent, "fng-accordion-item-body", never, {}, {}, never, ["*"]>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<AccordionItemBodyComponent, "fng-accordion-item-body", never, {}, {}, never, ["*"], false>;
6
6
  }
@@ -11,5 +11,5 @@ export declare class AccordionItemHeaderComponent implements OnDestroy {
11
11
  ngOnDestroy(): void;
12
12
  toggle(): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<AccordionItemHeaderComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<AccordionItemHeaderComponent, "fng-accordion-item-header", never, {}, {}, never, ["*"]>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<AccordionItemHeaderComponent, "fng-accordion-item-header", never, {}, {}, never, ["*"], false>;
15
15
  }
@@ -30,5 +30,5 @@ export declare class AccordionItemComponent implements OnChanges, AfterViewInit
30
30
  private subscribeToAccordionActions;
31
31
  private subscribeToAccordionItemHeaderActions;
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<AccordionItemComponent, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<AccordionItemComponent, "fng-accordion-item", never, {}, {}, ["header", "body"], ["*"]>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<AccordionItemComponent, "fng-accordion-item", never, {}, {}, ["header", "body"], ["*"], false>;
34
34
  }
@@ -20,5 +20,5 @@ export declare class AccordionComponent implements AfterViewInit, OnDestroy {
20
20
  openAll(): void;
21
21
  closeAll(): void;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<AccordionComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "fng-accordion", never, { "multi": "fngAccordionKeepItemsOpen"; "showMore": "fngAccordionShowMoreText"; "showLess": "fngAccordionShowLessText"; }, {}, ["items"], ["*"]>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "fng-accordion", never, { "multi": "fngAccordionKeepItemsOpen"; "showMore": "fngAccordionShowMoreText"; "showLess": "fngAccordionShowLessText"; }, {}, ["items"], ["*"], false>;
24
24
  }
@@ -8,5 +8,5 @@ export declare class BreadcrumbComponent {
8
8
  }[];
9
9
  navigate: EventEmitter<string>;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "fng-breadcrumb", never, { "useRouterLink": "useRouterLink"; "locations": "locations"; }, { "navigate": "navigate"; }, never, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "fng-breadcrumb", never, { "useRouterLink": "useRouterLink"; "locations": "locations"; }, { "navigate": "navigate"; }, never, never, false>;
12
12
  }
@@ -11,5 +11,5 @@ export declare class ButtonComponent {
11
11
  content: ElementRef;
12
12
  onClick(event: any): void;
13
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"], ["*"]>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "fng-button", never, { "text": "text"; "icon": "icon"; "disabled": "disabled"; "primary": "primary"; "iconOnly": "iconOnly"; "large": "large"; }, { "fngClick": "fngClick"; }, ["content"], ["*"], false>;
15
15
  }
@@ -9,5 +9,5 @@ export declare class LinkButtonComponent {
9
9
  content: ElementRef;
10
10
  onClick(event: any): void;
11
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"], ["*"]>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<LinkButtonComponent, "fng-link-button", never, { "text": "text"; "icon": "icon"; "disabled": "disabled"; "iconOnly": "iconOnly"; }, { "fngClick": "fngClick"; }, ["content"], ["*"], false>;
13
13
  }
@@ -14,5 +14,5 @@ export declare class ChipComponent {
14
14
  icon: string;
15
15
  large: boolean;
16
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, ["*"]>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChipComponent, "fng-chip", never, { "type": "type"; "selected": "selected"; "disabled": "disabled"; "icon": "icon"; "large": "large"; }, {}, never, ["*"], false>;
18
18
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class ChipContainerComponent {
3
3
  large: boolean;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<ChipContainerComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<ChipContainerComponent, "fng-chip-container", never, { "large": "large"; }, {}, never, ["*"]>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChipContainerComponent, "fng-chip-container", never, { "large": "large"; }, {}, never, ["*"], false>;
6
6
  }
@@ -6,5 +6,5 @@ export declare class ClickOutsideDirective {
6
6
  clickOutside: EventEmitter<any>;
7
7
  onClick(targetElement: HTMLElement): void;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<ClickOutsideDirective, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<ClickOutsideDirective, "[fngClickOutside]", never, {}, { "clickOutside": "clickOutside"; }, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ClickOutsideDirective, "[fngClickOutside]", never, {}, { "clickOutside": "clickOutside"; }, never, never, false>;
10
10
  }
@@ -29,5 +29,5 @@ export declare class ImageGalleryComponent implements Modal<ImageGalleryData, an
29
29
  }[]): void;
30
30
  onClose(): void;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<ImageGalleryComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<ImageGalleryComponent, "fng-image-gallery", never, { "data": "data"; }, { "close": "close"; "cancel": "cancel"; "ok": "ok"; }, never, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<ImageGalleryComponent, "fng-image-gallery", never, { "data": "data"; }, { "close": "close"; "cancel": "cancel"; "ok": "ok"; }, never, never, false>;
33
33
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class LoadingIndicatorComponent {
3
3
  size: 'large' | 'medium' | 'small';
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<LoadingIndicatorComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<LoadingIndicatorComponent, "fng-loading-indicator", never, { "size": "size"; }, {}, never, ["*"]>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<LoadingIndicatorComponent, "fng-loading-indicator", never, { "size": "size"; }, {}, never, ["*"], false>;
6
6
  }
@@ -11,5 +11,5 @@ export declare class MobileFlyoutItemComponent implements OnChanges {
11
11
  ngOnChanges(_: SimpleChanges): void;
12
12
  onClick(): void;
13
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, ["*"]>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<MobileFlyoutItemComponent, "fng-mobile-flyout-item", never, { "icon": "icon"; "pageLink": "pageLink"; "lastElement": "lastElement"; }, {}, never, ["*"], false>;
15
15
  }
@@ -15,5 +15,5 @@ export declare class MobileFlyoutPageComponent implements AfterContentInit, OnDe
15
15
  onBack(): void;
16
16
  private initItemComponents;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<MobileFlyoutPageComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<MobileFlyoutPageComponent, "fng-mobile-flyout-page", never, { "name": "name"; "back": "back"; }, {}, ["itemComponents"], ["*"]>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<MobileFlyoutPageComponent, "fng-mobile-flyout-page", never, { "name": "name"; "back": "back"; }, {}, ["itemComponents"], ["*"], false>;
19
19
  }
@@ -13,5 +13,5 @@ export declare class MobileFlyoutComponent implements AfterContentInit, OnDestro
13
13
  onClickOutside(): void;
14
14
  private initPageComponents;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<MobileFlyoutComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<MobileFlyoutComponent, "fng-mobile-flyout", never, {}, { "flyoutOpenChange": "flyoutOpenChange"; }, ["pageComponents"], ["*"]>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<MobileFlyoutComponent, "fng-mobile-flyout", never, {}, { "flyoutOpenChange": "flyoutOpenChange"; }, ["pageComponents"], ["*"], false>;
17
17
  }
@@ -22,5 +22,5 @@ export declare class AlertComponent implements AfterViewInit, Modal<AlertData, a
22
22
  onOk(): void;
23
23
  onCancel(): void;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<AlertComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<AlertComponent, "fng-alert", never, { "data": "data"; }, { "close": "close"; "cancel": "cancel"; "ok": "ok"; }, never, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<AlertComponent, "fng-alert", never, { "data": "data"; }, { "close": "close"; "cancel": "cancel"; "ok": "ok"; }, never, never, false>;
26
26
  }
@@ -23,5 +23,5 @@ export declare class ConfirmComponent implements AfterViewInit, Modal<ConfirmDat
23
23
  onOk(): void;
24
24
  onCancel(): void;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmComponent, "fng-confirm", never, { "data": "data"; }, { "close": "close"; "cancel": "cancel"; "ok": "ok"; }, never, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmComponent, "fng-confirm", never, { "data": "data"; }, { "close": "close"; "cancel": "cancel"; "ok": "ok"; }, never, never, false>;
27
27
  }
@@ -17,5 +17,5 @@ export declare class CustomModalComponent {
17
17
  onClickOutside(): void;
18
18
  onClickInside(event: MouseEvent): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<CustomModalComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<CustomModalComponent, "fng-custom-modal", never, { "closeOnBackdrop": "closeOnBackdrop"; "large": "large"; "visible": "visible"; "header": "header"; "subheader": "subheader"; "acknowledgeLabel": "acknowledgeLabel"; "cancelLabel": "cancelLabel"; }, { "visibleChange": "visibleChange"; "acknowledge": "acknowledge"; "cancel": "cancel"; }, never, ["*"]>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<CustomModalComponent, "fng-custom-modal", never, { "closeOnBackdrop": "closeOnBackdrop"; "large": "large"; "visible": "visible"; "header": "header"; "subheader": "subheader"; "acknowledgeLabel": "acknowledgeLabel"; "cancelLabel": "cancelLabel"; }, { "visibleChange": "visibleChange"; "acknowledge": "acknowledge"; "cancel": "cancel"; }, never, ["*"], false>;
21
21
  }
@@ -1,5 +1,5 @@
1
1
  import { AfterViewInit, ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
- import { AbstractControlOptions, AsyncValidatorFn, FormBuilder, FormGroup, ValidatorFn } from '@angular/forms';
2
+ import { AbstractControlOptions, AsyncValidatorFn, UntypedFormBuilder, UntypedFormGroup, ValidatorFn } from '@angular/forms';
3
3
  import { Modal } from '../index';
4
4
  import * as i0 from "@angular/core";
5
5
  export interface PromptData {
@@ -23,12 +23,12 @@ export declare class PromptComponent implements OnInit, AfterViewInit, OnDestroy
23
23
  cancel: EventEmitter<any>;
24
24
  ok: EventEmitter<any>;
25
25
  closeBtn: ElementRef;
26
- form: FormGroup;
26
+ form: UntypedFormGroup;
27
27
  error: string;
28
28
  get text(): string;
29
29
  get valid(): boolean;
30
30
  private complete;
31
- constructor(formBuilder: FormBuilder);
31
+ constructor(formBuilder: UntypedFormBuilder);
32
32
  onKeyUp(event: KeyboardEvent): void;
33
33
  ngOnInit(): void;
34
34
  ngAfterViewInit(): void;
@@ -38,5 +38,5 @@ export declare class PromptComponent implements OnInit, AfterViewInit, OnDestroy
38
38
  onCancel(): void;
39
39
  private handleErrors;
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<PromptComponent, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<PromptComponent, "fng-prompt", never, { "data": "data"; }, { "close": "close"; "cancel": "cancel"; "ok": "ok"; }, never, never>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<PromptComponent, "fng-prompt", never, { "data": "data"; }, { "close": "close"; "cancel": "cancel"; "ok": "ok"; }, never, never, false>;
42
42
  }
@@ -17,5 +17,5 @@ export declare class PaginationComponent {
17
17
  onBtnUp(): void;
18
18
  onDotClick(index: number): void;
19
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>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<PaginationComponent, "fng-pagination", never, { "type": "type"; "pageCurrent": "pageCurrent"; "pageMax": "pageMax"; }, { "changePage": "changePage"; }, never, never, false>;
21
21
  }
@@ -18,5 +18,5 @@ export declare class LegendComponent {
18
18
  show(origin: HTMLElement): void;
19
19
  hide(): void;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<LegendComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<LegendComponent, "fng-legend", never, { "items": "items"; "options": "options"; }, {}, never, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<LegendComponent, "fng-legend", never, { "items": "items"; "options": "options"; }, {}, never, never, false>;
22
22
  }
@@ -9,5 +9,5 @@ export declare class LegendDirective implements OnInit {
9
9
  ngOnInit(): void;
10
10
  show(): void;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<LegendDirective, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<LegendDirective, "[fngLegend]", never, {}, {}, ["ref"]>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LegendDirective, "[fngLegend]", never, {}, {}, ["ref"], never, false>;
13
13
  }
@@ -10,5 +10,5 @@ export declare class PopoverComponent implements OnInit {
10
10
  constructor(popoverRef: PopoverRef);
11
11
  ngOnInit(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<PopoverComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<PopoverComponent, "fng-popover", never, {}, {}, never, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<PopoverComponent, "fng-popover", never, {}, {}, never, never, false>;
14
14
  }
@@ -29,5 +29,5 @@ export declare class PopoverContentComponent implements AfterViewInit, OnDestroy
29
29
  show(origin: HTMLElement): void;
30
30
  hide(): void;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<PopoverContentComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<PopoverContentComponent, "fng-popover-content", never, { "options": "options"; }, { "close": "close"; "actions": "actions"; }, never, ["*"]>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<PopoverContentComponent, "fng-popover-content", never, { "options": "options"; }, { "close": "close"; "actions": "actions"; }, never, ["*"], false>;
33
33
  }
@@ -10,5 +10,5 @@ export declare class PopoverContentDirective implements OnInit {
10
10
  show(): void;
11
11
  hide(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<PopoverContentDirective, never>;
13
- static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverContentDirective, "[fngPopoverContent]", never, {}, {}, ["component"]>;
13
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverContentDirective, "[fngPopoverContent]", never, {}, {}, ["component"], never, false>;
14
14
  }
@@ -20,5 +20,5 @@ export declare class PopoverMenuComponent {
20
20
  action(action: string, payload: any): void;
21
21
  hide(): void;
22
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>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<PopoverMenuComponent, "fng-popover-menu", never, { "icon": "icon"; "menu": "menu"; "options": "options"; }, { "menuAction": "menuAction"; }, never, never, false>;
24
24
  }
@@ -25,5 +25,5 @@ export declare class TooltipDirective implements OnChanges, OnDestroy {
25
25
  private open;
26
26
  private close;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<TooltipDirective, never>;
28
- static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[fngTooltip]", never, { "text": "fngTooltip"; "isVisible": "fngTooltipVisible"; "positions": "fngTooltipPositions"; "options": "options"; }, {}, never>;
28
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[fngTooltip]", never, { "text": "fngTooltip"; "isVisible": "fngTooltipVisible"; "positions": "fngTooltipPositions"; "options": "options"; }, {}, never, never, false>;
29
29
  }
@@ -4,5 +4,5 @@ export declare class ProgressComponent {
4
4
  error: boolean;
5
5
  background: 'white' | 'background' | 'black';
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<ProgressComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<ProgressComponent, "fng-progress", never, { "progress": "progress"; "error": "error"; "background": "background"; }, {}, never, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<ProgressComponent, "fng-progress", never, { "progress": "progress"; "error": "error"; "background": "background"; }, {}, never, never, false>;
8
8
  }
@@ -20,5 +20,5 @@ export declare class ScrollableDirective implements OnChanges, OnDestroy {
20
20
  private updateMaxWidth;
21
21
  private delay;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<ScrollableDirective, never>;
23
- static ɵdir: i0.ɵɵDirectiveDeclaration<ScrollableDirective, "[fngScrollable]", never, { "scrollbarMinSize": "fngScrollableScrollbarMinSize"; "viewReady": "fngScrollableViewReady"; }, {}, never>;
23
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ScrollableDirective, "[fngScrollable]", never, { "scrollbarMinSize": "fngScrollableScrollbarMinSize"; "viewReady": "fngScrollableViewReady"; }, {}, never, never, false>;
24
24
  }
@@ -6,5 +6,5 @@ export declare class SafeHtmlPipe implements PipeTransform {
6
6
  constructor(sanitizer: DomSanitizer);
7
7
  transform(value: any): SafeHtml;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SafeHtmlPipe, never>;
9
- static ɵpipe: i0.ɵɵPipeDeclaration<SafeHtmlPipe, "safeHtml">;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<SafeHtmlPipe, "safeHtml", false>;
10
10
  }
@@ -69,5 +69,5 @@ export declare class SearchInputComponent {
69
69
  onSuggestionClick(suggestion: SearchSuggestion): void;
70
70
  clearQuery(): void;
71
71
  static ɵfac: i0.ɵɵFactoryDeclaration<SearchInputComponent, never>;
72
- static ɵcmp: i0.ɵɵComponentDeclaration<SearchInputComponent, "fng-search-input", never, { "label": "label"; "disabled": "disabled"; "value": "value"; "suggestions": "suggestions"; }, { "fngChange": "fngChange"; "fngSearch": "fngSearch"; }, never, never>;
72
+ static ɵcmp: i0.ɵɵComponentDeclaration<SearchInputComponent, "fng-search-input", never, { "label": "label"; "disabled": "disabled"; "value": "value"; "suggestions": "suggestions"; }, { "fngChange": "fngChange"; "fngSearch": "fngSearch"; }, never, never, false>;
73
73
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class SnackbarContainerComponent {
4
4
  config: SnackbarConfig;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<SnackbarContainerComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<SnackbarContainerComponent, "fng-snackbar-container", never, { "config": "config"; }, {}, never, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<SnackbarContainerComponent, "fng-snackbar-container", never, { "config": "config"; }, {}, never, never, false>;
7
7
  }
@@ -16,5 +16,5 @@ export declare class SnackbarContainerDirective implements OnDestroy, OnInit {
16
16
  private push;
17
17
  private remove;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<SnackbarContainerDirective, never>;
19
- static ɵdir: i0.ɵɵDirectiveDeclaration<SnackbarContainerDirective, "[fngSnackbarContainer]", never, { "fngSnackbarContainer": "fngSnackbarContainer"; }, {}, never>;
19
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SnackbarContainerDirective, "[fngSnackbarContainer]", never, { "fngSnackbarContainer": "fngSnackbarContainer"; }, {}, never, never, false>;
20
20
  }
@@ -13,5 +13,5 @@ export declare class SnackbarComponent implements AfterViewInit, OnDestroy {
13
13
  onAction(): void;
14
14
  onClose(): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<SnackbarComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<SnackbarComponent, "fng-snackbar", never, { "data": "data"; }, { "close": "close"; "action": "action"; }, never, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<SnackbarComponent, "fng-snackbar", never, { "data": "data"; }, { "close": "close"; "action": "action"; }, never, never, false>;
17
17
  }
@@ -3,5 +3,5 @@ export declare class StepHorizontalComponent {
3
3
  isActive: boolean;
4
4
  title: string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<StepHorizontalComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<StepHorizontalComponent, "fng-step-horizontal", never, { "isActive": "isActive"; "title": "title"; }, {}, never, ["*"]>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<StepHorizontalComponent, "fng-step-horizontal", never, { "isActive": "isActive"; "title": "title"; }, {}, never, ["*"], false>;
7
7
  }
@@ -10,5 +10,5 @@ export declare class StepperHorizontalComponent implements AfterContentInit, OnC
10
10
  ngAfterContentInit(): void;
11
11
  onStepClick(index: number): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<StepperHorizontalComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<StepperHorizontalComponent, "fng-stepper-horizontal", never, { "stepIndex": "stepIndex"; }, { "stepIndexChange": "stepIndexChange"; }, ["stepComponents"], ["*"]>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<StepperHorizontalComponent, "fng-stepper-horizontal", never, { "stepIndex": "stepIndex"; }, { "stepIndexChange": "stepIndexChange"; }, ["stepComponents"], ["*"], false>;
14
14
  }
@@ -14,5 +14,5 @@ export declare class StepVerticalComponent implements AfterViewInit {
14
14
  updateHeight(): void;
15
15
  ngAfterViewInit(): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<StepVerticalComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<StepVerticalComponent, "fng-step-vertical", never, { "index": "index"; "title": "title"; "isDone": "isDone"; "isLastElement": "isLastElement"; "isActive": "isActive"; }, {}, never, ["*"]>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<StepVerticalComponent, "fng-step-vertical", never, { "index": "index"; "title": "title"; "isDone": "isDone"; "isLastElement": "isLastElement"; "isActive": "isActive"; }, {}, never, ["*"], false>;
18
18
  }
@@ -10,5 +10,5 @@ export declare class StepperVerticalComponent implements AfterContentInit, OnCha
10
10
  ngAfterContentInit(): void;
11
11
  onStepClick(index: number): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<StepperVerticalComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<StepperVerticalComponent, "fng-stepper-vertical", never, { "stepIndex": "stepIndex"; }, { "stepIndexChange": "stepIndexChange"; }, ["stepComponents"], ["*"]>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<StepperVerticalComponent, "fng-stepper-vertical", never, { "stepIndex": "stepIndex"; }, { "stepIndexChange": "stepIndexChange"; }, ["stepComponents"], ["*"], false>;
14
14
  }
@@ -17,5 +17,5 @@ export declare class TableHeaderCellDirective {
17
17
  get orderDescending(): boolean;
18
18
  onChangeOrder(): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<TableHeaderCellDirective, never>;
20
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableHeaderCellDirective, "[fngTh]", never, { "order": "order"; "fngTh": "fngTh"; "abbr": "abbr"; "colspan": "colspan"; "headers": "headers"; "rowspan": "rowspan"; "scope": "scope"; }, { "changeOrder": "changeOrder"; }, never>;
20
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableHeaderCellDirective, "[fngTh]", never, { "order": "order"; "fngTh": "fngTh"; "abbr": "abbr"; "colspan": "colspan"; "headers": "headers"; "rowspan": "rowspan"; "scope": "scope"; }, { "changeOrder": "changeOrder"; }, never, never, false>;
21
21
  }
@@ -14,5 +14,5 @@ export declare class TabPaneComponent implements OnChanges {
14
14
  changes$: import("rxjs").Observable<boolean>;
15
15
  ngOnChanges(): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<TabPaneComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<TabPaneComponent, "fng-tab-pane", never, { "id": "id"; "name": "name"; "icon": "icon"; "active": "active"; "isVisible": "isVisible"; "disabled": "disabled"; }, {}, never, ["*"]>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabPaneComponent, "fng-tab-pane", never, { "id": "id"; "name": "name"; "icon": "icon"; "active": "active"; "isVisible": "isVisible"; "disabled": "disabled"; }, {}, never, ["*"], false>;
18
18
  }
@@ -91,5 +91,5 @@ export declare class TabsComponent implements AfterContentInit, AfterViewInit, O
91
91
  private setScrollContentStyleProperty;
92
92
  private findAdjacentTabIndexClosestToEdge;
93
93
  static ɵfac: i0.ɵɵFactoryDeclaration<TabsComponent, never>;
94
- static ɵcmp: i0.ɵɵComponentDeclaration<TabsComponent, "fng-tabs", never, { "viewType": "fngTabsViewType"; "showDivider": "fngTabsUseBottomDivider"; "config": "config"; }, { "fngBeforeTabChange": "fngBeforeTabChange"; "fngTabChange": "fngTabChange"; }, ["panes"], ["*"]>;
94
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabsComponent, "fng-tabs", never, { "viewType": "fngTabsViewType"; "showDivider": "fngTabsUseBottomDivider"; "config": "config"; }, { "fngBeforeTabChange": "fngBeforeTabChange"; "fngTabChange": "fngTabChange"; }, ["panes"], ["*"], false>;
95
95
  }
@@ -41,5 +41,5 @@ export declare class IconComponent {
41
41
  */
42
42
  icon: Icon;
43
43
  static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "fng-icon", never, { "icon": "icon"; }, {}, never, ["*"]>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "fng-icon", never, { "icon": "icon"; }, {}, never, ["*"], false>;
45
45
  }
@@ -36,5 +36,5 @@ export declare class CheckboxComponent implements ControlValueAccessor {
36
36
  onInteractionEvent(event: Event): void;
37
37
  onInputClick(event: Event): void;
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "fng-checkbox", never, { "name": "name"; "large": "large"; "valid": "valid"; "labelPosition": "labelPosition"; "id": "id"; "checked": "checked"; "disabled": "disabled"; "indeterminate": "indeterminate"; "value": "value"; "required": "required"; }, { "indeterminateChange": "indeterminateChange"; "change": "change"; }, never, ["*"]>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "fng-checkbox", never, { "name": "name"; "large": "large"; "valid": "valid"; "labelPosition": "labelPosition"; "id": "id"; "checked": "checked"; "disabled": "disabled"; "indeterminate": "indeterminate"; "value": "value"; "required": "required"; }, { "indeterminateChange": "indeterminateChange"; "change": "change"; }, never, ["*"], false>;
40
40
  }
@@ -27,5 +27,5 @@ export declare class ColorIndicatorComponent {
27
27
  positions: ConnectionPositionPair[];
28
28
  getBorderColor(): string;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<ColorIndicatorComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<ColorIndicatorComponent, "fng-color-indicator", never, { "label": "label"; "text": "text"; "color": "color"; "showPopOver": "showPopOver"; "disabled": "disabled"; }, {}, never, ["*"]>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColorIndicatorComponent, "fng-color-indicator", never, { "label": "label"; "text": "text"; "color": "color"; "showPopOver": "showPopOver"; "disabled": "disabled"; }, {}, never, ["*"], false>;
31
31
  }
@@ -73,5 +73,5 @@ export declare class ColorPickerComponent implements OnChanges, ControlValueAcce
73
73
  updateKnobs(): void;
74
74
  onChangeType(type: string): void;
75
75
  static ɵfac: i0.ɵɵFactoryDeclaration<ColorPickerComponent, never>;
76
- static ɵcmp: i0.ɵɵComponentDeclaration<ColorPickerComponent, "fng-color-picker", never, { "useAlpha": "useAlpha"; "alpha": "alpha"; "color": "color"; "disabled": "disabled"; "palette": "palette"; "paletteOnly": "paletteOnly"; }, { "alphaChange": "alphaChange"; }, never, never>;
76
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColorPickerComponent, "fng-color-picker", never, { "useAlpha": "useAlpha"; "alpha": "alpha"; "color": "color"; "disabled": "disabled"; "palette": "palette"; "paletteOnly": "paletteOnly"; }, { "alphaChange": "alphaChange"; }, never, never, false>;
77
77
  }
@@ -7,5 +7,5 @@ export declare abstract class ContainerHostDirective {
7
7
  abstract onOutsideClick(): void;
8
8
  abstract onContainerClick(): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ContainerHostDirective, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<ContainerHostDirective, never, never, {}, {}, never>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ContainerHostDirective, never, never, {}, {}, never, never, false>;
11
11
  }
@@ -46,5 +46,5 @@ export declare class DatePickerComponent implements ControlValueAccessor {
46
46
  toggle(event: Event): void;
47
47
  private dispose;
48
48
  static ɵfac: i0.ɵɵFactoryDeclaration<DatePickerComponent, never>;
49
- static ɵcmp: i0.ɵɵComponentDeclaration<DatePickerComponent, "fng-date-picker", never, { "value": "value"; "disabled": "disabled"; "hint": "hint"; "error": "error"; "options": "options"; "locale": "locale"; "format": "format"; "timezone": "timezone"; "required": "required"; "width": "width"; }, {}, never, ["*"]>;
49
+ static ɵcmp: i0.ɵɵComponentDeclaration<DatePickerComponent, "fng-date-picker", never, { "value": "value"; "disabled": "disabled"; "hint": "hint"; "error": "error"; "options": "options"; "locale": "locale"; "format": "format"; "timezone": "timezone"; "required": "required"; "width": "width"; }, {}, never, ["*"], false>;
50
50
  }
@@ -49,5 +49,5 @@ export declare class DateRangePickerComponent implements ControlValueAccessor {
49
49
  toggle(event: Event): void;
50
50
  private dispose;
51
51
  static ɵfac: i0.ɵɵFactoryDeclaration<DateRangePickerComponent, never>;
52
- static ɵcmp: i0.ɵɵComponentDeclaration<DateRangePickerComponent, "fng-date-range-picker", never, { "value": "value"; "disabled": "disabled"; "hint": "hint"; "error": "error"; "locale": "locale"; "format": "format"; "timezone": "timezone"; "options": "options"; "required": "required"; "width": "width"; }, { "fngChange": "fngChange"; "change": "change"; }, never, ["*"]>;
52
+ static ɵcmp: i0.ɵɵComponentDeclaration<DateRangePickerComponent, "fng-date-range-picker", never, { "value": "value"; "disabled": "disabled"; "hint": "hint"; "error": "error"; "locale": "locale"; "format": "format"; "timezone": "timezone"; "options": "options"; "required": "required"; "width": "width"; }, { "fngChange": "fngChange"; "change": "change"; }, never, ["*"], false>;
53
53
  }
@@ -52,7 +52,7 @@ export declare class RadioGroupDirective implements AfterContentInit, ControlVal
52
52
  private updateRadioButtonNames;
53
53
  private updateSelectedRadioFromValue;
54
54
  static ɵfac: i0.ɵɵFactoryDeclaration<RadioGroupDirective, never>;
55
- static ɵdir: i0.ɵɵDirectiveDeclaration<RadioGroupDirective, "[fngRadioGroup]", never, { "name": "name"; "large": "large"; "labelPosition": "labelPosition"; "value": "value"; "selected": "selected"; "disabled": "disabled"; "required": "required"; }, { "change": "change"; }, ["radios"]>;
55
+ static ɵdir: i0.ɵɵDirectiveDeclaration<RadioGroupDirective, "[fngRadioGroup]", never, { "name": "name"; "large": "large"; "labelPosition": "labelPosition"; "value": "value"; "selected": "selected"; "disabled": "disabled"; "required": "required"; }, { "change": "change"; }, ["radios"], never, false>;
56
56
  }
57
57
  export declare class RadioComponent implements OnInit, OnDestroy {
58
58
  private changeDetector;
@@ -91,5 +91,5 @@ export declare class RadioComponent implements OnInit, OnDestroy {
91
91
  markForCheck(): void;
92
92
  private emitChangeEvent;
93
93
  static ɵfac: i0.ɵɵFactoryDeclaration<RadioComponent, [{ optional: true; }, null, null]>;
94
- static ɵcmp: i0.ɵɵComponentDeclaration<RadioComponent, "fng-radio", never, { "name": "name"; "id": "id"; "checked": "checked"; "value": "value"; "large": "large"; "labelPosition": "labelPosition"; "disabled": "disabled"; "required": "required"; }, { "change": "change"; }, never, ["*"]>;
94
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadioComponent, "fng-radio", never, { "name": "name"; "id": "id"; "checked": "checked"; "value": "value"; "large": "large"; "labelPosition": "labelPosition"; "disabled": "disabled"; "required": "required"; }, { "change": "change"; }, never, ["*"], false>;
95
95
  }
@@ -20,5 +20,5 @@ export declare class SegmentControlComponent implements OnInit, OnChanges, After
20
20
  target: HTMLInputElement;
21
21
  }): void;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<SegmentControlComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<SegmentControlComponent, "fng-segment-control", never, { "name": "name"; "value": "value"; "label": "label"; "icon": "icon"; "iconOnly": "iconOnly"; "checked": "checked"; "disabled": "disabled"; }, { "change": "change"; }, never, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<SegmentControlComponent, "fng-segment-control", never, { "name": "name"; "value": "value"; "label": "label"; "icon": "icon"; "iconOnly": "iconOnly"; "checked": "checked"; "disabled": "disabled"; }, { "change": "change"; }, never, never, false>;
24
24
  }
@@ -27,5 +27,5 @@ export declare class SegmentComponent extends ValueAccessorBaseDirective<any> im
27
27
  ngOnDestroy(): void;
28
28
  private html;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<SegmentComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<SegmentComponent, "fng-segment", never, { "legend": "legend"; "config": "config"; "value": "value"; }, { "fngChange": "fngChange"; "change": "change"; }, ["controls"], never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<SegmentComponent, "fng-segment", never, { "legend": "legend"; "config": "config"; "value": "value"; }, { "fngChange": "fngChange"; "change": "change"; }, ["controls"], never, false>;
31
31
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class ChipTextPipe implements PipeTransform {
4
4
  transform(value: any, options: any[], optionsValueKey?: string, optionsTextKey?: string): string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<ChipTextPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<ChipTextPipe, "fngChipText">;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<ChipTextPipe, "fngChipText", false>;
7
7
  }
@@ -7,5 +7,5 @@ export declare class SelectOptionComponent implements AfterViewInit {
7
7
  ngAfterViewInit(): void;
8
8
  update(): Promise<HTMLElement>;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectOptionComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectOptionComponent, "fng-select-option", never, { "value": "value"; }, {}, never, ["*"]>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectOptionComponent, "fng-select-option", never, { "value": "value"; }, {}, never, ["*"], false>;
11
11
  }
@@ -65,5 +65,5 @@ export declare class SelectComponent implements ControlValueAccessor, OnInit, Af
65
65
  protected initProjectedOptions(): void;
66
66
  protected isEmpty(): void;
67
67
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectComponent, never>;
68
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent, "fng-select", never, { "disabled": "disabled"; "required": "required"; "multiple": "multiple"; "size": "size"; "options": "options"; "optionsValueKey": "optionsValueKey"; "optionsTextKey": "optionsTextKey"; "optionObjectAsValue": "optionObjectAsValue"; "error": "error"; "label": "label"; "hideLabel": "hideLabel"; "hint": "hint"; "resetOption": "resetOption"; }, { "fngChange": "fngChange"; }, ["fngSelectOptions"], ["*"]>;
68
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent, "fng-select", never, { "disabled": "disabled"; "required": "required"; "multiple": "multiple"; "size": "size"; "options": "options"; "optionsValueKey": "optionsValueKey"; "optionsTextKey": "optionsTextKey"; "optionObjectAsValue": "optionObjectAsValue"; "error": "error"; "label": "label"; "hideLabel": "hideLabel"; "hint": "hint"; "resetOption": "resetOption"; }, { "fngChange": "fngChange"; }, ["fngSelectOptions"], ["*"], false>;
69
69
  }
@@ -32,5 +32,5 @@ export declare class SliderComponent implements AfterViewInit, OnDestroy, Contro
32
32
  onInput(event: any): void;
33
33
  updateValuePosition(): void;
34
34
  static ɵfac: i0.ɵɵFactoryDeclaration<SliderComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "fng-slider", never, { "label": "label"; "large": "large"; "min": "min"; "max": "max"; "step": "step"; "digitsInfo": "digitsInfo"; "locale": "locale"; "disabled": "disabled"; "value": "value"; }, {}, never, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "fng-slider", never, { "label": "label"; "large": "large"; "min": "min"; "max": "max"; "step": "step"; "digitsInfo": "digitsInfo"; "locale": "locale"; "disabled": "disabled"; "value": "value"; }, {}, never, never, false>;
36
36
  }
@@ -31,5 +31,5 @@ export declare class SwitchComponent implements ControlValueAccessor {
31
31
  onInteractionEvent(event: Event): void;
32
32
  onInputClick(event: Event): void;
33
33
  static ɵfac: i0.ɵɵFactoryDeclaration<SwitchComponent, never>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "fng-switch", never, { "name": "name"; "large": "large"; "labelPosition": "labelPosition"; "id": "id"; "checked": "checked"; "disabled": "disabled"; "value": "value"; "required": "required"; }, { "change": "change"; }, never, ["*"]>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "fng-switch", never, { "name": "name"; "large": "large"; "labelPosition": "labelPosition"; "id": "id"; "checked": "checked"; "disabled": "disabled"; "value": "value"; "required": "required"; }, { "change": "change"; }, never, ["*"], false>;
35
35
  }
@@ -99,5 +99,5 @@ export declare class TextAreaComponent implements OnInit, ControlValueAccessor {
99
99
  */
100
100
  setDisabledState(isDisabled: boolean): void;
101
101
  static ɵfac: i0.ɵɵFactoryDeclaration<TextAreaComponent, never>;
102
- static ɵcmp: i0.ɵɵComponentDeclaration<TextAreaComponent, "fng-text-area", never, { "label": "label"; "readonly": "readonly"; "placeholder": "placeholder"; "tabindex": "tabindex"; "name": "name"; "disabled": "disabled"; "value": "value"; "required": "required"; "error": "error"; "hint": "hint"; "rows": "rows"; "maxlength": "maxlength"; }, {}, never, never>;
102
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextAreaComponent, "fng-text-area", never, { "label": "label"; "readonly": "readonly"; "placeholder": "placeholder"; "tabindex": "tabindex"; "name": "name"; "disabled": "disabled"; "value": "value"; "required": "required"; "error": "error"; "hint": "hint"; "rows": "rows"; "maxlength": "maxlength"; }, {}, never, never, false>;
103
103
  }
@@ -62,5 +62,5 @@ export declare class TextEditorComponent extends ValueAccessorBaseDirective<stri
62
62
  private addImageMatcher;
63
63
  private handleWhitespace;
64
64
  static ɵfac: i0.ɵɵFactoryDeclaration<TextEditorComponent, never>;
65
- static ɵcmp: i0.ɵɵComponentDeclaration<TextEditorComponent, "fng-text-editor", never, { "config": "config"; "modules": "modules"; "label": "label"; "readOnly": "readOnly"; "maxLength": "maxLength"; "error": "error"; "hint": "hint"; "value": "value"; }, { "fngChange": "fngChange"; "change": "change"; }, never, never>;
65
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextEditorComponent, "fng-text-editor", never, { "config": "config"; "modules": "modules"; "label": "label"; "readOnly": "readOnly"; "maxLength": "maxLength"; "error": "error"; "hint": "hint"; "value": "value"; }, { "fngChange": "fngChange"; "change": "change"; }, never, never, false>;
66
66
  }
@@ -101,5 +101,5 @@ export declare class TextInputComponent implements OnInit, ControlValueAccessor
101
101
  */
102
102
  setDisabledState(isDisabled: boolean): void;
103
103
  static ɵfac: i0.ɵɵFactoryDeclaration<TextInputComponent, never>;
104
- static ɵcmp: i0.ɵɵComponentDeclaration<TextInputComponent, "fng-text-input", never, { "label": "label"; "type": "type"; "readonly": "readonly"; "step": "step"; "min": "min"; "max": "max"; "tabindex": "tabindex"; "placeholder": "placeholder"; "name": "name"; "disabled": "disabled"; "value": "value"; "required": "required"; "error": "error"; "hint": "hint"; }, {}, never, [".fng-hint", ".fng-error"]>;
104
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextInputComponent, "fng-text-input", never, { "label": "label"; "type": "type"; "readonly": "readonly"; "step": "step"; "min": "min"; "max": "max"; "tabindex": "tabindex"; "placeholder": "placeholder"; "name": "name"; "disabled": "disabled"; "value": "value"; "required": "required"; "error": "error"; "hint": "hint"; }, {}, never, [".fng-hint", ".fng-error"], false>;
105
105
  }