@festo-ui/angular 6.0.0-dev.239 → 6.0.0-dev.241

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,9 +1,14 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class FngCustomModalComponent {
4
+ private _visible;
4
5
  closeOnBackdrop: boolean;
5
6
  large: boolean;
6
- visible: boolean;
7
+ set visible(value: boolean);
8
+ get visible(): boolean;
9
+ /**
10
+ * Emits false on close modal by close, cancel, click outside and close by providing value false to visible
11
+ */
7
12
  visibleChange: EventEmitter<boolean>;
8
13
  header: string;
9
14
  subheader: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@festo-ui/angular",
3
- "version": "6.0.0-dev.239",
3
+ "version": "6.0.0-dev.241",
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",