UNPKG

@factory-utils/tools

Version:

Set of genericised angular2+ components used in most of Advanced SCHEMA - Factory's projects.

17 lines (16 loc) 900 B
import { EventEmitter, SimpleChanges } from '@angular/core'; import { HtmlInput } from '../../typings'; import * as i0 from "@angular/core"; export declare class CounterComponent { value: number; iconClass: string; disabled: HtmlInput; displayIfZero: HtmlInput; onClick: EventEmitter<number>; private readonly _defaultValues; ngOnChanges(changes: SimpleChanges): void; isDisabled(): boolean; emitClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration<CounterComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<CounterComponent, "fut-counter", never, { "value": { "alias": "value"; "required": false; }; "iconClass": { "alias": "iconClass"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "displayIfZero": { "alias": "displayIfZero"; "required": false; }; }, { "onClick": "onClick"; }, never, never, false, never>; }