angular-progress-bar
Advanced tools
Comparing version
{ | ||
"name": "angular-progress-bar", | ||
"version": "1.0.4-beta5", | ||
"version": "1.0.4-beta6", | ||
"description": "An angular progress-bar", | ||
@@ -5,0 +5,0 @@ "main": "./bundles/progress-bar.umd.js", |
export declare class ProgressBarComponent { | ||
progress: number; | ||
color: string; | ||
progress: any; | ||
color: any; | ||
degraded: any; | ||
constructor(); | ||
whichColor(percent: string): any; | ||
whichColor(percent: any): any; | ||
whichProgress(progress: any): any; | ||
} |
@@ -43,4 +43,4 @@ import { Component, Input } from '@angular/core'; | ||
/** Inputs **/ | ||
@Input('progress') progress: number; | ||
@Input('color') color: string; | ||
@Input('progress') progress: any; | ||
@Input('color') color: any; | ||
@Input('color-degraded') degraded: any; | ||
@@ -58,3 +58,3 @@ | ||
*/ | ||
whichColor(percent: string){ | ||
whichColor(percent: any){ | ||
// Get all entries index as an array | ||
@@ -61,0 +61,0 @@ let k: Array<any> = Object.keys(this.degraded); |
Sorry, the diff of this file is not supported yet
32422
-0.06%