ngx-ui-loader
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -1,2 +0,2 @@ | ||
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("@angular/core"),require("tslib"),require("rxjs"),require("@angular/platform-browser"),require("@angular/common"),require("@angular/router"),require("rxjs/operators"),require("@angular/common/http")):"function"==typeof define&&define.amd?define("ngx-ui-loader",["exports","@angular/core","tslib","rxjs","@angular/platform-browser","@angular/common","@angular/router","rxjs/operators","@angular/common/http"],e):e(t["ngx-ui-loader"]={},t.ng.core,t.tslib,null,t.ng.platformBrowser,t.ng.common,t.ng.router,t.Rx.Observable.prototype,t.ng.common.http)}(this,function(t,i,e,o,a,n,r,s,l){"use strict";var d={"ball-scale-multiple":{divs:3,"class":"sk-ball-scale-multiple"},"ball-spin":{divs:8,"class":"sk-ball-spin"},"ball-spin-clockwise":{divs:8,"class":"sk-ball-spin-clockwise"},"ball-spin-clockwise-fade-rotating":{divs:8,"class":"sk-ball-spin-clockwise-fade-rotating"},"ball-spin-fade-rotating":{divs:8,"class":"sk-ball-spin-fade-rotating"},"chasing-dots":{divs:2,"class":"sk-chasing-dots"},circle:{divs:12,"class":"sk-circle"},"cube-grid":{divs:9,"class":"sk-cube-grid"},"double-bounce":{divs:2,"class":"sk-double-bounce"},"fading-circle":{divs:12,"class":"sk-fading-circle"},"folding-cube":{divs:4,"class":"sk-folding-cube"},pulse:{divs:1,"class":"sk-pulse"},"rectangle-bounce":{divs:5,"class":"sk-rectangle-bounce"},"rectangle-bounce-party":{divs:5,"class":"sk-rectangle-bounce-party"},"rectangle-bounce-pulse-out":{divs:5,"class":"sk-rectangle-bounce-pulse-out"},"rectangle-bounce-pulse-out-rapid":{divs:5,"class":"sk-rectangle-bounce-pulse-out-rapid"},"rotating-plane":{divs:1,"class":"sk-rotating-plane"},"square-jelly-box":{divs:2,"class":"sk-square-jelly-box"},"square-loader":{divs:1,"class":"sk-square-loader"},"three-bounce":{divs:3,"class":"sk-three-bounce"},"three-strings":{divs:3,"class":"sk-three-strings"},"wandering-cubes":{divs:2,"class":"sk-wandering-cubes"}},c={ballScaleMultiple:"ball-scale-multiple",ballSpin:"ball-spin",ballSpinClockwise:"ball-spin-clockwise",ballSpinClockwiseFadeRotating:"ball-spin-clockwise-fade-rotating",ballSpinFadeRotating:"ball-spin-fade-rotating",chasingDots:"chasing-dots",circle:"circle",cubeGrid:"cube-grid",doubleBounce:"double-bounce",fadingCircle:"fading-circle",foldingCube:"folding-cube",pulse:"pulse",rectangleBounce:"rectangle-bounce",rectangleBounceParty:"rectangle-bounce-party",rectangleBouncePulseOut:"rectangle-bounce-pulse-out",rectangleBouncePulseOutRapid:"rectangle-bounce-pulse-out-rapid",rotatingPlane:"rotating-plane",squareJellyBox:"square-jelly-box",squareLoader:"square-loader",threeBounce:"three-bounce",threeStrings:"three-strings",wanderingCubes:"wandering-cubes"},g={bottomCenter:"bottom-center",bottomLeft:"bottom-left",bottomRight:"bottom-right",centerCenter:"center-center",centerLeft:"center-left",centerRight:"center-right",topCenter:"top-center",topLeft:"top-left",topRight:"top-right"},f={leftToRight:"ltr",rightToLeft:"rtl"},b={bgsColor:"#00ACC1",bgsOpacity:.5,bgsPosition:g.bottomRight,bgsSize:60,bgsType:c.rectangleBounce,fgsColor:"#00ACC1",fgsPosition:g.centerCenter,fgsSize:60,fgsType:c.rectangleBounce,gap:24,logoPosition:g.centerCenter,logoSize:120,logoUrl:"",overlayColor:"rgba(40, 40, 40, 0.8)",pbColor:"#00ACC1",pbDirection:f.leftToRight,pbThickness:5,text:"",textColor:"#FFFFFF",textPosition:g.centerCenter,threshold:500},h="default",u=new i.InjectionToken("ngxUiLoaderDefault.config"),p=function(){function t(t){this.config=t,this.validSpinnerTypes=Object.keys(c).map(function(t){return c[t]}),this.validPositions=Object.keys(g).map(function(t){return g[t]}),this.validDirections=Object.keys(f).map(function(t){return f[t]}),this.defaultConfig=Object.assign({},b),this.config&&(this.config.fgsType&&(this.config.fgsType=this.validateSpinnerType("fgsType",this.config.fgsType,b.fgsType)),this.config.bgsType&&(this.config.bgsType=this.validateSpinnerType("bgsType",this.config.bgsType,b.bgsType)),this.config.pbDirection&&(this.config.pbDirection=this.validateDirection("pbDirection",this.config.pbDirection,b.pbDirection)),this.config.fgsPosition&&(this.config.fgsPosition=this.validatePosition("fgsPosition",this.config.fgsPosition,b.fgsPosition)),this.config.bgsPosition&&(this.config.bgsPosition=this.validatePosition("bgsPosition",this.config.bgsPosition,b.bgsPosition)),this.config.logoPosition&&(this.config.logoPosition=this.validatePosition("logoPosition",this.config.logoPosition,b.logoPosition)),this.config.textPosition&&(this.config.textPosition=this.validatePosition("textPosition",this.config.textPosition,b.textPosition)),this.config.threshold&&this.config.threshold<=0&&(this.config.threshold=b.threshold),this.defaultConfig=e.__assign({},this.defaultConfig,this.config)),this.waitingForeground={},this.waitingBackground={},this._showForeground=new o.BehaviorSubject(!1),this.showForeground=this._showForeground.asObservable(),this._showBackground=new o.BehaviorSubject(!1),this.showBackground=this._showBackground.asObservable(),this._foregroundClosing=new o.BehaviorSubject(!1),this.foregroundClosing=this._foregroundClosing.asObservable(),this._backgroundClosing=new o.BehaviorSubject(!1),this.backgroundClosing=this._backgroundClosing.asObservable()}return t.prototype.getDefaultConfig=function(){return Object.assign({},this.defaultConfig)},t.prototype.getStatus=function(){return{waitingForeground:this.waitingForeground,waitingBackground:this.waitingBackground}},t.prototype.isActive=function(){return 0<Object.keys(this.waitingForeground).length||0<Object.keys(this.waitingBackground).length},t.prototype.hasForeground=function(){return 0<Object.keys(this.waitingForeground).length},t.prototype.hasBackground=function(){return 0<Object.keys(this.waitingBackground).length},t.prototype.start=function(t,e){t=t||h,e="boolean"!=typeof e||e;var i=this.hasForeground();e?(this.waitingForeground[t]=Date.now(),i||(this.hasBackground()&&(this.backgroundCloseout(),this._showBackground.next(!1)),this._showForeground.next(!0))):(this.waitingBackground[t]=Date.now(),i||this._showBackground.next(!0));return{id:t,isForeground:e}},t.prototype.stop=function(t){var e=this,i=Date.now();return t=t||h,this.waitingForeground[t]?this.waitingForeground[t]+this.defaultConfig.threshold>i?(setTimeout(function(){e.stop(t)},this.waitingForeground[t]+this.defaultConfig.threshold-Date.now()),{id:t,isForeground:!0,isSuccess:!1,stopAll:!1}):(delete this.waitingForeground[t],this.isActive()?(this.hasForeground()||(this.foregroundCloseout(),this._showForeground.next(!1),setTimeout(function(){e._showBackground.next(!0)},500)),{id:t,isForeground:!0,isSuccess:!0,stopAll:!1}):(this.foregroundCloseout(),this._showForeground.next(!1),{id:t,isForeground:!0,isSuccess:!0,stopAll:!0})):{id:t,isForeground:!0,isSuccess:!1,stopAll:!1}},t.prototype.stopBackground=function(t){var e=this,i=Date.now();return t=t||h,this.waitingBackground[t]?this.waitingBackground[t]+this.defaultConfig.threshold>i?(setTimeout(function(){e.stopBackground(t)},this.waitingBackground[t]+this.defaultConfig.threshold-Date.now()),{id:t,isForeground:!1,isSuccess:!1,stopAll:!1}):(delete this.waitingBackground[t],this.isActive()?{id:t,isForeground:!1,isSuccess:!0,stopAll:!1}:(this.backgroundCloseout(),this._showBackground.next(!1),{id:t,isForeground:!1,isSuccess:!0,stopAll:!0})):{id:t,isForeground:!1,isSuccess:!1,stopAll:!1}},t.prototype.validateSpinnerType=function(t,e,i){return this.validate(this.validSpinnerTypes,t,e,i)},t.prototype.validatePosition=function(t,e,i){return this.validate(this.validPositions,t,e,i)},t.prototype.validateDirection=function(t,e,i){return this.validate(this.validDirections,t,e,i)},t.prototype.stopAll=function(){this.hasForeground()?(this.foregroundCloseout(),this._showForeground.next(!1)):this.hasBackground()&&(this.backgroundCloseout(),this._showBackground.next(!1)),this.waitingForeground={},this.waitingBackground={}},t.prototype.validate=function(t,e,i,o){return-1===t.findIndex(function(t){return t===i})?(console.error("[ngx-ui-loader] - "+e+' ("'+i+'") is invalid. Default value "'+o+'" is used.'),o):i},t.prototype.foregroundCloseout=function(){var t=this;this._foregroundClosing.next(!0),this.fgTimeoutHandler=setTimeout(function(){t._foregroundClosing.next(!1)},1100)},t.prototype.backgroundCloseout=function(){var t=this;this._backgroundClosing.next(!0),this.bgTimeoutHandler=setTimeout(function(){t._backgroundClosing.next(!1)},1100)},t.decorators=[{type:i.Injectable}],t.ctorParameters=function(){return[{type:undefined,decorators:[{type:i.Optional},{type:i.Inject,args:[u]}]}]},t}(),k=function(){function t(t){this.helperService=t,this._onStart=new o.Subject,this.onStart=this._onStart.asObservable(),this._onStop=new o.Subject,this.onStop=this._onStop.asObservable(),this._onStopAll=new o.Subject,this.onStopAll=this._onStopAll.asObservable()}return t.prototype.getDefaultConfig=function(){return this.helperService.getDefaultConfig()},t.prototype.getStatus=function(){return this.helperService.getStatus()},t.prototype.start=function(t){this._start(t,!0)},t.prototype.startBackground=function(t){this._start(t,!1)},t.prototype.stop=function(t){this._stop(t,!0)},t.prototype.stopBackground=function(t){this._stop(t,!1)},t.prototype.stopAll=function(){this.helperService.stopAll(),this._onStopAll.next({stopAll:!0})},t.prototype._start=function(t,e){this._onStart.next(this.helperService.start(t,e))},t.prototype._stop=function(t,e){var i;(i=e?this.helperService.stop(t):this.helperService.stopBackground(t)).isSuccess&&(this._onStop.next({id:i.id,isForeground:i.isForeground}),i.stopAll&&this._onStopAll.next({stopAll:!0}))},t.decorators=[{type:i.Injectable}],t.ctorParameters=function(){return[{type:p}]},t}(),m=function(){function t(t,e){this.domSanitizer=t,this.helperService=e,this.initialized=!1,this.defaultConfig=this.helperService.getDefaultConfig(),this.bgsColor=this.defaultConfig.bgsColor,this.bgsOpacity=this.defaultConfig.bgsOpacity,this.bgsPosition=this.defaultConfig.bgsPosition,this.bgsSize=this.defaultConfig.bgsSize,this.bgsType=this.defaultConfig.bgsType,this.fgsColor=this.defaultConfig.fgsColor,this.fgsPosition=this.defaultConfig.fgsPosition,this.fgsSize=this.defaultConfig.fgsSize,this.fgsType=this.defaultConfig.fgsType,this.gap=this.defaultConfig.gap,this.logoPosition=this.defaultConfig.logoPosition,this.logoSize=this.defaultConfig.logoSize,this.logoUrl=this.defaultConfig.logoUrl,this.overlayColor=this.defaultConfig.overlayColor,this.pbColor=this.defaultConfig.pbColor,this.pbDirection=this.defaultConfig.pbDirection,this.pbThickness=this.defaultConfig.pbThickness,this.text=this.defaultConfig.text,this.textColor=this.defaultConfig.textColor,this.textPosition=this.defaultConfig.textPosition}return t.prototype.ngOnInit=function(){var e=this;this.initializeSpinners(),this.determinePositions(),this.trustedLogoUrl=this.domSanitizer.bypassSecurityTrustResourceUrl(this.logoUrl),this.showForegroundWatcher=this.helperService.showForeground.subscribe(function(t){return e.showForeground=t}),this.showBackgroundWatcher=this.helperService.showBackground.subscribe(function(t){return e.showBackground=t}),this.foregroundClosingWatcher=this.helperService.foregroundClosing.subscribe(function(t){return e.foregroundClosing=t}),this.backgroundClosingWatcher=this.helperService.backgroundClosing.subscribe(function(t){return e.backgroundClosing=t}),this.initialized=!0},t.prototype.ngOnChanges=function(t){if(this.initialized){var e=t.fgsType,i=t.bgsType,o=t.bgsPosition,a=t.logoUrl,n=t.pbDirection;(e||i)&&this.initializeSpinners(),this.determinePositions(),a&&(this.trustedLogoUrl=this.domSanitizer.bypassSecurityTrustResourceUrl(this.logoUrl)),o&&(this.bgsPosition=this.helperService.validatePosition("bgsPosition",this.bgsPosition,this.defaultConfig.bgsPosition)),n&&(this.pbDirection=this.helperService.validateDirection("pbDirection",this.pbDirection,this.defaultConfig.pbDirection))}},t.prototype.initializeSpinners=function(){this.fgsType=this.helperService.validateSpinnerType("fgsType",this.fgsType,this.defaultConfig.fgsType),this.bgsType=this.helperService.validateSpinnerType("bgsType",this.bgsType,this.defaultConfig.bgsType),this.fgDivs=Array(d[this.fgsType].divs).fill(1),this.fgSpinnerClass=d[this.fgsType]["class"],this.bgDivs=Array(d[this.bgsType].divs).fill(1),this.bgSpinnerClass=d[this.bgsType]["class"]},t.prototype.determinePositions=function(){this.fgsPosition=this.helperService.validatePosition("fgsPosition",this.fgsPosition,this.defaultConfig.fgsPosition),this.logoPosition=this.helperService.validatePosition("logoPosition",this.logoPosition,this.defaultConfig.logoPosition),this.textPosition=this.helperService.validatePosition("textPosition",this.textPosition,this.defaultConfig.textPosition),this.logoTop="initial",this.spinnerTop="initial",this.textTop="initial";this.logoPosition.startsWith("center")?this.logoTop="50%":this.logoPosition.startsWith("top")&&(this.logoTop="30px"),this.fgsPosition.startsWith("center")?this.spinnerTop="50%":this.fgsPosition.startsWith("top")&&(this.spinnerTop="30px"),this.textPosition.startsWith("center")?this.textTop="50%":this.textPosition.startsWith("top")&&(this.textTop="30px"),this.fgsPosition===g.centerCenter?this.logoUrl&&this.logoPosition===g.centerCenter?this.text&&this.textPosition===g.centerCenter?(this.logoTop=this.domSanitizer.bypassSecurityTrustStyle("calc(50% - "+this.fgsSize/2+"px - 12px - "+this.gap+"px)"),this.spinnerTop=this.domSanitizer.bypassSecurityTrustStyle("calc(50% + "+this.logoSize/2+"px - 12px)"),this.textTop=this.domSanitizer.bypassSecurityTrustStyle("calc(50% + "+this.logoSize/2+"px + "+this.gap+"px + "+this.fgsSize/2+"px)")):(this.logoTop=this.domSanitizer.bypassSecurityTrustStyle("calc(50% - "+this.fgsSize/2+"px - "+this.gap/2+"px)"),this.spinnerTop=this.domSanitizer.bypassSecurityTrustStyle("calc(50% + "+this.logoSize/2+"px + "+this.gap/2+"px)")):this.text&&this.textPosition===g.centerCenter&&(this.spinnerTop=this.domSanitizer.bypassSecurityTrustStyle("calc(50% - 12px - "+this.gap/2+"px)"),this.textTop=this.domSanitizer.bypassSecurityTrustStyle("calc(50% + "+this.fgsSize/2+"px + "+this.gap/2+"px)")):this.logoUrl&&this.logoPosition===g.centerCenter&&this.text&&this.textPosition===g.centerCenter&&(this.logoTop=this.domSanitizer.bypassSecurityTrustStyle("calc(50% - 12px - "+this.gap/2+"px)"),this.textTop=this.domSanitizer.bypassSecurityTrustStyle("calc(50% + "+this.logoSize/2+"px + "+this.gap/2+"px)"))},t.prototype.ngOnDestroy=function(){this.showForegroundWatcher&&this.showForegroundWatcher.unsubscribe(),this.showBackgroundWatcher&&this.showBackgroundWatcher.unsubscribe(),this.foregroundClosingWatcher&&this.foregroundClosingWatcher.unsubscribe(),this.backgroundClosingWatcher&&this.backgroundClosingWatcher.unsubscribe()},t.decorators=[{type:i.Component,args:[{selector:"ngx-ui-loader",template:'\x3c!-- Progress bar {{{ --\x3e\n<div [ngClass]="\'ngx-ui-loader-bar-\' + pbDirection"\n [style.height.px]="pbThickness"\n [style.color]="pbColor"\n [class.loading-foreground]="showForeground"\n [class.foreground-closing]="foregroundClosing"></div>\n\x3c!-- Progress bar }}} --\x3e\n\n\x3c!-- Foreground container {{{ --\x3e\n<div class="ngx-overlay"\n [style.background-color]="overlayColor"\n [class.loading-foreground]="showForeground"\n [class.foreground-closing]="foregroundClosing">\n\n \x3c!-- Logo {{{ --\x3e\n <img *ngIf="logoUrl" class="ngx-loading-logo"\n [ngClass]="logoPosition" [src]="trustedLogoUrl"\n [style.width.px]="logoSize" [style.height.px]="logoSize"\n [style.top]="logoTop">\n \x3c!-- Logo }}} --\x3e\n\n \x3c!-- Foreground spinner {{{ --\x3e\n <div class="ngx-foreground-spinner"\n [ngClass]="fgsPosition" [style.color]="fgsColor"\n [style.width.px]="fgsSize" [style.height.px]="fgsSize"\n [style.top]="spinnerTop">\n <div [class]="fgSpinnerClass">\n <div *ngFor="let div of fgDivs"></div>\n </div>\n </div>\n \x3c!-- Foreground spinner }}} --\x3e\n\n \x3c!-- Loading text {{{ --\x3e\n <div class="ngx-loading-text"\n [ngClass]="textPosition"\n [style.top]="textTop"\n [style.color]="textColor">{{text}}</div>\n \x3c!-- Loading text }}} --\x3e\n\n</div>\n\x3c!-- Foreground container }}} --\x3e\n\n\x3c!-- Background spinner {{{ --\x3e\n<div class="ngx-background-spinner"\n [ngClass]="bgsPosition"\n [class.loading-background]="showBackground"\n [class.background-closing]="backgroundClosing"\n [style.width.px]="bgsSize" [style.height.px]="bgsSize"\n [style.color]="bgsColor" [style.opacity]="bgsOpacity">\n <div [class]="bgSpinnerClass">\n <div *ngFor="let div of bgDivs"></div>\n </div>\n</div>\n\x3c!-- Background spinner }}} --\x3e\n',styles:[".ngx-ui-loader-bar-ltr,.ngx-ui-loader-bar-rtl{position:fixed;top:0;left:0;width:100%;height:5px;z-index:99999!important;display:none;color:#00acc1}.ngx-ui-loader-bar-ltr.foreground-closing,.ngx-ui-loader-bar-ltr.loading-foreground,.ngx-ui-loader-bar-rtl.foreground-closing,.ngx-ui-loader-bar-rtl.loading-foreground{display:block}.ngx-ui-loader-bar-ltr.foreground-closing,.ngx-ui-loader-bar-rtl.foreground-closing{opacity:0!important;transition:opacity .5s ease-out .5s}.ngx-ui-loader-bar-ltr::after,.ngx-ui-loader-bar-ltr::before,.ngx-ui-loader-bar-rtl::after,.ngx-ui-loader-bar-rtl::before{background-color:currentColor;content:'';display:block;width:100%;height:100%;position:absolute;top:0}.ngx-ui-loader-bar-ltr::before{-webkit-transform:translate3d(-100vw,0,0);transform:translate3d(-100vw,0,0)}.ngx-ui-loader-bar-ltr::after{-webkit-animation:20s ease-out progressBar-slide-ltr;animation:20s ease-out progressBar-slide-ltr;-webkit-transform:translate3d(-5vw,0,0);transform:translate3d(-5vw,0,0)}.ngx-ui-loader-bar-rtl::before{-webkit-transform:translate3d(100vw,0,0);transform:translate3d(100vw,0,0)}.ngx-ui-loader-bar-rtl::after{-webkit-animation:20s ease-out progressBar-slide-rtl;animation:20s ease-out progressBar-slide-rtl;-webkit-transform:translate3d(5vw,0,0);transform:translate3d(5vw,0,0)}.foreground-closing.ngx-ui-loader-bar-ltr::before{-webkit-animation:1s ease-out progressBar-slide-complete-ltr;animation:1s ease-out progressBar-slide-complete-ltr;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.foreground-closing.ngx-ui-loader-bar-rtl::before{-webkit-animation:1s ease-out progressBar-slide-complete-rtl;animation:1s ease-out progressBar-slide-complete-rtl;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@-webkit-keyframes progressBar-slide-ltr{from{-webkit-transform:translate3d(-100vw,0,0);transform:translate3d(-100vw,0,0)}to{-webkit-transform:translate3d(-5vw,0,0);transform:translate3d(-5vw,0,0)}}@keyframes progressBar-slide-ltr{from{-webkit-transform:translate3d(-100vw,0,0);transform:translate3d(-100vw,0,0)}to{-webkit-transform:translate3d(-5vw,0,0);transform:translate3d(-5vw,0,0)}}@-webkit-keyframes progressBar-slide-rtl{from{-webkit-transform:translate3d(100vw,0,0);transform:translate3d(100vw,0,0)}to{-webkit-transform:translate3d(5vw,0,0);transform:translate3d(5vw,0,0)}}@keyframes progressBar-slide-rtl{from{-webkit-transform:translate3d(100vw,0,0);transform:translate3d(100vw,0,0)}to{-webkit-transform:translate3d(5vw,0,0);transform:translate3d(5vw,0,0)}}@-webkit-keyframes progressBar-slide-complete-ltr{0%{-webkit-transform:translate3d(-75vw,0,0);transform:translate3d(-75vw,0,0)}50%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes progressBar-slide-complete-ltr{0%{-webkit-transform:translate3d(-75vw,0,0);transform:translate3d(-75vw,0,0)}50%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes progressBar-slide-complete-rtl{0%{-webkit-transform:translate3d(75vw,0,0);transform:translate3d(75vw,0,0)}50%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes progressBar-slide-complete-rtl{0%{-webkit-transform:translate3d(75vw,0,0);transform:translate3d(75vw,0,0)}50%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.ngx-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99998!important;background-color:rgba(40,40,40,.8);display:none}.ngx-overlay.foreground-closing,.ngx-overlay.loading-foreground{display:block}.ngx-overlay.foreground-closing{opacity:0!important;transition:opacity .5s ease-out .5s}.ngx-overlay>.ngx-foreground-spinner{position:fixed;width:60px;height:60px;margin:0;color:#00acc1}.ngx-overlay>.ngx-loading-logo{position:fixed;margin:0;width:120px;height:120px}.ngx-overlay>.ngx-loading-text{position:fixed;margin:0;font-family:sans-serif;font-weight:400;font-size:1.2em;color:#fff}.ngx-background-spinner{position:fixed;z-index:99997!important;width:60px;height:60px;margin:0;color:#00acc1;opacity:.6;display:none}.ngx-background-spinner.background-closing,.ngx-background-spinner.loading-background{display:block}.ngx-background-spinner.background-closing{opacity:0!important;transition:opacity .7s ease-out}.top-left{position:fixed;top:30px;left:30px}.top-center{position:fixed;top:30px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.top-right{position:fixed;top:30px;right:30px}.center-left{position:fixed;top:50%;left:30px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.center-center{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.center-right{position:fixed;top:50%;right:30px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.bottom-left{position:fixed;bottom:30px;left:30px}.bottom-center{position:fixed;bottom:30px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.bottom-right{position:fixed;bottom:30px;right:30px}.sk-ball-scale-multiple,.sk-ball-scale-multiple>div{position:relative;box-sizing:border-box}.sk-ball-scale-multiple{width:100%;height:100%;font-size:0}.sk-ball-scale-multiple>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:100%;opacity:0;-webkit-animation:1s linear infinite ball-scale-multiple;animation:1s linear infinite ball-scale-multiple}.sk-ball-scale-multiple>div:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}.sk-ball-scale-multiple>div:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}@-webkit-keyframes ball-scale-multiple{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}5%{opacity:.75}100%{opacity:0;-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-scale-multiple{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}5%{opacity:.75}100%{opacity:0;-webkit-transform:scale(1);transform:scale(1)}}.sk-ball-spin,.sk-ball-spin>div{position:relative;box-sizing:border-box}.sk-ball-spin{width:100%;height:100%;font-size:0}.sk-ball-spin>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor;position:absolute;top:50%;left:50%;width:25%;height:25%;margin-top:-12.5%;margin-left:-12.5%;border-radius:100%;-webkit-animation:1s ease-in-out infinite ball-spin-clockwise;animation:1s ease-in-out infinite ball-spin-clockwise}.sk-ball-spin>div:nth-child(1){top:5%;left:50%;-webkit-animation-delay:-1.125s;animation-delay:-1.125s}.sk-ball-spin>div:nth-child(2){top:18.1801948466%;left:81.8198051534%;-webkit-animation-delay:-1.25s;animation-delay:-1.25s}.sk-ball-spin>div:nth-child(3){top:50%;left:95%;-webkit-animation-delay:-1.375s;animation-delay:-1.375s}.sk-ball-spin>div:nth-child(4){top:81.8198051534%;left:81.8198051534%;-webkit-animation-delay:-1.5s;animation-delay:-1.5s}.sk-ball-spin>div:nth-child(5){top:94.9999999966%;left:50.0000000005%;-webkit-animation-delay:-1.625s;animation-delay:-1.625s}.sk-ball-spin>div:nth-child(6){top:81.8198046966%;left:18.1801949248%;-webkit-animation-delay:-1.75s;animation-delay:-1.75s}.sk-ball-spin>div:nth-child(7){top:49.9999750815%;left:5.0000051215%;-webkit-animation-delay:-1.875s;animation-delay:-1.875s}.sk-ball-spin>div:nth-child(8){top:18.179464974%;left:18.1803700518%;-webkit-animation-delay:-2s;animation-delay:-2s}@-webkit-keyframes ball-spin{0%,100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:1}80%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@keyframes ball-spin{0%,100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:1}80%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}.sk-ball-spin-clockwise,.sk-ball-spin-clockwise>div{position:relative;box-sizing:border-box}.sk-ball-spin-clockwise{width:100%;height:100%;font-size:0}.sk-ball-spin-clockwise>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor;position:absolute;top:50%;left:50%;width:25%;height:25%;margin-top:-12.5%;margin-left:-12.5%;border-radius:100%;-webkit-animation:1s ease-in-out infinite ball-spin-clockwise;animation:1s ease-in-out infinite ball-spin-clockwise}.sk-ball-spin-clockwise>div:nth-child(1){top:5%;left:50%;-webkit-animation-delay:-.875s;animation-delay:-.875s}.sk-ball-spin-clockwise>div:nth-child(2){top:18.1801948466%;left:81.8198051534%;-webkit-animation-delay:-.75s;animation-delay:-.75s}.sk-ball-spin-clockwise>div:nth-child(3){top:50%;left:95%;-webkit-animation-delay:-.625s;animation-delay:-.625s}.sk-ball-spin-clockwise>div:nth-child(4){top:81.8198051534%;left:81.8198051534%;-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-ball-spin-clockwise>div:nth-child(5){top:94.9999999966%;left:50.0000000005%;-webkit-animation-delay:-.375s;animation-delay:-.375s}.sk-ball-spin-clockwise>div:nth-child(6){top:81.8198046966%;left:18.1801949248%;-webkit-animation-delay:-.25s;animation-delay:-.25s}.sk-ball-spin-clockwise>div:nth-child(7){top:49.9999750815%;left:5.0000051215%;-webkit-animation-delay:-.125s;animation-delay:-.125s}.sk-ball-spin-clockwise>div:nth-child(8){top:18.179464974%;left:18.1803700518%;-webkit-animation-delay:0s;animation-delay:0s}@-webkit-keyframes ball-spin-clockwise{0%,100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:1}80%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@keyframes ball-spin-clockwise{0%,100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:1}80%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}.sk-ball-spin-clockwise-fade-rotating,.sk-ball-spin-clockwise-fade-rotating>div{position:relative;box-sizing:border-box}.sk-ball-spin-clockwise-fade-rotating{font-size:0;width:100%;height:100%;-webkit-animation:6s linear infinite ball-spin-clockwise-fade-rotating-rotate;animation:6s linear infinite ball-spin-clockwise-fade-rotating-rotate}.sk-ball-spin-clockwise-fade-rotating>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor;position:absolute;top:50%;left:50%;width:25%;height:25%;margin-top:-12.5%;margin-left:-12.5%;border-radius:100%;-webkit-animation:1s linear infinite ball-spin-clockwise-fade-rotating;animation:1s linear infinite ball-spin-clockwise-fade-rotating}.sk-ball-spin-clockwise-fade-rotating>div:nth-child(1){top:5%;left:50%;-webkit-animation-delay:-.875s;animation-delay:-.875s}.sk-ball-spin-clockwise-fade-rotating>div:nth-child(2){top:18.1801948466%;left:81.8198051534%;-webkit-animation-delay:-.75s;animation-delay:-.75s}.sk-ball-spin-clockwise-fade-rotating>div:nth-child(3){top:50%;left:95%;-webkit-animation-delay:-.625s;animation-delay:-.625s}.sk-ball-spin-clockwise-fade-rotating>div:nth-child(4){top:81.8198051534%;left:81.8198051534%;-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-ball-spin-clockwise-fade-rotating>div:nth-child(5){top:94.9999999966%;left:50.0000000005%;-webkit-animation-delay:-.375s;animation-delay:-.375s}.sk-ball-spin-clockwise-fade-rotating>div:nth-child(6){top:81.8198046966%;left:18.1801949248%;-webkit-animation-delay:-.25s;animation-delay:-.25s}.sk-ball-spin-clockwise-fade-rotating>div:nth-child(7){top:49.9999750815%;left:5.0000051215%;-webkit-animation-delay:-.125s;animation-delay:-.125s}.sk-ball-spin-clockwise-fade-rotating>div:nth-child(8){top:18.179464974%;left:18.1803700518%;-webkit-animation-delay:0s;animation-delay:0s}@-webkit-keyframes ball-spin-clockwise-fade-rotating-rotate{100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes ball-spin-clockwise-fade-rotating-rotate{100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@-webkit-keyframes ball-spin-clockwise-fade-rotating{50%{opacity:.25;-webkit-transform:scale(.5);transform:scale(.5)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-spin-clockwise-fade-rotating{50%{opacity:.25;-webkit-transform:scale(.5);transform:scale(.5)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.sk-ball-spin-fade-rotating,.sk-ball-spin-fade-rotating>div{position:relative;box-sizing:border-box}.sk-ball-spin-fade-rotating{width:100%;height:100%;font-size:0;-webkit-animation:6s linear infinite ball-spin-fade-rotate;animation:6s linear infinite ball-spin-fade-rotate}.sk-ball-spin-fade-rotating>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor;position:absolute;top:50%;left:50%;width:25%;height:25%;margin-top:-12.5%;margin-left:-12.5%;border-radius:100%;-webkit-animation:1s linear infinite ball-spin-fade;animation:1s linear infinite ball-spin-fade}.sk-ball-spin-fade-rotating>div:nth-child(1){top:5%;left:50%;-webkit-animation-delay:-1.125s;animation-delay:-1.125s}.sk-ball-spin-fade-rotating>div:nth-child(2){top:18.1801948466%;left:81.8198051534%;-webkit-animation-delay:-1.25s;animation-delay:-1.25s}.sk-ball-spin-fade-rotating>div:nth-child(3){top:50%;left:95%;-webkit-animation-delay:-1.375s;animation-delay:-1.375s}.sk-ball-spin-fade-rotating>div:nth-child(4){top:81.8198051534%;left:81.8198051534%;-webkit-animation-delay:-1.5s;animation-delay:-1.5s}.sk-ball-spin-fade-rotating>div:nth-child(5){top:94.9999999966%;left:50.0000000005%;-webkit-animation-delay:-1.625s;animation-delay:-1.625s}.sk-ball-spin-fade-rotating>div:nth-child(6){top:81.8198046966%;left:18.1801949248%;-webkit-animation-delay:-1.75s;animation-delay:-1.75s}.sk-ball-spin-fade-rotating>div:nth-child(7){top:49.9999750815%;left:5.0000051215%;-webkit-animation-delay:-1.875s;animation-delay:-1.875s}.sk-ball-spin-fade-rotating>div:nth-child(8){top:18.179464974%;left:18.1803700518%;-webkit-animation-delay:-2s;animation-delay:-2s}@-webkit-keyframes ball-spin-fade-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes ball-spin-fade-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes ball-spin-fade{0%,100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:.25;-webkit-transform:scale(.5);transform:scale(.5)}}@keyframes ball-spin-fade{0%,100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:.25;-webkit-transform:scale(.5);transform:scale(.5)}}.sk-chasing-dots{margin:auto;width:100%;height:100%;position:absolute;text-align:center;-webkit-animation:2s linear infinite sk-chasingDots-rotate;animation:2s linear infinite sk-chasingDots-rotate}.sk-chasing-dots>div{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:currentColor;border-radius:100%;-webkit-animation:2s ease-in-out infinite sk-chasingDots-bounce;animation:2s ease-in-out infinite sk-chasingDots-bounce}.sk-chasing-dots>div:nth-child(2){top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-chasingDots-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes sk-chasingDots-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes sk-chasingDots-bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-chasingDots-bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-circle{margin:auto;width:100%;height:100%;position:relative}.sk-circle>div{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle>div::before{content:'';display:block;margin:0 auto;width:15%;height:15%;background-color:currentColor;border-radius:100%;-webkit-animation:1.2s ease-in-out infinite both sk-circle-bounceDelay;animation:1.2s ease-in-out infinite both sk-circle-bounceDelay}.sk-circle>div:nth-child(2){-webkit-transform:rotate(30deg);transform:rotate(30deg)}.sk-circle>div:nth-child(3){-webkit-transform:rotate(60deg);transform:rotate(60deg)}.sk-circle>div:nth-child(4){-webkit-transform:rotate(90deg);transform:rotate(90deg)}.sk-circle>div:nth-child(5){-webkit-transform:rotate(120deg);transform:rotate(120deg)}.sk-circle>div:nth-child(6){-webkit-transform:rotate(150deg);transform:rotate(150deg)}.sk-circle>div:nth-child(7){-webkit-transform:rotate(180deg);transform:rotate(180deg)}.sk-circle>div:nth-child(8){-webkit-transform:rotate(210deg);transform:rotate(210deg)}.sk-circle>div:nth-child(9){-webkit-transform:rotate(240deg);transform:rotate(240deg)}.sk-circle>div:nth-child(10){-webkit-transform:rotate(270deg);transform:rotate(270deg)}.sk-circle>div:nth-child(11){-webkit-transform:rotate(300deg);transform:rotate(300deg)}.sk-circle>div:nth-child(12){-webkit-transform:rotate(330deg);transform:rotate(330deg)}.sk-circle>div:nth-child(2)::before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-circle>div:nth-child(3)::before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-circle>div:nth-child(4)::before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-circle>div:nth-child(5)::before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-circle>div:nth-child(6)::before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-circle>div:nth-child(7)::before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-circle>div:nth-child(8)::before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-circle>div:nth-child(9)::before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-circle>div:nth-child(10)::before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-circle>div:nth-child(11)::before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-circle>div:nth-child(12)::before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circle-bounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-circle-bounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-cube-grid{width:100%;height:100%;margin:auto}.sk-cube-grid>div{width:33%;height:33%;background-color:currentColor;float:left;-webkit-animation:1.3s ease-in-out infinite sk-cubeGrid-scaleDelay;animation:1.3s ease-in-out infinite sk-cubeGrid-scaleDelay}.sk-cube-grid>div:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid>div:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid>div:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}.sk-cube-grid>div:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid>div:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid>div:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid>div:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}.sk-cube-grid>div:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid>div:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes sk-cubeGrid-scaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes sk-cubeGrid-scaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}.sk-double-bounce{width:100%;height:100%;position:relative;margin:auto}.sk-double-bounce>div{width:100%;height:100%;border-radius:50%;background-color:currentColor;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:2s ease-in-out infinite sk-doubleBounce-bounce;animation:2s ease-in-out infinite sk-doubleBounce-bounce}.sk-double-bounce>div:nth-child(2){-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-doubleBounce-bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-doubleBounce-bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-fading-circle{margin:auto;width:100%;height:100%;position:relative}.sk-fading-circle>div{width:100%;height:100%;position:absolute;left:0;top:0}.sk-fading-circle>div::before{content:'';display:block;margin:0 auto;width:15%;height:15%;background-color:currentColor;border-radius:100%;-webkit-animation:1.2s ease-in-out infinite both sk-fadingCircle-FadeDelay;animation:1.2s ease-in-out infinite both sk-fadingCircle-FadeDelay}.sk-fading-circle>div:nth-child(2){-webkit-transform:rotate(30deg);transform:rotate(30deg)}.sk-fading-circle>div:nth-child(3){-webkit-transform:rotate(60deg);transform:rotate(60deg)}.sk-fading-circle>div:nth-child(4){-webkit-transform:rotate(90deg);transform:rotate(90deg)}.sk-fading-circle>div:nth-child(5){-webkit-transform:rotate(120deg);transform:rotate(120deg)}.sk-fading-circle>div:nth-child(6){-webkit-transform:rotate(150deg);transform:rotate(150deg)}.sk-fading-circle>div:nth-child(7){-webkit-transform:rotate(180deg);transform:rotate(180deg)}.sk-fading-circle>div:nth-child(8){-webkit-transform:rotate(210deg);transform:rotate(210deg)}.sk-fading-circle>div:nth-child(9){-webkit-transform:rotate(240deg);transform:rotate(240deg)}.sk-fading-circle>div:nth-child(10){-webkit-transform:rotate(270deg);transform:rotate(270deg)}.sk-fading-circle>div:nth-child(11){-webkit-transform:rotate(300deg);transform:rotate(300deg)}.sk-fading-circle>div:nth-child(12){-webkit-transform:rotate(330deg);transform:rotate(330deg)}.sk-fading-circle>div:nth-child(2)::before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-fading-circle>div:nth-child(3)::before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-fading-circle>div:nth-child(4)::before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-fading-circle>div:nth-child(5)::before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-fading-circle>div:nth-child(6)::before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-fading-circle>div:nth-child(7)::before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-fading-circle>div:nth-child(8)::before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-fading-circle>div:nth-child(9)::before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-fading-circle>div:nth-child(10)::before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-fading-circle>div:nth-child(11)::before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-fading-circle>div:nth-child(12)::before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-fadingCircle-FadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}@keyframes sk-fadingCircle-FadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}.sk-folding-cube{margin:auto;width:100%;height:100%;position:relative;-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}.sk-folding-cube>div{float:left;width:50%;height:50%;position:relative;-webkit-transform:scale(1.1);transform:scale(1.1)}.sk-folding-cube>div::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:currentColor;-webkit-animation:2.4s linear infinite both sk-foldingCube-angle;animation:2.4s linear infinite both sk-foldingCube-angle;-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.sk-folding-cube>div:nth-child(2){-webkit-transform:scale(1.1) rotateZ(90deg);transform:scale(1.1) rotateZ(90deg)}.sk-folding-cube>div:nth-child(3){-webkit-transform:scale(1.1) rotateZ(270deg);transform:scale(1.1) rotateZ(270deg)}.sk-folding-cube>div:nth-child(4){-webkit-transform:scale(1.1) rotateZ(180deg);transform:scale(1.1) rotateZ(180deg)}.sk-folding-cube>div:nth-child(2)::before{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-folding-cube>div:nth-child(3)::before{-webkit-animation-delay:.9s;animation-delay:.9s}.sk-folding-cube>div:nth-child(4)::before{-webkit-animation-delay:.6s;animation-delay:.6s}@-webkit-keyframes sk-foldingCube-angle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}@keyframes sk-foldingCube-angle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}.sk-pulse{width:100%;height:100%;margin:auto}.sk-pulse>div{width:100%;height:100%;background-color:currentColor;border-radius:100%;-webkit-animation:1s ease-in-out infinite sk-pulse-scaleOut;animation:1s ease-in-out infinite sk-pulse-scaleOut}@-webkit-keyframes sk-pulse-scaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes sk-pulse-scaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.sk-rectangle-bounce{margin:auto;width:100%;height:100%;text-align:center;font-size:0}.sk-rectangle-bounce>div{background-color:currentColor;height:100%;width:10%;margin:0 5%;display:inline-block;-webkit-animation:1.2s ease-in-out infinite sk-rectangleBounce-stretchDelay;animation:1.2s ease-in-out infinite sk-rectangleBounce-stretchDelay}.sk-rectangle-bounce>div:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-rectangle-bounce>div:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}.sk-rectangle-bounce>div:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-rectangle-bounce>div:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes sk-rectangleBounce-stretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes sk-rectangleBounce-stretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}.sk-rectangle-bounce-party,.sk-rectangle-bounce-party>div{position:relative;box-sizing:border-box}.sk-rectangle-bounce-party{margin:auto;width:100%;height:100%;text-align:center;font-size:0}.sk-rectangle-bounce-party>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor;width:10%;height:100%;margin:0 5%;border-radius:0;-webkit-animation-name:rectangle-bounce-party;animation-name:rectangle-bounce-party;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.sk-rectangle-bounce-party>div:nth-child(1){-webkit-animation-duration:.43s;animation-duration:.43s;-webkit-animation-delay:-.23s;animation-delay:-.23s}.sk-rectangle-bounce-party>div:nth-child(2){-webkit-animation-duration:.62s;animation-duration:.62s;-webkit-animation-delay:-.32s;animation-delay:-.32s}.sk-rectangle-bounce-party>div:nth-child(3){-webkit-animation-duration:.43s;animation-duration:.43s;-webkit-animation-delay:-.44s;animation-delay:-.44s}.sk-rectangle-bounce-party>div:nth-child(4){-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-delay:-.31s;animation-delay:-.31s}.sk-rectangle-bounce-party>div:nth-child(5){-webkit-animation-duration:.74s;animation-duration:.74s;-webkit-animation-delay:-.24s;animation-delay:-.24s}@-webkit-keyframes rectangle-bounce-party{0%,100%{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}}@keyframes rectangle-bounce-party{0%,100%{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}}.sk-rectangle-bounce-pulse-out,.sk-rectangle-bounce-pulse-out>div{position:relative;box-sizing:border-box}.sk-rectangle-bounce-pulse-out{margin:auto;width:100%;height:100%;text-align:center;font-size:0}.sk-rectangle-bounce-pulse-out>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor;width:10%;height:100%;margin:0 5%;border-radius:0;-webkit-animation:.9s cubic-bezier(.85,.25,.37,.85) infinite rectangle-bounce-pulse-out;animation:.9s cubic-bezier(.85,.25,.37,.85) infinite rectangle-bounce-pulse-out}.sk-rectangle-bounce-pulse-out>div:nth-child(3){-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-rectangle-bounce-pulse-out>div:nth-child(2),.sk-rectangle-bounce-pulse-out>div:nth-child(4){-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-rectangle-bounce-pulse-out>div:nth-child(1),.sk-rectangle-bounce-pulse-out>div:nth-child(5){-webkit-animation-delay:-.5s;animation-delay:-.5s}@-webkit-keyframes rectangle-bounce-pulse-out{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}@keyframes rectangle-bounce-pulse-out{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}.sk-rectangle-bounce-pulse-out-rapid,.sk-rectangle-bounce-pulse-out-rapid>div{position:relative;box-sizing:border-box}.sk-rectangle-bounce-pulse-out-rapid{margin:auto;width:100%;height:100%;text-align:center;font-size:0}.sk-rectangle-bounce-pulse-out-rapid>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor;width:10%;height:100%;margin:0 5%;border-radius:0;-webkit-animation:.9s cubic-bezier(.11,.49,.38,.78) infinite rectangle-bounce-pulse-out-rapid;animation:.9s cubic-bezier(.11,.49,.38,.78) infinite rectangle-bounce-pulse-out-rapid}.sk-rectangle-bounce-pulse-out-rapid>div:nth-child(3){-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-rectangle-bounce-pulse-out-rapid>div:nth-child(2),.sk-rectangle-bounce-pulse-out-rapid>div:nth-child(4){-webkit-animation-delay:-.65s;animation-delay:-.65s}.sk-rectangle-bounce-pulse-out-rapid>div:nth-child(1),.sk-rectangle-bounce-pulse-out-rapid>div:nth-child(5){-webkit-animation-delay:-.4s;animation-delay:-.4s}@-webkit-keyframes rectangle-bounce-pulse-out-rapid{0%,90%{-webkit-transform:scaley(1);transform:scaley(1)}80%{-webkit-transform:scaley(.4);transform:scaley(.4)}}@keyframes rectangle-bounce-pulse-out-rapid{0%,90%{-webkit-transform:scaley(1);transform:scaley(1)}80%{-webkit-transform:scaley(.4);transform:scaley(.4)}}.sk-rotating-plane{width:100%;height:100%;text-align:center;margin:auto}.sk-rotating-plane>div{width:100%;height:100%;background-color:currentColor;-webkit-animation:1.2s ease-in-out infinite sk-rotatePlane;animation:1.2s ease-in-out infinite sk-rotatePlane}@-webkit-keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px);transform:perspective(120px)}50%{-webkit-transform:perspective(120px) rotateY(180deg);transform:perspective(120px) rotateY(180deg)}100%{-webkit-transform:perspective(120px) rotateY(180deg) rotateX(180deg);transform:perspective(120px) rotateY(180deg) rotateX(180deg)}}@keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-square-jelly-box,.sk-square-jelly-box>div{position:relative;box-sizing:border-box}.sk-square-jelly-box{width:100%;height:100%;font-size:0}.sk-square-jelly-box>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}.sk-square-jelly-box>div:nth-child(1),.sk-square-jelly-box>div:nth-child(2){position:absolute;left:0;width:100%}.sk-square-jelly-box>div:nth-child(1){top:-25%;z-index:99997;height:100%;border-radius:10%;-webkit-animation:.6s linear -.1s infinite square-jelly-box-animate;animation:.6s linear -.1s infinite square-jelly-box-animate}.sk-square-jelly-box>div:nth-child(2){bottom:-9%;height:10%;background:#000;border-radius:50%;opacity:.2;-webkit-animation:.6s linear -.1s infinite square-jelly-box-shadow;animation:.6s linear -.1s infinite square-jelly-box-shadow}@-webkit-keyframes square-jelly-box-animate{17%{border-bottom-right-radius:10%}25%{-webkit-transform:translateY(25%) rotate(22.5deg);transform:translateY(25%) rotate(22.5deg)}50%{border-bottom-right-radius:100%;-webkit-transform:translateY(50%) scale(1,.9) rotate(45deg);transform:translateY(50%) scale(1,.9) rotate(45deg)}75%{-webkit-transform:translateY(25%) rotate(67.5deg);transform:translateY(25%) rotate(67.5deg)}100%{-webkit-transform:translateY(0) rotate(90deg);transform:translateY(0) rotate(90deg)}}@keyframes square-jelly-box-animate{17%{border-bottom-right-radius:10%}25%{-webkit-transform:translateY(25%) rotate(22.5deg);transform:translateY(25%) rotate(22.5deg)}50%{border-bottom-right-radius:100%;-webkit-transform:translateY(50%) scale(1,.9) rotate(45deg);transform:translateY(50%) scale(1,.9) rotate(45deg)}75%{-webkit-transform:translateY(25%) rotate(67.5deg);transform:translateY(25%) rotate(67.5deg)}100%{-webkit-transform:translateY(0) rotate(90deg);transform:translateY(0) rotate(90deg)}}@-webkit-keyframes square-jelly-box-shadow{50%{-webkit-transform:scale(1.25,1);transform:scale(1.25,1)}}@keyframes square-jelly-box-shadow{50%{-webkit-transform:scale(1.25,1);transform:scale(1.25,1)}}.sk-square-loader,.sk-square-loader>div{position:relative;box-sizing:border-box}.sk-square-loader{font-size:0;width:100%;height:100%}.sk-square-loader>div{display:inline-block;float:none;border:3px solid currentColor;width:100%;height:100%;background:0 0;border-radius:0;-webkit-animation:2s infinite square-loader;animation:2s infinite square-loader}.sk-square-loader>div:after{display:inline-block;width:100%;vertical-align:top;content:\"\";background-color:currentColor;-webkit-animation:2s ease-in infinite square-loader-inner;animation:2s ease-in infinite square-loader-inner}@-webkit-keyframes square-loader{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%,50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%,75%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes square-loader{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%,50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%,75%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes square-loader-inner{0%,100%,25%{height:0}50%,75%{height:100%}}@keyframes square-loader-inner{0%,100%,25%{height:0}50%,75%{height:100%}}.sk-three-bounce{margin:auto;width:100%;height:100%;text-align:center}.sk-three-bounce>div{margin-top:35%;width:30%;height:30%;background-color:currentColor;border-radius:100%;display:inline-block;-webkit-animation:1.4s ease-in-out infinite both sk-threeBounce-bounceDelay;animation:1.4s ease-in-out infinite both sk-threeBounce-bounceDelay}.bottom-center>.sk-three-bounce>div,.bottom-left>.sk-three-bounce>div,.bottom-right>.sk-three-bounce>div{margin-top:70%!important}.top-center>.sk-three-bounce>div,.top-left>.sk-three-bounce>div,.top-right>.sk-three-bounce>div{margin-top:0!important}.sk-three-bounce>div:nth-child(1){-webkit-animation-delay:-.32s;animation-delay:-.32s}.sk-three-bounce>div:nth-child(2){-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-threeBounce-bounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-threeBounce-bounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-three-strings{width:100%;height:100%}.sk-three-strings>div{position:absolute;box-sizing:border-box;width:100%;height:100%;border-radius:50%}.sk-three-strings>div:nth-child(1){left:0;top:0;-webkit-animation:1s linear infinite sk-threeStrings-rotateOne;animation:1s linear infinite sk-threeStrings-rotateOne;border-bottom:3px solid currentColor}.sk-three-strings>div:nth-child(2){right:0;top:0;-webkit-animation:1s linear infinite sk-threeStrings-rotateTwo;animation:1s linear infinite sk-threeStrings-rotateTwo;border-right:3px solid currentColor}.sk-three-strings>div:nth-child(3){right:0;bottom:0;-webkit-animation:1s linear infinite sk-threeStrings-rotateThree;animation:1s linear infinite sk-threeStrings-rotateThree;border-top:3px solid currentColor}@-webkit-keyframes sk-threeStrings-rotateOne{0%{-webkit-transform:rotateX(35deg) rotateY(-45deg) rotateZ(0);transform:rotateX(35deg) rotateY(-45deg) rotateZ(0)}100%{-webkit-transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg);transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}}@keyframes sk-threeStrings-rotateOne{0%{-webkit-transform:rotateX(35deg) rotateY(-45deg) rotateZ(0);transform:rotateX(35deg) rotateY(-45deg) rotateZ(0)}100%{-webkit-transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg);transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}}@-webkit-keyframes sk-threeStrings-rotateTwo{0%{-webkit-transform:rotateX(50deg) rotateY(10deg) rotateZ(0);transform:rotateX(50deg) rotateY(10deg) rotateZ(0)}100%{-webkit-transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg);transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}}@keyframes sk-threeStrings-rotateTwo{0%{-webkit-transform:rotateX(50deg) rotateY(10deg) rotateZ(0);transform:rotateX(50deg) rotateY(10deg) rotateZ(0)}100%{-webkit-transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg);transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}}@-webkit-keyframes sk-threeStrings-rotateThree{0%{-webkit-transform:rotateX(35deg) rotateY(55deg) rotateZ(0);transform:rotateX(35deg) rotateY(55deg) rotateZ(0)}100%{-webkit-transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg);transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}}@keyframes sk-threeStrings-rotateThree{0%{-webkit-transform:rotateX(35deg) rotateY(55deg) rotateZ(0);transform:rotateX(35deg) rotateY(55deg) rotateZ(0)}100%{-webkit-transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg);transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}}.sk-wandering-cubes{margin:auto;width:100%;height:100%;position:relative;text-align:center}.sk-wandering-cubes>div{background-color:currentColor;width:25%;height:25%;position:absolute;top:0;left:0;-webkit-animation:1.8s ease-in-out infinite sk-wanderingCubes-cubeMove;animation:1.8s ease-in-out infinite sk-wanderingCubes-cubeMove}.sk-wandering-cubes>div:nth-child(2){-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes sk-wanderingCubes-cubeMove{25%{-webkit-transform:translateX(290%) rotate(-90deg) scale(.5);transform:translateX(290%) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(290%) translateY(290%) rotate(-180deg);transform:translateX(290%) translateY(290%) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(290%) rotate(-270deg) scale(.5);transform:translateX(0) translateY(290%) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes sk-wanderingCubes-cubeMove{25%{-webkit-transform:translateX(290%) rotate(-90deg) scale(.5);transform:translateX(290%) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(290%) translateY(290%) rotate(-179deg);transform:translateX(290%) translateY(290%) rotate(-179deg)}50.1%{-webkit-transform:translateX(290%) translateY(290%) rotate(-180deg);transform:translateX(290%) translateY(290%) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(290%) rotate(-270deg) scale(.5);transform:translateX(0) translateY(290%) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}"]}]}],t.ctorParameters=function(){return[{type:a.DomSanitizer},{type:p}]},t.propDecorators={bgsColor:[{type:i.Input}],bgsOpacity:[{type:i.Input}],bgsPosition:[{type:i.Input}],bgsSize:[{type:i.Input}],bgsType:[{type:i.Input}],fgsColor:[{type:i.Input}],fgsPosition:[{type:i.Input}],fgsSize:[{type:i.Input}],fgsType:[{type:i.Input}],gap:[{type:i.Input}],logoPosition:[{type:i.Input}],logoSize:[{type:i.Input}],logoUrl:[{type:i.Input}],overlayColor:[{type:i.Input}],pbColor:[{type:i.Input}],pbDirection:[{type:i.Input}],pbThickness:[{type:i.Input}],text:[{type:i.Input}],textColor:[{type:i.Input}],textPosition:[{type:i.Input}]},t}(),y=function(){function e(){}return e.forRoot=function(t){return{ngModule:e,providers:[{provide:u,useValue:t}]}},e.decorators=[{type:i.NgModule,args:[{imports:[n.CommonModule],providers:[p,k],declarations:[m],exports:[m]}]}],e}(),w=new i.InjectionToken("ngxUiLoaderRouterDefault.config"),v=function(){function e(e,t,i){var o={showForeground:!0};e&&(o=Object.assign(o,e)),t.events.subscribe(function(t){t instanceof r.NavigationStart&&(e.showForeground?i.start("$_router-loader"):i.startBackground("$_router-loader")),(t instanceof r.NavigationEnd||t instanceof r.NavigationCancel||t instanceof r.NavigationError)&&(e.showForeground?i.stop("$_router-loader"):i.stopBackground("$_router-loader"))})}return e.forRoot=function(t){return{ngModule:e,providers:[{provide:w,useValue:t}]}},e.decorators=[{type:i.NgModule,args:[{}]}],e.ctorParameters=function(){return[{type:undefined,decorators:[{type:i.Optional},{type:i.Inject,args:[w]}]},{type:r.Router},{type:k}]},e}(),x=new i.InjectionToken("ngxUiLoaderHttpDefault.config"),C=function(){function t(t,e){this.ngxUiLoaderService=e,this.count=0,this.defaultConfig={showForeground:!1},t&&Object.assign(this.defaultConfig,t)}return t.prototype.intercept=function(t,e){var i=this;return this.count++,this.defaultConfig.showForeground?this.ngxUiLoaderService.start("$_http-loader"):this.ngxUiLoaderService.startBackground("$_http-loader"),e.handle(t).pipe(s.finalize(function(){i.count--,0===i.count&&(i.defaultConfig.showForeground?i.ngxUiLoaderService.stop("$_http-loader"):i.ngxUiLoaderService.stopBackground("$_http-loader"))}))},t.decorators=[{type:i.Injectable}],t.ctorParameters=function(){return[{type:undefined,decorators:[{type:i.Inject,args:[x]},{type:i.Optional}]},{type:k}]},t}(),S=function(){function e(){}return e.forRoot=function(t){return{ngModule:e,providers:[{provide:x,useValue:t}]}},e.decorators=[{type:i.NgModule,args:[{providers:[{provide:l.HTTP_INTERCEPTORS,useClass:C,multi:!0}]}]}],e}();t.NgxUiLoaderService=k,t.NgxUiLoaderModule=y,t.SPINNER_TYPES=c,t.NGX_POSITIONS=g,t.PB_DIRECTIONS=f,t.NgxUiLoaderRouterModule=v,t.NgxUiLoaderHttpModule=S,t.ɵb=u,t.ɵa=p,t.ɵc=m,t.ɵf=x,t.ɵe=C,t.ɵd=w,Object.defineProperty(t,"__esModule",{value:!0})}); | ||
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("@angular/core"),require("tslib"),require("rxjs"),require("@angular/platform-browser"),require("@angular/common"),require("@angular/router"),require("rxjs/operators"),require("@angular/common/http")):"function"==typeof define&&define.amd?define("ngx-ui-loader",["exports","@angular/core","tslib","rxjs","@angular/platform-browser","@angular/common","@angular/router","rxjs/operators","@angular/common/http"],e):e(t["ngx-ui-loader"]={},t.ng.core,t.tslib,null,t.ng.platformBrowser,t.ng.common,t.ng.router,t.Rx.Observable.prototype,t.ng.common.http)}(this,function(t,i,e,o,a,n,r,s,l){"use strict";var d={"ball-scale-multiple":{divs:3,"class":"sk-ball-scale-multiple"},"ball-spin":{divs:8,"class":"sk-ball-spin"},"ball-spin-clockwise":{divs:8,"class":"sk-ball-spin-clockwise"},"ball-spin-clockwise-fade-rotating":{divs:8,"class":"sk-ball-spin-clockwise-fade-rotating"},"ball-spin-fade-rotating":{divs:8,"class":"sk-ball-spin-fade-rotating"},"chasing-dots":{divs:2,"class":"sk-chasing-dots"},circle:{divs:12,"class":"sk-circle"},"cube-grid":{divs:9,"class":"sk-cube-grid"},"double-bounce":{divs:2,"class":"sk-double-bounce"},"fading-circle":{divs:12,"class":"sk-fading-circle"},"folding-cube":{divs:4,"class":"sk-folding-cube"},pulse:{divs:1,"class":"sk-pulse"},"rectangle-bounce":{divs:5,"class":"sk-rectangle-bounce"},"rectangle-bounce-party":{divs:5,"class":"sk-rectangle-bounce-party"},"rectangle-bounce-pulse-out":{divs:5,"class":"sk-rectangle-bounce-pulse-out"},"rectangle-bounce-pulse-out-rapid":{divs:5,"class":"sk-rectangle-bounce-pulse-out-rapid"},"rotating-plane":{divs:1,"class":"sk-rotating-plane"},"square-jelly-box":{divs:2,"class":"sk-square-jelly-box"},"square-loader":{divs:1,"class":"sk-square-loader"},"three-bounce":{divs:3,"class":"sk-three-bounce"},"three-strings":{divs:3,"class":"sk-three-strings"},"wandering-cubes":{divs:2,"class":"sk-wandering-cubes"}},c={ballScaleMultiple:"ball-scale-multiple",ballSpin:"ball-spin",ballSpinClockwise:"ball-spin-clockwise",ballSpinClockwiseFadeRotating:"ball-spin-clockwise-fade-rotating",ballSpinFadeRotating:"ball-spin-fade-rotating",chasingDots:"chasing-dots",circle:"circle",cubeGrid:"cube-grid",doubleBounce:"double-bounce",fadingCircle:"fading-circle",foldingCube:"folding-cube",pulse:"pulse",rectangleBounce:"rectangle-bounce",rectangleBounceParty:"rectangle-bounce-party",rectangleBouncePulseOut:"rectangle-bounce-pulse-out",rectangleBouncePulseOutRapid:"rectangle-bounce-pulse-out-rapid",rotatingPlane:"rotating-plane",squareJellyBox:"square-jelly-box",squareLoader:"square-loader",threeBounce:"three-bounce",threeStrings:"three-strings",wanderingCubes:"wandering-cubes"},g={bottomCenter:"bottom-center",bottomLeft:"bottom-left",bottomRight:"bottom-right",centerCenter:"center-center",centerLeft:"center-left",centerRight:"center-right",topCenter:"top-center",topLeft:"top-left",topRight:"top-right"},f={leftToRight:"ltr",rightToLeft:"rtl"},b={bgsColor:"#00ACC1",bgsOpacity:.5,bgsPosition:g.bottomRight,bgsSize:60,bgsType:c.rectangleBounce,fgsColor:"#00ACC1",fgsPosition:g.centerCenter,fgsSize:60,fgsType:c.rectangleBounce,gap:24,logoPosition:g.centerCenter,logoSize:120,logoUrl:"",overlayColor:"rgba(40, 40, 40, 0.8)",pbColor:"#00ACC1",pbDirection:f.leftToRight,pbThickness:5,text:"",textColor:"#FFFFFF",textPosition:g.centerCenter,threshold:500},h="default",u=new i.InjectionToken("ngxUiLoaderDefault.config"),p=function(){function t(t){this.config=t,this.validSpinnerTypes=Object.keys(c).map(function(t){return c[t]}),this.validPositions=Object.keys(g).map(function(t){return g[t]}),this.validDirections=Object.keys(f).map(function(t){return f[t]}),this.defaultConfig=Object.assign({},b),this.config&&(this.config.fgsType&&(this.config.fgsType=this.validateSpinnerType("fgsType",this.config.fgsType,b.fgsType)),this.config.bgsType&&(this.config.bgsType=this.validateSpinnerType("bgsType",this.config.bgsType,b.bgsType)),this.config.pbDirection&&(this.config.pbDirection=this.validateDirection("pbDirection",this.config.pbDirection,b.pbDirection)),this.config.fgsPosition&&(this.config.fgsPosition=this.validatePosition("fgsPosition",this.config.fgsPosition,b.fgsPosition)),this.config.bgsPosition&&(this.config.bgsPosition=this.validatePosition("bgsPosition",this.config.bgsPosition,b.bgsPosition)),this.config.logoPosition&&(this.config.logoPosition=this.validatePosition("logoPosition",this.config.logoPosition,b.logoPosition)),this.config.textPosition&&(this.config.textPosition=this.validatePosition("textPosition",this.config.textPosition,b.textPosition)),this.config.threshold&&this.config.threshold<=0&&(this.config.threshold=b.threshold),this.defaultConfig=e.__assign({},this.defaultConfig,this.config)),this.waitingForeground={},this.waitingBackground={},this._showForeground=new o.BehaviorSubject(!1),this.showForeground=this._showForeground.asObservable(),this._showBackground=new o.BehaviorSubject(!1),this.showBackground=this._showBackground.asObservable(),this._foregroundClosing=new o.BehaviorSubject(!1),this.foregroundClosing=this._foregroundClosing.asObservable(),this._backgroundClosing=new o.BehaviorSubject(!1),this.backgroundClosing=this._backgroundClosing.asObservable()}return t.prototype.getDefaultConfig=function(){return Object.assign({},this.defaultConfig)},t.prototype.getStatus=function(){return{waitingForeground:this.waitingForeground,waitingBackground:this.waitingBackground}},t.prototype.isActive=function(){return 0<Object.keys(this.waitingForeground).length||0<Object.keys(this.waitingBackground).length},t.prototype.hasForeground=function(){return 0<Object.keys(this.waitingForeground).length},t.prototype.hasBackground=function(){return 0<Object.keys(this.waitingBackground).length},t.prototype.start=function(t,e){t=t||h,e="boolean"!=typeof e||e;var i=this.hasForeground();e?(this.waitingForeground[t]=Date.now(),i||(this.hasBackground()&&(this.backgroundCloseout(),this._showBackground.next(!1)),this._showForeground.next(!0))):(this.waitingBackground[t]=Date.now(),i||this._showBackground.next(!0));return{id:t,isForeground:e}},t.prototype.stop=function(t){var e=this,i=Date.now();return t=t||h,this.waitingForeground[t]?this.waitingForeground[t]+this.defaultConfig.threshold>i?(setTimeout(function(){e.stop(t)},this.waitingForeground[t]+this.defaultConfig.threshold-Date.now()),{id:t,isForeground:!0,isSuccess:!1,stopAll:!1}):(delete this.waitingForeground[t],this.isActive()?(this.hasForeground()||(this.foregroundCloseout(),this._showForeground.next(!1),setTimeout(function(){e._showBackground.next(!0)},500)),{id:t,isForeground:!0,isSuccess:!0,stopAll:!1}):(this.foregroundCloseout(),this._showForeground.next(!1),{id:t,isForeground:!0,isSuccess:!0,stopAll:!0})):{id:t,isForeground:!0,isSuccess:!1,stopAll:!1}},t.prototype.stopBackground=function(t){var e=this,i=Date.now();return t=t||h,this.waitingBackground[t]?this.waitingBackground[t]+this.defaultConfig.threshold>i?(setTimeout(function(){e.stopBackground(t)},this.waitingBackground[t]+this.defaultConfig.threshold-Date.now()),{id:t,isForeground:!1,isSuccess:!1,stopAll:!1}):(delete this.waitingBackground[t],this.isActive()?{id:t,isForeground:!1,isSuccess:!0,stopAll:!1}:(this.backgroundCloseout(),this._showBackground.next(!1),{id:t,isForeground:!1,isSuccess:!0,stopAll:!0})):{id:t,isForeground:!1,isSuccess:!1,stopAll:!1}},t.prototype.validateSpinnerType=function(t,e,i){return this.validate(this.validSpinnerTypes,t,e,i)},t.prototype.validatePosition=function(t,e,i){return this.validate(this.validPositions,t,e,i)},t.prototype.validateDirection=function(t,e,i){return this.validate(this.validDirections,t,e,i)},t.prototype.stopAll=function(){this.hasForeground()?(this.foregroundCloseout(),this._showForeground.next(!1)):this.hasBackground()&&(this.backgroundCloseout(),this._showBackground.next(!1)),this.waitingForeground={},this.waitingBackground={}},t.prototype.validate=function(t,e,i,o){return-1===t.findIndex(function(t){return t===i})?(console.error("[ngx-ui-loader] - "+e+' ("'+i+'") is invalid. Default value "'+o+'" is used.'),o):i},t.prototype.foregroundCloseout=function(){var t=this;this._foregroundClosing.next(!0),this.fgTimeoutHandler=setTimeout(function(){t._foregroundClosing.next(!1)},1100)},t.prototype.backgroundCloseout=function(){var t=this;this._backgroundClosing.next(!0),this.bgTimeoutHandler=setTimeout(function(){t._backgroundClosing.next(!1)},1100)},t.decorators=[{type:i.Injectable}],t.ctorParameters=function(){return[{type:undefined,decorators:[{type:i.Optional},{type:i.Inject,args:[u]}]}]},t}(),k=function(){function t(t){this.helperService=t,this._onStart=new o.Subject,this.onStart=this._onStart.asObservable(),this._onStop=new o.Subject,this.onStop=this._onStop.asObservable(),this._onStopAll=new o.Subject,this.onStopAll=this._onStopAll.asObservable()}return t.prototype.getDefaultConfig=function(){return this.helperService.getDefaultConfig()},t.prototype.getStatus=function(){return this.helperService.getStatus()},t.prototype.start=function(t){this._start(t,!0)},t.prototype.startBackground=function(t){this._start(t,!1)},t.prototype.stop=function(t){this._stop(t,!0)},t.prototype.stopBackground=function(t){this._stop(t,!1)},t.prototype.stopAll=function(){this.helperService.stopAll(),this._onStopAll.next({stopAll:!0})},t.prototype._start=function(t,e){this._onStart.next(this.helperService.start(t,e))},t.prototype._stop=function(t,e){var i;(i=e?this.helperService.stop(t):this.helperService.stopBackground(t)).isSuccess&&(this._onStop.next({id:i.id,isForeground:i.isForeground}),i.stopAll&&this._onStopAll.next({stopAll:!0}))},t.decorators=[{type:i.Injectable}],t.ctorParameters=function(){return[{type:p}]},t}(),m=function(){function t(t,e){this.domSanitizer=t,this.helperService=e,this.initialized=!1,this.defaultConfig=this.helperService.getDefaultConfig(),this.bgsColor=this.defaultConfig.bgsColor,this.bgsOpacity=this.defaultConfig.bgsOpacity,this.bgsPosition=this.defaultConfig.bgsPosition,this.bgsSize=this.defaultConfig.bgsSize,this.bgsType=this.defaultConfig.bgsType,this.fgsColor=this.defaultConfig.fgsColor,this.fgsPosition=this.defaultConfig.fgsPosition,this.fgsSize=this.defaultConfig.fgsSize,this.fgsType=this.defaultConfig.fgsType,this.gap=this.defaultConfig.gap,this.logoPosition=this.defaultConfig.logoPosition,this.logoSize=this.defaultConfig.logoSize,this.logoUrl=this.defaultConfig.logoUrl,this.overlayColor=this.defaultConfig.overlayColor,this.pbColor=this.defaultConfig.pbColor,this.pbDirection=this.defaultConfig.pbDirection,this.pbThickness=this.defaultConfig.pbThickness,this.text=this.defaultConfig.text,this.textColor=this.defaultConfig.textColor,this.textPosition=this.defaultConfig.textPosition}return t.prototype.ngOnInit=function(){var e=this;this.initializeSpinners(),this.determinePositions(),this.trustedLogoUrl=this.domSanitizer.bypassSecurityTrustResourceUrl(this.logoUrl),this.showForegroundWatcher=this.helperService.showForeground.subscribe(function(t){return e.showForeground=t}),this.showBackgroundWatcher=this.helperService.showBackground.subscribe(function(t){return e.showBackground=t}),this.foregroundClosingWatcher=this.helperService.foregroundClosing.subscribe(function(t){return e.foregroundClosing=t}),this.backgroundClosingWatcher=this.helperService.backgroundClosing.subscribe(function(t){return e.backgroundClosing=t}),this.initialized=!0},t.prototype.ngOnChanges=function(t){if(this.initialized){var e=t.fgsType,i=t.bgsType,o=t.bgsPosition,a=t.logoUrl,n=t.pbDirection;(e||i)&&this.initializeSpinners(),this.determinePositions(),a&&(this.trustedLogoUrl=this.domSanitizer.bypassSecurityTrustResourceUrl(this.logoUrl)),o&&(this.bgsPosition=this.helperService.validatePosition("bgsPosition",this.bgsPosition,this.defaultConfig.bgsPosition)),n&&(this.pbDirection=this.helperService.validateDirection("pbDirection",this.pbDirection,this.defaultConfig.pbDirection))}},t.prototype.initializeSpinners=function(){this.fgsType=this.helperService.validateSpinnerType("fgsType",this.fgsType,this.defaultConfig.fgsType),this.bgsType=this.helperService.validateSpinnerType("bgsType",this.bgsType,this.defaultConfig.bgsType),this.fgDivs=Array(d[this.fgsType].divs).fill(1),this.fgSpinnerClass=d[this.fgsType]["class"],this.bgDivs=Array(d[this.bgsType].divs).fill(1),this.bgSpinnerClass=d[this.bgsType]["class"]},t.prototype.determinePositions=function(){this.fgsPosition=this.helperService.validatePosition("fgsPosition",this.fgsPosition,this.defaultConfig.fgsPosition),this.logoPosition=this.helperService.validatePosition("logoPosition",this.logoPosition,this.defaultConfig.logoPosition),this.textPosition=this.helperService.validatePosition("textPosition",this.textPosition,this.defaultConfig.textPosition),this.logoTop="initial",this.spinnerTop="initial",this.textTop="initial";this.logoPosition.startsWith("center")?this.logoTop="50%":this.logoPosition.startsWith("top")&&(this.logoTop="30px"),this.fgsPosition.startsWith("center")?this.spinnerTop="50%":this.fgsPosition.startsWith("top")&&(this.spinnerTop="30px"),this.textPosition.startsWith("center")?this.textTop="50%":this.textPosition.startsWith("top")&&(this.textTop="30px"),this.fgsPosition===g.centerCenter?this.logoUrl&&this.logoPosition===g.centerCenter?this.text&&this.textPosition===g.centerCenter?(this.logoTop=this.domSanitizer.bypassSecurityTrustStyle("calc(50% - "+this.fgsSize/2+"px - 12px - "+this.gap+"px)"),this.spinnerTop=this.domSanitizer.bypassSecurityTrustStyle("calc(50% + "+this.logoSize/2+"px - 12px)"),this.textTop=this.domSanitizer.bypassSecurityTrustStyle("calc(50% + "+this.logoSize/2+"px + "+this.gap+"px + "+this.fgsSize/2+"px)")):(this.logoTop=this.domSanitizer.bypassSecurityTrustStyle("calc(50% - "+this.fgsSize/2+"px - "+this.gap/2+"px)"),this.spinnerTop=this.domSanitizer.bypassSecurityTrustStyle("calc(50% + "+this.logoSize/2+"px + "+this.gap/2+"px)")):this.text&&this.textPosition===g.centerCenter&&(this.spinnerTop=this.domSanitizer.bypassSecurityTrustStyle("calc(50% - 12px - "+this.gap/2+"px)"),this.textTop=this.domSanitizer.bypassSecurityTrustStyle("calc(50% + "+this.fgsSize/2+"px + "+this.gap/2+"px)")):this.logoUrl&&this.logoPosition===g.centerCenter&&this.text&&this.textPosition===g.centerCenter&&(this.logoTop=this.domSanitizer.bypassSecurityTrustStyle("calc(50% - 12px - "+this.gap/2+"px)"),this.textTop=this.domSanitizer.bypassSecurityTrustStyle("calc(50% + "+this.logoSize/2+"px + "+this.gap/2+"px)"))},t.prototype.ngOnDestroy=function(){this.showForegroundWatcher&&this.showForegroundWatcher.unsubscribe(),this.showBackgroundWatcher&&this.showBackgroundWatcher.unsubscribe(),this.foregroundClosingWatcher&&this.foregroundClosingWatcher.unsubscribe(),this.backgroundClosingWatcher&&this.backgroundClosingWatcher.unsubscribe()},t.decorators=[{type:i.Component,args:[{selector:"ngx-ui-loader",template:'\x3c!-- Progress bar {{{ --\x3e\n<div [ngClass]="\'ngx-ui-loader-bar-\' + pbDirection"\n [style.height.px]="pbThickness"\n [style.color]="pbColor"\n [class.loading-foreground]="showForeground"\n [class.foreground-closing]="foregroundClosing"></div>\n\x3c!-- Progress bar }}} --\x3e\n\n\x3c!-- Foreground container {{{ --\x3e\n<div class="ngx-overlay"\n [style.background-color]="overlayColor"\n [class.loading-foreground]="showForeground"\n [class.foreground-closing]="foregroundClosing">\n\n \x3c!-- Logo {{{ --\x3e\n <img *ngIf="logoUrl" class="ngx-loading-logo"\n [ngClass]="logoPosition" [src]="trustedLogoUrl"\n [style.width.px]="logoSize" [style.height.px]="logoSize"\n [style.top]="logoTop">\n \x3c!-- Logo }}} --\x3e\n\n \x3c!-- Foreground spinner {{{ --\x3e\n <div class="ngx-foreground-spinner"\n [ngClass]="fgsPosition" [style.color]="fgsColor"\n [style.width.px]="fgsSize" [style.height.px]="fgsSize"\n [style.top]="spinnerTop">\n <div [class]="fgSpinnerClass">\n <div *ngFor="let div of fgDivs"></div>\n </div>\n </div>\n \x3c!-- Foreground spinner }}} --\x3e\n\n \x3c!-- Loading text {{{ --\x3e\n <div class="ngx-loading-text"\n [ngClass]="textPosition"\n [style.top]="textTop"\n [style.color]="textColor">{{text}}</div>\n \x3c!-- Loading text }}} --\x3e\n\n</div>\n\x3c!-- Foreground container }}} --\x3e\n\n\x3c!-- Background spinner {{{ --\x3e\n<div class="ngx-background-spinner"\n [ngClass]="bgsPosition"\n [class.loading-background]="showBackground"\n [class.background-closing]="backgroundClosing"\n [style.width.px]="bgsSize" [style.height.px]="bgsSize"\n [style.color]="bgsColor" [style.opacity]="bgsOpacity">\n <div [class]="bgSpinnerClass">\n <div *ngFor="let div of bgDivs"></div>\n </div>\n</div>\n\x3c!-- Background spinner }}} --\x3e\n',styles:[".ngx-ui-loader-bar-ltr,.ngx-ui-loader-bar-rtl{position:fixed;top:0;left:0;width:100%;height:5px;z-index:99999!important;display:none;color:#00acc1}.ngx-ui-loader-bar-ltr.foreground-closing,.ngx-ui-loader-bar-ltr.loading-foreground,.ngx-ui-loader-bar-rtl.foreground-closing,.ngx-ui-loader-bar-rtl.loading-foreground{display:block}.ngx-ui-loader-bar-ltr.foreground-closing,.ngx-ui-loader-bar-rtl.foreground-closing{opacity:0!important;transition:opacity .5s ease-out .5s}.ngx-ui-loader-bar-ltr::after,.ngx-ui-loader-bar-ltr::before,.ngx-ui-loader-bar-rtl::after,.ngx-ui-loader-bar-rtl::before{background-color:currentColor;content:'';display:block;width:100%;height:100%;position:absolute;top:0}.ngx-ui-loader-bar-ltr::before{-webkit-transform:translate3d(-100vw,0,0);transform:translate3d(-100vw,0,0)}.ngx-ui-loader-bar-ltr::after{-webkit-animation:20s ease-out progressBar-slide-ltr;animation:20s ease-out progressBar-slide-ltr;-webkit-transform:translate3d(-5vw,0,0);transform:translate3d(-5vw,0,0)}.ngx-ui-loader-bar-rtl::before{-webkit-transform:translate3d(100vw,0,0);transform:translate3d(100vw,0,0)}.ngx-ui-loader-bar-rtl::after{-webkit-animation:20s ease-out progressBar-slide-rtl;animation:20s ease-out progressBar-slide-rtl;-webkit-transform:translate3d(5vw,0,0);transform:translate3d(5vw,0,0)}.foreground-closing.ngx-ui-loader-bar-ltr::before{-webkit-animation:1s ease-out progressBar-slide-complete-ltr;animation:1s ease-out progressBar-slide-complete-ltr;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.foreground-closing.ngx-ui-loader-bar-rtl::before{-webkit-animation:1s ease-out progressBar-slide-complete-rtl;animation:1s ease-out progressBar-slide-complete-rtl;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@-webkit-keyframes progressBar-slide-ltr{from{-webkit-transform:translate3d(-100vw,0,0);transform:translate3d(-100vw,0,0)}to{-webkit-transform:translate3d(-5vw,0,0);transform:translate3d(-5vw,0,0)}}@keyframes progressBar-slide-ltr{from{-webkit-transform:translate3d(-100vw,0,0);transform:translate3d(-100vw,0,0)}to{-webkit-transform:translate3d(-5vw,0,0);transform:translate3d(-5vw,0,0)}}@-webkit-keyframes progressBar-slide-rtl{from{-webkit-transform:translate3d(100vw,0,0);transform:translate3d(100vw,0,0)}to{-webkit-transform:translate3d(5vw,0,0);transform:translate3d(5vw,0,0)}}@keyframes progressBar-slide-rtl{from{-webkit-transform:translate3d(100vw,0,0);transform:translate3d(100vw,0,0)}to{-webkit-transform:translate3d(5vw,0,0);transform:translate3d(5vw,0,0)}}@-webkit-keyframes progressBar-slide-complete-ltr{0%{-webkit-transform:translate3d(-75vw,0,0);transform:translate3d(-75vw,0,0)}50%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes progressBar-slide-complete-ltr{0%{-webkit-transform:translate3d(-75vw,0,0);transform:translate3d(-75vw,0,0)}50%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes progressBar-slide-complete-rtl{0%{-webkit-transform:translate3d(75vw,0,0);transform:translate3d(75vw,0,0)}50%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes progressBar-slide-complete-rtl{0%{-webkit-transform:translate3d(75vw,0,0);transform:translate3d(75vw,0,0)}50%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.ngx-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99998!important;background-color:rgba(40,40,40,.8);display:none}.ngx-overlay.foreground-closing,.ngx-overlay.loading-foreground{display:block}.ngx-overlay.foreground-closing{opacity:0!important;transition:opacity .5s ease-out .5s}.ngx-overlay>.ngx-foreground-spinner{position:fixed;width:60px;height:60px;margin:0;color:#00acc1}.ngx-overlay>.ngx-loading-logo{position:fixed;margin:0;width:120px;height:120px}.ngx-overlay>.ngx-loading-text{position:fixed;margin:0;font-family:sans-serif;font-weight:400;font-size:1.2em;color:#fff}.ngx-background-spinner{position:fixed;z-index:99997!important;width:60px;height:60px;margin:0;color:#00acc1;opacity:.6;display:none}.ngx-background-spinner.background-closing,.ngx-background-spinner.loading-background{display:block}.ngx-background-spinner.background-closing{opacity:0!important;transition:opacity .7s ease-out}.top-left{position:fixed;top:30px;left:30px}.top-center{position:fixed;top:30px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.top-right{position:fixed;top:30px;right:30px}.center-left{position:fixed;top:50%;left:30px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.center-center{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.center-right{position:fixed;top:50%;right:30px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.bottom-left{position:fixed;bottom:30px;left:30px}.bottom-center{position:fixed;bottom:30px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.bottom-right{position:fixed;bottom:30px;right:30px}.sk-ball-scale-multiple,.sk-ball-scale-multiple>div{position:relative;box-sizing:border-box}.sk-ball-scale-multiple{width:100%;height:100%;font-size:0}.sk-ball-scale-multiple>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:100%;opacity:0;-webkit-animation:1s linear infinite ball-scale-multiple;animation:1s linear infinite ball-scale-multiple}.sk-ball-scale-multiple>div:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}.sk-ball-scale-multiple>div:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}@-webkit-keyframes ball-scale-multiple{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}5%{opacity:.75}100%{opacity:0;-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-scale-multiple{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}5%{opacity:.75}100%{opacity:0;-webkit-transform:scale(1);transform:scale(1)}}.sk-ball-spin,.sk-ball-spin>div{position:relative;box-sizing:border-box}.sk-ball-spin{width:100%;height:100%;font-size:0}.sk-ball-spin>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor;position:absolute;top:50%;left:50%;width:25%;height:25%;margin-top:-12.5%;margin-left:-12.5%;border-radius:100%;-webkit-animation:1s ease-in-out infinite ball-spin-clockwise;animation:1s ease-in-out infinite ball-spin-clockwise}.sk-ball-spin>div:nth-child(1){top:5%;left:50%;-webkit-animation-delay:-1.125s;animation-delay:-1.125s}.sk-ball-spin>div:nth-child(2){top:18.1801948466%;left:81.8198051534%;-webkit-animation-delay:-1.25s;animation-delay:-1.25s}.sk-ball-spin>div:nth-child(3){top:50%;left:95%;-webkit-animation-delay:-1.375s;animation-delay:-1.375s}.sk-ball-spin>div:nth-child(4){top:81.8198051534%;left:81.8198051534%;-webkit-animation-delay:-1.5s;animation-delay:-1.5s}.sk-ball-spin>div:nth-child(5){top:94.9999999966%;left:50.0000000005%;-webkit-animation-delay:-1.625s;animation-delay:-1.625s}.sk-ball-spin>div:nth-child(6){top:81.8198046966%;left:18.1801949248%;-webkit-animation-delay:-1.75s;animation-delay:-1.75s}.sk-ball-spin>div:nth-child(7){top:49.9999750815%;left:5.0000051215%;-webkit-animation-delay:-1.875s;animation-delay:-1.875s}.sk-ball-spin>div:nth-child(8){top:18.179464974%;left:18.1803700518%;-webkit-animation-delay:-2s;animation-delay:-2s}@-webkit-keyframes ball-spin{0%,100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:1}80%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@keyframes ball-spin{0%,100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:1}80%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}.sk-ball-spin-clockwise,.sk-ball-spin-clockwise>div{position:relative;box-sizing:border-box}.sk-ball-spin-clockwise{width:100%;height:100%;font-size:0}.sk-ball-spin-clockwise>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor;position:absolute;top:50%;left:50%;width:25%;height:25%;margin-top:-12.5%;margin-left:-12.5%;border-radius:100%;-webkit-animation:1s ease-in-out infinite ball-spin-clockwise;animation:1s ease-in-out infinite ball-spin-clockwise}.sk-ball-spin-clockwise>div:nth-child(1){top:5%;left:50%;-webkit-animation-delay:-.875s;animation-delay:-.875s}.sk-ball-spin-clockwise>div:nth-child(2){top:18.1801948466%;left:81.8198051534%;-webkit-animation-delay:-.75s;animation-delay:-.75s}.sk-ball-spin-clockwise>div:nth-child(3){top:50%;left:95%;-webkit-animation-delay:-.625s;animation-delay:-.625s}.sk-ball-spin-clockwise>div:nth-child(4){top:81.8198051534%;left:81.8198051534%;-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-ball-spin-clockwise>div:nth-child(5){top:94.9999999966%;left:50.0000000005%;-webkit-animation-delay:-.375s;animation-delay:-.375s}.sk-ball-spin-clockwise>div:nth-child(6){top:81.8198046966%;left:18.1801949248%;-webkit-animation-delay:-.25s;animation-delay:-.25s}.sk-ball-spin-clockwise>div:nth-child(7){top:49.9999750815%;left:5.0000051215%;-webkit-animation-delay:-.125s;animation-delay:-.125s}.sk-ball-spin-clockwise>div:nth-child(8){top:18.179464974%;left:18.1803700518%;-webkit-animation-delay:0s;animation-delay:0s}@-webkit-keyframes ball-spin-clockwise{0%,100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:1}80%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@keyframes ball-spin-clockwise{0%,100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:1}80%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}.sk-ball-spin-clockwise-fade-rotating,.sk-ball-spin-clockwise-fade-rotating>div{position:relative;box-sizing:border-box}.sk-ball-spin-clockwise-fade-rotating{font-size:0;width:100%;height:100%;-webkit-animation:6s linear infinite ball-spin-clockwise-fade-rotating-rotate;animation:6s linear infinite ball-spin-clockwise-fade-rotating-rotate}.sk-ball-spin-clockwise-fade-rotating>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor;position:absolute;top:50%;left:50%;width:25%;height:25%;margin-top:-12.5%;margin-left:-12.5%;border-radius:100%;-webkit-animation:1s linear infinite ball-spin-clockwise-fade-rotating;animation:1s linear infinite ball-spin-clockwise-fade-rotating}.sk-ball-spin-clockwise-fade-rotating>div:nth-child(1){top:5%;left:50%;-webkit-animation-delay:-.875s;animation-delay:-.875s}.sk-ball-spin-clockwise-fade-rotating>div:nth-child(2){top:18.1801948466%;left:81.8198051534%;-webkit-animation-delay:-.75s;animation-delay:-.75s}.sk-ball-spin-clockwise-fade-rotating>div:nth-child(3){top:50%;left:95%;-webkit-animation-delay:-.625s;animation-delay:-.625s}.sk-ball-spin-clockwise-fade-rotating>div:nth-child(4){top:81.8198051534%;left:81.8198051534%;-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-ball-spin-clockwise-fade-rotating>div:nth-child(5){top:94.9999999966%;left:50.0000000005%;-webkit-animation-delay:-.375s;animation-delay:-.375s}.sk-ball-spin-clockwise-fade-rotating>div:nth-child(6){top:81.8198046966%;left:18.1801949248%;-webkit-animation-delay:-.25s;animation-delay:-.25s}.sk-ball-spin-clockwise-fade-rotating>div:nth-child(7){top:49.9999750815%;left:5.0000051215%;-webkit-animation-delay:-.125s;animation-delay:-.125s}.sk-ball-spin-clockwise-fade-rotating>div:nth-child(8){top:18.179464974%;left:18.1803700518%;-webkit-animation-delay:0s;animation-delay:0s}@-webkit-keyframes ball-spin-clockwise-fade-rotating-rotate{100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes ball-spin-clockwise-fade-rotating-rotate{100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@-webkit-keyframes ball-spin-clockwise-fade-rotating{50%{opacity:.25;-webkit-transform:scale(.5);transform:scale(.5)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-spin-clockwise-fade-rotating{50%{opacity:.25;-webkit-transform:scale(.5);transform:scale(.5)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.sk-ball-spin-fade-rotating,.sk-ball-spin-fade-rotating>div{position:relative;box-sizing:border-box}.sk-ball-spin-fade-rotating{width:100%;height:100%;font-size:0;-webkit-animation:6s linear infinite ball-spin-fade-rotate;animation:6s linear infinite ball-spin-fade-rotate}.sk-ball-spin-fade-rotating>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor;position:absolute;top:50%;left:50%;width:25%;height:25%;margin-top:-12.5%;margin-left:-12.5%;border-radius:100%;-webkit-animation:1s linear infinite ball-spin-fade;animation:1s linear infinite ball-spin-fade}.sk-ball-spin-fade-rotating>div:nth-child(1){top:5%;left:50%;-webkit-animation-delay:-1.125s;animation-delay:-1.125s}.sk-ball-spin-fade-rotating>div:nth-child(2){top:18.1801948466%;left:81.8198051534%;-webkit-animation-delay:-1.25s;animation-delay:-1.25s}.sk-ball-spin-fade-rotating>div:nth-child(3){top:50%;left:95%;-webkit-animation-delay:-1.375s;animation-delay:-1.375s}.sk-ball-spin-fade-rotating>div:nth-child(4){top:81.8198051534%;left:81.8198051534%;-webkit-animation-delay:-1.5s;animation-delay:-1.5s}.sk-ball-spin-fade-rotating>div:nth-child(5){top:94.9999999966%;left:50.0000000005%;-webkit-animation-delay:-1.625s;animation-delay:-1.625s}.sk-ball-spin-fade-rotating>div:nth-child(6){top:81.8198046966%;left:18.1801949248%;-webkit-animation-delay:-1.75s;animation-delay:-1.75s}.sk-ball-spin-fade-rotating>div:nth-child(7){top:49.9999750815%;left:5.0000051215%;-webkit-animation-delay:-1.875s;animation-delay:-1.875s}.sk-ball-spin-fade-rotating>div:nth-child(8){top:18.179464974%;left:18.1803700518%;-webkit-animation-delay:-2s;animation-delay:-2s}@-webkit-keyframes ball-spin-fade-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes ball-spin-fade-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes ball-spin-fade{0%,100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:.25;-webkit-transform:scale(.5);transform:scale(.5)}}@keyframes ball-spin-fade{0%,100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:.25;-webkit-transform:scale(.5);transform:scale(.5)}}.sk-chasing-dots{margin:auto;width:100%;height:100%;position:absolute;text-align:center;-webkit-animation:2s linear infinite sk-chasingDots-rotate;animation:2s linear infinite sk-chasingDots-rotate}.sk-chasing-dots>div{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:currentColor;border-radius:100%;-webkit-animation:2s ease-in-out infinite sk-chasingDots-bounce;animation:2s ease-in-out infinite sk-chasingDots-bounce}.sk-chasing-dots>div:nth-child(2){top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-chasingDots-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes sk-chasingDots-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes sk-chasingDots-bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-chasingDots-bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-circle{margin:auto;width:100%;height:100%;position:relative}.sk-circle>div{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle>div::before{content:'';display:block;margin:0 auto;width:15%;height:15%;background-color:currentColor;border-radius:100%;-webkit-animation:1.2s ease-in-out infinite both sk-circle-bounceDelay;animation:1.2s ease-in-out infinite both sk-circle-bounceDelay}.sk-circle>div:nth-child(2){-webkit-transform:rotate(30deg);transform:rotate(30deg)}.sk-circle>div:nth-child(3){-webkit-transform:rotate(60deg);transform:rotate(60deg)}.sk-circle>div:nth-child(4){-webkit-transform:rotate(90deg);transform:rotate(90deg)}.sk-circle>div:nth-child(5){-webkit-transform:rotate(120deg);transform:rotate(120deg)}.sk-circle>div:nth-child(6){-webkit-transform:rotate(150deg);transform:rotate(150deg)}.sk-circle>div:nth-child(7){-webkit-transform:rotate(180deg);transform:rotate(180deg)}.sk-circle>div:nth-child(8){-webkit-transform:rotate(210deg);transform:rotate(210deg)}.sk-circle>div:nth-child(9){-webkit-transform:rotate(240deg);transform:rotate(240deg)}.sk-circle>div:nth-child(10){-webkit-transform:rotate(270deg);transform:rotate(270deg)}.sk-circle>div:nth-child(11){-webkit-transform:rotate(300deg);transform:rotate(300deg)}.sk-circle>div:nth-child(12){-webkit-transform:rotate(330deg);transform:rotate(330deg)}.sk-circle>div:nth-child(2)::before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-circle>div:nth-child(3)::before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-circle>div:nth-child(4)::before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-circle>div:nth-child(5)::before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-circle>div:nth-child(6)::before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-circle>div:nth-child(7)::before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-circle>div:nth-child(8)::before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-circle>div:nth-child(9)::before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-circle>div:nth-child(10)::before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-circle>div:nth-child(11)::before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-circle>div:nth-child(12)::before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circle-bounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-circle-bounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-cube-grid{width:100%;height:100%;margin:auto}.sk-cube-grid>div{width:33%;height:33%;background-color:currentColor;float:left;-webkit-animation:1.3s ease-in-out infinite sk-cubeGrid-scaleDelay;animation:1.3s ease-in-out infinite sk-cubeGrid-scaleDelay}.sk-cube-grid>div:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid>div:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid>div:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}.sk-cube-grid>div:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid>div:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid>div:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid>div:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}.sk-cube-grid>div:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid>div:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes sk-cubeGrid-scaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes sk-cubeGrid-scaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}.sk-double-bounce{width:100%;height:100%;position:relative;margin:auto}.sk-double-bounce>div{width:100%;height:100%;border-radius:50%;background-color:currentColor;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:2s ease-in-out infinite sk-doubleBounce-bounce;animation:2s ease-in-out infinite sk-doubleBounce-bounce}.sk-double-bounce>div:nth-child(2){-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-doubleBounce-bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-doubleBounce-bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-fading-circle{margin:auto;width:100%;height:100%;position:relative}.sk-fading-circle>div{width:100%;height:100%;position:absolute;left:0;top:0}.sk-fading-circle>div::before{content:'';display:block;margin:0 auto;width:15%;height:15%;background-color:currentColor;border-radius:100%;-webkit-animation:1.2s ease-in-out infinite both sk-fadingCircle-FadeDelay;animation:1.2s ease-in-out infinite both sk-fadingCircle-FadeDelay}.sk-fading-circle>div:nth-child(2){-webkit-transform:rotate(30deg);transform:rotate(30deg)}.sk-fading-circle>div:nth-child(3){-webkit-transform:rotate(60deg);transform:rotate(60deg)}.sk-fading-circle>div:nth-child(4){-webkit-transform:rotate(90deg);transform:rotate(90deg)}.sk-fading-circle>div:nth-child(5){-webkit-transform:rotate(120deg);transform:rotate(120deg)}.sk-fading-circle>div:nth-child(6){-webkit-transform:rotate(150deg);transform:rotate(150deg)}.sk-fading-circle>div:nth-child(7){-webkit-transform:rotate(180deg);transform:rotate(180deg)}.sk-fading-circle>div:nth-child(8){-webkit-transform:rotate(210deg);transform:rotate(210deg)}.sk-fading-circle>div:nth-child(9){-webkit-transform:rotate(240deg);transform:rotate(240deg)}.sk-fading-circle>div:nth-child(10){-webkit-transform:rotate(270deg);transform:rotate(270deg)}.sk-fading-circle>div:nth-child(11){-webkit-transform:rotate(300deg);transform:rotate(300deg)}.sk-fading-circle>div:nth-child(12){-webkit-transform:rotate(330deg);transform:rotate(330deg)}.sk-fading-circle>div:nth-child(2)::before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-fading-circle>div:nth-child(3)::before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-fading-circle>div:nth-child(4)::before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-fading-circle>div:nth-child(5)::before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-fading-circle>div:nth-child(6)::before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-fading-circle>div:nth-child(7)::before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-fading-circle>div:nth-child(8)::before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-fading-circle>div:nth-child(9)::before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-fading-circle>div:nth-child(10)::before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-fading-circle>div:nth-child(11)::before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-fading-circle>div:nth-child(12)::before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-fadingCircle-FadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}@keyframes sk-fadingCircle-FadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}.sk-folding-cube{margin:auto;width:100%;height:100%;position:relative;-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}.sk-folding-cube>div{float:left;width:50%;height:50%;position:relative;-webkit-transform:scale(1.1);transform:scale(1.1)}.sk-folding-cube>div::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:currentColor;-webkit-animation:2.4s linear infinite both sk-foldingCube-angle;animation:2.4s linear infinite both sk-foldingCube-angle;-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.sk-folding-cube>div:nth-child(2){-webkit-transform:scale(1.1) rotateZ(90deg);transform:scale(1.1) rotateZ(90deg)}.sk-folding-cube>div:nth-child(3){-webkit-transform:scale(1.1) rotateZ(270deg);transform:scale(1.1) rotateZ(270deg)}.sk-folding-cube>div:nth-child(4){-webkit-transform:scale(1.1) rotateZ(180deg);transform:scale(1.1) rotateZ(180deg)}.sk-folding-cube>div:nth-child(2)::before{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-folding-cube>div:nth-child(3)::before{-webkit-animation-delay:.9s;animation-delay:.9s}.sk-folding-cube>div:nth-child(4)::before{-webkit-animation-delay:.6s;animation-delay:.6s}@-webkit-keyframes sk-foldingCube-angle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}@keyframes sk-foldingCube-angle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}.sk-pulse{width:100%;height:100%;margin:auto}.sk-pulse>div{width:100%;height:100%;background-color:currentColor;border-radius:100%;-webkit-animation:1s ease-in-out infinite sk-pulse-scaleOut;animation:1s ease-in-out infinite sk-pulse-scaleOut}@-webkit-keyframes sk-pulse-scaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes sk-pulse-scaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.sk-rectangle-bounce{margin:auto;width:100%;height:100%;text-align:center;font-size:0}.sk-rectangle-bounce>div{background-color:currentColor;height:100%;width:10%;margin:0 5%;display:inline-block;-webkit-animation:1.2s ease-in-out infinite sk-rectangleBounce-stretchDelay;animation:1.2s ease-in-out infinite sk-rectangleBounce-stretchDelay}.sk-rectangle-bounce>div:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-rectangle-bounce>div:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}.sk-rectangle-bounce>div:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-rectangle-bounce>div:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes sk-rectangleBounce-stretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes sk-rectangleBounce-stretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}.sk-rectangle-bounce-party,.sk-rectangle-bounce-party>div{position:relative;box-sizing:border-box}.sk-rectangle-bounce-party{margin:auto;width:100%;height:100%;text-align:center;font-size:0}.sk-rectangle-bounce-party>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor;width:10%;height:100%;margin:0 5%;border-radius:0;-webkit-animation-name:rectangle-bounce-party;animation-name:rectangle-bounce-party;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.sk-rectangle-bounce-party>div:nth-child(1){-webkit-animation-duration:.43s;animation-duration:.43s;-webkit-animation-delay:-.23s;animation-delay:-.23s}.sk-rectangle-bounce-party>div:nth-child(2){-webkit-animation-duration:.62s;animation-duration:.62s;-webkit-animation-delay:-.32s;animation-delay:-.32s}.sk-rectangle-bounce-party>div:nth-child(3){-webkit-animation-duration:.43s;animation-duration:.43s;-webkit-animation-delay:-.44s;animation-delay:-.44s}.sk-rectangle-bounce-party>div:nth-child(4){-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-delay:-.31s;animation-delay:-.31s}.sk-rectangle-bounce-party>div:nth-child(5){-webkit-animation-duration:.74s;animation-duration:.74s;-webkit-animation-delay:-.24s;animation-delay:-.24s}@-webkit-keyframes rectangle-bounce-party{0%,100%{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}}@keyframes rectangle-bounce-party{0%,100%{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}}.sk-rectangle-bounce-pulse-out,.sk-rectangle-bounce-pulse-out>div{position:relative;box-sizing:border-box}.sk-rectangle-bounce-pulse-out{margin:auto;width:100%;height:100%;text-align:center;font-size:0}.sk-rectangle-bounce-pulse-out>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor;width:10%;height:100%;margin:0 5%;border-radius:0;-webkit-animation:.9s cubic-bezier(.85,.25,.37,.85) infinite rectangle-bounce-pulse-out;animation:.9s cubic-bezier(.85,.25,.37,.85) infinite rectangle-bounce-pulse-out}.sk-rectangle-bounce-pulse-out>div:nth-child(3){-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-rectangle-bounce-pulse-out>div:nth-child(2),.sk-rectangle-bounce-pulse-out>div:nth-child(4){-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-rectangle-bounce-pulse-out>div:nth-child(1),.sk-rectangle-bounce-pulse-out>div:nth-child(5){-webkit-animation-delay:-.5s;animation-delay:-.5s}@-webkit-keyframes rectangle-bounce-pulse-out{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}@keyframes rectangle-bounce-pulse-out{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}.sk-rectangle-bounce-pulse-out-rapid,.sk-rectangle-bounce-pulse-out-rapid>div{position:relative;box-sizing:border-box}.sk-rectangle-bounce-pulse-out-rapid{margin:auto;width:100%;height:100%;text-align:center;font-size:0}.sk-rectangle-bounce-pulse-out-rapid>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor;width:10%;height:100%;margin:0 5%;border-radius:0;-webkit-animation:.9s cubic-bezier(.11,.49,.38,.78) infinite rectangle-bounce-pulse-out-rapid;animation:.9s cubic-bezier(.11,.49,.38,.78) infinite rectangle-bounce-pulse-out-rapid}.sk-rectangle-bounce-pulse-out-rapid>div:nth-child(3){-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-rectangle-bounce-pulse-out-rapid>div:nth-child(2),.sk-rectangle-bounce-pulse-out-rapid>div:nth-child(4){-webkit-animation-delay:-.65s;animation-delay:-.65s}.sk-rectangle-bounce-pulse-out-rapid>div:nth-child(1),.sk-rectangle-bounce-pulse-out-rapid>div:nth-child(5){-webkit-animation-delay:-.4s;animation-delay:-.4s}@-webkit-keyframes rectangle-bounce-pulse-out-rapid{0%,90%{-webkit-transform:scaley(1);transform:scaley(1)}80%{-webkit-transform:scaley(.4);transform:scaley(.4)}}@keyframes rectangle-bounce-pulse-out-rapid{0%,90%{-webkit-transform:scaley(1);transform:scaley(1)}80%{-webkit-transform:scaley(.4);transform:scaley(.4)}}.sk-rotating-plane{width:100%;height:100%;text-align:center;margin:auto}.sk-rotating-plane>div{width:100%;height:100%;background-color:currentColor;-webkit-animation:1.2s ease-in-out infinite sk-rotatePlane;animation:1.2s ease-in-out infinite sk-rotatePlane}@-webkit-keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px);transform:perspective(120px)}50%{-webkit-transform:perspective(120px) rotateY(180deg);transform:perspective(120px) rotateY(180deg)}100%{-webkit-transform:perspective(120px) rotateY(180deg) rotateX(180deg);transform:perspective(120px) rotateY(180deg) rotateX(180deg)}}@keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-square-jelly-box,.sk-square-jelly-box>div{position:relative;box-sizing:border-box}.sk-square-jelly-box{width:100%;height:100%;font-size:0}.sk-square-jelly-box>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}.sk-square-jelly-box>div:nth-child(1),.sk-square-jelly-box>div:nth-child(2){position:absolute;left:0;width:100%}.sk-square-jelly-box>div:nth-child(1){top:-25%;z-index:99997;height:100%;border-radius:10%;-webkit-animation:.6s linear -.1s infinite square-jelly-box-animate;animation:.6s linear -.1s infinite square-jelly-box-animate}.sk-square-jelly-box>div:nth-child(2){bottom:-9%;height:10%;background:#000;border-radius:50%;opacity:.2;-webkit-animation:.6s linear -.1s infinite square-jelly-box-shadow;animation:.6s linear -.1s infinite square-jelly-box-shadow}@-webkit-keyframes square-jelly-box-animate{17%{border-bottom-right-radius:10%}25%{-webkit-transform:translateY(25%) rotate(22.5deg);transform:translateY(25%) rotate(22.5deg)}50%{border-bottom-right-radius:100%;-webkit-transform:translateY(50%) scale(1,.9) rotate(45deg);transform:translateY(50%) scale(1,.9) rotate(45deg)}75%{-webkit-transform:translateY(25%) rotate(67.5deg);transform:translateY(25%) rotate(67.5deg)}100%{-webkit-transform:translateY(0) rotate(90deg);transform:translateY(0) rotate(90deg)}}@keyframes square-jelly-box-animate{17%{border-bottom-right-radius:10%}25%{-webkit-transform:translateY(25%) rotate(22.5deg);transform:translateY(25%) rotate(22.5deg)}50%{border-bottom-right-radius:100%;-webkit-transform:translateY(50%) scale(1,.9) rotate(45deg);transform:translateY(50%) scale(1,.9) rotate(45deg)}75%{-webkit-transform:translateY(25%) rotate(67.5deg);transform:translateY(25%) rotate(67.5deg)}100%{-webkit-transform:translateY(0) rotate(90deg);transform:translateY(0) rotate(90deg)}}@-webkit-keyframes square-jelly-box-shadow{50%{-webkit-transform:scale(1.25,1);transform:scale(1.25,1)}}@keyframes square-jelly-box-shadow{50%{-webkit-transform:scale(1.25,1);transform:scale(1.25,1)}}.sk-square-loader,.sk-square-loader>div{position:relative;box-sizing:border-box}.sk-square-loader{font-size:0;width:100%;height:100%}.sk-square-loader>div{display:inline-block;float:none;border:3px solid currentColor;width:100%;height:100%;background:0 0;border-radius:0;-webkit-animation:2s infinite square-loader;animation:2s infinite square-loader}.sk-square-loader>div:after{display:inline-block;width:100%;vertical-align:top;content:\"\";background-color:currentColor;-webkit-animation:2s ease-in infinite square-loader-inner;animation:2s ease-in infinite square-loader-inner}@-webkit-keyframes square-loader{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%,50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%,75%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes square-loader{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%,50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%,75%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes square-loader-inner{0%,100%,25%{height:0}50%,75%{height:100%}}@keyframes square-loader-inner{0%,100%,25%{height:0}50%,75%{height:100%}}.sk-three-bounce{margin:auto;width:100%;height:100%;text-align:center}.sk-three-bounce>div{margin-top:35%;width:30%;height:30%;background-color:currentColor;border-radius:100%;display:inline-block;-webkit-animation:1.4s ease-in-out infinite both sk-threeBounce-bounceDelay;animation:1.4s ease-in-out infinite both sk-threeBounce-bounceDelay}.bottom-center>.sk-three-bounce>div,.bottom-left>.sk-three-bounce>div,.bottom-right>.sk-three-bounce>div{margin-top:70%!important}.top-center>.sk-three-bounce>div,.top-left>.sk-three-bounce>div,.top-right>.sk-three-bounce>div{margin-top:0!important}.sk-three-bounce>div:nth-child(1){-webkit-animation-delay:-.32s;animation-delay:-.32s}.sk-three-bounce>div:nth-child(2){-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-threeBounce-bounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-threeBounce-bounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-three-strings{width:100%;height:100%}.sk-three-strings>div{position:absolute;box-sizing:border-box;width:100%;height:100%;border-radius:50%}.sk-three-strings>div:nth-child(1){left:0;top:0;-webkit-animation:1s linear infinite sk-threeStrings-rotateOne;animation:1s linear infinite sk-threeStrings-rotateOne;border-bottom:3px solid currentColor}.sk-three-strings>div:nth-child(2){right:0;top:0;-webkit-animation:1s linear infinite sk-threeStrings-rotateTwo;animation:1s linear infinite sk-threeStrings-rotateTwo;border-right:3px solid currentColor}.sk-three-strings>div:nth-child(3){right:0;bottom:0;-webkit-animation:1s linear infinite sk-threeStrings-rotateThree;animation:1s linear infinite sk-threeStrings-rotateThree;border-top:3px solid currentColor}@-webkit-keyframes sk-threeStrings-rotateOne{0%{-webkit-transform:rotateX(35deg) rotateY(-45deg) rotateZ(0);transform:rotateX(35deg) rotateY(-45deg) rotateZ(0)}100%{-webkit-transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg);transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}}@keyframes sk-threeStrings-rotateOne{0%{-webkit-transform:rotateX(35deg) rotateY(-45deg) rotateZ(0);transform:rotateX(35deg) rotateY(-45deg) rotateZ(0)}100%{-webkit-transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg);transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}}@-webkit-keyframes sk-threeStrings-rotateTwo{0%{-webkit-transform:rotateX(50deg) rotateY(10deg) rotateZ(0);transform:rotateX(50deg) rotateY(10deg) rotateZ(0)}100%{-webkit-transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg);transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}}@keyframes sk-threeStrings-rotateTwo{0%{-webkit-transform:rotateX(50deg) rotateY(10deg) rotateZ(0);transform:rotateX(50deg) rotateY(10deg) rotateZ(0)}100%{-webkit-transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg);transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}}@-webkit-keyframes sk-threeStrings-rotateThree{0%{-webkit-transform:rotateX(35deg) rotateY(55deg) rotateZ(0);transform:rotateX(35deg) rotateY(55deg) rotateZ(0)}100%{-webkit-transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg);transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}}@keyframes sk-threeStrings-rotateThree{0%{-webkit-transform:rotateX(35deg) rotateY(55deg) rotateZ(0);transform:rotateX(35deg) rotateY(55deg) rotateZ(0)}100%{-webkit-transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg);transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}}.sk-wandering-cubes{margin:auto;width:100%;height:100%;position:relative;text-align:center}.sk-wandering-cubes>div{background-color:currentColor;width:25%;height:25%;position:absolute;top:0;left:0;-webkit-animation:1.8s ease-in-out infinite sk-wanderingCubes-cubeMove;animation:1.8s ease-in-out infinite sk-wanderingCubes-cubeMove}.sk-wandering-cubes>div:nth-child(2){-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes sk-wanderingCubes-cubeMove{25%{-webkit-transform:translateX(290%) rotate(-90deg) scale(.5);transform:translateX(290%) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(290%) translateY(290%) rotate(-180deg);transform:translateX(290%) translateY(290%) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(290%) rotate(-270deg) scale(.5);transform:translateX(0) translateY(290%) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes sk-wanderingCubes-cubeMove{25%{-webkit-transform:translateX(290%) rotate(-90deg) scale(.5);transform:translateX(290%) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(290%) translateY(290%) rotate(-179deg);transform:translateX(290%) translateY(290%) rotate(-179deg)}50.1%{-webkit-transform:translateX(290%) translateY(290%) rotate(-180deg);transform:translateX(290%) translateY(290%) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(290%) rotate(-270deg) scale(.5);transform:translateX(0) translateY(290%) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}"]}]}],t.ctorParameters=function(){return[{type:a.DomSanitizer},{type:p}]},t.propDecorators={bgsColor:[{type:i.Input}],bgsOpacity:[{type:i.Input}],bgsPosition:[{type:i.Input}],bgsSize:[{type:i.Input}],bgsType:[{type:i.Input}],fgsColor:[{type:i.Input}],fgsPosition:[{type:i.Input}],fgsSize:[{type:i.Input}],fgsType:[{type:i.Input}],gap:[{type:i.Input}],logoPosition:[{type:i.Input}],logoSize:[{type:i.Input}],logoUrl:[{type:i.Input}],overlayColor:[{type:i.Input}],pbColor:[{type:i.Input}],pbDirection:[{type:i.Input}],pbThickness:[{type:i.Input}],text:[{type:i.Input}],textColor:[{type:i.Input}],textPosition:[{type:i.Input}]},t}(),y=function(){function e(){}return e.forRoot=function(t){return{ngModule:e,providers:[{provide:u,useValue:t}]}},e.decorators=[{type:i.NgModule,args:[{imports:[n.CommonModule],providers:[p,k],declarations:[m],exports:[m]}]}],e}(),w=new i.InjectionToken("ngxUiLoaderRouterDefault.config"),v=function(){function e(t,e,i){var o={showForeground:!0};t&&(o=Object.assign(o,t)),e.events.subscribe(function(t){t instanceof r.NavigationStart&&(o.showForeground?i.start("$_router-loader"):i.startBackground("$_router-loader")),(t instanceof r.NavigationEnd||t instanceof r.NavigationCancel||t instanceof r.NavigationError)&&(o.showForeground?i.stop("$_router-loader"):i.stopBackground("$_router-loader"))})}return e.forRoot=function(t){return{ngModule:e,providers:[{provide:w,useValue:t}]}},e.decorators=[{type:i.NgModule,args:[{}]}],e.ctorParameters=function(){return[{type:undefined,decorators:[{type:i.Optional},{type:i.Inject,args:[w]}]},{type:r.Router},{type:k}]},e}(),x=new i.InjectionToken("ngxUiLoaderHttpDefault.config"),C=function(){function t(t,e){this.ngxUiLoaderService=e,this.count=0,this.defaultConfig={showForeground:!1},t&&Object.assign(this.defaultConfig,t)}return t.prototype.intercept=function(t,e){var i=this;return this.count++,this.defaultConfig.showForeground?this.ngxUiLoaderService.start("$_http-loader"):this.ngxUiLoaderService.startBackground("$_http-loader"),e.handle(t).pipe(s.finalize(function(){i.count--,0===i.count&&(i.defaultConfig.showForeground?i.ngxUiLoaderService.stop("$_http-loader"):i.ngxUiLoaderService.stopBackground("$_http-loader"))}))},t.decorators=[{type:i.Injectable}],t.ctorParameters=function(){return[{type:undefined,decorators:[{type:i.Inject,args:[x]},{type:i.Optional}]},{type:k}]},t}(),S=function(){function e(){}return e.forRoot=function(t){return{ngModule:e,providers:[{provide:x,useValue:t}]}},e.decorators=[{type:i.NgModule,args:[{providers:[{provide:l.HTTP_INTERCEPTORS,useClass:C,multi:!0}]}]}],e}();t.NgxUiLoaderService=k,t.NgxUiLoaderModule=y,t.SPINNER_TYPES=c,t.NGX_POSITIONS=g,t.PB_DIRECTIONS=f,t.NgxUiLoaderRouterModule=v,t.NgxUiLoaderHttpModule=S,t.ɵb=u,t.ɵa=p,t.ɵc=m,t.ɵf=x,t.ɵe=C,t.ɵd=w,Object.defineProperty(t,"__esModule",{value:!0})}); | ||
//# sourceMappingURL=ngx-ui-loader.umd.min.js.map |
@@ -25,3 +25,3 @@ /** | ||
if (event instanceof NavigationStart) { | ||
if (config.showForeground) { | ||
if (defaultConfig.showForeground) { | ||
ngxUiLoaderService.start('$_router-loader'); | ||
@@ -34,3 +34,3 @@ } | ||
if (event instanceof NavigationEnd || event instanceof NavigationCancel || event instanceof NavigationError) { | ||
if (config.showForeground) { | ||
if (defaultConfig.showForeground) { | ||
ngxUiLoaderService.stop('$_router-loader'); | ||
@@ -80,2 +80,2 @@ } | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmd4LXVpLWxvYWRlci1yb3V0ZXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6Im5nOi8vbmd4LXVpLWxvYWRlci8iLCJzb3VyY2VzIjpbImxpYi9yb3V0ZXIvbmd4LXVpLWxvYWRlci1yb3V0ZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7QUFBQSxPQUFPLEVBQUUsUUFBUSxFQUF1QixNQUFNLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2hGLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxhQUFhLEVBQUUsZUFBZSxFQUFFLGVBQWUsRUFBRSxNQUFNLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUU1RyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUVuRSxPQUFPLEVBQUUsaUNBQWlDLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQztBQUd4RixNQUFNOzs7Ozs7SUFtQkosWUFDeUQsUUFDdkQsTUFBYyxFQUNkLGtCQUFzQztRQUV0QyxxQkFBSSxhQUFhLEdBQTRCO1lBQzNDLGNBQWMsRUFBRSxJQUFJO1NBQ3JCLENBQUM7UUFFRixFQUFFLENBQUMsQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDO1lBQ1gsYUFBYSxHQUFHLE1BQU0sQ0FBQyxNQUFNLENBQUMsYUFBYSxFQUFFLE1BQU0sQ0FBQyxDQUFDO1NBQ3REO1FBRUQsTUFBTSxDQUFDLE1BQU07YUFDVixTQUFTLENBQUMsS0FBSyxDQUFDLEVBQUU7WUFDakIsRUFBRSxDQUFDLENBQUMsS0FBSyxZQUFZLGVBQWUsQ0FBQyxDQUFDLENBQUM7Z0JBQ3JDLEVBQUUsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxjQUFjLENBQUMsQ0FBQyxDQUFDO29CQUMxQixrQkFBa0IsQ0FBQyxLQUFLLENBQUMsaUJBQWlCLENBQUMsQ0FBQztpQkFDN0M7Z0JBQUMsSUFBSSxDQUFDLENBQUM7b0JBQ04sa0JBQWtCLENBQUMsZUFBZSxDQUFDLGlCQUFpQixDQUFDLENBQUM7aUJBQ3ZEO2FBQ0Y7WUFFRCxFQUFFLENBQUMsQ0FBQyxLQUFLLFlBQVksYUFBYSxJQUFJLEtBQUssWUFBWSxnQkFBZ0IsSUFBSSxLQUFLLFlBQVksZUFBZSxDQUFDLENBQUMsQ0FBQztnQkFDNUcsRUFBRSxDQUFDLENBQUMsTUFBTSxDQUFDLGNBQWMsQ0FBQyxDQUFDLENBQUM7b0JBQzFCLGtCQUFrQixDQUFDLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDO2lCQUM1QztnQkFBQyxJQUFJLENBQUMsQ0FBQztvQkFDTixrQkFBa0IsQ0FBQyxjQUFjLENBQUMsaUJBQWlCLENBQUMsQ0FBQztpQkFDdEQ7YUFDRjtTQUNGLENBQUMsQ0FBQztLQUNOOzs7Ozs7SUEzQ0QsTUFBTSxDQUFDLE9BQU8sQ0FBQyxZQUFxQztRQUNsRCxNQUFNLENBQUM7WUFDTCxRQUFRLEVBQUUsdUJBQXVCO1lBQ2pDLFNBQVMsRUFBRTtnQkFDVDtvQkFDRSxPQUFPLEVBQUUsaUNBQWlDO29CQUMxQyxRQUFRLEVBQUUsWUFBWTtpQkFDdkI7YUFDRjtTQUNGLENBQUM7S0FDSDs7O1lBbEJGLFFBQVEsU0FBQyxFQUFFOzs7OzRDQXFCUCxRQUFRLFlBQUksTUFBTSxTQUFDLGlDQUFpQztZQTNCbUIsTUFBTTtZQUV6RSxrQkFBa0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSwgTW9kdWxlV2l0aFByb3ZpZGVycywgSW5qZWN0LCBPcHRpb25hbCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTmF2aWdhdGlvbkNhbmNlbCwgTmF2aWdhdGlvbkVuZCwgTmF2aWdhdGlvbkVycm9yLCBOYXZpZ2F0aW9uU3RhcnQsIFJvdXRlciB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XG5cbmltcG9ydCB7IE5neFVpTG9hZGVyU2VydmljZSB9IGZyb20gJy4uL2NvcmUvbmd4LXVpLWxvYWRlci5zZXJ2aWNlJztcbmltcG9ydCB7IE5neFVpTG9hZGVyUm91dGVyQ29uZmlnIH0gZnJvbSAnLi9uZ3gtdWktbG9hZGVyLXJvdXRlci1jb25maWcnO1xuaW1wb3J0IHsgTkdYX1VJX0xPQURFUl9ST1VURVJfQ09ORklHX1RPS0VOIH0gZnJvbSAnLi9uZ3gtdWktbG9hZGVyLXJvdXRlci1jb25maWcudG9rZW4nO1xuXG5ATmdNb2R1bGUoe30pXG5leHBvcnQgY2xhc3MgTmd4VWlMb2FkZXJSb3V0ZXJNb2R1bGUge1xuXG4gIC8qKlxuICAgKiBmb3JSb290XG4gICAqIEBwYXJhbSByb3V0ZXJDb25maWcgQ29uZmlndXJhdGlvblxuICAgKiBAcmV0dXJucyBBIG1vZHVsZSB3aXRoIGl0cyBwcm92aWRlciBkZXBlbmRlbmNpZXNcbiAgICovXG4gIHN0YXRpYyBmb3JSb290KHJvdXRlckNvbmZpZzogTmd4VWlMb2FkZXJSb3V0ZXJDb25maWcpOiBNb2R1bGVXaXRoUHJvdmlkZXJzIHtcbiAgICByZXR1cm4ge1xuICAgICAgbmdNb2R1bGU6IE5neFVpTG9hZGVyUm91dGVyTW9kdWxlLFxuICAgICAgcHJvdmlkZXJzOiBbXG4gICAgICAgIHtcbiAgICAgICAgICBwcm92aWRlOiBOR1hfVUlfTE9BREVSX1JPVVRFUl9DT05GSUdfVE9LRU4sXG4gICAgICAgICAgdXNlVmFsdWU6IHJvdXRlckNvbmZpZ1xuICAgICAgICB9XG4gICAgICBdXG4gICAgfTtcbiAgfVxuXG4gIGNvbnN0cnVjdG9yKFxuICAgIEBPcHRpb25hbCgpIEBJbmplY3QoTkdYX1VJX0xPQURFUl9ST1VURVJfQ09ORklHX1RPS0VOKSBjb25maWc6IE5neFVpTG9hZGVyUm91dGVyQ29uZmlnLFxuICAgIHJvdXRlcjogUm91dGVyLFxuICAgIG5neFVpTG9hZGVyU2VydmljZTogTmd4VWlMb2FkZXJTZXJ2aWNlKSB7XG5cbiAgICBsZXQgZGVmYXVsdENvbmZpZzogTmd4VWlMb2FkZXJSb3V0ZXJDb25maWcgPSB7XG4gICAgICBzaG93Rm9yZWdyb3VuZDogdHJ1ZVxuICAgIH07XG5cbiAgICBpZiAoY29uZmlnKSB7XG4gICAgICBkZWZhdWx0Q29uZmlnID0gT2JqZWN0LmFzc2lnbihkZWZhdWx0Q29uZmlnLCBjb25maWcpO1xuICAgIH1cblxuICAgIHJvdXRlci5ldmVudHNcbiAgICAgIC5zdWJzY3JpYmUoZXZlbnQgPT4ge1xuICAgICAgICBpZiAoZXZlbnQgaW5zdGFuY2VvZiBOYXZpZ2F0aW9uU3RhcnQpIHtcbiAgICAgICAgICBpZiAoY29uZmlnLnNob3dGb3JlZ3JvdW5kKSB7XG4gICAgICAgICAgICBuZ3hVaUxvYWRlclNlcnZpY2Uuc3RhcnQoJyRfcm91dGVyLWxvYWRlcicpO1xuICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICBuZ3hVaUxvYWRlclNlcnZpY2Uuc3RhcnRCYWNrZ3JvdW5kKCckX3JvdXRlci1sb2FkZXInKTtcbiAgICAgICAgICB9XG4gICAgICAgIH1cblxuICAgICAgICBpZiAoZXZlbnQgaW5zdGFuY2VvZiBOYXZpZ2F0aW9uRW5kIHx8IGV2ZW50IGluc3RhbmNlb2YgTmF2aWdhdGlvbkNhbmNlbCB8fCBldmVudCBpbnN0YW5jZW9mIE5hdmlnYXRpb25FcnJvcikge1xuICAgICAgICAgIGlmIChjb25maWcuc2hvd0ZvcmVncm91bmQpIHtcbiAgICAgICAgICAgIG5neFVpTG9hZGVyU2VydmljZS5zdG9wKCckX3JvdXRlci1sb2FkZXInKTtcbiAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgbmd4VWlMb2FkZXJTZXJ2aWNlLnN0b3BCYWNrZ3JvdW5kKCckX3JvdXRlci1sb2FkZXInKTtcbiAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgIH0pO1xuICB9XG59XG4iXX0= | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmd4LXVpLWxvYWRlci1yb3V0ZXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6Im5nOi8vbmd4LXVpLWxvYWRlci8iLCJzb3VyY2VzIjpbImxpYi9yb3V0ZXIvbmd4LXVpLWxvYWRlci1yb3V0ZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7QUFBQSxPQUFPLEVBQUUsUUFBUSxFQUF1QixNQUFNLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2hGLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxhQUFhLEVBQUUsZUFBZSxFQUFFLGVBQWUsRUFBRSxNQUFNLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUU1RyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUVuRSxPQUFPLEVBQUUsaUNBQWlDLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQztBQUd4RixNQUFNOzs7Ozs7SUFtQkosWUFDeUQsUUFDdkQsTUFBYyxFQUNkLGtCQUFzQztRQUV0QyxxQkFBSSxhQUFhLEdBQTRCO1lBQzNDLGNBQWMsRUFBRSxJQUFJO1NBQ3JCLENBQUM7UUFFRixFQUFFLENBQUMsQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDO1lBQ1gsYUFBYSxHQUFHLE1BQU0sQ0FBQyxNQUFNLENBQUMsYUFBYSxFQUFFLE1BQU0sQ0FBQyxDQUFDO1NBQ3REO1FBRUQsTUFBTSxDQUFDLE1BQU07YUFDVixTQUFTLENBQUMsS0FBSyxDQUFDLEVBQUU7WUFDakIsRUFBRSxDQUFDLENBQUMsS0FBSyxZQUFZLGVBQWUsQ0FBQyxDQUFDLENBQUM7Z0JBQ3JDLEVBQUUsQ0FBQyxDQUFDLGFBQWEsQ0FBQyxjQUFjLENBQUMsQ0FBQyxDQUFDO29CQUNqQyxrQkFBa0IsQ0FBQyxLQUFLLENBQUMsaUJBQWlCLENBQUMsQ0FBQztpQkFDN0M7Z0JBQUMsSUFBSSxDQUFDLENBQUM7b0JBQ04sa0JBQWtCLENBQUMsZUFBZSxDQUFDLGlCQUFpQixDQUFDLENBQUM7aUJBQ3ZEO2FBQ0Y7WUFFRCxFQUFFLENBQUMsQ0FBQyxLQUFLLFlBQVksYUFBYSxJQUFJLEtBQUssWUFBWSxnQkFBZ0IsSUFBSSxLQUFLLFlBQVksZUFBZSxDQUFDLENBQUMsQ0FBQztnQkFDNUcsRUFBRSxDQUFDLENBQUMsYUFBYSxDQUFDLGNBQWMsQ0FBQyxDQUFDLENBQUM7b0JBQ2pDLGtCQUFrQixDQUFDLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDO2lCQUM1QztnQkFBQyxJQUFJLENBQUMsQ0FBQztvQkFDTixrQkFBa0IsQ0FBQyxjQUFjLENBQUMsaUJBQWlCLENBQUMsQ0FBQztpQkFDdEQ7YUFDRjtTQUNGLENBQUMsQ0FBQztLQUNOOzs7Ozs7SUEzQ0QsTUFBTSxDQUFDLE9BQU8sQ0FBQyxZQUFxQztRQUNsRCxNQUFNLENBQUM7WUFDTCxRQUFRLEVBQUUsdUJBQXVCO1lBQ2pDLFNBQVMsRUFBRTtnQkFDVDtvQkFDRSxPQUFPLEVBQUUsaUNBQWlDO29CQUMxQyxRQUFRLEVBQUUsWUFBWTtpQkFDdkI7YUFDRjtTQUNGLENBQUM7S0FDSDs7O1lBbEJGLFFBQVEsU0FBQyxFQUFFOzs7OzRDQXFCUCxRQUFRLFlBQUksTUFBTSxTQUFDLGlDQUFpQztZQTNCbUIsTUFBTTtZQUV6RSxrQkFBa0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSwgTW9kdWxlV2l0aFByb3ZpZGVycywgSW5qZWN0LCBPcHRpb25hbCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTmF2aWdhdGlvbkNhbmNlbCwgTmF2aWdhdGlvbkVuZCwgTmF2aWdhdGlvbkVycm9yLCBOYXZpZ2F0aW9uU3RhcnQsIFJvdXRlciB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XG5cbmltcG9ydCB7IE5neFVpTG9hZGVyU2VydmljZSB9IGZyb20gJy4uL2NvcmUvbmd4LXVpLWxvYWRlci5zZXJ2aWNlJztcbmltcG9ydCB7IE5neFVpTG9hZGVyUm91dGVyQ29uZmlnIH0gZnJvbSAnLi9uZ3gtdWktbG9hZGVyLXJvdXRlci1jb25maWcnO1xuaW1wb3J0IHsgTkdYX1VJX0xPQURFUl9ST1VURVJfQ09ORklHX1RPS0VOIH0gZnJvbSAnLi9uZ3gtdWktbG9hZGVyLXJvdXRlci1jb25maWcudG9rZW4nO1xuXG5ATmdNb2R1bGUoe30pXG5leHBvcnQgY2xhc3MgTmd4VWlMb2FkZXJSb3V0ZXJNb2R1bGUge1xuXG4gIC8qKlxuICAgKiBmb3JSb290XG4gICAqIEBwYXJhbSByb3V0ZXJDb25maWcgQ29uZmlndXJhdGlvblxuICAgKiBAcmV0dXJucyBBIG1vZHVsZSB3aXRoIGl0cyBwcm92aWRlciBkZXBlbmRlbmNpZXNcbiAgICovXG4gIHN0YXRpYyBmb3JSb290KHJvdXRlckNvbmZpZzogTmd4VWlMb2FkZXJSb3V0ZXJDb25maWcpOiBNb2R1bGVXaXRoUHJvdmlkZXJzIHtcbiAgICByZXR1cm4ge1xuICAgICAgbmdNb2R1bGU6IE5neFVpTG9hZGVyUm91dGVyTW9kdWxlLFxuICAgICAgcHJvdmlkZXJzOiBbXG4gICAgICAgIHtcbiAgICAgICAgICBwcm92aWRlOiBOR1hfVUlfTE9BREVSX1JPVVRFUl9DT05GSUdfVE9LRU4sXG4gICAgICAgICAgdXNlVmFsdWU6IHJvdXRlckNvbmZpZ1xuICAgICAgICB9XG4gICAgICBdXG4gICAgfTtcbiAgfVxuXG4gIGNvbnN0cnVjdG9yKFxuICAgIEBPcHRpb25hbCgpIEBJbmplY3QoTkdYX1VJX0xPQURFUl9ST1VURVJfQ09ORklHX1RPS0VOKSBjb25maWc6IE5neFVpTG9hZGVyUm91dGVyQ29uZmlnLFxuICAgIHJvdXRlcjogUm91dGVyLFxuICAgIG5neFVpTG9hZGVyU2VydmljZTogTmd4VWlMb2FkZXJTZXJ2aWNlKSB7XG5cbiAgICBsZXQgZGVmYXVsdENvbmZpZzogTmd4VWlMb2FkZXJSb3V0ZXJDb25maWcgPSB7XG4gICAgICBzaG93Rm9yZWdyb3VuZDogdHJ1ZVxuICAgIH07XG5cbiAgICBpZiAoY29uZmlnKSB7XG4gICAgICBkZWZhdWx0Q29uZmlnID0gT2JqZWN0LmFzc2lnbihkZWZhdWx0Q29uZmlnLCBjb25maWcpO1xuICAgIH1cblxuICAgIHJvdXRlci5ldmVudHNcbiAgICAgIC5zdWJzY3JpYmUoZXZlbnQgPT4ge1xuICAgICAgICBpZiAoZXZlbnQgaW5zdGFuY2VvZiBOYXZpZ2F0aW9uU3RhcnQpIHtcbiAgICAgICAgICBpZiAoZGVmYXVsdENvbmZpZy5zaG93Rm9yZWdyb3VuZCkge1xuICAgICAgICAgICAgbmd4VWlMb2FkZXJTZXJ2aWNlLnN0YXJ0KCckX3JvdXRlci1sb2FkZXInKTtcbiAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgbmd4VWlMb2FkZXJTZXJ2aWNlLnN0YXJ0QmFja2dyb3VuZCgnJF9yb3V0ZXItbG9hZGVyJyk7XG4gICAgICAgICAgfVxuICAgICAgICB9XG5cbiAgICAgICAgaWYgKGV2ZW50IGluc3RhbmNlb2YgTmF2aWdhdGlvbkVuZCB8fCBldmVudCBpbnN0YW5jZW9mIE5hdmlnYXRpb25DYW5jZWwgfHwgZXZlbnQgaW5zdGFuY2VvZiBOYXZpZ2F0aW9uRXJyb3IpIHtcbiAgICAgICAgICBpZiAoZGVmYXVsdENvbmZpZy5zaG93Rm9yZWdyb3VuZCkge1xuICAgICAgICAgICAgbmd4VWlMb2FkZXJTZXJ2aWNlLnN0b3AoJyRfcm91dGVyLWxvYWRlcicpO1xuICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICBuZ3hVaUxvYWRlclNlcnZpY2Uuc3RvcEJhY2tncm91bmQoJyRfcm91dGVyLWxvYWRlcicpO1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgfSk7XG4gIH1cbn1cbiJdfQ== |
@@ -20,3 +20,3 @@ /** | ||
if (event instanceof NavigationStart) { | ||
if (config.showForeground) { | ||
if (defaultConfig.showForeground) { | ||
ngxUiLoaderService.start('$_router-loader'); | ||
@@ -29,3 +29,3 @@ } | ||
if (event instanceof NavigationEnd || event instanceof NavigationCancel || event instanceof NavigationError) { | ||
if (config.showForeground) { | ||
if (defaultConfig.showForeground) { | ||
ngxUiLoaderService.stop('$_router-loader'); | ||
@@ -87,2 +87,2 @@ } | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmd4LXVpLWxvYWRlci1yb3V0ZXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6Im5nOi8vbmd4LXVpLWxvYWRlci8iLCJzb3VyY2VzIjpbImxpYi9yb3V0ZXIvbmd4LXVpLWxvYWRlci1yb3V0ZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7QUFBQSxPQUFPLEVBQUUsUUFBUSxFQUF1QixNQUFNLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2hGLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxhQUFhLEVBQUUsZUFBZSxFQUFFLGVBQWUsRUFBRSxNQUFNLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUU1RyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUVuRSxPQUFPLEVBQUUsaUNBQWlDLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQzs7SUFzQnRGLGlDQUN5RCxRQUN2RCxNQUFjLEVBQ2Qsa0JBQXNDO1FBRXRDLHFCQUFJLGFBQWEsR0FBNEI7WUFDM0MsY0FBYyxFQUFFLElBQUk7U0FDckIsQ0FBQztRQUVGLEVBQUUsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUM7WUFDWCxhQUFhLEdBQUcsTUFBTSxDQUFDLE1BQU0sQ0FBQyxhQUFhLEVBQUUsTUFBTSxDQUFDLENBQUM7U0FDdEQ7UUFFRCxNQUFNLENBQUMsTUFBTTthQUNWLFNBQVMsQ0FBQyxVQUFBLEtBQUs7WUFDZCxFQUFFLENBQUMsQ0FBQyxLQUFLLFlBQVksZUFBZSxDQUFDLENBQUMsQ0FBQztnQkFDckMsRUFBRSxDQUFDLENBQUMsTUFBTSxDQUFDLGNBQWMsQ0FBQyxDQUFDLENBQUM7b0JBQzFCLGtCQUFrQixDQUFDLEtBQUssQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDO2lCQUM3QztnQkFBQyxJQUFJLENBQUMsQ0FBQztvQkFDTixrQkFBa0IsQ0FBQyxlQUFlLENBQUMsaUJBQWlCLENBQUMsQ0FBQztpQkFDdkQ7YUFDRjtZQUVELEVBQUUsQ0FBQyxDQUFDLEtBQUssWUFBWSxhQUFhLElBQUksS0FBSyxZQUFZLGdCQUFnQixJQUFJLEtBQUssWUFBWSxlQUFlLENBQUMsQ0FBQyxDQUFDO2dCQUM1RyxFQUFFLENBQUMsQ0FBQyxNQUFNLENBQUMsY0FBYyxDQUFDLENBQUMsQ0FBQztvQkFDMUIsa0JBQWtCLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUFDLENBQUM7aUJBQzVDO2dCQUFDLElBQUksQ0FBQyxDQUFDO29CQUNOLGtCQUFrQixDQUFDLGNBQWMsQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDO2lCQUN0RDthQUNGO1NBQ0YsQ0FBQyxDQUFDO0tBQ047SUFoREQ7Ozs7T0FJRzs7Ozs7O0lBQ0ksK0JBQU87Ozs7O0lBQWQsVUFBZSxZQUFxQztRQUNsRCxNQUFNLENBQUM7WUFDTCxRQUFRLEVBQUUsdUJBQXVCO1lBQ2pDLFNBQVMsRUFBRTtnQkFDVDtvQkFDRSxPQUFPLEVBQUUsaUNBQWlDO29CQUMxQyxRQUFRLEVBQUUsWUFBWTtpQkFDdkI7YUFDRjtTQUNGLENBQUM7S0FDSDs7Z0JBbEJGLFFBQVEsU0FBQyxFQUFFOzs7O2dEQXFCUCxRQUFRLFlBQUksTUFBTSxTQUFDLGlDQUFpQztnQkEzQm1CLE1BQU07Z0JBRXpFLGtCQUFrQjs7a0NBSDNCOztTQVFhLHVCQUF1QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlLCBNb2R1bGVXaXRoUHJvdmlkZXJzLCBJbmplY3QsIE9wdGlvbmFsIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBOYXZpZ2F0aW9uQ2FuY2VsLCBOYXZpZ2F0aW9uRW5kLCBOYXZpZ2F0aW9uRXJyb3IsIE5hdmlnYXRpb25TdGFydCwgUm91dGVyIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcblxuaW1wb3J0IHsgTmd4VWlMb2FkZXJTZXJ2aWNlIH0gZnJvbSAnLi4vY29yZS9uZ3gtdWktbG9hZGVyLnNlcnZpY2UnO1xuaW1wb3J0IHsgTmd4VWlMb2FkZXJSb3V0ZXJDb25maWcgfSBmcm9tICcuL25neC11aS1sb2FkZXItcm91dGVyLWNvbmZpZyc7XG5pbXBvcnQgeyBOR1hfVUlfTE9BREVSX1JPVVRFUl9DT05GSUdfVE9LRU4gfSBmcm9tICcuL25neC11aS1sb2FkZXItcm91dGVyLWNvbmZpZy50b2tlbic7XG5cbkBOZ01vZHVsZSh7fSlcbmV4cG9ydCBjbGFzcyBOZ3hVaUxvYWRlclJvdXRlck1vZHVsZSB7XG5cbiAgLyoqXG4gICAqIGZvclJvb3RcbiAgICogQHBhcmFtIHJvdXRlckNvbmZpZyBDb25maWd1cmF0aW9uXG4gICAqIEByZXR1cm5zIEEgbW9kdWxlIHdpdGggaXRzIHByb3ZpZGVyIGRlcGVuZGVuY2llc1xuICAgKi9cbiAgc3RhdGljIGZvclJvb3Qocm91dGVyQ29uZmlnOiBOZ3hVaUxvYWRlclJvdXRlckNvbmZpZyk6IE1vZHVsZVdpdGhQcm92aWRlcnMge1xuICAgIHJldHVybiB7XG4gICAgICBuZ01vZHVsZTogTmd4VWlMb2FkZXJSb3V0ZXJNb2R1bGUsXG4gICAgICBwcm92aWRlcnM6IFtcbiAgICAgICAge1xuICAgICAgICAgIHByb3ZpZGU6IE5HWF9VSV9MT0FERVJfUk9VVEVSX0NPTkZJR19UT0tFTixcbiAgICAgICAgICB1c2VWYWx1ZTogcm91dGVyQ29uZmlnXG4gICAgICAgIH1cbiAgICAgIF1cbiAgICB9O1xuICB9XG5cbiAgY29uc3RydWN0b3IoXG4gICAgQE9wdGlvbmFsKCkgQEluamVjdChOR1hfVUlfTE9BREVSX1JPVVRFUl9DT05GSUdfVE9LRU4pIGNvbmZpZzogTmd4VWlMb2FkZXJSb3V0ZXJDb25maWcsXG4gICAgcm91dGVyOiBSb3V0ZXIsXG4gICAgbmd4VWlMb2FkZXJTZXJ2aWNlOiBOZ3hVaUxvYWRlclNlcnZpY2UpIHtcblxuICAgIGxldCBkZWZhdWx0Q29uZmlnOiBOZ3hVaUxvYWRlclJvdXRlckNvbmZpZyA9IHtcbiAgICAgIHNob3dGb3JlZ3JvdW5kOiB0cnVlXG4gICAgfTtcblxuICAgIGlmIChjb25maWcpIHtcbiAgICAgIGRlZmF1bHRDb25maWcgPSBPYmplY3QuYXNzaWduKGRlZmF1bHRDb25maWcsIGNvbmZpZyk7XG4gICAgfVxuXG4gICAgcm91dGVyLmV2ZW50c1xuICAgICAgLnN1YnNjcmliZShldmVudCA9PiB7XG4gICAgICAgIGlmIChldmVudCBpbnN0YW5jZW9mIE5hdmlnYXRpb25TdGFydCkge1xuICAgICAgICAgIGlmIChjb25maWcuc2hvd0ZvcmVncm91bmQpIHtcbiAgICAgICAgICAgIG5neFVpTG9hZGVyU2VydmljZS5zdGFydCgnJF9yb3V0ZXItbG9hZGVyJyk7XG4gICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIG5neFVpTG9hZGVyU2VydmljZS5zdGFydEJhY2tncm91bmQoJyRfcm91dGVyLWxvYWRlcicpO1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuXG4gICAgICAgIGlmIChldmVudCBpbnN0YW5jZW9mIE5hdmlnYXRpb25FbmQgfHwgZXZlbnQgaW5zdGFuY2VvZiBOYXZpZ2F0aW9uQ2FuY2VsIHx8IGV2ZW50IGluc3RhbmNlb2YgTmF2aWdhdGlvbkVycm9yKSB7XG4gICAgICAgICAgaWYgKGNvbmZpZy5zaG93Rm9yZWdyb3VuZCkge1xuICAgICAgICAgICAgbmd4VWlMb2FkZXJTZXJ2aWNlLnN0b3AoJyRfcm91dGVyLWxvYWRlcicpO1xuICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICBuZ3hVaUxvYWRlclNlcnZpY2Uuc3RvcEJhY2tncm91bmQoJyRfcm91dGVyLWxvYWRlcicpO1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgfSk7XG4gIH1cbn1cbiJdfQ== | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmd4LXVpLWxvYWRlci1yb3V0ZXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6Im5nOi8vbmd4LXVpLWxvYWRlci8iLCJzb3VyY2VzIjpbImxpYi9yb3V0ZXIvbmd4LXVpLWxvYWRlci1yb3V0ZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7QUFBQSxPQUFPLEVBQUUsUUFBUSxFQUF1QixNQUFNLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2hGLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxhQUFhLEVBQUUsZUFBZSxFQUFFLGVBQWUsRUFBRSxNQUFNLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUU1RyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUVuRSxPQUFPLEVBQUUsaUNBQWlDLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQzs7SUFzQnRGLGlDQUN5RCxRQUN2RCxNQUFjLEVBQ2Qsa0JBQXNDO1FBRXRDLHFCQUFJLGFBQWEsR0FBNEI7WUFDM0MsY0FBYyxFQUFFLElBQUk7U0FDckIsQ0FBQztRQUVGLEVBQUUsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUM7WUFDWCxhQUFhLEdBQUcsTUFBTSxDQUFDLE1BQU0sQ0FBQyxhQUFhLEVBQUUsTUFBTSxDQUFDLENBQUM7U0FDdEQ7UUFFRCxNQUFNLENBQUMsTUFBTTthQUNWLFNBQVMsQ0FBQyxVQUFBLEtBQUs7WUFDZCxFQUFFLENBQUMsQ0FBQyxLQUFLLFlBQVksZUFBZSxDQUFDLENBQUMsQ0FBQztnQkFDckMsRUFBRSxDQUFDLENBQUMsYUFBYSxDQUFDLGNBQWMsQ0FBQyxDQUFDLENBQUM7b0JBQ2pDLGtCQUFrQixDQUFDLEtBQUssQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDO2lCQUM3QztnQkFBQyxJQUFJLENBQUMsQ0FBQztvQkFDTixrQkFBa0IsQ0FBQyxlQUFlLENBQUMsaUJBQWlCLENBQUMsQ0FBQztpQkFDdkQ7YUFDRjtZQUVELEVBQUUsQ0FBQyxDQUFDLEtBQUssWUFBWSxhQUFhLElBQUksS0FBSyxZQUFZLGdCQUFnQixJQUFJLEtBQUssWUFBWSxlQUFlLENBQUMsQ0FBQyxDQUFDO2dCQUM1RyxFQUFFLENBQUMsQ0FBQyxhQUFhLENBQUMsY0FBYyxDQUFDLENBQUMsQ0FBQztvQkFDakMsa0JBQWtCLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUFDLENBQUM7aUJBQzVDO2dCQUFDLElBQUksQ0FBQyxDQUFDO29CQUNOLGtCQUFrQixDQUFDLGNBQWMsQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDO2lCQUN0RDthQUNGO1NBQ0YsQ0FBQyxDQUFDO0tBQ047SUFoREQ7Ozs7T0FJRzs7Ozs7O0lBQ0ksK0JBQU87Ozs7O0lBQWQsVUFBZSxZQUFxQztRQUNsRCxNQUFNLENBQUM7WUFDTCxRQUFRLEVBQUUsdUJBQXVCO1lBQ2pDLFNBQVMsRUFBRTtnQkFDVDtvQkFDRSxPQUFPLEVBQUUsaUNBQWlDO29CQUMxQyxRQUFRLEVBQUUsWUFBWTtpQkFDdkI7YUFDRjtTQUNGLENBQUM7S0FDSDs7Z0JBbEJGLFFBQVEsU0FBQyxFQUFFOzs7O2dEQXFCUCxRQUFRLFlBQUksTUFBTSxTQUFDLGlDQUFpQztnQkEzQm1CLE1BQU07Z0JBRXpFLGtCQUFrQjs7a0NBSDNCOztTQVFhLHVCQUF1QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlLCBNb2R1bGVXaXRoUHJvdmlkZXJzLCBJbmplY3QsIE9wdGlvbmFsIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBOYXZpZ2F0aW9uQ2FuY2VsLCBOYXZpZ2F0aW9uRW5kLCBOYXZpZ2F0aW9uRXJyb3IsIE5hdmlnYXRpb25TdGFydCwgUm91dGVyIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcblxuaW1wb3J0IHsgTmd4VWlMb2FkZXJTZXJ2aWNlIH0gZnJvbSAnLi4vY29yZS9uZ3gtdWktbG9hZGVyLnNlcnZpY2UnO1xuaW1wb3J0IHsgTmd4VWlMb2FkZXJSb3V0ZXJDb25maWcgfSBmcm9tICcuL25neC11aS1sb2FkZXItcm91dGVyLWNvbmZpZyc7XG5pbXBvcnQgeyBOR1hfVUlfTE9BREVSX1JPVVRFUl9DT05GSUdfVE9LRU4gfSBmcm9tICcuL25neC11aS1sb2FkZXItcm91dGVyLWNvbmZpZy50b2tlbic7XG5cbkBOZ01vZHVsZSh7fSlcbmV4cG9ydCBjbGFzcyBOZ3hVaUxvYWRlclJvdXRlck1vZHVsZSB7XG5cbiAgLyoqXG4gICAqIGZvclJvb3RcbiAgICogQHBhcmFtIHJvdXRlckNvbmZpZyBDb25maWd1cmF0aW9uXG4gICAqIEByZXR1cm5zIEEgbW9kdWxlIHdpdGggaXRzIHByb3ZpZGVyIGRlcGVuZGVuY2llc1xuICAgKi9cbiAgc3RhdGljIGZvclJvb3Qocm91dGVyQ29uZmlnOiBOZ3hVaUxvYWRlclJvdXRlckNvbmZpZyk6IE1vZHVsZVdpdGhQcm92aWRlcnMge1xuICAgIHJldHVybiB7XG4gICAgICBuZ01vZHVsZTogTmd4VWlMb2FkZXJSb3V0ZXJNb2R1bGUsXG4gICAgICBwcm92aWRlcnM6IFtcbiAgICAgICAge1xuICAgICAgICAgIHByb3ZpZGU6IE5HWF9VSV9MT0FERVJfUk9VVEVSX0NPTkZJR19UT0tFTixcbiAgICAgICAgICB1c2VWYWx1ZTogcm91dGVyQ29uZmlnXG4gICAgICAgIH1cbiAgICAgIF1cbiAgICB9O1xuICB9XG5cbiAgY29uc3RydWN0b3IoXG4gICAgQE9wdGlvbmFsKCkgQEluamVjdChOR1hfVUlfTE9BREVSX1JPVVRFUl9DT05GSUdfVE9LRU4pIGNvbmZpZzogTmd4VWlMb2FkZXJSb3V0ZXJDb25maWcsXG4gICAgcm91dGVyOiBSb3V0ZXIsXG4gICAgbmd4VWlMb2FkZXJTZXJ2aWNlOiBOZ3hVaUxvYWRlclNlcnZpY2UpIHtcblxuICAgIGxldCBkZWZhdWx0Q29uZmlnOiBOZ3hVaUxvYWRlclJvdXRlckNvbmZpZyA9IHtcbiAgICAgIHNob3dGb3JlZ3JvdW5kOiB0cnVlXG4gICAgfTtcblxuICAgIGlmIChjb25maWcpIHtcbiAgICAgIGRlZmF1bHRDb25maWcgPSBPYmplY3QuYXNzaWduKGRlZmF1bHRDb25maWcsIGNvbmZpZyk7XG4gICAgfVxuXG4gICAgcm91dGVyLmV2ZW50c1xuICAgICAgLnN1YnNjcmliZShldmVudCA9PiB7XG4gICAgICAgIGlmIChldmVudCBpbnN0YW5jZW9mIE5hdmlnYXRpb25TdGFydCkge1xuICAgICAgICAgIGlmIChkZWZhdWx0Q29uZmlnLnNob3dGb3JlZ3JvdW5kKSB7XG4gICAgICAgICAgICBuZ3hVaUxvYWRlclNlcnZpY2Uuc3RhcnQoJyRfcm91dGVyLWxvYWRlcicpO1xuICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICBuZ3hVaUxvYWRlclNlcnZpY2Uuc3RhcnRCYWNrZ3JvdW5kKCckX3JvdXRlci1sb2FkZXInKTtcbiAgICAgICAgICB9XG4gICAgICAgIH1cblxuICAgICAgICBpZiAoZXZlbnQgaW5zdGFuY2VvZiBOYXZpZ2F0aW9uRW5kIHx8IGV2ZW50IGluc3RhbmNlb2YgTmF2aWdhdGlvbkNhbmNlbCB8fCBldmVudCBpbnN0YW5jZW9mIE5hdmlnYXRpb25FcnJvcikge1xuICAgICAgICAgIGlmIChkZWZhdWx0Q29uZmlnLnNob3dGb3JlZ3JvdW5kKSB7XG4gICAgICAgICAgICBuZ3hVaUxvYWRlclNlcnZpY2Uuc3RvcCgnJF9yb3V0ZXItbG9hZGVyJyk7XG4gICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIG5neFVpTG9hZGVyU2VydmljZS5zdG9wQmFja2dyb3VuZCgnJF9yb3V0ZXItbG9hZGVyJyk7XG4gICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICB9KTtcbiAgfVxufVxuIl19 |
{ | ||
"name": "ngx-ui-loader", | ||
"description": "An all-in-one and fully customizable loader/spinner for Angular 5+ (5+ and 6+ are tested) applications. It supports foreground, background spinner/loader and indicative progress bar.", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
Sorry, the diff of this file is too big to display
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 too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1656310