@leanix/components 0.4.17 → 0.4.18

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.
@@ -33,6 +33,7 @@ export declare class ModalComponent implements OnChanges, OnInit, OnDestroy, Aft
33
33
  showBackButton: boolean;
34
34
  verticalScroll: boolean;
35
35
  size: 'fullscreen' | 'dialog-large' | 'dialog';
36
+ minWidth: string;
36
37
  isFocusTrap: boolean;
37
38
  canModalBeClosed?: () => Promise<boolean>;
38
39
  close: EventEmitter<ModalCloseClickLocation>;
@@ -58,5 +59,5 @@ export declare class ModalComponent implements OnChanges, OnInit, OnDestroy, Aft
58
59
  closeModal(closeLocation: ModalCloseClickLocation | boolean): Promise<void>;
59
60
  private trapFocusInModal;
60
61
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalComponent, [null, null, { optional: true; }, null]>;
61
- 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", "*"], false, never>;
62
+ static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "lx-modal", never, { "open": "open"; "showCloseButton": "showCloseButton"; "showBackButton": "showBackButton"; "verticalScroll": "verticalScroll"; "size": "size"; "minWidth": "minWidth"; "isFocusTrap": "isFocusTrap"; "canModalBeClosed": "canModalBeClosed"; }, { "close": "close"; "back": "back"; }, ["header", "footer", "explicitContent"], ["lx-modal-header", "lx-modal-footer", "*"], false, never>;
62
63
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.4.17",
3
+ "version": "0.4.18",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {