Comparing version 0.3.8 to 0.3.9
@@ -6,4 +6,5 @@ import { ElementRef, EventEmitter, OnChanges, Renderer2, SimpleChanges } from '@angular/core'; | ||
private renderer; | ||
ngxBackdropClosable: boolean; | ||
ngxPlacement: NgxDrawerPlacement; | ||
ngxVisible: boolean; | ||
ngxPlacement: NgxDrawerPlacement; | ||
readonly ngxOnClose: EventEmitter<void>; | ||
@@ -18,3 +19,3 @@ backdropRef: ElementRef; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<DrawerComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<DrawerComponent, "ngx-drawer", never, { "ngxVisible": { "alias": "ngxVisible"; "required": false; }; "ngxPlacement": { "alias": "ngxPlacement"; "required": false; }; }, { "ngxOnClose": "ngxOnClose"; }, never, ["*"], true, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<DrawerComponent, "ngx-drawer", never, { "ngxBackdropClosable": { "alias": "ngxBackdropClosable"; "required": false; }; "ngxPlacement": { "alias": "ngxPlacement"; "required": false; }; "ngxVisible": { "alias": "ngxVisible"; "required": false; }; }, { "ngxOnClose": "ngxOnClose"; }, never, ["*"], true, never>; | ||
} |
{ | ||
"name": "ngx-eagle", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"license": "MIT", | ||
@@ -93,2 +93,8 @@ "description": "UI component infrastructure and Design components for mobile and desktop Angular web applications.", | ||
}, | ||
"./dialog": { | ||
"types": "./dialog/index.d.ts", | ||
"esm2022": "./esm2022/dialog/ngx-eagle-dialog.mjs", | ||
"esm": "./esm2022/dialog/ngx-eagle-dialog.mjs", | ||
"default": "./fesm2022/ngx-eagle-dialog.mjs" | ||
}, | ||
"./carousel": { | ||
@@ -100,8 +106,2 @@ "types": "./carousel/index.d.ts", | ||
}, | ||
"./dialog": { | ||
"types": "./dialog/index.d.ts", | ||
"esm2022": "./esm2022/dialog/ngx-eagle-dialog.mjs", | ||
"esm": "./esm2022/dialog/ngx-eagle-dialog.mjs", | ||
"default": "./fesm2022/ngx-eagle-dialog.mjs" | ||
}, | ||
"./divider": { | ||
@@ -108,0 +108,0 @@ "types": "./divider/index.d.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
953535
8685