UNPKG

design-angular-kit

Version:

Un toolkit Angular conforme alle linee guida di design per i servizi web della PA

24 lines (23 loc) 845 B
import { BadgeColor } from '../../../interfaces/core'; import * as i0 from "@angular/core"; import * as i1 from "../../../utils/coercion"; /** * Badge * @description Useful for small counters and labels */ export declare class ItBadgeDirective { /** * Define the badge color * @default undefined */ color: BadgeColor | undefined; /** * Show rounded badge * @default false */ rounded?: boolean; protected get badgeClass(): string; static ɵfac: i0.ɵɵFactoryDeclaration<ItBadgeDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<ItBadgeDirective, "[itBadge]", ["itBadge"], { "color": { "alias": "itBadge"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; }, {}, never, never, true, never>; static ngAcceptInputType_rounded: i1.BooleanInput; }