@firestitch/badge
Advanced tools
Comparing version 13.0.2 to 13.0.3
@@ -1,4 +0,4 @@ | ||
import { OnChanges, OnInit } from '@angular/core'; | ||
import { OnChanges } from '@angular/core'; | ||
import * as i0 from "@angular/core"; | ||
export declare class FsBadgeComponent implements OnInit, OnChanges { | ||
export declare class FsBadgeComponent implements OnChanges { | ||
color: any; | ||
@@ -14,11 +14,15 @@ text: string; | ||
iconColor: string; | ||
backgroundSize: any; | ||
styles: any; | ||
backgroundSize: string; | ||
styles: { | ||
[key: string]: string; | ||
}; | ||
iconStyle: { | ||
[key: string]: string; | ||
}; | ||
type: string; | ||
iconStyle: any; | ||
constructor(); | ||
ngOnInit(): void; | ||
ngOnChanges(changes: any): void; | ||
private _initImage; | ||
private _initIcon; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<FsBadgeComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<FsBadgeComponent, "fs-badge", never, { "color": "color"; "text": "text"; "tooltip": "tooltip"; "size": "size"; "shape": "shape"; "image": "image"; "icon": "icon"; "iconSize": "iconSize"; "iconSizePercent": "iconSizePercent"; "iconColor": "iconColor"; "backgroundSize": "backgroundSize"; }, {}, never, never>; | ||
} |
{ | ||
"name": "@firestitch/badge", | ||
"version": "13.0.2", | ||
"version": "13.0.3", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
52382
467