UNPKG

@controladad/ng-base

Version:
13 lines (12 loc) 856 B
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class CacCheckboxComponent implements OnChanges { control: import("@al00x/forms").FormControlExtended<boolean, any>; label?: string; checked: boolean; indeterminate: boolean; onChange: EventEmitter<boolean>; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration<CacCheckboxComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<CacCheckboxComponent, "cac-checkbox", never, { "control": { "alias": "control"; "required": false; }; "label": { "alias": "label"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; }, { "onChange": "onChange"; }, never, ["*"], true, never>; }