@festo-ui/angular 5.0.0-dev.147 → 5.0.0-dev.148

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.
@@ -1,6 +1,7 @@
1
1
  import { AfterViewInit, ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
2
  import { AbstractControlOptions, AsyncValidatorFn, FormBuilder, FormGroup, ValidatorFn } from '@angular/forms';
3
3
  import { Modal } from '../index';
4
+ import { FngTextInputComponent } from '../../forms/text-input/text-input.component';
4
5
  import * as i0 from "@angular/core";
5
6
  export interface FngPromptData {
6
7
  title: string;
@@ -24,6 +25,7 @@ export declare class FngPromptComponent implements OnInit, AfterViewInit, OnDest
24
25
  cancel: EventEmitter<any>;
25
26
  ok: EventEmitter<any>;
26
27
  closeBtn: ElementRef | undefined;
28
+ inputField: FngTextInputComponent | undefined;
27
29
  form: FormGroup;
28
30
  error: string;
29
31
  get text(): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@festo-ui/angular",
3
- "version": "5.0.0-dev.147",
3
+ "version": "5.0.0-dev.148",
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",