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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (153) hide show
  1. package/esm2020/lib/components/accordion/accordion-header/accordion-header.component.mjs +5 -5
  2. package/esm2020/lib/components/accordion/accordion-item/accordion-item-body/accordion-item-body.component.mjs +5 -5
  3. package/esm2020/lib/components/accordion/accordion-item/accordion-item-header/accordion-item-header.component.mjs +10 -10
  4. package/esm2020/lib/components/accordion/accordion-item/accordion-item.component.mjs +15 -15
  5. package/esm2020/lib/components/accordion/accordion.component.mjs +16 -16
  6. package/esm2020/lib/components/breadcrumb/breadcrumb.component.mjs +5 -5
  7. package/esm2020/lib/components/buttons/button/button.component.mjs +5 -5
  8. package/esm2020/lib/components/buttons/link-button/link-button.component.mjs +5 -5
  9. package/esm2020/lib/components/chips/chip/chip.component.mjs +5 -5
  10. package/esm2020/lib/components/chips/chip-container/chip-container.component.mjs +5 -5
  11. package/esm2020/lib/components/components.module.mjs +198 -201
  12. package/esm2020/lib/components/loading-indicator/loading-indicator.component.mjs +5 -5
  13. package/esm2020/lib/components/mobile-flyout/mobile-flyout-item/mobile-flyout-item.component.mjs +5 -5
  14. package/esm2020/lib/components/mobile-flyout/mobile-flyout-page/mobile-flyout-page.component.mjs +7 -7
  15. package/esm2020/lib/components/mobile-flyout/mobile-flyout.component.mjs +7 -7
  16. package/esm2020/lib/components/pagination/pagination.component.mjs +12 -12
  17. package/esm2020/lib/components/popovers/legend/legend.component.mjs +6 -6
  18. package/esm2020/lib/components/popovers/legend/legend.directive.mjs +5 -5
  19. package/esm2020/lib/components/popovers/popover/popover.component.mjs +9 -9
  20. package/esm2020/lib/components/popovers/popover-content/popover-content.component.mjs +6 -6
  21. package/esm2020/lib/components/popovers/popover-content/popover-content.directive.mjs +5 -5
  22. package/esm2020/lib/components/popovers/popover-menu/popover-menu.component.mjs +6 -6
  23. package/esm2020/lib/components/popovers/popover-ref.mjs +1 -1
  24. package/esm2020/lib/components/popovers/popover.models.mjs +7 -7
  25. package/esm2020/lib/components/popovers/popover.service.mjs +7 -7
  26. package/esm2020/lib/components/popovers/tooltip/tooltip.directive.mjs +8 -7
  27. package/esm2020/lib/components/progress/progress.component.mjs +5 -5
  28. package/esm2020/lib/components/scroll/scrollable.directive.mjs +5 -5
  29. package/esm2020/lib/components/search-input/search-input.component.mjs +8 -8
  30. package/esm2020/lib/components/snackbar/snackbar-container.component.mjs +7 -7
  31. package/esm2020/lib/components/snackbar/snackbar-container.directive.mjs +8 -8
  32. package/esm2020/lib/components/snackbar/snackbar.component.mjs +5 -5
  33. package/esm2020/lib/components/snackbar/snackbar.models.mjs +1 -1
  34. package/esm2020/lib/components/snackbar/snackbar.module.mjs +9 -10
  35. package/esm2020/lib/components/snackbar/snackbar.service.mjs +5 -5
  36. package/esm2020/lib/components/stepper-horizontal/step-horizontal/step-horizontal.component.mjs +5 -5
  37. package/esm2020/lib/components/stepper-horizontal/stepper-horizontal.component.mjs +7 -7
  38. package/esm2020/lib/components/stepper-vertical/step-vertical/step-vertical.component.mjs +5 -5
  39. package/esm2020/lib/components/stepper-vertical/stepper-vertical.component.mjs +7 -7
  40. package/esm2020/lib/components/table-header-cell/table-header-cell.directive.mjs +5 -5
  41. package/esm2020/lib/components/tabs/tab-pane/tab-pane.component.mjs +7 -7
  42. package/esm2020/lib/components/tabs/tabs.component.mjs +9 -9
  43. package/esm2020/lib/directives/click-outside.directive.mjs +5 -5
  44. package/esm2020/lib/festo-angular.module.mjs +5 -5
  45. package/esm2020/lib/forms/checkbox/checkbox.component.mjs +7 -7
  46. package/esm2020/lib/forms/color-indicator/color-indicator.component.mjs +5 -5
  47. package/esm2020/lib/forms/color-picker/color-picker.component.mjs +7 -7
  48. package/esm2020/lib/forms/date-picker/date-picker.component.mjs +10 -10
  49. package/esm2020/lib/forms/date-range-picker/date-range-picker.component.mjs +9 -9
  50. package/esm2020/lib/forms/flatpickr/flatpickr.component.mjs +5 -5
  51. package/esm2020/lib/forms/forms.module.mjs +107 -127
  52. package/esm2020/lib/forms/radio/radio.component.mjs +18 -18
  53. package/esm2020/lib/forms/segment/segment-control/segment-control.component.mjs +5 -5
  54. package/esm2020/lib/forms/segment/segment.component.mjs +11 -11
  55. package/esm2020/lib/forms/select/chip-text.pipe.mjs +5 -5
  56. package/esm2020/lib/forms/select/select-option/select-option.component.mjs +5 -5
  57. package/esm2020/lib/forms/select/select.component.mjs +14 -14
  58. package/esm2020/lib/forms/slider/slider.component.mjs +7 -7
  59. package/esm2020/lib/forms/switch/switch.component.mjs +7 -7
  60. package/esm2020/lib/forms/text-area/text-area.component.mjs +7 -7
  61. package/esm2020/lib/forms/text-editor/text-editor.component.mjs +8 -8
  62. package/esm2020/lib/forms/text-input/text-input.component.mjs +7 -7
  63. package/esm2020/lib/forms/time-picker/time-picker-dropdown/time-picker-dropdown.component.mjs +5 -5
  64. package/esm2020/lib/forms/time-picker/time-picker.component.mjs +9 -9
  65. package/esm2020/lib/forms/unique-selection-dispatcher.mjs +5 -5
  66. package/esm2020/lib/forms/value-accessor-base.mjs +5 -5
  67. package/esm2020/lib/modals/alert/alert.component.mjs +5 -5
  68. package/esm2020/lib/modals/confirm/confirm.component.mjs +5 -5
  69. package/esm2020/lib/modals/custom-modal/custom-modal.component.mjs +5 -5
  70. package/esm2020/lib/modals/image-gallery/image-gallery.component.mjs +7 -7
  71. package/esm2020/lib/modals/modal.service.mjs +13 -13
  72. package/esm2020/lib/modals/modals.module.mjs +9 -12
  73. package/esm2020/lib/modals/prompt/prompt.component.mjs +5 -5
  74. package/esm2020/lib/pipes/safe-html.pipe.mjs +5 -5
  75. package/fesm2015/festo-ui-angular.mjs +671 -687
  76. package/fesm2015/festo-ui-angular.mjs.map +1 -1
  77. package/fesm2020/festo-ui-angular.mjs +671 -687
  78. package/fesm2020/festo-ui-angular.mjs.map +1 -1
  79. package/lib/components/accordion/accordion-header/accordion-header.component.d.ts +3 -3
  80. package/lib/components/accordion/accordion-item/accordion-item-body/accordion-item-body.component.d.ts +3 -3
  81. package/lib/components/accordion/accordion-item/accordion-item-header/accordion-item-header.component.d.ts +5 -5
  82. package/lib/components/accordion/accordion-item/accordion-item.component.d.ts +7 -7
  83. package/lib/components/accordion/accordion.component.d.ts +7 -7
  84. package/lib/components/breadcrumb/breadcrumb.component.d.ts +3 -3
  85. package/lib/components/buttons/button/button.component.d.ts +3 -3
  86. package/lib/components/buttons/link-button/link-button.component.d.ts +3 -3
  87. package/lib/components/chips/chip/chip.component.d.ts +3 -3
  88. package/lib/components/chips/chip-container/chip-container.component.d.ts +3 -3
  89. package/lib/components/components.module.d.ts +35 -36
  90. package/lib/components/loading-indicator/loading-indicator.component.d.ts +3 -3
  91. package/lib/components/mobile-flyout/mobile-flyout-item/mobile-flyout-item.component.d.ts +3 -3
  92. package/lib/components/mobile-flyout/mobile-flyout-page/mobile-flyout-page.component.d.ts +5 -5
  93. package/lib/components/mobile-flyout/mobile-flyout.component.d.ts +5 -5
  94. package/lib/components/pagination/pagination.component.d.ts +6 -6
  95. package/lib/components/popovers/legend/legend.component.d.ts +9 -9
  96. package/lib/components/popovers/legend/legend.directive.d.ts +5 -5
  97. package/lib/components/popovers/popover/popover.component.d.ts +5 -5
  98. package/lib/components/popovers/popover-content/popover-content.component.d.ts +12 -12
  99. package/lib/components/popovers/popover-content/popover-content.directive.d.ts +5 -5
  100. package/lib/components/popovers/popover-menu/popover-menu.component.d.ts +11 -11
  101. package/lib/components/popovers/popover-ref.d.ts +4 -4
  102. package/lib/components/popovers/popover.models.d.ts +15 -15
  103. package/lib/components/popovers/popover.service.d.ts +7 -7
  104. package/lib/components/popovers/tooltip/tooltip.directive.d.ts +9 -9
  105. package/lib/components/progress/progress.component.d.ts +3 -3
  106. package/lib/components/scroll/scrollable.directive.d.ts +4 -4
  107. package/lib/components/search-input/search-input.component.d.ts +9 -9
  108. package/lib/components/snackbar/snackbar-container.component.d.ts +5 -5
  109. package/lib/components/snackbar/snackbar-container.directive.d.ts +7 -7
  110. package/lib/components/snackbar/snackbar.component.d.ts +5 -5
  111. package/lib/components/snackbar/snackbar.models.d.ts +2 -2
  112. package/lib/components/snackbar/snackbar.module.d.ts +4 -5
  113. package/lib/components/snackbar/snackbar.service.d.ts +8 -8
  114. package/lib/components/stepper-horizontal/step-horizontal/step-horizontal.component.d.ts +3 -3
  115. package/lib/components/stepper-horizontal/stepper-horizontal.component.d.ts +5 -5
  116. package/lib/components/stepper-vertical/step-vertical/step-vertical.component.d.ts +3 -3
  117. package/lib/components/stepper-vertical/stepper-vertical.component.d.ts +5 -5
  118. package/lib/components/table-header-cell/table-header-cell.directive.d.ts +5 -5
  119. package/lib/components/tabs/tab-pane/tab-pane.component.d.ts +3 -3
  120. package/lib/components/tabs/tabs.component.d.ts +18 -18
  121. package/lib/directives/click-outside.directive.d.ts +3 -3
  122. package/lib/festo-angular.module.d.ts +1 -1
  123. package/lib/forms/checkbox/checkbox.component.d.ts +3 -3
  124. package/lib/forms/color-indicator/color-indicator.component.d.ts +3 -3
  125. package/lib/forms/color-picker/color-picker.component.d.ts +3 -3
  126. package/lib/forms/date-picker/date-picker.component.d.ts +5 -5
  127. package/lib/forms/date-range-picker/date-range-picker.component.d.ts +5 -5
  128. package/lib/forms/flatpickr/flatpickr.component.d.ts +3 -3
  129. package/lib/forms/forms.module.d.ts +18 -23
  130. package/lib/forms/radio/radio.component.d.ts +15 -15
  131. package/lib/forms/segment/segment-control/segment-control.component.d.ts +3 -3
  132. package/lib/forms/segment/segment.component.d.ts +9 -9
  133. package/lib/forms/select/chip-text.pipe.d.ts +3 -3
  134. package/lib/forms/select/select-option/select-option.component.d.ts +3 -3
  135. package/lib/forms/select/select.component.d.ts +6 -6
  136. package/lib/forms/slider/slider.component.d.ts +3 -3
  137. package/lib/forms/switch/switch.component.d.ts +3 -3
  138. package/lib/forms/text-area/text-area.component.d.ts +3 -3
  139. package/lib/forms/text-editor/text-editor.component.d.ts +7 -7
  140. package/lib/forms/text-input/text-input.component.d.ts +3 -3
  141. package/lib/forms/time-picker/time-picker-dropdown/time-picker-dropdown.component.d.ts +3 -3
  142. package/lib/forms/time-picker/time-picker.component.d.ts +5 -5
  143. package/lib/forms/unique-selection-dispatcher.d.ts +3 -3
  144. package/lib/forms/value-accessor-base.d.ts +3 -3
  145. package/lib/modals/alert/alert.component.d.ts +5 -5
  146. package/lib/modals/confirm/confirm.component.d.ts +5 -5
  147. package/lib/modals/custom-modal/custom-modal.component.d.ts +3 -3
  148. package/lib/modals/image-gallery/image-gallery.component.d.ts +7 -7
  149. package/lib/modals/modal.service.d.ts +11 -11
  150. package/lib/modals/modals.module.d.ts +5 -8
  151. package/lib/modals/prompt/prompt.component.d.ts +5 -5
  152. package/lib/pipes/safe-html.pipe.d.ts +3 -3
  153. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter } from '@angular/core';
2
2
  import { Modal } from '../index';
3
3
  import * as i0 from "@angular/core";
4
- export interface ConfirmData {
4
+ export interface FngConfirmData {
5
5
  title: string;
6
6
  subtitle?: string;
7
7
  body: string;
@@ -9,9 +9,9 @@ export interface ConfirmData {
9
9
  ok?: string;
10
10
  large?: boolean;
11
11
  }
12
- export declare class ConfirmComponent implements AfterViewInit, Modal<ConfirmData, any> {
12
+ export declare class FngConfirmComponent implements AfterViewInit, Modal<FngConfirmData, any> {
13
13
  private cd;
14
- data: ConfirmData;
14
+ data: FngConfirmData;
15
15
  close: EventEmitter<any>;
16
16
  cancel: EventEmitter<any>;
17
17
  ok: EventEmitter<any>;
@@ -22,6 +22,6 @@ export declare class ConfirmComponent implements AfterViewInit, Modal<ConfirmDat
22
22
  onClose(): void;
23
23
  onOk(): void;
24
24
  onCancel(): void;
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, true, never>;
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>;
27
27
  }
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare class CustomModalComponent {
3
+ export declare class FngCustomModalComponent {
4
4
  closeOnBackdrop: boolean;
5
5
  large: boolean;
6
6
  visible: boolean;
@@ -16,6 +16,6 @@ export declare class CustomModalComponent {
16
16
  onAcknowledge(): void;
17
17
  onClickOutside(): void;
18
18
  onClickInside(event: MouseEvent): void;
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, ["*"], true, never>;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<FngCustomModalComponent, never>;
20
+ 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"; }, never, ["*"], true, never>;
21
21
  }
@@ -1,16 +1,16 @@
1
1
  import { ChangeDetectorRef, EventEmitter } from '@angular/core';
2
2
  import { Modal } from '../modals.module';
3
3
  import * as i0 from "@angular/core";
4
- export interface ImageDescriptiveContent {
4
+ export interface FngImageDescriptiveContent {
5
5
  title: string;
6
6
  body: string;
7
7
  }
8
- export interface ImageGalleryData {
8
+ export interface FngImageGalleryData {
9
9
  startIndex: number;
10
10
  images: {
11
11
  url: string;
12
12
  alt: string;
13
- content?: ImageDescriptiveContent;
13
+ content?: FngImageDescriptiveContent;
14
14
  }[];
15
15
  thumbnailImages?: {
16
16
  url: string;
@@ -20,9 +20,9 @@ export interface ImageGalleryData {
20
20
  descriptiveContent?: boolean;
21
21
  slideChanged?: (index: number) => void;
22
22
  }
23
- export declare class ImageGalleryComponent implements Modal<ImageGalleryData, any> {
23
+ export declare class FngImageGalleryComponent implements Modal<FngImageGalleryData, any> {
24
24
  private cd;
25
- data: ImageGalleryData;
25
+ data: FngImageGalleryData;
26
26
  close: EventEmitter<any>;
27
27
  cancel: EventEmitter<any>;
28
28
  ok: EventEmitter<any>;
@@ -34,6 +34,6 @@ export declare class ImageGalleryComponent implements Modal<ImageGalleryData, an
34
34
  activeIndex: number;
35
35
  }[]): void;
36
36
  onClose(): void;
37
- static ɵfac: i0.ɵɵFactoryDeclaration<ImageGalleryComponent, never>;
38
- static ɵcmp: i0.ɵɵComponentDeclaration<ImageGalleryComponent, "fng-image-gallery", never, { "data": "data"; }, { "close": "close"; "cancel": "cancel"; "ok": "ok"; }, never, never, true, never>;
37
+ static ɵfac: i0.ɵɵFactoryDeclaration<FngImageGalleryComponent, never>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngImageGalleryComponent, "fng-image-gallery", never, { "data": "data"; }, { "close": "close"; "cancel": "cancel"; "ok": "ok"; }, never, never, true, never>;
39
39
  }
@@ -2,21 +2,21 @@ import { Router } from '@angular/router';
2
2
  import { Overlay } from '@angular/cdk/overlay';
3
3
  import { ComponentType } from '@angular/cdk/portal';
4
4
  import { Modal, ModalOptions, ModalResult } from './index';
5
- import { AlertData } from './alert/alert.component';
6
- import { ConfirmData } from './confirm/confirm.component';
7
- import { PromptData } from './prompt/prompt.component';
8
- import { ImageGalleryData } from './image-gallery/image-gallery.component';
5
+ import { FngAlertData } from './alert/alert.component';
6
+ import { FngConfirmData } from './confirm/confirm.component';
7
+ import { FngPromptData } from './prompt/prompt.component';
8
+ import { FngImageGalleryData } from './image-gallery/image-gallery.component';
9
9
  import * as i0 from "@angular/core";
10
- export declare class ModalService {
10
+ export declare class FngModalService {
11
11
  protected overlay: Overlay;
12
12
  private router;
13
13
  constructor(overlay: Overlay, router: Router);
14
- alert(data: AlertData, options?: ModalOptions): Promise<ModalResult<any>>;
15
- confirm(data: ConfirmData, options?: ModalOptions): Promise<ModalResult<any>>;
16
- prompt(data: PromptData, options?: ModalOptions): Promise<ModalResult<any>>;
17
- openImageGallery(data: ImageGalleryData): Promise<ModalResult<any>>;
14
+ alert(data: FngAlertData, options?: ModalOptions): Promise<ModalResult<any>>;
15
+ confirm(data: FngConfirmData, options?: ModalOptions): Promise<ModalResult<any>>;
16
+ prompt(data: FngPromptData, options?: ModalOptions): Promise<ModalResult<any>>;
17
+ openImageGallery(data: FngImageGalleryData): Promise<ModalResult<any>>;
18
18
  open<TData, TResult, TModal extends Modal<TData, TResult>>(data: TData, modal: ComponentType<TModal>, options: ModalOptions): Promise<ModalResult<TResult>>;
19
19
  private dispose;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<ModalService, never>;
21
- static ɵprov: i0.ɵɵInjectableDeclaration<ModalService>;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<FngModalService, never>;
21
+ static ɵprov: i0.ɵɵInjectableDeclaration<FngModalService>;
22
22
  }
@@ -1,11 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "@angular/router";
4
- import * as i3 from "@angular/cdk/overlay";
5
- import * as i4 from "./alert/alert.component";
6
- import * as i5 from "./confirm/confirm.component";
7
- import * as i6 from "./prompt/prompt.component";
8
- import * as i7 from "./custom-modal/custom-modal.component";
2
+ import * as i1 from "./alert/alert.component";
3
+ import * as i2 from "./confirm/confirm.component";
4
+ import * as i3 from "./prompt/prompt.component";
5
+ import * as i4 from "./custom-modal/custom-modal.component";
9
6
  export * from './index';
10
7
  export * from './alert/alert.component';
11
8
  export * from './confirm/confirm.component';
@@ -13,6 +10,6 @@ export * from './prompt/prompt.component';
13
10
  export * from './custom-modal/custom-modal.component';
14
11
  export declare class FestoAngularModalsModule {
15
12
  static ɵfac: i0.ɵɵFactoryDeclaration<FestoAngularModalsModule, never>;
16
- static ɵmod: i0.ɵɵNgModuleDeclaration<FestoAngularModalsModule, never, [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.OverlayModule, typeof i4.AlertComponent, typeof i5.ConfirmComponent, typeof i6.PromptComponent, typeof i7.CustomModalComponent], [typeof i4.AlertComponent, typeof i5.ConfirmComponent, typeof i6.PromptComponent, typeof i7.CustomModalComponent]>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FestoAngularModalsModule, never, [typeof i1.FngAlertComponent, typeof i2.FngConfirmComponent, typeof i3.FngPromptComponent, typeof i4.FngCustomModalComponent], [typeof i1.FngAlertComponent, typeof i2.FngConfirmComponent, typeof i3.FngPromptComponent, typeof i4.FngCustomModalComponent]>;
17
14
  static ɵinj: i0.ɵɵInjectorDeclaration<FestoAngularModalsModule>;
18
15
  }
@@ -2,7 +2,7 @@ import { AfterViewInit, ElementRef, EventEmitter, OnDestroy, OnInit } from '@ang
2
2
  import { AbstractControlOptions, AsyncValidatorFn, FormBuilder, FormGroup, ValidatorFn } from '@angular/forms';
3
3
  import { Modal } from '../index';
4
4
  import * as i0 from "@angular/core";
5
- export interface PromptData {
5
+ export interface FngPromptData {
6
6
  title: string;
7
7
  subtitle?: string;
8
8
  label: string;
@@ -16,9 +16,9 @@ export interface PromptData {
16
16
  validatorOrOpts?: ValidatorFn | ValidatorFn[] | AbstractControlOptions | null;
17
17
  asyncValidator?: AsyncValidatorFn | AsyncValidatorFn[] | null;
18
18
  }
19
- export declare class PromptComponent implements OnInit, AfterViewInit, OnDestroy, Modal<PromptData, any> {
19
+ export declare class FngPromptComponent implements OnInit, AfterViewInit, OnDestroy, Modal<FngPromptData, any> {
20
20
  private formBuilder;
21
- data: PromptData;
21
+ data: FngPromptData;
22
22
  close: EventEmitter<any>;
23
23
  cancel: EventEmitter<any>;
24
24
  ok: EventEmitter<any>;
@@ -37,6 +37,6 @@ export declare class PromptComponent implements OnInit, AfterViewInit, OnDestroy
37
37
  onOk(): void;
38
38
  onCancel(): void;
39
39
  private handleErrors;
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, true, never>;
40
+ static ɵfac: i0.ɵɵFactoryDeclaration<FngPromptComponent, never>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngPromptComponent, "fng-prompt", never, { "data": "data"; }, { "close": "close"; "cancel": "cancel"; "ok": "ok"; }, never, never, true, never>;
42
42
  }
@@ -1,10 +1,10 @@
1
1
  import { PipeTransform } from '@angular/core';
2
2
  import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
3
3
  import * as i0 from "@angular/core";
4
- export declare class SafeHtmlPipe implements PipeTransform {
4
+ export declare class FngSafeHtmlPipe implements PipeTransform {
5
5
  protected sanitizer: DomSanitizer;
6
6
  constructor(sanitizer: DomSanitizer);
7
7
  transform(value: any): SafeHtml;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<SafeHtmlPipe, never>;
9
- static ɵpipe: i0.ɵɵPipeDeclaration<SafeHtmlPipe, "fweSafeHtml", true>;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<FngSafeHtmlPipe, never>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<FngSafeHtmlPipe, "fweSafeHtml", true>;
10
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@festo-ui/angular",
3
- "version": "5.0.0-dev.77",
3
+ "version": "5.0.0-dev.80",
4
4
  "author": "Festo UI (styleguide@festo.com)",
5
5
  "license": "apache-2.0",
6
6
  "description": "CSS framework and utils to build FESTO web applications",