Comparing version 0.1.7 to 0.1.8
import * as i0 from "@angular/core"; | ||
import * as i1 from "./block-button/block-button.directive"; | ||
import * as i2 from "./button/button.directive"; | ||
import * as i3 from "./danger-button/danger-button.directive"; | ||
import * as i4 from "./ghost-button/ghost-button.directive"; | ||
import * as i5 from "@angular/common"; | ||
import * as i1 from "./button/button.directive"; | ||
import * as i2 from "@angular/common"; | ||
export declare class ButtonModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonModule, never, [typeof i1.BlockButtonDirective, typeof i2.ButtonDirective, typeof i3.DangerButtonDirective, typeof i4.GhostButtonDirective, typeof i5.CommonModule], [typeof i1.BlockButtonDirective, typeof i2.ButtonDirective, typeof i3.DangerButtonDirective, typeof i4.GhostButtonDirective]>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonModule, never, [typeof i1.ButtonDirective, typeof i2.CommonModule], [typeof i1.ButtonDirective]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<ButtonModule>; | ||
} |
@@ -0,8 +1,9 @@ | ||
import { NgxFillMode, NgxRounded, NgxSize } from '../typings'; | ||
import * as i0 from "@angular/core"; | ||
export type NgxType = 'primary' | 'default' | 'dashed' | 'text' | 'link'; | ||
export declare class ButtonDirective { | ||
ngxType: NgxType; | ||
disabled: boolean; | ||
ngxSize: NgxSize; | ||
ngxRounded: NgxRounded; | ||
ngxFillMode: NgxFillMode; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<ButtonDirective, "[ngx-button]", never, { "ngxType": { "alias": "ngxType"; "required": false; }; }, {}, never, never, true, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<ButtonDirective, "[ngx-button]", never, { "ngxSize": { "alias": "ngxSize"; "required": false; }; "ngxRounded": { "alias": "ngxRounded"; "required": false; }; "ngxFillMode": { "alias": "ngxFillMode"; "required": false; }; }, {}, never, never, true, never>; | ||
} |
export * from './button.module'; | ||
export * from './button/button.directive'; | ||
export * from './danger-button/danger-button.directive'; | ||
export * from './block-button/block-button.directive'; | ||
export * from './ghost-button/ghost-button.directive'; | ||
export { NgxSize, NgxRounded, NgxFillMode } from './typings'; |
{ | ||
"name": "ngx-eagle", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"license": "MIT", | ||
@@ -62,2 +62,8 @@ "description": "UI component infrastructure and Design components for mobile and desktop Angular web applications.", | ||
}, | ||
"./carousel": { | ||
"types": "./carousel/index.d.ts", | ||
"esm2022": "./esm2022/carousel/ngx-eagle-carousel.mjs", | ||
"esm": "./esm2022/carousel/ngx-eagle-carousel.mjs", | ||
"default": "./fesm2022/ngx-eagle-carousel.mjs" | ||
}, | ||
"./card": { | ||
@@ -69,8 +75,2 @@ "types": "./card/index.d.ts", | ||
}, | ||
"./expansion-panel": { | ||
"types": "./expansion-panel/index.d.ts", | ||
"esm2022": "./esm2022/expansion-panel/ngx-eagle-expansion-panel.mjs", | ||
"esm": "./esm2022/expansion-panel/ngx-eagle-expansion-panel.mjs", | ||
"default": "./fesm2022/ngx-eagle-expansion-panel.mjs" | ||
}, | ||
"./divider": { | ||
@@ -88,7 +88,7 @@ "types": "./divider/index.d.ts", | ||
}, | ||
"./carousel": { | ||
"types": "./carousel/index.d.ts", | ||
"esm2022": "./esm2022/carousel/ngx-eagle-carousel.mjs", | ||
"esm": "./esm2022/carousel/ngx-eagle-carousel.mjs", | ||
"default": "./fesm2022/ngx-eagle-carousel.mjs" | ||
"./expansion-panel": { | ||
"types": "./expansion-panel/index.d.ts", | ||
"esm2022": "./esm2022/expansion-panel/ngx-eagle-expansion-panel.mjs", | ||
"esm": "./esm2022/expansion-panel/ngx-eagle-expansion-panel.mjs", | ||
"default": "./fesm2022/ngx-eagle-expansion-panel.mjs" | ||
}, | ||
@@ -95,0 +95,0 @@ "./grid": { |
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
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
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
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
476138
4392
231