ngx-ghosts
Advanced tools
Comparing version 4.0.1 to 5.0.0
@@ -21,3 +21,3 @@ import { TemplateRef, ViewContainerRef, ComponentFactoryResolver, OnInit, OnChanges, SimpleChanges } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<GhostBoxDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<GhostBoxDirective, "[ghostBox]", never, { "active": "ghostBox"; "ghostClass": "ghostBoxGhostClass"; "height": "ghostBoxHeight"; "width": "ghostBoxWidth"; }, {}, never, never, false, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<GhostBoxDirective, "[ghostBox]", never, { "active": { "alias": "ghostBox"; "required": false; }; "ghostClass": { "alias": "ghostBoxGhostClass"; "required": false; }; "height": { "alias": "ghostBoxHeight"; "required": false; }; "width": { "alias": "ghostBoxWidth"; "required": false; }; }, {}, never, never, false, never>; | ||
} |
@@ -1,1 +0,1 @@ | ||
export declare type GhostImageState = 'initial' | 'loading' | 'transitioning' | 'loaded'; | ||
export type GhostImageState = 'initial' | 'loading' | 'transitioning' | 'loaded'; |
@@ -9,3 +9,3 @@ import { GhostTextLength } from '../models'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<GhostTextBlockComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<GhostTextBlockComponent, "ghost-text-block", never, { "lines": "lines"; "ghostClass": "ghostClass"; }, {}, never, never, false, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<GhostTextBlockComponent, "ghost-text-block", never, { "lines": { "alias": "lines"; "required": false; }; "ghostClass": { "alias": "ghostClass"; "required": false; }; }, {}, never, never, false, never>; | ||
} |
@@ -21,3 +21,3 @@ import { TemplateRef, ViewContainerRef, ComponentFactoryResolver } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<GhostTextBlockDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<GhostTextBlockDirective, "[ghostTextBlock]", never, { "ghostTextBlock": "ghostTextBlock"; "ghostTextBlockGhostClass": "ghostTextBlockGhostClass"; "ghostTextBlockLines": "ghostTextBlockLines"; }, {}, never, never, false, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<GhostTextBlockDirective, "[ghostTextBlock]", never, { "ghostTextBlock": { "alias": "ghostTextBlock"; "required": false; }; "ghostTextBlockGhostClass": { "alias": "ghostTextBlockGhostClass"; "required": false; }; "ghostTextBlockLines": { "alias": "ghostTextBlockLines"; "required": false; }; }, {}, never, never, false, never>; | ||
} |
@@ -25,3 +25,3 @@ import { TemplateRef, ViewContainerRef, ComponentFactoryResolver, OnInit, Injector } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<GhostTextDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<GhostTextDirective, "[ghostText]", never, { "ghostText": "ghostText"; "ghostTextLength": "ghostTextLength"; "ghostTextGhostClass": "ghostTextGhostClass"; }, {}, never, never, false, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<GhostTextDirective, "[ghostText]", never, { "ghostText": { "alias": "ghostText"; "required": false; }; "ghostTextLength": { "alias": "ghostTextLength"; "required": false; }; "ghostTextGhostClass": { "alias": "ghostTextGhostClass"; "required": false; }; }, {}, never, never, false, never>; | ||
} |
@@ -20,3 +20,3 @@ import { ElementRef } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<GhostComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<GhostComponent, "ghost", never, { "fillHorizontal": "fillHorizontal"; "fillVertical": "fillVertical"; "height": "height"; "width": "width"; "ghostClass": "ghostClass"; "textGhost": "textGhost"; }, {}, never, ["*"], false, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<GhostComponent, "ghost", never, { "fillHorizontal": { "alias": "fillHorizontal"; "required": false; }; "fillVertical": { "alias": "fillVertical"; "required": false; }; "height": { "alias": "height"; "required": false; }; "width": { "alias": "width"; "required": false; }; "ghostClass": { "alias": "ghostClass"; "required": false; }; "textGhost": { "alias": "textGhost"; "required": false; }; }, {}, never, ["*"], false, never>; | ||
} |
@@ -1,2 +0,2 @@ | ||
export declare type GhostAnimationStrategy = 'EqualStartAndEnd' | 'EqualStartAndSpeed' | 'OneAnimation' | 'None'; | ||
export declare type GhostTextLength = number | 'fill'; | ||
export type GhostAnimationStrategy = 'EqualStartAndEnd' | 'EqualStartAndSpeed' | 'OneAnimation' | 'None'; | ||
export type GhostTextLength = number | 'fill'; |
{ | ||
"name": "ngx-ghosts", | ||
"version": "4.0.1", | ||
"version": "5.0.0", | ||
"license": "MIT", | ||
@@ -21,7 +21,3 @@ "description": "Library to create skeleton loading experiences with angular", | ||
}, | ||
"module": "fesm2015/ngx-ghosts.mjs", | ||
"es2020": "fesm2020/ngx-ghosts.mjs", | ||
"esm2020": "esm2020/ngx-ghosts.mjs", | ||
"fesm2020": "fesm2020/ngx-ghosts.mjs", | ||
"fesm2015": "fesm2015/ngx-ghosts.mjs", | ||
"module": "fesm2022/ngx-ghosts.mjs", | ||
"typings": "index.d.ts", | ||
@@ -34,7 +30,5 @@ "exports": { | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/ngx-ghosts.mjs", | ||
"es2020": "./fesm2020/ngx-ghosts.mjs", | ||
"es2015": "./fesm2015/ngx-ghosts.mjs", | ||
"node": "./fesm2015/ngx-ghosts.mjs", | ||
"default": "./fesm2020/ngx-ghosts.mjs" | ||
"esm2022": "./esm2022/ngx-ghosts.mjs", | ||
"esm": "./esm2022/ngx-ghosts.mjs", | ||
"default": "./fesm2022/ngx-ghosts.mjs" | ||
} | ||
@@ -41,0 +35,0 @@ }, |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
173226
32
1392
1