@festo-ui/angular 3.2.1 → 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 (162) hide show
  1. package/css/bundle.css +1 -1
  2. package/css/popover.css +1 -1
  3. package/esm2020/index.mjs +5 -1
  4. package/esm2020/lib/components/accordion/accordion-header/accordion-header.component.mjs +3 -3
  5. package/esm2020/lib/components/accordion/accordion-item/accordion-item-body/accordion-item-body.component.mjs +3 -3
  6. package/esm2020/lib/components/accordion/accordion-item/accordion-item-header/accordion-item-header.component.mjs +3 -3
  7. package/esm2020/lib/components/accordion/accordion-item/accordion-item.component.mjs +3 -3
  8. package/esm2020/lib/components/accordion/accordion.component.mjs +3 -3
  9. package/esm2020/lib/components/breadcrumb/breadcrumb.component.mjs +5 -5
  10. package/esm2020/lib/components/buttons/button/button.component.mjs +5 -5
  11. package/esm2020/lib/components/buttons/link-button/link-button.component.mjs +4 -4
  12. package/esm2020/lib/components/chips/chip/chip.component.mjs +4 -4
  13. package/esm2020/lib/components/chips/chip-container/chip-container.component.mjs +4 -4
  14. package/esm2020/lib/components/click-outside.directive.mjs +3 -3
  15. package/esm2020/lib/components/components.module.mjs +5 -5
  16. package/esm2020/lib/components/image-gallery/image-gallery.component.mjs +6 -6
  17. package/esm2020/lib/components/image-gallery/image-gallery.module.mjs +5 -5
  18. package/esm2020/lib/components/loading-indicator/loading-indicator.component.mjs +5 -5
  19. package/esm2020/lib/components/mobile-flyout/mobile-flyout-item/mobile-flyout-item.component.mjs +3 -3
  20. package/esm2020/lib/components/mobile-flyout/mobile-flyout-page/mobile-flyout-page.component.mjs +3 -3
  21. package/esm2020/lib/components/mobile-flyout/mobile-flyout.component.mjs +3 -3
  22. package/esm2020/lib/components/modals/alert/alert.component.mjs +4 -4
  23. package/esm2020/lib/components/modals/confirm/confirm.component.mjs +4 -4
  24. package/esm2020/lib/components/modals/custom-modal/custom-modal.component.mjs +5 -5
  25. package/esm2020/lib/components/modals/modal.service.mjs +3 -3
  26. package/esm2020/lib/components/modals/modals.module.mjs +5 -5
  27. package/esm2020/lib/components/modals/prompt/prompt.component.mjs +9 -9
  28. package/esm2020/lib/components/pagination/pagination.component.mjs +4 -4
  29. package/esm2020/lib/components/popovers/legend/legend.component.mjs +3 -3
  30. package/esm2020/lib/components/popovers/legend/legend.directive.mjs +3 -3
  31. package/esm2020/lib/components/popovers/popover/popover.component.mjs +4 -4
  32. package/esm2020/lib/components/popovers/popover-content/popover-content.component.mjs +3 -3
  33. package/esm2020/lib/components/popovers/popover-content/popover-content.directive.mjs +3 -3
  34. package/esm2020/lib/components/popovers/popover-menu/popover-menu.component.mjs +4 -4
  35. package/esm2020/lib/components/popovers/popover.service.mjs +5 -5
  36. package/esm2020/lib/components/popovers/tooltip/tooltip.directive.mjs +3 -3
  37. package/esm2020/lib/components/progress/progress.component.mjs +3 -3
  38. package/esm2020/lib/components/scroll/scrollable.directive.mjs +3 -3
  39. package/esm2020/lib/components/search-input/safe-html.pipe.mjs +3 -3
  40. package/esm2020/lib/components/search-input/search-input.component.mjs +5 -5
  41. package/esm2020/lib/components/snackbar/snackbar-container.component.mjs +3 -3
  42. package/esm2020/lib/components/snackbar/snackbar-container.directive.mjs +3 -3
  43. package/esm2020/lib/components/snackbar/snackbar.component.mjs +4 -4
  44. package/esm2020/lib/components/snackbar/snackbar.module.mjs +5 -5
  45. package/esm2020/lib/components/snackbar/snackbar.service.mjs +3 -3
  46. package/esm2020/lib/components/stepper-horizontal/step-horizontal/step-horizontal.component.mjs +3 -3
  47. package/esm2020/lib/components/stepper-horizontal/stepper-horizontal.component.mjs +3 -3
  48. package/esm2020/lib/components/stepper-vertical/step-vertical/step-vertical.component.mjs +3 -3
  49. package/esm2020/lib/components/stepper-vertical/stepper-vertical.component.mjs +3 -3
  50. package/esm2020/lib/components/table-header-cell/table-header-cell.directive.mjs +3 -3
  51. package/esm2020/lib/components/tabs/tab-pane/tab-pane.component.mjs +7 -4
  52. package/esm2020/lib/components/tabs/tabs.component.mjs +43 -23
  53. package/esm2020/lib/content/content.module.mjs +5 -5
  54. package/esm2020/lib/content/icon/icon.component.mjs +4 -4
  55. package/esm2020/lib/festo-angular.module.mjs +30 -18
  56. package/esm2020/lib/forms/checkbox/checkbox.component.mjs +4 -4
  57. package/esm2020/lib/forms/color-indicator/color-indicator.component.mjs +6 -6
  58. package/esm2020/lib/forms/color-picker/color-picker.component.mjs +7 -7
  59. package/esm2020/lib/forms/container-host.mjs +3 -3
  60. package/esm2020/lib/forms/date-picker/date-picker.component.mjs +4 -4
  61. package/esm2020/lib/forms/date-picker.module.mjs +28 -0
  62. package/esm2020/lib/forms/date-range-picker/date-range-picker.component.mjs +4 -4
  63. package/esm2020/lib/forms/forms.module.mjs +5 -26
  64. package/esm2020/lib/forms/radio/radio.component.mjs +6 -6
  65. package/esm2020/lib/forms/segment/segment-control/segment-control.component.mjs +4 -4
  66. package/esm2020/lib/forms/segment/segment.component.mjs +5 -5
  67. package/esm2020/lib/forms/select/chip-text.pipe.mjs +3 -3
  68. package/esm2020/lib/forms/select/select-option/select-option.component.mjs +4 -4
  69. package/esm2020/lib/forms/select/select.component.mjs +6 -6
  70. package/esm2020/lib/forms/slider/slider.component.mjs +4 -4
  71. package/esm2020/lib/forms/switch/switch.component.mjs +4 -4
  72. package/esm2020/lib/forms/text-area/text-area.component.mjs +4 -4
  73. package/esm2020/lib/forms/text-editor/text-editor.component.mjs +4 -4
  74. package/esm2020/lib/forms/text-editor/text-editor.module.mjs +25 -0
  75. package/esm2020/lib/forms/text-input/text-input.component.mjs +4 -4
  76. package/esm2020/lib/forms/time-picker/time-picker-dropdown/time-picker-dropdown.component.mjs +3 -3
  77. package/esm2020/lib/forms/time-picker/time-picker.component.mjs +4 -4
  78. package/esm2020/lib/forms/unique-selection-dispatcher.mjs +3 -3
  79. package/esm2020/lib/forms/value-accessor-base.mjs +3 -3
  80. package/esm2020/lib/layout/layout.module.mjs +5 -5
  81. package/esm2020/lib/wrappers/flatpickr/flatpickr.component.mjs +3 -3
  82. package/fesm2015/festo-ui-angular.mjs +1592 -1542
  83. package/fesm2015/festo-ui-angular.mjs.map +1 -1
  84. package/fesm2020/festo-ui-angular.mjs +1561 -1512
  85. package/fesm2020/festo-ui-angular.mjs.map +1 -1
  86. package/index.d.ts +2 -0
  87. package/lib/components/accordion/accordion-header/accordion-header.component.d.ts +1 -1
  88. package/lib/components/accordion/accordion-item/accordion-item-body/accordion-item-body.component.d.ts +1 -1
  89. package/lib/components/accordion/accordion-item/accordion-item-header/accordion-item-header.component.d.ts +1 -1
  90. package/lib/components/accordion/accordion-item/accordion-item.component.d.ts +1 -1
  91. package/lib/components/accordion/accordion.component.d.ts +1 -1
  92. package/lib/components/breadcrumb/breadcrumb.component.d.ts +1 -1
  93. package/lib/components/buttons/button/button.component.d.ts +1 -1
  94. package/lib/components/buttons/link-button/link-button.component.d.ts +1 -1
  95. package/lib/components/chips/chip/chip.component.d.ts +1 -1
  96. package/lib/components/chips/chip-container/chip-container.component.d.ts +1 -1
  97. package/lib/components/click-outside.directive.d.ts +1 -1
  98. package/lib/components/image-gallery/image-gallery.component.d.ts +1 -1
  99. package/lib/components/loading-indicator/loading-indicator.component.d.ts +1 -1
  100. package/lib/components/mobile-flyout/mobile-flyout-item/mobile-flyout-item.component.d.ts +1 -1
  101. package/lib/components/mobile-flyout/mobile-flyout-page/mobile-flyout-page.component.d.ts +1 -1
  102. package/lib/components/mobile-flyout/mobile-flyout.component.d.ts +1 -1
  103. package/lib/components/modals/alert/alert.component.d.ts +1 -1
  104. package/lib/components/modals/confirm/confirm.component.d.ts +1 -1
  105. package/lib/components/modals/custom-modal/custom-modal.component.d.ts +1 -1
  106. package/lib/components/modals/prompt/prompt.component.d.ts +4 -4
  107. package/lib/components/pagination/pagination.component.d.ts +1 -1
  108. package/lib/components/popovers/legend/legend.component.d.ts +1 -1
  109. package/lib/components/popovers/legend/legend.directive.d.ts +1 -1
  110. package/lib/components/popovers/popover/popover.component.d.ts +1 -1
  111. package/lib/components/popovers/popover-content/popover-content.component.d.ts +1 -1
  112. package/lib/components/popovers/popover-content/popover-content.directive.d.ts +1 -1
  113. package/lib/components/popovers/popover-menu/popover-menu.component.d.ts +1 -1
  114. package/lib/components/popovers/tooltip/tooltip.directive.d.ts +1 -1
  115. package/lib/components/progress/progress.component.d.ts +1 -1
  116. package/lib/components/scroll/scrollable.directive.d.ts +1 -1
  117. package/lib/components/search-input/safe-html.pipe.d.ts +1 -1
  118. package/lib/components/search-input/search-input.component.d.ts +1 -1
  119. package/lib/components/snackbar/snackbar-container.component.d.ts +1 -1
  120. package/lib/components/snackbar/snackbar-container.directive.d.ts +1 -1
  121. package/lib/components/snackbar/snackbar.component.d.ts +1 -1
  122. package/lib/components/stepper-horizontal/step-horizontal/step-horizontal.component.d.ts +1 -1
  123. package/lib/components/stepper-horizontal/stepper-horizontal.component.d.ts +1 -1
  124. package/lib/components/stepper-vertical/step-vertical/step-vertical.component.d.ts +1 -1
  125. package/lib/components/stepper-vertical/stepper-vertical.component.d.ts +1 -1
  126. package/lib/components/table-header-cell/table-header-cell.directive.d.ts +1 -1
  127. package/lib/components/tabs/tab-pane/tab-pane.component.d.ts +2 -1
  128. package/lib/components/tabs/tabs.component.d.ts +7 -1
  129. package/lib/content/icon/icon.component.d.ts +1 -1
  130. package/lib/festo-angular.module.d.ts +6 -4
  131. package/lib/forms/checkbox/checkbox.component.d.ts +1 -1
  132. package/lib/forms/color-indicator/color-indicator.component.d.ts +1 -1
  133. package/lib/forms/color-picker/color-picker.component.d.ts +1 -1
  134. package/lib/forms/container-host.d.ts +1 -1
  135. package/lib/forms/date-picker/date-picker.component.d.ts +1 -1
  136. package/lib/forms/date-picker.module.d.ts +17 -0
  137. package/lib/forms/date-range-picker/date-range-picker.component.d.ts +1 -1
  138. package/lib/forms/forms.module.d.ts +16 -23
  139. package/lib/forms/radio/radio.component.d.ts +2 -2
  140. package/lib/forms/segment/segment-control/segment-control.component.d.ts +1 -1
  141. package/lib/forms/segment/segment.component.d.ts +1 -1
  142. package/lib/forms/select/chip-text.pipe.d.ts +1 -1
  143. package/lib/forms/select/select-option/select-option.component.d.ts +1 -1
  144. package/lib/forms/select/select.component.d.ts +1 -1
  145. package/lib/forms/slider/slider.component.d.ts +1 -1
  146. package/lib/forms/switch/switch.component.d.ts +1 -1
  147. package/lib/forms/text-area/text-area.component.d.ts +1 -1
  148. package/lib/forms/text-editor/text-editor.component.d.ts +1 -1
  149. package/lib/forms/text-editor/text-editor.module.d.ts +14 -0
  150. package/lib/forms/text-input/text-input.component.d.ts +1 -1
  151. package/lib/forms/time-picker/time-picker-dropdown/time-picker-dropdown.component.d.ts +1 -1
  152. package/lib/forms/time-picker/time-picker.component.d.ts +1 -1
  153. package/lib/forms/value-accessor-base.d.ts +1 -1
  154. package/lib/wrappers/flatpickr/flatpickr.component.d.ts +1 -1
  155. package/package.json +3 -3
  156. package/scss/base/components/buttons/button/button.component.scss +1 -4
  157. package/scss/base/components/loading-indicator/loading-indicator.component.scss +3 -10
  158. package/scss/base/components/tabs/tabs.component.scss +14 -0
  159. package/scss/base/forms/checkbox/checkbox.component.scss +1 -2
  160. package/scss/base/forms/color-indicator/color-indicator.component.scss +1 -1
  161. package/scss/base/forms/color-picker/color-picker.component.scss +3 -3
  162. package/festo-ui-angular.d.ts +0 -5
package/index.d.ts CHANGED
@@ -3,6 +3,8 @@ export * from './lib/components/modals/modals.module';
3
3
  export * from './lib/components/snackbar/snackbar.module';
4
4
  export * from './lib/content/content.module';
5
5
  export * from './lib/forms/forms.module';
6
+ export * from './lib/forms/date-picker.module';
7
+ export * from './lib/forms/text-editor/text-editor.module';
6
8
  export * from './lib/layout/layout.module';
7
9
  export * from './lib/components/image-gallery/image-gallery.module';
8
10
  export * from './lib/festo-angular.module';
@@ -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
  }
@@ -7,11 +7,12 @@ export declare class TabPaneComponent implements OnChanges {
7
7
  icon: string;
8
8
  active: boolean;
9
9
  isVisible: boolean;
10
+ disabled: boolean;
10
11
  tabId: string;
11
12
  tabPaneId: string;
12
13
  private changesSubject;
13
14
  changes$: import("rxjs").Observable<boolean>;
14
15
  ngOnChanges(): void;
15
16
  static ɵfac: i0.ɵɵFactoryDeclaration<TabPaneComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<TabPaneComponent, "fng-tab-pane", never, { "id": "id"; "name": "name"; "icon": "icon"; "active": "active"; "isVisible": "isVisible"; }, {}, 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>;
17
18
  }
@@ -6,6 +6,7 @@ export interface Tab {
6
6
  paneId: string;
7
7
  active?: boolean;
8
8
  icon?: string;
9
+ disabled?: boolean;
9
10
  }
10
11
  export declare type TabItemAppearance = 'fill' | 'equal' | 'default';
11
12
  export declare type TabViewType = 'legacy' | 'responsive';
@@ -31,6 +32,10 @@ export interface TabScrollHorizontalEdges {
31
32
  left: number;
32
33
  right: number;
33
34
  }
35
+ export interface BeforeTabChangeEvent {
36
+ ok: () => void;
37
+ cancel: () => void;
38
+ }
34
39
  export declare class TabsComponent implements AfterContentInit, AfterViewInit, OnDestroy {
35
40
  private elRef;
36
41
  private document;
@@ -40,6 +45,7 @@ export declare class TabsComponent implements AfterContentInit, AfterViewInit, O
40
45
  viewType: TabViewType;
41
46
  showDivider: boolean;
42
47
  config: TabsConfiguration;
48
+ fngBeforeTabChange: EventEmitter<BeforeTabChangeEvent>;
43
49
  fngTabChange: EventEmitter<{
44
50
  previous: string;
45
51
  current: string;
@@ -85,5 +91,5 @@ export declare class TabsComponent implements AfterContentInit, AfterViewInit, O
85
91
  private setScrollContentStyleProperty;
86
92
  private findAdjacentTabIndexClosestToEdge;
87
93
  static ɵfac: i0.ɵɵFactoryDeclaration<TabsComponent, never>;
88
- static ɵcmp: i0.ɵɵComponentDeclaration<TabsComponent, "fng-tabs", never, { "viewType": "fngTabsViewType"; "showDivider": "fngTabsUseBottomDivider"; "config": "config"; }, { "fngTabChange": "fngTabChange"; }, ["panes"], ["*"]>;
94
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabsComponent, "fng-tabs", never, { "viewType": "fngTabsViewType"; "showDivider": "fngTabsUseBottomDivider"; "config": "config"; }, { "fngBeforeTabChange": "fngBeforeTabChange"; "fngTabChange": "fngTabChange"; }, ["panes"], ["*"], false>;
89
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
  }
@@ -3,11 +3,13 @@ import * as i1 from "./layout/layout.module";
3
3
  import * as i2 from "./components/components.module";
4
4
  import * as i3 from "./content/content.module";
5
5
  import * as i4 from "./forms/forms.module";
6
- import * as i5 from "./components/modals/modals.module";
7
- import * as i6 from "./components/snackbar/snackbar.module";
8
- import * as i7 from "./components/image-gallery/image-gallery.module";
6
+ import * as i5 from "./forms/date-picker.module";
7
+ import * as i6 from "./components/modals/modals.module";
8
+ import * as i7 from "./components/snackbar/snackbar.module";
9
+ import * as i8 from "./components/image-gallery/image-gallery.module";
10
+ import * as i9 from "./forms/text-editor/text-editor.module";
9
11
  export declare class FestoAngularModule {
10
12
  static ɵfac: i0.ɵɵFactoryDeclaration<FestoAngularModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<FestoAngularModule, never, [typeof i1.FestoAngularLayoutModule, typeof i2.FestoAngularComponentsModule, typeof i3.FestoAngularContentModule, typeof i4.FestoAngularFormsModule, typeof i5.FestoAngularModalsModule, typeof i6.FestoAngularSnackbarModule, typeof i7.FestoAngularImageGalleryModule], [typeof i1.FestoAngularLayoutModule, typeof i2.FestoAngularComponentsModule, typeof i3.FestoAngularContentModule, typeof i4.FestoAngularFormsModule, typeof i5.FestoAngularModalsModule, typeof i6.FestoAngularSnackbarModule, typeof i7.FestoAngularImageGalleryModule]>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FestoAngularModule, never, [typeof i1.FestoAngularLayoutModule, typeof i2.FestoAngularComponentsModule, typeof i3.FestoAngularContentModule, typeof i4.FestoAngularFormsModule, typeof i5.FestoAngularDatePickerModule, typeof i6.FestoAngularModalsModule, typeof i7.FestoAngularSnackbarModule, typeof i8.FestoAngularImageGalleryModule, typeof i9.FestoAngularTextEditorModule], [typeof i1.FestoAngularLayoutModule, typeof i2.FestoAngularComponentsModule, typeof i3.FestoAngularContentModule, typeof i4.FestoAngularFormsModule, typeof i5.FestoAngularDatePickerModule, typeof i6.FestoAngularModalsModule, typeof i7.FestoAngularSnackbarModule, typeof i8.FestoAngularImageGalleryModule, typeof i9.FestoAngularTextEditorModule]>;
12
14
  static ɵinj: i0.ɵɵInjectorDeclaration<FestoAngularModule>;
13
15
  }
@@ -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
  }
@@ -0,0 +1,17 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./date-picker/date-picker.component";
3
+ import * as i2 from "./date-range-picker/date-range-picker.component";
4
+ import * as i3 from "../wrappers/flatpickr/flatpickr.component";
5
+ import * as i4 from "@angular/forms";
6
+ import * as i5 from "@angular/common";
7
+ import * as i6 from "@angular/cdk/overlay";
8
+ import * as i7 from "@angular/cdk/scrolling";
9
+ import * as i8 from "@angular/cdk/drag-drop";
10
+ import * as i9 from "@angular/cdk/observers";
11
+ export * from './date-picker/date-picker.component';
12
+ export * from './date-range-picker/date-range-picker.component';
13
+ export declare class FestoAngularDatePickerModule {
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<FestoAngularDatePickerModule, never>;
15
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FestoAngularDatePickerModule, [typeof i1.DatePickerComponent, typeof i2.DateRangePickerComponent, typeof i3.FlatpickrComponent], [typeof i4.ReactiveFormsModule, typeof i4.FormsModule, typeof i5.CommonModule, typeof i6.OverlayModule, typeof i7.ScrollingModule, typeof i8.DragDropModule, typeof i9.ObserversModule], [typeof i4.ReactiveFormsModule, typeof i4.FormsModule, typeof i1.DatePickerComponent, typeof i2.DateRangePickerComponent]>;
16
+ static ɵinj: i0.ɵɵInjectorDeclaration<FestoAngularDatePickerModule>;
17
+ }
@@ -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
  }