Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ngx-ghosts

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-ghosts - npm Package Compare versions

Comparing version 4.0.1 to 5.0.0

esm2022/index.mjs

2

lib/ghost-box/ghost-box.directive.d.ts

@@ -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 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc