ngx-skeleton-loader
Advanced tools
Comparing version 1.2.0 to 1.2.1
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common')) : | ||
typeof define === 'function' && define.amd ? define('ngx-skeleton-loader', ['exports', '@angular/core', '@angular/common'], factory) : | ||
(factory((global['ngx-skeleton-loader'] = {}),global.ng.core,global.ng.common)); | ||
}(this, (function (exports,core,common) { 'use strict'; | ||
(global = global || self, factory(global['ngx-skeleton-loader'] = {}, global.ng.core, global.ng.common)); | ||
}(this, function (exports, core, common) { 'use strict'; | ||
@@ -25,6 +25,6 @@ /** | ||
*/ | ||
function () { | ||
this.styles = this.theme || {}; | ||
this.items.length = this.count; | ||
}; | ||
function () { | ||
this.styles = this.theme || {}; | ||
this.items.length = this.count; | ||
}; | ||
NgxSkeletonLoaderComponent.decorators = [ | ||
@@ -62,12 +62,2 @@ { type: core.Component, args: [{ | ||
/** | ||
* @fileoverview added by tsickle | ||
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc | ||
*/ | ||
/** | ||
* @fileoverview added by tsickle | ||
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc | ||
*/ | ||
exports.NgxSkeletonLoaderComponent = NgxSkeletonLoaderComponent; | ||
@@ -78,4 +68,3 @@ exports.NgxSkeletonLoaderModule = NgxSkeletonLoaderModule; | ||
}))); | ||
//# sourceMappingURL=ngx-skeleton-loader.umd.js.map | ||
})); | ||
//# sourceMappingURL=ngx-skeleton-loader.umd.js.map |
@@ -1,2 +0,2 @@ | ||
!function(e,o){"object"==typeof exports&&"undefined"!=typeof module?o(exports,require("@angular/core"),require("@angular/common")):"function"==typeof define&&define.amd?define("ngx-skeleton-loader",["exports","@angular/core","@angular/common"],o):o(e["ngx-skeleton-loader"]={},e.ng.core,e.ng.common)}(this,function(e,o,n){"use strict";var t=function(){function e(){this.count=1,this.appearance="",this.theme={},this.styles={},this.items=[]}return e.prototype.ngOnInit=function(){this.styles=this.theme||{},this.items.length=this.count},e.decorators=[{type:o.Component,args:[{selector:"ngx-skeleton-loader",template:'<span\n *ngFor="let item of items"\n class="loader"\n [ngClass]="{ circle: appearance === \'circle\' }"\n [ngStyle]="styles"\n>\n</span>\n',styles:[".loader{box-sizing:border-box;-webkit-animation:2s ease-in-out infinite progress;animation:2s ease-in-out infinite progress;background:0 0/200px 100% no-repeat #eff1f6;background-image:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.6),rgba(255,255,255,0));border-radius:4px;width:100%;height:20px;display:inline-block;margin-bottom:10px}.loader:after,.loader:before{box-sizing:border-box}.loader.circle{width:40px;height:40px;margin:5px;border-radius:50%}@-webkit-keyframes progress{0%{background-position:-200px 0}100%{background-position:calc(200px + 100%) 0}}@keyframes progress{0%{background-position:-200px 0}100%{background-position:calc(200px + 100%) 0}}"]}]}],e.propDecorators={count:[{type:o.Input}],appearance:[{type:o.Input}],theme:[{type:o.Input}]},e}(),r=function(){function e(){}return e.decorators=[{type:o.NgModule,args:[{declarations:[t],imports:[n.CommonModule],exports:[t]}]}],e}();e.NgxSkeletonLoaderComponent=t,e.NgxSkeletonLoaderModule=r,Object.defineProperty(e,"__esModule",{value:!0})}); | ||
!function(e,o){"object"==typeof exports&&"undefined"!=typeof module?o(exports,require("@angular/core"),require("@angular/common")):"function"==typeof define&&define.amd?define("ngx-skeleton-loader",["exports","@angular/core","@angular/common"],o):o((e=e||self)["ngx-skeleton-loader"]={},e.ng.core,e.ng.common)}(this,function(e,o,n){"use strict";var t=function(){function e(){this.count=1,this.appearance="",this.theme={},this.styles={},this.items=[]}return e.prototype.ngOnInit=function(){this.styles=this.theme||{},this.items.length=this.count},e.decorators=[{type:o.Component,args:[{selector:"ngx-skeleton-loader",template:'<span\n *ngFor="let item of items"\n class="loader"\n [ngClass]="{ circle: appearance === \'circle\' }"\n [ngStyle]="styles"\n>\n</span>\n',styles:[".loader{box-sizing:border-box;-webkit-animation:2s ease-in-out infinite progress;animation:2s ease-in-out infinite progress;background:0 0/200px 100% no-repeat #eff1f6;background-image:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.6),rgba(255,255,255,0));border-radius:4px;width:100%;height:20px;display:inline-block;margin-bottom:10px}.loader:after,.loader:before{box-sizing:border-box}.loader.circle{width:40px;height:40px;margin:5px;border-radius:50%}@-webkit-keyframes progress{0%{background-position:-200px 0}100%{background-position:calc(200px + 100%) 0}}@keyframes progress{0%{background-position:-200px 0}100%{background-position:calc(200px + 100%) 0}}"]}]}],e.propDecorators={count:[{type:o.Input}],appearance:[{type:o.Input}],theme:[{type:o.Input}]},e}(),r=function(){function e(){}return e.decorators=[{type:o.NgModule,args:[{declarations:[t],imports:[n.CommonModule],exports:[t]}]}],e}();e.NgxSkeletonLoaderComponent=t,e.NgxSkeletonLoaderModule=r,Object.defineProperty(e,"__esModule",{value:!0})}); | ||
//# sourceMappingURL=ngx-skeleton-loader.umd.min.js.map |
@@ -10,2 +10,8 @@ # Change Log | ||
## [1.2.1][] - 2019-06-08 | ||
### Updated | ||
- Updating Angular CLI to v8 | ||
## [1.2.0][] - 2019-04-19 | ||
@@ -89,4 +95,5 @@ | ||
[Unreleased]: https://github.com/willmendesneto/ngx-skeleton-loader/compare/v1.2.0...HEAD | ||
[Unreleased]: https://github.com/willmendesneto/ngx-skeleton-loader/compare/v1.2.1...HEAD | ||
[1.2.1]: https://github.com/willmendesneto/ngx-skeleton-loader/compare/v1.2.0...v1.2.1 | ||
[1.2.0]: https://github.com/willmendesneto/ngx-skeleton-loader/compare/v1.1.2...v1.2.0 | ||
[1.1.2]: https://github.com/willmendesneto/ngx-skeleton-loader/tree/v1.1.2 |
@@ -62,3 +62,2 @@ import { Component, Input, NgModule } from '@angular/core'; | ||
export { NgxSkeletonLoaderComponent, NgxSkeletonLoaderModule }; | ||
//# sourceMappingURL=ngx-skeleton-loader.js.map | ||
//# sourceMappingURL=ngx-skeleton-loader.js.map |
@@ -69,3 +69,2 @@ import { Component, Input, NgModule } from '@angular/core'; | ||
export { NgxSkeletonLoaderComponent, NgxSkeletonLoaderModule }; | ||
//# sourceMappingURL=ngx-skeleton-loader.js.map | ||
//# sourceMappingURL=ngx-skeleton-loader.js.map |
{ | ||
"name": "ngx-skeleton-loader", | ||
"version": "1.2.0", | ||
"license": "MIT", | ||
"keywords": [ | ||
"angular", | ||
"ngx", | ||
"skeleton", | ||
"loader", | ||
"ngx-skeleton-loader" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/willmendesneto/ngx-skeleton-loader.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/willmendesneto/ngx-skeleton-loader/issues" | ||
}, | ||
"homepage": "https://github.com/willmendesneto/ngx-skeleton-loader#readme", | ||
"version": "1.2.1", | ||
"peerDependencies": { | ||
"@angular/common": "^7.2.0", | ||
"@angular/core": "^7.2.0" | ||
"@angular/common": "^8.0.0", | ||
"@angular/core": "^8.0.0" | ||
}, | ||
@@ -24,0 +8,0 @@ "main": "bundles/ngx-skeleton-loader.umd.js", |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
47573
1
386
2
2
1