@festo-ui/angular 5.1.0 → 6.0.0-dev.198

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 (156) hide show
  1. package/{esm2020 → esm2022}/lib/components/accordion/accordion-header/accordion-header.component.mjs +4 -4
  2. package/{esm2020 → esm2022}/lib/components/accordion/accordion-item/accordion-item-body/accordion-item-body.component.mjs +4 -4
  3. package/{esm2020 → esm2022}/lib/components/accordion/accordion-item/accordion-item-header/accordion-item-header.component.mjs +4 -4
  4. package/esm2022/lib/components/accordion/accordion-item/accordion-item.component.mjs +148 -0
  5. package/esm2022/lib/components/accordion/accordion.component.mjs +59 -0
  6. package/{esm2020 → esm2022}/lib/components/breadcrumb/breadcrumb.component.mjs +4 -4
  7. package/{esm2020 → esm2022}/lib/components/buttons/button/button.component.mjs +4 -4
  8. package/{esm2020 → esm2022}/lib/components/buttons/link-button/link-button.component.mjs +4 -4
  9. package/{esm2020 → esm2022}/lib/components/chips/chip/chip.component.mjs +4 -4
  10. package/{esm2020 → esm2022}/lib/components/chips/chip-container/chip-container.component.mjs +4 -4
  11. package/esm2022/lib/components/components.module.mjs +207 -0
  12. package/{esm2020 → esm2022}/lib/components/loading-indicator/loading-indicator.component.mjs +4 -4
  13. package/{esm2020 → esm2022}/lib/components/mobile-flyout/mobile-flyout-item/mobile-flyout-item.component.mjs +6 -6
  14. package/{esm2020 → esm2022}/lib/components/mobile-flyout/mobile-flyout-page/mobile-flyout-page.component.mjs +4 -4
  15. package/{esm2020 → esm2022}/lib/components/mobile-flyout/mobile-flyout.component.mjs +4 -4
  16. package/{esm2020 → esm2022}/lib/components/pagination/pagination.component.mjs +4 -4
  17. package/{esm2020 → esm2022}/lib/components/popovers/legend/legend.component.mjs +5 -5
  18. package/{esm2020 → esm2022}/lib/components/popovers/legend/legend.directive.mjs +5 -5
  19. package/{esm2020 → esm2022}/lib/components/popovers/popover/popover.component.mjs +5 -5
  20. package/{esm2020 → esm2022}/lib/components/popovers/popover-content/popover-content.component.mjs +5 -5
  21. package/{esm2020 → esm2022}/lib/components/popovers/popover-content/popover-content.directive.mjs +5 -5
  22. package/{esm2020 → esm2022}/lib/components/popovers/popover-menu/popover-menu.component.mjs +5 -5
  23. package/{esm2020 → esm2022}/lib/components/popovers/popover.service.mjs +5 -5
  24. package/{esm2020 → esm2022}/lib/components/popovers/tooltip/tooltip.directive.mjs +5 -5
  25. package/{esm2020 → esm2022}/lib/components/progress/progress.component.mjs +4 -4
  26. package/{esm2020 → esm2022}/lib/components/scroll/scrollable.directive.mjs +5 -5
  27. package/{esm2020 → esm2022}/lib/components/search-input/search-input.component.mjs +4 -4
  28. package/esm2022/lib/components/sidebar-overlay/sidebar-overlay.component.mjs +59 -0
  29. package/{esm2020 → esm2022}/lib/components/snackbar/snackbar-container.component.mjs +4 -4
  30. package/{esm2020 → esm2022}/lib/components/snackbar/snackbar-container.directive.mjs +5 -5
  31. package/esm2022/lib/components/snackbar/snackbar.component.mjs +81 -0
  32. package/esm2022/lib/components/snackbar/snackbar.module.mjs +24 -0
  33. package/{esm2020 → esm2022}/lib/components/snackbar/snackbar.service.mjs +5 -5
  34. package/{esm2020 → esm2022}/lib/components/stepper-horizontal/step-horizontal/step-horizontal.component.mjs +4 -4
  35. package/{esm2020 → esm2022}/lib/components/stepper-horizontal/stepper-horizontal.component.mjs +4 -4
  36. package/{esm2020 → esm2022}/lib/components/stepper-vertical/step-vertical/step-vertical.component.mjs +4 -4
  37. package/{esm2020 → esm2022}/lib/components/stepper-vertical/stepper-vertical.component.mjs +4 -4
  38. package/{esm2020 → esm2022}/lib/components/table-header-cell/table-header-cell.directive.mjs +4 -4
  39. package/esm2022/lib/components/tabs/tab-pane/tab-pane.component.mjs +34 -0
  40. package/esm2022/lib/components/tabs/tabs.component.mjs +459 -0
  41. package/{esm2020 → esm2022}/lib/directives/click-outside.directive.mjs +5 -5
  42. package/{esm2020 → esm2022}/lib/festo-angular.module.mjs +5 -5
  43. package/esm2022/lib/forms/checkbox/checkbox.component.mjs +154 -0
  44. package/{esm2020 → esm2022}/lib/forms/color-indicator/color-indicator.component.mjs +4 -4
  45. package/esm2022/lib/forms/color-picker/color-picker.component.mjs +292 -0
  46. package/{esm2020 → esm2022}/lib/forms/date-picker/date-picker.component.mjs +12 -12
  47. package/{esm2020 → esm2022}/lib/forms/date-range-picker/date-range-picker.component.mjs +12 -12
  48. package/{esm2020 → esm2022}/lib/forms/flatpickr/flatpickr.component.mjs +4 -4
  49. package/{esm2020 → esm2022}/lib/forms/forms.module.mjs +62 -62
  50. package/esm2022/lib/forms/radio/radio.component.mjs +350 -0
  51. package/{esm2020 → esm2022}/lib/forms/segment/segment-control/segment-control.component.mjs +4 -4
  52. package/{esm2020 → esm2022}/lib/forms/segment/segment.component.mjs +11 -11
  53. package/{esm2020 → esm2022}/lib/forms/select/chip-text.pipe.mjs +4 -4
  54. package/{esm2020 → esm2022}/lib/forms/select/select-option/select-option.component.mjs +4 -4
  55. package/esm2022/lib/forms/select/select.component.mjs +275 -0
  56. package/esm2022/lib/forms/slider/slider.component.mjs +113 -0
  57. package/esm2022/lib/forms/switch/switch.component.mjs +121 -0
  58. package/esm2022/lib/forms/text-area/text-area.component.mjs +187 -0
  59. package/esm2022/lib/forms/text-editor/text-editor.component.mjs +308 -0
  60. package/esm2022/lib/forms/text-input/text-input.component.mjs +208 -0
  61. package/{esm2020 → esm2022}/lib/forms/time-picker/time-picker-dropdown/time-picker-dropdown.component.mjs +4 -4
  62. package/{esm2020 → esm2022}/lib/forms/time-picker/time-picker.component.mjs +11 -11
  63. package/{esm2020 → esm2022}/lib/forms/unique-selection-dispatcher.mjs +4 -4
  64. package/{esm2020 → esm2022}/lib/forms/value-accessor-base.mjs +4 -4
  65. package/{esm2020 → esm2022}/lib/modals/alert/alert.component.mjs +4 -4
  66. package/{esm2020 → esm2022}/lib/modals/confirm/confirm.component.mjs +5 -5
  67. package/{esm2020 → esm2022}/lib/modals/custom-modal/custom-modal.component.mjs +4 -4
  68. package/{esm2020 → esm2022}/lib/modals/image-gallery/image-gallery.component.mjs +5 -5
  69. package/{esm2020 → esm2022}/lib/modals/modal.service.mjs +5 -5
  70. package/{esm2020 → esm2022}/lib/modals/modals.module.mjs +5 -5
  71. package/{esm2020 → esm2022}/lib/modals/prompt/prompt.component.mjs +5 -5
  72. package/{esm2020 → esm2022}/lib/pipes/safe-html.pipe.mjs +5 -5
  73. package/{fesm2020 → fesm2022}/festo-ui-angular.mjs +512 -520
  74. package/{fesm2020 → fesm2022}/festo-ui-angular.mjs.map +1 -1
  75. package/lib/components/accordion/accordion.component.d.ts +1 -1
  76. package/lib/components/breadcrumb/breadcrumb.component.d.ts +1 -1
  77. package/lib/components/buttons/button/button.component.d.ts +1 -1
  78. package/lib/components/buttons/link-button/link-button.component.d.ts +1 -1
  79. package/lib/components/chips/chip/chip.component.d.ts +1 -1
  80. package/lib/components/chips/chip-container/chip-container.component.d.ts +1 -1
  81. package/lib/components/loading-indicator/loading-indicator.component.d.ts +1 -1
  82. package/lib/components/mobile-flyout/mobile-flyout-item/mobile-flyout-item.component.d.ts +1 -1
  83. package/lib/components/mobile-flyout/mobile-flyout-page/mobile-flyout-page.component.d.ts +1 -1
  84. package/lib/components/pagination/pagination.component.d.ts +1 -1
  85. package/lib/components/popovers/legend/legend.component.d.ts +1 -1
  86. package/lib/components/popovers/popover-content/popover-content.component.d.ts +1 -1
  87. package/lib/components/popovers/popover-menu/popover-menu.component.d.ts +1 -1
  88. package/lib/components/popovers/tooltip/tooltip.directive.d.ts +1 -1
  89. package/lib/components/progress/progress.component.d.ts +1 -1
  90. package/lib/components/scroll/scrollable.directive.d.ts +1 -1
  91. package/lib/components/search-input/search-input.component.d.ts +1 -1
  92. package/lib/components/sidebar-overlay/sidebar-overlay.component.d.ts +1 -1
  93. package/lib/components/snackbar/snackbar-container.component.d.ts +1 -1
  94. package/lib/components/snackbar/snackbar-container.directive.d.ts +1 -1
  95. package/lib/components/snackbar/snackbar.component.d.ts +1 -1
  96. package/lib/components/stepper-horizontal/step-horizontal/step-horizontal.component.d.ts +1 -1
  97. package/lib/components/stepper-horizontal/stepper-horizontal.component.d.ts +1 -1
  98. package/lib/components/stepper-vertical/step-vertical/step-vertical.component.d.ts +1 -1
  99. package/lib/components/stepper-vertical/stepper-vertical.component.d.ts +1 -1
  100. package/lib/components/table-header-cell/table-header-cell.directive.d.ts +1 -1
  101. package/lib/components/tabs/tab-pane/tab-pane.component.d.ts +1 -1
  102. package/lib/components/tabs/tabs.component.d.ts +1 -1
  103. package/lib/forms/checkbox/checkbox.component.d.ts +1 -1
  104. package/lib/forms/color-indicator/color-indicator.component.d.ts +1 -1
  105. package/lib/forms/color-picker/color-picker.component.d.ts +1 -1
  106. package/lib/forms/date-picker/date-picker.component.d.ts +1 -1
  107. package/lib/forms/date-range-picker/date-range-picker.component.d.ts +1 -1
  108. package/lib/forms/flatpickr/flatpickr.component.d.ts +1 -1
  109. package/lib/forms/radio/radio.component.d.ts +6 -6
  110. package/lib/forms/segment/segment-control/segment-control.component.d.ts +1 -1
  111. package/lib/forms/segment/segment.component.d.ts +1 -1
  112. package/lib/forms/select/select-option/select-option.component.d.ts +1 -1
  113. package/lib/forms/select/select.component.d.ts +6 -5
  114. package/lib/forms/slider/slider.component.d.ts +1 -1
  115. package/lib/forms/switch/switch.component.d.ts +1 -1
  116. package/lib/forms/text-area/text-area.component.d.ts +1 -1
  117. package/lib/forms/text-editor/text-editor.component.d.ts +1 -1
  118. package/lib/forms/text-input/text-input.component.d.ts +1 -1
  119. package/lib/forms/time-picker/time-picker-dropdown/time-picker-dropdown.component.d.ts +1 -1
  120. package/lib/forms/time-picker/time-picker.component.d.ts +1 -1
  121. package/lib/forms/value-accessor-base.d.ts +1 -1
  122. package/lib/modals/alert/alert.component.d.ts +1 -1
  123. package/lib/modals/confirm/confirm.component.d.ts +1 -1
  124. package/lib/modals/custom-modal/custom-modal.component.d.ts +1 -1
  125. package/lib/modals/image-gallery/image-gallery.component.d.ts +1 -1
  126. package/lib/modals/prompt/prompt.component.d.ts +1 -1
  127. package/package.json +17 -23
  128. package/esm2020/lib/components/accordion/accordion-item/accordion-item.component.mjs +0 -148
  129. package/esm2020/lib/components/accordion/accordion.component.mjs +0 -59
  130. package/esm2020/lib/components/components.module.mjs +0 -218
  131. package/esm2020/lib/components/sidebar-overlay/sidebar-overlay.component.mjs +0 -59
  132. package/esm2020/lib/components/snackbar/snackbar.component.mjs +0 -81
  133. package/esm2020/lib/components/snackbar/snackbar.module.mjs +0 -24
  134. package/esm2020/lib/components/tabs/tab-pane/tab-pane.component.mjs +0 -34
  135. package/esm2020/lib/components/tabs/tabs.component.mjs +0 -459
  136. package/esm2020/lib/forms/checkbox/checkbox.component.mjs +0 -154
  137. package/esm2020/lib/forms/color-picker/color-picker.component.mjs +0 -292
  138. package/esm2020/lib/forms/radio/radio.component.mjs +0 -350
  139. package/esm2020/lib/forms/select/select.component.mjs +0 -273
  140. package/esm2020/lib/forms/slider/slider.component.mjs +0 -113
  141. package/esm2020/lib/forms/switch/switch.component.mjs +0 -121
  142. package/esm2020/lib/forms/text-area/text-area.component.mjs +0 -187
  143. package/esm2020/lib/forms/text-editor/text-editor.component.mjs +0 -308
  144. package/esm2020/lib/forms/text-input/text-input.component.mjs +0 -208
  145. package/fesm2015/festo-ui-angular.mjs +0 -6504
  146. package/fesm2015/festo-ui-angular.mjs.map +0 -1
  147. /package/{esm2020 → esm2022}/festo-ui-angular.mjs +0 -0
  148. /package/{esm2020 → esm2022}/lib/components/accordion/index.mjs +0 -0
  149. /package/{esm2020 → esm2022}/lib/components/popovers/popover-ref.mjs +0 -0
  150. /package/{esm2020 → esm2022}/lib/components/popovers/popover.defaults.mjs +0 -0
  151. /package/{esm2020 → esm2022}/lib/components/popovers/popover.models.mjs +0 -0
  152. /package/{esm2020 → esm2022}/lib/components/scroll/index.mjs +0 -0
  153. /package/{esm2020 → esm2022}/lib/components/snackbar/snackbar.models.mjs +0 -0
  154. /package/{esm2020 → esm2022}/lib/forms/color-picker/color-helper.mjs +0 -0
  155. /package/{esm2020 → esm2022}/lib/modals/index.mjs +0 -0
  156. /package/{esm2020 → esm2022}/public-api.mjs +0 -0
@@ -20,5 +20,5 @@ export declare class FngAccordionComponent implements AfterViewInit, OnDestroy {
20
20
  openAll(): void;
21
21
  closeAll(): void;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<FngAccordionComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<FngAccordionComponent, "fng-accordion", never, { "multi": "fngAccordionKeepItemsOpen"; "showMore": "fngAccordionShowMoreText"; "showLess": "fngAccordionShowLessText"; }, {}, ["items"], ["*"], true, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngAccordionComponent, "fng-accordion", never, { "multi": { "alias": "fngAccordionKeepItemsOpen"; "required": false; }; "showMore": { "alias": "fngAccordionShowMoreText"; "required": false; }; "showLess": { "alias": "fngAccordionShowLessText"; "required": false; }; }, {}, ["items"], ["*"], true, never>;
24
24
  }
@@ -8,5 +8,5 @@ export declare class FngBreadcrumbComponent {
8
8
  }[];
9
9
  navigate: EventEmitter<string>;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<FngBreadcrumbComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<FngBreadcrumbComponent, "fng-breadcrumb", never, { "useRouterLink": "useRouterLink"; "locations": "locations"; }, { "navigate": "navigate"; }, never, never, true, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngBreadcrumbComponent, "fng-breadcrumb", never, { "useRouterLink": { "alias": "useRouterLink"; "required": false; }; "locations": { "alias": "locations"; "required": false; }; }, { "navigate": "navigate"; }, never, never, true, never>;
12
12
  }
@@ -11,5 +11,5 @@ export declare class FngButtonComponent {
11
11
  content: ElementRef | undefined;
12
12
  onClick(event: any): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<FngButtonComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<FngButtonComponent, "fng-button", never, { "text": "text"; "icon": "icon"; "disabled": "disabled"; "primary": "primary"; "iconOnly": "iconOnly"; "large": "large"; }, { "fngClick": "fngClick"; }, ["content"], ["*"], true, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngButtonComponent, "fng-button", never, { "text": { "alias": "text"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "primary": { "alias": "primary"; "required": false; }; "iconOnly": { "alias": "iconOnly"; "required": false; }; "large": { "alias": "large"; "required": false; }; }, { "fngClick": "fngClick"; }, ["content"], ["*"], true, never>;
15
15
  }
@@ -9,5 +9,5 @@ export declare class FngLinkButtonComponent {
9
9
  content: ElementRef | undefined;
10
10
  onClick(event: any): void;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<FngLinkButtonComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<FngLinkButtonComponent, "fng-link-button", never, { "text": "text"; "icon": "icon"; "disabled": "disabled"; "iconOnly": "iconOnly"; }, { "fngClick": "fngClick"; }, ["content"], ["*"], true, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngLinkButtonComponent, "fng-link-button", never, { "text": { "alias": "text"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "iconOnly": { "alias": "iconOnly"; "required": false; }; }, { "fngClick": "fngClick"; }, ["content"], ["*"], true, never>;
13
13
  }
@@ -14,5 +14,5 @@ export declare class FngChipComponent {
14
14
  icon: string | undefined;
15
15
  large: boolean;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<FngChipComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<FngChipComponent, "fng-chip", never, { "type": "type"; "selected": "selected"; "disabled": "disabled"; "icon": "icon"; "large": "large"; }, {}, never, ["*"], true, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngChipComponent, "fng-chip", never, { "type": { "alias": "type"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "large": { "alias": "large"; "required": false; }; }, {}, never, ["*"], true, never>;
18
18
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class FngChipContainerComponent {
3
3
  large: boolean;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<FngChipContainerComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<FngChipContainerComponent, "fng-chip-container", never, { "large": "large"; }, {}, never, ["*"], true, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngChipContainerComponent, "fng-chip-container", never, { "large": { "alias": "large"; "required": false; }; }, {}, never, ["*"], true, never>;
6
6
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class FngLoadingIndicatorComponent {
3
3
  size: 'large' | 'medium' | 'small';
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<FngLoadingIndicatorComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<FngLoadingIndicatorComponent, "fng-loading-indicator", never, { "size": "size"; }, {}, never, ["*"], true, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngLoadingIndicatorComponent, "fng-loading-indicator", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], true, never>;
6
6
  }
@@ -11,5 +11,5 @@ export declare class FngMobileFlyoutItemComponent implements OnChanges {
11
11
  ngOnChanges(_: SimpleChanges): void;
12
12
  onClick(): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<FngMobileFlyoutItemComponent, [{ optional: true; }]>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<FngMobileFlyoutItemComponent, "fng-mobile-flyout-item", never, { "icon": "icon"; "pageLink": "pageLink"; "lastElement": "lastElement"; }, {}, never, ["*"], true, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngMobileFlyoutItemComponent, "fng-mobile-flyout-item", never, { "icon": { "alias": "icon"; "required": false; }; "pageLink": { "alias": "pageLink"; "required": false; }; "lastElement": { "alias": "lastElement"; "required": false; }; }, {}, never, ["*"], true, never>;
15
15
  }
@@ -15,5 +15,5 @@ export declare class FngMobileFlyoutPageComponent implements AfterContentInit, O
15
15
  onBack(): void;
16
16
  private initItemComponents;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<FngMobileFlyoutPageComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<FngMobileFlyoutPageComponent, "fng-mobile-flyout-page", never, { "name": "name"; "back": "back"; }, {}, ["itemComponents"], ["*"], true, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngMobileFlyoutPageComponent, "fng-mobile-flyout-page", never, { "name": { "alias": "name"; "required": false; }; "back": { "alias": "back"; "required": false; }; }, {}, ["itemComponents"], ["*"], true, never>;
19
19
  }
@@ -17,5 +17,5 @@ export declare class FngPaginationComponent {
17
17
  onBtnUp(): void;
18
18
  onDotClick(index: number): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<FngPaginationComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<FngPaginationComponent, "fng-pagination", never, { "type": "type"; "pageCurrent": "pageCurrent"; "pageMax": "pageMax"; }, { "changePage": "changePage"; }, never, never, true, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngPaginationComponent, "fng-pagination", never, { "type": { "alias": "type"; "required": false; }; "pageCurrent": { "alias": "pageCurrent"; "required": false; }; "pageMax": { "alias": "pageMax"; "required": false; }; }, { "changePage": "changePage"; }, never, never, true, never>;
21
21
  }
@@ -18,5 +18,5 @@ export declare class FngLegendComponent {
18
18
  show(origin: HTMLElement): void;
19
19
  hide(): void;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<FngLegendComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<FngLegendComponent, "fng-legend", never, { "items": "items"; "options": "options"; }, {}, never, never, true, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngLegendComponent, "fng-legend", never, { "items": { "alias": "items"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, {}, never, never, true, never>;
22
22
  }
@@ -29,5 +29,5 @@ export declare class FngPopoverContentComponent implements AfterViewInit, OnDest
29
29
  show(origin: HTMLElement): void;
30
30
  hide(): void;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<FngPopoverContentComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<FngPopoverContentComponent, "fng-popover-content", never, { "options": "options"; }, { "close": "close"; "actions": "actions"; }, never, ["*"], true, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngPopoverContentComponent, "fng-popover-content", never, { "options": { "alias": "options"; "required": false; }; }, { "close": "close"; "actions": "actions"; }, never, ["*"], true, never>;
33
33
  }
@@ -20,5 +20,5 @@ export declare class FngPopoverMenuComponent {
20
20
  action(action: string, payload: any): void;
21
21
  hide(): void;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<FngPopoverMenuComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<FngPopoverMenuComponent, "fng-popover-menu", never, { "icon": "icon"; "menu": "menu"; "options": "options"; }, { "menuAction": "menuAction"; }, never, never, true, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngPopoverMenuComponent, "fng-popover-menu", never, { "icon": { "alias": "icon"; "required": false; }; "menu": { "alias": "menu"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, { "menuAction": "menuAction"; }, never, never, true, never>;
24
24
  }
@@ -25,5 +25,5 @@ export declare class FngTooltipDirective implements OnChanges, OnDestroy {
25
25
  private open;
26
26
  private close;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<FngTooltipDirective, never>;
28
- static ɵdir: i0.ɵɵDirectiveDeclaration<FngTooltipDirective, "[fngTooltip]", never, { "text": "fngTooltip"; "isVisible": "fngTooltipVisible"; "positions": "fngTooltipPositions"; "options": "fngTooltipOptions"; }, {}, never, never, true, never>;
28
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FngTooltipDirective, "[fngTooltip]", never, { "text": { "alias": "fngTooltip"; "required": false; }; "isVisible": { "alias": "fngTooltipVisible"; "required": false; }; "positions": { "alias": "fngTooltipPositions"; "required": false; }; "options": { "alias": "fngTooltipOptions"; "required": false; }; }, {}, never, never, true, never>;
29
29
  }
@@ -4,5 +4,5 @@ export declare class FngProgressComponent {
4
4
  error: boolean;
5
5
  background: 'white' | 'background' | 'black';
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<FngProgressComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<FngProgressComponent, "fng-progress", never, { "progress": "progress"; "error": "error"; "background": "background"; }, {}, never, never, true, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngProgressComponent, "fng-progress", never, { "progress": { "alias": "progress"; "required": false; }; "error": { "alias": "error"; "required": false; }; "background": { "alias": "background"; "required": false; }; }, {}, never, never, true, never>;
8
8
  }
@@ -20,5 +20,5 @@ export declare class FngScrollableDirective implements OnChanges, OnDestroy {
20
20
  private updateMaxWidth;
21
21
  private delay;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<FngScrollableDirective, never>;
23
- static ɵdir: i0.ɵɵDirectiveDeclaration<FngScrollableDirective, "[fngScrollable]", never, { "scrollbarMinSize": "fngScrollableScrollbarMinSize"; "viewReady": "fngScrollableViewReady"; }, {}, never, never, true, never>;
23
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FngScrollableDirective, "[fngScrollable]", never, { "scrollbarMinSize": { "alias": "fngScrollableScrollbarMinSize"; "required": false; }; "viewReady": { "alias": "fngScrollableViewReady"; "required": false; }; }, {}, never, never, true, never>;
24
24
  }
@@ -69,5 +69,5 @@ export declare class FngSearchInputComponent {
69
69
  onSuggestionClick(suggestion: FngSearchSuggestion): void;
70
70
  clearQuery(): void;
71
71
  static ɵfac: i0.ɵɵFactoryDeclaration<FngSearchInputComponent, never>;
72
- static ɵcmp: i0.ɵɵComponentDeclaration<FngSearchInputComponent, "fng-search-input", never, { "label": "label"; "disabled": "disabled"; "value": "value"; "suggestions": "suggestions"; }, { "fngChange": "fngChange"; "fngSearch": "fngSearch"; }, never, never, true, never>;
72
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngSearchInputComponent, "fng-search-input", never, { "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "suggestions": { "alias": "suggestions"; "required": false; }; }, { "fngChange": "fngChange"; "fngSearch": "fngSearch"; }, never, never, true, never>;
73
73
  }
@@ -21,5 +21,5 @@ export declare class FngSidebarOverlayComponent {
21
21
  constructor();
22
22
  closeSidebar(): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<FngSidebarOverlayComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<FngSidebarOverlayComponent, "fng-sidebar-overlay", never, { "fngNavbarMargin": "fngNavbarMargin"; "open": "open"; }, { "openChange": "openChange"; }, never, ["*"], true, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngSidebarOverlayComponent, "fng-sidebar-overlay", never, { "fngNavbarMargin": { "alias": "fngNavbarMargin"; "required": false; }; "open": { "alias": "open"; "required": false; }; }, { "openChange": "openChange"; }, never, ["*"], true, never>;
25
25
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class FngSnackbarContainerComponent {
4
4
  config: FngSnackbarConfig;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<FngSnackbarContainerComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<FngSnackbarContainerComponent, "fng-snackbar-container", never, { "config": "config"; }, {}, never, never, true, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngSnackbarContainerComponent, "fng-snackbar-container", never, { "config": { "alias": "config"; "required": false; }; }, {}, never, never, true, never>;
7
7
  }
@@ -13,5 +13,5 @@ export declare class FngSnackbarContainerDirective implements OnDestroy {
13
13
  private push;
14
14
  private remove;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<FngSnackbarContainerDirective, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<FngSnackbarContainerDirective, "[fngSnackbarContainer]", never, { "fngSnackbarContainer": "fngSnackbarContainer"; }, {}, never, never, true, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FngSnackbarContainerDirective, "[fngSnackbarContainer]", never, { "fngSnackbarContainer": { "alias": "fngSnackbarContainer"; "required": false; }; }, {}, never, never, true, never>;
17
17
  }
@@ -13,5 +13,5 @@ export declare class FngSnackbarComponent implements AfterViewInit, OnDestroy {
13
13
  onAction(): void;
14
14
  onClose(): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<FngSnackbarComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<FngSnackbarComponent, "fng-snackbar", never, { "data": "data"; }, { "close": "close"; "action": "action"; }, never, never, true, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngSnackbarComponent, "fng-snackbar", never, { "data": { "alias": "data"; "required": false; }; }, { "close": "close"; "action": "action"; }, never, never, true, never>;
17
17
  }
@@ -3,5 +3,5 @@ export declare class FngStepHorizontalComponent {
3
3
  isActive: boolean;
4
4
  title: string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<FngStepHorizontalComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<FngStepHorizontalComponent, "fng-step-horizontal", never, { "isActive": "isActive"; "title": "title"; }, {}, never, ["*"], true, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngStepHorizontalComponent, "fng-step-horizontal", never, { "isActive": { "alias": "isActive"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, ["*"], true, never>;
7
7
  }
@@ -10,5 +10,5 @@ export declare class FngStepperHorizontalComponent implements AfterContentInit,
10
10
  ngAfterContentInit(): void;
11
11
  onStepClick(index: number): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<FngStepperHorizontalComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<FngStepperHorizontalComponent, "fng-stepper-horizontal", never, { "stepIndex": "stepIndex"; }, { "stepIndexChange": "stepIndexChange"; }, ["stepComponents"], ["*"], true, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngStepperHorizontalComponent, "fng-stepper-horizontal", never, { "stepIndex": { "alias": "stepIndex"; "required": false; }; }, { "stepIndexChange": "stepIndexChange"; }, ["stepComponents"], ["*"], true, never>;
14
14
  }
@@ -14,5 +14,5 @@ export declare class FngStepVerticalComponent implements AfterViewInit {
14
14
  updateHeight(): void;
15
15
  ngAfterViewInit(): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<FngStepVerticalComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<FngStepVerticalComponent, "fng-step-vertical", never, { "index": "index"; "title": "title"; "isDone": "isDone"; "isLastElement": "isLastElement"; "isActive": "isActive"; }, {}, never, ["*"], true, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngStepVerticalComponent, "fng-step-vertical", never, { "index": { "alias": "index"; "required": false; }; "title": { "alias": "title"; "required": false; }; "isDone": { "alias": "isDone"; "required": false; }; "isLastElement": { "alias": "isLastElement"; "required": false; }; "isActive": { "alias": "isActive"; "required": false; }; }, {}, never, ["*"], true, never>;
18
18
  }
@@ -10,5 +10,5 @@ export declare class FngStepperVerticalComponent implements AfterContentInit, On
10
10
  ngAfterContentInit(): void;
11
11
  onStepClick(index: number): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<FngStepperVerticalComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<FngStepperVerticalComponent, "fng-stepper-vertical", never, { "stepIndex": "stepIndex"; }, { "stepIndexChange": "stepIndexChange"; }, ["stepComponents"], ["*"], true, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngStepperVerticalComponent, "fng-stepper-vertical", never, { "stepIndex": { "alias": "stepIndex"; "required": false; }; }, { "stepIndexChange": "stepIndexChange"; }, ["stepComponents"], ["*"], true, never>;
14
14
  }
@@ -17,5 +17,5 @@ export declare class FngTableHeaderCellDirective {
17
17
  get orderDescending(): boolean;
18
18
  onChangeOrder(): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<FngTableHeaderCellDirective, never>;
20
- static ɵdir: i0.ɵɵDirectiveDeclaration<FngTableHeaderCellDirective, "[fngTh]", never, { "order": "order"; "fngTh": "fngTh"; "abbr": "abbr"; "colspan": "colspan"; "headers": "headers"; "rowspan": "rowspan"; "scope": "scope"; }, { "changeOrder": "changeOrder"; }, never, never, true, never>;
20
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FngTableHeaderCellDirective, "[fngTh]", never, { "order": { "alias": "order"; "required": false; }; "fngTh": { "alias": "fngTh"; "required": false; }; "abbr": { "alias": "abbr"; "required": false; }; "colspan": { "alias": "colspan"; "required": false; }; "headers": { "alias": "headers"; "required": false; }; "rowspan": { "alias": "rowspan"; "required": false; }; "scope": { "alias": "scope"; "required": false; }; }, { "changeOrder": "changeOrder"; }, never, never, true, never>;
21
21
  }
@@ -14,5 +14,5 @@ export declare class FngTabPaneComponent implements OnChanges {
14
14
  changes$: import("rxjs").Observable<boolean>;
15
15
  ngOnChanges(): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<FngTabPaneComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<FngTabPaneComponent, "fng-tab-pane", never, { "id": "id"; "name": "name"; "icon": "icon"; "active": "active"; "isVisible": "isVisible"; "disabled": "disabled"; }, {}, never, ["*"], true, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngTabPaneComponent, "fng-tab-pane", never, { "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "active": { "alias": "active"; "required": false; }; "isVisible": { "alias": "isVisible"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], true, never>;
18
18
  }
@@ -91,5 +91,5 @@ export declare class FngTabsComponent implements AfterContentInit, AfterViewInit
91
91
  private setScrollContentStyleProperty;
92
92
  private findAdjacentTabIndexClosestToEdge;
93
93
  static ɵfac: i0.ɵɵFactoryDeclaration<FngTabsComponent, never>;
94
- static ɵcmp: i0.ɵɵComponentDeclaration<FngTabsComponent, "fng-tabs", never, { "viewType": "fngTabsViewType"; "showDivider": "fngTabsUseBottomDivider"; "config": "config"; }, { "fngBeforeTabChange": "fngBeforeTabChange"; "fngTabChange": "fngTabChange"; }, ["panes"], ["*"], true, never>;
94
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngTabsComponent, "fng-tabs", never, { "viewType": { "alias": "fngTabsViewType"; "required": false; }; "showDivider": { "alias": "fngTabsUseBottomDivider"; "required": false; }; "config": { "alias": "config"; "required": false; }; }, { "fngBeforeTabChange": "fngBeforeTabChange"; "fngTabChange": "fngTabChange"; }, ["panes"], ["*"], true, never>;
95
95
  }
@@ -36,5 +36,5 @@ export declare class FngCheckboxComponent implements ControlValueAccessor {
36
36
  onInteractionEvent(event: Event): void;
37
37
  onInputClick(event: Event): void;
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<FngCheckboxComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<FngCheckboxComponent, "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, ["*"], true, never>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngCheckboxComponent, "fng-checkbox", never, { "name": { "alias": "name"; "required": false; }; "large": { "alias": "large"; "required": false; }; "valid": { "alias": "valid"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "id": { "alias": "id"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "value": { "alias": "value"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, { "indeterminateChange": "indeterminateChange"; "change": "change"; }, never, ["*"], true, never>;
40
40
  }
@@ -27,5 +27,5 @@ export declare class FngColorIndicatorComponent {
27
27
  positions: ConnectionPositionPair[];
28
28
  getBorderColor(): string;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<FngColorIndicatorComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<FngColorIndicatorComponent, "fng-color-indicator", never, { "label": "label"; "text": "text"; "color": "color"; "showPopOver": "showPopOver"; "disabled": "disabled"; }, {}, never, ["*"], true, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngColorIndicatorComponent, "fng-color-indicator", never, { "label": { "alias": "label"; "required": false; }; "text": { "alias": "text"; "required": false; }; "color": { "alias": "color"; "required": false; }; "showPopOver": { "alias": "showPopOver"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], true, never>;
31
31
  }
@@ -73,5 +73,5 @@ export declare class FngColorPickerComponent implements OnChanges, ControlValueA
73
73
  updateKnobs(): void;
74
74
  onChangeType(type: string): void;
75
75
  static ɵfac: i0.ɵɵFactoryDeclaration<FngColorPickerComponent, never>;
76
- static ɵcmp: i0.ɵɵComponentDeclaration<FngColorPickerComponent, "fng-color-picker", never, { "useAlpha": "useAlpha"; "alpha": "alpha"; "color": "color"; "disabled": "disabled"; "palette": "palette"; "paletteOnly": "paletteOnly"; }, { "alphaChange": "alphaChange"; }, never, never, true, never>;
76
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngColorPickerComponent, "fng-color-picker", never, { "useAlpha": { "alias": "useAlpha"; "required": false; }; "alpha": { "alias": "alpha"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "palette": { "alias": "palette"; "required": false; }; "paletteOnly": { "alias": "paletteOnly"; "required": false; }; }, { "alphaChange": "alphaChange"; }, never, never, true, never>;
77
77
  }
@@ -46,5 +46,5 @@ export declare class FngDatePickerComponent implements ControlValueAccessor {
46
46
  toggle(event: Event): void;
47
47
  private dispose;
48
48
  static ɵfac: i0.ɵɵFactoryDeclaration<FngDatePickerComponent, never>;
49
- static ɵcmp: i0.ɵɵComponentDeclaration<FngDatePickerComponent, "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, ["*"], true, never>;
49
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngDatePickerComponent, "fng-date-picker", never, { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "error": { "alias": "error"; "required": false; }; "options": { "alias": "options"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "format": { "alias": "format"; "required": false; }; "timezone": { "alias": "timezone"; "required": false; }; "required": { "alias": "required"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, ["*"], true, never>;
50
50
  }
@@ -49,5 +49,5 @@ export declare class FngDateRangePickerComponent implements ControlValueAccessor
49
49
  toggle(event: Event): void;
50
50
  private dispose;
51
51
  static ɵfac: i0.ɵɵFactoryDeclaration<FngDateRangePickerComponent, never>;
52
- static ɵcmp: i0.ɵɵComponentDeclaration<FngDateRangePickerComponent, "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, ["*"], true, never>;
52
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngDateRangePickerComponent, "fng-date-range-picker", never, { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "error": { "alias": "error"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "format": { "alias": "format"; "required": false; }; "timezone": { "alias": "timezone"; "required": false; }; "options": { "alias": "options"; "required": false; }; "required": { "alias": "required"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, { "fngChange": "fngChange"; "change": "change"; }, never, ["*"], true, never>;
53
53
  }
@@ -15,5 +15,5 @@ export declare class FngFlatpickrComponent implements OnInit, OnDestroy {
15
15
  ngOnDestroy(): void;
16
16
  onDateChange(dateOption: Date | Date[]): void;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<FngFlatpickrComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<FngFlatpickrComponent, "fng-flatpickr", never, { "date": "date"; "options": "options"; }, { "dateChange": "dateChange"; }, never, never, true, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngFlatpickrComponent, "fng-flatpickr", never, { "date": { "alias": "date"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, { "dateChange": "dateChange"; }, never, never, true, never>;
19
19
  }
@@ -18,8 +18,8 @@ export declare class FngRadioGroupDirective implements AfterContentInit, Control
18
18
  set name(value: string);
19
19
  get large(): boolean;
20
20
  set large(v: boolean);
21
- get labelPosition(): "after" | "before" | "below";
22
- set labelPosition(v: "after" | "before" | "below");
21
+ get labelPosition(): "before" | "after" | "below";
22
+ set labelPosition(v: "before" | "after" | "below");
23
23
  get value(): any;
24
24
  set value(newValue: any);
25
25
  get selected(): any | null;
@@ -52,7 +52,7 @@ export declare class FngRadioGroupDirective implements AfterContentInit, Control
52
52
  private updateRadioButtonNames;
53
53
  private updateSelectedRadioFromValue;
54
54
  static ɵfac: i0.ɵɵFactoryDeclaration<FngRadioGroupDirective, never>;
55
- static ɵdir: i0.ɵɵDirectiveDeclaration<FngRadioGroupDirective, "[fngRadioGroup]", never, { "name": "name"; "large": "large"; "labelPosition": "labelPosition"; "value": "value"; "selected": "selected"; "disabled": "disabled"; "required": "required"; }, { "change": "change"; }, ["radios"], never, true, never>;
55
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FngRadioGroupDirective, "[fngRadioGroup]", never, { "name": { "alias": "name"; "required": false; }; "large": { "alias": "large"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "value": { "alias": "value"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, { "change": "change"; }, ["radios"], never, true, never>;
56
56
  }
57
57
  export declare class FngRadioComponent implements OnInit, OnDestroy {
58
58
  private changeDetector;
@@ -68,8 +68,8 @@ export declare class FngRadioComponent implements OnInit, OnDestroy {
68
68
  set value(value: any);
69
69
  get large(): boolean;
70
70
  set large(value: boolean);
71
- get labelPosition(): "after" | "before" | "below";
72
- set labelPosition(value: "after" | "before" | "below");
71
+ get labelPosition(): "before" | "after" | "below";
72
+ set labelPosition(value: "before" | "after" | "below");
73
73
  get disabled(): boolean;
74
74
  set disabled(value: boolean);
75
75
  get required(): boolean;
@@ -91,5 +91,5 @@ export declare class FngRadioComponent implements OnInit, OnDestroy {
91
91
  markForCheck(): void;
92
92
  private emitChangeEvent;
93
93
  static ɵfac: i0.ɵɵFactoryDeclaration<FngRadioComponent, [{ optional: true; }, null, null]>;
94
- static ɵcmp: i0.ɵɵComponentDeclaration<FngRadioComponent, "fng-radio", never, { "name": "name"; "id": "id"; "checked": "checked"; "value": "value"; "large": "large"; "labelPosition": "labelPosition"; "disabled": "disabled"; "required": "required"; }, { "change": "change"; }, never, ["*"], true, never>;
94
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngRadioComponent, "fng-radio", never, { "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "value": { "alias": "value"; "required": false; }; "large": { "alias": "large"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, { "change": "change"; }, never, ["*"], true, never>;
95
95
  }
@@ -19,5 +19,5 @@ export declare class FngSegmentControlComponent implements OnInit, OnChanges, Af
19
19
  onInputChange(event: Event): void;
20
20
  onInputClick(event: Event): void;
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<FngSegmentControlComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<FngSegmentControlComponent, "fng-segment-control", never, { "name": "name"; "value": "value"; "label": "label"; "icon": "icon"; "iconOnly": "iconOnly"; "checked": "checked"; "disabled": "disabled"; }, { "change": "change"; }, never, never, true, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngSegmentControlComponent, "fng-segment-control", never, { "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; "label": { "alias": "label"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconOnly": { "alias": "iconOnly"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "change": "change"; }, never, never, true, never>;
23
23
  }
@@ -36,5 +36,5 @@ export declare class FngSegmentComponent implements OnChanges, AfterContentInit,
36
36
  ngOnDestroy(): void;
37
37
  private html;
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<FngSegmentComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<FngSegmentComponent, "fng-segment", never, { "legend": "legend"; "config": "config"; "value": "value"; }, { "fngChange": "fngChange"; "change": "change"; }, ["controls"], never, true, never>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngSegmentComponent, "fng-segment", never, { "legend": { "alias": "legend"; "required": false; }; "config": { "alias": "config"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "fngChange": "fngChange"; "change": "change"; }, ["controls"], never, true, never>;
40
40
  }
@@ -7,5 +7,5 @@ export declare class FngSelectOptionComponent implements AfterViewInit {
7
7
  ngAfterViewInit(): void;
8
8
  update(): Promise<HTMLElement | undefined>;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<FngSelectOptionComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<FngSelectOptionComponent, "fng-select-option", never, { "value": "value"; }, {}, never, ["*"], true, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngSelectOptionComponent, "fng-select-option", never, { "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], true, never>;
11
11
  }
@@ -1,6 +1,7 @@
1
1
  import { OnInit, Renderer2, ElementRef, AfterViewInit, QueryList, EventEmitter, ChangeDetectorRef, AfterContentInit } from '@angular/core';
2
2
  import { ControlValueAccessor } from '@angular/forms';
3
3
  import { FngSelectOptionComponent } from './select-option/select-option.component';
4
+ import { Subject } from 'rxjs';
4
5
  import * as i0 from "@angular/core";
5
6
  export interface FngSelectOption {
6
7
  value: any;
@@ -9,7 +10,7 @@ export interface FngSelectOption {
9
10
  export declare class FngSelectComponent implements ControlValueAccessor, OnInit, AfterViewInit, AfterContentInit {
10
11
  protected document: any;
11
12
  protected renderer: Renderer2;
12
- protected cd: ChangeDetectorRef;
13
+ cd: ChangeDetectorRef;
13
14
  static nextId: number;
14
15
  protected _disabled: boolean;
15
16
  protected _required: boolean;
@@ -46,7 +47,7 @@ export declare class FngSelectComponent implements ControlValueAccessor, OnInit,
46
47
  checked: Map<any, any>;
47
48
  hasProjectedOptions: boolean;
48
49
  projectedHtml: any[];
49
- private complete;
50
+ protected complete: Subject<boolean>;
50
51
  constructor(document: any, renderer: Renderer2, cd: ChangeDetectorRef);
51
52
  ngAfterContentInit(): void;
52
53
  ngOnInit(): void;
@@ -64,8 +65,8 @@ export declare class FngSelectComponent implements ControlValueAccessor, OnInit,
64
65
  toggle(): void;
65
66
  select(value: any, event: Event): void;
66
67
  markAsTouched(): void;
67
- protected initProjectedOptions(): void;
68
- protected isEmpty(): void;
68
+ initProjectedOptions(): void;
69
+ isEmpty(): void;
69
70
  static ɵfac: i0.ɵɵFactoryDeclaration<FngSelectComponent, never>;
70
- static ɵcmp: i0.ɵɵComponentDeclaration<FngSelectComponent, "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"], ["*"], true, never>;
71
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngSelectComponent, "fng-select", never, { "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "size": { "alias": "size"; "required": false; }; "options": { "alias": "options"; "required": false; }; "optionsValueKey": { "alias": "optionsValueKey"; "required": false; }; "optionsTextKey": { "alias": "optionsTextKey"; "required": false; }; "optionObjectAsValue": { "alias": "optionObjectAsValue"; "required": false; }; "error": { "alias": "error"; "required": false; }; "label": { "alias": "label"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "resetOption": { "alias": "resetOption"; "required": false; }; }, { "fngChange": "fngChange"; }, ["fngSelectOptions"], ["*"], true, never>;
71
72
  }
@@ -32,5 +32,5 @@ export declare class FngSliderComponent implements AfterViewInit, OnDestroy, Con
32
32
  onInput(event: any): void;
33
33
  updateValuePosition(): void;
34
34
  static ɵfac: i0.ɵɵFactoryDeclaration<FngSliderComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<FngSliderComponent, "fng-slider", never, { "label": "label"; "large": "large"; "min": "min"; "max": "max"; "step": "step"; "digitsInfo": "digitsInfo"; "locale": "locale"; "disabled": "disabled"; "value": "value"; }, {}, never, never, true, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngSliderComponent, "fng-slider", never, { "label": { "alias": "label"; "required": false; }; "large": { "alias": "large"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "digitsInfo": { "alias": "digitsInfo"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, never, true, never>;
36
36
  }
@@ -31,5 +31,5 @@ export declare class FngSwitchComponent implements ControlValueAccessor {
31
31
  onInteractionEvent(event: Event): void;
32
32
  onInputClick(event: Event): void;
33
33
  static ɵfac: i0.ɵɵFactoryDeclaration<FngSwitchComponent, never>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<FngSwitchComponent, "fng-switch", never, { "name": "name"; "large": "large"; "labelPosition": "labelPosition"; "id": "id"; "checked": "checked"; "disabled": "disabled"; "value": "value"; "required": "required"; }, { "change": "change"; }, never, ["*"], true, never>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngSwitchComponent, "fng-switch", never, { "name": { "alias": "name"; "required": false; }; "large": { "alias": "large"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "id": { "alias": "id"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, { "change": "change"; }, never, ["*"], true, never>;
35
35
  }
@@ -99,5 +99,5 @@ export declare class FngTextAreaComponent implements OnInit, ControlValueAccesso
99
99
  */
100
100
  setDisabledState(isDisabled: boolean): void;
101
101
  static ɵfac: i0.ɵɵFactoryDeclaration<FngTextAreaComponent, never>;
102
- static ɵcmp: i0.ɵɵComponentDeclaration<FngTextAreaComponent, "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, true, never>;
102
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngTextAreaComponent, "fng-text-area", never, { "label": { "alias": "label"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; }, {}, never, never, true, never>;
103
103
  }
@@ -68,5 +68,5 @@ export declare class FngTextEditorComponent extends FngValueAccessorBaseDirectiv
68
68
  private addImageMatcher;
69
69
  private handleWhitespace;
70
70
  static ɵfac: i0.ɵɵFactoryDeclaration<FngTextEditorComponent, never>;
71
- static ɵcmp: i0.ɵɵComponentDeclaration<FngTextEditorComponent, "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, true, never>;
71
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngTextEditorComponent, "fng-text-editor", never, { "config": { "alias": "config"; "required": false; }; "modules": { "alias": "modules"; "required": false; }; "label": { "alias": "label"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "error": { "alias": "error"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "fngChange": "fngChange"; "change": "change"; }, never, never, true, never>;
72
72
  }
@@ -100,5 +100,5 @@ export declare class FngTextInputComponent implements OnInit, ControlValueAccess
100
100
  */
101
101
  setDisabledState(isDisabled: boolean): void;
102
102
  static ɵfac: i0.ɵɵFactoryDeclaration<FngTextInputComponent, never>;
103
- static ɵcmp: i0.ɵɵComponentDeclaration<FngTextInputComponent, "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"], true, never>;
103
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngTextInputComponent, "fng-text-input", never, { "label": { "alias": "label"; "required": false; }; "type": { "alias": "type"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "step": { "alias": "step"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; }, {}, never, [".fng-hint", ".fng-error"], true, never>;
104
104
  }
@@ -22,5 +22,5 @@ export declare class FngTimePickerDropdownComponent implements AfterViewInit {
22
22
  onSecondChange(event: Event): void;
23
23
  onDateChange(close: boolean, reset: boolean): void;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<FngTimePickerDropdownComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<FngTimePickerDropdownComponent, "fng-time-picker-dropdown", never, { "date": "date"; "showSeconds": "showSeconds"; "timeFormat": "timeFormat"; }, { "dateChange": "dateChange"; }, never, never, true, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngTimePickerDropdownComponent, "fng-time-picker-dropdown", never, { "date": { "alias": "date"; "required": false; }; "showSeconds": { "alias": "showSeconds"; "required": false; }; "timeFormat": { "alias": "timeFormat"; "required": false; }; }, { "dateChange": "dateChange"; }, never, never, true, never>;
26
26
  }
@@ -38,5 +38,5 @@ export declare class FngTimePickerComponent implements ControlValueAccessor {
38
38
  toggle(event: Event): void;
39
39
  private dispose;
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<FngTimePickerComponent, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<FngTimePickerComponent, "fng-time-picker", never, { "value": "value"; "disabled": "disabled"; "required": "required"; "hint": "hint"; "error": "error"; "options": "options"; "width": "width"; }, {}, never, ["*"], true, never>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngTimePickerComponent, "fng-time-picker", never, { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "error": { "alias": "error"; "required": false; }; "options": { "alias": "options"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, ["*"], true, never>;
42
42
  }
@@ -13,5 +13,5 @@ export declare class FngValueAccessorBaseDirective<T> implements ControlValueAcc
13
13
  registerOnTouched(fn: () => void): void;
14
14
  setDisabledState?(isDisabled: boolean): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<FngValueAccessorBaseDirective<any>, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<FngValueAccessorBaseDirective<any>, never, never, { "disabled": "disabled"; }, {}, never, never, false, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FngValueAccessorBaseDirective<any>, never, never, { "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, false, never>;
17
17
  }
@@ -22,5 +22,5 @@ export declare class FngAlertComponent implements AfterViewInit, Modal<FngAlertD
22
22
  onOk(): void;
23
23
  onCancel(): void;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<FngAlertComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<FngAlertComponent, "fng-alert", never, { "data": "data"; }, { "close": "close"; "cancel": "cancel"; "ok": "ok"; }, never, never, true, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngAlertComponent, "fng-alert", never, { "data": { "alias": "data"; "required": false; }; }, { "close": "close"; "cancel": "cancel"; "ok": "ok"; }, never, never, true, never>;
26
26
  }
@@ -23,5 +23,5 @@ export declare class FngConfirmComponent implements AfterViewInit, Modal<FngConf
23
23
  onOk(): void;
24
24
  onCancel(): void;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<FngConfirmComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<FngConfirmComponent, "fng-confirm", never, { "data": "data"; }, { "close": "close"; "cancel": "cancel"; "ok": "ok"; }, never, never, true, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngConfirmComponent, "fng-confirm", never, { "data": { "alias": "data"; "required": false; }; }, { "close": "close"; "cancel": "cancel"; "ok": "ok"; }, never, never, true, never>;
27
27
  }
@@ -19,5 +19,5 @@ export declare class FngCustomModalComponent {
19
19
  onClickOutside(): void;
20
20
  onClickInside(event: MouseEvent): void;
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<FngCustomModalComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<FngCustomModalComponent, "fng-custom-modal", never, { "closeOnBackdrop": "closeOnBackdrop"; "large": "large"; "visible": "visible"; "header": "header"; "subheader": "subheader"; "acknowledgeLabel": "acknowledgeLabel"; "cancelLabel": "cancelLabel"; }, { "visibleChange": "visibleChange"; "acknowledge": "acknowledge"; "cancel": "cancel"; "close": "close"; }, never, ["*"], true, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngCustomModalComponent, "fng-custom-modal", never, { "closeOnBackdrop": { "alias": "closeOnBackdrop"; "required": false; }; "large": { "alias": "large"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "header": { "alias": "header"; "required": false; }; "subheader": { "alias": "subheader"; "required": false; }; "acknowledgeLabel": { "alias": "acknowledgeLabel"; "required": false; }; "cancelLabel": { "alias": "cancelLabel"; "required": false; }; }, { "visibleChange": "visibleChange"; "acknowledge": "acknowledge"; "cancel": "cancel"; "close": "close"; }, never, ["*"], true, never>;
23
23
  }
@@ -37,5 +37,5 @@ export declare class FngImageGalleryComponent implements Modal<FngImageGalleryDa
37
37
  }[]): void;
38
38
  onClose(): void;
39
39
  static ɵfac: i0.ɵɵFactoryDeclaration<FngImageGalleryComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<FngImageGalleryComponent, "fng-image-gallery", never, { "data": "data"; }, { "close": "close"; "cancel": "cancel"; "ok": "ok"; }, never, never, true, never>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngImageGalleryComponent, "fng-image-gallery", never, { "data": { "alias": "data"; "required": false; }; }, { "close": "close"; "cancel": "cancel"; "ok": "ok"; }, never, never, true, never>;
41
41
  }