@leanix/components 0.3.5 → 0.3.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -30,6 +30,7 @@ export declare class ModalComponent implements OnChanges, OnInit, OnDestroy, Aft
30
30
  open: boolean;
31
31
  showCloseButton: boolean;
32
32
  showBackButton: boolean;
33
+ isScrollable: boolean;
33
34
  verticalScroll: boolean;
34
35
  size: 'fullscreen' | 'dialog-large' | 'dialog';
35
36
  isFocusTrap: boolean;
@@ -56,5 +57,5 @@ export declare class ModalComponent implements OnChanges, OnInit, OnDestroy, Aft
56
57
  closeModal(): Promise<void>;
57
58
  private trapFocusInModal;
58
59
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalComponent, [null, null, { optional: true; }, null]>;
59
- static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "lx-modal", never, { "open": "open"; "showCloseButton": "showCloseButton"; "showBackButton": "showBackButton"; "verticalScroll": "verticalScroll"; "size": "size"; "isFocusTrap": "isFocusTrap"; "canModalBeClosed": "canModalBeClosed"; }, { "close": "close"; "back": "back"; }, ["header", "footer", "explicitContent"], ["lx-modal-header", "lx-modal-footer", "*"]>;
60
+ static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "lx-modal", never, { "open": "open"; "showCloseButton": "showCloseButton"; "showBackButton": "showBackButton"; "isScrollable": "isScrollable"; "verticalScroll": "verticalScroll"; "size": "size"; "isFocusTrap": "isFocusTrap"; "canModalBeClosed": "canModalBeClosed"; }, { "close": "close"; "back": "back"; }, ["header", "footer", "explicitContent"], ["lx-modal-header", "lx-modal-footer", "*"]>;
60
61
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {